革博士V2程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

396 satır
24 KiB

  1. namespace GeBoShi.UI.User
  2. {
  3. partial class UserListFrm
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserListFrm));
  35. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  36. this.uiTitel1 = new GeBoShi.UIKits.MaiMuMenu.UITitel_LT();
  37. this.panel1 = new System.Windows.Forms.Panel();
  38. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  39. this.colId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.检测值 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.用户名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.colRoleName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.Column3 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  44. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  46. this.tsslCount = new System.Windows.Forms.ToolStripStatusLabel();
  47. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  48. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  49. this.tsbtnDel = new System.Windows.Forms.ToolStripButton();
  50. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  51. this.tsbtnEnable = new System.Windows.Forms.ToolStripButton();
  52. this.tsbtnDisable = new System.Windows.Forms.ToolStripButton();
  53. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  54. this.tsbtnResetPW = new System.Windows.Forms.ToolStripButton();
  55. this.tsbtnChangePW = new System.Windows.Forms.ToolStripButton();
  56. this.tableLayoutPanel1.SuspendLayout();
  57. this.panel1.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  59. this.statusStrip1.SuspendLayout();
  60. this.toolStrip1.SuspendLayout();
  61. this.SuspendLayout();
  62. //
  63. // tableLayoutPanel1
  64. //
  65. this.tableLayoutPanel1.ColumnCount = 1;
  66. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  67. this.tableLayoutPanel1.Controls.Add(this.uiTitel1, 0, 0);
  68. this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 1);
  69. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  70. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  71. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  72. this.tableLayoutPanel1.RowCount = 2;
  73. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  74. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 475F));
  75. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  76. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  77. this.tableLayoutPanel1.Size = new System.Drawing.Size(944, 521);
  78. this.tableLayoutPanel1.TabIndex = 0;
  79. //
  80. // uiTitel1
  81. //
  82. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  83. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  84. this.uiTitel1.FatherForm = null;
  85. this.uiTitel1.Location = new System.Drawing.Point(3, 3);
  86. this.uiTitel1.Name = "uiTitel1";
  87. this.uiTitel1.Size = new System.Drawing.Size(938, 40);
  88. this.uiTitel1.TabIndex = 0;
  89. //
  90. // panel1
  91. //
  92. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  93. this.panel1.Controls.Add(this.dataGridView1);
  94. this.panel1.Controls.Add(this.statusStrip1);
  95. this.panel1.Controls.Add(this.toolStrip1);
  96. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  97. this.panel1.Location = new System.Drawing.Point(3, 49);
  98. this.panel1.Name = "panel1";
  99. this.panel1.Size = new System.Drawing.Size(938, 469);
  100. this.panel1.TabIndex = 1;
  101. //
  102. // dataGridView1
  103. //
  104. this.dataGridView1.AllowUserToAddRows = false;
  105. this.dataGridView1.AllowUserToDeleteRows = false;
  106. this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control;
  107. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  108. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
  109. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172)))));
  111. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Control;
  112. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172)))));
  113. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  114. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  115. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  116. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  117. this.colId,
  118. this.检测值,
  119. this.用户名称,
  120. this.colRoleName,
  121. this.Column3,
  122. this.Column1});
  123. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  124. dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window;
  125. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. dataGridViewCellStyle10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172)))));
  127. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.GradientActiveCaption;
  128. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172)))));
  129. dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  130. this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle10;
  131. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  132. this.dataGridView1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172)))));
  133. this.dataGridView1.Location = new System.Drawing.Point(0, 56);
  134. this.dataGridView1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  135. this.dataGridView1.MultiSelect = false;
  136. this.dataGridView1.Name = "dataGridView1";
  137. this.dataGridView1.ReadOnly = true;
  138. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  139. dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control;
  140. dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText;
  142. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  143. dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  144. dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  145. this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle11;
  146. this.dataGridView1.RowHeadersVisible = false;
  147. this.dataGridView1.RowHeadersWidth = 62;
  148. dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle12;
  150. this.dataGridView1.RowTemplate.Height = 30;
  151. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  152. this.dataGridView1.Size = new System.Drawing.Size(938, 391);
  153. this.dataGridView1.TabIndex = 28;
  154. this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
  155. this.dataGridView1.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridView1_DataBindingComplete);
  156. //
  157. // colId
  158. //
  159. this.colId.DataPropertyName = "Id";
  160. this.colId.HeaderText = "id";
  161. this.colId.MinimumWidth = 8;
  162. this.colId.Name = "colId";
  163. this.colId.ReadOnly = true;
  164. this.colId.Visible = false;
  165. this.colId.Width = 150;
  166. //
  167. // 检测值
  168. //
  169. this.检测值.DataPropertyName = "Code";
  170. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
  171. this.检测值.DefaultCellStyle = dataGridViewCellStyle8;
  172. this.检测值.HeaderText = "登录帐号";
  173. this.检测值.MinimumWidth = 8;
  174. this.检测值.Name = "检测值";
  175. this.检测值.ReadOnly = true;
  176. this.检测值.Width = 200;
  177. //
  178. // 用户名称
  179. //
  180. this.用户名称.DataPropertyName = "Name";
  181. dataGridViewCellStyle9.BackColor = System.Drawing.Color.White;
  182. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.用户名称.DefaultCellStyle = dataGridViewCellStyle9;
  184. this.用户名称.HeaderText = "用户名称";
  185. this.用户名称.MinimumWidth = 8;
  186. this.用户名称.Name = "用户名称";
  187. this.用户名称.ReadOnly = true;
  188. this.用户名称.Width = 200;
  189. //
  190. // colRoleName
  191. //
  192. this.colRoleName.HeaderText = "角色";
  193. this.colRoleName.MinimumWidth = 8;
  194. this.colRoleName.Name = "colRoleName";
  195. this.colRoleName.ReadOnly = true;
  196. this.colRoleName.Width = 200;
  197. //
  198. // Column3
  199. //
  200. this.Column3.DataPropertyName = "State";
  201. this.Column3.HeaderText = "启用";
  202. this.Column3.MinimumWidth = 8;
  203. this.Column3.Name = "Column3";
  204. this.Column3.ReadOnly = true;
  205. this.Column3.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  206. this.Column3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  207. this.Column3.Width = 80;
  208. //
  209. // Column1
  210. //
  211. this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  212. this.Column1.DataPropertyName = "CreateTime";
  213. this.Column1.HeaderText = "添加日期";
  214. this.Column1.MinimumWidth = 8;
  215. this.Column1.Name = "Column1";
  216. this.Column1.ReadOnly = true;
  217. //
  218. // statusStrip1
  219. //
  220. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  221. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  222. this.tsslCount});
  223. this.statusStrip1.Location = new System.Drawing.Point(0, 447);
  224. this.statusStrip1.Name = "statusStrip1";
  225. this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 8, 0);
  226. this.statusStrip1.Size = new System.Drawing.Size(938, 22);
  227. this.statusStrip1.TabIndex = 27;
  228. this.statusStrip1.Text = "statusStrip1";
  229. //
  230. // tsslCount
  231. //
  232. this.tsslCount.BackColor = System.Drawing.Color.Transparent;
  233. this.tsslCount.ForeColor = System.Drawing.Color.Black;
  234. this.tsslCount.Name = "tsslCount";
  235. this.tsslCount.Size = new System.Drawing.Size(24, 17);
  236. this.tsslCount.Text = "共 ";
  237. //
  238. // toolStrip1
  239. //
  240. this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(151)))), ((int)(((byte)(241)))));
  241. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  242. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  243. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  244. this.tsbtnAdd,
  245. this.tsbtnDel,
  246. this.toolStripSeparator4,
  247. this.tsbtnEnable,
  248. this.tsbtnDisable,
  249. this.toolStripSeparator2,
  250. this.tsbtnResetPW,
  251. this.tsbtnChangePW});
  252. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  253. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  254. this.toolStrip1.Name = "toolStrip1";
  255. this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  256. this.toolStrip1.Size = new System.Drawing.Size(938, 56);
  257. this.toolStrip1.TabIndex = 26;
  258. this.toolStrip1.Text = "toolStrip1";
  259. this.toolStrip1.Paint += new System.Windows.Forms.PaintEventHandler(this.toolStrip1_Paint);
  260. //
  261. // tsbtnAdd
  262. //
  263. this.tsbtnAdd.ForeColor = System.Drawing.Color.White;
  264. this.tsbtnAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAdd.Image")));
  265. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  266. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  267. this.tsbtnAdd.Name = "tsbtnAdd";
  268. this.tsbtnAdd.Size = new System.Drawing.Size(52, 53);
  269. this.tsbtnAdd.Text = " 添加 ";
  270. this.tsbtnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  271. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  272. //
  273. // tsbtnDel
  274. //
  275. this.tsbtnDel.ForeColor = System.Drawing.Color.White;
  276. this.tsbtnDel.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDel.Image")));
  277. this.tsbtnDel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  278. this.tsbtnDel.ImageTransparentColor = System.Drawing.Color.Magenta;
  279. this.tsbtnDel.Name = "tsbtnDel";
  280. this.tsbtnDel.Size = new System.Drawing.Size(52, 53);
  281. this.tsbtnDel.Text = " 删除 ";
  282. this.tsbtnDel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  283. this.tsbtnDel.Click += new System.EventHandler(this.tsbtnDel_Click);
  284. //
  285. // toolStripSeparator4
  286. //
  287. this.toolStripSeparator4.Name = "toolStripSeparator4";
  288. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 56);
  289. //
  290. // tsbtnEnable
  291. //
  292. this.tsbtnEnable.ForeColor = System.Drawing.Color.White;
  293. this.tsbtnEnable.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnEnable.Image")));
  294. this.tsbtnEnable.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  295. this.tsbtnEnable.ImageTransparentColor = System.Drawing.Color.Magenta;
  296. this.tsbtnEnable.Name = "tsbtnEnable";
  297. this.tsbtnEnable.Size = new System.Drawing.Size(52, 53);
  298. this.tsbtnEnable.Text = " 启用 ";
  299. this.tsbtnEnable.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  300. this.tsbtnEnable.Click += new System.EventHandler(this.tsbtnEnable_Click);
  301. //
  302. // tsbtnDisable
  303. //
  304. this.tsbtnDisable.ForeColor = System.Drawing.Color.White;
  305. this.tsbtnDisable.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDisable.Image")));
  306. this.tsbtnDisable.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  307. this.tsbtnDisable.ImageTransparentColor = System.Drawing.Color.Magenta;
  308. this.tsbtnDisable.Name = "tsbtnDisable";
  309. this.tsbtnDisable.Size = new System.Drawing.Size(52, 53);
  310. this.tsbtnDisable.Text = " 停用 ";
  311. this.tsbtnDisable.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  312. this.tsbtnDisable.Click += new System.EventHandler(this.tsbtnDisable_Click);
  313. //
  314. // toolStripSeparator2
  315. //
  316. this.toolStripSeparator2.Name = "toolStripSeparator2";
  317. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 56);
  318. //
  319. // tsbtnResetPW
  320. //
  321. this.tsbtnResetPW.ForeColor = System.Drawing.Color.White;
  322. this.tsbtnResetPW.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnResetPW.Image")));
  323. this.tsbtnResetPW.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  324. this.tsbtnResetPW.ImageTransparentColor = System.Drawing.Color.Magenta;
  325. this.tsbtnResetPW.Name = "tsbtnResetPW";
  326. this.tsbtnResetPW.Size = new System.Drawing.Size(60, 53);
  327. this.tsbtnResetPW.Text = "重置密码";
  328. this.tsbtnResetPW.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  329. this.tsbtnResetPW.Click += new System.EventHandler(this.tsbtnResetPW_Click);
  330. //
  331. // tsbtnChangePW
  332. //
  333. this.tsbtnChangePW.ForeColor = System.Drawing.Color.White;
  334. this.tsbtnChangePW.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnChangePW.Image")));
  335. this.tsbtnChangePW.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  336. this.tsbtnChangePW.ImageTransparentColor = System.Drawing.Color.Magenta;
  337. this.tsbtnChangePW.Name = "tsbtnChangePW";
  338. this.tsbtnChangePW.Size = new System.Drawing.Size(60, 53);
  339. this.tsbtnChangePW.Text = "修改密码";
  340. this.tsbtnChangePW.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  341. this.tsbtnChangePW.Click += new System.EventHandler(this.tsbtnChangePW_Click);
  342. //
  343. // UserListFrm
  344. //
  345. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  346. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  347. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  348. this.ClientSize = new System.Drawing.Size(944, 521);
  349. this.Controls.Add(this.tableLayoutPanel1);
  350. this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  351. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  352. this.Name = "UserListFrm";
  353. this.ShowIcon = false;
  354. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  355. this.Text = "用户管理";
  356. this.Load += new System.EventHandler(this.UserListFrm_Load);
  357. this.tableLayoutPanel1.ResumeLayout(false);
  358. this.panel1.ResumeLayout(false);
  359. this.panel1.PerformLayout();
  360. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  361. this.statusStrip1.ResumeLayout(false);
  362. this.statusStrip1.PerformLayout();
  363. this.toolStrip1.ResumeLayout(false);
  364. this.toolStrip1.PerformLayout();
  365. this.ResumeLayout(false);
  366. }
  367. #endregion
  368. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  369. private GeBoShi.UIKits.MaiMuMenu.UITitel_LT uiTitel1;
  370. private System.Windows.Forms.Panel panel1;
  371. private System.Windows.Forms.DataGridView dataGridView1;
  372. private System.Windows.Forms.DataGridViewTextBoxColumn colId;
  373. private System.Windows.Forms.DataGridViewTextBoxColumn 检测值;
  374. private System.Windows.Forms.DataGridViewTextBoxColumn 用户名称;
  375. private System.Windows.Forms.DataGridViewTextBoxColumn colRoleName;
  376. private System.Windows.Forms.DataGridViewCheckBoxColumn Column3;
  377. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  378. private System.Windows.Forms.StatusStrip statusStrip1;
  379. private System.Windows.Forms.ToolStripStatusLabel tsslCount;
  380. private System.Windows.Forms.ToolStrip toolStrip1;
  381. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  382. private System.Windows.Forms.ToolStripButton tsbtnDel;
  383. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  384. private System.Windows.Forms.ToolStripButton tsbtnEnable;
  385. private System.Windows.Forms.ToolStripButton tsbtnDisable;
  386. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  387. private System.Windows.Forms.ToolStripButton tsbtnResetPW;
  388. private System.Windows.Forms.ToolStripButton tsbtnChangePW;
  389. }
  390. }