frmUnit.Designer.cs 31 KB

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