frmUser.Designer.cs 48 KB

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