123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- namespace ToolLib.VisionJob
- {
- partial class FormJobManage
- {
- /// <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(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;
- }
- }
|