FrmLabelEdit.Designer.cs 14.5 KB
namespace PrintLabel
{
    partial class FrmLabelEdit
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmLabelEdit));
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.pictureBox2 = new System.Windows.Forms.PictureBox();
            this.btnCalculate = new System.Windows.Forms.Button();
            this.btnAcquire = new System.Windows.Forms.Button();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.lblAngle = new System.Windows.Forms.Label();
            this.txtX = new System.Windows.Forms.TextBox();
            this.txtY = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.lblCodePos = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.txtRelativeAngle = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.txtLabel_R_Angle_Diff = new System.Windows.Forms.TextBox();
            this.lblLabelAngle = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
            this.SuspendLayout();
            // 
            // pictureBox1
            // 
            this.pictureBox1.Location = new System.Drawing.Point(16, 215);
            this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(556, 498);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            // 
            // pictureBox2
            // 
            this.pictureBox2.Location = new System.Drawing.Point(600, 215);
            this.pictureBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new System.Drawing.Size(556, 498);
            this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBox2.TabIndex = 1;
            this.pictureBox2.TabStop = false;
            // 
            // btnCalculate
            // 
            this.btnCalculate.Location = new System.Drawing.Point(520, 8);
            this.btnCalculate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.btnCalculate.Name = "btnCalculate";
            this.btnCalculate.Size = new System.Drawing.Size(128, 52);
            this.btnCalculate.TabIndex = 3;
            this.btnCalculate.Text = "计算贴标位置";
            this.btnCalculate.UseVisualStyleBackColor = true;
            this.btnCalculate.Click += new System.EventHandler(this.btnCalculate_Click);
            // 
            // btnAcquire
            // 
            this.btnAcquire.Location = new System.Drawing.Point(335, 8);
            this.btnAcquire.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.btnAcquire.Name = "btnAcquire";
            this.btnAcquire.Size = new System.Drawing.Size(128, 52);
            this.btnAcquire.TabIndex = 5;
            this.btnAcquire.Text = "相机采集";
            this.btnAcquire.UseVisualStyleBackColor = true;
            this.btnAcquire.Click += new System.EventHandler(this.btnAcquire_Click);
            // 
            // comboBox1
            // 
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Location = new System.Drawing.Point(15, 15);
            this.comboBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(297, 23);
            this.comboBox1.TabIndex = 7;
            this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(15, 719);
            this.textBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.textBox1.Multiline = true;
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(1153, 130);
            this.textBox1.TabIndex = 8;
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(844, 8);
            this.textBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(311, 25);
            this.textBox2.TabIndex = 9;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(785, 11);
            this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(31, 15);
            this.label2.TabIndex = 10;
            this.label2.Text = "PN:";
            // 
            // lblAngle
            // 
            this.lblAngle.AutoSize = true;
            this.lblAngle.Location = new System.Drawing.Point(729, 130);
            this.lblAngle.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblAngle.Name = "lblAngle";
            this.lblAngle.Size = new System.Drawing.Size(67, 15);
            this.lblAngle.TabIndex = 11;
            this.lblAngle.Text = "旋转角度";
            // 
            // txtX
            // 
            this.txtX.Location = new System.Drawing.Point(119, 74);
            this.txtX.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtX.Name = "txtX";
            this.txtX.Size = new System.Drawing.Size(132, 25);
            this.txtX.TabIndex = 12;
            this.txtX.Text = "2600";
            // 
            // txtY
            // 
            this.txtY.Location = new System.Drawing.Point(119, 141);
            this.txtY.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtY.Name = "txtY";
            this.txtY.Size = new System.Drawing.Size(132, 25);
            this.txtY.TabIndex = 13;
            this.txtY.Text = "1600";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(16, 85);
            this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(90, 15);
            this.label1.TabIndex = 14;
            this.label1.Text = "料盘中心X:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(12, 152);
            this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(90, 15);
            this.label3.TabIndex = 15;
            this.label3.Text = "料盘中心Y:";
            // 
            // lblCodePos
            // 
            this.lblCodePos.AutoSize = true;
            this.lblCodePos.Location = new System.Drawing.Point(729, 49);
            this.lblCodePos.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblCodePos.Name = "lblCodePos";
            this.lblCodePos.Size = new System.Drawing.Size(82, 15);
            this.lblCodePos.TabIndex = 16;
            this.lblCodePos.Text = "二维码角度";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(332, 85);
            this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(142, 15);
            this.label4.TabIndex = 18;
            this.label4.Text = "相对二维码的角度:";
            // 
            // txtRelativeAngle
            // 
            this.txtRelativeAngle.Location = new System.Drawing.Point(491, 74);
            this.txtRelativeAngle.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtRelativeAngle.Name = "txtRelativeAngle";
            this.txtRelativeAngle.Size = new System.Drawing.Size(132, 25);
            this.txtRelativeAngle.TabIndex = 17;
            this.txtRelativeAngle.Text = "150";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(351, 141);
            this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(112, 15);
            this.label5.TabIndex = 20;
            this.label5.Text = "标签起始角度:";
            // 
            // txtLabel_R_Angle_Diff
            // 
            this.txtLabel_R_Angle_Diff.Location = new System.Drawing.Point(491, 130);
            this.txtLabel_R_Angle_Diff.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtLabel_R_Angle_Diff.Name = "txtLabel_R_Angle_Diff";
            this.txtLabel_R_Angle_Diff.Size = new System.Drawing.Size(132, 25);
            this.txtLabel_R_Angle_Diff.TabIndex = 19;
            this.txtLabel_R_Angle_Diff.Text = "190";
            // 
            // lblLabelAngle
            // 
            this.lblLabelAngle.AutoSize = true;
            this.lblLabelAngle.Location = new System.Drawing.Point(729, 85);
            this.lblLabelAngle.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblLabelAngle.Name = "lblLabelAngle";
            this.lblLabelAngle.Size = new System.Drawing.Size(67, 15);
            this.lblLabelAngle.TabIndex = 21;
            this.lblLabelAngle.Text = "标签角度";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(1028, 74);
            this.button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(128, 52);
            this.button1.TabIndex = 22;
            this.button1.Text = "保存参数";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // FrmLabelEdit
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1171, 852);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.lblLabelAngle);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.txtLabel_R_Angle_Diff);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.txtRelativeAngle);
            this.Controls.Add(this.lblCodePos);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.txtY);
            this.Controls.Add(this.txtX);
            this.Controls.Add(this.lblAngle);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.textBox2);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.comboBox1);
            this.Controls.Add(this.btnAcquire);
            this.Controls.Add(this.btnCalculate);
            this.Controls.Add(this.pictureBox2);
            this.Controls.Add(this.pictureBox1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.Name = "FrmLabelEdit";
            this.Text = "标签调试";
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.PictureBox pictureBox2;
        private System.Windows.Forms.Button btnCalculate;
        private System.Windows.Forms.Button btnAcquire;
        private System.Windows.Forms.ComboBox comboBox1;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.TextBox textBox2;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label lblAngle;
        private System.Windows.Forms.TextBox txtX;
        private System.Windows.Forms.TextBox txtY;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label lblCodePos;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox txtRelativeAngle;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox txtLabel_R_Angle_Diff;
        private System.Windows.Forms.Label lblLabelAngle;
        private System.Windows.Forms.Button button1;
    }
}