XdcMainCtrl.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423
  1. namespace Ips.Sps.Tools.Xdcs
  2. {
  3. partial class XdcMainCtrl
  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 Component 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. components = new System.ComponentModel.Container();
  29. dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
  30. btnImportConfig = new DevExpress.XtraEditors.SimpleButton();
  31. btnSaveConfig = new DevExpress.XtraEditors.SimpleButton();
  32. btnStop = new DevExpress.XtraEditors.SimpleButton();
  33. btnExcute = new DevExpress.XtraEditors.SimpleButton();
  34. grdMain = new DevExpress.XtraGrid.GridControl();
  35. bsMain = new BindingSource(components);
  36. gvMain = new DevExpress.XtraGrid.Views.Grid.GridView();
  37. colFfc = new DevExpress.XtraGrid.Columns.GridColumn();
  38. colBandWidth = new DevExpress.XtraGrid.Columns.GridColumn();
  39. colModuType = new DevExpress.XtraGrid.Columns.GridColumn();
  40. FileInButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  41. FsButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  42. FileOutButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  43. ThSpinEdit = new DevExpress.XtraEditors.SpinEdit();
  44. Root = new DevExpress.XtraLayout.LayoutControlGroup();
  45. layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  46. ItemForFileIn = new DevExpress.XtraLayout.LayoutControlItem();
  47. ItemForFileOut = new DevExpress.XtraLayout.LayoutControlItem();
  48. layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  49. layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  50. layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  51. ItemForFs = new DevExpress.XtraLayout.LayoutControlItem();
  52. layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  53. ItemForTh = new DevExpress.XtraLayout.LayoutControlItem();
  54. dxError = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
  55. layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  56. ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).BeginInit();
  57. dataLayoutControl1.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)grdMain).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)bsMain).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)gvMain).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)FileInButtonEdit.Properties).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)FsButtonEdit.Properties).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)FileOutButtonEdit.Properties).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)ThSpinEdit.Properties).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)ItemForFileIn).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)ItemForFileOut).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)ItemForFs).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)ItemForTh).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)dxError).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
  77. SuspendLayout();
  78. //
  79. // dataLayoutControl1
  80. //
  81. dataLayoutControl1.Controls.Add(btnImportConfig);
  82. dataLayoutControl1.Controls.Add(btnSaveConfig);
  83. dataLayoutControl1.Controls.Add(btnStop);
  84. dataLayoutControl1.Controls.Add(btnExcute);
  85. dataLayoutControl1.Controls.Add(grdMain);
  86. dataLayoutControl1.Controls.Add(FileInButtonEdit);
  87. dataLayoutControl1.Controls.Add(FsButtonEdit);
  88. dataLayoutControl1.Controls.Add(FileOutButtonEdit);
  89. dataLayoutControl1.Controls.Add(ThSpinEdit);
  90. dataLayoutControl1.DataSource = bsMain;
  91. dataLayoutControl1.Dock = DockStyle.Fill;
  92. dataLayoutControl1.Location = new Point(0, 0);
  93. dataLayoutControl1.Name = "dataLayoutControl1";
  94. dataLayoutControl1.Root = Root;
  95. dataLayoutControl1.Size = new Size(910, 523);
  96. dataLayoutControl1.TabIndex = 0;
  97. dataLayoutControl1.Text = "dataLayoutControl1";
  98. //
  99. // btnImportConfig
  100. //
  101. btnImportConfig.Location = new Point(827, 12);
  102. btnImportConfig.Name = "btnImportConfig";
  103. btnImportConfig.Size = new Size(71, 22);
  104. btnImportConfig.StyleController = dataLayoutControl1;
  105. btnImportConfig.TabIndex = 8;
  106. btnImportConfig.Text = "导入配置";
  107. btnImportConfig.Click += btnImportConfig_Click;
  108. //
  109. // btnSaveConfig
  110. //
  111. btnSaveConfig.Location = new Point(752, 12);
  112. btnSaveConfig.Name = "btnSaveConfig";
  113. btnSaveConfig.Size = new Size(71, 22);
  114. btnSaveConfig.StyleController = dataLayoutControl1;
  115. btnSaveConfig.TabIndex = 7;
  116. btnSaveConfig.Text = "保存配置";
  117. btnSaveConfig.Click += btnSaveConfig_Click;
  118. //
  119. // btnStop
  120. //
  121. btnStop.Enabled = false;
  122. btnStop.Location = new Point(827, 38);
  123. btnStop.Name = "btnStop";
  124. btnStop.Size = new Size(71, 22);
  125. btnStop.StyleController = dataLayoutControl1;
  126. btnStop.TabIndex = 6;
  127. btnStop.Text = "停止";
  128. btnStop.Click += btnStop_Click;
  129. //
  130. // btnExcute
  131. //
  132. btnExcute.Location = new Point(752, 38);
  133. btnExcute.Name = "btnExcute";
  134. btnExcute.Size = new Size(71, 22);
  135. btnExcute.StyleController = dataLayoutControl1;
  136. btnExcute.TabIndex = 5;
  137. btnExcute.Text = "开始";
  138. btnExcute.Click += btnExcute_Click;
  139. //
  140. // grdMain
  141. //
  142. grdMain.DataMember = "SigList";
  143. grdMain.DataSource = bsMain;
  144. grdMain.Location = new Point(12, 64);
  145. grdMain.MainView = gvMain;
  146. grdMain.Name = "grdMain";
  147. grdMain.Size = new Size(886, 447);
  148. grdMain.TabIndex = 9;
  149. grdMain.UseEmbeddedNavigator = true;
  150. grdMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gvMain });
  151. //
  152. // bsMain
  153. //
  154. bsMain.AllowNew = false;
  155. bsMain.DataSource = typeof(XdcViewModel);
  156. //
  157. // gvMain
  158. //
  159. gvMain.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colFfc, colBandWidth, colModuType });
  160. gvMain.GridControl = grdMain;
  161. gvMain.Name = "gvMain";
  162. gvMain.OptionsView.ShowGroupPanel = false;
  163. //
  164. // colFfc
  165. //
  166. colFfc.FieldName = "Ffc";
  167. colFfc.Name = "colFfc";
  168. colFfc.Visible = true;
  169. colFfc.VisibleIndex = 0;
  170. //
  171. // colBandWidth
  172. //
  173. colBandWidth.FieldName = "BandWidth";
  174. colBandWidth.Name = "colBandWidth";
  175. colBandWidth.Visible = true;
  176. colBandWidth.VisibleIndex = 1;
  177. //
  178. // colModuType
  179. //
  180. colModuType.FieldName = "ModuType";
  181. colModuType.Name = "colModuType";
  182. colModuType.Visible = true;
  183. colModuType.VisibleIndex = 2;
  184. //
  185. // FileInButtonEdit
  186. //
  187. FileInButtonEdit.DataBindings.Add(new Binding("EditValue", bsMain, "FileIn", true, DataSourceUpdateMode.OnPropertyChanged));
  188. FileInButtonEdit.Location = new Point(79, 12);
  189. FileInButtonEdit.Name = "FileInButtonEdit";
  190. FileInButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
  191. FileInButtonEdit.Size = new Size(509, 20);
  192. FileInButtonEdit.StyleController = dataLayoutControl1;
  193. FileInButtonEdit.TabIndex = 0;
  194. //
  195. // FsButtonEdit
  196. //
  197. FsButtonEdit.DataBindings.Add(new Binding("EditValue", bsMain, "Fs", true, DataSourceUpdateMode.OnPropertyChanged));
  198. FsButtonEdit.Location = new Point(659, 12);
  199. FsButtonEdit.Name = "FsButtonEdit";
  200. FsButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
  201. FsButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
  202. FsButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
  203. FsButtonEdit.Properties.Mask.EditMask = "F";
  204. FsButtonEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  205. FsButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  206. FsButtonEdit.Size = new Size(89, 20);
  207. FsButtonEdit.StyleController = dataLayoutControl1;
  208. FsButtonEdit.TabIndex = 2;
  209. //
  210. // FileOutButtonEdit
  211. //
  212. FileOutButtonEdit.DataBindings.Add(new Binding("EditValue", bsMain, "FileOut", true, DataSourceUpdateMode.OnPropertyChanged));
  213. FileOutButtonEdit.Location = new Point(79, 38);
  214. FileOutButtonEdit.Name = "FileOutButtonEdit";
  215. FileOutButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
  216. FileOutButtonEdit.Size = new Size(509, 20);
  217. FileOutButtonEdit.StyleController = dataLayoutControl1;
  218. FileOutButtonEdit.TabIndex = 5;
  219. //
  220. // ThSpinEdit
  221. //
  222. ThSpinEdit.DataBindings.Add(new Binding("EditValue", bsMain, "Th", true));
  223. ThSpinEdit.EditValue = new decimal(new int[] { 0, 0, 0, 0 });
  224. ThSpinEdit.Location = new Point(659, 38);
  225. ThSpinEdit.Name = "ThSpinEdit";
  226. ThSpinEdit.Properties.Appearance.Options.UseTextOptions = true;
  227. ThSpinEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  228. ThSpinEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  229. ThSpinEdit.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Default;
  230. ThSpinEdit.Properties.IsFloatValue = false;
  231. ThSpinEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  232. ThSpinEdit.Properties.MaskSettings.Set("mask", "N0");
  233. ThSpinEdit.Size = new Size(89, 20);
  234. ThSpinEdit.StyleController = dataLayoutControl1;
  235. ThSpinEdit.TabIndex = 6;
  236. //
  237. // Root
  238. //
  239. Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  240. Root.GroupBordersVisible = false;
  241. Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1 });
  242. Root.Name = "Root";
  243. Root.Size = new Size(910, 523);
  244. Root.TextVisible = false;
  245. //
  246. // layoutControlGroup1
  247. //
  248. layoutControlGroup1.AllowDrawBackground = false;
  249. layoutControlGroup1.GroupBordersVisible = false;
  250. layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForFileIn, ItemForFileOut, layoutControlItem2, layoutControlItem3, layoutControlItem4, ItemForFs, layoutControlItem5, ItemForTh, layoutControlItem1 });
  251. layoutControlGroup1.Location = new Point(0, 0);
  252. layoutControlGroup1.Name = "autoGeneratedGroup0";
  253. layoutControlGroup1.Size = new Size(890, 503);
  254. //
  255. // ItemForFileIn
  256. //
  257. ItemForFileIn.Control = FileInButtonEdit;
  258. ItemForFileIn.Location = new Point(0, 0);
  259. ItemForFileIn.Name = "ItemForFileIn";
  260. ItemForFileIn.Size = new Size(580, 26);
  261. ItemForFileIn.Text = "输入文件";
  262. ItemForFileIn.TextSize = new Size(55, 14);
  263. //
  264. // ItemForFileOut
  265. //
  266. ItemForFileOut.Control = FileOutButtonEdit;
  267. ItemForFileOut.Location = new Point(0, 26);
  268. ItemForFileOut.Name = "ItemForFileOut";
  269. ItemForFileOut.Size = new Size(580, 26);
  270. ItemForFileOut.Text = "输出文件";
  271. ItemForFileOut.TextSize = new Size(55, 14);
  272. //
  273. // layoutControlItem2
  274. //
  275. layoutControlItem2.Control = btnExcute;
  276. layoutControlItem2.Location = new Point(740, 26);
  277. layoutControlItem2.MaxSize = new Size(75, 26);
  278. layoutControlItem2.MinSize = new Size(75, 26);
  279. layoutControlItem2.Name = "layoutControlItem2";
  280. layoutControlItem2.Size = new Size(75, 26);
  281. layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  282. layoutControlItem2.TextSize = new Size(0, 0);
  283. layoutControlItem2.TextVisible = false;
  284. //
  285. // layoutControlItem3
  286. //
  287. layoutControlItem3.Control = btnStop;
  288. layoutControlItem3.Location = new Point(815, 26);
  289. layoutControlItem3.MaxSize = new Size(75, 26);
  290. layoutControlItem3.MinSize = new Size(75, 26);
  291. layoutControlItem3.Name = "layoutControlItem3";
  292. layoutControlItem3.Size = new Size(75, 26);
  293. layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  294. layoutControlItem3.TextSize = new Size(0, 0);
  295. layoutControlItem3.TextVisible = false;
  296. //
  297. // layoutControlItem4
  298. //
  299. layoutControlItem4.Control = btnSaveConfig;
  300. layoutControlItem4.Location = new Point(740, 0);
  301. layoutControlItem4.MaxSize = new Size(75, 26);
  302. layoutControlItem4.MinSize = new Size(75, 26);
  303. layoutControlItem4.Name = "layoutControlItem4";
  304. layoutControlItem4.Size = new Size(75, 26);
  305. layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  306. layoutControlItem4.TextSize = new Size(0, 0);
  307. layoutControlItem4.TextVisible = false;
  308. //
  309. // ItemForFs
  310. //
  311. ItemForFs.Control = FsButtonEdit;
  312. ItemForFs.Location = new Point(580, 0);
  313. ItemForFs.MaxSize = new Size(160, 24);
  314. ItemForFs.MinSize = new Size(160, 24);
  315. ItemForFs.Name = "ItemForFs";
  316. ItemForFs.Size = new Size(160, 26);
  317. ItemForFs.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  318. ItemForFs.Text = "采样率(M)";
  319. ItemForFs.TextSize = new Size(55, 14);
  320. //
  321. // layoutControlItem5
  322. //
  323. layoutControlItem5.Control = btnImportConfig;
  324. layoutControlItem5.Location = new Point(815, 0);
  325. layoutControlItem5.MaxSize = new Size(75, 26);
  326. layoutControlItem5.MinSize = new Size(75, 26);
  327. layoutControlItem5.Name = "layoutControlItem5";
  328. layoutControlItem5.Size = new Size(75, 26);
  329. layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  330. layoutControlItem5.TextSize = new Size(0, 0);
  331. layoutControlItem5.TextVisible = false;
  332. //
  333. // ItemForTh
  334. //
  335. ItemForTh.Control = ThSpinEdit;
  336. ItemForTh.Location = new Point(580, 26);
  337. ItemForTh.MaxSize = new Size(160, 24);
  338. ItemForTh.MinSize = new Size(160, 24);
  339. ItemForTh.Name = "ItemForTh";
  340. ItemForTh.Size = new Size(160, 26);
  341. ItemForTh.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  342. ItemForTh.Text = "进程数";
  343. ItemForTh.TextSize = new Size(55, 14);
  344. //
  345. // dxError
  346. //
  347. dxError.ContainerControl = this;
  348. //
  349. // layoutControlItem1
  350. //
  351. layoutControlItem1.Control = grdMain;
  352. layoutControlItem1.Location = new Point(0, 52);
  353. layoutControlItem1.Name = "layoutControlItem1";
  354. layoutControlItem1.Size = new Size(890, 451);
  355. layoutControlItem1.TextSize = new Size(0, 0);
  356. layoutControlItem1.TextVisible = false;
  357. //
  358. // XdcMainCtrl
  359. //
  360. AutoScaleDimensions = new SizeF(7F, 14F);
  361. AutoScaleMode = AutoScaleMode.Font;
  362. Controls.Add(dataLayoutControl1);
  363. Name = "XdcMainCtrl";
  364. Size = new Size(910, 523);
  365. Load += XdcMainCtrl_Load;
  366. ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).EndInit();
  367. dataLayoutControl1.ResumeLayout(false);
  368. ((System.ComponentModel.ISupportInitialize)grdMain).EndInit();
  369. ((System.ComponentModel.ISupportInitialize)bsMain).EndInit();
  370. ((System.ComponentModel.ISupportInitialize)gvMain).EndInit();
  371. ((System.ComponentModel.ISupportInitialize)FileInButtonEdit.Properties).EndInit();
  372. ((System.ComponentModel.ISupportInitialize)FsButtonEdit.Properties).EndInit();
  373. ((System.ComponentModel.ISupportInitialize)FileOutButtonEdit.Properties).EndInit();
  374. ((System.ComponentModel.ISupportInitialize)ThSpinEdit.Properties).EndInit();
  375. ((System.ComponentModel.ISupportInitialize)Root).EndInit();
  376. ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
  377. ((System.ComponentModel.ISupportInitialize)ItemForFileIn).EndInit();
  378. ((System.ComponentModel.ISupportInitialize)ItemForFileOut).EndInit();
  379. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
  380. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
  381. ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
  382. ((System.ComponentModel.ISupportInitialize)ItemForFs).EndInit();
  383. ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit();
  384. ((System.ComponentModel.ISupportInitialize)ItemForTh).EndInit();
  385. ((System.ComponentModel.ISupportInitialize)dxError).EndInit();
  386. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
  387. ResumeLayout(false);
  388. }
  389. #endregion
  390. private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
  391. private DevExpress.XtraLayout.LayoutControlGroup Root;
  392. private BindingSource bsMain;
  393. private DevExpress.XtraEditors.ButtonEdit FileInButtonEdit;
  394. private DevExpress.XtraEditors.ButtonEdit FsButtonEdit;
  395. private DevExpress.XtraEditors.ButtonEdit FileOutButtonEdit;
  396. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  397. private DevExpress.XtraLayout.LayoutControlItem ItemForFileIn;
  398. private DevExpress.XtraLayout.LayoutControlItem ItemForFs;
  399. private DevExpress.XtraLayout.LayoutControlItem ItemForFileOut;
  400. private DevExpress.XtraGrid.GridControl grdMain;
  401. private DevExpress.XtraGrid.Views.Grid.GridView gvMain;
  402. private DevExpress.XtraGrid.Columns.GridColumn colFfc;
  403. private DevExpress.XtraGrid.Columns.GridColumn colBandWidth;
  404. private DevExpress.XtraGrid.Columns.GridColumn colModuType;
  405. private DevExpress.XtraEditors.SimpleButton btnStop;
  406. private DevExpress.XtraEditors.SimpleButton btnExcute;
  407. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  408. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  409. private DevExpress.XtraEditors.SimpleButton btnSaveConfig;
  410. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  411. private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxError;
  412. private DevExpress.XtraEditors.SimpleButton btnImportConfig;
  413. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  414. private DevExpress.XtraEditors.SpinEdit ThSpinEdit;
  415. private DevExpress.XtraLayout.LayoutControlItem ItemForTh;
  416. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  417. }
  418. }