版博士V2.0程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

309 строки
17 KiB

  1. namespace ProductionControl
  2. {
  3. partial class FrmUserList
  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(FrmUserList));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  35. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  36. this.tsbtnDel = new System.Windows.Forms.ToolStripButton();
  37. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  38. this.tsbtnEnable = new System.Windows.Forms.ToolStripButton();
  39. this.tsbtnDisable = new System.Windows.Forms.ToolStripButton();
  40. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  41. this.tsbtnResetPW = new System.Windows.Forms.ToolStripButton();
  42. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  43. this.tsslCount = new System.Windows.Forms.ToolStripStatusLabel();
  44. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  45. this.colId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.检测值 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.用户名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.colRoleName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Column3 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  50. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.toolStrip1.SuspendLayout();
  52. this.statusStrip1.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // toolStrip1
  57. //
  58. this.toolStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  59. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  60. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  61. this.tsbtnAdd,
  62. this.tsbtnDel,
  63. this.toolStripSeparator4,
  64. this.tsbtnEnable,
  65. this.tsbtnDisable,
  66. this.toolStripSeparator2,
  67. this.tsbtnResetPW});
  68. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  69. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  70. this.toolStrip1.Name = "toolStrip1";
  71. this.toolStrip1.Size = new System.Drawing.Size(1413, 65);
  72. this.toolStrip1.TabIndex = 12;
  73. this.toolStrip1.Text = "toolStrip1";
  74. //
  75. // tsbtnAdd
  76. //
  77. this.tsbtnAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAdd.Image")));
  78. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  79. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  80. this.tsbtnAdd.Name = "tsbtnAdd";
  81. this.tsbtnAdd.Size = new System.Drawing.Size(70, 60);
  82. this.tsbtnAdd.Text = " 添加 ";
  83. this.tsbtnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  84. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  85. //
  86. // tsbtnDel
  87. //
  88. this.tsbtnDel.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDel.Image")));
  89. this.tsbtnDel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  90. this.tsbtnDel.ImageTransparentColor = System.Drawing.Color.Magenta;
  91. this.tsbtnDel.Name = "tsbtnDel";
  92. this.tsbtnDel.Size = new System.Drawing.Size(70, 60);
  93. this.tsbtnDel.Text = " 删除 ";
  94. this.tsbtnDel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  95. this.tsbtnDel.Click += new System.EventHandler(this.tsbtnDel_Click);
  96. //
  97. // toolStripSeparator4
  98. //
  99. this.toolStripSeparator4.Name = "toolStripSeparator4";
  100. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 65);
  101. //
  102. // tsbtnEnable
  103. //
  104. this.tsbtnEnable.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnEnable.Image")));
  105. this.tsbtnEnable.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  106. this.tsbtnEnable.ImageTransparentColor = System.Drawing.Color.Magenta;
  107. this.tsbtnEnable.Name = "tsbtnEnable";
  108. this.tsbtnEnable.Size = new System.Drawing.Size(70, 60);
  109. this.tsbtnEnable.Text = " 启用 ";
  110. this.tsbtnEnable.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  111. this.tsbtnEnable.Click += new System.EventHandler(this.tsbtnEnable_Click);
  112. //
  113. // tsbtnDisable
  114. //
  115. this.tsbtnDisable.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDisable.Image")));
  116. this.tsbtnDisable.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  117. this.tsbtnDisable.ImageTransparentColor = System.Drawing.Color.Magenta;
  118. this.tsbtnDisable.Name = "tsbtnDisable";
  119. this.tsbtnDisable.Size = new System.Drawing.Size(70, 60);
  120. this.tsbtnDisable.Text = " 停用 ";
  121. this.tsbtnDisable.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  122. this.tsbtnDisable.Click += new System.EventHandler(this.tsbtnDisable_Click);
  123. //
  124. // toolStripSeparator2
  125. //
  126. this.toolStripSeparator2.Name = "toolStripSeparator2";
  127. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 65);
  128. //
  129. // tsbtnResetPW
  130. //
  131. this.tsbtnResetPW.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnResetPW.Image")));
  132. this.tsbtnResetPW.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  133. this.tsbtnResetPW.ImageTransparentColor = System.Drawing.Color.Magenta;
  134. this.tsbtnResetPW.Name = "tsbtnResetPW";
  135. this.tsbtnResetPW.Size = new System.Drawing.Size(86, 60);
  136. this.tsbtnResetPW.Text = "重置密码";
  137. this.tsbtnResetPW.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  138. this.tsbtnResetPW.Click += new System.EventHandler(this.tsbtnResetPW_Click);
  139. //
  140. // statusStrip1
  141. //
  142. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  143. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  144. this.tsslCount});
  145. this.statusStrip1.Location = new System.Drawing.Point(0, 726);
  146. this.statusStrip1.Name = "statusStrip1";
  147. this.statusStrip1.Size = new System.Drawing.Size(1413, 31);
  148. this.statusStrip1.TabIndex = 23;
  149. this.statusStrip1.Text = "statusStrip1";
  150. //
  151. // tsslCount
  152. //
  153. this.tsslCount.Name = "tsslCount";
  154. this.tsslCount.Size = new System.Drawing.Size(33, 24);
  155. this.tsslCount.Text = "共 ";
  156. //
  157. // dataGridView1
  158. //
  159. this.dataGridView1.AllowUserToAddRows = false;
  160. this.dataGridView1.AllowUserToDeleteRows = false;
  161. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  162. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  163. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  165. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  166. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  167. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  168. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  169. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  170. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  171. this.colId,
  172. this.检测值,
  173. this.用户名称,
  174. this.colRoleName,
  175. this.Column3,
  176. this.Column1});
  177. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  178. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
  179. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
  181. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  182. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  183. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  184. this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle4;
  185. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  186. this.dataGridView1.Location = new System.Drawing.Point(0, 65);
  187. this.dataGridView1.MultiSelect = false;
  188. this.dataGridView1.Name = "dataGridView1";
  189. this.dataGridView1.ReadOnly = true;
  190. this.dataGridView1.RowHeadersVisible = false;
  191. this.dataGridView1.RowHeadersWidth = 62;
  192. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle5;
  194. this.dataGridView1.RowTemplate.Height = 30;
  195. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  196. this.dataGridView1.Size = new System.Drawing.Size(1413, 661);
  197. this.dataGridView1.TabIndex = 24;
  198. this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
  199. this.dataGridView1.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridView1_DataBindingComplete);
  200. //
  201. // colId
  202. //
  203. this.colId.DataPropertyName = "Id";
  204. this.colId.HeaderText = "id";
  205. this.colId.MinimumWidth = 8;
  206. this.colId.Name = "colId";
  207. this.colId.ReadOnly = true;
  208. this.colId.Visible = false;
  209. this.colId.Width = 150;
  210. //
  211. // 检测值
  212. //
  213. this.检测值.DataPropertyName = "Code";
  214. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
  215. this.检测值.DefaultCellStyle = dataGridViewCellStyle2;
  216. this.检测值.HeaderText = "登录帐号";
  217. this.检测值.MinimumWidth = 8;
  218. this.检测值.Name = "检测值";
  219. this.检测值.ReadOnly = true;
  220. this.检测值.Width = 200;
  221. //
  222. // 用户名称
  223. //
  224. this.用户名称.DataPropertyName = "Name";
  225. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  226. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.用户名称.DefaultCellStyle = dataGridViewCellStyle3;
  228. this.用户名称.HeaderText = "用户名称";
  229. this.用户名称.MinimumWidth = 8;
  230. this.用户名称.Name = "用户名称";
  231. this.用户名称.ReadOnly = true;
  232. this.用户名称.Width = 200;
  233. //
  234. // colRoleName
  235. //
  236. this.colRoleName.HeaderText = "角色";
  237. this.colRoleName.MinimumWidth = 8;
  238. this.colRoleName.Name = "colRoleName";
  239. this.colRoleName.ReadOnly = true;
  240. this.colRoleName.Width = 200;
  241. //
  242. // Column3
  243. //
  244. this.Column3.DataPropertyName = "State";
  245. this.Column3.HeaderText = "启用";
  246. this.Column3.MinimumWidth = 8;
  247. this.Column3.Name = "Column3";
  248. this.Column3.ReadOnly = true;
  249. this.Column3.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  250. this.Column3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  251. this.Column3.Width = 80;
  252. //
  253. // Column1
  254. //
  255. this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  256. this.Column1.DataPropertyName = "CreateTime";
  257. this.Column1.HeaderText = "添加日期";
  258. this.Column1.MinimumWidth = 8;
  259. this.Column1.Name = "Column1";
  260. this.Column1.ReadOnly = true;
  261. //
  262. // FrmUserList
  263. //
  264. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  265. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  266. this.ClientSize = new System.Drawing.Size(1413, 757);
  267. this.Controls.Add(this.dataGridView1);
  268. this.Controls.Add(this.statusStrip1);
  269. this.Controls.Add(this.toolStrip1);
  270. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  271. this.Name = "FrmUserList";
  272. this.ShowInTaskbar = false;
  273. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  274. this.Text = "用户管理";
  275. this.Load += new System.EventHandler(this.FrmUserList_Load);
  276. this.toolStrip1.ResumeLayout(false);
  277. this.toolStrip1.PerformLayout();
  278. this.statusStrip1.ResumeLayout(false);
  279. this.statusStrip1.PerformLayout();
  280. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  281. this.ResumeLayout(false);
  282. this.PerformLayout();
  283. }
  284. #endregion
  285. private System.Windows.Forms.ToolStrip toolStrip1;
  286. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  287. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  288. private System.Windows.Forms.ToolStripButton tsbtnDel;
  289. private System.Windows.Forms.ToolStripButton tsbtnEnable;
  290. private System.Windows.Forms.ToolStripButton tsbtnDisable;
  291. private System.Windows.Forms.StatusStrip statusStrip1;
  292. private System.Windows.Forms.ToolStripStatusLabel tsslCount;
  293. private System.Windows.Forms.DataGridView dataGridView1;
  294. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  295. private System.Windows.Forms.ToolStripButton tsbtnResetPW;
  296. private System.Windows.Forms.DataGridViewTextBoxColumn colId;
  297. private System.Windows.Forms.DataGridViewTextBoxColumn 检测值;
  298. private System.Windows.Forms.DataGridViewTextBoxColumn 用户名称;
  299. private System.Windows.Forms.DataGridViewTextBoxColumn colRoleName;
  300. private System.Windows.Forms.DataGridViewCheckBoxColumn Column3;
  301. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  302. }
  303. }