📄 outstorageform.designer.cs
字号:
namespace DaFanRongMIS.ViewController.OutStorage
{
partial class OutStorageForm
{
/// <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(OutStorageForm));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.button2 = new System.Windows.Forms.Button();
this.txtKitchenname = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.btnBack = new System.Windows.Forms.Button();
this.btnAddMainAndDetailInWare = new System.Windows.Forms.Button();
this.btnCanel = new System.Windows.Forms.Button();
this.btnshow = new System.Windows.Forms.Button();
this.txtMaterialNum = new System.Windows.Forms.TextBox();
this.txtMaterialname = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.t1 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
this.t2 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel();
this.t3 = new System.Windows.Forms.ToolStripStatusLabel();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.ID = new System.Windows.Forms.ColumnHeader();
this.UnitName = new System.Windows.Forms.ColumnHeader();
this.UnitNum = new System.Windows.Forms.ColumnHeader();
this.LVOutStorage = new System.Windows.Forms.ListView();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.txtKitchenname);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Controls.Add(this.btnBack);
this.groupBox1.Controls.Add(this.btnAddMainAndDetailInWare);
this.groupBox1.Controls.Add(this.btnCanel);
this.groupBox1.Controls.Add(this.btnshow);
this.groupBox1.Controls.Add(this.txtMaterialNum);
this.groupBox1.Controls.Add(this.txtMaterialname);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox1.Location = new System.Drawing.Point(19, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(232, 406);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "出库操作";
//
// button2
//
this.button2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button2.BackgroundImage")));
this.button2.Location = new System.Drawing.Point(201, 58);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(25, 26);
this.button2.TabIndex = 15;
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// txtKitchenname
//
this.txtKitchenname.Location = new System.Drawing.Point(103, 58);
this.txtKitchenname.Name = "txtKitchenname";
this.txtKitchenname.Size = new System.Drawing.Size(100, 26);
this.txtKitchenname.TabIndex = 14;
//
// button1
//
this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
this.button1.Location = new System.Drawing.Point(200, 138);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(25, 26);
this.button1.TabIndex = 13;
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// btnBack
//
this.btnBack.Location = new System.Drawing.Point(116, 337);
this.btnBack.Name = "btnBack";
this.btnBack.Size = new System.Drawing.Size(75, 43);
this.btnBack.TabIndex = 12;
this.btnBack.Text = "返回";
this.btnBack.UseVisualStyleBackColor = true;
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
//
// btnAddMainAndDetailInWare
//
this.btnAddMainAndDetailInWare.Location = new System.Drawing.Point(24, 337);
this.btnAddMainAndDetailInWare.Name = "btnAddMainAndDetailInWare";
this.btnAddMainAndDetailInWare.Size = new System.Drawing.Size(75, 43);
this.btnAddMainAndDetailInWare.TabIndex = 11;
this.btnAddMainAndDetailInWare.Text = "出库";
this.btnAddMainAndDetailInWare.UseVisualStyleBackColor = true;
this.btnAddMainAndDetailInWare.Click += new System.EventHandler(this.btnAddMainAndDetailInWare_Click);
//
// btnCanel
//
this.btnCanel.Location = new System.Drawing.Point(116, 278);
this.btnCanel.Name = "btnCanel";
this.btnCanel.Size = new System.Drawing.Size(75, 43);
this.btnCanel.TabIndex = 10;
this.btnCanel.Text = "取消";
this.btnCanel.UseVisualStyleBackColor = true;
this.btnCanel.Click += new System.EventHandler(this.btnCanel_Click);
//
// btnshow
//
this.btnshow.Location = new System.Drawing.Point(24, 278);
this.btnshow.Name = "btnshow";
this.btnshow.Size = new System.Drawing.Size(75, 43);
this.btnshow.TabIndex = 9;
this.btnshow.Text = "显示";
this.btnshow.UseVisualStyleBackColor = true;
this.btnshow.Click += new System.EventHandler(this.btnshow_Click);
//
// txtMaterialNum
//
this.txtMaterialNum.Location = new System.Drawing.Point(101, 215);
this.txtMaterialNum.Name = "txtMaterialNum";
this.txtMaterialNum.Size = new System.Drawing.Size(121, 26);
this.txtMaterialNum.TabIndex = 7;
//
// txtMaterialname
//
this.txtMaterialname.Location = new System.Drawing.Point(101, 138);
this.txtMaterialname.Name = "txtMaterialname";
this.txtMaterialname.Size = new System.Drawing.Size(100, 26);
this.txtMaterialname.TabIndex = 5;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(10, 219);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(88, 16);
this.label4.TabIndex = 3;
this.label4.Text = "材料数量:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(11, 141);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(88, 16);
this.label2.TabIndex = 1;
this.label2.Text = "材料名称:";
//
// label1
//
this.label1.AutoSize = true;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -