FrmParameterEdit.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. 
  2. namespace NXWMS.Forms.SysSettings.ChildFrm
  3. {
  4. partial class FrmParameterEdit
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.groupOperation = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  30. this.kryptonPanelInput = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  31. this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  32. this.richDescibe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
  33. this.tableLayoutPanelInput = new System.Windows.Forms.TableLayoutPanel();
  34. this.kryptonLabel10 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  35. this.kryptonLabel15 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  36. this.kryptonLabel16 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  37. this.txtParameterCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  38. this.txtParameterName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  39. this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  40. this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  41. this.cmbParameterType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  42. this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  43. this.kryptonLabel8 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  44. this.chkUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
  45. this.chkShow = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
  46. this.chkAllowEditFlag = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  47. this.txtParameterValue = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  48. this.lbStatusMessage = new System.Windows.Forms.Label();
  49. this.btnSave = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  50. this.btnExit = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  51. ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).BeginInit();
  53. this.groupOperation.Panel.SuspendLayout();
  54. this.groupOperation.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).BeginInit();
  56. this.kryptonPanelInput.SuspendLayout();
  57. this.tableLayoutPanelInput.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.cmbParameterType)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.chkAllowEditFlag)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // groupOperation
  63. //
  64. this.groupOperation.CaptionOverlap = 0D;
  65. this.groupOperation.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
  66. this.groupOperation.Dock = System.Windows.Forms.DockStyle.Fill;
  67. this.groupOperation.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
  68. this.groupOperation.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ButtonCustom1;
  69. this.groupOperation.Location = new System.Drawing.Point(0, 0);
  70. this.groupOperation.Name = "groupOperation";
  71. //
  72. // groupOperation.Panel
  73. //
  74. this.groupOperation.Panel.Controls.Add(this.kryptonPanelInput);
  75. this.groupOperation.Panel.Controls.Add(this.lbStatusMessage);
  76. this.groupOperation.Panel.Controls.Add(this.btnSave);
  77. this.groupOperation.Panel.Controls.Add(this.btnExit);
  78. this.groupOperation.Size = new System.Drawing.Size(800, 450);
  79. this.groupOperation.TabIndex = 60;
  80. this.groupOperation.Values.Heading = "编辑";
  81. this.groupOperation.Values.Image = global::NXWMS.Properties.Resources.about;
  82. //
  83. // kryptonPanelInput
  84. //
  85. this.kryptonPanelInput.Controls.Add(this.kryptonLabel6);
  86. this.kryptonPanelInput.Controls.Add(this.richDescibe);
  87. this.kryptonPanelInput.Controls.Add(this.tableLayoutPanelInput);
  88. this.kryptonPanelInput.Dock = System.Windows.Forms.DockStyle.Top;
  89. this.kryptonPanelInput.Location = new System.Drawing.Point(0, 0);
  90. this.kryptonPanelInput.Name = "kryptonPanelInput";
  91. this.kryptonPanelInput.Size = new System.Drawing.Size(796, 355);
  92. this.kryptonPanelInput.TabIndex = 48;
  93. //
  94. // kryptonLabel6
  95. //
  96. this.kryptonLabel6.AutoSize = false;
  97. this.kryptonLabel6.Location = new System.Drawing.Point(3, 122);
  98. this.kryptonLabel6.Name = "kryptonLabel6";
  99. this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  100. this.kryptonLabel6.Size = new System.Drawing.Size(94, 20);
  101. this.kryptonLabel6.TabIndex = 45;
  102. this.kryptonLabel6.Values.Text = "描述";
  103. //
  104. // richDescibe
  105. //
  106. this.richDescibe.Location = new System.Drawing.Point(103, 123);
  107. this.richDescibe.Name = "richDescibe";
  108. this.richDescibe.Size = new System.Drawing.Size(658, 103);
  109. this.richDescibe.TabIndex = 44;
  110. this.richDescibe.Tag = "DESCRIBE";
  111. this.richDescibe.Text = "";
  112. //
  113. // tableLayoutPanelInput
  114. //
  115. this.tableLayoutPanelInput.BackColor = System.Drawing.Color.Transparent;
  116. this.tableLayoutPanelInput.ColumnCount = 6;
  117. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  118. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  119. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  120. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  121. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  122. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  123. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel10, 0, 2);
  124. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel15, 2, 0);
  125. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel16, 0, 0);
  126. this.tableLayoutPanelInput.Controls.Add(this.txtParameterCode, 1, 0);
  127. this.tableLayoutPanelInput.Controls.Add(this.txtParameterName, 3, 0);
  128. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel4, 0, 1);
  129. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel5, 4, 0);
  130. this.tableLayoutPanelInput.Controls.Add(this.cmbParameterType, 5, 0);
  131. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel9, 4, 1);
  132. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel8, 2, 1);
  133. this.tableLayoutPanelInput.Controls.Add(this.chkUse, 3, 1);
  134. this.tableLayoutPanelInput.Controls.Add(this.chkShow, 5, 1);
  135. this.tableLayoutPanelInput.Controls.Add(this.chkAllowEditFlag, 1, 2);
  136. this.tableLayoutPanelInput.Controls.Add(this.txtParameterValue, 1, 1);
  137. this.tableLayoutPanelInput.Dock = System.Windows.Forms.DockStyle.Top;
  138. this.tableLayoutPanelInput.Location = new System.Drawing.Point(0, 0);
  139. this.tableLayoutPanelInput.Name = "tableLayoutPanelInput";
  140. this.tableLayoutPanelInput.RowCount = 3;
  141. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  142. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  143. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  144. this.tableLayoutPanelInput.Size = new System.Drawing.Size(796, 88);
  145. this.tableLayoutPanelInput.TabIndex = 40;
  146. //
  147. // kryptonLabel10
  148. //
  149. this.kryptonLabel10.AutoSize = false;
  150. this.kryptonLabel10.Location = new System.Drawing.Point(3, 61);
  151. this.kryptonLabel10.Name = "kryptonLabel10";
  152. this.kryptonLabel10.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  153. this.kryptonLabel10.Size = new System.Drawing.Size(94, 22);
  154. this.kryptonLabel10.TabIndex = 37;
  155. this.kryptonLabel10.Values.Text = "是否允许修改";
  156. //
  157. // kryptonLabel15
  158. //
  159. this.kryptonLabel15.AutoSize = false;
  160. this.kryptonLabel15.Dock = System.Windows.Forms.DockStyle.Fill;
  161. this.kryptonLabel15.Location = new System.Drawing.Point(268, 3);
  162. this.kryptonLabel15.Name = "kryptonLabel15";
  163. this.kryptonLabel15.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  164. this.kryptonLabel15.Size = new System.Drawing.Size(94, 23);
  165. this.kryptonLabel15.TabIndex = 2;
  166. this.kryptonLabel15.Values.Text = "参数名称";
  167. //
  168. // kryptonLabel16
  169. //
  170. this.kryptonLabel16.AutoSize = false;
  171. this.kryptonLabel16.Dock = System.Windows.Forms.DockStyle.Fill;
  172. this.kryptonLabel16.Location = new System.Drawing.Point(3, 3);
  173. this.kryptonLabel16.Name = "kryptonLabel16";
  174. this.kryptonLabel16.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  175. this.kryptonLabel16.Size = new System.Drawing.Size(94, 23);
  176. this.kryptonLabel16.TabIndex = 0;
  177. this.kryptonLabel16.Values.Text = "参数编码";
  178. //
  179. // txtParameterCode
  180. //
  181. this.txtParameterCode.Dock = System.Windows.Forms.DockStyle.Fill;
  182. this.txtParameterCode.Location = new System.Drawing.Point(103, 3);
  183. this.txtParameterCode.Name = "txtParameterCode";
  184. this.txtParameterCode.Size = new System.Drawing.Size(159, 23);
  185. this.txtParameterCode.TabIndex = 1;
  186. this.txtParameterCode.Tag = "PARAMETER_CODE";
  187. //
  188. // txtParameterName
  189. //
  190. this.txtParameterName.Dock = System.Windows.Forms.DockStyle.Fill;
  191. this.txtParameterName.Location = new System.Drawing.Point(368, 3);
  192. this.txtParameterName.Name = "txtParameterName";
  193. this.txtParameterName.Size = new System.Drawing.Size(159, 23);
  194. this.txtParameterName.TabIndex = 3;
  195. this.txtParameterName.Tag = "PARAMETER_NAME";
  196. //
  197. // kryptonLabel4
  198. //
  199. this.kryptonLabel4.AutoSize = false;
  200. this.kryptonLabel4.Location = new System.Drawing.Point(3, 32);
  201. this.kryptonLabel4.Name = "kryptonLabel4";
  202. this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  203. this.kryptonLabel4.Size = new System.Drawing.Size(94, 22);
  204. this.kryptonLabel4.TabIndex = 29;
  205. this.kryptonLabel4.Values.Text = "参数值";
  206. //
  207. // kryptonLabel5
  208. //
  209. this.kryptonLabel5.AutoSize = false;
  210. this.kryptonLabel5.Location = new System.Drawing.Point(533, 3);
  211. this.kryptonLabel5.Name = "kryptonLabel5";
  212. this.kryptonLabel5.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  213. this.kryptonLabel5.Size = new System.Drawing.Size(94, 22);
  214. this.kryptonLabel5.TabIndex = 31;
  215. this.kryptonLabel5.Values.Text = "参数分类";
  216. //
  217. // cmbParameterType
  218. //
  219. this.cmbParameterType.Dock = System.Windows.Forms.DockStyle.Fill;
  220. this.cmbParameterType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  221. this.cmbParameterType.DropDownWidth = 121;
  222. this.cmbParameterType.Location = new System.Drawing.Point(633, 3);
  223. this.cmbParameterType.Name = "cmbParameterType";
  224. this.cmbParameterType.Size = new System.Drawing.Size(160, 21);
  225. this.cmbParameterType.TabIndex = 32;
  226. this.cmbParameterType.Tag = "PARAMETER_TYPE";
  227. //
  228. // kryptonLabel9
  229. //
  230. this.kryptonLabel9.AutoSize = false;
  231. this.kryptonLabel9.Location = new System.Drawing.Point(533, 32);
  232. this.kryptonLabel9.Name = "kryptonLabel9";
  233. this.kryptonLabel9.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  234. this.kryptonLabel9.Size = new System.Drawing.Size(94, 22);
  235. this.kryptonLabel9.TabIndex = 34;
  236. this.kryptonLabel9.Values.Text = "是否显示";
  237. //
  238. // kryptonLabel8
  239. //
  240. this.kryptonLabel8.AutoSize = false;
  241. this.kryptonLabel8.Location = new System.Drawing.Point(268, 32);
  242. this.kryptonLabel8.Name = "kryptonLabel8";
  243. this.kryptonLabel8.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  244. this.kryptonLabel8.Size = new System.Drawing.Size(94, 22);
  245. this.kryptonLabel8.TabIndex = 33;
  246. this.kryptonLabel8.Values.Text = "是否启用";
  247. //
  248. // chkUse
  249. //
  250. this.chkUse.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  251. | System.Windows.Forms.AnchorStyles.Left)
  252. | System.Windows.Forms.AnchorStyles.Right)));
  253. this.chkUse.Location = new System.Drawing.Point(368, 32);
  254. this.chkUse.Name = "chkUse";
  255. this.chkUse.Size = new System.Drawing.Size(159, 23);
  256. this.chkUse.TabIndex = 34;
  257. this.chkUse.Tag = "USED_FLAG";
  258. this.chkUse.Values.Text = "";
  259. //
  260. // chkShow
  261. //
  262. this.chkShow.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  263. | System.Windows.Forms.AnchorStyles.Left)
  264. | System.Windows.Forms.AnchorStyles.Right)));
  265. this.chkShow.Location = new System.Drawing.Point(633, 32);
  266. this.chkShow.Name = "chkShow";
  267. this.chkShow.Size = new System.Drawing.Size(160, 23);
  268. this.chkShow.TabIndex = 35;
  269. this.chkShow.Tag = "SHOW_FLAG";
  270. this.chkShow.Values.Text = "";
  271. //
  272. // chkAllowEditFlag
  273. //
  274. this.chkAllowEditFlag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  275. this.chkAllowEditFlag.DropDownWidth = 121;
  276. this.chkAllowEditFlag.Location = new System.Drawing.Point(103, 61);
  277. this.chkAllowEditFlag.Name = "chkAllowEditFlag";
  278. this.chkAllowEditFlag.Size = new System.Drawing.Size(159, 21);
  279. this.chkAllowEditFlag.TabIndex = 36;
  280. this.chkAllowEditFlag.Tag = "ALLOW_EDIT_FLAG";
  281. //
  282. // txtParameterValue
  283. //
  284. this.txtParameterValue.Dock = System.Windows.Forms.DockStyle.Fill;
  285. this.txtParameterValue.Location = new System.Drawing.Point(103, 32);
  286. this.txtParameterValue.Name = "txtParameterValue";
  287. this.txtParameterValue.Size = new System.Drawing.Size(159, 23);
  288. this.txtParameterValue.TabIndex = 38;
  289. this.txtParameterValue.Tag = "PARAMETER_VALUE";
  290. //
  291. // lbStatusMessage
  292. //
  293. this.lbStatusMessage.AutoSize = true;
  294. this.lbStatusMessage.BackColor = System.Drawing.Color.Transparent;
  295. this.lbStatusMessage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  296. this.lbStatusMessage.Location = new System.Drawing.Point(5, 360);
  297. this.lbStatusMessage.Name = "lbStatusMessage";
  298. this.lbStatusMessage.Size = new System.Drawing.Size(0, 20);
  299. this.lbStatusMessage.TabIndex = 47;
  300. //
  301. // btnSave
  302. //
  303. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  304. | System.Windows.Forms.AnchorStyles.Left)
  305. | System.Windows.Forms.AnchorStyles.Right)));
  306. this.btnSave.Location = new System.Drawing.Point(607, 375);
  307. this.btnSave.Name = "btnSave";
  308. this.btnSave.Size = new System.Drawing.Size(71, 33);
  309. this.btnSave.TabIndex = 42;
  310. this.btnSave.Values.Image = global::NXWMS.Properties.Resources.save;
  311. this.btnSave.Values.Text = "保存";
  312. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  313. //
  314. // btnExit
  315. //
  316. this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  317. | System.Windows.Forms.AnchorStyles.Left)
  318. | System.Windows.Forms.AnchorStyles.Right)));
  319. this.btnExit.Location = new System.Drawing.Point(712, 375);
  320. this.btnExit.Name = "btnExit";
  321. this.btnExit.Size = new System.Drawing.Size(74, 33);
  322. this.btnExit.TabIndex = 41;
  323. this.btnExit.Values.Image = global::NXWMS.Properties.Resources.exit;
  324. this.btnExit.Values.Text = "退出";
  325. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  326. //
  327. // FrmParameterEdit
  328. //
  329. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  330. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  331. this.ClientSize = new System.Drawing.Size(800, 450);
  332. this.Controls.Add(this.groupOperation);
  333. this.Name = "FrmParameterEdit";
  334. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  335. this.Text = "FrmParameterEdit";
  336. ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).EndInit();
  337. this.groupOperation.Panel.ResumeLayout(false);
  338. this.groupOperation.Panel.PerformLayout();
  339. ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).EndInit();
  340. this.groupOperation.ResumeLayout(false);
  341. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).EndInit();
  342. this.kryptonPanelInput.ResumeLayout(false);
  343. this.tableLayoutPanelInput.ResumeLayout(false);
  344. this.tableLayoutPanelInput.PerformLayout();
  345. ((System.ComponentModel.ISupportInitialize)(this.cmbParameterType)).EndInit();
  346. ((System.ComponentModel.ISupportInitialize)(this.chkAllowEditFlag)).EndInit();
  347. this.ResumeLayout(false);
  348. }
  349. #endregion
  350. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox groupOperation;
  351. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelInput;
  352. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
  353. private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox richDescibe;
  354. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel10;
  355. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel15;
  356. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel16;
  357. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtParameterCode;
  358. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtParameterName;
  359. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
  360. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5;
  361. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbParameterType;
  362. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel9;
  363. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel8;
  364. private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkUse;
  365. private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkShow;
  366. private ComponentFactory.Krypton.Toolkit.KryptonComboBox chkAllowEditFlag;
  367. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtParameterValue;
  368. private System.Windows.Forms.Label lbStatusMessage;
  369. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSave;
  370. private ComponentFactory.Krypton.Toolkit.KryptonButton btnExit;
  371. public System.Windows.Forms.TableLayoutPanel tableLayoutPanelInput;
  372. }
  373. }