namespace M423project
|
{
|
partial class Replay
|
{
|
/// <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()
|
{
|
this.groupBox7 = new System.Windows.Forms.GroupBox();
|
this.lbTestNumber = new System.Windows.Forms.Label();
|
this.btnSelectDataCode = new System.Windows.Forms.Button();
|
this.btnSelectZ = new System.Windows.Forms.Button();
|
this.btnSelectX = new System.Windows.Forms.Button();
|
this.btnLast = new System.Windows.Forms.Button();
|
this.btnNext = new System.Windows.Forms.Button();
|
this.btnStart = new System.Windows.Forms.Button();
|
this.groupBox7.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// groupBox7
|
//
|
this.groupBox7.Controls.Add(this.lbTestNumber);
|
this.groupBox7.Controls.Add(this.btnSelectDataCode);
|
this.groupBox7.Controls.Add(this.btnSelectZ);
|
this.groupBox7.Controls.Add(this.btnSelectX);
|
this.groupBox7.Controls.Add(this.btnLast);
|
this.groupBox7.Controls.Add(this.btnNext);
|
this.groupBox7.Controls.Add(this.btnStart);
|
this.groupBox7.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.groupBox7.Location = new System.Drawing.Point(0, 0);
|
this.groupBox7.Name = "groupBox7";
|
this.groupBox7.Size = new System.Drawing.Size(210, 199);
|
this.groupBox7.TabIndex = 11;
|
this.groupBox7.TabStop = false;
|
this.groupBox7.Text = "离线测试";
|
//
|
// lbTestNumber
|
//
|
this.lbTestNumber.AutoSize = true;
|
this.lbTestNumber.Location = new System.Drawing.Point(98, 173);
|
this.lbTestNumber.Name = "lbTestNumber";
|
this.lbTestNumber.Size = new System.Drawing.Size(20, 12);
|
this.lbTestNumber.TabIndex = 2;
|
this.lbTestNumber.Text = "0/0";
|
//
|
// btnSelectDataCode
|
//
|
this.btnSelectDataCode.Location = new System.Drawing.Point(12, 18);
|
this.btnSelectDataCode.Name = "btnSelectDataCode";
|
this.btnSelectDataCode.Size = new System.Drawing.Size(189, 30);
|
this.btnSelectDataCode.TabIndex = 1;
|
this.btnSelectDataCode.Text = "选择读码回看图像";
|
this.btnSelectDataCode.UseVisualStyleBackColor = true;
|
this.btnSelectDataCode.Click += new System.EventHandler(this.btnSelectDataCode_Click);
|
//
|
// btnSelectZ
|
//
|
this.btnSelectZ.Location = new System.Drawing.Point(12, 54);
|
this.btnSelectZ.Name = "btnSelectZ";
|
this.btnSelectZ.Size = new System.Drawing.Size(189, 30);
|
this.btnSelectZ.TabIndex = 1;
|
this.btnSelectZ.Text = "选择测Z回看图像";
|
this.btnSelectZ.UseVisualStyleBackColor = true;
|
this.btnSelectZ.Click += new System.EventHandler(this.btnSelectZ_Click);
|
//
|
// btnSelectX
|
//
|
this.btnSelectX.Location = new System.Drawing.Point(12, 90);
|
this.btnSelectX.Name = "btnSelectX";
|
this.btnSelectX.Size = new System.Drawing.Size(189, 30);
|
this.btnSelectX.TabIndex = 1;
|
this.btnSelectX.Text = "选择测XY回看图像";
|
this.btnSelectX.UseVisualStyleBackColor = true;
|
this.btnSelectX.Click += new System.EventHandler(this.btnSelectXY_Click);
|
//
|
// btnLast
|
//
|
//this.btnLast.BackgroundImage = global::M423project.Properties.Resources.上一张1;
|
this.btnLast.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
this.btnLast.Location = new System.Drawing.Point(12, 128);
|
this.btnLast.Name = "btnLast";
|
this.btnLast.Size = new System.Drawing.Size(32, 32);
|
this.btnLast.TabIndex = 0;
|
this.btnLast.UseVisualStyleBackColor = true;
|
this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
|
//
|
// btnNext
|
//
|
//this.btnNext.BackgroundImage = global::M423project.Properties.Resources.下一张;
|
this.btnNext.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
this.btnNext.Location = new System.Drawing.Point(168, 128);
|
this.btnNext.Name = "btnNext";
|
this.btnNext.Size = new System.Drawing.Size(32, 32);
|
this.btnNext.TabIndex = 0;
|
this.btnNext.UseVisualStyleBackColor = true;
|
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
|
//
|
// btnStart
|
//
|
//this.btnStart.BackgroundImage = global::M423project.Properties.Resources.开始;
|
this.btnStart.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
this.btnStart.Location = new System.Drawing.Point(92, 128);
|
this.btnStart.Name = "btnStart";
|
this.btnStart.Size = new System.Drawing.Size(32, 32);
|
this.btnStart.TabIndex = 0;
|
this.btnStart.UseVisualStyleBackColor = true;
|
this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
|
//
|
// Replay
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(210, 199);
|
this.Controls.Add(this.groupBox7);
|
this.MaximizeBox = false;
|
this.Name = "Replay";
|
this.Text = "離線測試";
|
this.Load += new System.EventHandler(this.Replay_Load);
|
this.groupBox7.ResumeLayout(false);
|
this.groupBox7.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.GroupBox groupBox7;
|
private System.Windows.Forms.Button btnNext;
|
private System.Windows.Forms.Button btnLast;
|
private System.Windows.Forms.Button btnSelectX;
|
private System.Windows.Forms.Button btnStart;
|
private System.Windows.Forms.Button btnSelectDataCode;
|
private System.Windows.Forms.Button btnSelectZ;
|
private System.Windows.Forms.Label lbTestNumber;
|
}
|
}
|