📄 stocktake.designer.cs
字号:
namespace Fyfjm
{
partial class StockTake
{
/// <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.label1 = new System.Windows.Forms.Label();
this.tbBarcode = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.tbZone = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.tbTBarcode = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.tbLBarcode = new System.Windows.Forms.TextBox();
this.btEsc = new System.Windows.Forms.Button();
this.dataGrid1 = new System.Windows.Forms.DataGrid();
this.btBackup = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
this.label1.Location = new System.Drawing.Point(17, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(66, 20);
this.label1.Text = "SKU:";
//
// tbBarcode
//
this.tbBarcode.Location = new System.Drawing.Point(62, 13);
this.tbBarcode.Name = "tbBarcode";
this.tbBarcode.Size = new System.Drawing.Size(214, 23);
this.tbBarcode.TabIndex = 2;
this.tbBarcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbBarcode_KeyDown);
//
// label2
//
this.label2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
this.label2.Location = new System.Drawing.Point(17, 37);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(56, 20);
this.label2.Text = "Zone:";
//
// tbZone
//
this.tbZone.Location = new System.Drawing.Point(79, 37);
this.tbZone.Name = "tbZone";
this.tbZone.ReadOnly = true;
this.tbZone.Size = new System.Drawing.Size(197, 23);
this.tbZone.TabIndex = 5;
//
// label3
//
this.label3.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
this.label3.Location = new System.Drawing.Point(17, 61);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(148, 20);
this.label3.Text = "Total Scanned:";
//
// tbTBarcode
//
this.tbTBarcode.Location = new System.Drawing.Point(17, 79);
this.tbTBarcode.Name = "tbTBarcode";
this.tbTBarcode.ReadOnly = true;
this.tbTBarcode.Size = new System.Drawing.Size(259, 23);
this.tbTBarcode.TabIndex = 8;
//
// label4
//
this.label4.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
this.label4.Location = new System.Drawing.Point(17, 104);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(103, 20);
this.label4.Text = "Last SKU:";
//
// tbLBarcode
//
this.tbLBarcode.Location = new System.Drawing.Point(17, 122);
this.tbLBarcode.Name = "tbLBarcode";
this.tbLBarcode.ReadOnly = true;
this.tbLBarcode.Size = new System.Drawing.Size(259, 23);
this.tbLBarcode.TabIndex = 11;
//
// btEsc
//
this.btEsc.Location = new System.Drawing.Point(42, 233);
this.btEsc.Name = "btEsc";
this.btEsc.Size = new System.Drawing.Size(72, 20);
this.btEsc.TabIndex = 12;
this.btEsc.Text = "ESC";
this.btEsc.Click += new System.EventHandler(this.btEsc_Click);
//
// dataGrid1
//
this.dataGrid1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
this.dataGrid1.Location = new System.Drawing.Point(17, 151);
this.dataGrid1.Name = "dataGrid1";
this.dataGrid1.Size = new System.Drawing.Size(259, 76);
this.dataGrid1.TabIndex = 17;
//
// btBackup
//
this.btBackup.Location = new System.Drawing.Point(176, 233);
this.btBackup.Name = "btBackup";
this.btBackup.Size = new System.Drawing.Size(72, 20);
this.btBackup.TabIndex = 22;
this.btBackup.Text = "Back Up";
this.btBackup.Click += new System.EventHandler(this.btBackup_Click);
//
// StockTake
//
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.btBackup);
this.Controls.Add(this.dataGrid1);
this.Controls.Add(this.btEsc);
this.Controls.Add(this.tbLBarcode);
this.Controls.Add(this.label4);
this.Controls.Add(this.tbTBarcode);
this.Controls.Add(this.label3);
this.Controls.Add(this.tbZone);
this.Controls.Add(this.label2);
this.Controls.Add(this.tbBarcode);
this.Controls.Add(this.label1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "StockTake";
this.Text = "Stock Take";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Deactivate += new System.EventHandler(this.StockTake_Deactivate);
this.Activated += new System.EventHandler(this.StockTake_Activated);
this.Closing += new System.ComponentModel.CancelEventHandler(this.StockTake_Closing);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.StockTake_KeyDown);
this.Load += new System.EventHandler(this.StockTake_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tbBarcode;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tbZone;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox tbTBarcode;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox tbLBarcode;
private System.Windows.Forms.Button btEsc;
private System.Windows.Forms.DataGrid dataGrid1;
private System.Windows.Forms.Button btBackup;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -