frmRole.Designer.cs 31 KB

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