FrmPosDebug.Designer.cs 14.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.txtEndColInDrawer = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.txtEndRowInDrawer = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.txtStartColInDrawer = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.txtStartRowInDrawer = new System.Windows.Forms.TextBox();
            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.groupBox2 = new System.Windows.Forms.GroupBox();
            this.radioButton2 = new System.Windows.Forms.RadioButton();
            this.radioButton1 = new System.Windows.Forms.RadioButton();
            this.btnStart = new System.Windows.Forms.Button();
            this.btnStop = new System.Windows.Forms.Button();
            this.btnPosResult = 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.txtEndColInDrawer);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.txtEndRowInDrawer);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.txtStartColInDrawer);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.txtStartRowInDrawer);
            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(228, 304);
            this.groupBox1.TabIndex = 2;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "参数设置";
            // 
            // txtEndColInDrawer
            // 
            this.txtEndColInDrawer.Location = new System.Drawing.Point(102, 268);
            this.txtEndColInDrawer.Name = "txtEndColInDrawer";
            this.txtEndColInDrawer.Size = new System.Drawing.Size(100, 21);
            this.txtEndColInDrawer.TabIndex = 15;
            this.txtEndColInDrawer.Text = "1";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(19, 271);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(77, 12);
            this.label5.TabIndex = 14;
            this.label5.Text = "库位结束列:";
            // 
            // txtEndRowInDrawer
            // 
            this.txtEndRowInDrawer.Location = new System.Drawing.Point(102, 235);
            this.txtEndRowInDrawer.Name = "txtEndRowInDrawer";
            this.txtEndRowInDrawer.Size = new System.Drawing.Size(100, 21);
            this.txtEndRowInDrawer.TabIndex = 13;
            this.txtEndRowInDrawer.Text = "4";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(19, 238);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(77, 12);
            this.label6.TabIndex = 12;
            this.label6.Text = "库位结束行:";
            // 
            // txtStartColInDrawer
            // 
            this.txtStartColInDrawer.Location = new System.Drawing.Point(102, 199);
            this.txtStartColInDrawer.Name = "txtStartColInDrawer";
            this.txtStartColInDrawer.Size = new System.Drawing.Size(100, 21);
            this.txtStartColInDrawer.TabIndex = 11;
            this.txtStartColInDrawer.Text = "1";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(19, 202);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(77, 12);
            this.label7.TabIndex = 10;
            this.label7.Text = "库位开始列:";
            // 
            // txtStartRowInDrawer
            // 
            this.txtStartRowInDrawer.Location = new System.Drawing.Point(102, 167);
            this.txtStartRowInDrawer.Name = "txtStartRowInDrawer";
            this.txtStartRowInDrawer.Size = new System.Drawing.Size(100, 21);
            this.txtStartRowInDrawer.TabIndex = 9;
            this.txtStartRowInDrawer.Text = "1";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(19, 170);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(77, 12);
            this.label8.TabIndex = 8;
            this.label8.Text = "库位开始行:";
            // 
            // txtEndDrawerCol
            // 
            this.txtEndDrawerCol.Location = new System.Drawing.Point(102, 134);
            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(19, 137);
            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, 101);
            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, 104);
            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(102, 65);
            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(19, 68);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(77, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "抽屉开始列:";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.radioButton2);
            this.groupBox2.Controls.Add(this.radioButton1);
            this.groupBox2.Location = new System.Drawing.Point(271, 12);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(128, 100);
            this.groupBox2.TabIndex = 3;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "AB面选择";
            // 
            // radioButton2
            // 
            this.radioButton2.AutoSize = true;
            this.radioButton2.Location = new System.Drawing.Point(24, 64);
            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);
            // 
            // btnStart
            // 
            this.btnStart.Location = new System.Drawing.Point(417, 24);
            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(597, 24);
            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(417, 140);
            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);
            // 
            // FrmPosDebug
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(800, 354);
            this.Controls.Add(this.btnPosResult);
            this.Controls.Add(this.btnStop);
            this.Controls.Add(this.btnStart);
            this.Controls.Add(this.groupBox2);
            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 txtEndColInDrawer;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox txtEndRowInDrawer;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox txtStartColInDrawer;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox txtStartRowInDrawer;
        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;
    }
}