namespace Demo
{
partial class Form1
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.Resultlabel = new System.Windows.Forms.Label();
this.cogRecordDisplay1 = new Cognex.VisionPro.CogRecordDisplay();
this.timer = new System.Windows.Forms.Timer(this.components);
this.StopRun_button = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.cogRecordDisplay1)).BeginInit();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(35, 71);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(127, 39);
this.button1.TabIndex = 0;
this.button1.Text = "运行一次";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(35, 151);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(127, 39);
this.button2.TabIndex = 1;
this.button2.Text = "连续运行";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// Resultlabel
//
this.Resultlabel.AutoSize = true;
this.Resultlabel.Location = new System.Drawing.Point(56, 300);
this.Resultlabel.Name = "Resultlabel";
this.Resultlabel.Size = new System.Drawing.Size(71, 12);
this.Resultlabel.TabIndex = 2;
this.Resultlabel.Text = "Resultlabel";
//
// cogRecordDisplay1
//
this.cogRecordDisplay1.ColorMapLowerClipColor = System.Drawing.Color.Black;
this.cogRecordDisplay1.ColorMapLowerRoiLimit = 0D;
this.cogRecordDisplay1.ColorMapPredefined = Cognex.VisionPro.Display.CogDisplayColorMapPredefinedConstants.None;
this.cogRecordDisplay1.ColorMapUpperClipColor = System.Drawing.Color.Black;
this.cogRecordDisplay1.ColorMapUpperRoiLimit = 1D;
this.cogRecordDisplay1.DoubleTapZoomCycleLength = 2;
this.cogRecordDisplay1.DoubleTapZoomSensitivity = 2.5D;
this.cogRecordDisplay1.Location = new System.Drawing.Point(279, 47);
this.cogRecordDisplay1.MouseWheelMode = Cognex.VisionPro.Display.CogDisplayMouseWheelModeConstants.Zoom1;
this.cogRecordDisplay1.MouseWheelSensitivity = 1D;
this.cogRecordDisplay1.Name = "cogRecordDisplay1";
this.cogRecordDisplay1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("cogRecordDisplay1.OcxState")));
this.cogRecordDisplay1.Size = new System.Drawing.Size(432, 297);
this.cogRecordDisplay1.TabIndex = 3;
//
// timer
//
this.timer.Tick += new System.EventHandler(this.timer1_Tick);
//
// StopRun_button
//
this.StopRun_button.Location = new System.Drawing.Point(35, 225);
this.StopRun_button.Name = "StopRun_button";
this.StopRun_button.Size = new System.Drawing.Size(127, 39);
this.StopRun_button.TabIndex = 4;
this.StopRun_button.Text = "停止运行";
this.StopRun_button.UseVisualStyleBackColor = true;
this.StopRun_button.Click += new System.EventHandler(this.StopRun_button_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(810, 412);
this.Controls.Add(this.StopRun_button);
this.Controls.Add(this.cogRecordDisplay1);
this.Controls.Add(this.Resultlabel);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Name = "Form1";
this.Text = "Form1";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ReleaseResource);
((System.ComponentModel.ISupportInitialize)(this.cogRecordDisplay1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label Resultlabel;
private Cognex.VisionPro.CogRecordDisplay cogRecordDisplay1;
private System.Windows.Forms.Timer timer;
private System.Windows.Forms.Button StopRun_button;
}
}