📄 formimportdeliver.designer.cs
字号:
namespace IDM
{
partial class frmImportDeliver
{
/// <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.btOK = new System.Windows.Forms.Button();
this.btCancel = new System.Windows.Forms.Button();
this.tbCodeList = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// btOK
//
this.btOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btOK.Location = new System.Drawing.Point(323, 13);
this.btOK.Name = "btOK";
this.btOK.Size = new System.Drawing.Size(75, 23);
this.btOK.TabIndex = 1;
this.btOK.Text = "确定";
this.btOK.UseVisualStyleBackColor = true;
//
// btCancel
//
this.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btCancel.Location = new System.Drawing.Point(323, 42);
this.btCancel.Name = "btCancel";
this.btCancel.Size = new System.Drawing.Size(75, 23);
this.btCancel.TabIndex = 2;
this.btCancel.Text = "取消";
this.btCancel.UseVisualStyleBackColor = true;
//
// tbCodeList
//
this.tbCodeList.AcceptsReturn = true;
this.tbCodeList.Dock = System.Windows.Forms.DockStyle.Left;
this.tbCodeList.Location = new System.Drawing.Point(0, 0);
this.tbCodeList.Multiline = true;
this.tbCodeList.Name = "tbCodeList";
this.tbCodeList.Size = new System.Drawing.Size(305, 472);
this.tbCodeList.TabIndex = 3;
//
// frmImportDeliver
//
this.AcceptButton = this.btOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btCancel;
this.ClientSize = new System.Drawing.Size(420, 472);
this.Controls.Add(this.tbCodeList);
this.Controls.Add(this.btCancel);
this.Controls.Add(this.btOK);
this.Name = "frmImportDeliver";
this.Text = "导入装箱条码记录";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btOK;
private System.Windows.Forms.Button btCancel;
private System.Windows.Forms.TextBox tbCodeList;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -