frmRegion.Designer.cs 37 KB

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