📄 delete.designer.cs
字号:
namespace Fyfjm
{
partial class Delete
{
/// <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.dataGrid1 = new System.Windows.Forms.DataGrid();
this.btDelete = new System.Windows.Forms.Button();
this.tbCancel = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.tbpassword = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.tbnewpass = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.tbSnewpass = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.tbQty = new System.Windows.Forms.TextBox();
this.btReset = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// dataGrid1
//
this.dataGrid1.BackgroundColor = System.Drawing.Color.White;
this.dataGrid1.Location = new System.Drawing.Point(2, 3);
this.dataGrid1.Name = "dataGrid1";
this.dataGrid1.Size = new System.Drawing.Size(314, 160);
this.dataGrid1.TabIndex = 0;
//
// btDelete
//
this.btDelete.Location = new System.Drawing.Point(3, 218);
this.btDelete.Name = "btDelete";
this.btDelete.Size = new System.Drawing.Size(72, 20);
this.btDelete.TabIndex = 1;
this.btDelete.Text = "Delete";
this.btDelete.Click += new System.EventHandler(this.btDelete_Click);
//
// tbCancel
//
this.tbCancel.Location = new System.Drawing.Point(244, 218);
this.tbCancel.Name = "tbCancel";
this.tbCancel.Size = new System.Drawing.Size(72, 20);
this.tbCancel.TabIndex = 2;
this.tbCancel.Text = "Cancel";
this.tbCancel.Click += new System.EventHandler(this.tbCancel_Click);
//
// label1
//
this.label1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
this.label1.Location = new System.Drawing.Point(5, 190);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 20);
this.label1.Text = "Password";
//
// tbpassword
//
this.tbpassword.Location = new System.Drawing.Point(72, 188);
this.tbpassword.Name = "tbpassword";
this.tbpassword.PasswordChar = '*';
this.tbpassword.Size = new System.Drawing.Size(52, 23);
this.tbpassword.TabIndex = 4;
this.tbpassword.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbpassword_KeyDown);
//
// label2
//
this.label2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
this.label2.Location = new System.Drawing.Point(136, 167);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(117, 20);
this.label2.Text = "Admin New P.W";
this.label2.Visible = false;
//
// tbnewpass
//
this.tbnewpass.Location = new System.Drawing.Point(264, 165);
this.tbnewpass.Name = "tbnewpass";
this.tbnewpass.PasswordChar = '*';
this.tbnewpass.Size = new System.Drawing.Size(52, 23);
this.tbnewpass.TabIndex = 6;
this.tbnewpass.Visible = false;
this.tbnewpass.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbnewpass_KeyDown);
//
// label3
//
this.label3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular);
this.label3.Location = new System.Drawing.Point(133, 190);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(140, 20);
this.label3.Text = "Supervisor New P.W";
this.label3.Visible = false;
//
// tbSnewpass
//
this.tbSnewpass.Location = new System.Drawing.Point(264, 190);
this.tbSnewpass.Name = "tbSnewpass";
this.tbSnewpass.PasswordChar = '*';
this.tbSnewpass.Size = new System.Drawing.Size(52, 23);
this.tbSnewpass.TabIndex = 9;
this.tbSnewpass.Visible = false;
this.tbSnewpass.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbSnewpass_KeyDown);
//
// label4
//
this.label4.Location = new System.Drawing.Point(6, 167);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(61, 20);
this.label4.Text = "SKU Qty";
//
// tbQty
//
this.tbQty.Location = new System.Drawing.Point(72, 164);
this.tbQty.Name = "tbQty";
this.tbQty.ReadOnly = true;
this.tbQty.Size = new System.Drawing.Size(52, 23);
this.tbQty.TabIndex = 14;
//
// btReset
//
this.btReset.Location = new System.Drawing.Point(130, 218);
this.btReset.Name = "btReset";
this.btReset.Size = new System.Drawing.Size(72, 20);
this.btReset.TabIndex = 19;
this.btReset.Text = "RESET";
this.btReset.Click += new System.EventHandler(this.btReset_Click);
//
// Delete
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(638, 455);
this.Controls.Add(this.btReset);
this.Controls.Add(this.tbQty);
this.Controls.Add(this.label4);
this.Controls.Add(this.tbSnewpass);
this.Controls.Add(this.label3);
this.Controls.Add(this.tbnewpass);
this.Controls.Add(this.label2);
this.Controls.Add(this.tbpassword);
this.Controls.Add(this.label1);
this.Controls.Add(this.tbCancel);
this.Controls.Add(this.btDelete);
this.Controls.Add(this.dataGrid1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Delete";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Closing += new System.ComponentModel.CancelEventHandler(this.Delete_Closing);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Delete_KeyDown);
this.Load += new System.EventHandler(this.Delete_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGrid dataGrid1;
private System.Windows.Forms.Button btDelete;
private System.Windows.Forms.Button tbCancel;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tbpassword;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tbnewpass;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox tbSnewpass;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox tbQty;
private System.Windows.Forms.Button btReset;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -