FrmPosDebug.Designer.cs 13.8 KB

namespace OnlineStore.XLRStore
{
    partial class FrmPosDebug
    {
        /// <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.label1 = new System.Windows.Forms.Label();
            this.txtStartDrawerRow = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txtColsInDrawer = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.txtRowsInDrawer = new System.Windows.Forms.TextBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.radioButton2 = new System.Windows.Forms.RadioButton();
            this.radioButton1 = new System.Windows.Forms.RadioButton();
            this.label8 = new System.Windows.Forms.Label();
            this.txtEndDrawerCol = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.txtEndDrawerRow = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.txtStartDrawerCol = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.btnStart = new System.Windows.Forms.Button();
            this.btnStop = new System.Windows.Forms.Button();
            this.btnPosResult = new System.Windows.Forms.Button();
            this.btnContinue = new System.Windows.Forms.Button();
            this.btnPause = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(19, 36);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(77, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "抽屉开始层:";
            // 
            // txtStartDrawerRow
            // 
            this.txtStartDrawerRow.Location = new System.Drawing.Point(102, 33);
            this.txtStartDrawerRow.Name = "txtStartDrawerRow";
            this.txtStartDrawerRow.Size = new System.Drawing.Size(100, 21);
            this.txtStartDrawerRow.TabIndex = 1;
            this.txtStartDrawerRow.Text = "1";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.txtColsInDrawer);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.txtRowsInDrawer);
            this.groupBox1.Controls.Add(this.groupBox2);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.txtEndDrawerCol);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.txtEndDrawerRow);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.txtStartDrawerCol);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.txtStartDrawerRow);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(12, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(401, 273);
            this.groupBox1.TabIndex = 2;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "参数设置";
            // 
            // txtColsInDrawer
            // 
            this.txtColsInDrawer.Location = new System.Drawing.Point(102, 150);
            this.txtColsInDrawer.Name = "txtColsInDrawer";
            this.txtColsInDrawer.Size = new System.Drawing.Size(294, 21);
            this.txtColsInDrawer.TabIndex = 11;
            this.txtColsInDrawer.Text = "1,2,19,20";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(19, 152);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(53, 12);
            this.label7.TabIndex = 10;
            this.label7.Text = "库位列:";
            // 
            // txtRowsInDrawer
            // 
            this.txtRowsInDrawer.Location = new System.Drawing.Point(102, 108);
            this.txtRowsInDrawer.Name = "txtRowsInDrawer";
            this.txtRowsInDrawer.Size = new System.Drawing.Size(294, 21);
            this.txtRowsInDrawer.TabIndex = 9;
            this.txtRowsInDrawer.Text = "1,4";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.radioButton2);
            this.groupBox2.Controls.Add(this.radioButton1);
            this.groupBox2.Location = new System.Drawing.Point(21, 190);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(246, 76);
            this.groupBox2.TabIndex = 3;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "AB面选择";
            // 
            // radioButton2
            // 
            this.radioButton2.AutoSize = true;
            this.radioButton2.Location = new System.Drawing.Point(134, 32);
            this.radioButton2.Name = "radioButton2";
            this.radioButton2.Size = new System.Drawing.Size(41, 16);
            this.radioButton2.TabIndex = 1;
            this.radioButton2.Text = "B面";
            this.radioButton2.UseVisualStyleBackColor = true;
            this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
            // 
            // radioButton1
            // 
            this.radioButton1.AutoSize = true;
            this.radioButton1.Checked = true;
            this.radioButton1.Location = new System.Drawing.Point(24, 32);
            this.radioButton1.Name = "radioButton1";
            this.radioButton1.Size = new System.Drawing.Size(41, 16);
            this.radioButton1.TabIndex = 0;
            this.radioButton1.TabStop = true;
            this.radioButton1.Text = "A面";
            this.radioButton1.UseVisualStyleBackColor = true;
            this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(19, 110);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(53, 12);
            this.label8.TabIndex = 8;
            this.label8.Text = "库位行:";
            // 
            // txtEndDrawerCol
            // 
            this.txtEndDrawerCol.Location = new System.Drawing.Point(296, 69);
            this.txtEndDrawerCol.Name = "txtEndDrawerCol";
            this.txtEndDrawerCol.Size = new System.Drawing.Size(100, 21);
            this.txtEndDrawerCol.TabIndex = 7;
            this.txtEndDrawerCol.Text = "6";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(216, 71);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(77, 12);
            this.label4.TabIndex = 6;
            this.label4.Text = "抽屉结束列:";
            // 
            // txtEndDrawerRow
            // 
            this.txtEndDrawerRow.Location = new System.Drawing.Point(102, 69);
            this.txtEndDrawerRow.Name = "txtEndDrawerRow";
            this.txtEndDrawerRow.Size = new System.Drawing.Size(100, 21);
            this.txtEndDrawerRow.TabIndex = 5;
            this.txtEndDrawerRow.Text = "15";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(19, 72);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(77, 12);
            this.label3.TabIndex = 4;
            this.label3.Text = "抽屉结束层:";
            // 
            // txtStartDrawerCol
            // 
            this.txtStartDrawerCol.Location = new System.Drawing.Point(296, 33);
            this.txtStartDrawerCol.Name = "txtStartDrawerCol";
            this.txtStartDrawerCol.Size = new System.Drawing.Size(100, 21);
            this.txtStartDrawerCol.TabIndex = 3;
            this.txtStartDrawerCol.Text = "1";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(216, 36);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(77, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "抽屉开始列:";
            // 
            // btnStart
            // 
            this.btnStart.Location = new System.Drawing.Point(433, 12);
            this.btnStart.Name = "btnStart";
            this.btnStart.Size = new System.Drawing.Size(137, 60);
            this.btnStart.TabIndex = 4;
            this.btnStart.Text = "开始";
            this.btnStart.UseVisualStyleBackColor = true;
            this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
            // 
            // btnStop
            // 
            this.btnStop.Location = new System.Drawing.Point(634, 10);
            this.btnStop.Name = "btnStop";
            this.btnStop.Size = new System.Drawing.Size(137, 60);
            this.btnStop.TabIndex = 5;
            this.btnStop.Text = "结束";
            this.btnStop.UseVisualStyleBackColor = true;
            this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
            // 
            // btnPosResult
            // 
            this.btnPosResult.Location = new System.Drawing.Point(433, 187);
            this.btnPosResult.Name = "btnPosResult";
            this.btnPosResult.Size = new System.Drawing.Size(137, 60);
            this.btnPosResult.TabIndex = 6;
            this.btnPosResult.Text = "库位状态";
            this.btnPosResult.UseVisualStyleBackColor = true;
            this.btnPosResult.Click += new System.EventHandler(this.btnPosResult_Click);
            // 
            // btnContinue
            // 
            this.btnContinue.Location = new System.Drawing.Point(433, 98);
            this.btnContinue.Name = "btnContinue";
            this.btnContinue.Size = new System.Drawing.Size(137, 60);
            this.btnContinue.TabIndex = 7;
            this.btnContinue.Text = "继续";
            this.btnContinue.UseVisualStyleBackColor = true;
            this.btnContinue.Click += new System.EventHandler(this.btnContinue_Click);
            // 
            // btnPause
            // 
            this.btnPause.Location = new System.Drawing.Point(634, 98);
            this.btnPause.Name = "btnPause";
            this.btnPause.Size = new System.Drawing.Size(137, 60);
            this.btnPause.TabIndex = 8;
            this.btnPause.Text = "暂停";
            this.btnPause.UseVisualStyleBackColor = true;
            this.btnPause.Click += new System.EventHandler(this.btnPause_Click);
            // 
            // FrmPosDebug
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(800, 298);
            this.Controls.Add(this.btnPause);
            this.Controls.Add(this.btnContinue);
            this.Controls.Add(this.btnPosResult);
            this.Controls.Add(this.btnStop);
            this.Controls.Add(this.btnStart);
            this.Controls.Add(this.groupBox1);
            this.Name = "FrmPosDebug";
            this.Text = "FrmPosDebug";
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox txtStartDrawerRow;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox txtColsInDrawer;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox txtRowsInDrawer;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.TextBox txtEndDrawerCol;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox txtEndDrawerRow;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox txtStartDrawerCol;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.RadioButton radioButton2;
        private System.Windows.Forms.RadioButton radioButton1;
        private System.Windows.Forms.Button btnStart;
        private System.Windows.Forms.Button btnStop;
        private System.Windows.Forms.Button btnPosResult;
        private System.Windows.Forms.Button btnContinue;
        private System.Windows.Forms.Button btnPause;
    }
}