FormEditUserParameter.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416
  1. namespace SIMDP
  2. {
  3. partial class FormEditUserParameter
  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.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  29. this.checkEditValid = new DevExpress.XtraEditors.CheckEdit();
  30. this.textEditParaUnit = new DevExpress.XtraEditors.TextEdit();
  31. this.SimpleButtonSave = new DevExpress.XtraEditors.SimpleButton();
  32. this.lookUpEditCondition = new DevExpress.XtraEditors.LookUpEdit();
  33. this.lookUpEditParaType = new DevExpress.XtraEditors.LookUpEdit();
  34. this.richTextBoxParaDescription = new System.Windows.Forms.RichTextBox();
  35. this.textEditParaValue = new DevExpress.XtraEditors.TextEdit();
  36. this.textEditEnd = new DevExpress.XtraEditors.TextEdit();
  37. this.dateEditPara = new DevExpress.XtraEditors.DateEdit();
  38. this.textEditStart = new DevExpress.XtraEditors.TextEdit();
  39. this.textEditParaName = new DevExpress.XtraEditors.TextEdit();
  40. this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  41. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  42. this.layoutControlItemMin = new DevExpress.XtraLayout.LayoutControlItem();
  43. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  44. this.layoutControlItemMax = new DevExpress.XtraLayout.LayoutControlItem();
  45. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  46. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  47. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  48. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  49. this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
  50. this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
  51. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  52. this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
  53. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  54. this.layoutControl1.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.checkEditValid.Properties)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.textEditParaUnit.Properties)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.lookUpEditCondition.Properties)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.lookUpEditParaType.Properties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.textEditParaValue.Properties)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.textEditEnd.Properties)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.dateEditPara.Properties.CalendarTimeProperties)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.dateEditPara.Properties)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.textEditStart.Properties)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.textEditParaName.Properties)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemMin)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemMax)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
  78. this.SuspendLayout();
  79. //
  80. // layoutControl1
  81. //
  82. this.layoutControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  83. | System.Windows.Forms.AnchorStyles.Left)
  84. | System.Windows.Forms.AnchorStyles.Right)));
  85. this.layoutControl1.Controls.Add(this.checkEditValid);
  86. this.layoutControl1.Controls.Add(this.textEditParaUnit);
  87. this.layoutControl1.Controls.Add(this.SimpleButtonSave);
  88. this.layoutControl1.Controls.Add(this.lookUpEditCondition);
  89. this.layoutControl1.Controls.Add(this.lookUpEditParaType);
  90. this.layoutControl1.Controls.Add(this.richTextBoxParaDescription);
  91. this.layoutControl1.Controls.Add(this.textEditParaValue);
  92. this.layoutControl1.Controls.Add(this.textEditEnd);
  93. this.layoutControl1.Controls.Add(this.dateEditPara);
  94. this.layoutControl1.Controls.Add(this.textEditStart);
  95. this.layoutControl1.Controls.Add(this.textEditParaName);
  96. this.layoutControl1.Location = new System.Drawing.Point(7, 8);
  97. this.layoutControl1.Name = "layoutControl1";
  98. this.layoutControl1.Root = this.layoutControlGroup1;
  99. this.layoutControl1.Size = new System.Drawing.Size(541, 156);
  100. this.layoutControl1.TabIndex = 0;
  101. this.layoutControl1.Text = "layoutControl1";
  102. //
  103. // checkEditValid
  104. //
  105. this.checkEditValid.Location = new System.Drawing.Point(12, 132);
  106. this.checkEditValid.Name = "checkEditValid";
  107. this.checkEditValid.Properties.Caption = "是否生效";
  108. this.checkEditValid.Size = new System.Drawing.Size(70, 19);
  109. this.checkEditValid.StyleController = this.layoutControl1;
  110. this.checkEditValid.TabIndex = 17;
  111. //
  112. // textEditParaUnit
  113. //
  114. this.textEditParaUnit.Location = new System.Drawing.Point(361, 84);
  115. this.textEditParaUnit.Name = "textEditParaUnit";
  116. this.textEditParaUnit.Size = new System.Drawing.Size(151, 20);
  117. this.textEditParaUnit.StyleController = this.layoutControl1;
  118. this.textEditParaUnit.TabIndex = 16;
  119. //
  120. // SimpleButtonSave
  121. //
  122. this.SimpleButtonSave.ImageUri.Uri = "SaveAll;Size16x16";
  123. this.SimpleButtonSave.Location = new System.Drawing.Point(425, 132);
  124. this.SimpleButtonSave.Name = "SimpleButtonSave";
  125. this.SimpleButtonSave.Size = new System.Drawing.Size(87, 22);
  126. this.SimpleButtonSave.StyleController = this.layoutControl1;
  127. this.SimpleButtonSave.TabIndex = 15;
  128. this.SimpleButtonSave.Text = "保存";
  129. this.SimpleButtonSave.Click += new System.EventHandler(this.SimpleButtonSave_Click);
  130. //
  131. // lookUpEditCondition
  132. //
  133. this.lookUpEditCondition.Location = new System.Drawing.Point(361, 36);
  134. this.lookUpEditCondition.Name = "lookUpEditCondition";
  135. this.lookUpEditCondition.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  136. this.lookUpEditCondition.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  137. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  138. this.lookUpEditCondition.Properties.NullValuePrompt = "请选择";
  139. this.lookUpEditCondition.Size = new System.Drawing.Size(151, 20);
  140. this.lookUpEditCondition.StyleController = this.layoutControl1;
  141. this.lookUpEditCondition.TabIndex = 14;
  142. this.lookUpEditCondition.EditValueChanged += new System.EventHandler(this.lookUpEditCondition_EditValueChanged);
  143. //
  144. // lookUpEditParaType
  145. //
  146. this.lookUpEditParaType.Location = new System.Drawing.Point(116, 36);
  147. this.lookUpEditParaType.Name = "lookUpEditParaType";
  148. this.lookUpEditParaType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  149. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  150. this.lookUpEditParaType.Properties.NullValuePrompt = "请选择";
  151. this.lookUpEditParaType.Size = new System.Drawing.Size(137, 20);
  152. this.lookUpEditParaType.StyleController = this.layoutControl1;
  153. this.lookUpEditParaType.TabIndex = 13;
  154. this.lookUpEditParaType.EditValueChanged += new System.EventHandler(this.lookUpEditParaType_EditValueChanged);
  155. //
  156. // richTextBoxParaDescription
  157. //
  158. this.richTextBoxParaDescription.Location = new System.Drawing.Point(116, 108);
  159. this.richTextBoxParaDescription.Name = "richTextBoxParaDescription";
  160. this.richTextBoxParaDescription.Size = new System.Drawing.Size(396, 20);
  161. this.richTextBoxParaDescription.TabIndex = 12;
  162. this.richTextBoxParaDescription.Text = "";
  163. //
  164. // textEditParaValue
  165. //
  166. this.textEditParaValue.Location = new System.Drawing.Point(116, 84);
  167. this.textEditParaValue.Name = "textEditParaValue";
  168. this.textEditParaValue.Size = new System.Drawing.Size(137, 20);
  169. this.textEditParaValue.StyleController = this.layoutControl1;
  170. this.textEditParaValue.TabIndex = 10;
  171. //
  172. // textEditEnd
  173. //
  174. this.textEditEnd.Location = new System.Drawing.Point(361, 60);
  175. this.textEditEnd.Name = "textEditEnd";
  176. this.textEditEnd.Size = new System.Drawing.Size(151, 20);
  177. this.textEditEnd.StyleController = this.layoutControl1;
  178. this.textEditEnd.TabIndex = 9;
  179. //
  180. // dateEditPara
  181. //
  182. this.dateEditPara.EditValue = null;
  183. this.dateEditPara.Location = new System.Drawing.Point(361, 12);
  184. this.dateEditPara.Name = "dateEditPara";
  185. this.dateEditPara.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  186. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  187. this.dateEditPara.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  188. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  189. this.dateEditPara.Size = new System.Drawing.Size(151, 20);
  190. this.dateEditPara.StyleController = this.layoutControl1;
  191. this.dateEditPara.TabIndex = 7;
  192. //
  193. // textEditStart
  194. //
  195. this.textEditStart.Location = new System.Drawing.Point(116, 60);
  196. this.textEditStart.Name = "textEditStart";
  197. this.textEditStart.Size = new System.Drawing.Size(137, 20);
  198. this.textEditStart.StyleController = this.layoutControl1;
  199. this.textEditStart.TabIndex = 6;
  200. //
  201. // textEditParaName
  202. //
  203. this.textEditParaName.EditValue = "";
  204. this.textEditParaName.Location = new System.Drawing.Point(116, 12);
  205. this.textEditParaName.Name = "textEditParaName";
  206. this.textEditParaName.Size = new System.Drawing.Size(137, 20);
  207. this.textEditParaName.StyleController = this.layoutControl1;
  208. this.textEditParaName.TabIndex = 4;
  209. //
  210. // layoutControlGroup1
  211. //
  212. this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  213. this.layoutControlGroup1.GroupBordersVisible = false;
  214. this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  215. this.layoutControlItem1,
  216. this.layoutControlItemMin,
  217. this.layoutControlItem5,
  218. this.layoutControlItemMax,
  219. this.layoutControlItem8,
  220. this.layoutControlItem3,
  221. this.layoutControlItem2,
  222. this.layoutControlItem6,
  223. this.layoutControlItem10,
  224. this.layoutControlItem9,
  225. this.layoutControlItem4,
  226. this.emptySpaceItem2});
  227. this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
  228. this.layoutControlGroup1.Name = "Root";
  229. this.layoutControlGroup1.Size = new System.Drawing.Size(524, 166);
  230. this.layoutControlGroup1.TextVisible = false;
  231. //
  232. // layoutControlItem1
  233. //
  234. this.layoutControlItem1.Control = this.textEditParaName;
  235. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  236. this.layoutControlItem1.Name = "layoutControlItem1";
  237. this.layoutControlItem1.Size = new System.Drawing.Size(245, 24);
  238. this.layoutControlItem1.Text = "用户参数名称(*):";
  239. this.layoutControlItem1.TextSize = new System.Drawing.Size(101, 14);
  240. //
  241. // layoutControlItemMin
  242. //
  243. this.layoutControlItemMin.Control = this.textEditStart;
  244. this.layoutControlItemMin.Location = new System.Drawing.Point(0, 48);
  245. this.layoutControlItemMin.Name = "layoutControlItemMin";
  246. this.layoutControlItemMin.Size = new System.Drawing.Size(245, 24);
  247. this.layoutControlItemMin.Text = "开始日期:";
  248. this.layoutControlItemMin.TextSize = new System.Drawing.Size(101, 14);
  249. this.layoutControlItemMin.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  250. //
  251. // layoutControlItem5
  252. //
  253. this.layoutControlItem5.Control = this.dateEditPara;
  254. this.layoutControlItem5.Location = new System.Drawing.Point(245, 0);
  255. this.layoutControlItem5.Name = "layoutControlItem5";
  256. this.layoutControlItem5.Size = new System.Drawing.Size(259, 24);
  257. this.layoutControlItem5.Text = "生效日期(*):";
  258. this.layoutControlItem5.TextSize = new System.Drawing.Size(101, 14);
  259. this.layoutControlItem5.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  260. //
  261. // layoutControlItemMax
  262. //
  263. this.layoutControlItemMax.Control = this.textEditEnd;
  264. this.layoutControlItemMax.Location = new System.Drawing.Point(245, 48);
  265. this.layoutControlItemMax.Name = "layoutControlItemMax";
  266. this.layoutControlItemMax.Size = new System.Drawing.Size(259, 24);
  267. this.layoutControlItemMax.Text = "结束日期:";
  268. this.layoutControlItemMax.TextSize = new System.Drawing.Size(101, 14);
  269. this.layoutControlItemMax.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  270. //
  271. // layoutControlItem8
  272. //
  273. this.layoutControlItem8.Control = this.textEditParaValue;
  274. this.layoutControlItem8.Location = new System.Drawing.Point(0, 72);
  275. this.layoutControlItem8.Name = "layoutControlItem8";
  276. this.layoutControlItem8.Size = new System.Drawing.Size(245, 24);
  277. this.layoutControlItem8.Text = "参数值(*):";
  278. this.layoutControlItem8.TextSize = new System.Drawing.Size(101, 14);
  279. //
  280. // layoutControlItem3
  281. //
  282. this.layoutControlItem3.Control = this.richTextBoxParaDescription;
  283. this.layoutControlItem3.Location = new System.Drawing.Point(0, 96);
  284. this.layoutControlItem3.Name = "layoutControlItem3";
  285. this.layoutControlItem3.Size = new System.Drawing.Size(504, 24);
  286. this.layoutControlItem3.Text = "参数描述:";
  287. this.layoutControlItem3.TextSize = new System.Drawing.Size(101, 14);
  288. //
  289. // layoutControlItem2
  290. //
  291. this.layoutControlItem2.Control = this.lookUpEditParaType;
  292. this.layoutControlItem2.Location = new System.Drawing.Point(0, 24);
  293. this.layoutControlItem2.Name = "layoutControlItem2";
  294. this.layoutControlItem2.Size = new System.Drawing.Size(245, 24);
  295. this.layoutControlItem2.Text = "参数数据类型(*):";
  296. this.layoutControlItem2.TextSize = new System.Drawing.Size(101, 14);
  297. this.layoutControlItem2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  298. //
  299. // layoutControlItem6
  300. //
  301. this.layoutControlItem6.Control = this.lookUpEditCondition;
  302. this.layoutControlItem6.Location = new System.Drawing.Point(245, 24);
  303. this.layoutControlItem6.Name = "layoutControlItem6";
  304. this.layoutControlItem6.Size = new System.Drawing.Size(259, 24);
  305. this.layoutControlItem6.Text = "范围取值条件(*):";
  306. this.layoutControlItem6.TextSize = new System.Drawing.Size(101, 14);
  307. this.layoutControlItem6.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  308. //
  309. // layoutControlItem10
  310. //
  311. this.layoutControlItem10.Control = this.SimpleButtonSave;
  312. this.layoutControlItem10.Location = new System.Drawing.Point(413, 120);
  313. this.layoutControlItem10.Name = "layoutControlItem10";
  314. this.layoutControlItem10.Size = new System.Drawing.Size(91, 26);
  315. this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
  316. this.layoutControlItem10.TextVisible = false;
  317. //
  318. // layoutControlItem9
  319. //
  320. this.layoutControlItem9.Control = this.textEditParaUnit;
  321. this.layoutControlItem9.Location = new System.Drawing.Point(245, 72);
  322. this.layoutControlItem9.Name = "layoutControlItem9";
  323. this.layoutControlItem9.Size = new System.Drawing.Size(259, 24);
  324. this.layoutControlItem9.Text = "参数单位(*):";
  325. this.layoutControlItem9.TextSize = new System.Drawing.Size(101, 14);
  326. //
  327. // layoutControlItem4
  328. //
  329. this.layoutControlItem4.Control = this.checkEditValid;
  330. this.layoutControlItem4.Location = new System.Drawing.Point(0, 120);
  331. this.layoutControlItem4.Name = "layoutControlItem4";
  332. this.layoutControlItem4.Size = new System.Drawing.Size(74, 26);
  333. this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
  334. this.layoutControlItem4.TextVisible = false;
  335. //
  336. // emptySpaceItem2
  337. //
  338. this.emptySpaceItem2.AllowHotTrack = false;
  339. this.emptySpaceItem2.Location = new System.Drawing.Point(74, 120);
  340. this.emptySpaceItem2.Name = "emptySpaceItem2";
  341. this.emptySpaceItem2.Size = new System.Drawing.Size(339, 26);
  342. this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
  343. //
  344. // FormEditUserParameter
  345. //
  346. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  347. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  348. this.ClientSize = new System.Drawing.Size(553, 172);
  349. this.Controls.Add(this.layoutControl1);
  350. this.MaximizeBox = false;
  351. this.MinimizeBox = false;
  352. this.Name = "FormEditUserParameter";
  353. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  354. this.Text = "用户参数编辑";
  355. this.Load += new System.EventHandler(this.FormEditUserParameter_Load);
  356. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  357. this.layoutControl1.ResumeLayout(false);
  358. ((System.ComponentModel.ISupportInitialize)(this.checkEditValid.Properties)).EndInit();
  359. ((System.ComponentModel.ISupportInitialize)(this.textEditParaUnit.Properties)).EndInit();
  360. ((System.ComponentModel.ISupportInitialize)(this.lookUpEditCondition.Properties)).EndInit();
  361. ((System.ComponentModel.ISupportInitialize)(this.lookUpEditParaType.Properties)).EndInit();
  362. ((System.ComponentModel.ISupportInitialize)(this.textEditParaValue.Properties)).EndInit();
  363. ((System.ComponentModel.ISupportInitialize)(this.textEditEnd.Properties)).EndInit();
  364. ((System.ComponentModel.ISupportInitialize)(this.dateEditPara.Properties.CalendarTimeProperties)).EndInit();
  365. ((System.ComponentModel.ISupportInitialize)(this.dateEditPara.Properties)).EndInit();
  366. ((System.ComponentModel.ISupportInitialize)(this.textEditStart.Properties)).EndInit();
  367. ((System.ComponentModel.ISupportInitialize)(this.textEditParaName.Properties)).EndInit();
  368. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
  369. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  370. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemMin)).EndInit();
  371. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  372. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemMax)).EndInit();
  373. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  374. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  375. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  376. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  377. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
  378. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
  379. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  380. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
  381. this.ResumeLayout(false);
  382. }
  383. #endregion
  384. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  385. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  386. private DevExpress.XtraEditors.TextEdit textEditParaName;
  387. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  388. private DevExpress.XtraEditors.DateEdit dateEditPara;
  389. private DevExpress.XtraEditors.TextEdit textEditStart;
  390. private DevExpress.XtraLayout.LayoutControlItem layoutControlItemMin;
  391. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  392. private DevExpress.XtraEditors.TextEdit textEditEnd;
  393. private DevExpress.XtraLayout.LayoutControlItem layoutControlItemMax;
  394. private DevExpress.XtraEditors.TextEdit textEditParaValue;
  395. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  396. private System.Windows.Forms.RichTextBox richTextBoxParaDescription;
  397. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  398. private DevExpress.XtraEditors.LookUpEdit lookUpEditParaType;
  399. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  400. private DevExpress.XtraEditors.LookUpEdit lookUpEditCondition;
  401. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  402. private DevExpress.XtraEditors.SimpleButton SimpleButtonSave;
  403. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
  404. private DevExpress.XtraEditors.TextEdit textEditParaUnit;
  405. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
  406. private DevExpress.XtraEditors.CheckEdit checkEditValid;
  407. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  408. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
  409. }
  410. }