📄 frmuser.designer.cs
字号:
namespace EquipmentMS.SystemSet
{
partial class frmUser
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmUser));
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tlbtnAdd = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tlbtnUpdate = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.tlbtnDelete = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.tlbtnSave = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.tlbtnCancle = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.dgvUser = new System.Windows.Forms.DataGridView();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.txtPwd = new System.Windows.Forms.TextBox();
this.txtUserName = new System.Windows.Forms.TextBox();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tlbtnAdd,
this.toolStripSeparator1,
this.tlbtnUpdate,
this.toolStripSeparator2,
this.tlbtnDelete,
this.toolStripSeparator3,
this.tlbtnSave,
this.toolStripSeparator4,
this.tlbtnCancle,
this.toolStripSeparator5});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(377, 25);
this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip1";
//
// tlbtnAdd
//
this.tlbtnAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.tlbtnAdd.Image = ((System.Drawing.Image)(resources.GetObject("tlbtnAdd.Image")));
this.tlbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tlbtnAdd.Name = "tlbtnAdd";
this.tlbtnAdd.Size = new System.Drawing.Size(33, 22);
this.tlbtnAdd.Text = "添加";
this.tlbtnAdd.Click += new System.EventHandler(this.tlbtnAdd_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// tlbtnUpdate
//
this.tlbtnUpdate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.tlbtnUpdate.Image = ((System.Drawing.Image)(resources.GetObject("tlbtnUpdate.Image")));
this.tlbtnUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tlbtnUpdate.Name = "tlbtnUpdate";
this.tlbtnUpdate.Size = new System.Drawing.Size(33, 22);
this.tlbtnUpdate.Text = "修改";
this.tlbtnUpdate.Click += new System.EventHandler(this.tlbtnUpdate_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// tlbtnDelete
//
this.tlbtnDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.tlbtnDelete.Image = ((System.Drawing.Image)(resources.GetObject("tlbtnDelete.Image")));
this.tlbtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tlbtnDelete.Name = "tlbtnDelete";
this.tlbtnDelete.Size = new System.Drawing.Size(33, 22);
this.tlbtnDelete.Text = "删除";
this.tlbtnDelete.Click += new System.EventHandler(this.tlbtnDelete_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
//
// tlbtnSave
//
this.tlbtnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.tlbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tlbtnSave.Image")));
this.tlbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tlbtnSave.Name = "tlbtnSave";
this.tlbtnSave.Size = new System.Drawing.Size(33, 22);
this.tlbtnSave.Text = "保存";
this.tlbtnSave.Click += new System.EventHandler(this.tlbtnSave_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
//
// tlbtnCancle
//
this.tlbtnCancle.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.tlbtnCancle.Image = ((System.Drawing.Image)(resources.GetObject("tlbtnCancle.Image")));
this.tlbtnCancle.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tlbtnCancle.Name = "tlbtnCancle";
this.tlbtnCancle.Size = new System.Drawing.Size(33, 22);
this.tlbtnCancle.Text = "取消";
this.tlbtnCancle.Click += new System.EventHandler(this.tlbtnCancle_Click);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
//
// dgvUser
//
this.dgvUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvUser.Location = new System.Drawing.Point(0, 83);
this.dgvUser.Name = "dgvUser";
this.dgvUser.RowTemplate.Height = 23;
this.dgvUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvUser.Size = new System.Drawing.Size(378, 160);
this.dgvUser.TabIndex = 1;
this.dgvUser.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvUser_CellMouseClick);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.txtPwd);
this.groupBox1.Controls.Add(this.txtUserName);
this.groupBox1.Enabled = false;
this.groupBox1.Location = new System.Drawing.Point(6, 28);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(359, 47);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(182, 18);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 1;
this.label2.Text = "用户密码:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 1;
this.label1.Text = "用户名称:";
//
// txtPwd
//
this.txtPwd.Location = new System.Drawing.Point(253, 14);
this.txtPwd.Name = "txtPwd";
this.txtPwd.Size = new System.Drawing.Size(100, 21);
this.txtPwd.TabIndex = 0;
//
// txtUserName
//
this.txtUserName.Location = new System.Drawing.Point(73, 14);
this.txtUserName.Name = "txtUserName";
this.txtUserName.Size = new System.Drawing.Size(100, 21);
this.txtUserName.TabIndex = 0;
//
// frmUser
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(377, 241);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.dgvUser);
this.Controls.Add(this.toolStrip1);
this.MaximizeBox = false;
this.Name = "frmUser";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "操作员管理";
this.Load += new System.EventHandler(this.frmUser_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvUser)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tlbtnAdd;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton tlbtnUpdate;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton tlbtnDelete;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton tlbtnSave;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripButton tlbtnCancle;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.DataGridView dgvUser;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtUserName;
private System.Windows.Forms.TextBox txtPwd;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -