DetectToolForm.designer.cs 44 KB

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