FrmInOutStore.Designer.cs 12.9 KB
namespace OnlineStore.ACSingleStore
{
    partial class FrmInOutStore
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.lstBoxInOK = new System.Windows.Forms.ListBox();
            this.grpBoxOKList = new System.Windows.Forms.GroupBox();
            this.richTextBox1 = new System.Windows.Forms.RichTextBox();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.grpBoxLog = new System.Windows.Forms.GroupBox();
            this.grpBoxOperation = new System.Windows.Forms.GroupBox();
            this.comboBoxSize = new System.Windows.Forms.ComboBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.btnOut4 = new System.Windows.Forms.Button();
            this.btnOut3 = new System.Windows.Forms.Button();
            this.btnOut2 = new System.Windows.Forms.Button();
            this.btnOut1 = new System.Windows.Forms.Button();
            this.btnOutStore = new System.Windows.Forms.Button();
            this.cmbPosition = new System.Windows.Forms.ComboBox();
            this.btnStartAuto = new System.Windows.Forms.Button();
            this.btnStoreStart = new System.Windows.Forms.Button();
            this.mainTimer = new System.Windows.Forms.Timer(this.components);
            this.grpBoxOKList.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.grpBoxLog.SuspendLayout();
            this.grpBoxOperation.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // lstBoxInOK
            // 
            this.lstBoxInOK.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lstBoxInOK.FormattingEnabled = true;
            this.lstBoxInOK.ItemHeight = 17;
            this.lstBoxInOK.Location = new System.Drawing.Point(3, 19);
            this.lstBoxInOK.Name = "lstBoxInOK";
            this.lstBoxInOK.Size = new System.Drawing.Size(253, 593);
            this.lstBoxInOK.TabIndex = 0;
            // 
            // grpBoxOKList
            // 
            this.grpBoxOKList.Controls.Add(this.lstBoxInOK);
            this.grpBoxOKList.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grpBoxOKList.Location = new System.Drawing.Point(741, 3);
            this.grpBoxOKList.Name = "grpBoxOKList";
            this.grpBoxOKList.Size = new System.Drawing.Size(259, 615);
            this.grpBoxOKList.TabIndex = 1;
            this.grpBoxOKList.TabStop = false;
            this.grpBoxOKList.Text = "入仓成功列表";
            // 
            // richTextBox1
            // 
            this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.richTextBox1.Location = new System.Drawing.Point(3, 19);
            this.richTextBox1.Name = "richTextBox1";
            this.richTextBox1.Size = new System.Drawing.Size(510, 593);
            this.richTextBox1.TabIndex = 2;
            this.richTextBox1.Text = "";
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 3;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 21.53539F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 52.04387F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 26.32104F));
            this.tableLayoutPanel1.Controls.Add(this.grpBoxOKList, 2, 0);
            this.tableLayoutPanel1.Controls.Add(this.grpBoxLog, 1, 0);
            this.tableLayoutPanel1.Controls.Add(this.grpBoxOperation, 0, 0);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 1;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(1003, 621);
            this.tableLayoutPanel1.TabIndex = 3;
            // 
            // grpBoxLog
            // 
            this.grpBoxLog.Controls.Add(this.richTextBox1);
            this.grpBoxLog.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grpBoxLog.Location = new System.Drawing.Point(219, 3);
            this.grpBoxLog.Name = "grpBoxLog";
            this.grpBoxLog.Size = new System.Drawing.Size(516, 615);
            this.grpBoxLog.TabIndex = 2;
            this.grpBoxLog.TabStop = false;
            this.grpBoxLog.Text = "操作日志";
            // 
            // grpBoxOperation
            // 
            this.grpBoxOperation.Controls.Add(this.comboBoxSize);
            this.grpBoxOperation.Controls.Add(this.groupBox1);
            this.grpBoxOperation.Controls.Add(this.btnOutStore);
            this.grpBoxOperation.Controls.Add(this.cmbPosition);
            this.grpBoxOperation.Controls.Add(this.btnStartAuto);
            this.grpBoxOperation.Controls.Add(this.btnStoreStart);
            this.grpBoxOperation.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grpBoxOperation.Location = new System.Drawing.Point(3, 3);
            this.grpBoxOperation.Name = "grpBoxOperation";
            this.grpBoxOperation.Size = new System.Drawing.Size(210, 615);
            this.grpBoxOperation.TabIndex = 3;
            this.grpBoxOperation.TabStop = false;
            this.grpBoxOperation.Text = "料仓操作";
            // 
            // comboBoxSize
            // 
            this.comboBoxSize.FormattingEnabled = true;
            this.comboBoxSize.Location = new System.Drawing.Point(15, 112);
            this.comboBoxSize.Name = "comboBoxSize";
            this.comboBoxSize.Size = new System.Drawing.Size(150, 25);
            this.comboBoxSize.TabIndex = 5;
            this.comboBoxSize.SelectedIndexChanged += new System.EventHandler(this.comboBoxSize_SelectedIndexChanged);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.btnOut4);
            this.groupBox1.Controls.Add(this.btnOut3);
            this.groupBox1.Controls.Add(this.btnOut2);
            this.groupBox1.Controls.Add(this.btnOut1);
            this.groupBox1.Location = new System.Drawing.Point(9, 343);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(172, 239);
            this.groupBox1.TabIndex = 4;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "待出库信息";
            // 
            // btnOut4
            // 
            this.btnOut4.Location = new System.Drawing.Point(6, 183);
            this.btnOut4.Name = "btnOut4";
            this.btnOut4.Size = new System.Drawing.Size(150, 47);
            this.btnOut4.TabIndex = 7;
            this.btnOut4.Text = "出库";
            this.btnOut4.UseVisualStyleBackColor = true;
            this.btnOut4.Click += new System.EventHandler(this.ManualOutStore);
            // 
            // btnOut3
            // 
            this.btnOut3.Location = new System.Drawing.Point(6, 130);
            this.btnOut3.Name = "btnOut3";
            this.btnOut3.Size = new System.Drawing.Size(150, 47);
            this.btnOut3.TabIndex = 6;
            this.btnOut3.Text = "出库";
            this.btnOut3.UseVisualStyleBackColor = true;
            this.btnOut3.Click += new System.EventHandler(this.ManualOutStore);
            // 
            // btnOut2
            // 
            this.btnOut2.Location = new System.Drawing.Point(6, 79);
            this.btnOut2.Name = "btnOut2";
            this.btnOut2.Size = new System.Drawing.Size(150, 47);
            this.btnOut2.TabIndex = 5;
            this.btnOut2.Text = "出库";
            this.btnOut2.UseVisualStyleBackColor = true;
            this.btnOut2.Click += new System.EventHandler(this.ManualOutStore);
            // 
            // btnOut1
            // 
            this.btnOut1.Location = new System.Drawing.Point(6, 26);
            this.btnOut1.Name = "btnOut1";
            this.btnOut1.Size = new System.Drawing.Size(150, 47);
            this.btnOut1.TabIndex = 4;
            this.btnOut1.Text = "出库";
            this.btnOut1.UseVisualStyleBackColor = true;
            this.btnOut1.Click += new System.EventHandler(this.ManualOutStore);
            // 
            // btnOutStore
            // 
            this.btnOutStore.Location = new System.Drawing.Point(15, 267);
            this.btnOutStore.Name = "btnOutStore";
            this.btnOutStore.Size = new System.Drawing.Size(150, 47);
            this.btnOutStore.TabIndex = 3;
            this.btnOutStore.Text = "出库";
            this.btnOutStore.UseVisualStyleBackColor = true;
            this.btnOutStore.Click += new System.EventHandler(this.btnOutStore_Click);
            // 
            // cmbPosition
            // 
            this.cmbPosition.FormattingEnabled = true;
            this.cmbPosition.Location = new System.Drawing.Point(15, 152);
            this.cmbPosition.Name = "cmbPosition";
            this.cmbPosition.Size = new System.Drawing.Size(150, 25);
            this.cmbPosition.TabIndex = 2;
            // 
            // btnStartAuto
            // 
            this.btnStartAuto.Location = new System.Drawing.Point(15, 196);
            this.btnStartAuto.Name = "btnStartAuto";
            this.btnStartAuto.Size = new System.Drawing.Size(150, 47);
            this.btnStartAuto.TabIndex = 1;
            this.btnStartAuto.Text = "开始自动跑位";
            this.btnStartAuto.UseVisualStyleBackColor = true;
            this.btnStartAuto.Click += new System.EventHandler(this.btnStartAuto_Click);
            // 
            // btnStoreStart
            // 
            this.btnStoreStart.Location = new System.Drawing.Point(15, 46);
            this.btnStoreStart.Name = "btnStoreStart";
            this.btnStoreStart.Size = new System.Drawing.Size(150, 47);
            this.btnStoreStart.TabIndex = 0;
            this.btnStoreStart.Text = "启动料仓";
            this.btnStoreStart.UseVisualStyleBackColor = true;
            this.btnStoreStart.Click += new System.EventHandler(this.btnStoreStart_Click);
            // 
            // FrmInOutStore
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1003, 621);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "FrmInOutStore";
            this.Text = "自动跑位";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmInOutStore_FormClosing);
            this.Load += new System.EventHandler(this.FrmInOutStore_Load);
            this.grpBoxOKList.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.grpBoxLog.ResumeLayout(false);
            this.grpBoxOperation.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.ListBox lstBoxInOK;
        private System.Windows.Forms.GroupBox grpBoxOKList;
        private System.Windows.Forms.RichTextBox richTextBox1;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
        private System.Windows.Forms.GroupBox grpBoxLog;
        private System.Windows.Forms.GroupBox grpBoxOperation;
        private System.Windows.Forms.Button btnStoreStart;
        private System.Windows.Forms.Button btnStartAuto;
        private System.Windows.Forms.Timer mainTimer;
        private System.Windows.Forms.ComboBox cmbPosition;
        private System.Windows.Forms.Button btnOutStore;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Button btnOut4;
        private System.Windows.Forms.Button btnOut3;
        private System.Windows.Forms.Button btnOut2;
        private System.Windows.Forms.Button btnOut1;
        private System.Windows.Forms.ComboBox comboBoxSize;
    }
}