CorToolForm.designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689
  1. namespace XdCxRhDW.App.CorTools
  2. {
  3. partial class CorToolForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  30. this.teSnr = new DevExpress.XtraEditors.TextEdit();
  31. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  32. this.gridControl1 = new DevExpress.XtraGrid.GridControl();
  33. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  34. this.dt = new DevExpress.XtraGrid.Columns.GridColumn();
  35. this.df = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.snr = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.smpstart = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.smplen = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.tm = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.file1 = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.file2 = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.teDfRange = new DevExpress.XtraEditors.TextEdit();
  43. this.tePos = new DevExpress.XtraEditors.TextEdit();
  44. this.teCount = new DevExpress.XtraEditors.TextEdit();
  45. this.teRange = new DevExpress.XtraEditors.TextEdit();
  46. this.teCenter = new DevExpress.XtraEditors.TextEdit();
  47. this.tefs = new DevExpress.XtraEditors.TextEdit();
  48. this.btnFile1 = new DevExpress.XtraEditors.ButtonEdit();
  49. this.btnFile2 = new DevExpress.XtraEditors.ButtonEdit();
  50. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  51. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  52. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  53. this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
  54. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  55. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  56. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  57. this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
  58. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  59. this.lciStartPos = new DevExpress.XtraLayout.LayoutControlItem();
  60. this.lciSampleLength = new DevExpress.XtraLayout.LayoutControlItem();
  61. this.btnStart = new DevExpress.XtraLayout.LayoutControlItem();
  62. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  63. this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
  64. this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
  65. this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
  66. this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
  67. this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
  68. this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
  69. this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
  70. this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
  71. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  72. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  73. this.layoutControl1.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this.teSnr.Properties)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.teDfRange.Properties)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.tePos.Properties)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.teCount.Properties)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.teRange.Properties)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.teCenter.Properties)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.tefs.Properties)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.btnFile1.Properties)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.btnFile2.Properties)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.lciStartPos)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.lciSampleLength)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.btnStart)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
  100. this.SuspendLayout();
  101. //
  102. // layoutControl1
  103. //
  104. this.layoutControl1.Controls.Add(this.teSnr);
  105. this.layoutControl1.Controls.Add(this.btnOK);
  106. this.layoutControl1.Controls.Add(this.gridControl1);
  107. this.layoutControl1.Controls.Add(this.teDfRange);
  108. this.layoutControl1.Controls.Add(this.tePos);
  109. this.layoutControl1.Controls.Add(this.teCount);
  110. this.layoutControl1.Controls.Add(this.teRange);
  111. this.layoutControl1.Controls.Add(this.teCenter);
  112. this.layoutControl1.Controls.Add(this.tefs);
  113. this.layoutControl1.Controls.Add(this.btnFile1);
  114. this.layoutControl1.Controls.Add(this.btnFile2);
  115. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  116. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  117. this.layoutControl1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  118. this.layoutControl1.Name = "layoutControl1";
  119. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1589, 829, 1300, 800);
  120. this.layoutControl1.Root = this.Root;
  121. this.layoutControl1.Size = new System.Drawing.Size(1100, 488);
  122. this.layoutControl1.TabIndex = 0;
  123. this.layoutControl1.Text = "layoutControl1";
  124. //
  125. // teSnr
  126. //
  127. this.teSnr.EditValue = "14";
  128. this.teSnr.Location = new System.Drawing.Point(706, 57);
  129. this.teSnr.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  130. this.teSnr.Name = "teSnr";
  131. this.teSnr.Size = new System.Drawing.Size(76, 20);
  132. this.teSnr.StyleController = this.layoutControl1;
  133. this.teSnr.TabIndex = 14;
  134. //
  135. // btnOK
  136. //
  137. this.btnOK.Location = new System.Drawing.Point(1039, 31);
  138. this.btnOK.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  139. this.btnOK.Name = "btnOK";
  140. this.btnOK.Size = new System.Drawing.Size(56, 22);
  141. this.btnOK.StyleController = this.layoutControl1;
  142. this.btnOK.TabIndex = 13;
  143. this.btnOK.Text = "计算";
  144. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  145. //
  146. // gridControl1
  147. //
  148. this.gridControl1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0);
  149. this.gridControl1.Location = new System.Drawing.Point(5, 81);
  150. this.gridControl1.MainView = this.gridView1;
  151. this.gridControl1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  152. this.gridControl1.Name = "gridControl1";
  153. this.gridControl1.Size = new System.Drawing.Size(1090, 402);
  154. this.gridControl1.TabIndex = 12;
  155. this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  156. this.gridView1});
  157. //
  158. // gridView1
  159. //
  160. this.gridView1.Appearance.Row.Options.UseTextOptions = true;
  161. this.gridView1.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  162. this.gridView1.ColumnPanelRowHeight = 0;
  163. this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  164. this.dt,
  165. this.df,
  166. this.snr,
  167. this.smpstart,
  168. this.smplen,
  169. this.tm,
  170. this.file1,
  171. this.file2});
  172. this.gridView1.DetailHeight = 169;
  173. this.gridView1.FooterPanelHeight = 0;
  174. this.gridView1.GridControl = this.gridControl1;
  175. this.gridView1.GroupRowHeight = 0;
  176. this.gridView1.Name = "gridView1";
  177. this.gridView1.OptionsBehavior.Editable = false;
  178. this.gridView1.OptionsEditForm.PopupEditFormWidth = 431;
  179. this.gridView1.OptionsMenu.EnableColumnMenu = false;
  180. this.gridView1.OptionsView.ShowDetailButtons = false;
  181. this.gridView1.OptionsView.ShowGroupExpandCollapseButtons = false;
  182. this.gridView1.OptionsView.ShowGroupPanel = false;
  183. this.gridView1.OptionsView.ShowIndicator = false;
  184. this.gridView1.OptionsView.ShowPreviewRowLines = DevExpress.Utils.DefaultBoolean.False;
  185. this.gridView1.OptionsView.ShowVerticalLines = DevExpress.Utils.DefaultBoolean.False;
  186. this.gridView1.RowHeight = 0;
  187. this.gridView1.ViewCaptionHeight = 0;
  188. this.gridView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gridView1_MouseDown);
  189. //
  190. // dt
  191. //
  192. this.dt.Caption = "时差(us)";
  193. this.dt.FieldName = "dt";
  194. this.dt.MinWidth = 22;
  195. this.dt.Name = "dt";
  196. this.dt.Visible = true;
  197. this.dt.VisibleIndex = 4;
  198. this.dt.Width = 109;
  199. //
  200. // df
  201. //
  202. this.df.Caption = "频差(Hz)";
  203. this.df.FieldName = "df";
  204. this.df.MinWidth = 22;
  205. this.df.Name = "df";
  206. this.df.Visible = true;
  207. this.df.VisibleIndex = 5;
  208. this.df.Width = 109;
  209. //
  210. // snr
  211. //
  212. this.snr.Caption = "信噪比";
  213. this.snr.FieldName = "snr";
  214. this.snr.MinWidth = 22;
  215. this.snr.Name = "snr";
  216. this.snr.Visible = true;
  217. this.snr.VisibleIndex = 6;
  218. this.snr.Width = 83;
  219. //
  220. // smpstart
  221. //
  222. this.smpstart.Caption = "起始样点";
  223. this.smpstart.FieldName = "smpstart";
  224. this.smpstart.MinWidth = 22;
  225. this.smpstart.Name = "smpstart";
  226. this.smpstart.Visible = true;
  227. this.smpstart.VisibleIndex = 2;
  228. this.smpstart.Width = 90;
  229. //
  230. // smplen
  231. //
  232. this.smplen.Caption = "样点长度";
  233. this.smplen.FieldName = "smplen";
  234. this.smplen.MinWidth = 22;
  235. this.smplen.Name = "smplen";
  236. this.smplen.Visible = true;
  237. this.smplen.VisibleIndex = 3;
  238. this.smplen.Width = 90;
  239. //
  240. // tm
  241. //
  242. this.tm.Caption = "耗时(s)";
  243. this.tm.FieldName = "tm";
  244. this.tm.MinWidth = 22;
  245. this.tm.Name = "tm";
  246. this.tm.Visible = true;
  247. this.tm.VisibleIndex = 7;
  248. this.tm.Width = 69;
  249. //
  250. // file1
  251. //
  252. this.file1.Caption = "文件1";
  253. this.file1.FieldName = "file1";
  254. this.file1.MinWidth = 22;
  255. this.file1.Name = "file1";
  256. this.file1.Visible = true;
  257. this.file1.VisibleIndex = 1;
  258. this.file1.Width = 165;
  259. //
  260. // file2
  261. //
  262. this.file2.Caption = "文件2";
  263. this.file2.FieldName = "file2";
  264. this.file2.MinWidth = 22;
  265. this.file2.Name = "file2";
  266. this.file2.Visible = true;
  267. this.file2.VisibleIndex = 0;
  268. this.file2.Width = 127;
  269. //
  270. // teDfRange
  271. //
  272. this.teDfRange.EditValue = "16384";
  273. this.teDfRange.Location = new System.Drawing.Point(553, 57);
  274. this.teDfRange.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  275. this.teDfRange.Name = "teDfRange";
  276. this.teDfRange.Size = new System.Drawing.Size(72, 20);
  277. this.teDfRange.StyleController = this.layoutControl1;
  278. this.teDfRange.TabIndex = 11;
  279. //
  280. // tePos
  281. //
  282. this.tePos.EditValue = "0";
  283. this.tePos.Location = new System.Drawing.Point(850, 57);
  284. this.tePos.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  285. this.tePos.Name = "tePos";
  286. this.tePos.Size = new System.Drawing.Size(88, 20);
  287. this.tePos.StyleController = this.layoutControl1;
  288. this.tePos.TabIndex = 10;
  289. //
  290. // teCount
  291. //
  292. this.teCount.EditValue = "0";
  293. this.teCount.Location = new System.Drawing.Point(1007, 57);
  294. this.teCount.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  295. this.teCount.Name = "teCount";
  296. this.teCount.Size = new System.Drawing.Size(88, 20);
  297. this.teCount.StyleController = this.layoutControl1;
  298. this.teCount.TabIndex = 9;
  299. //
  300. // teRange
  301. //
  302. this.teRange.EditValue = "40000";
  303. this.teRange.Location = new System.Drawing.Point(404, 57);
  304. this.teRange.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  305. this.teRange.Name = "teRange";
  306. this.teRange.Size = new System.Drawing.Size(65, 20);
  307. this.teRange.StyleController = this.layoutControl1;
  308. this.teRange.TabIndex = 8;
  309. //
  310. // teCenter
  311. //
  312. this.teCenter.EditValue = "0";
  313. this.teCenter.Location = new System.Drawing.Point(248, 57);
  314. this.teCenter.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  315. this.teCenter.Name = "teCenter";
  316. this.teCenter.Size = new System.Drawing.Size(65, 20);
  317. this.teCenter.StyleController = this.layoutControl1;
  318. this.teCenter.TabIndex = 7;
  319. //
  320. // tefs
  321. //
  322. this.tefs.EditValue = "0.096";
  323. this.tefs.Location = new System.Drawing.Point(77, 57);
  324. this.tefs.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  325. this.tefs.Name = "tefs";
  326. this.tefs.Size = new System.Drawing.Size(80, 20);
  327. this.tefs.StyleController = this.layoutControl1;
  328. this.tefs.TabIndex = 6;
  329. //
  330. // btnFile1
  331. //
  332. this.btnFile1.AllowDrop = true;
  333. this.btnFile1.Location = new System.Drawing.Point(77, 5);
  334. this.btnFile1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  335. this.btnFile1.Name = "btnFile1";
  336. this.btnFile1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  337. new DevExpress.XtraEditors.Controls.EditorButton()});
  338. this.btnFile1.Size = new System.Drawing.Size(958, 20);
  339. this.btnFile1.StyleController = this.layoutControl1;
  340. this.btnFile1.TabIndex = 5;
  341. this.btnFile1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnFile_ButtonClick);
  342. this.btnFile1.DragDrop += new System.Windows.Forms.DragEventHandler(this.btnFile_DragDrop);
  343. this.btnFile1.DragOver += new System.Windows.Forms.DragEventHandler(this.btnFile_DragOver);
  344. this.btnFile1.DoubleClick += new System.EventHandler(this.btnFile_DoubleClick);
  345. //
  346. // btnFile2
  347. //
  348. this.btnFile2.AllowDrop = true;
  349. this.btnFile2.Location = new System.Drawing.Point(77, 29);
  350. this.btnFile2.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  351. this.btnFile2.Name = "btnFile2";
  352. this.btnFile2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  353. new DevExpress.XtraEditors.Controls.EditorButton()});
  354. this.btnFile2.Size = new System.Drawing.Size(958, 20);
  355. this.btnFile2.StyleController = this.layoutControl1;
  356. this.btnFile2.TabIndex = 4;
  357. this.btnFile2.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnFile_ButtonClick);
  358. this.btnFile2.DragDrop += new System.Windows.Forms.DragEventHandler(this.btnFile_DragDrop);
  359. this.btnFile2.DragOver += new System.Windows.Forms.DragEventHandler(this.btnFile_DragOver);
  360. this.btnFile2.DoubleClick += new System.EventHandler(this.btnFile_DoubleClick);
  361. //
  362. // Root
  363. //
  364. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  365. this.Root.GroupBordersVisible = false;
  366. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  367. this.layoutControlItem2,
  368. this.layoutControlItem3,
  369. this.layoutControlItem9,
  370. this.layoutControlItem1,
  371. this.layoutControlItem4,
  372. this.layoutControlItem5,
  373. this.layoutControlItem10,
  374. this.layoutControlItem8,
  375. this.lciStartPos,
  376. this.lciSampleLength,
  377. this.btnStart,
  378. this.emptySpaceItem1});
  379. this.Root.Name = "Root";
  380. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
  381. this.Root.Size = new System.Drawing.Size(1100, 488);
  382. this.Root.TextVisible = false;
  383. //
  384. // layoutControlItem2
  385. //
  386. this.layoutControlItem2.Control = this.btnFile1;
  387. this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
  388. this.layoutControlItem2.Name = "layoutControlItem2";
  389. this.layoutControlItem2.Size = new System.Drawing.Size(1034, 24);
  390. this.layoutControlItem2.Text = "信号文件1:";
  391. this.layoutControlItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  392. this.layoutControlItem2.TextSize = new System.Drawing.Size(67, 14);
  393. this.layoutControlItem2.TextToControlDistance = 5;
  394. //
  395. // layoutControlItem3
  396. //
  397. this.layoutControlItem3.Control = this.tefs;
  398. this.layoutControlItem3.Location = new System.Drawing.Point(0, 52);
  399. this.layoutControlItem3.Name = "layoutControlItem3";
  400. this.layoutControlItem3.Size = new System.Drawing.Size(156, 24);
  401. this.layoutControlItem3.Text = "采样率(M):";
  402. this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  403. this.layoutControlItem3.TextSize = new System.Drawing.Size(67, 14);
  404. this.layoutControlItem3.TextToControlDistance = 5;
  405. //
  406. // layoutControlItem9
  407. //
  408. this.layoutControlItem9.Control = this.gridControl1;
  409. this.layoutControlItem9.Location = new System.Drawing.Point(0, 76);
  410. this.layoutControlItem9.Name = "layoutControlItem9";
  411. this.layoutControlItem9.Size = new System.Drawing.Size(1094, 406);
  412. this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
  413. this.layoutControlItem9.TextVisible = false;
  414. //
  415. // layoutControlItem1
  416. //
  417. this.layoutControlItem1.Control = this.btnFile2;
  418. this.layoutControlItem1.Location = new System.Drawing.Point(0, 24);
  419. this.layoutControlItem1.Name = "layoutControlItem1";
  420. this.layoutControlItem1.Size = new System.Drawing.Size(1034, 28);
  421. this.layoutControlItem1.Text = "信号文件2:";
  422. this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  423. this.layoutControlItem1.TextSize = new System.Drawing.Size(67, 14);
  424. this.layoutControlItem1.TextToControlDistance = 5;
  425. //
  426. // layoutControlItem4
  427. //
  428. this.layoutControlItem4.Control = this.teCenter;
  429. this.layoutControlItem4.Location = new System.Drawing.Point(156, 52);
  430. this.layoutControlItem4.Name = "layoutControlItem4";
  431. this.layoutControlItem4.Size = new System.Drawing.Size(156, 24);
  432. this.layoutControlItem4.Text = "时差中心(us):";
  433. this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  434. this.layoutControlItem4.TextSize = new System.Drawing.Size(82, 14);
  435. this.layoutControlItem4.TextToControlDistance = 5;
  436. //
  437. // layoutControlItem5
  438. //
  439. this.layoutControlItem5.Control = this.teRange;
  440. this.layoutControlItem5.Location = new System.Drawing.Point(312, 52);
  441. this.layoutControlItem5.Name = "layoutControlItem5";
  442. this.layoutControlItem5.Size = new System.Drawing.Size(156, 24);
  443. this.layoutControlItem5.Text = "时差范围(us):";
  444. this.layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  445. this.layoutControlItem5.TextSize = new System.Drawing.Size(82, 14);
  446. this.layoutControlItem5.TextToControlDistance = 5;
  447. //
  448. // layoutControlItem10
  449. //
  450. this.layoutControlItem10.Control = this.teSnr;
  451. this.layoutControlItem10.Location = new System.Drawing.Point(624, 52);
  452. this.layoutControlItem10.Name = "layoutControlItem10";
  453. this.layoutControlItem10.Size = new System.Drawing.Size(157, 24);
  454. this.layoutControlItem10.Text = "信噪比门限:";
  455. this.layoutControlItem10.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  456. this.layoutControlItem10.TextSize = new System.Drawing.Size(72, 14);
  457. this.layoutControlItem10.TextToControlDistance = 5;
  458. //
  459. // layoutControlItem8
  460. //
  461. this.layoutControlItem8.Control = this.teDfRange;
  462. this.layoutControlItem8.Location = new System.Drawing.Point(468, 52);
  463. this.layoutControlItem8.Name = "layoutControlItem8";
  464. this.layoutControlItem8.Size = new System.Drawing.Size(156, 24);
  465. this.layoutControlItem8.Text = "频差范围(Hz):";
  466. this.layoutControlItem8.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  467. this.layoutControlItem8.TextSize = new System.Drawing.Size(75, 14);
  468. this.layoutControlItem8.TextToControlDistance = 5;
  469. //
  470. // lciStartPos
  471. //
  472. this.lciStartPos.Control = this.tePos;
  473. this.lciStartPos.Location = new System.Drawing.Point(781, 52);
  474. this.lciStartPos.Name = "lciStartPos";
  475. this.lciStartPos.Size = new System.Drawing.Size(156, 24);
  476. this.lciStartPos.Text = "起始样点:";
  477. this.lciStartPos.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  478. this.lciStartPos.TextSize = new System.Drawing.Size(60, 14);
  479. this.lciStartPos.TextToControlDistance = 4;
  480. //
  481. // lciSampleLength
  482. //
  483. this.lciSampleLength.Control = this.teCount;
  484. this.lciSampleLength.Location = new System.Drawing.Point(937, 52);
  485. this.lciSampleLength.Name = "lciSampleLength";
  486. this.lciSampleLength.Size = new System.Drawing.Size(157, 24);
  487. this.lciSampleLength.Text = "计算样点:";
  488. this.lciSampleLength.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  489. this.lciSampleLength.TextSize = new System.Drawing.Size(60, 14);
  490. this.lciSampleLength.TextToControlDistance = 5;
  491. //
  492. // btnStart
  493. //
  494. this.btnStart.Control = this.btnOK;
  495. this.btnStart.Location = new System.Drawing.Point(1034, 26);
  496. this.btnStart.MaxSize = new System.Drawing.Size(60, 26);
  497. this.btnStart.MinSize = new System.Drawing.Size(60, 26);
  498. this.btnStart.Name = "btnStart";
  499. this.btnStart.Size = new System.Drawing.Size(60, 26);
  500. this.btnStart.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  501. this.btnStart.TextSize = new System.Drawing.Size(0, 0);
  502. this.btnStart.TextVisible = false;
  503. //
  504. // emptySpaceItem1
  505. //
  506. this.emptySpaceItem1.AllowHotTrack = false;
  507. this.emptySpaceItem1.Location = new System.Drawing.Point(1034, 0);
  508. this.emptySpaceItem1.MaxSize = new System.Drawing.Size(0, 26);
  509. this.emptySpaceItem1.MinSize = new System.Drawing.Size(10, 26);
  510. this.emptySpaceItem1.Name = "emptySpaceItem1";
  511. this.emptySpaceItem1.Size = new System.Drawing.Size(60, 26);
  512. this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  513. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  514. //
  515. // barManager1
  516. //
  517. this.barManager1.DockControls.Add(this.barDockControlTop);
  518. this.barManager1.DockControls.Add(this.barDockControlBottom);
  519. this.barManager1.DockControls.Add(this.barDockControlLeft);
  520. this.barManager1.DockControls.Add(this.barDockControlRight);
  521. this.barManager1.Form = this;
  522. this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  523. this.barButtonItem1,
  524. this.barButtonItem2});
  525. this.barManager1.MaxItemId = 4;
  526. //
  527. // barDockControlTop
  528. //
  529. this.barDockControlTop.CausesValidation = false;
  530. this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
  531. this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
  532. this.barDockControlTop.Manager = this.barManager1;
  533. this.barDockControlTop.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  534. this.barDockControlTop.Size = new System.Drawing.Size(1100, 0);
  535. //
  536. // barDockControlBottom
  537. //
  538. this.barDockControlBottom.CausesValidation = false;
  539. this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  540. this.barDockControlBottom.Location = new System.Drawing.Point(0, 488);
  541. this.barDockControlBottom.Manager = this.barManager1;
  542. this.barDockControlBottom.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  543. this.barDockControlBottom.Size = new System.Drawing.Size(1100, 0);
  544. //
  545. // barDockControlLeft
  546. //
  547. this.barDockControlLeft.CausesValidation = false;
  548. this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  549. this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
  550. this.barDockControlLeft.Manager = this.barManager1;
  551. this.barDockControlLeft.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  552. this.barDockControlLeft.Size = new System.Drawing.Size(0, 488);
  553. //
  554. // barDockControlRight
  555. //
  556. this.barDockControlRight.CausesValidation = false;
  557. this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
  558. this.barDockControlRight.Location = new System.Drawing.Point(1100, 0);
  559. this.barDockControlRight.Manager = this.barManager1;
  560. this.barDockControlRight.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  561. this.barDockControlRight.Size = new System.Drawing.Size(0, 488);
  562. //
  563. // barButtonItem1
  564. //
  565. this.barButtonItem1.Caption = "清除";
  566. this.barButtonItem1.Id = 2;
  567. this.barButtonItem1.Name = "barButtonItem1";
  568. this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
  569. //
  570. // barButtonItem2
  571. //
  572. this.barButtonItem2.Caption = "导出";
  573. this.barButtonItem2.Id = 3;
  574. this.barButtonItem2.Name = "barButtonItem2";
  575. this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
  576. //
  577. // popupMenu1
  578. //
  579. this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
  580. new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
  581. new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2)});
  582. this.popupMenu1.Manager = this.barManager1;
  583. this.popupMenu1.Name = "popupMenu1";
  584. //
  585. // openFileDialog1
  586. //
  587. this.openFileDialog1.FileName = "openFileDialog1";
  588. //
  589. // CorToolForm
  590. //
  591. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  592. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  593. this.ClientSize = new System.Drawing.Size(1100, 488);
  594. this.Controls.Add(this.layoutControl1);
  595. this.Controls.Add(this.barDockControlLeft);
  596. this.Controls.Add(this.barDockControlRight);
  597. this.Controls.Add(this.barDockControlBottom);
  598. this.Controls.Add(this.barDockControlTop);
  599. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  600. this.MaximizeBox = false;
  601. this.Name = "CorToolForm";
  602. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  603. this.Text = "相关性计算工具";
  604. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
  605. this.Load += new System.EventHandler(this.MainForm_Load);
  606. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  607. this.layoutControl1.ResumeLayout(false);
  608. ((System.ComponentModel.ISupportInitialize)(this.teSnr.Properties)).EndInit();
  609. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
  610. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  611. ((System.ComponentModel.ISupportInitialize)(this.teDfRange.Properties)).EndInit();
  612. ((System.ComponentModel.ISupportInitialize)(this.tePos.Properties)).EndInit();
  613. ((System.ComponentModel.ISupportInitialize)(this.teCount.Properties)).EndInit();
  614. ((System.ComponentModel.ISupportInitialize)(this.teRange.Properties)).EndInit();
  615. ((System.ComponentModel.ISupportInitialize)(this.teCenter.Properties)).EndInit();
  616. ((System.ComponentModel.ISupportInitialize)(this.tefs.Properties)).EndInit();
  617. ((System.ComponentModel.ISupportInitialize)(this.btnFile1.Properties)).EndInit();
  618. ((System.ComponentModel.ISupportInitialize)(this.btnFile2.Properties)).EndInit();
  619. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  620. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  621. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  622. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
  623. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  624. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  625. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  626. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
  627. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  628. ((System.ComponentModel.ISupportInitialize)(this.lciStartPos)).EndInit();
  629. ((System.ComponentModel.ISupportInitialize)(this.lciSampleLength)).EndInit();
  630. ((System.ComponentModel.ISupportInitialize)(this.btnStart)).EndInit();
  631. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  632. ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
  633. ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
  634. this.ResumeLayout(false);
  635. this.PerformLayout();
  636. }
  637. #endregion
  638. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  639. private DevExpress.XtraLayout.LayoutControlGroup Root;
  640. private DevExpress.XtraEditors.TextEdit teDfRange;
  641. private DevExpress.XtraEditors.TextEdit tePos;
  642. private DevExpress.XtraEditors.TextEdit teCount;
  643. private DevExpress.XtraEditors.TextEdit teRange;
  644. private DevExpress.XtraEditors.TextEdit teCenter;
  645. private DevExpress.XtraEditors.TextEdit tefs;
  646. private DevExpress.XtraEditors.ButtonEdit btnFile1;
  647. private DevExpress.XtraEditors.ButtonEdit btnFile2;
  648. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  649. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  650. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  651. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  652. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  653. private DevExpress.XtraLayout.LayoutControlItem lciSampleLength;
  654. private DevExpress.XtraLayout.LayoutControlItem lciStartPos;
  655. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  656. private DevExpress.XtraGrid.GridControl gridControl1;
  657. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  658. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
  659. private DevExpress.XtraEditors.SimpleButton btnOK;
  660. private DevExpress.XtraGrid.Columns.GridColumn dt;
  661. private DevExpress.XtraGrid.Columns.GridColumn df;
  662. private DevExpress.XtraGrid.Columns.GridColumn snr;
  663. private DevExpress.XtraGrid.Columns.GridColumn smpstart;
  664. private DevExpress.XtraGrid.Columns.GridColumn smplen;
  665. private DevExpress.XtraGrid.Columns.GridColumn tm;
  666. private DevExpress.XtraGrid.Columns.GridColumn file1;
  667. private DevExpress.XtraGrid.Columns.GridColumn file2;
  668. private DevExpress.XtraLayout.LayoutControlItem btnStart;
  669. private DevExpress.XtraEditors.TextEdit teSnr;
  670. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
  671. private DevExpress.XtraBars.PopupMenu popupMenu1;
  672. private DevExpress.XtraBars.BarManager barManager1;
  673. private DevExpress.XtraBars.BarDockControl barDockControlTop;
  674. private DevExpress.XtraBars.BarDockControl barDockControlBottom;
  675. private DevExpress.XtraBars.BarDockControl barDockControlLeft;
  676. private DevExpress.XtraBars.BarDockControl barDockControlRight;
  677. private DevExpress.XtraBars.BarSubItem barSubItem1;
  678. private DevExpress.XtraBars.BarButtonItem barButtonItem1;
  679. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  680. private DevExpress.XtraBars.BarButtonItem barButtonItem2;
  681. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  682. }
  683. }