📄 userframe.designer.cs
字号:
namespace Youzi.View
{
partial class UserFrame
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserFrame));
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.Operator = new System.Windows.Forms.TextBox();
this.OperateDate = new System.Windows.Forms.TextBox();
this.UserPass = new System.Windows.Forms.TextBox();
this.UserName = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.lab1 = new System.Windows.Forms.Label();
this.butAdd = new System.Windows.Forms.Button();
this.butDelete = new System.Windows.Forms.Button();
this.butSave = new System.Windows.Forms.Button();
this.butCacel = new System.Windows.Forms.Button();
this.butClose = new System.Windows.Forms.Button();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.butUpdate = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(0, 118);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(512, 252);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_RowHeaderMouseClick);
this.dataGridView1.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseClick);
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.Color.Wheat;
this.groupBox1.Controls.Add(this.comboBox1);
this.groupBox1.Controls.Add(this.Operator);
this.groupBox1.Controls.Add(this.OperateDate);
this.groupBox1.Controls.Add(this.UserPass);
this.groupBox1.Controls.Add(this.UserName);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.lab1);
this.groupBox1.Location = new System.Drawing.Point(518, 125);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(199, 245);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "用户信息设置";
//
// comboBox1
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(82, 112);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(100, 20);
this.comboBox1.TabIndex = 4;
//
// Operator
//
this.Operator.BackColor = System.Drawing.Color.Wheat;
this.Operator.Enabled = false;
this.Operator.Location = new System.Drawing.Point(82, 185);
this.Operator.Name = "Operator";
this.Operator.Size = new System.Drawing.Size(100, 21);
this.Operator.TabIndex = 6;
//
// OperateDate
//
this.OperateDate.BackColor = System.Drawing.Color.Wheat;
this.OperateDate.Enabled = false;
this.OperateDate.Location = new System.Drawing.Point(82, 148);
this.OperateDate.Name = "OperateDate";
this.OperateDate.Size = new System.Drawing.Size(100, 21);
this.OperateDate.TabIndex = 5;
//
// UserPass
//
this.UserPass.BackColor = System.Drawing.Color.White;
this.UserPass.Enabled = false;
this.UserPass.Location = new System.Drawing.Point(82, 76);
this.UserPass.Name = "UserPass";
this.UserPass.PasswordChar = '*';
this.UserPass.Size = new System.Drawing.Size(100, 21);
this.UserPass.TabIndex = 3;
//
// UserName
//
this.UserName.BackColor = System.Drawing.Color.White;
this.UserName.Enabled = false;
this.UserName.Location = new System.Drawing.Point(82, 41);
this.UserName.Name = "UserName";
this.UserName.Size = new System.Drawing.Size(100, 21);
this.UserName.TabIndex = 2;
//
// label4
//
this.label4.Location = new System.Drawing.Point(12, 188);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(64, 21);
this.label4.TabIndex = 4;
this.label4.Text = "操 作 员:";
//
// label3
//
this.label3.Location = new System.Drawing.Point(12, 151);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(64, 21);
this.label3.TabIndex = 3;
this.label3.Text = "操作时间:";
//
// label2
//
this.label2.Location = new System.Drawing.Point(13, 115);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(57, 19);
this.label2.TabIndex = 2;
this.label2.Text = "权 限:";
//
// label1
//
this.label1.Location = new System.Drawing.Point(13, 79);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(57, 19);
this.label1.TabIndex = 1;
this.label1.Text = "密 码:";
//
// lab1
//
this.lab1.Location = new System.Drawing.Point(13, 44);
this.lab1.Name = "lab1";
this.lab1.Size = new System.Drawing.Size(57, 19);
this.lab1.TabIndex = 0;
this.lab1.Text = "用户名:";
//
// butAdd
//
this.butAdd.Location = new System.Drawing.Point(232, 391);
this.butAdd.Name = "butAdd";
this.butAdd.Size = new System.Drawing.Size(75, 23);
this.butAdd.TabIndex = 1;
this.butAdd.Text = "新增(&A)";
this.butAdd.UseVisualStyleBackColor = true;
this.butAdd.Click += new System.EventHandler(this.butAdd_Click);
//
// butDelete
//
this.butDelete.Location = new System.Drawing.Point(313, 391);
this.butDelete.Name = "butDelete";
this.butDelete.Size = new System.Drawing.Size(75, 23);
this.butDelete.TabIndex = 7;
this.butDelete.Text = "删除(&D)";
this.butDelete.UseVisualStyleBackColor = true;
this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
//
// butSave
//
this.butSave.Location = new System.Drawing.Point(480, 391);
this.butSave.Name = "butSave";
this.butSave.Size = new System.Drawing.Size(75, 23);
this.butSave.TabIndex = 8;
this.butSave.Text = "保存(&S)\r\n";
this.butSave.UseVisualStyleBackColor = true;
this.butSave.Click += new System.EventHandler(this.butSave_Click);
//
// butCacel
//
this.butCacel.Location = new System.Drawing.Point(561, 391);
this.butCacel.Name = "butCacel";
this.butCacel.Size = new System.Drawing.Size(75, 23);
this.butCacel.TabIndex = 9;
this.butCacel.Text = "取消(&C)";
this.butCacel.UseVisualStyleBackColor = true;
this.butCacel.Click += new System.EventHandler(this.butCacel_Click);
//
// butClose
//
this.butClose.Location = new System.Drawing.Point(642, 391);
this.butClose.Name = "butClose";
this.butClose.Size = new System.Drawing.Size(75, 23);
this.butClose.TabIndex = 10;
this.butClose.Text = "关闭(&E)";
this.butClose.UseVisualStyleBackColor = true;
this.butClose.Click += new System.EventHandler(this.butClose_Click);
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "Royal Inspirat Mod.jpg");
this.imageList1.Images.SetKeyName(1, "2To.jpg");
this.imageList1.Images.SetKeyName(2, "200662621816790.JPG");
this.imageList1.Images.SetKeyName(3, "Brushed.jpg");
this.imageList1.Images.SetKeyName(4, "DosxAqua.jpg");
this.imageList1.Images.SetKeyName(5, "MilkGreen.jpg");
//
// butUpdate
//
this.butUpdate.Location = new System.Drawing.Point(399, 391);
this.butUpdate.Name = "butUpdate";
this.butUpdate.Size = new System.Drawing.Size(75, 23);
this.butUpdate.TabIndex = 11;
this.butUpdate.Text = "修改(&U)";
this.butUpdate.UseVisualStyleBackColor = true;
this.butUpdate.Click += new System.EventHandler(this.butUpdate_Click);
//
// panel1
//
this.panel1.BackgroundImage = global::Youzi.Properties.Resources._55;
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(729, 119);
this.panel1.TabIndex = 12;
//
// UserFrame
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Wheat;
this.ClientSize = new System.Drawing.Size(729, 437);
this.Controls.Add(this.panel1);
this.Controls.Add(this.butUpdate);
this.Controls.Add(this.butClose);
this.Controls.Add(this.butCacel);
this.Controls.Add(this.butSave);
this.Controls.Add(this.butDelete);
this.Controls.Add(this.butAdd);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.dataGridView1);
this.Location = new System.Drawing.Point(20, 20);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "UserFrame";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "用户管理";
this.Load += new System.EventHandler(this.UserFrame_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label lab1;
private System.Windows.Forms.TextBox Operator;
private System.Windows.Forms.TextBox OperateDate;
private System.Windows.Forms.TextBox UserPass;
private System.Windows.Forms.TextBox UserName;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Button butAdd;
private System.Windows.Forms.Button butDelete;
private System.Windows.Forms.Button butSave;
private System.Windows.Forms.Button butCacel;
private System.Windows.Forms.Button butClose;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.Button butUpdate;
private System.Windows.Forms.Panel panel1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -