namespace ToolLib.VisionJob { partial class FormJobManage { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormJobManage)); this.tabJobUnion = new System.Windows.Forms.TabControl(); this.btnCycleRun = new System.Windows.Forms.Button(); this.btnSignael = new System.Windows.Forms.Button(); this.picNewJob = new System.Windows.Forms.PictureBox(); this.picDeleteJob = new System.Windows.Forms.PictureBox(); this.picSaveJob = new System.Windows.Forms.PictureBox(); this.picOpenJob = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.picNewJob)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picDeleteJob)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picSaveJob)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picOpenJob)).BeginInit(); this.SuspendLayout(); // // tabJobUnion // this.tabJobUnion.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabJobUnion.Location = new System.Drawing.Point(-1, 1); this.tabJobUnion.Name = "tabJobUnion"; this.tabJobUnion.SelectedIndex = 0; this.tabJobUnion.Size = new System.Drawing.Size(373, 588); this.tabJobUnion.TabIndex = 0; // // btnCycleRun // this.btnCycleRun.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCycleRun.Location = new System.Drawing.Point(218, 595); this.btnCycleRun.Name = "btnCycleRun"; this.btnCycleRun.Size = new System.Drawing.Size(63, 33); this.btnCycleRun.TabIndex = 1; this.btnCycleRun.Text = "连续运行"; this.btnCycleRun.UseVisualStyleBackColor = true; // // btnSignael // this.btnSignael.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSignael.Location = new System.Drawing.Point(297, 595); this.btnSignael.Name = "btnSignael"; this.btnSignael.Size = new System.Drawing.Size(63, 33); this.btnSignael.TabIndex = 1; this.btnSignael.Text = "单次运行"; this.btnSignael.UseVisualStyleBackColor = true; this.btnSignael.Click += new System.EventHandler(this.btnSignael_Click); // // picNewJob // this.picNewJob.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.picNewJob.Image = ((System.Drawing.Image)(resources.GetObject("picNewJob.Image"))); this.picNewJob.Location = new System.Drawing.Point(12, 595); this.picNewJob.Name = "picNewJob"; this.picNewJob.Size = new System.Drawing.Size(35, 40); this.picNewJob.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picNewJob.TabIndex = 2; this.picNewJob.TabStop = false; this.picNewJob.Click += new System.EventHandler(this.picNewJob_Click); // // picDeleteJob // this.picDeleteJob.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.picDeleteJob.Image = ((System.Drawing.Image)(resources.GetObject("picDeleteJob.Image"))); this.picDeleteJob.Location = new System.Drawing.Point(53, 595); this.picDeleteJob.Name = "picDeleteJob"; this.picDeleteJob.Size = new System.Drawing.Size(35, 40); this.picDeleteJob.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.picDeleteJob.TabIndex = 2; this.picDeleteJob.TabStop = false; // // picSaveJob // this.picSaveJob.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.picSaveJob.Image = ((System.Drawing.Image)(resources.GetObject("picSaveJob.Image"))); this.picSaveJob.Location = new System.Drawing.Point(94, 595); this.picSaveJob.Name = "picSaveJob"; this.picSaveJob.Size = new System.Drawing.Size(35, 40); this.picSaveJob.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.picSaveJob.TabIndex = 2; this.picSaveJob.TabStop = false; this.picSaveJob.Click += new System.EventHandler(this.picSaveJob_Click); // // picOpenJob // this.picOpenJob.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.picOpenJob.Image = ((System.Drawing.Image)(resources.GetObject("picOpenJob.Image"))); this.picOpenJob.Location = new System.Drawing.Point(135, 595); this.picOpenJob.Name = "picOpenJob"; this.picOpenJob.Size = new System.Drawing.Size(35, 40); this.picOpenJob.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.picOpenJob.TabIndex = 2; this.picOpenJob.TabStop = false; this.picOpenJob.Click += new System.EventHandler(this.picOpenJob_Click); // // FormJobManage // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(372, 636); this.Controls.Add(this.picOpenJob); this.Controls.Add(this.picSaveJob); this.Controls.Add(this.picDeleteJob); this.Controls.Add(this.picNewJob); this.Controls.Add(this.btnSignael); this.Controls.Add(this.btnCycleRun); this.Controls.Add(this.tabJobUnion); this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FormJobManage"; this.Text = "JobManage"; this.Load += new System.EventHandler(this.FormJobManage_Load); ((System.ComponentModel.ISupportInitialize)(this.picNewJob)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picDeleteJob)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picSaveJob)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picOpenJob)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnCycleRun; private System.Windows.Forms.Button btnSignael; public System.Windows.Forms.TabControl tabJobUnion; private System.Windows.Forms.PictureBox picNewJob; private System.Windows.Forms.PictureBox picDeleteJob; private System.Windows.Forms.PictureBox picSaveJob; private System.Windows.Forms.PictureBox picOpenJob; } }