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.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.ckIBS = new DevExpress.XtraEditors.CheckEdit();
  59. this.ckKY = new DevExpress.XtraEditors.CheckEdit();
  60. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  61. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  62. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  63. this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
  64. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  65. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  66. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  67. this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
  68. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  69. this.lciStartPos = new DevExpress.XtraLayout.LayoutControlItem();
  70. this.lciSampleLength = new DevExpress.XtraLayout.LayoutControlItem();
  71. this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
  72. this.lciBtnCheck = new DevExpress.XtraLayout.LayoutControlItem();
  73. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  74. this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  75. this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
  76. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  77. this.btnCalc = new DevExpress.XtraEditors.SimpleButton();
  78. this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
  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.popupMenu1)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).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. // chkDama
  143. //
  144. this.chkDama.Location = new System.Drawing.Point(867, 6);
  145. this.chkDama.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  146. this.chkDama.MenuManager = this.barManager1;
  147. this.chkDama.Name = "chkDama";
  148. this.chkDama.Properties.Caption = "DAMA";
  149. this.chkDama.Size = new System.Drawing.Size(70, 20);
  150. this.chkDama.StyleController = this.layoutControl1;
  151. this.chkDama.TabIndex = 16;
  152. this.chkDama.TabStop = false;
  153. this.chkDama.CheckedChanged += new System.EventHandler(this.chkDama_CheckedChanged);
  154. //
  155. // barManager1
  156. //
  157. this.barManager1.DockControls.Add(this.barDockControlTop);
  158. this.barManager1.DockControls.Add(this.barDockControlBottom);
  159. this.barManager1.DockControls.Add(this.barDockControlLeft);
  160. this.barManager1.DockControls.Add(this.barDockControlRight);
  161. this.barManager1.Form = this;
  162. this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  163. this.barButtonItem1,
  164. this.barButtonItem2});
  165. this.barManager1.MaxItemId = 4;
  166. //
  167. // barDockControlTop
  168. //
  169. this.barDockControlTop.CausesValidation = false;
  170. this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
  171. this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
  172. this.barDockControlTop.Manager = this.barManager1;
  173. this.barDockControlTop.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  174. this.barDockControlTop.Size = new System.Drawing.Size(1100, 0);
  175. //
  176. // barDockControlBottom
  177. //
  178. this.barDockControlBottom.CausesValidation = false;
  179. this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  180. this.barDockControlBottom.Location = new System.Drawing.Point(0, 488);
  181. this.barDockControlBottom.Manager = this.barManager1;
  182. this.barDockControlBottom.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  183. this.barDockControlBottom.Size = new System.Drawing.Size(1100, 0);
  184. //
  185. // barDockControlLeft
  186. //
  187. this.barDockControlLeft.CausesValidation = false;
  188. this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  189. this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
  190. this.barDockControlLeft.Manager = this.barManager1;
  191. this.barDockControlLeft.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  192. this.barDockControlLeft.Size = new System.Drawing.Size(0, 488);
  193. //
  194. // barDockControlRight
  195. //
  196. this.barDockControlRight.CausesValidation = false;
  197. this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
  198. this.barDockControlRight.Location = new System.Drawing.Point(1100, 0);
  199. this.barDockControlRight.Manager = this.barManager1;
  200. this.barDockControlRight.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  201. this.barDockControlRight.Size = new System.Drawing.Size(0, 488);
  202. //
  203. // barButtonItem1
  204. //
  205. this.barButtonItem1.Caption = "清除";
  206. this.barButtonItem1.Id = 2;
  207. this.barButtonItem1.Name = "barButtonItem1";
  208. this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
  209. //
  210. // barButtonItem2
  211. //
  212. this.barButtonItem2.Caption = "导出";
  213. this.barButtonItem2.Id = 3;
  214. this.barButtonItem2.Name = "barButtonItem2";
  215. this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
  216. //
  217. // btnCheck
  218. //
  219. this.btnCheck.Location = new System.Drawing.Point(867, 31);
  220. this.btnCheck.Name = "btnCheck";
  221. this.btnCheck.Size = new System.Drawing.Size(113, 22);
  222. this.btnCheck.StyleController = this.layoutControl1;
  223. this.btnCheck.TabIndex = 15;
  224. this.btnCheck.Text = "检测";
  225. this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click);
  226. //
  227. // teSnr
  228. //
  229. this.teSnr.EditValue = "14";
  230. this.teSnr.Location = new System.Drawing.Point(646, 57);
  231. this.teSnr.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  232. this.teSnr.Name = "teSnr";
  233. this.teSnr.Size = new System.Drawing.Size(56, 22);
  234. this.teSnr.StyleController = this.layoutControl1;
  235. this.teSnr.TabIndex = 14;
  236. //
  237. // gridControl1
  238. //
  239. this.gridControl1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0);
  240. this.gridControl1.Location = new System.Drawing.Point(5, 83);
  241. this.gridControl1.MainView = this.gridView1;
  242. this.gridControl1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  243. this.gridControl1.Name = "gridControl1";
  244. this.gridControl1.Size = new System.Drawing.Size(1090, 400);
  245. this.gridControl1.TabIndex = 12;
  246. this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  247. this.gridView1});
  248. //
  249. // gridView1
  250. //
  251. this.gridView1.Appearance.Row.Options.UseTextOptions = true;
  252. this.gridView1.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  253. this.gridView1.ColumnPanelRowHeight = 0;
  254. this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  255. this.dt,
  256. this.df,
  257. this.snr,
  258. this.smpstart,
  259. this.smplen,
  260. this.tm,
  261. this.file1,
  262. this.file2});
  263. this.gridView1.DetailHeight = 169;
  264. this.gridView1.FooterPanelHeight = 0;
  265. this.gridView1.GridControl = this.gridControl1;
  266. this.gridView1.GroupRowHeight = 0;
  267. this.gridView1.Name = "gridView1";
  268. this.gridView1.OptionsBehavior.Editable = false;
  269. this.gridView1.OptionsEditForm.PopupEditFormWidth = 431;
  270. this.gridView1.OptionsMenu.EnableColumnMenu = false;
  271. this.gridView1.OptionsView.ShowDetailButtons = false;
  272. this.gridView1.OptionsView.ShowGroupExpandCollapseButtons = false;
  273. this.gridView1.OptionsView.ShowGroupPanel = false;
  274. this.gridView1.OptionsView.ShowIndicator = false;
  275. this.gridView1.OptionsView.ShowPreviewRowLines = DevExpress.Utils.DefaultBoolean.False;
  276. this.gridView1.OptionsView.ShowVerticalLines = DevExpress.Utils.DefaultBoolean.False;
  277. this.gridView1.RowHeight = 0;
  278. this.gridView1.ViewCaptionHeight = 0;
  279. this.gridView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gridView1_MouseDown);
  280. //
  281. // dt
  282. //
  283. this.dt.Caption = "时差(us)";
  284. this.dt.FieldName = "dt";
  285. this.dt.MinWidth = 22;
  286. this.dt.Name = "dt";
  287. this.dt.Visible = true;
  288. this.dt.VisibleIndex = 4;
  289. this.dt.Width = 109;
  290. //
  291. // df
  292. //
  293. this.df.Caption = "频差(Hz)";
  294. this.df.FieldName = "df";
  295. this.df.MinWidth = 22;
  296. this.df.Name = "df";
  297. this.df.Visible = true;
  298. this.df.VisibleIndex = 5;
  299. this.df.Width = 109;
  300. //
  301. // snr
  302. //
  303. this.snr.Caption = "信噪比";
  304. this.snr.FieldName = "snr";
  305. this.snr.MinWidth = 22;
  306. this.snr.Name = "snr";
  307. this.snr.Visible = true;
  308. this.snr.VisibleIndex = 6;
  309. this.snr.Width = 83;
  310. //
  311. // smpstart
  312. //
  313. this.smpstart.Caption = "起始样点";
  314. this.smpstart.FieldName = "smpstart";
  315. this.smpstart.MinWidth = 22;
  316. this.smpstart.Name = "smpstart";
  317. this.smpstart.Visible = true;
  318. this.smpstart.VisibleIndex = 2;
  319. this.smpstart.Width = 90;
  320. //
  321. // smplen
  322. //
  323. this.smplen.Caption = "样点长度";
  324. this.smplen.FieldName = "smplen";
  325. this.smplen.MinWidth = 22;
  326. this.smplen.Name = "smplen";
  327. this.smplen.Visible = true;
  328. this.smplen.VisibleIndex = 3;
  329. this.smplen.Width = 90;
  330. //
  331. // tm
  332. //
  333. this.tm.Caption = "耗时(s)";
  334. this.tm.FieldName = "tm";
  335. this.tm.MinWidth = 22;
  336. this.tm.Name = "tm";
  337. this.tm.Visible = true;
  338. this.tm.VisibleIndex = 7;
  339. this.tm.Width = 69;
  340. //
  341. // file1
  342. //
  343. this.file1.Caption = "文件1";
  344. this.file1.FieldName = "file1";
  345. this.file1.MinWidth = 22;
  346. this.file1.Name = "file1";
  347. this.file1.Visible = true;
  348. this.file1.VisibleIndex = 1;
  349. this.file1.Width = 165;
  350. //
  351. // file2
  352. //
  353. this.file2.Caption = "文件2";
  354. this.file2.FieldName = "file2";
  355. this.file2.MinWidth = 22;
  356. this.file2.Name = "file2";
  357. this.file2.Visible = true;
  358. this.file2.VisibleIndex = 0;
  359. this.file2.Width = 127;
  360. //
  361. // teDfRange
  362. //
  363. this.teDfRange.EditValue = "16384";
  364. this.teDfRange.Location = new System.Drawing.Point(509, 57);
  365. this.teDfRange.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  366. this.teDfRange.Name = "teDfRange";
  367. this.teDfRange.Size = new System.Drawing.Size(56, 22);
  368. this.teDfRange.StyleController = this.layoutControl1;
  369. this.teDfRange.TabIndex = 11;
  370. //
  371. // tePos
  372. //
  373. this.tePos.EditValue = "0";
  374. this.tePos.Location = new System.Drawing.Point(770, 57);
  375. this.tePos.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  376. this.tePos.Name = "tePos";
  377. this.tePos.Size = new System.Drawing.Size(55, 22);
  378. this.tePos.StyleController = this.layoutControl1;
  379. this.tePos.TabIndex = 10;
  380. //
  381. // teCount
  382. //
  383. this.teCount.EditValue = "0";
  384. this.teCount.Location = new System.Drawing.Point(894, 57);
  385. this.teCount.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  386. this.teCount.Name = "teCount";
  387. this.teCount.Size = new System.Drawing.Size(201, 22);
  388. this.teCount.StyleController = this.layoutControl1;
  389. this.teCount.TabIndex = 9;
  390. //
  391. // teRange
  392. //
  393. this.teRange.EditValue = "40000";
  394. this.teRange.Location = new System.Drawing.Point(370, 57);
  395. this.teRange.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  396. this.teRange.Name = "teRange";
  397. this.teRange.Size = new System.Drawing.Size(55, 22);
  398. this.teRange.StyleController = this.layoutControl1;
  399. this.teRange.TabIndex = 8;
  400. //
  401. // teCenter
  402. //
  403. this.teCenter.EditValue = "0";
  404. this.teCenter.Location = new System.Drawing.Point(224, 57);
  405. this.teCenter.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  406. this.teCenter.Name = "teCenter";
  407. this.teCenter.Size = new System.Drawing.Size(55, 22);
  408. this.teCenter.StyleController = this.layoutControl1;
  409. this.teCenter.TabIndex = 7;
  410. //
  411. // tefs
  412. //
  413. this.tefs.EditValue = "0.096";
  414. this.tefs.Location = new System.Drawing.Point(77, 57);
  415. this.tefs.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  416. this.tefs.Name = "tefs";
  417. this.tefs.Size = new System.Drawing.Size(56, 22);
  418. this.tefs.StyleController = this.layoutControl1;
  419. this.tefs.TabIndex = 6;
  420. //
  421. // btnFile1
  422. //
  423. this.btnFile1.AllowDrop = true;
  424. this.btnFile1.Location = new System.Drawing.Point(77, 5);
  425. this.btnFile1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  426. this.btnFile1.Name = "btnFile1";
  427. this.btnFile1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  428. new DevExpress.XtraEditors.Controls.EditorButton()});
  429. this.btnFile1.Size = new System.Drawing.Size(786, 22);
  430. this.btnFile1.StyleController = this.layoutControl1;
  431. this.btnFile1.TabIndex = 5;
  432. this.btnFile1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnFile_ButtonClick);
  433. this.btnFile1.DragDrop += new System.Windows.Forms.DragEventHandler(this.btnFile_DragDrop);
  434. this.btnFile1.DragOver += new System.Windows.Forms.DragEventHandler(this.btnFile_DragOver);
  435. this.btnFile1.DoubleClick += new System.EventHandler(this.btnFile_DoubleClick);
  436. //
  437. // btnFile2
  438. //
  439. this.btnFile2.AllowDrop = true;
  440. this.btnFile2.Location = new System.Drawing.Point(77, 31);
  441. this.btnFile2.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  442. this.btnFile2.Name = "btnFile2";
  443. this.btnFile2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  444. new DevExpress.XtraEditors.Controls.EditorButton()});
  445. this.btnFile2.Size = new System.Drawing.Size(786, 22);
  446. this.btnFile2.StyleController = this.layoutControl1;
  447. this.btnFile2.TabIndex = 4;
  448. this.btnFile2.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnFile_ButtonClick);
  449. this.btnFile2.DragDrop += new System.Windows.Forms.DragEventHandler(this.btnFile_DragDrop);
  450. this.btnFile2.DragOver += new System.Windows.Forms.DragEventHandler(this.btnFile_DragOver);
  451. this.btnFile2.DoubleClick += new System.EventHandler(this.btnFile_DoubleClick);
  452. //
  453. // ckIBS
  454. //
  455. this.ckIBS.Location = new System.Drawing.Point(941, 6);
  456. this.ckIBS.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  457. this.ckIBS.MenuManager = this.barManager1;
  458. this.ckIBS.Name = "ckIBS";
  459. this.ckIBS.Properties.Caption = "IBS";
  460. this.ckIBS.Size = new System.Drawing.Size(52, 20);
  461. this.ckIBS.StyleController = this.layoutControl1;
  462. this.ckIBS.TabIndex = 17;
  463. this.ckIBS.TabStop = false;
  464. this.ckIBS.CheckedChanged += new System.EventHandler(this.ckIBS_CheckedChanged);
  465. //
  466. // ckKY
  467. //
  468. this.ckKY.Location = new System.Drawing.Point(997, 6);
  469. this.ckKY.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  470. this.ckKY.MenuManager = this.barManager1;
  471. this.ckKY.Name = "ckKY";
  472. this.ckKY.Properties.Caption = "Ky5758";
  473. this.ckKY.Size = new System.Drawing.Size(98, 20);
  474. this.ckKY.StyleController = this.layoutControl1;
  475. this.ckKY.TabIndex = 18;
  476. this.ckKY.TabStop = false;
  477. this.ckKY.CheckedChanged += new System.EventHandler(this.ckKY_CheckedChanged);
  478. //
  479. // Root
  480. //
  481. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  482. this.Root.GroupBordersVisible = false;
  483. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  484. this.layoutControlItem2,
  485. this.layoutControlItem3,
  486. this.layoutControlItem9,
  487. this.layoutControlItem1,
  488. this.layoutControlItem4,
  489. this.layoutControlItem5,
  490. this.layoutControlItem10,
  491. this.layoutControlItem8,
  492. this.lciStartPos,
  493. this.lciSampleLength,
  494. this.layoutControlItem12,
  495. this.lciBtnCheck,
  496. this.layoutControlItem6,
  497. this.layoutControlItem7,
  498. this.layoutControlItem11});
  499. this.Root.Name = "Root";
  500. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
  501. this.Root.Size = new System.Drawing.Size(1100, 488);
  502. this.Root.TextVisible = false;
  503. //
  504. // layoutControlItem2
  505. //
  506. this.layoutControlItem2.Control = this.btnFile1;
  507. this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
  508. this.layoutControlItem2.Name = "layoutControlItem2";
  509. this.layoutControlItem2.Size = new System.Drawing.Size(862, 26);
  510. this.layoutControlItem2.Text = "信号文件1:";
  511. this.layoutControlItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  512. this.layoutControlItem2.TextSize = new System.Drawing.Size(67, 14);
  513. this.layoutControlItem2.TextToControlDistance = 5;
  514. //
  515. // layoutControlItem3
  516. //
  517. this.layoutControlItem3.Control = this.tefs;
  518. this.layoutControlItem3.Location = new System.Drawing.Point(0, 52);
  519. this.layoutControlItem3.Name = "layoutControlItem3";
  520. this.layoutControlItem3.Size = new System.Drawing.Size(132, 26);
  521. this.layoutControlItem3.Text = "采样率(M):";
  522. this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  523. this.layoutControlItem3.TextSize = new System.Drawing.Size(67, 14);
  524. this.layoutControlItem3.TextToControlDistance = 5;
  525. //
  526. // layoutControlItem9
  527. //
  528. this.layoutControlItem9.Control = this.gridControl1;
  529. this.layoutControlItem9.Location = new System.Drawing.Point(0, 78);
  530. this.layoutControlItem9.Name = "layoutControlItem9";
  531. this.layoutControlItem9.Size = new System.Drawing.Size(1094, 404);
  532. this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
  533. this.layoutControlItem9.TextVisible = false;
  534. //
  535. // layoutControlItem1
  536. //
  537. this.layoutControlItem1.Control = this.btnFile2;
  538. this.layoutControlItem1.Location = new System.Drawing.Point(0, 26);
  539. this.layoutControlItem1.Name = "layoutControlItem1";
  540. this.layoutControlItem1.Size = new System.Drawing.Size(862, 26);
  541. this.layoutControlItem1.Text = "信号文件2:";
  542. this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  543. this.layoutControlItem1.TextSize = new System.Drawing.Size(67, 14);
  544. this.layoutControlItem1.TextToControlDistance = 5;
  545. //
  546. // layoutControlItem4
  547. //
  548. this.layoutControlItem4.Control = this.teCenter;
  549. this.layoutControlItem4.Location = new System.Drawing.Point(132, 52);
  550. this.layoutControlItem4.Name = "layoutControlItem4";
  551. this.layoutControlItem4.Size = new System.Drawing.Size(146, 26);
  552. this.layoutControlItem4.Text = "时差中心(us):";
  553. this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  554. this.layoutControlItem4.TextSize = new System.Drawing.Size(82, 14);
  555. this.layoutControlItem4.TextToControlDistance = 5;
  556. //
  557. // layoutControlItem5
  558. //
  559. this.layoutControlItem5.Control = this.teRange;
  560. this.layoutControlItem5.Location = new System.Drawing.Point(278, 52);
  561. this.layoutControlItem5.Name = "layoutControlItem5";
  562. this.layoutControlItem5.Size = new System.Drawing.Size(146, 26);
  563. this.layoutControlItem5.Text = "时差范围(us):";
  564. this.layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  565. this.layoutControlItem5.TextSize = new System.Drawing.Size(82, 14);
  566. this.layoutControlItem5.TextToControlDistance = 5;
  567. //
  568. // layoutControlItem10
  569. //
  570. this.layoutControlItem10.Control = this.teSnr;
  571. this.layoutControlItem10.Location = new System.Drawing.Point(564, 52);
  572. this.layoutControlItem10.Name = "layoutControlItem10";
  573. this.layoutControlItem10.Size = new System.Drawing.Size(137, 26);
  574. this.layoutControlItem10.Text = "信噪比门限:";
  575. this.layoutControlItem10.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  576. this.layoutControlItem10.TextSize = new System.Drawing.Size(72, 14);
  577. this.layoutControlItem10.TextToControlDistance = 5;
  578. //
  579. // layoutControlItem8
  580. //
  581. this.layoutControlItem8.Control = this.teDfRange;
  582. this.layoutControlItem8.Location = new System.Drawing.Point(424, 52);
  583. this.layoutControlItem8.Name = "layoutControlItem8";
  584. this.layoutControlItem8.Size = new System.Drawing.Size(140, 26);
  585. this.layoutControlItem8.Text = "频差范围(Hz):";
  586. this.layoutControlItem8.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  587. this.layoutControlItem8.TextSize = new System.Drawing.Size(75, 14);
  588. this.layoutControlItem8.TextToControlDistance = 5;
  589. //
  590. // lciStartPos
  591. //
  592. this.lciStartPos.Control = this.tePos;
  593. this.lciStartPos.Location = new System.Drawing.Point(701, 52);
  594. this.lciStartPos.Name = "lciStartPos";
  595. this.lciStartPos.Size = new System.Drawing.Size(123, 26);
  596. this.lciStartPos.Text = "起始样点:";
  597. this.lciStartPos.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  598. this.lciStartPos.TextSize = new System.Drawing.Size(60, 14);
  599. this.lciStartPos.TextToControlDistance = 4;
  600. //
  601. // lciSampleLength
  602. //
  603. this.lciSampleLength.Control = this.teCount;
  604. this.lciSampleLength.Location = new System.Drawing.Point(824, 52);
  605. this.lciSampleLength.Name = "lciSampleLength";
  606. this.lciSampleLength.Size = new System.Drawing.Size(270, 26);
  607. this.lciSampleLength.Text = "计算样点:";
  608. this.lciSampleLength.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  609. this.lciSampleLength.TextSize = new System.Drawing.Size(60, 14);
  610. this.lciSampleLength.TextToControlDistance = 5;
  611. //
  612. // layoutControlItem12
  613. //
  614. this.layoutControlItem12.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
  615. this.layoutControlItem12.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
  616. this.layoutControlItem12.Control = this.chkDama;
  617. this.layoutControlItem12.Location = new System.Drawing.Point(862, 0);
  618. this.layoutControlItem12.MaxSize = new System.Drawing.Size(0, 26);
  619. this.layoutControlItem12.MinSize = new System.Drawing.Size(74, 26);
  620. this.layoutControlItem12.Name = "layoutControlItem12";
  621. this.layoutControlItem12.Size = new System.Drawing.Size(74, 26);
  622. this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  623. this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
  624. this.layoutControlItem12.TextVisible = false;
  625. //
  626. // lciBtnCheck
  627. //
  628. this.lciBtnCheck.Control = this.btnCheck;
  629. this.lciBtnCheck.Location = new System.Drawing.Point(862, 26);
  630. this.lciBtnCheck.MaxSize = new System.Drawing.Size(0, 26);
  631. this.lciBtnCheck.MinSize = new System.Drawing.Size(117, 26);
  632. this.lciBtnCheck.Name = "lciBtnCheck";
  633. this.lciBtnCheck.Size = new System.Drawing.Size(117, 26);
  634. this.lciBtnCheck.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  635. this.lciBtnCheck.TextSize = new System.Drawing.Size(0, 0);
  636. this.lciBtnCheck.TextVisible = false;
  637. //
  638. // layoutControlItem6
  639. //
  640. this.layoutControlItem6.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
  641. this.layoutControlItem6.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
  642. this.layoutControlItem6.Control = this.ckIBS;
  643. this.layoutControlItem6.Location = new System.Drawing.Point(936, 0);
  644. this.layoutControlItem6.MaxSize = new System.Drawing.Size(0, 26);
  645. this.layoutControlItem6.MinSize = new System.Drawing.Size(56, 26);
  646. this.layoutControlItem6.Name = "layoutControlItem6";
  647. this.layoutControlItem6.Size = new System.Drawing.Size(56, 26);
  648. this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  649. this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
  650. this.layoutControlItem6.TextVisible = false;
  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.ckKY;
  657. this.layoutControlItem7.Location = new System.Drawing.Point(992, 0);
  658. this.layoutControlItem7.Name = "layoutControlItem7";
  659. this.layoutControlItem7.Size = new System.Drawing.Size(102, 26);
  660. this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
  661. this.layoutControlItem7.TextVisible = false;
  662. //
  663. // popupMenu1
  664. //
  665. this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
  666. new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
  667. new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2)});
  668. this.popupMenu1.Manager = this.barManager1;
  669. this.popupMenu1.Name = "popupMenu1";
  670. //
  671. // openFileDialog1
  672. //
  673. this.openFileDialog1.FileName = "openFileDialog1";
  674. //
  675. // btnCalc
  676. //
  677. this.btnCalc.Location = new System.Drawing.Point(984, 31);
  678. this.btnCalc.Name = "btnCalc";
  679. this.btnCalc.Size = new System.Drawing.Size(111, 22);
  680. this.btnCalc.StyleController = this.layoutControl1;
  681. this.btnCalc.TabIndex = 19;
  682. this.btnCalc.Text = "计算";
  683. this.btnCalc.Click += new System.EventHandler(this.btnCalc_Click);
  684. //
  685. // layoutControlItem11
  686. //
  687. this.layoutControlItem11.Control = this.btnCalc;
  688. this.layoutControlItem11.Location = new System.Drawing.Point(979, 26);
  689. this.layoutControlItem11.MaxSize = new System.Drawing.Size(0, 26);
  690. this.layoutControlItem11.MinSize = new System.Drawing.Size(115, 26);
  691. this.layoutControlItem11.Name = "layoutControlItem11";
  692. this.layoutControlItem11.Size = new System.Drawing.Size(115, 26);
  693. this.layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  694. this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
  695. this.layoutControlItem11.TextVisible = false;
  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.popupMenu1)).EndInit();
  747. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).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. }