namespace SA_LTT_UI.Viewer
|
{
|
partial class ScannerViewer
|
{
|
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
this.label4 = new System.Windows.Forms.Label();
|
this.tb_FOV = new System.Windows.Forms.TextBox();
|
this.tb_BitsPerMm = new System.Windows.Forms.TextBox();
|
this.tb_EncoderCountPerMmY = new System.Windows.Forms.TextBox();
|
this.tb_EncoderCountPerMmX = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
this.label1 = new System.Windows.Forms.Label();
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
this.label12 = new System.Windows.Forms.Label();
|
this.tb_LaserOffDelay = new System.Windows.Forms.TextBox();
|
this.tb_LaserOnDelay = new System.Windows.Forms.TextBox();
|
this.tb_PulseLength = new System.Windows.Forms.TextBox();
|
this.tb_HalfPeriod = new System.Windows.Forms.TextBox();
|
this.label5 = new System.Windows.Forms.Label();
|
this.label11 = new System.Windows.Forms.Label();
|
this.label6 = new System.Windows.Forms.Label();
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
this.label10 = new System.Windows.Forms.Label();
|
this.tb_PolygonDelay = new System.Windows.Forms.TextBox();
|
this.tb_MarkDelay = new System.Windows.Forms.TextBox();
|
this.tb_JumpDelay = new System.Windows.Forms.TextBox();
|
this.label9 = new System.Windows.Forms.Label();
|
this.label8 = new System.Windows.Forms.Label();
|
this.btn_Cancel = new System.Windows.Forms.Button();
|
this.btn_Save = new System.Windows.Forms.Button();
|
this.btn_Run = new System.Windows.Forms.Button();
|
this.lv_ScanList = new System.Windows.Forms.ListView();
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
this.cbb_ScanMode = new System.Windows.Forms.ComboBox();
|
this.tb_PosY = new System.Windows.Forms.TextBox();
|
this.tb_PosX = new System.Windows.Forms.TextBox();
|
this.label15 = new System.Windows.Forms.Label();
|
this.label14 = new System.Windows.Forms.Label();
|
this.label13 = new System.Windows.Forms.Label();
|
this.btn_Clear = new System.Windows.Forms.Button();
|
this.btn_Add = new System.Windows.Forms.Button();
|
this.btn_Stop = new System.Windows.Forms.Button();
|
this.groupBox6 = new System.Windows.Forms.GroupBox();
|
this.btn_CorrectionFilePathOpen = new System.Windows.Forms.Button();
|
this.btn_ReadExcel = new System.Windows.Forms.Button();
|
this.nud_LineCount = new System.Windows.Forms.NumericUpDown();
|
this.btn_WriteExcel = new System.Windows.Forms.Button();
|
this.tb_FieldSize = new System.Windows.Forms.TextBox();
|
this.nud_LaserShotTime = new System.Windows.Forms.NumericUpDown();
|
this.btn_Shot = new System.Windows.Forms.Button();
|
this.lb_Initialized = new System.Windows.Forms.Label();
|
this.label20 = new System.Windows.Forms.Label();
|
this.lb_Busy = new System.Windows.Forms.Label();
|
this.label19 = new System.Windows.Forms.Label();
|
this.groupBox7 = new System.Windows.Forms.GroupBox();
|
this.tb_JumpSpeed = new System.Windows.Forms.TextBox();
|
this.tb_ProcessPosition = new System.Windows.Forms.TextBox();
|
this.tb_MarkSpeed = new System.Windows.Forms.TextBox();
|
this.label7 = new System.Windows.Forms.Label();
|
this.label16 = new System.Windows.Forms.Label();
|
this.label17 = new System.Windows.Forms.Label();
|
this.btn_AddScanField = new System.Windows.Forms.Button();
|
this.label21 = new System.Windows.Forms.Label();
|
this.label18 = new System.Windows.Forms.Label();
|
this.btn_LaserOff = new System.Windows.Forms.Button();
|
this.btn_LaserOn = new System.Windows.Forms.Button();
|
this.btn_GetEncoder = new System.Windows.Forms.Button();
|
this.tb_Encoder0 = new System.Windows.Forms.TextBox();
|
this.tb_CorrectionFilePath = new System.Windows.Forms.TextBox();
|
this.tb_Encoder1 = new System.Windows.Forms.TextBox();
|
this.label25 = new System.Windows.Forms.Label();
|
this.label24 = new System.Windows.Forms.Label();
|
this.groupBox1.SuspendLayout();
|
this.groupBox2.SuspendLayout();
|
this.groupBox3.SuspendLayout();
|
this.groupBox4.SuspendLayout();
|
this.groupBox5.SuspendLayout();
|
this.groupBox6.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.nud_LineCount)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.nud_LaserShotTime)).BeginInit();
|
this.groupBox7.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// groupBox1
|
//
|
this.groupBox1.Controls.Add(this.btn_CorrectionFilePathOpen);
|
this.groupBox1.Controls.Add(this.groupBox2);
|
this.groupBox1.Controls.Add(this.groupBox3);
|
this.groupBox1.Controls.Add(this.groupBox4);
|
this.groupBox1.Controls.Add(this.btn_Cancel);
|
this.groupBox1.Controls.Add(this.btn_Save);
|
this.groupBox1.Controls.Add(this.tb_CorrectionFilePath);
|
this.groupBox1.Controls.Add(this.label21);
|
this.groupBox1.Location = new System.Drawing.Point(12, 223);
|
this.groupBox1.Name = "groupBox1";
|
this.groupBox1.Size = new System.Drawing.Size(517, 269);
|
this.groupBox1.TabIndex = 9;
|
this.groupBox1.TabStop = false;
|
this.groupBox1.Text = "Setting";
|
//
|
// groupBox2
|
//
|
this.groupBox2.Controls.Add(this.label4);
|
this.groupBox2.Controls.Add(this.tb_FOV);
|
this.groupBox2.Controls.Add(this.tb_BitsPerMm);
|
this.groupBox2.Controls.Add(this.tb_EncoderCountPerMmY);
|
this.groupBox2.Controls.Add(this.tb_EncoderCountPerMmX);
|
this.groupBox2.Controls.Add(this.label3);
|
this.groupBox2.Controls.Add(this.label2);
|
this.groupBox2.Controls.Add(this.label1);
|
this.groupBox2.Location = new System.Drawing.Point(8, 47);
|
this.groupBox2.Name = "groupBox2";
|
this.groupBox2.Size = new System.Drawing.Size(257, 117);
|
this.groupBox2.TabIndex = 7;
|
this.groupBox2.TabStop = false;
|
this.groupBox2.Text = "Module";
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Location = new System.Drawing.Point(79, 67);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(74, 12);
|
this.label4.TabIndex = 1;
|
this.label4.Text = "Bits per mm";
|
//
|
// tb_FOV
|
//
|
this.tb_FOV.Location = new System.Drawing.Point(159, 89);
|
this.tb_FOV.Name = "tb_FOV";
|
this.tb_FOV.Size = new System.Drawing.Size(83, 21);
|
this.tb_FOV.TabIndex = 8;
|
this.tb_FOV.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SettingData_KeyDown);
|
this.tb_FOV.Leave += new System.EventHandler(this.SettingData_Leave);
|
//
|
// tb_BitsPerMm
|
//
|
this.tb_BitsPerMm.Location = new System.Drawing.Point(159, 64);
|
this.tb_BitsPerMm.Name = "tb_BitsPerMm";
|
this.tb_BitsPerMm.ReadOnly = true;
|
this.tb_BitsPerMm.Size = new System.Drawing.Size(83, 21);
|
this.tb_BitsPerMm.TabIndex = 8;
|
this.tb_BitsPerMm.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SettingData_KeyDown);
|
this.tb_BitsPerMm.Leave += new System.EventHandler(this.SettingData_Leave);
|
//
|
// tb_EncoderCountPerMmY
|
//
|
this.tb_EncoderCountPerMmY.Location = new System.Drawing.Point(159, 39);
|
this.tb_EncoderCountPerMmY.Name = "tb_EncoderCountPerMmY";
|
this.tb_EncoderCountPerMmY.Size = new System.Drawing.Size(83, 21);
|
this.tb_EncoderCountPerMmY.TabIndex = 8;
|
this.tb_EncoderCountPerMmY.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SettingData_KeyDown);
|
this.tb_EncoderCountPerMmY.Leave += new System.EventHandler(this.SettingData_Leave);
|
//
|
// tb_EncoderCountPerMmX
|
//
|
this.tb_EncoderCountPerMmX.Location = new System.Drawing.Point(159, 14);
|
this.tb_EncoderCountPerMmX.Name = "tb_EncoderCountPerMmX";
|
this.tb_EncoderCountPerMmX.Size = new System.Drawing.Size(83, 21);
|
this.tb_EncoderCountPerMmX.TabIndex = 8;
|
this.tb_EncoderCountPerMmX.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SettingData_KeyDown);
|
this.tb_EncoderCountPerMmX.Leave += new System.EventHandler(this.SettingData_Leave);
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Location = new System.Drawing.Point(88, 92);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(65, 12);
|
this.label3.TabIndex = 1;
|
this.label3.Text = "FOV (mm)";
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(6, 43);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(147, 12);
|
this.label2.TabIndex = 1;
|
this.label2.Text = "Encoder count per mm Y";
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Location = new System.Drawing.Point(6, 17);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(147, 12);
|
this.label1.TabIndex = 0;
|
this.label1.Text = "Encoder count per mm X";
|
//
|
// groupBox3
|
//
|
this.groupBox3.Controls.Add(this.label12);
|
this.groupBox3.Controls.Add(this.tb_LaserOffDelay);
|
this.groupBox3.Controls.Add(this.tb_LaserOnDelay);
|
this.groupBox3.Controls.Add(this.tb_PulseLength);
|
this.groupBox3.Controls.Add(this.tb_HalfPeriod);
|
this.groupBox3.Controls.Add(this.label5);
|
this.groupBox3.Controls.Add(this.label11);
|
this.groupBox3.Controls.Add(this.label6);
|
this.groupBox3.Location = new System.Drawing.Point(271, 47);
|
this.groupBox3.Name = "groupBox3";
|
this.groupBox3.Size = new System.Drawing.Size(239, 137);
|
this.groupBox3.TabIndex = 6;
|
this.groupBox3.TabStop = false;
|
this.groupBox3.Text = "Laser setting";
|
//
|
// label12
|
//
|
this.label12.AutoSize = true;
|
this.label12.Location = new System.Drawing.Point(29, 104);
|
this.label12.Name = "label12";
|
this.label12.Size = new System.Drawing.Size(115, 12);
|
this.label12.TabIndex = 1;
|
this.label12.Text = "Laser off delay (㎲)";
|
//
|
// tb_LaserOffDelay
|
//
|
this.tb_LaserOffDelay.Location = new System.Drawing.Point(150, 102);
|
this.tb_LaserOffDelay.Name = "tb_LaserOffDelay";
|
this.tb_LaserOffDelay.Size = new System.Drawing.Size(83, 21);
|
this.tb_LaserOffDelay.TabIndex = 8;
|
this.tb_LaserOffDelay.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SettingData_KeyDown);
|
this.tb_LaserOffDelay.Leave += new System.EventHandler(this.SettingData_Leave);
|
//
|
// tb_LaserOnDelay
|
//
|
this.tb_LaserOnDelay.Location = new System.Drawing.Point(150, 73);
|
this.tb_LaserOnDelay.Name = "tb_LaserOnDelay";
|
this.tb_LaserOnDelay.Size = new System.Drawing.Size(83, 21);
|
this.tb_LaserOnDelay.TabIndex = 8;
|
this.tb_LaserOnDelay.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SettingData_KeyDown);
|
this.tb_LaserOnDelay.Leave += new System.EventHandler(this.SettingData_Leave);
|
//
|
// tb_PulseLength
|
//
|
this.tb_PulseLength.Location = new System.Drawing.Point(150, 46);
|
this.tb_PulseLength.Name = "tb_PulseLength";
|
this.tb_PulseLength.Size = new System.Drawing.Size(83, 21);
|
this.tb_PulseLength.TabIndex = 8;
|
this.tb_PulseLength.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SettingData_KeyDown);
|
this.tb_PulseLength.Leave += new System.EventHandler(this.SettingData_Leave);
|
//
|
// tb_HalfPeriod
|
//
|
this.tb_HalfPeriod.Location = new System.Drawing.Point(150, 17);
|
this.tb_HalfPeriod.Name = "tb_HalfPeriod";
|
this.tb_HalfPeriod.Size = new System.Drawing.Size(83, 21);
|
this.tb_HalfPeriod.TabIndex = 8;
|
this.tb_HalfPeriod.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SettingData_KeyDown);
|
this.tb_HalfPeriod.Leave += new System.EventHandler(this.SettingData_Leave);
|
//
|
// label5
|
//
|
this.label5.AutoSize = true;
|
this.label5.Location = new System.Drawing.Point(29, 20);
|
this.label5.Name = "label5";
|
this.label5.Size = new System.Drawing.Size(115, 12);
|
this.label5.TabIndex = 1;
|
this.label5.Text = "Half period (1/64㎲)";
|
//
|
// label11
|
//
|
this.label11.AutoSize = true;
|
this.label11.Location = new System.Drawing.Point(28, 76);
|
this.label11.Name = "label11";
|
this.label11.Size = new System.Drawing.Size(116, 12);
|
this.label11.TabIndex = 1;
|
this.label11.Text = "Laser on delay (㎲)";
|
//
|
// label6
|
//
|
this.label6.AutoSize = true;
|
this.label6.Location = new System.Drawing.Point(19, 49);
|
this.label6.Name = "label6";
|
this.label6.Size = new System.Drawing.Size(125, 12);
|
this.label6.TabIndex = 1;
|
this.label6.Text = "Pulse length (1/64㎲)";
|
//
|
// groupBox4
|
//
|
this.groupBox4.Controls.Add(this.label10);
|
this.groupBox4.Controls.Add(this.tb_PolygonDelay);
|
this.groupBox4.Controls.Add(this.tb_MarkDelay);
|
this.groupBox4.Controls.Add(this.tb_JumpDelay);
|
this.groupBox4.Controls.Add(this.label9);
|
this.groupBox4.Controls.Add(this.label8);
|
this.groupBox4.Location = new System.Drawing.Point(8, 170);
|
this.groupBox4.Name = "groupBox4";
|
this.groupBox4.Size = new System.Drawing.Size(257, 87);
|
this.groupBox4.TabIndex = 5;
|
this.groupBox4.TabStop = false;
|
this.groupBox4.Text = "Delay setting";
|
//
|
// label10
|
//
|
this.label10.AutoSize = true;
|
this.label10.Location = new System.Drawing.Point(29, 64);
|
this.label10.Name = "label10";
|
this.label10.Size = new System.Drawing.Size(124, 12);
|
this.label10.TabIndex = 1;
|
this.label10.Text = "Polygon delay (10㎲)";
|
//
|
// tb_PolygonDelay
|
//
|
this.tb_PolygonDelay.Location = new System.Drawing.Point(159, 58);
|
this.tb_PolygonDelay.Name = "tb_PolygonDelay";
|
this.tb_PolygonDelay.Size = new System.Drawing.Size(83, 21);
|
this.tb_PolygonDelay.TabIndex = 8;
|
this.tb_PolygonDelay.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SettingData_KeyDown);
|
this.tb_PolygonDelay.Leave += new System.EventHandler(this.SettingData_Leave);
|
//
|
// tb_MarkDelay
|
//
|
this.tb_MarkDelay.Location = new System.Drawing.Point(159, 36);
|
this.tb_MarkDelay.Name = "tb_MarkDelay";
|
this.tb_MarkDelay.Size = new System.Drawing.Size(83, 21);
|
this.tb_MarkDelay.TabIndex = 8;
|
this.tb_MarkDelay.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SettingData_KeyDown);
|
this.tb_MarkDelay.Leave += new System.EventHandler(this.SettingData_Leave);
|
//
|
// tb_JumpDelay
|
//
|
this.tb_JumpDelay.Location = new System.Drawing.Point(159, 14);
|
this.tb_JumpDelay.Name = "tb_JumpDelay";
|
this.tb_JumpDelay.Size = new System.Drawing.Size(83, 21);
|
this.tb_JumpDelay.TabIndex = 8;
|
this.tb_JumpDelay.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SettingData_KeyDown);
|
this.tb_JumpDelay.Leave += new System.EventHandler(this.SettingData_Leave);
|
//
|
// label9
|
//
|
this.label9.AutoSize = true;
|
this.label9.Location = new System.Drawing.Point(47, 42);
|
this.label9.Name = "label9";
|
this.label9.Size = new System.Drawing.Size(106, 12);
|
this.label9.TabIndex = 1;
|
this.label9.Text = "Mark delay (10㎲)";
|
//
|
// label8
|
//
|
this.label8.AutoSize = true;
|
this.label8.Location = new System.Drawing.Point(44, 20);
|
this.label8.Name = "label8";
|
this.label8.Size = new System.Drawing.Size(109, 12);
|
this.label8.TabIndex = 1;
|
this.label8.Text = "Jump delay (10㎲)";
|
//
|
// btn_Cancel
|
//
|
this.btn_Cancel.Location = new System.Drawing.Point(302, 221);
|
this.btn_Cancel.Name = "btn_Cancel";
|
this.btn_Cancel.Size = new System.Drawing.Size(102, 33);
|
this.btn_Cancel.TabIndex = 4;
|
this.btn_Cancel.Text = "Cancel";
|
this.btn_Cancel.UseVisualStyleBackColor = true;
|
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
|
//
|
// btn_Save
|
//
|
this.btn_Save.Location = new System.Drawing.Point(408, 221);
|
this.btn_Save.Name = "btn_Save";
|
this.btn_Save.Size = new System.Drawing.Size(102, 33);
|
this.btn_Save.TabIndex = 4;
|
this.btn_Save.Text = "Save";
|
this.btn_Save.UseVisualStyleBackColor = true;
|
this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
|
//
|
// btn_Run
|
//
|
this.btn_Run.Location = new System.Drawing.Point(409, 103);
|
this.btn_Run.Name = "btn_Run";
|
this.btn_Run.Size = new System.Drawing.Size(102, 33);
|
this.btn_Run.TabIndex = 4;
|
this.btn_Run.Text = "Run";
|
this.btn_Run.UseVisualStyleBackColor = true;
|
this.btn_Run.Click += new System.EventHandler(this.btn_Run_Click);
|
//
|
// lv_ScanList
|
//
|
this.lv_ScanList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
this.columnHeader1,
|
this.columnHeader2,
|
this.columnHeader3,
|
this.columnHeader4});
|
this.lv_ScanList.FullRowSelect = true;
|
this.lv_ScanList.GridLines = true;
|
this.lv_ScanList.Location = new System.Drawing.Point(167, 23);
|
this.lv_ScanList.Name = "lv_ScanList";
|
this.lv_ScanList.Size = new System.Drawing.Size(228, 113);
|
this.lv_ScanList.TabIndex = 10;
|
this.lv_ScanList.UseCompatibleStateImageBehavior = false;
|
this.lv_ScanList.View = System.Windows.Forms.View.Details;
|
//
|
// columnHeader1
|
//
|
this.columnHeader1.Text = "Num";
|
this.columnHeader1.Width = 43;
|
//
|
// columnHeader2
|
//
|
this.columnHeader2.Text = "Mode";
|
this.columnHeader2.Width = 51;
|
//
|
// columnHeader3
|
//
|
this.columnHeader3.Text = "X";
|
this.columnHeader3.Width = 62;
|
//
|
// columnHeader4
|
//
|
this.columnHeader4.Text = "Y";
|
this.columnHeader4.Width = 62;
|
//
|
// groupBox5
|
//
|
this.groupBox5.Controls.Add(this.cbb_ScanMode);
|
this.groupBox5.Controls.Add(this.lv_ScanList);
|
this.groupBox5.Controls.Add(this.tb_PosY);
|
this.groupBox5.Controls.Add(this.tb_PosX);
|
this.groupBox5.Controls.Add(this.label15);
|
this.groupBox5.Controls.Add(this.label14);
|
this.groupBox5.Controls.Add(this.label13);
|
this.groupBox5.Controls.Add(this.btn_Clear);
|
this.groupBox5.Controls.Add(this.btn_Add);
|
this.groupBox5.Controls.Add(this.btn_Stop);
|
this.groupBox5.Controls.Add(this.btn_Run);
|
this.groupBox5.Location = new System.Drawing.Point(12, 498);
|
this.groupBox5.Name = "groupBox5";
|
this.groupBox5.Size = new System.Drawing.Size(517, 149);
|
this.groupBox5.TabIndex = 11;
|
this.groupBox5.TabStop = false;
|
this.groupBox5.Text = "Process";
|
//
|
// cbb_ScanMode
|
//
|
this.cbb_ScanMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.cbb_ScanMode.FormattingEnabled = true;
|
this.cbb_ScanMode.Items.AddRange(new object[] {
|
"JUMP",
|
"MARK"});
|
this.cbb_ScanMode.Location = new System.Drawing.Point(67, 23);
|
this.cbb_ScanMode.Name = "cbb_ScanMode";
|
this.cbb_ScanMode.Size = new System.Drawing.Size(94, 20);
|
this.cbb_ScanMode.TabIndex = 11;
|
//
|
// tb_PosY
|
//
|
this.tb_PosY.Location = new System.Drawing.Point(67, 76);
|
this.tb_PosY.Name = "tb_PosY";
|
this.tb_PosY.Size = new System.Drawing.Size(94, 21);
|
this.tb_PosY.TabIndex = 8;
|
this.tb_PosY.Text = "0";
|
//
|
// tb_PosX
|
//
|
this.tb_PosX.Location = new System.Drawing.Point(67, 49);
|
this.tb_PosX.Name = "tb_PosX";
|
this.tb_PosX.Size = new System.Drawing.Size(94, 21);
|
this.tb_PosX.TabIndex = 8;
|
this.tb_PosX.Text = "0";
|
//
|
// label15
|
//
|
this.label15.AutoSize = true;
|
this.label15.Location = new System.Drawing.Point(14, 79);
|
this.label15.Name = "label15";
|
this.label15.Size = new System.Drawing.Size(49, 12);
|
this.label15.TabIndex = 1;
|
this.label15.Text = "Y (mm)";
|
//
|
// label14
|
//
|
this.label14.AutoSize = true;
|
this.label14.Location = new System.Drawing.Point(14, 52);
|
this.label14.Name = "label14";
|
this.label14.Size = new System.Drawing.Size(49, 12);
|
this.label14.TabIndex = 1;
|
this.label14.Text = "X (mm)";
|
//
|
// label13
|
//
|
this.label13.AutoSize = true;
|
this.label13.Location = new System.Drawing.Point(14, 26);
|
this.label13.Name = "label13";
|
this.label13.Size = new System.Drawing.Size(37, 12);
|
this.label13.TabIndex = 1;
|
this.label13.Text = "Mode";
|
//
|
// btn_Clear
|
//
|
this.btn_Clear.Location = new System.Drawing.Point(409, 23);
|
this.btn_Clear.Name = "btn_Clear";
|
this.btn_Clear.Size = new System.Drawing.Size(102, 33);
|
this.btn_Clear.TabIndex = 4;
|
this.btn_Clear.Text = "Clear";
|
this.btn_Clear.UseVisualStyleBackColor = true;
|
this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click);
|
//
|
// btn_Add
|
//
|
this.btn_Add.Location = new System.Drawing.Point(16, 103);
|
this.btn_Add.Name = "btn_Add";
|
this.btn_Add.Size = new System.Drawing.Size(145, 33);
|
this.btn_Add.TabIndex = 4;
|
this.btn_Add.Text = "Add";
|
this.btn_Add.UseVisualStyleBackColor = true;
|
this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
|
//
|
// btn_Stop
|
//
|
this.btn_Stop.Location = new System.Drawing.Point(409, 64);
|
this.btn_Stop.Name = "btn_Stop";
|
this.btn_Stop.Size = new System.Drawing.Size(102, 33);
|
this.btn_Stop.TabIndex = 4;
|
this.btn_Stop.Text = "Stop";
|
this.btn_Stop.UseVisualStyleBackColor = true;
|
this.btn_Stop.Click += new System.EventHandler(this.btn_Stop_Click);
|
//
|
// groupBox6
|
//
|
this.groupBox6.Controls.Add(this.btn_ReadExcel);
|
this.groupBox6.Controls.Add(this.nud_LineCount);
|
this.groupBox6.Controls.Add(this.btn_WriteExcel);
|
this.groupBox6.Controls.Add(this.tb_FieldSize);
|
this.groupBox6.Controls.Add(this.nud_LaserShotTime);
|
this.groupBox6.Controls.Add(this.btn_Shot);
|
this.groupBox6.Controls.Add(this.lb_Initialized);
|
this.groupBox6.Controls.Add(this.label20);
|
this.groupBox6.Controls.Add(this.lb_Busy);
|
this.groupBox6.Controls.Add(this.label19);
|
this.groupBox6.Controls.Add(this.groupBox7);
|
this.groupBox6.Controls.Add(this.btn_AddScanField);
|
this.groupBox6.Controls.Add(this.label18);
|
this.groupBox6.Controls.Add(this.btn_LaserOff);
|
this.groupBox6.Controls.Add(this.btn_LaserOn);
|
this.groupBox6.Controls.Add(this.btn_GetEncoder);
|
this.groupBox6.Controls.Add(this.tb_Encoder0);
|
this.groupBox6.Controls.Add(this.tb_Encoder1);
|
this.groupBox6.Controls.Add(this.label25);
|
this.groupBox6.Controls.Add(this.label24);
|
this.groupBox6.Location = new System.Drawing.Point(12, 12);
|
this.groupBox6.Name = "groupBox6";
|
this.groupBox6.Size = new System.Drawing.Size(517, 205);
|
this.groupBox6.TabIndex = 12;
|
this.groupBox6.TabStop = false;
|
this.groupBox6.Text = "Status / Control";
|
//
|
// btn_CorrectionFilePathOpen
|
//
|
this.btn_CorrectionFilePathOpen.Location = new System.Drawing.Point(431, 20);
|
this.btn_CorrectionFilePathOpen.Name = "btn_CorrectionFilePathOpen";
|
this.btn_CorrectionFilePathOpen.Size = new System.Drawing.Size(75, 23);
|
this.btn_CorrectionFilePathOpen.TabIndex = 14;
|
this.btn_CorrectionFilePathOpen.Text = "Open";
|
this.btn_CorrectionFilePathOpen.UseVisualStyleBackColor = true;
|
this.btn_CorrectionFilePathOpen.Click += new System.EventHandler(this.btn_CorrectionFilePathOpen_Click);
|
//
|
// btn_ReadExcel
|
//
|
this.btn_ReadExcel.Location = new System.Drawing.Point(417, 177);
|
this.btn_ReadExcel.Name = "btn_ReadExcel";
|
this.btn_ReadExcel.Size = new System.Drawing.Size(93, 23);
|
this.btn_ReadExcel.TabIndex = 13;
|
this.btn_ReadExcel.Text = "Read Excel";
|
this.btn_ReadExcel.UseVisualStyleBackColor = true;
|
this.btn_ReadExcel.Click += new System.EventHandler(this.btn_ReadExcel_Click);
|
//
|
// nud_LineCount
|
//
|
this.nud_LineCount.Location = new System.Drawing.Point(332, 128);
|
this.nud_LineCount.Maximum = new decimal(new int[] {
|
25,
|
0,
|
0,
|
0});
|
this.nud_LineCount.Minimum = new decimal(new int[] {
|
2,
|
0,
|
0,
|
0});
|
this.nud_LineCount.Name = "nud_LineCount";
|
this.nud_LineCount.Size = new System.Drawing.Size(70, 21);
|
this.nud_LineCount.TabIndex = 11;
|
this.nud_LineCount.Value = new decimal(new int[] {
|
2,
|
0,
|
0,
|
0});
|
//
|
// btn_WriteExcel
|
//
|
this.btn_WriteExcel.Location = new System.Drawing.Point(318, 177);
|
this.btn_WriteExcel.Name = "btn_WriteExcel";
|
this.btn_WriteExcel.Size = new System.Drawing.Size(93, 23);
|
this.btn_WriteExcel.TabIndex = 13;
|
this.btn_WriteExcel.Text = "Write Excel";
|
this.btn_WriteExcel.UseVisualStyleBackColor = true;
|
this.btn_WriteExcel.Click += new System.EventHandler(this.btn_WriteExcel_Click);
|
//
|
// tb_FieldSize
|
//
|
this.tb_FieldSize.Location = new System.Drawing.Point(332, 150);
|
this.tb_FieldSize.Name = "tb_FieldSize";
|
this.tb_FieldSize.Size = new System.Drawing.Size(70, 21);
|
this.tb_FieldSize.TabIndex = 8;
|
this.tb_FieldSize.Text = "0";
|
this.tb_FieldSize.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SettingData_KeyDown);
|
this.tb_FieldSize.Leave += new System.EventHandler(this.SettingData_Leave);
|
//
|
// nud_LaserShotTime
|
//
|
this.nud_LaserShotTime.Increment = new decimal(new int[] {
|
10,
|
0,
|
0,
|
0});
|
this.nud_LaserShotTime.Location = new System.Drawing.Point(78, 139);
|
this.nud_LaserShotTime.Maximum = new decimal(new int[] {
|
10000,
|
0,
|
0,
|
0});
|
this.nud_LaserShotTime.Name = "nud_LaserShotTime";
|
this.nud_LaserShotTime.Size = new System.Drawing.Size(82, 21);
|
this.nud_LaserShotTime.TabIndex = 10;
|
//
|
// btn_Shot
|
//
|
this.btn_Shot.Location = new System.Drawing.Point(167, 129);
|
this.btn_Shot.Name = "btn_Shot";
|
this.btn_Shot.Size = new System.Drawing.Size(75, 43);
|
this.btn_Shot.TabIndex = 9;
|
this.btn_Shot.Text = "Shot (ms)";
|
this.btn_Shot.UseVisualStyleBackColor = true;
|
this.btn_Shot.Click += new System.EventHandler(this.btn_Shot_Click);
|
//
|
// lb_Initialized
|
//
|
this.lb_Initialized.BackColor = System.Drawing.Color.Red;
|
this.lb_Initialized.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lb_Initialized.Location = new System.Drawing.Point(9, 17);
|
this.lb_Initialized.Name = "lb_Initialized";
|
this.lb_Initialized.Size = new System.Drawing.Size(83, 20);
|
this.lb_Initialized.TabIndex = 0;
|
this.lb_Initialized.Text = "Initialized";
|
this.lb_Initialized.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
this.lb_Initialized.Click += new System.EventHandler(this.lb_Initialized_Click);
|
//
|
// label20
|
//
|
this.label20.AutoSize = true;
|
this.label20.Location = new System.Drawing.Point(260, 153);
|
this.label20.Name = "label20";
|
this.label20.Size = new System.Drawing.Size(61, 12);
|
this.label20.TabIndex = 1;
|
this.label20.Text = "Field Size";
|
//
|
// lb_Busy
|
//
|
this.lb_Busy.BackColor = System.Drawing.Color.Red;
|
this.lb_Busy.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lb_Busy.Location = new System.Drawing.Point(98, 17);
|
this.lb_Busy.Name = "lb_Busy";
|
this.lb_Busy.Size = new System.Drawing.Size(83, 20);
|
this.lb_Busy.TabIndex = 0;
|
this.lb_Busy.Text = "Busy";
|
this.lb_Busy.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// label19
|
//
|
this.label19.AutoSize = true;
|
this.label19.Location = new System.Drawing.Point(260, 133);
|
this.label19.Name = "label19";
|
this.label19.Size = new System.Drawing.Size(66, 12);
|
this.label19.TabIndex = 1;
|
this.label19.Text = "Line Count";
|
//
|
// groupBox7
|
//
|
this.groupBox7.Controls.Add(this.tb_JumpSpeed);
|
this.groupBox7.Controls.Add(this.tb_ProcessPosition);
|
this.groupBox7.Controls.Add(this.tb_MarkSpeed);
|
this.groupBox7.Controls.Add(this.label7);
|
this.groupBox7.Controls.Add(this.label16);
|
this.groupBox7.Controls.Add(this.label17);
|
this.groupBox7.Location = new System.Drawing.Point(187, 17);
|
this.groupBox7.Name = "groupBox7";
|
this.groupBox7.Size = new System.Drawing.Size(208, 106);
|
this.groupBox7.TabIndex = 5;
|
this.groupBox7.TabStop = false;
|
this.groupBox7.Text = "Process speed";
|
//
|
// tb_JumpSpeed
|
//
|
this.tb_JumpSpeed.Location = new System.Drawing.Point(127, 78);
|
this.tb_JumpSpeed.Name = "tb_JumpSpeed";
|
this.tb_JumpSpeed.Size = new System.Drawing.Size(70, 21);
|
this.tb_JumpSpeed.TabIndex = 8;
|
this.tb_JumpSpeed.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SettingData_KeyDown);
|
this.tb_JumpSpeed.Leave += new System.EventHandler(this.SettingData_Leave);
|
//
|
// tb_ProcessPosition
|
//
|
this.tb_ProcessPosition.Location = new System.Drawing.Point(127, 20);
|
this.tb_ProcessPosition.Name = "tb_ProcessPosition";
|
this.tb_ProcessPosition.ReadOnly = true;
|
this.tb_ProcessPosition.Size = new System.Drawing.Size(70, 21);
|
this.tb_ProcessPosition.TabIndex = 8;
|
this.tb_ProcessPosition.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SettingData_KeyDown);
|
this.tb_ProcessPosition.Leave += new System.EventHandler(this.SettingData_Leave);
|
//
|
// tb_MarkSpeed
|
//
|
this.tb_MarkSpeed.Location = new System.Drawing.Point(127, 49);
|
this.tb_MarkSpeed.Name = "tb_MarkSpeed";
|
this.tb_MarkSpeed.Size = new System.Drawing.Size(70, 21);
|
this.tb_MarkSpeed.TabIndex = 8;
|
this.tb_MarkSpeed.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SettingData_KeyDown);
|
this.tb_MarkSpeed.Leave += new System.EventHandler(this.SettingData_Leave);
|
//
|
// label7
|
//
|
this.label7.AutoSize = true;
|
this.label7.Location = new System.Drawing.Point(7, 26);
|
this.label7.Name = "label7";
|
this.label7.Size = new System.Drawing.Size(100, 12);
|
this.label7.TabIndex = 1;
|
this.label7.Text = "Process position";
|
//
|
// label16
|
//
|
this.label16.AutoSize = true;
|
this.label16.Location = new System.Drawing.Point(7, 82);
|
this.label16.Name = "label16";
|
this.label16.Size = new System.Drawing.Size(114, 12);
|
this.label16.TabIndex = 1;
|
this.label16.Text = "Jump speed (㎜/s)";
|
//
|
// label17
|
//
|
this.label17.AutoSize = true;
|
this.label17.Location = new System.Drawing.Point(7, 53);
|
this.label17.Name = "label17";
|
this.label17.Size = new System.Drawing.Size(111, 12);
|
this.label17.TabIndex = 1;
|
this.label17.Text = "Mark speed (㎜/s)";
|
//
|
// btn_AddScanField
|
//
|
this.btn_AddScanField.Location = new System.Drawing.Point(408, 128);
|
this.btn_AddScanField.Name = "btn_AddScanField";
|
this.btn_AddScanField.Size = new System.Drawing.Size(102, 43);
|
this.btn_AddScanField.TabIndex = 4;
|
this.btn_AddScanField.Text = "Add ScanField";
|
this.btn_AddScanField.UseVisualStyleBackColor = true;
|
this.btn_AddScanField.Click += new System.EventHandler(this.btn_AddScanField_Click);
|
//
|
// label21
|
//
|
this.label21.AutoSize = true;
|
this.label21.Location = new System.Drawing.Point(12, 25);
|
this.label21.Name = "label21";
|
this.label21.Size = new System.Drawing.Size(95, 12);
|
this.label21.TabIndex = 1;
|
this.label21.Text = "Correction File :";
|
//
|
// label18
|
//
|
this.label18.AutoSize = true;
|
this.label18.Location = new System.Drawing.Point(6, 143);
|
this.label18.Name = "label18";
|
this.label18.Size = new System.Drawing.Size(66, 12);
|
this.label18.TabIndex = 1;
|
this.label18.Text = "Laser Shot";
|
//
|
// btn_LaserOff
|
//
|
this.btn_LaserOff.Location = new System.Drawing.Point(408, 70);
|
this.btn_LaserOff.Name = "btn_LaserOff";
|
this.btn_LaserOff.Size = new System.Drawing.Size(102, 33);
|
this.btn_LaserOff.TabIndex = 4;
|
this.btn_LaserOff.Text = "Laser Off";
|
this.btn_LaserOff.UseVisualStyleBackColor = true;
|
this.btn_LaserOff.Click += new System.EventHandler(this.btn_LaserOff_Click);
|
//
|
// btn_LaserOn
|
//
|
this.btn_LaserOn.Location = new System.Drawing.Point(408, 33);
|
this.btn_LaserOn.Name = "btn_LaserOn";
|
this.btn_LaserOn.Size = new System.Drawing.Size(102, 33);
|
this.btn_LaserOn.TabIndex = 4;
|
this.btn_LaserOn.Text = "Laser On";
|
this.btn_LaserOn.UseVisualStyleBackColor = true;
|
this.btn_LaserOn.Click += new System.EventHandler(this.btn_LaserOn_Click);
|
//
|
// btn_GetEncoder
|
//
|
this.btn_GetEncoder.Location = new System.Drawing.Point(9, 98);
|
this.btn_GetEncoder.Name = "btn_GetEncoder";
|
this.btn_GetEncoder.Size = new System.Drawing.Size(172, 25);
|
this.btn_GetEncoder.TabIndex = 4;
|
this.btn_GetEncoder.Text = "Get encoder";
|
this.btn_GetEncoder.UseVisualStyleBackColor = true;
|
this.btn_GetEncoder.Click += new System.EventHandler(this.btn_GetEncoder_Click);
|
//
|
// tb_Encoder0
|
//
|
this.tb_Encoder0.Location = new System.Drawing.Point(75, 45);
|
this.tb_Encoder0.Name = "tb_Encoder0";
|
this.tb_Encoder0.ReadOnly = true;
|
this.tb_Encoder0.Size = new System.Drawing.Size(106, 21);
|
this.tb_Encoder0.TabIndex = 8;
|
this.tb_Encoder0.Text = "0";
|
//
|
// tb_CorrectionFilePath
|
//
|
this.tb_CorrectionFilePath.Location = new System.Drawing.Point(113, 20);
|
this.tb_CorrectionFilePath.Name = "tb_CorrectionFilePath";
|
this.tb_CorrectionFilePath.ReadOnly = true;
|
this.tb_CorrectionFilePath.Size = new System.Drawing.Size(312, 21);
|
this.tb_CorrectionFilePath.TabIndex = 8;
|
//
|
// tb_Encoder1
|
//
|
this.tb_Encoder1.Location = new System.Drawing.Point(75, 70);
|
this.tb_Encoder1.Name = "tb_Encoder1";
|
this.tb_Encoder1.ReadOnly = true;
|
this.tb_Encoder1.Size = new System.Drawing.Size(106, 21);
|
this.tb_Encoder1.TabIndex = 8;
|
this.tb_Encoder1.Text = "0";
|
//
|
// label25
|
//
|
this.label25.AutoSize = true;
|
this.label25.Location = new System.Drawing.Point(7, 73);
|
this.label25.Name = "label25";
|
this.label25.Size = new System.Drawing.Size(62, 12);
|
this.label25.TabIndex = 1;
|
this.label25.Text = "Encoder 1";
|
//
|
// label24
|
//
|
this.label24.AutoSize = true;
|
this.label24.Location = new System.Drawing.Point(7, 48);
|
this.label24.Name = "label24";
|
this.label24.Size = new System.Drawing.Size(62, 12);
|
this.label24.TabIndex = 1;
|
this.label24.Text = "Encoder 0";
|
//
|
// ScannerViewer
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(542, 659);
|
this.Controls.Add(this.groupBox6);
|
this.Controls.Add(this.groupBox5);
|
this.Controls.Add(this.groupBox1);
|
this.Name = "ScannerViewer";
|
this.Text = "ScannerViewer";
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ScannerViewer_FormClosing);
|
this.groupBox1.ResumeLayout(false);
|
this.groupBox1.PerformLayout();
|
this.groupBox2.ResumeLayout(false);
|
this.groupBox2.PerformLayout();
|
this.groupBox3.ResumeLayout(false);
|
this.groupBox3.PerformLayout();
|
this.groupBox4.ResumeLayout(false);
|
this.groupBox4.PerformLayout();
|
this.groupBox5.ResumeLayout(false);
|
this.groupBox5.PerformLayout();
|
this.groupBox6.ResumeLayout(false);
|
this.groupBox6.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.nud_LineCount)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.nud_LaserShotTime)).EndInit();
|
this.groupBox7.ResumeLayout(false);
|
this.groupBox7.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
private System.Windows.Forms.GroupBox groupBox2;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.TextBox tb_FOV;
|
private System.Windows.Forms.TextBox tb_BitsPerMm;
|
private System.Windows.Forms.TextBox tb_EncoderCountPerMmY;
|
private System.Windows.Forms.TextBox tb_EncoderCountPerMmX;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.GroupBox groupBox3;
|
private System.Windows.Forms.Label label12;
|
private System.Windows.Forms.TextBox tb_LaserOffDelay;
|
private System.Windows.Forms.TextBox tb_LaserOnDelay;
|
private System.Windows.Forms.TextBox tb_PulseLength;
|
private System.Windows.Forms.TextBox tb_HalfPeriod;
|
private System.Windows.Forms.Label label5;
|
private System.Windows.Forms.Label label11;
|
private System.Windows.Forms.Label label6;
|
private System.Windows.Forms.GroupBox groupBox4;
|
private System.Windows.Forms.Label label10;
|
private System.Windows.Forms.TextBox tb_PolygonDelay;
|
private System.Windows.Forms.TextBox tb_MarkDelay;
|
private System.Windows.Forms.TextBox tb_JumpDelay;
|
private System.Windows.Forms.Label label9;
|
private System.Windows.Forms.Label label8;
|
private System.Windows.Forms.Button btn_Run;
|
private System.Windows.Forms.ListView lv_ScanList;
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|
private System.Windows.Forms.ColumnHeader columnHeader2;
|
private System.Windows.Forms.ColumnHeader columnHeader3;
|
private System.Windows.Forms.ColumnHeader columnHeader4;
|
private System.Windows.Forms.GroupBox groupBox5;
|
private System.Windows.Forms.ComboBox cbb_ScanMode;
|
private System.Windows.Forms.TextBox tb_PosY;
|
private System.Windows.Forms.TextBox tb_PosX;
|
private System.Windows.Forms.Button btn_Add;
|
private System.Windows.Forms.Label label15;
|
private System.Windows.Forms.Label label14;
|
private System.Windows.Forms.Label label13;
|
private System.Windows.Forms.Button btn_Clear;
|
private System.Windows.Forms.Button btn_Cancel;
|
private System.Windows.Forms.Button btn_Save;
|
private System.Windows.Forms.GroupBox groupBox6;
|
private System.Windows.Forms.Label lb_Busy;
|
private System.Windows.Forms.Button btn_GetEncoder;
|
private System.Windows.Forms.TextBox tb_Encoder0;
|
private System.Windows.Forms.TextBox tb_Encoder1;
|
private System.Windows.Forms.Label label25;
|
private System.Windows.Forms.Label label24;
|
private System.Windows.Forms.Label lb_Initialized;
|
private System.Windows.Forms.Button btn_Stop;
|
private System.Windows.Forms.GroupBox groupBox7;
|
private System.Windows.Forms.TextBox tb_JumpSpeed;
|
private System.Windows.Forms.TextBox tb_MarkSpeed;
|
private System.Windows.Forms.Label label16;
|
private System.Windows.Forms.Label label17;
|
private System.Windows.Forms.TextBox tb_ProcessPosition;
|
private System.Windows.Forms.Label label7;
|
private System.Windows.Forms.Button btn_LaserOff;
|
private System.Windows.Forms.Button btn_LaserOn;
|
private System.Windows.Forms.Button btn_AddScanField;
|
private System.Windows.Forms.NumericUpDown nud_LaserShotTime;
|
private System.Windows.Forms.Button btn_Shot;
|
private System.Windows.Forms.Label label18;
|
private System.Windows.Forms.TextBox tb_FieldSize;
|
private System.Windows.Forms.Label label20;
|
private System.Windows.Forms.Label label19;
|
private System.Windows.Forms.NumericUpDown nud_LineCount;
|
private System.Windows.Forms.Button btn_WriteExcel;
|
private System.Windows.Forms.Button btn_ReadExcel;
|
private System.Windows.Forms.Button btn_CorrectionFilePathOpen;
|
private System.Windows.Forms.Label label21;
|
private System.Windows.Forms.TextBox tb_CorrectionFilePath;
|
}
|
}
|