FrmAOISetting.designer.cs 15.0 KB
namespace URSoldering.Client
{
    partial class FrmAOISetting
    {
        /// <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 Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAOISetting));
            this.LOAD_FILE = new System.Windows.Forms.Button();
            this.SAVE_FILE = new System.Windows.Forms.Button();
            this.EDIT_PROC = new System.Windows.Forms.Button();
            this.EXECUTE = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.TOOL_Property = new System.Windows.Forms.Button();
            this.GET_DATA = new System.Windows.Forms.Button();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.ZOOM_IN = new System.Windows.Forms.Button();
            this.ZOOM_OUT = new System.Windows.Forms.Button();
            this.ZOOM_FIT = new System.Windows.Forms.Button();
            this.ZOOM_1X1 = new System.Windows.Forms.Button();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
            this.axCKVisionCtrl1 = new AxCKVisionCtrlLib.AxCKVisionCtrl();
            this.btnExit = new System.Windows.Forms.Button();
            this.cmbPro = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.axCKVisionCtrl1)).BeginInit();
            this.SuspendLayout();
            // 
            // LOAD_FILE
            // 
            this.LOAD_FILE.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.LOAD_FILE.FlatAppearance.BorderColor = System.Drawing.Color.Black;
            this.LOAD_FILE.Location = new System.Drawing.Point(613, 12);
            this.LOAD_FILE.Name = "LOAD_FILE";
            this.LOAD_FILE.Size = new System.Drawing.Size(118, 35);
            this.LOAD_FILE.TabIndex = 1;
            this.LOAD_FILE.Text = "打开项目";
            this.LOAD_FILE.UseVisualStyleBackColor = true;
            this.LOAD_FILE.Click += new System.EventHandler(this.LOAD_FILE_Click);
            // 
            // SAVE_FILE
            // 
            this.SAVE_FILE.Location = new System.Drawing.Point(613, 55);
            this.SAVE_FILE.Name = "SAVE_FILE";
            this.SAVE_FILE.Size = new System.Drawing.Size(118, 35);
            this.SAVE_FILE.TabIndex = 2;
            this.SAVE_FILE.Text = "保存项目";
            this.SAVE_FILE.UseVisualStyleBackColor = true;
            this.SAVE_FILE.Click += new System.EventHandler(this.SAVE_FILE_Click);
            // 
            // EDIT_PROC
            // 
            this.EDIT_PROC.Location = new System.Drawing.Point(613, 98);
            this.EDIT_PROC.Name = "EDIT_PROC";
            this.EDIT_PROC.Size = new System.Drawing.Size(118, 35);
            this.EDIT_PROC.TabIndex = 3;
            this.EDIT_PROC.Text = "编辑流程";
            this.EDIT_PROC.UseVisualStyleBackColor = true;
            this.EDIT_PROC.Click += new System.EventHandler(this.EDIT_PROC_Click);
            // 
            // EXECUTE
            // 
            this.EXECUTE.Location = new System.Drawing.Point(613, 185);
            this.EXECUTE.Name = "EXECUTE";
            this.EXECUTE.Size = new System.Drawing.Size(118, 35);
            this.EXECUTE.TabIndex = 4;
            this.EXECUTE.Text = "执行流程";
            this.EXECUTE.UseVisualStyleBackColor = true;
            this.EXECUTE.Click += new System.EventHandler(this.EXECUTE_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.TOOL_Property);
            this.groupBox1.Controls.Add(this.GET_DATA);
            this.groupBox1.Controls.Add(this.textBox3);
            this.groupBox1.Controls.Add(this.textBox2);
            this.groupBox1.Controls.Add(this.textBox1);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(572, 226);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(187, 229);
            this.groupBox1.TabIndex = 5;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "获取工具数据";
            // 
            // TOOL_Property
            // 
            this.TOOL_Property.Location = new System.Drawing.Point(41, 190);
            this.TOOL_Property.Name = "TOOL_Property";
            this.TOOL_Property.Size = new System.Drawing.Size(118, 35);
            this.TOOL_Property.TabIndex = 7;
            this.TOOL_Property.Text = "工具属性";
            this.TOOL_Property.UseVisualStyleBackColor = true;
            this.TOOL_Property.Click += new System.EventHandler(this.TOOL_Property_Click);
            // 
            // GET_DATA
            // 
            this.GET_DATA.Location = new System.Drawing.Point(41, 151);
            this.GET_DATA.Name = "GET_DATA";
            this.GET_DATA.Size = new System.Drawing.Size(118, 35);
            this.GET_DATA.TabIndex = 6;
            this.GET_DATA.Text = "获取数据";
            this.GET_DATA.UseVisualStyleBackColor = true;
            this.GET_DATA.Click += new System.EventHandler(this.GET_DATA_Click);
            // 
            // textBox3
            // 
            this.textBox3.Location = new System.Drawing.Point(82, 111);
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(94, 23);
            this.textBox3.TabIndex = 5;
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(82, 72);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(94, 23);
            this.textBox2.TabIndex = 4;
            this.textBox2.Text = "101";
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(82, 31);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(94, 23);
            this.textBox1.TabIndex = 3;
            this.textBox1.Text = "形状匹配";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(31, 114);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(44, 17);
            this.label3.TabIndex = 2;
            this.label3.Text = "返回值";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(31, 75);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(45, 17);
            this.label2.TabIndex = 1;
            this.label2.Text = "工具ID";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(19, 37);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(56, 17);
            this.label1.TabIndex = 0;
            this.label1.Text = "工具名称";
            // 
            // ZOOM_IN
            // 
            this.ZOOM_IN.Location = new System.Drawing.Point(8, 465);
            this.ZOOM_IN.Name = "ZOOM_IN";
            this.ZOOM_IN.Size = new System.Drawing.Size(118, 35);
            this.ZOOM_IN.TabIndex = 6;
            this.ZOOM_IN.Text = "放大";
            this.ZOOM_IN.UseVisualStyleBackColor = true;
            this.ZOOM_IN.Click += new System.EventHandler(this.ZOOM_IN_Click);
            // 
            // ZOOM_OUT
            // 
            this.ZOOM_OUT.Location = new System.Drawing.Point(154, 465);
            this.ZOOM_OUT.Name = "ZOOM_OUT";
            this.ZOOM_OUT.Size = new System.Drawing.Size(118, 35);
            this.ZOOM_OUT.TabIndex = 7;
            this.ZOOM_OUT.Text = "缩小";
            this.ZOOM_OUT.UseVisualStyleBackColor = true;
            this.ZOOM_OUT.Click += new System.EventHandler(this.ZOOM_OUT_Click);
            // 
            // ZOOM_FIT
            // 
            this.ZOOM_FIT.Location = new System.Drawing.Point(300, 465);
            this.ZOOM_FIT.Name = "ZOOM_FIT";
            this.ZOOM_FIT.Size = new System.Drawing.Size(118, 35);
            this.ZOOM_FIT.TabIndex = 8;
            this.ZOOM_FIT.Text = "适应";
            this.ZOOM_FIT.UseVisualStyleBackColor = true;
            this.ZOOM_FIT.Click += new System.EventHandler(this.ZOOM_FIT_Click);
            // 
            // ZOOM_1X1
            // 
            this.ZOOM_1X1.Location = new System.Drawing.Point(446, 465);
            this.ZOOM_1X1.Name = "ZOOM_1X1";
            this.ZOOM_1X1.Size = new System.Drawing.Size(118, 35);
            this.ZOOM_1X1.TabIndex = 9;
            this.ZOOM_1X1.Text = "1:1";
            this.ZOOM_1X1.UseVisualStyleBackColor = true;
            this.ZOOM_1X1.Click += new System.EventHandler(this.ZOOM_1X1_Click);
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.FileName = "openFileDialog1";
            this.openFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog1_FileOk);
            // 
            // saveFileDialog1
            // 
            this.saveFileDialog1.Filter = "\"vscf files (*.vscf)|*.vscf\"";
            // 
            // axCKVisionCtrl1
            // 
            this.axCKVisionCtrl1.Enabled = true;
            this.axCKVisionCtrl1.Location = new System.Drawing.Point(2, 3);
            this.axCKVisionCtrl1.Name = "axCKVisionCtrl1";
            this.axCKVisionCtrl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axCKVisionCtrl1.OcxState")));
            this.axCKVisionCtrl1.Size = new System.Drawing.Size(564, 452);
            this.axCKVisionCtrl1.TabIndex = 0;
            // 
            // btnExit
            // 
            this.btnExit.Location = new System.Drawing.Point(613, 478);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(118, 35);
            this.btnExit.TabIndex = 10;
            this.btnExit.Text = "退出";
            this.btnExit.UseVisualStyleBackColor = true;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // cmbPro
            // 
            this.cmbPro.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbPro.FormattingEnabled = true;
            this.cmbPro.Items.AddRange(new object[] {
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6"});
            this.cmbPro.Location = new System.Drawing.Point(654, 149);
            this.cmbPro.Name = "cmbPro";
            this.cmbPro.Size = new System.Drawing.Size(77, 25);
            this.cmbPro.TabIndex = 11;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(610, 153);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(44, 17);
            this.label4.TabIndex = 12;
            this.label4.Text = "流程:";
            // 
            // FrmAOISetting
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(768, 535);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.cmbPro);
            this.Controls.Add(this.btnExit);
            this.Controls.Add(this.ZOOM_1X1);
            this.Controls.Add(this.ZOOM_FIT);
            this.Controls.Add(this.ZOOM_OUT);
            this.Controls.Add(this.ZOOM_IN);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.EXECUTE);
            this.Controls.Add(this.EDIT_PROC);
            this.Controls.Add(this.SAVE_FILE);
            this.Controls.Add(this.LOAD_FILE);
            this.Controls.Add(this.axCKVisionCtrl1);
            this.Name = "FrmAOISetting";
            this.Text = "AOI设置";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
            this.Load += new System.EventHandler(this.Form1_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.axCKVisionCtrl1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private AxCKVisionCtrlLib.AxCKVisionCtrl axCKVisionCtrl1;
        private System.Windows.Forms.Button LOAD_FILE;
        private System.Windows.Forms.Button SAVE_FILE;
        private System.Windows.Forms.Button EDIT_PROC;
        private System.Windows.Forms.Button EXECUTE;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Button GET_DATA;
        private System.Windows.Forms.TextBox textBox3;
        private System.Windows.Forms.TextBox textBox2;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button ZOOM_IN;
        private System.Windows.Forms.Button ZOOM_OUT;
        private System.Windows.Forms.Button ZOOM_FIT;
        private System.Windows.Forms.Button ZOOM_1X1;
        private System.Windows.Forms.OpenFileDialog openFileDialog1;
        private System.Windows.Forms.SaveFileDialog saveFileDialog1;
        private System.Windows.Forms.Button TOOL_Property;
        private System.Windows.Forms.Button btnExit;
        private System.Windows.Forms.ComboBox cmbPro;
        private System.Windows.Forms.Label label4;
    }
}