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