namespace AUCMA.STORE { partial class InStore { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.panel1 = new System.Windows.Forms.Panel(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.panel3 = new System.Windows.Forms.Panel(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.panel2 = new System.Windows.Forms.Panel(); this.btn_MaterialType = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); this.panel1.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.panel3.SuspendLayout(); this.panel2.SuspendLayout(); this.tabPage2.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.tabControl1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Margin = new System.Windows.Forms.Padding(2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(903, 588); this.panel1.TabIndex = 3; // // tabControl1 // this.tabControl1.Alignment = System.Windows.Forms.TabAlignment.Left; this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.ItemSize = new System.Drawing.Size(60, 18); this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Margin = new System.Windows.Forms.Padding(2); this.tabControl1.Multiline = true; this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(903, 588); this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed; this.tabControl1.TabIndex = 0; // // tabPage1 // this.tabPage1.Controls.Add(this.panel3); this.tabPage1.Controls.Add(this.panel2); this.tabPage1.Font = new System.Drawing.Font("宋体", 25.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tabPage1.Location = new System.Drawing.Point(22, 4); this.tabPage1.Margin = new System.Windows.Forms.Padding(2); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(2); this.tabPage1.Size = new System.Drawing.Size(877, 580); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "1排"; this.tabPage1.UseVisualStyleBackColor = true; // // panel3 // this.panel3.Controls.Add(this.flowLayoutPanel1); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(2, 41); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(873, 537); this.panel3.TabIndex = 2; // // flowLayoutPanel1 // this.flowLayoutPanel1.AutoScroll = true; this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(2); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(873, 537); this.flowLayoutPanel1.TabIndex = 1; // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(61))))); this.panel2.Controls.Add(this.btn_MaterialType); this.panel2.Controls.Add(this.label3); this.panel2.Controls.Add(this.label2); this.panel2.Controls.Add(this.label1); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(2, 2); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(873, 39); this.panel2.TabIndex = 1; // // btn_MaterialType // this.btn_MaterialType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(61))))); this.btn_MaterialType.Dock = System.Windows.Forms.DockStyle.Right; this.btn_MaterialType.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn_MaterialType.ForeColor = System.Drawing.Color.LightGreen; this.btn_MaterialType.Location = new System.Drawing.Point(714, 0); this.btn_MaterialType.Name = "btn_MaterialType"; this.btn_MaterialType.Size = new System.Drawing.Size(159, 39); this.btn_MaterialType.TabIndex = 1; this.btn_MaterialType.Text = "切换型号"; this.btn_MaterialType.UseVisualStyleBackColor = false; this.btn_MaterialType.Click += new System.EventHandler(this.btn_MaterialType_Click); // // label3 // this.label3.AutoSize = true; this.label3.ForeColor = System.Drawing.Color.LightGreen; this.label3.Location = new System.Drawing.Point(416, 2); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(123, 35); this.label3.TabIndex = 3; this.label3.Text = "------"; // // label2 // this.label2.AutoSize = true; this.label2.ForeColor = System.Drawing.Color.LightGreen; this.label2.Location = new System.Drawing.Point(230, 3); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(123, 35); this.label2.TabIndex = 2; this.label2.Text = "------"; // // label1 // this.label1.AutoSize = true; this.label1.ForeColor = System.Drawing.Color.LightGreen; this.label1.Location = new System.Drawing.Point(3, 3); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(260, 35); this.label1.TabIndex = 0; this.label1.Text = "当前入库型号:"; // // tabPage2 // this.tabPage2.Controls.Add(this.flowLayoutPanel2); this.tabPage2.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tabPage2.Location = new System.Drawing.Point(22, 4); this.tabPage2.Margin = new System.Windows.Forms.Padding(2); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(2); this.tabPage2.Size = new System.Drawing.Size(877, 580); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "2排"; this.tabPage2.UseVisualStyleBackColor = true; // // flowLayoutPanel2 // this.flowLayoutPanel2.AutoScroll = true; this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flowLayoutPanel2.Location = new System.Drawing.Point(2, 2); this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(2); this.flowLayoutPanel2.Name = "flowLayoutPanel2"; this.flowLayoutPanel2.Size = new System.Drawing.Size(873, 576); this.flowLayoutPanel2.TabIndex = 0; // // InStore // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(903, 588); this.Controls.Add(this.panel1); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "InStore"; this.Text = "手动入库"; this.Load += new System.EventHandler(this.InStore_Load); this.panel1.ResumeLayout(false); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.panel3.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.tabPage2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.Button btn_MaterialType; public System.Windows.Forms.Label label2; public System.Windows.Forms.Label label3; } }