namespace HalconTools { partial class frmJobManager { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.labTools = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.btnParaModify = new System.Windows.Forms.Button(); this.cmbToolType = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.cmbTools = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.btnSaveJobs = new System.Windows.Forms.Button(); this.btnDelTool = new System.Windows.Forms.Button(); this.btnAddTool = new System.Windows.Forms.Button(); this.cmbJobName = new System.Windows.Forms.ComboBox(); this.hWindowControl1 = new HalconDotNet.HWindowControl(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.btnAddJob = new System.Windows.Forms.Button(); this.txtJobName = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.btnLoadImage = new System.Windows.Forms.Button(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // labTools // this.labTools.AutoSize = true; this.labTools.Location = new System.Drawing.Point(18, 64); this.labTools.Name = "labTools"; this.labTools.Size = new System.Drawing.Size(35, 12); this.labTools.TabIndex = 1; this.labTools.Text = "Tools"; // // groupBox1 // this.groupBox1.Controls.Add(this.btnParaModify); this.groupBox1.Controls.Add(this.cmbToolType); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.cmbTools); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.btnSaveJobs); this.groupBox1.Controls.Add(this.btnDelTool); this.groupBox1.Controls.Add(this.btnAddTool); this.groupBox1.Controls.Add(this.cmbJobName); this.groupBox1.Controls.Add(this.labTools); this.groupBox1.Location = new System.Drawing.Point(375, 17); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(320, 203); this.groupBox1.TabIndex = 2; this.groupBox1.TabStop = false; this.groupBox1.Text = "Jobs"; // // btnParaModify // this.btnParaModify.Location = new System.Drawing.Point(20, 136); this.btnParaModify.Name = "btnParaModify"; this.btnParaModify.Size = new System.Drawing.Size(75, 34); this.btnParaModify.TabIndex = 10; this.btnParaModify.Text = "参数修改"; this.btnParaModify.UseVisualStyleBackColor = true; this.btnParaModify.Click += new System.EventHandler(this.btnParaModify_Click); // // cmbToolType // this.cmbToolType.FormattingEnabled = true; this.cmbToolType.Location = new System.Drawing.Point(84, 100); this.cmbToolType.Name = "cmbToolType"; this.cmbToolType.Size = new System.Drawing.Size(121, 20); this.cmbToolType.TabIndex = 9; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(18, 103); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 8; this.label3.Text = "ToolType"; // // cmbTools // this.cmbTools.FormattingEnabled = true; this.cmbTools.Location = new System.Drawing.Point(84, 61); this.cmbTools.Name = "cmbTools"; this.cmbTools.Size = new System.Drawing.Size(121, 20); this.cmbTools.TabIndex = 7; this.cmbTools.SelectedIndexChanged += new System.EventHandler(this.cmbTools_SelectedIndexChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(18, 23); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(23, 12); this.label2.TabIndex = 6; this.label2.Text = "Job"; // // btnSaveJobs // this.btnSaveJobs.Location = new System.Drawing.Point(119, 136); this.btnSaveJobs.Name = "btnSaveJobs"; this.btnSaveJobs.Size = new System.Drawing.Size(75, 34); this.btnSaveJobs.TabIndex = 5; this.btnSaveJobs.Text = "保存修改"; this.btnSaveJobs.UseVisualStyleBackColor = true; this.btnSaveJobs.Click += new System.EventHandler(this.btnSaveJobs_Click); // // btnDelTool // this.btnDelTool.Location = new System.Drawing.Point(223, 65); this.btnDelTool.Name = "btnDelTool"; this.btnDelTool.Size = new System.Drawing.Size(75, 35); this.btnDelTool.TabIndex = 4; this.btnDelTool.Text = "Del Tool"; this.btnDelTool.UseVisualStyleBackColor = true; this.btnDelTool.Click += new System.EventHandler(this.btnDelTool_Click); // // btnAddTool // this.btnAddTool.Location = new System.Drawing.Point(223, 23); this.btnAddTool.Name = "btnAddTool"; this.btnAddTool.Size = new System.Drawing.Size(75, 36); this.btnAddTool.TabIndex = 3; this.btnAddTool.Text = "Add Tool"; this.btnAddTool.UseVisualStyleBackColor = true; this.btnAddTool.Click += new System.EventHandler(this.btnAddTool_Click); // // cmbJobName // this.cmbJobName.FormattingEnabled = true; this.cmbJobName.Location = new System.Drawing.Point(84, 23); this.cmbJobName.Name = "cmbJobName"; this.cmbJobName.Size = new System.Drawing.Size(121, 20); this.cmbJobName.TabIndex = 2; this.cmbJobName.SelectedIndexChanged += new System.EventHandler(this.cmbJobName_SelectedIndexChanged); // // hWindowControl1 // this.hWindowControl1.BackColor = System.Drawing.Color.Black; this.hWindowControl1.BorderColor = System.Drawing.Color.Black; this.hWindowControl1.ImagePart = new System.Drawing.Rectangle(0, 0, 640, 480); this.hWindowControl1.Location = new System.Drawing.Point(12, 17); this.hWindowControl1.Name = "hWindowControl1"; this.hWindowControl1.Size = new System.Drawing.Size(357, 315); this.hWindowControl1.TabIndex = 3; this.hWindowControl1.WindowSize = new System.Drawing.Size(357, 315); // // groupBox2 // this.groupBox2.Controls.Add(this.btnAddJob); this.groupBox2.Controls.Add(this.txtJobName); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Location = new System.Drawing.Point(375, 232); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(320, 100); this.groupBox2.TabIndex = 4; this.groupBox2.TabStop = false; this.groupBox2.Text = "new Job"; // // btnAddJob // this.btnAddJob.Location = new System.Drawing.Point(223, 38); this.btnAddJob.Name = "btnAddJob"; this.btnAddJob.Size = new System.Drawing.Size(75, 23); this.btnAddJob.TabIndex = 2; this.btnAddJob.Text = "Add Job"; this.btnAddJob.UseVisualStyleBackColor = true; this.btnAddJob.Click += new System.EventHandler(this.btnAddJob_Click); // // txtJobName // this.txtJobName.Location = new System.Drawing.Point(94, 40); this.txtJobName.Name = "txtJobName"; this.txtJobName.Size = new System.Drawing.Size(100, 21); this.txtJobName.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(21, 43); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 0; this.label1.Text = "Job Name"; // // btnLoadImage // this.btnLoadImage.Location = new System.Drawing.Point(12, 349); this.btnLoadImage.Name = "btnLoadImage"; this.btnLoadImage.Size = new System.Drawing.Size(75, 23); this.btnLoadImage.TabIndex = 5; this.btnLoadImage.Text = "加载图片"; this.btnLoadImage.UseVisualStyleBackColor = true; this.btnLoadImage.Click += new System.EventHandler(this.btnLoadImage_Click); // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; // // frmJobManager // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(745, 399); this.Controls.Add(this.btnLoadImage); this.Controls.Add(this.groupBox2); this.Controls.Add(this.hWindowControl1); this.Controls.Add(this.groupBox1); this.Name = "frmJobManager"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "frmJobManager"; this.Load += new System.EventHandler(this.frmJobManager_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label labTools; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.ComboBox cmbJobName; private System.Windows.Forms.Button btnDelTool; private System.Windows.Forms.Button btnAddTool; private HalconDotNet.HWindowControl hWindowControl1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btnAddJob; private System.Windows.Forms.TextBox txtJobName; private System.Windows.Forms.Button btnSaveJobs; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox cmbTools; private System.Windows.Forms.ComboBox cmbToolType; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button btnParaModify; private System.Windows.Forms.Button btnLoadImage; private System.Windows.Forms.OpenFileDialog openFileDialog1; } }