frmMenu.Designer.cs 37 KB

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