UsrKeywordlabeling.Designer.cs 21.1 KB
namespace SmartScan.PlusSettingFrm
{
    partial class UsrKeywordlabeling
    {
        /// <summary> 
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary> 
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region 组件设计器生成的代码

        /// <summary> 
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.facePanel1 = new Asa.FaceControl.FacePanel();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.UpdateLabel = new Asa.FaceControl.FaceButton();
            this.AddLabel = new Asa.FaceControl.FaceButton();
            this.LabelAngle = new Asa.FaceControl.FaceComboBox();
            this.SaveLabel = new Asa.FaceControl.FaceButton();
            this.ClockwiseAngle = new Asa.FaceControl.FaceComboBox();
            this.keyname = new Asa.FaceControl.FaceTextBox();
            this.Xoffset = new Asa.FaceControl.FaceLabel();
            this.ListData = new Asa.FaceControl.FaceListBox();
            this.Yoffset = new Asa.FaceControl.FaceLabel();
            this.LabelRotation = new Asa.FaceControl.FaceLabel();
            this.Xaxisoffset = new Asa.FaceControl.FaceTextBox();
            this.Yaxisoffset = new Asa.FaceControl.FaceTextBox();
            this.Keyvalue = new Asa.FaceControl.FaceTextBox();
            this.RotateAngle = new Asa.FaceControl.FaceLabel();
            this.lab_PlateWs = new System.Windows.Forms.Label();
            this.facePanel1.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // facePanel1
            // 
            this.facePanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.facePanel1.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.facePanel1.BorderWidth = 2;
            this.facePanel1.Controls.Add(this.lab_PlateWs);
            this.facePanel1.Controls.Add(this.tableLayoutPanel1);
            this.facePanel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.facePanel1.Location = new System.Drawing.Point(119, 55);
            this.facePanel1.Name = "facePanel1";
            this.facePanel1.Padding = new System.Windows.Forms.Padding(3);
            this.facePanel1.ShowText = false;
            this.facePanel1.Size = new System.Drawing.Size(1044, 648);
            this.facePanel1.TabIndex = 0;
            this.facePanel1.Text = "facePanel1";
            this.facePanel1.TitleFont = new System.Drawing.Font("宋体", 12F);
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 3;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
            this.tableLayoutPanel1.Controls.Add(this.UpdateLabel, 1, 5);
            this.tableLayoutPanel1.Controls.Add(this.AddLabel, 0, 5);
            this.tableLayoutPanel1.Controls.Add(this.LabelAngle, 2, 4);
            this.tableLayoutPanel1.Controls.Add(this.SaveLabel, 2, 5);
            this.tableLayoutPanel1.Controls.Add(this.ClockwiseAngle, 2, 1);
            this.tableLayoutPanel1.Controls.Add(this.keyname, 1, 0);
            this.tableLayoutPanel1.Controls.Add(this.Xoffset, 1, 2);
            this.tableLayoutPanel1.Controls.Add(this.ListData, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.Yoffset, 1, 3);
            this.tableLayoutPanel1.Controls.Add(this.LabelRotation, 1, 4);
            this.tableLayoutPanel1.Controls.Add(this.Xaxisoffset, 2, 2);
            this.tableLayoutPanel1.Controls.Add(this.Yaxisoffset, 2, 3);
            this.tableLayoutPanel1.Controls.Add(this.Keyvalue, 2, 0);
            this.tableLayoutPanel1.Controls.Add(this.RotateAngle, 1, 1);
            this.tableLayoutPanel1.Location = new System.Drawing.Point(6, 6);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 6;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(834, 636);
            this.tableLayoutPanel1.TabIndex = 2;
            // 
            // UpdateLabel
            // 
            this.UpdateLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.UpdateLabel.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.UpdateLabel.BorderWidth = 2;
            this.UpdateLabel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.UpdateLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.UpdateLabel.HoldPress = false;
            this.UpdateLabel.Location = new System.Drawing.Point(336, 508);
            this.UpdateLabel.Name = "UpdateLabel";
            this.UpdateLabel.Padding = new System.Windows.Forms.Padding(3);
            this.UpdateLabel.Size = new System.Drawing.Size(244, 125);
            this.UpdateLabel.TabIndex = 4;
            this.UpdateLabel.Text = "修改关键字";
            this.UpdateLabel.Click += new System.EventHandler(this.UpdateLabel_Click);
            // 
            // AddLabel
            // 
            this.AddLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.AddLabel.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.AddLabel.BorderWidth = 2;
            this.AddLabel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.AddLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.AddLabel.HoldPress = false;
            this.AddLabel.Location = new System.Drawing.Point(3, 508);
            this.AddLabel.Name = "AddLabel";
            this.AddLabel.Padding = new System.Windows.Forms.Padding(3);
            this.AddLabel.Size = new System.Drawing.Size(327, 125);
            this.AddLabel.TabIndex = 1;
            this.AddLabel.Text = "添加";
            this.AddLabel.Click += new System.EventHandler(this.AddLabel_Click);
            // 
            // LabelAngle
            // 
            this.LabelAngle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.LabelAngle.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.LabelAngle.BorderWidth = 2;
            this.LabelAngle.Dock = System.Windows.Forms.DockStyle.Fill;
            this.LabelAngle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.LabelAngle.Location = new System.Drawing.Point(586, 407);
            this.LabelAngle.Name = "LabelAngle";
            this.LabelAngle.Padding = new System.Windows.Forms.Padding(3);
            this.LabelAngle.SelectedIndex = -1;
            this.LabelAngle.SelectedText = "";
            this.LabelAngle.Size = new System.Drawing.Size(245, 95);
            this.LabelAngle.TabIndex = 6;
            this.LabelAngle.Text = "0";
            // 
            // SaveLabel
            // 
            this.SaveLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.SaveLabel.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.SaveLabel.BorderWidth = 2;
            this.SaveLabel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.SaveLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.SaveLabel.HoldPress = false;
            this.SaveLabel.Location = new System.Drawing.Point(586, 508);
            this.SaveLabel.Name = "SaveLabel";
            this.SaveLabel.Padding = new System.Windows.Forms.Padding(3);
            this.SaveLabel.Size = new System.Drawing.Size(245, 125);
            this.SaveLabel.TabIndex = 3;
            this.SaveLabel.Text = "确认";
            this.SaveLabel.Click += new System.EventHandler(this.SaveLabel_Click);
            // 
            // ClockwiseAngle
            // 
            this.ClockwiseAngle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.ClockwiseAngle.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.ClockwiseAngle.BorderWidth = 2;
            this.ClockwiseAngle.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ClockwiseAngle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.ClockwiseAngle.Location = new System.Drawing.Point(586, 104);
            this.ClockwiseAngle.Name = "ClockwiseAngle";
            this.ClockwiseAngle.Padding = new System.Windows.Forms.Padding(3);
            this.ClockwiseAngle.SelectedIndex = -1;
            this.ClockwiseAngle.SelectedText = "";
            this.ClockwiseAngle.Size = new System.Drawing.Size(245, 95);
            this.ClockwiseAngle.TabIndex = 5;
            this.ClockwiseAngle.Text = "0";
            // 
            // keyname
            // 
            this.keyname.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.keyname.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.keyname.BorderWidth = 2;
            this.keyname.Dock = System.Windows.Forms.DockStyle.Fill;
            this.keyname.Enabled = false;
            this.keyname.Location = new System.Drawing.Point(336, 3);
            this.keyname.MaxLength = 32767;
            this.keyname.Name = "keyname";
            this.keyname.Padding = new System.Windows.Forms.Padding(3);
            this.keyname.SelectedText = "";
            this.keyname.SelectionLength = 0;
            this.keyname.SelectionStart = 0;
            this.keyname.ShowDel = false;
            this.keyname.ShowQuery = false;
            this.keyname.Size = new System.Drawing.Size(244, 95);
            this.keyname.TabIndex = 11;
            // 
            // Xoffset
            // 
            this.Xoffset.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.Xoffset.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.Xoffset.BorderWidth = 2;
            this.Xoffset.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Xoffset.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.Xoffset.Location = new System.Drawing.Point(336, 205);
            this.Xoffset.Name = "Xoffset";
            this.Xoffset.Padding = new System.Windows.Forms.Padding(3);
            this.Xoffset.Size = new System.Drawing.Size(244, 95);
            this.Xoffset.TabIndex = 8;
            this.Xoffset.Text = "X轴偏移量";
            // 
            // ListData
            // 
            this.ListData.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.ListData.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.ListData.BorderWidth = 2;
            this.ListData.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ListData.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.ListData.Location = new System.Drawing.Point(3, 3);
            this.ListData.Name = "ListData";
            this.ListData.Padding = new System.Windows.Forms.Padding(3);
            this.tableLayoutPanel1.SetRowSpan(this.ListData, 5);
            this.ListData.SelectedIndex = -1;
            this.ListData.Size = new System.Drawing.Size(327, 499);
            this.ListData.TabIndex = 0;
            this.ListData.SelectedIndexChanged += new System.EventHandler(this.ListData_SelectedIndexChanged);
            // 
            // Yoffset
            // 
            this.Yoffset.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.Yoffset.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.Yoffset.BorderWidth = 2;
            this.Yoffset.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Yoffset.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.Yoffset.Location = new System.Drawing.Point(336, 306);
            this.Yoffset.Name = "Yoffset";
            this.Yoffset.Padding = new System.Windows.Forms.Padding(3);
            this.Yoffset.Size = new System.Drawing.Size(244, 95);
            this.Yoffset.TabIndex = 9;
            this.Yoffset.Text = "Y轴偏移量";
            // 
            // LabelRotation
            // 
            this.LabelRotation.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.LabelRotation.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.LabelRotation.BorderWidth = 2;
            this.LabelRotation.Dock = System.Windows.Forms.DockStyle.Fill;
            this.LabelRotation.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.LabelRotation.Location = new System.Drawing.Point(336, 407);
            this.LabelRotation.Name = "LabelRotation";
            this.LabelRotation.Padding = new System.Windows.Forms.Padding(3);
            this.LabelRotation.Size = new System.Drawing.Size(244, 95);
            this.LabelRotation.TabIndex = 10;
            this.LabelRotation.Text = "标签旋转角度";
            // 
            // Xaxisoffset
            // 
            this.Xaxisoffset.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.Xaxisoffset.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.Xaxisoffset.BorderWidth = 2;
            this.Xaxisoffset.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Xaxisoffset.Location = new System.Drawing.Point(586, 205);
            this.Xaxisoffset.MaxLength = 32767;
            this.Xaxisoffset.Name = "Xaxisoffset";
            this.Xaxisoffset.Padding = new System.Windows.Forms.Padding(3);
            this.Xaxisoffset.SelectedText = "";
            this.Xaxisoffset.SelectionLength = 0;
            this.Xaxisoffset.SelectionStart = 0;
            this.Xaxisoffset.ShowDel = true;
            this.Xaxisoffset.ShowQuery = false;
            this.Xaxisoffset.Size = new System.Drawing.Size(245, 95);
            this.Xaxisoffset.TabIndex = 4;
            this.Xaxisoffset.Text = "0";
            // 
            // Yaxisoffset
            // 
            this.Yaxisoffset.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.Yaxisoffset.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.Yaxisoffset.BorderWidth = 2;
            this.Yaxisoffset.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Yaxisoffset.Location = new System.Drawing.Point(586, 306);
            this.Yaxisoffset.MaxLength = 32767;
            this.Yaxisoffset.Name = "Yaxisoffset";
            this.Yaxisoffset.Padding = new System.Windows.Forms.Padding(3);
            this.Yaxisoffset.SelectedText = "";
            this.Yaxisoffset.SelectionLength = 0;
            this.Yaxisoffset.SelectionStart = 0;
            this.Yaxisoffset.ShowDel = true;
            this.Yaxisoffset.ShowQuery = false;
            this.Yaxisoffset.Size = new System.Drawing.Size(245, 95);
            this.Yaxisoffset.TabIndex = 5;
            this.Yaxisoffset.Text = "0";
            // 
            // Keyvalue
            // 
            this.Keyvalue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.Keyvalue.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.Keyvalue.BorderWidth = 2;
            this.Keyvalue.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Keyvalue.Location = new System.Drawing.Point(586, 3);
            this.Keyvalue.MaxLength = 32767;
            this.Keyvalue.Name = "Keyvalue";
            this.Keyvalue.Padding = new System.Windows.Forms.Padding(3);
            this.Keyvalue.SelectedText = "";
            this.Keyvalue.SelectionLength = 0;
            this.Keyvalue.SelectionStart = 0;
            this.Keyvalue.ShowDel = true;
            this.Keyvalue.ShowQuery = false;
            this.Keyvalue.Size = new System.Drawing.Size(245, 95);
            this.Keyvalue.TabIndex = 1;
            // 
            // RotateAngle
            // 
            this.RotateAngle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.RotateAngle.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.RotateAngle.BorderWidth = 2;
            this.RotateAngle.Dock = System.Windows.Forms.DockStyle.Fill;
            this.RotateAngle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.RotateAngle.Location = new System.Drawing.Point(336, 104);
            this.RotateAngle.Name = "RotateAngle";
            this.RotateAngle.Padding = new System.Windows.Forms.Padding(3);
            this.RotateAngle.Size = new System.Drawing.Size(244, 95);
            this.RotateAngle.TabIndex = 7;
            this.RotateAngle.Text = "以特征码顺时针旋转角度";
            // 
            // lab_PlateWs
            // 
            this.lab_PlateWs.AutoSize = true;
            this.lab_PlateWs.Location = new System.Drawing.Point(846, 9);
            this.lab_PlateWs.Name = "lab_PlateWs";
            this.lab_PlateWs.Size = new System.Drawing.Size(26, 27);
            this.lab_PlateWs.TabIndex = 3;
            this.lab_PlateWs.Text = "0";
            this.lab_PlateWs.Visible = false;
            // 
            // UsrKeywordlabeling
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.facePanel1);
            this.Name = "UsrKeywordlabeling";
            this.Size = new System.Drawing.Size(1317, 773);
            this.facePanel1.ResumeLayout(false);
            this.facePanel1.PerformLayout();
            this.tableLayoutPanel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private Asa.FaceControl.FacePanel facePanel1;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
        private Asa.FaceControl.FaceButton AddLabel;
        private Asa.FaceControl.FaceListBox ListData;
        private Asa.FaceControl.FaceLabel Xoffset;
        private Asa.FaceControl.FaceLabel Yoffset;
        private Asa.FaceControl.FaceLabel LabelRotation;
        private Asa.FaceControl.FaceTextBox Xaxisoffset;
        private Asa.FaceControl.FaceTextBox Yaxisoffset;
        private Asa.FaceControl.FaceTextBox Keyvalue;
        private Asa.FaceControl.FaceLabel RotateAngle;
        private Asa.FaceControl.FaceButton SaveLabel;
        private Asa.FaceControl.FaceTextBox keyname;
        private Asa.FaceControl.FaceButton UpdateLabel;
        private Asa.FaceControl.FaceComboBox ClockwiseAngle;
        private Asa.FaceControl.FaceComboBox LabelAngle;
        private System.Windows.Forms.Label lab_PlateWs;
    }
}