FrmSetting.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446
  1. namespace Uninpho.Tools.components.DataManager
  2. {
  3. partial class FrmSetting
  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.groupBox1 = new System.Windows.Forms.GroupBox();
  29. this.groupBox2 = new System.Windows.Forms.GroupBox();
  30. this.groupBox3 = new System.Windows.Forms.GroupBox();
  31. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  32. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  33. this.checkBoxInput18 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
  34. this.checkBoxInput17 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
  35. this.checkBoxInput14 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
  36. this.checkBoxInput16 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
  37. this.checkBoxInput15 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
  38. this.checkBoxInput13 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
  39. this.checkBoxInput9 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
  40. this.checkBoxInput6 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
  41. this.checkBoxInput8 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
  42. this.checkBoxInput4 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
  43. this.checkBoxInput3 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
  44. this.checkBoxInput2 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
  45. this.checkBoxInput12 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
  46. this.checkBoxInput1 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
  47. this.checkBoxInput11 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
  48. this.checkBoxInput10 = new Uninpho.Tools.components.DataManager.CheckBoxInput();
  49. this.groupBox1.SuspendLayout();
  50. this.groupBox2.SuspendLayout();
  51. this.groupBox3.SuspendLayout();
  52. this.SuspendLayout();
  53. //
  54. // groupBox1
  55. //
  56. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  57. | System.Windows.Forms.AnchorStyles.Right)));
  58. this.groupBox1.Controls.Add(this.checkBoxInput3);
  59. this.groupBox1.Controls.Add(this.checkBoxInput2);
  60. this.groupBox1.Controls.Add(this.checkBoxInput12);
  61. this.groupBox1.Controls.Add(this.checkBoxInput1);
  62. this.groupBox1.Controls.Add(this.checkBoxInput11);
  63. this.groupBox1.Controls.Add(this.checkBoxInput10);
  64. this.groupBox1.Location = new System.Drawing.Point(7, 12);
  65. this.groupBox1.Name = "groupBox1";
  66. this.groupBox1.Size = new System.Drawing.Size(454, 127);
  67. this.groupBox1.TabIndex = 0;
  68. this.groupBox1.TabStop = false;
  69. this.groupBox1.Text = "过岔平稳性信息";
  70. //
  71. // groupBox2
  72. //
  73. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  74. | System.Windows.Forms.AnchorStyles.Right)));
  75. this.groupBox2.Controls.Add(this.checkBoxInput13);
  76. this.groupBox2.Controls.Add(this.checkBoxInput9);
  77. this.groupBox2.Controls.Add(this.checkBoxInput6);
  78. this.groupBox2.Controls.Add(this.checkBoxInput8);
  79. this.groupBox2.Controls.Add(this.checkBoxInput4);
  80. this.groupBox2.Location = new System.Drawing.Point(7, 147);
  81. this.groupBox2.Name = "groupBox2";
  82. this.groupBox2.Size = new System.Drawing.Size(454, 124);
  83. this.groupBox2.TabIndex = 1;
  84. this.groupBox2.TabStop = false;
  85. this.groupBox2.Text = "轨道几何信息";
  86. //
  87. // groupBox3
  88. //
  89. this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  90. | System.Windows.Forms.AnchorStyles.Right)));
  91. this.groupBox3.Controls.Add(this.checkBoxInput18);
  92. this.groupBox3.Controls.Add(this.checkBoxInput17);
  93. this.groupBox3.Controls.Add(this.checkBoxInput14);
  94. this.groupBox3.Controls.Add(this.checkBoxInput16);
  95. this.groupBox3.Controls.Add(this.checkBoxInput15);
  96. this.groupBox3.Location = new System.Drawing.Point(7, 284);
  97. this.groupBox3.Name = "groupBox3";
  98. this.groupBox3.Size = new System.Drawing.Size(454, 135);
  99. this.groupBox3.TabIndex = 2;
  100. this.groupBox3.TabStop = false;
  101. this.groupBox3.Text = "轮轨力信息";
  102. this.groupBox3.Visible = false;
  103. //
  104. // btnCancle
  105. //
  106. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  107. this.btnCancle.Location = new System.Drawing.Point(371, 425);
  108. this.btnCancle.Name = "btnCancle";
  109. this.btnCancle.Size = new System.Drawing.Size(75, 23);
  110. this.btnCancle.TabIndex = 3;
  111. this.btnCancle.Text = "取消";
  112. this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
  113. //
  114. // btnOK
  115. //
  116. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  117. this.btnOK.Location = new System.Drawing.Point(262, 425);
  118. this.btnOK.Name = "btnOK";
  119. this.btnOK.Size = new System.Drawing.Size(75, 23);
  120. this.btnOK.TabIndex = 3;
  121. this.btnOK.Text = "确认";
  122. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  123. //
  124. // checkBoxInput18
  125. //
  126. this.checkBoxInput18.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  127. | System.Windows.Forms.AnchorStyles.Right)));
  128. this.checkBoxInput18.Checked = false;
  129. this.checkBoxInput18.ColumnName = "lzjzl";
  130. this.checkBoxInput18.LBText = "轮重减载率";
  131. this.checkBoxInput18.Location = new System.Drawing.Point(236, 54);
  132. this.checkBoxInput18.Name = "checkBoxInput18";
  133. this.checkBoxInput18.Size = new System.Drawing.Size(212, 28);
  134. this.checkBoxInput18.TabIndex = 4;
  135. this.checkBoxInput18.Value = new decimal(new int[] {
  136. 0,
  137. 0,
  138. 0,
  139. 0});
  140. //
  141. // checkBoxInput17
  142. //
  143. this.checkBoxInput17.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  144. | System.Windows.Forms.AnchorStyles.Right)));
  145. this.checkBoxInput17.Checked = false;
  146. this.checkBoxInput17.ColumnName = "lgcxl";
  147. this.checkBoxInput17.LBText = "小轮轨垂向力";
  148. this.checkBoxInput17.Location = new System.Drawing.Point(12, 20);
  149. this.checkBoxInput17.Name = "checkBoxInput17";
  150. this.checkBoxInput17.Size = new System.Drawing.Size(212, 28);
  151. this.checkBoxInput17.TabIndex = 4;
  152. this.checkBoxInput17.Value = new decimal(new int[] {
  153. 0,
  154. 0,
  155. 0,
  156. 0});
  157. //
  158. // checkBoxInput14
  159. //
  160. this.checkBoxInput14.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  161. | System.Windows.Forms.AnchorStyles.Right)));
  162. this.checkBoxInput14.Checked = false;
  163. this.checkBoxInput14.ColumnName = "lzlfz";
  164. this.checkBoxInput14.LBText = "轮轴横向力";
  165. this.checkBoxInput14.Location = new System.Drawing.Point(12, 88);
  166. this.checkBoxInput14.Name = "checkBoxInput14";
  167. this.checkBoxInput14.Size = new System.Drawing.Size(212, 28);
  168. this.checkBoxInput14.TabIndex = 4;
  169. this.checkBoxInput14.Value = new decimal(new int[] {
  170. 0,
  171. 0,
  172. 0,
  173. 0});
  174. //
  175. // checkBoxInput16
  176. //
  177. this.checkBoxInput16.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  178. | System.Windows.Forms.AnchorStyles.Right)));
  179. this.checkBoxInput16.Checked = false;
  180. this.checkBoxInput16.ColumnName = "lghxl";
  181. this.checkBoxInput16.LBText = "轮轨横向力";
  182. this.checkBoxInput16.Location = new System.Drawing.Point(12, 54);
  183. this.checkBoxInput16.Name = "checkBoxInput16";
  184. this.checkBoxInput16.Size = new System.Drawing.Size(212, 28);
  185. this.checkBoxInput16.TabIndex = 4;
  186. this.checkBoxInput16.Value = new decimal(new int[] {
  187. 0,
  188. 0,
  189. 0,
  190. 0});
  191. //
  192. // checkBoxInput15
  193. //
  194. this.checkBoxInput15.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  195. | System.Windows.Forms.AnchorStyles.Right)));
  196. this.checkBoxInput15.Checked = false;
  197. this.checkBoxInput15.ColumnName = "tgxs";
  198. this.checkBoxInput15.LBText = "脱轨系数";
  199. this.checkBoxInput15.Location = new System.Drawing.Point(236, 20);
  200. this.checkBoxInput15.Name = "checkBoxInput15";
  201. this.checkBoxInput15.Size = new System.Drawing.Size(212, 28);
  202. this.checkBoxInput15.TabIndex = 4;
  203. this.checkBoxInput15.Value = new decimal(new int[] {
  204. 0,
  205. 0,
  206. 0,
  207. 0});
  208. //
  209. // checkBoxInput13
  210. //
  211. this.checkBoxInput13.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  212. | System.Windows.Forms.AnchorStyles.Right)));
  213. this.checkBoxInput13.Checked = false;
  214. this.checkBoxInput13.ColumnName = "dcqtqi";
  215. this.checkBoxInput13.LBText = "道岔区轨道指数";
  216. this.checkBoxInput13.Location = new System.Drawing.Point(236, 21);
  217. this.checkBoxInput13.Name = "checkBoxInput13";
  218. this.checkBoxInput13.Size = new System.Drawing.Size(212, 28);
  219. this.checkBoxInput13.TabIndex = 4;
  220. this.checkBoxInput13.Value = new decimal(new int[] {
  221. 0,
  222. 0,
  223. 0,
  224. 0});
  225. //
  226. // checkBoxInput9
  227. //
  228. this.checkBoxInput9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  229. | System.Windows.Forms.AnchorStyles.Right)));
  230. this.checkBoxInput9.Checked = false;
  231. this.checkBoxInput9.ColumnName = "sjkfz";
  232. this.checkBoxInput9.LBText = "三角坑峰值";
  233. this.checkBoxInput9.Location = new System.Drawing.Point(236, 51);
  234. this.checkBoxInput9.Name = "checkBoxInput9";
  235. this.checkBoxInput9.Size = new System.Drawing.Size(212, 28);
  236. this.checkBoxInput9.TabIndex = 4;
  237. this.checkBoxInput9.Value = new decimal(new int[] {
  238. 0,
  239. 0,
  240. 0,
  241. 0});
  242. this.checkBoxInput9.Load += new System.EventHandler(this.checkBoxInput9_Load);
  243. //
  244. // checkBoxInput6
  245. //
  246. this.checkBoxInput6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  247. | System.Windows.Forms.AnchorStyles.Right)));
  248. this.checkBoxInput6.Checked = false;
  249. this.checkBoxInput6.ColumnName = "gxfz";
  250. this.checkBoxInput6.LBText = "轨向峰值";
  251. this.checkBoxInput6.Location = new System.Drawing.Point(12, 51);
  252. this.checkBoxInput6.Name = "checkBoxInput6";
  253. this.checkBoxInput6.Size = new System.Drawing.Size(212, 28);
  254. this.checkBoxInput6.TabIndex = 4;
  255. this.checkBoxInput6.Value = new decimal(new int[] {
  256. 0,
  257. 0,
  258. 0,
  259. 0});
  260. //
  261. // checkBoxInput8
  262. //
  263. this.checkBoxInput8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  264. | System.Windows.Forms.AnchorStyles.Right)));
  265. this.checkBoxInput8.Checked = false;
  266. this.checkBoxInput8.ColumnName = "spfz";
  267. this.checkBoxInput8.LBText = "水平峰值";
  268. this.checkBoxInput8.Location = new System.Drawing.Point(12, 85);
  269. this.checkBoxInput8.Name = "checkBoxInput8";
  270. this.checkBoxInput8.Size = new System.Drawing.Size(212, 28);
  271. this.checkBoxInput8.TabIndex = 4;
  272. this.checkBoxInput8.Value = new decimal(new int[] {
  273. 0,
  274. 0,
  275. 0,
  276. 0});
  277. //
  278. // checkBoxInput4
  279. //
  280. this.checkBoxInput4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  281. | System.Windows.Forms.AnchorStyles.Right)));
  282. this.checkBoxInput4.Checked = false;
  283. this.checkBoxInput4.ColumnName = "gdfz";
  284. this.checkBoxInput4.LBText = "高低峰值";
  285. this.checkBoxInput4.Location = new System.Drawing.Point(12, 19);
  286. this.checkBoxInput4.Name = "checkBoxInput4";
  287. this.checkBoxInput4.Size = new System.Drawing.Size(212, 28);
  288. this.checkBoxInput4.TabIndex = 4;
  289. this.checkBoxInput4.Value = new decimal(new int[] {
  290. 0,
  291. 0,
  292. 0,
  293. 0});
  294. //
  295. // checkBoxInput3
  296. //
  297. this.checkBoxInput3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  298. | System.Windows.Forms.AnchorStyles.Right)));
  299. this.checkBoxInput3.Checked = false;
  300. this.checkBoxInput3.ColumnName = "gjhy";
  301. this.checkBoxInput3.LBText = "构架横移";
  302. this.checkBoxInput3.Location = new System.Drawing.Point(12, 81);
  303. this.checkBoxInput3.Name = "checkBoxInput3";
  304. this.checkBoxInput3.Size = new System.Drawing.Size(212, 28);
  305. this.checkBoxInput3.TabIndex = 4;
  306. this.checkBoxInput3.Value = new decimal(new int[] {
  307. 0,
  308. 0,
  309. 0,
  310. 0});
  311. //
  312. // checkBoxInput2
  313. //
  314. this.checkBoxInput2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  315. | System.Windows.Forms.AnchorStyles.Right)));
  316. this.checkBoxInput2.Checked = false;
  317. this.checkBoxInput2.ColumnName = "ctcjfz";
  318. this.checkBoxInput2.LBText = "车体垂加峰值";
  319. this.checkBoxInput2.Location = new System.Drawing.Point(12, 50);
  320. this.checkBoxInput2.Name = "checkBoxInput2";
  321. this.checkBoxInput2.Size = new System.Drawing.Size(212, 28);
  322. this.checkBoxInput2.TabIndex = 4;
  323. this.checkBoxInput2.Value = new decimal(new int[] {
  324. 0,
  325. 0,
  326. 0,
  327. 0});
  328. //
  329. // checkBoxInput12
  330. //
  331. this.checkBoxInput12.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  332. | System.Windows.Forms.AnchorStyles.Right)));
  333. this.checkBoxInput12.Checked = false;
  334. this.checkBoxInput12.ColumnName = "cthjffz";
  335. this.checkBoxInput12.Font = new System.Drawing.Font("Tahoma", 9F);
  336. this.checkBoxInput12.LBText = "车体横加峰峰值";
  337. this.checkBoxInput12.Location = new System.Drawing.Point(236, 21);
  338. this.checkBoxInput12.Name = "checkBoxInput12";
  339. this.checkBoxInput12.Size = new System.Drawing.Size(212, 28);
  340. this.checkBoxInput12.TabIndex = 4;
  341. this.checkBoxInput12.Value = new decimal(new int[] {
  342. 0,
  343. 0,
  344. 0,
  345. 0});
  346. //
  347. // checkBoxInput1
  348. //
  349. this.checkBoxInput1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  350. | System.Windows.Forms.AnchorStyles.Right)));
  351. this.checkBoxInput1.Checked = false;
  352. this.checkBoxInput1.ColumnName = "cthjfz";
  353. this.checkBoxInput1.LBText = "车体横加峰值";
  354. this.checkBoxInput1.Location = new System.Drawing.Point(12, 21);
  355. this.checkBoxInput1.Name = "checkBoxInput1";
  356. this.checkBoxInput1.Size = new System.Drawing.Size(212, 28);
  357. this.checkBoxInput1.TabIndex = 4;
  358. this.checkBoxInput1.Value = new decimal(new int[] {
  359. 0,
  360. 0,
  361. 0,
  362. 0});
  363. //
  364. // checkBoxInput11
  365. //
  366. this.checkBoxInput11.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  367. | System.Windows.Forms.AnchorStyles.Right)));
  368. this.checkBoxInput11.Checked = false;
  369. this.checkBoxInput11.ColumnName = "gjhyffz";
  370. this.checkBoxInput11.LBText = "构架横移峰峰值";
  371. this.checkBoxInput11.Location = new System.Drawing.Point(236, 81);
  372. this.checkBoxInput11.Name = "checkBoxInput11";
  373. this.checkBoxInput11.Size = new System.Drawing.Size(212, 28);
  374. this.checkBoxInput11.TabIndex = 4;
  375. this.checkBoxInput11.Value = new decimal(new int[] {
  376. 0,
  377. 0,
  378. 0,
  379. 0});
  380. //
  381. // checkBoxInput10
  382. //
  383. this.checkBoxInput10.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  384. | System.Windows.Forms.AnchorStyles.Right)));
  385. this.checkBoxInput10.Checked = false;
  386. this.checkBoxInput10.ColumnName = "ctcjffz";
  387. this.checkBoxInput10.LBText = "车体垂加峰峰值";
  388. this.checkBoxInput10.Location = new System.Drawing.Point(236, 50);
  389. this.checkBoxInput10.Name = "checkBoxInput10";
  390. this.checkBoxInput10.Size = new System.Drawing.Size(212, 28);
  391. this.checkBoxInput10.TabIndex = 4;
  392. this.checkBoxInput10.Value = new decimal(new int[] {
  393. 0,
  394. 0,
  395. 0,
  396. 0});
  397. //
  398. // FrmSetting
  399. //
  400. this.AutoValidate = System.Windows.Forms.AutoValidate.EnablePreventFocusChange;
  401. this.ClientSize = new System.Drawing.Size(467, 470);
  402. this.Controls.Add(this.btnOK);
  403. this.Controls.Add(this.btnCancle);
  404. this.Controls.Add(this.groupBox3);
  405. this.Controls.Add(this.groupBox2);
  406. this.Controls.Add(this.groupBox1);
  407. this.DoubleBuffered = true;
  408. this.MaximizeBox = false;
  409. this.MinimizeBox = false;
  410. this.Name = "FrmSetting";
  411. this.Text = "阈值设置";
  412. this.groupBox1.ResumeLayout(false);
  413. this.groupBox2.ResumeLayout(false);
  414. this.groupBox3.ResumeLayout(false);
  415. this.ResumeLayout(false);
  416. }
  417. #endregion
  418. private System.Windows.Forms.GroupBox groupBox1;
  419. private System.Windows.Forms.GroupBox groupBox2;
  420. private System.Windows.Forms.GroupBox groupBox3;
  421. private DevExpress.XtraEditors.SimpleButton btnCancle;
  422. private DevExpress.XtraEditors.SimpleButton btnOK;
  423. private CheckBoxInput checkBoxInput1;
  424. private CheckBoxInput checkBoxInput3;
  425. private CheckBoxInput checkBoxInput2;
  426. private CheckBoxInput checkBoxInput13;
  427. private CheckBoxInput checkBoxInput9;
  428. private CheckBoxInput checkBoxInput12;
  429. private CheckBoxInput checkBoxInput11;
  430. private CheckBoxInput checkBoxInput6;
  431. private CheckBoxInput checkBoxInput10;
  432. private CheckBoxInput checkBoxInput8;
  433. private CheckBoxInput checkBoxInput4;
  434. private CheckBoxInput checkBoxInput18;
  435. private CheckBoxInput checkBoxInput17;
  436. private CheckBoxInput checkBoxInput14;
  437. private CheckBoxInput checkBoxInput16;
  438. private CheckBoxInput checkBoxInput15;
  439. }
  440. }