DetectToolForm.designer.cs 42 KB

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