frmParameter.Designer.cs 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717
  1. namespace NXWMS.Forms.SysSettings
  2. {
  3. partial class frmParameter
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmParameter));
  29. this.kryptonGroupBox2 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  30. this.kryptonPanelSearch = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  31. this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
  32. this.btnRemove = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  33. this.btnEdit = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  34. this.btnAdd = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  35. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  36. this.btnClear = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  37. this.btnSearchImport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  38. this.btnSearchExport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  39. this.btnSearch = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  40. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  41. this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  42. this.txtSearchParameterName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  43. this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  44. this.txtSearchParameterCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  45. this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  46. this.kryptonLabel7 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  47. this.cmbSearchParameterType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  48. this.cmbSearchAllowEditFlag = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  49. this.kryptonLabel18 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  50. this.chkSearchUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
  51. this.dataGridView = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  52. this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Column21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.Column23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.Column24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.Column27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.Column25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.Column26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.pageTool = new NXWMS.Client.FrmCustom.PageToolbar();
  79. this.kryptonGroupBox1 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  80. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit();
  82. this.kryptonGroupBox2.Panel.SuspendLayout();
  83. this.kryptonGroupBox2.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelSearch)).BeginInit();
  85. this.kryptonPanelSearch.SuspendLayout();
  86. this.tableLayoutPanel4.SuspendLayout();
  87. this.tableLayoutPanel3.SuspendLayout();
  88. this.tableLayoutPanel1.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchParameterType)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchAllowEditFlag)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).BeginInit();
  94. this.kryptonGroupBox1.Panel.SuspendLayout();
  95. this.kryptonGroupBox1.SuspendLayout();
  96. this.SuspendLayout();
  97. //
  98. // kryptonGroupBox2
  99. //
  100. this.kryptonGroupBox2.CaptionOverlap = 0D;
  101. this.kryptonGroupBox2.Dock = System.Windows.Forms.DockStyle.Top;
  102. this.kryptonGroupBox2.Location = new System.Drawing.Point(0, 0);
  103. this.kryptonGroupBox2.Name = "kryptonGroupBox2";
  104. //
  105. // kryptonGroupBox2.Panel
  106. //
  107. this.kryptonGroupBox2.Panel.Controls.Add(this.kryptonPanelSearch);
  108. this.kryptonGroupBox2.Size = new System.Drawing.Size(1368, 142);
  109. this.kryptonGroupBox2.TabIndex = 53;
  110. this.kryptonGroupBox2.Values.Heading = "查询";
  111. this.kryptonGroupBox2.Values.Image = global::NXWMS.Properties.Resources.cx;
  112. //
  113. // kryptonPanelSearch
  114. //
  115. this.kryptonPanelSearch.Controls.Add(this.tableLayoutPanel4);
  116. this.kryptonPanelSearch.Controls.Add(this.tableLayoutPanel3);
  117. this.kryptonPanelSearch.Controls.Add(this.tableLayoutPanel1);
  118. this.kryptonPanelSearch.Dock = System.Windows.Forms.DockStyle.Top;
  119. this.kryptonPanelSearch.Location = new System.Drawing.Point(0, 0);
  120. this.kryptonPanelSearch.Name = "kryptonPanelSearch";
  121. this.kryptonPanelSearch.Size = new System.Drawing.Size(1364, 116);
  122. this.kryptonPanelSearch.TabIndex = 46;
  123. //
  124. // tableLayoutPanel4
  125. //
  126. this.tableLayoutPanel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  127. | System.Windows.Forms.AnchorStyles.Left)));
  128. this.tableLayoutPanel4.BackColor = System.Drawing.Color.Transparent;
  129. this.tableLayoutPanel4.ColumnCount = 3;
  130. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  131. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  132. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  133. this.tableLayoutPanel4.Controls.Add(this.btnRemove, 2, 0);
  134. this.tableLayoutPanel4.Controls.Add(this.btnEdit, 1, 0);
  135. this.tableLayoutPanel4.Controls.Add(this.btnAdd, 0, 0);
  136. this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 76);
  137. this.tableLayoutPanel4.Name = "tableLayoutPanel4";
  138. this.tableLayoutPanel4.RowCount = 1;
  139. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  140. this.tableLayoutPanel4.Size = new System.Drawing.Size(272, 37);
  141. this.tableLayoutPanel4.TabIndex = 3;
  142. //
  143. // btnRemove
  144. //
  145. this.btnRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  146. | System.Windows.Forms.AnchorStyles.Left)
  147. | System.Windows.Forms.AnchorStyles.Right)));
  148. this.btnRemove.Location = new System.Drawing.Point(183, 3);
  149. this.btnRemove.Name = "btnRemove";
  150. this.btnRemove.Size = new System.Drawing.Size(86, 31);
  151. this.btnRemove.TabIndex = 2;
  152. this.btnRemove.Values.Image = global::NXWMS.Properties.Resources.remove;
  153. this.btnRemove.Values.Text = "删除";
  154. this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
  155. //
  156. // btnEdit
  157. //
  158. this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  159. | System.Windows.Forms.AnchorStyles.Left)
  160. | System.Windows.Forms.AnchorStyles.Right)));
  161. this.btnEdit.Location = new System.Drawing.Point(93, 3);
  162. this.btnEdit.Name = "btnEdit";
  163. this.btnEdit.Size = new System.Drawing.Size(84, 31);
  164. this.btnEdit.TabIndex = 1;
  165. this.btnEdit.Values.Image = global::NXWMS.Properties.Resources.edit;
  166. this.btnEdit.Values.Text = "编辑";
  167. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  168. //
  169. // btnAdd
  170. //
  171. this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  172. | System.Windows.Forms.AnchorStyles.Left)
  173. | System.Windows.Forms.AnchorStyles.Right)));
  174. this.btnAdd.Location = new System.Drawing.Point(3, 3);
  175. this.btnAdd.Name = "btnAdd";
  176. this.btnAdd.Size = new System.Drawing.Size(84, 31);
  177. this.btnAdd.TabIndex = 0;
  178. this.btnAdd.Values.Image = global::NXWMS.Properties.Resources.add;
  179. this.btnAdd.Values.Text = "新增";
  180. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  181. //
  182. // tableLayoutPanel3
  183. //
  184. this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  185. | System.Windows.Forms.AnchorStyles.Right)));
  186. this.tableLayoutPanel3.BackColor = System.Drawing.Color.Transparent;
  187. this.tableLayoutPanel3.ColumnCount = 4;
  188. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  189. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  190. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  191. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  192. this.tableLayoutPanel3.Controls.Add(this.btnClear, 0, 0);
  193. this.tableLayoutPanel3.Controls.Add(this.btnSearchImport, 3, 0);
  194. this.tableLayoutPanel3.Controls.Add(this.btnSearchExport, 2, 0);
  195. this.tableLayoutPanel3.Controls.Add(this.btnSearch, 1, 0);
  196. this.tableLayoutPanel3.Location = new System.Drawing.Point(989, 76);
  197. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  198. this.tableLayoutPanel3.RowCount = 1;
  199. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  200. this.tableLayoutPanel3.Size = new System.Drawing.Size(372, 37);
  201. this.tableLayoutPanel3.TabIndex = 1;
  202. //
  203. // btnClear
  204. //
  205. this.btnClear.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  206. | System.Windows.Forms.AnchorStyles.Left)
  207. | System.Windows.Forms.AnchorStyles.Right)));
  208. this.btnClear.Location = new System.Drawing.Point(3, 3);
  209. this.btnClear.Name = "btnClear";
  210. this.btnClear.Size = new System.Drawing.Size(87, 31);
  211. this.btnClear.TabIndex = 5;
  212. this.btnClear.Tag = "";
  213. this.btnClear.Values.Image = global::NXWMS.Properties.Resources.add;
  214. this.btnClear.Values.Text = "重置条件";
  215. this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
  216. //
  217. // btnSearchImport
  218. //
  219. this.btnSearchImport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  220. | System.Windows.Forms.AnchorStyles.Left)
  221. | System.Windows.Forms.AnchorStyles.Right)));
  222. this.btnSearchImport.Location = new System.Drawing.Point(282, 3);
  223. this.btnSearchImport.Name = "btnSearchImport";
  224. this.btnSearchImport.Size = new System.Drawing.Size(87, 31);
  225. this.btnSearchImport.TabIndex = 2;
  226. this.btnSearchImport.Values.Image = global::NXWMS.Properties.Resources.import;
  227. this.btnSearchImport.Values.Text = "导入";
  228. //
  229. // btnSearchExport
  230. //
  231. this.btnSearchExport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  232. | System.Windows.Forms.AnchorStyles.Left)
  233. | System.Windows.Forms.AnchorStyles.Right)));
  234. this.btnSearchExport.Location = new System.Drawing.Point(189, 3);
  235. this.btnSearchExport.Name = "btnSearchExport";
  236. this.btnSearchExport.Size = new System.Drawing.Size(87, 31);
  237. this.btnSearchExport.TabIndex = 1;
  238. this.btnSearchExport.Values.Image = global::NXWMS.Properties.Resources.export;
  239. this.btnSearchExport.Values.Text = "导出";
  240. this.btnSearchExport.Click += new System.EventHandler(this.btnSearchExport_Click);
  241. //
  242. // btnSearch
  243. //
  244. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  245. | System.Windows.Forms.AnchorStyles.Left)
  246. | System.Windows.Forms.AnchorStyles.Right)));
  247. this.btnSearch.Location = new System.Drawing.Point(96, 3);
  248. this.btnSearch.Name = "btnSearch";
  249. this.btnSearch.Size = new System.Drawing.Size(87, 31);
  250. this.btnSearch.TabIndex = 0;
  251. this.btnSearch.Values.Image = global::NXWMS.Properties.Resources.search2;
  252. this.btnSearch.Values.Text = "查询";
  253. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  254. //
  255. // tableLayoutPanel1
  256. //
  257. this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
  258. this.tableLayoutPanel1.ColumnCount = 10;
  259. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 82F));
  260. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  261. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 82F));
  262. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  263. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 82F));
  264. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  265. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 82F));
  266. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  267. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 82F));
  268. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  269. this.tableLayoutPanel1.Controls.Add(this.kryptonLabel2, 2, 0);
  270. this.tableLayoutPanel1.Controls.Add(this.txtSearchParameterName, 3, 0);
  271. this.tableLayoutPanel1.Controls.Add(this.kryptonLabel1, 0, 0);
  272. this.tableLayoutPanel1.Controls.Add(this.cmbSearchParameterType, 5, 0);
  273. this.tableLayoutPanel1.Controls.Add(this.txtSearchParameterCode, 1, 0);
  274. this.tableLayoutPanel1.Controls.Add(this.kryptonLabel3, 6, 0);
  275. this.tableLayoutPanel1.Controls.Add(this.kryptonLabel7, 4, 0);
  276. this.tableLayoutPanel1.Controls.Add(this.cmbSearchAllowEditFlag, 7, 0);
  277. this.tableLayoutPanel1.Controls.Add(this.kryptonLabel18, 8, 0);
  278. this.tableLayoutPanel1.Controls.Add(this.chkSearchUse, 9, 0);
  279. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  280. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  281. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  282. this.tableLayoutPanel1.RowCount = 2;
  283. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  284. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  285. this.tableLayoutPanel1.Size = new System.Drawing.Size(1364, 61);
  286. this.tableLayoutPanel1.TabIndex = 0;
  287. //
  288. // kryptonLabel2
  289. //
  290. this.kryptonLabel2.AutoSize = false;
  291. this.kryptonLabel2.Dock = System.Windows.Forms.DockStyle.Fill;
  292. this.kryptonLabel2.Location = new System.Drawing.Point(275, 3);
  293. this.kryptonLabel2.Name = "kryptonLabel2";
  294. this.kryptonLabel2.Size = new System.Drawing.Size(76, 24);
  295. this.kryptonLabel2.TabIndex = 2;
  296. this.kryptonLabel2.Values.Text = "参数名称:";
  297. //
  298. // txtSearchParameterName
  299. //
  300. this.txtSearchParameterName.Anchor = System.Windows.Forms.AnchorStyles.None;
  301. this.txtSearchParameterName.Location = new System.Drawing.Point(359, 3);
  302. this.txtSearchParameterName.Name = "txtSearchParameterName";
  303. this.txtSearchParameterName.Size = new System.Drawing.Size(180, 23);
  304. this.txtSearchParameterName.TabIndex = 3;
  305. this.txtSearchParameterName.Tag = "";
  306. //
  307. // kryptonLabel1
  308. //
  309. this.kryptonLabel1.AutoSize = false;
  310. this.kryptonLabel1.Dock = System.Windows.Forms.DockStyle.Fill;
  311. this.kryptonLabel1.Location = new System.Drawing.Point(3, 3);
  312. this.kryptonLabel1.Name = "kryptonLabel1";
  313. this.kryptonLabel1.Size = new System.Drawing.Size(76, 24);
  314. this.kryptonLabel1.TabIndex = 0;
  315. this.kryptonLabel1.Values.Text = "参数编码:";
  316. //
  317. // txtSearchParameterCode
  318. //
  319. this.txtSearchParameterCode.Anchor = System.Windows.Forms.AnchorStyles.None;
  320. this.txtSearchParameterCode.Location = new System.Drawing.Point(87, 3);
  321. this.txtSearchParameterCode.Name = "txtSearchParameterCode";
  322. this.txtSearchParameterCode.Size = new System.Drawing.Size(180, 23);
  323. this.txtSearchParameterCode.TabIndex = 1;
  324. this.txtSearchParameterCode.Tag = "";
  325. //
  326. // kryptonLabel3
  327. //
  328. this.kryptonLabel3.AutoSize = false;
  329. this.kryptonLabel3.Dock = System.Windows.Forms.DockStyle.Fill;
  330. this.kryptonLabel3.Location = new System.Drawing.Point(819, 3);
  331. this.kryptonLabel3.Name = "kryptonLabel3";
  332. this.kryptonLabel3.Size = new System.Drawing.Size(76, 24);
  333. this.kryptonLabel3.TabIndex = 4;
  334. this.kryptonLabel3.Values.Text = "允许修改:";
  335. //
  336. // kryptonLabel7
  337. //
  338. this.kryptonLabel7.AutoSize = false;
  339. this.kryptonLabel7.Dock = System.Windows.Forms.DockStyle.Fill;
  340. this.kryptonLabel7.Location = new System.Drawing.Point(547, 3);
  341. this.kryptonLabel7.Name = "kryptonLabel7";
  342. this.kryptonLabel7.Size = new System.Drawing.Size(76, 24);
  343. this.kryptonLabel7.TabIndex = 29;
  344. this.kryptonLabel7.Values.Text = "参数分类:";
  345. //
  346. // cmbSearchParameterType
  347. //
  348. this.cmbSearchParameterType.Anchor = System.Windows.Forms.AnchorStyles.None;
  349. this.cmbSearchParameterType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  350. this.cmbSearchParameterType.DropDownWidth = 121;
  351. this.cmbSearchParameterType.Location = new System.Drawing.Point(631, 4);
  352. this.cmbSearchParameterType.Name = "cmbSearchParameterType";
  353. this.cmbSearchParameterType.Size = new System.Drawing.Size(180, 21);
  354. this.cmbSearchParameterType.TabIndex = 32;
  355. this.cmbSearchParameterType.Tag = "";
  356. //
  357. // cmbSearchAllowEditFlag
  358. //
  359. this.cmbSearchAllowEditFlag.Anchor = System.Windows.Forms.AnchorStyles.None;
  360. this.cmbSearchAllowEditFlag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  361. this.cmbSearchAllowEditFlag.DropDownWidth = 121;
  362. this.cmbSearchAllowEditFlag.Location = new System.Drawing.Point(903, 4);
  363. this.cmbSearchAllowEditFlag.Name = "cmbSearchAllowEditFlag";
  364. this.cmbSearchAllowEditFlag.Size = new System.Drawing.Size(180, 21);
  365. this.cmbSearchAllowEditFlag.TabIndex = 33;
  366. this.cmbSearchAllowEditFlag.Tag = "";
  367. //
  368. // kryptonLabel18
  369. //
  370. this.kryptonLabel18.AutoSize = false;
  371. this.kryptonLabel18.Dock = System.Windows.Forms.DockStyle.Fill;
  372. this.kryptonLabel18.Location = new System.Drawing.Point(1091, 3);
  373. this.kryptonLabel18.Name = "kryptonLabel18";
  374. this.kryptonLabel18.Size = new System.Drawing.Size(76, 24);
  375. this.kryptonLabel18.TabIndex = 26;
  376. this.kryptonLabel18.Values.Text = "是否启用:";
  377. //
  378. // chkSearchUse
  379. //
  380. this.chkSearchUse.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  381. | System.Windows.Forms.AnchorStyles.Left)
  382. | System.Windows.Forms.AnchorStyles.Right)));
  383. this.chkSearchUse.Checked = true;
  384. this.chkSearchUse.CheckState = System.Windows.Forms.CheckState.Checked;
  385. this.chkSearchUse.Location = new System.Drawing.Point(1173, 3);
  386. this.chkSearchUse.Name = "chkSearchUse";
  387. this.chkSearchUse.Size = new System.Drawing.Size(188, 24);
  388. this.chkSearchUse.TabIndex = 25;
  389. this.chkSearchUse.Tag = "";
  390. this.chkSearchUse.Values.Text = "";
  391. this.chkSearchUse.CheckedChanged += new System.EventHandler(this.chkSearchUse_CheckedChanged);
  392. //
  393. // dataGridView
  394. //
  395. this.dataGridView.AllowUserToAddRows = false;
  396. this.dataGridView.AllowUserToDeleteRows = false;
  397. this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  398. this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  399. this.Column15,
  400. this.Column16,
  401. this.Column17,
  402. this.Column18,
  403. this.Column19,
  404. this.Column20,
  405. this.Column21,
  406. this.Column22,
  407. this.Column23,
  408. this.Column24,
  409. this.Column27,
  410. this.Column25,
  411. this.Column26});
  412. this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
  413. this.dataGridView.Location = new System.Drawing.Point(0, 0);
  414. this.dataGridView.Name = "dataGridView";
  415. this.dataGridView.ReadOnly = true;
  416. this.dataGridView.RowHeadersVisible = false;
  417. this.dataGridView.RowTemplate.Height = 23;
  418. this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  419. this.dataGridView.Size = new System.Drawing.Size(1364, 571);
  420. this.dataGridView.TabIndex = 57;
  421. this.dataGridView.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellDoubleClick);
  422. this.dataGridView.RowStateChanged += new System.Windows.Forms.DataGridViewRowStateChangedEventHandler(this.dataGridView_RowStateChanged);
  423. //
  424. // Column15
  425. //
  426. this.Column15.HeaderText = "用户编码";
  427. this.Column15.Name = "Column15";
  428. this.Column15.ReadOnly = true;
  429. this.Column15.Width = 86;
  430. //
  431. // Column16
  432. //
  433. this.Column16.HeaderText = "用户名称";
  434. this.Column16.Name = "Column16";
  435. this.Column16.ReadOnly = true;
  436. this.Column16.Width = 86;
  437. //
  438. // Column17
  439. //
  440. this.Column17.HeaderText = "用户昵称";
  441. this.Column17.Name = "Column17";
  442. this.Column17.ReadOnly = true;
  443. this.Column17.Width = 86;
  444. //
  445. // Column18
  446. //
  447. this.Column18.HeaderText = "职位名称";
  448. this.Column18.Name = "Column18";
  449. this.Column18.ReadOnly = true;
  450. this.Column18.Width = 87;
  451. //
  452. // Column19
  453. //
  454. this.Column19.HeaderText = "性别";
  455. this.Column19.Name = "Column19";
  456. this.Column19.ReadOnly = true;
  457. this.Column19.Width = 86;
  458. //
  459. // Column20
  460. //
  461. this.Column20.HeaderText = "所属角色";
  462. this.Column20.Name = "Column20";
  463. this.Column20.ReadOnly = true;
  464. this.Column20.Width = 86;
  465. //
  466. // Column21
  467. //
  468. this.Column21.HeaderText = "手机号码";
  469. this.Column21.Name = "Column21";
  470. this.Column21.ReadOnly = true;
  471. this.Column21.Width = 86;
  472. //
  473. // Column22
  474. //
  475. this.Column22.HeaderText = "邮箱";
  476. this.Column22.Name = "Column22";
  477. this.Column22.ReadOnly = true;
  478. this.Column22.Width = 86;
  479. //
  480. // Column23
  481. //
  482. this.Column23.HeaderText = "地址";
  483. this.Column23.Name = "Column23";
  484. this.Column23.ReadOnly = true;
  485. this.Column23.Width = 86;
  486. //
  487. // Column24
  488. //
  489. this.Column24.HeaderText = "是否启用";
  490. this.Column24.Name = "Column24";
  491. this.Column24.ReadOnly = true;
  492. this.Column24.Width = 87;
  493. //
  494. // Column27
  495. //
  496. this.Column27.HeaderText = "创建人";
  497. this.Column27.Name = "Column27";
  498. this.Column27.ReadOnly = true;
  499. this.Column27.Width = 86;
  500. //
  501. // Column25
  502. //
  503. this.Column25.HeaderText = "创建时间";
  504. this.Column25.Name = "Column25";
  505. this.Column25.ReadOnly = true;
  506. this.Column25.Width = 86;
  507. //
  508. // Column26
  509. //
  510. this.Column26.HeaderText = "更新人";
  511. this.Column26.Name = "Column26";
  512. this.Column26.ReadOnly = true;
  513. this.Column26.Width = 86;
  514. //
  515. // dataGridViewTextBoxColumn1
  516. //
  517. this.dataGridViewTextBoxColumn1.HeaderText = "用户编码";
  518. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  519. this.dataGridViewTextBoxColumn1.Width = 86;
  520. //
  521. // dataGridViewTextBoxColumn2
  522. //
  523. this.dataGridViewTextBoxColumn2.HeaderText = "用户名称";
  524. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  525. this.dataGridViewTextBoxColumn2.Width = 86;
  526. //
  527. // dataGridViewTextBoxColumn3
  528. //
  529. this.dataGridViewTextBoxColumn3.HeaderText = "用户昵称";
  530. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  531. this.dataGridViewTextBoxColumn3.Width = 86;
  532. //
  533. // dataGridViewTextBoxColumn4
  534. //
  535. this.dataGridViewTextBoxColumn4.HeaderText = "职位名称";
  536. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  537. this.dataGridViewTextBoxColumn4.Width = 87;
  538. //
  539. // dataGridViewTextBoxColumn5
  540. //
  541. this.dataGridViewTextBoxColumn5.HeaderText = "性别";
  542. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  543. this.dataGridViewTextBoxColumn5.Width = 86;
  544. //
  545. // dataGridViewTextBoxColumn6
  546. //
  547. this.dataGridViewTextBoxColumn6.HeaderText = "所属角色";
  548. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  549. this.dataGridViewTextBoxColumn6.Width = 86;
  550. //
  551. // dataGridViewTextBoxColumn7
  552. //
  553. this.dataGridViewTextBoxColumn7.HeaderText = "手机号码";
  554. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  555. this.dataGridViewTextBoxColumn7.Width = 86;
  556. //
  557. // dataGridViewTextBoxColumn8
  558. //
  559. this.dataGridViewTextBoxColumn8.HeaderText = "邮箱";
  560. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  561. this.dataGridViewTextBoxColumn8.Width = 86;
  562. //
  563. // dataGridViewTextBoxColumn9
  564. //
  565. this.dataGridViewTextBoxColumn9.HeaderText = "地址";
  566. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  567. this.dataGridViewTextBoxColumn9.Width = 86;
  568. //
  569. // dataGridViewTextBoxColumn10
  570. //
  571. this.dataGridViewTextBoxColumn10.HeaderText = "是否启用";
  572. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  573. this.dataGridViewTextBoxColumn10.Width = 87;
  574. //
  575. // dataGridViewTextBoxColumn11
  576. //
  577. this.dataGridViewTextBoxColumn11.HeaderText = "创建人";
  578. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  579. this.dataGridViewTextBoxColumn11.Width = 86;
  580. //
  581. // dataGridViewTextBoxColumn12
  582. //
  583. this.dataGridViewTextBoxColumn12.HeaderText = "创建时间";
  584. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  585. this.dataGridViewTextBoxColumn12.Width = 86;
  586. //
  587. // dataGridViewTextBoxColumn13
  588. //
  589. this.dataGridViewTextBoxColumn13.HeaderText = "更新人";
  590. this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
  591. this.dataGridViewTextBoxColumn13.Width = 86;
  592. //
  593. // pageTool
  594. //
  595. this.pageTool._execActionMessgae = null;
  596. this.pageTool._execActionOperation = null;
  597. this.pageTool._LastOperation = null;
  598. this.pageTool.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(212)))), ((int)(((byte)(221)))));
  599. this.pageTool.DataCount = 0;
  600. this.pageTool.Dock = System.Windows.Forms.DockStyle.Bottom;
  601. this.pageTool.LoadMessage = null;
  602. this.pageTool.Location = new System.Drawing.Point(0, 737);
  603. this.pageTool.Name = "pageTool";
  604. this.pageTool.PageDefault = "{0}/{1}";
  605. this.pageTool.PageIndexSelectDefault = 1;
  606. this.pageTool.PageInfoDefault = "共 {0} 条记录,每页";
  607. this.pageTool.PageSize = 10;
  608. this.pageTool.PageSizeSelectList = ((System.Collections.Generic.List<string>)(resources.GetObject("pageTool.PageSizeSelectList")));
  609. this.pageTool.Size = new System.Drawing.Size(1368, 27);
  610. this.pageTool.TabIndex = 78;
  611. this.pageTool.OnPageChange += new NXWMS.Client.FrmCustom.PageToolbar.PageChange(this.pageTool_OnPageChange);
  612. //
  613. // kryptonGroupBox1
  614. //
  615. this.kryptonGroupBox1.CaptionOverlap = 0D;
  616. this.kryptonGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  617. this.kryptonGroupBox1.Location = new System.Drawing.Point(0, 142);
  618. this.kryptonGroupBox1.Name = "kryptonGroupBox1";
  619. //
  620. // kryptonGroupBox1.Panel
  621. //
  622. this.kryptonGroupBox1.Panel.Controls.Add(this.dataGridView);
  623. this.kryptonGroupBox1.Size = new System.Drawing.Size(1368, 595);
  624. this.kryptonGroupBox1.TabIndex = 79;
  625. this.kryptonGroupBox1.Values.Heading = "参数列表:";
  626. //
  627. // frmParameter
  628. //
  629. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  630. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  631. this.ClientSize = new System.Drawing.Size(1368, 764);
  632. this.Controls.Add(this.kryptonGroupBox1);
  633. this.Controls.Add(this.pageTool);
  634. this.Controls.Add(this.kryptonGroupBox2);
  635. this.Location = new System.Drawing.Point(3, 3);
  636. this.Name = "frmParameter";
  637. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  638. this.Text = "参数";
  639. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit();
  640. this.kryptonGroupBox2.Panel.ResumeLayout(false);
  641. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit();
  642. this.kryptonGroupBox2.ResumeLayout(false);
  643. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelSearch)).EndInit();
  644. this.kryptonPanelSearch.ResumeLayout(false);
  645. this.tableLayoutPanel4.ResumeLayout(false);
  646. this.tableLayoutPanel3.ResumeLayout(false);
  647. this.tableLayoutPanel1.ResumeLayout(false);
  648. this.tableLayoutPanel1.PerformLayout();
  649. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchParameterType)).EndInit();
  650. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchAllowEditFlag)).EndInit();
  651. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
  652. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).EndInit();
  653. this.kryptonGroupBox1.Panel.ResumeLayout(false);
  654. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).EndInit();
  655. this.kryptonGroupBox1.ResumeLayout(false);
  656. this.ResumeLayout(false);
  657. }
  658. #endregion
  659. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox2;
  660. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelSearch;
  661. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
  662. private ComponentFactory.Krypton.Toolkit.KryptonButton btnRemove;
  663. private ComponentFactory.Krypton.Toolkit.KryptonButton btnEdit;
  664. private ComponentFactory.Krypton.Toolkit.KryptonButton btnAdd;
  665. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  666. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchImport;
  667. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchExport;
  668. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearch;
  669. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  670. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
  671. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
  672. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchParameterName;
  673. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
  674. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchParameterCode;
  675. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridView;
  676. private System.Windows.Forms.DataGridViewTextBoxColumn Column15;
  677. private System.Windows.Forms.DataGridViewTextBoxColumn Column16;
  678. private System.Windows.Forms.DataGridViewTextBoxColumn Column17;
  679. private System.Windows.Forms.DataGridViewTextBoxColumn Column18;
  680. private System.Windows.Forms.DataGridViewTextBoxColumn Column19;
  681. private System.Windows.Forms.DataGridViewTextBoxColumn Column20;
  682. private System.Windows.Forms.DataGridViewTextBoxColumn Column21;
  683. private System.Windows.Forms.DataGridViewTextBoxColumn Column22;
  684. private System.Windows.Forms.DataGridViewTextBoxColumn Column23;
  685. private System.Windows.Forms.DataGridViewTextBoxColumn Column24;
  686. private System.Windows.Forms.DataGridViewTextBoxColumn Column27;
  687. private System.Windows.Forms.DataGridViewTextBoxColumn Column25;
  688. private System.Windows.Forms.DataGridViewTextBoxColumn Column26;
  689. private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkSearchUse;
  690. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel18;
  691. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel7;
  692. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchParameterType;
  693. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchAllowEditFlag;
  694. private Client.FrmCustom.PageToolbar pageTool;
  695. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  696. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  697. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  698. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  699. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  700. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  701. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  702. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  703. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  704. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  705. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  706. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  707. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
  708. private ComponentFactory.Krypton.Toolkit.KryptonButton btnClear;
  709. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox1;
  710. }
  711. }