123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476 |
-
- namespace Metis.AutoAnalysis
- {
- partial class SampleStageManageDialog
- {
- /// <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.components = new System.ComponentModel.Container();
- this.panel1 = new System.Windows.Forms.Panel();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.panel9 = new System.Windows.Forms.Panel();
- this.panel7 = new System.Windows.Forms.Panel();
- this.btnAdd = new System.Windows.Forms.Button();
- this.btnEdit = new System.Windows.Forms.Button();
- this.btnDelete = new System.Windows.Forms.Button();
- this.panel2 = new System.Windows.Forms.Panel();
- this.panel4 = new System.Windows.Forms.Panel();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.panel8 = new System.Windows.Forms.Panel();
- this.panel5 = new System.Windows.Forms.Panel();
- this.groupBox5 = new System.Windows.Forms.GroupBox();
- this.panel10 = new System.Windows.Forms.Panel();
- this.groupBox4 = new System.Windows.Forms.GroupBox();
- this.panel6 = new System.Windows.Forms.Panel();
- this.label3 = new System.Windows.Forms.Label();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.panel3 = new System.Windows.Forms.Panel();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.button5 = new System.Windows.Forms.Button();
- this.button6 = new System.Windows.Forms.Button();
- this.button4 = new System.Windows.Forms.Button();
- this.button3 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.panel1.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.panel7.SuspendLayout();
- this.panel2.SuspendLayout();
- this.panel4.SuspendLayout();
- this.groupBox3.SuspendLayout();
- this.panel5.SuspendLayout();
- this.groupBox5.SuspendLayout();
- this.groupBox4.SuspendLayout();
- this.panel6.SuspendLayout();
- this.panel3.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Controls.Add(this.groupBox1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
- this.panel1.Location = new System.Drawing.Point(4, 4);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(194, 553);
- this.panel1.TabIndex = 1;
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.panel9);
- this.groupBox1.Controls.Add(this.panel7);
- this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox1.Location = new System.Drawing.Point(0, 0);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(194, 553);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "样品台管理";
- //
- // panel9
- //
- this.panel9.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel9.Location = new System.Drawing.Point(3, 55);
- this.panel9.Name = "panel9";
- this.panel9.Padding = new System.Windows.Forms.Padding(5);
- this.panel9.Size = new System.Drawing.Size(188, 495);
- this.panel9.TabIndex = 3;
- //
- // panel7
- //
- this.panel7.Controls.Add(this.btnAdd);
- this.panel7.Controls.Add(this.btnEdit);
- this.panel7.Controls.Add(this.btnDelete);
- this.panel7.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel7.Location = new System.Drawing.Point(3, 21);
- this.panel7.Name = "panel7";
- this.panel7.Size = new System.Drawing.Size(188, 34);
- this.panel7.TabIndex = 2;
- //
- // btnAdd
- //
- this.btnAdd.Location = new System.Drawing.Point(23, 3);
- this.btnAdd.Name = "btnAdd";
- this.btnAdd.Size = new System.Drawing.Size(50, 23);
- this.btnAdd.TabIndex = 0;
- this.btnAdd.Text = "新增";
- this.btnAdd.UseVisualStyleBackColor = true;
- this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
- //
- // btnEdit
- //
- this.btnEdit.Location = new System.Drawing.Point(79, 3);
- this.btnEdit.Name = "btnEdit";
- this.btnEdit.Size = new System.Drawing.Size(50, 23);
- this.btnEdit.TabIndex = 0;
- this.btnEdit.Text = "编辑";
- this.btnEdit.UseVisualStyleBackColor = true;
- this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
- //
- // btnDelete
- //
- this.btnDelete.Location = new System.Drawing.Point(135, 3);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(50, 23);
- this.btnDelete.TabIndex = 0;
- this.btnDelete.Text = "删除";
- this.btnDelete.UseVisualStyleBackColor = true;
- this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
- //
- // panel2
- //
- this.panel2.Controls.Add(this.panel4);
- this.panel2.Controls.Add(this.panel5);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel2.Location = new System.Drawing.Point(198, 4);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(434, 553);
- this.panel2.TabIndex = 1;
- //
- // panel4
- //
- this.panel4.Controls.Add(this.groupBox3);
- this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel4.Location = new System.Drawing.Point(0, 0);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(434, 346);
- this.panel4.TabIndex = 0;
- //
- // groupBox3
- //
- this.groupBox3.Controls.Add(this.panel8);
- this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox3.Location = new System.Drawing.Point(0, 0);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Size = new System.Drawing.Size(434, 346);
- this.groupBox3.TabIndex = 0;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "样品台工位标记 ";
- //
- // panel8
- //
- this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel8.Location = new System.Drawing.Point(3, 21);
- this.panel8.Name = "panel8";
- this.panel8.Padding = new System.Windows.Forms.Padding(4);
- this.panel8.Size = new System.Drawing.Size(428, 322);
- this.panel8.TabIndex = 0;
- //
- // panel5
- //
- this.panel5.Controls.Add(this.groupBox5);
- this.panel5.Controls.Add(this.groupBox4);
- this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel5.Location = new System.Drawing.Point(0, 346);
- this.panel5.Name = "panel5";
- this.panel5.Size = new System.Drawing.Size(434, 207);
- this.panel5.TabIndex = 0;
- //
- // groupBox5
- //
- this.groupBox5.Controls.Add(this.panel10);
- this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox5.Location = new System.Drawing.Point(188, 0);
- this.groupBox5.Name = "groupBox5";
- this.groupBox5.Padding = new System.Windows.Forms.Padding(20);
- this.groupBox5.Size = new System.Drawing.Size(246, 207);
- this.groupBox5.TabIndex = 1;
- this.groupBox5.TabStop = false;
- this.groupBox5.Text = "测量范围预览";
- //
- // panel10
- //
- this.panel10.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel10.Location = new System.Drawing.Point(20, 38);
- this.panel10.Name = "panel10";
- this.panel10.Size = new System.Drawing.Size(206, 149);
- this.panel10.TabIndex = 0;
- //
- // groupBox4
- //
- this.groupBox4.Controls.Add(this.panel6);
- this.groupBox4.Controls.Add(this.label2);
- this.groupBox4.Controls.Add(this.textBox1);
- this.groupBox4.Controls.Add(this.label1);
- this.groupBox4.Dock = System.Windows.Forms.DockStyle.Left;
- this.groupBox4.Location = new System.Drawing.Point(0, 0);
- this.groupBox4.Name = "groupBox4";
- this.groupBox4.Padding = new System.Windows.Forms.Padding(10);
- this.groupBox4.Size = new System.Drawing.Size(188, 207);
- this.groupBox4.TabIndex = 0;
- this.groupBox4.TabStop = false;
- this.groupBox4.Text = "测量范围标记";
- //
- // panel6
- //
- this.panel6.Controls.Add(this.label3);
- this.panel6.Controls.Add(this.textBox3);
- this.panel6.Controls.Add(this.textBox2);
- this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel6.Location = new System.Drawing.Point(10, 103);
- this.panel6.Name = "panel6";
- this.panel6.Size = new System.Drawing.Size(168, 21);
- this.panel6.TabIndex = 3;
- //
- // label3
- //
- this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label3.Location = new System.Drawing.Point(72, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(24, 21);
- this.label3.TabIndex = 2;
- this.label3.Text = "*";
- this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // textBox3
- //
- this.textBox3.Dock = System.Windows.Forms.DockStyle.Right;
- this.textBox3.Location = new System.Drawing.Point(96, 0);
- this.textBox3.Name = "textBox3";
- this.textBox3.Size = new System.Drawing.Size(72, 25);
- this.textBox3.TabIndex = 1;
- this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
- //
- // textBox2
- //
- this.textBox2.Dock = System.Windows.Forms.DockStyle.Left;
- this.textBox2.Location = new System.Drawing.Point(0, 0);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(72, 25);
- this.textBox2.TabIndex = 0;
- this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Dock = System.Windows.Forms.DockStyle.Top;
- this.label2.Location = new System.Drawing.Point(10, 78);
- this.label2.Margin = new System.Windows.Forms.Padding(5);
- this.label2.Name = "label2";
- this.label2.Padding = new System.Windows.Forms.Padding(0, 5, 5, 5);
- this.label2.Size = new System.Drawing.Size(88, 25);
- this.label2.TabIndex = 2;
- this.label2.Text = "测量范围mm";
- //
- // textBox1
- //
- this.textBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.textBox1.Location = new System.Drawing.Point(10, 53);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(168, 25);
- this.textBox1.TabIndex = 1;
- this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Dock = System.Windows.Forms.DockStyle.Top;
- this.label1.Location = new System.Drawing.Point(10, 28);
- this.label1.Name = "label1";
- this.label1.Padding = new System.Windows.Forms.Padding(0, 5, 5, 5);
- this.label1.Size = new System.Drawing.Size(88, 25);
- this.label1.TabIndex = 0;
- this.label1.Text = "工位直径mm";
- //
- // panel3
- //
- this.panel3.Controls.Add(this.groupBox2);
- this.panel3.Dock = System.Windows.Forms.DockStyle.Right;
- this.panel3.Location = new System.Drawing.Point(632, 4);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(148, 553);
- this.panel3.TabIndex = 1;
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.button5);
- this.groupBox2.Controls.Add(this.button6);
- this.groupBox2.Controls.Add(this.button4);
- this.groupBox2.Controls.Add(this.button3);
- this.groupBox2.Controls.Add(this.button2);
- this.groupBox2.Controls.Add(this.button1);
- this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox2.Location = new System.Drawing.Point(0, 0);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Padding = new System.Windows.Forms.Padding(10);
- this.groupBox2.Size = new System.Drawing.Size(148, 553);
- this.groupBox2.TabIndex = 1;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "相关操作";
- //
- // button5
- //
- this.button5.Dock = System.Windows.Forms.DockStyle.Top;
- this.button5.Location = new System.Drawing.Point(10, 140);
- this.button5.Margin = new System.Windows.Forms.Padding(5);
- this.button5.Name = "button5";
- this.button5.Size = new System.Drawing.Size(128, 28);
- this.button5.TabIndex = 6;
- this.button5.Text = "显示相机";
- this.button5.UseVisualStyleBackColor = true;
- this.button5.Click += new System.EventHandler(this.button5_Click);
- //
- // button6
- //
- this.button6.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.button6.Location = new System.Drawing.Point(10, 515);
- this.button6.Margin = new System.Windows.Forms.Padding(5);
- this.button6.Name = "button6";
- this.button6.Size = new System.Drawing.Size(128, 28);
- this.button6.TabIndex = 5;
- this.button6.Text = "保存配置";
- this.button6.UseVisualStyleBackColor = true;
- this.button6.Click += new System.EventHandler(this.button6_Click);
- //
- // button4
- //
- this.button4.Dock = System.Windows.Forms.DockStyle.Top;
- this.button4.Location = new System.Drawing.Point(10, 112);
- this.button4.Margin = new System.Windows.Forms.Padding(5);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(128, 28);
- this.button4.TabIndex = 3;
- this.button4.Text = "导出坐标文件";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // button3
- //
- this.button3.Dock = System.Windows.Forms.DockStyle.Top;
- this.button3.Location = new System.Drawing.Point(10, 84);
- this.button3.Margin = new System.Windows.Forms.Padding(5);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(128, 28);
- this.button3.TabIndex = 2;
- this.button3.Text = "复位";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // button2
- //
- this.button2.Dock = System.Windows.Forms.DockStyle.Top;
- this.button2.Location = new System.Drawing.Point(10, 56);
- this.button2.Margin = new System.Windows.Forms.Padding(5);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(128, 28);
- this.button2.TabIndex = 1;
- this.button2.Text = "移动到工位";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button1
- //
- this.button1.Dock = System.Windows.Forms.DockStyle.Top;
- this.button1.Location = new System.Drawing.Point(10, 28);
- this.button1.Margin = new System.Windows.Forms.Padding(5);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(128, 28);
- this.button1.TabIndex = 0;
- this.button1.Text = "载入坐标文件";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // timer1
- //
- this.timer1.Enabled = true;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // SampleStageManageDialog
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(784, 561);
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.panel3);
- this.Controls.Add(this.panel1);
- this.Location = new System.Drawing.Point(0, 0);
- this.Name = "SampleStageManageDialog";
- this.Padding = new System.Windows.Forms.Padding(4);
- this.Text = "样品台管理";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SampleStageManageDialog_FormClosing);
- this.Load += new System.EventHandler(this.SampleStageManageDialog_Load);
- this.Controls.SetChildIndex(this.panel1, 0);
- this.Controls.SetChildIndex(this.panel3, 0);
- this.Controls.SetChildIndex(this.panel2, 0);
- this.panel1.ResumeLayout(false);
- this.groupBox1.ResumeLayout(false);
- this.panel7.ResumeLayout(false);
- this.panel2.ResumeLayout(false);
- this.panel4.ResumeLayout(false);
- this.groupBox3.ResumeLayout(false);
- this.panel5.ResumeLayout(false);
- this.groupBox5.ResumeLayout(false);
- this.groupBox4.ResumeLayout(false);
- this.groupBox4.PerformLayout();
- this.panel6.ResumeLayout(false);
- this.panel6.PerformLayout();
- this.panel3.ResumeLayout(false);
- this.groupBox2.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.Panel panel5;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.Button btnDelete;
- private System.Windows.Forms.Button btnEdit;
- private System.Windows.Forms.Button btnAdd;
- private System.Windows.Forms.GroupBox groupBox3;
- private System.Windows.Forms.GroupBox groupBox5;
- private System.Windows.Forms.GroupBox groupBox4;
- private System.Windows.Forms.Panel panel6;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox textBox3;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Panel panel7;
- private System.Windows.Forms.Button button6;
- private System.Windows.Forms.Button button4;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Panel panel8;
- private System.Windows.Forms.Panel panel9;
- private System.Windows.Forms.Panel panel10;
- private System.Windows.Forms.Timer timer1;
- private System.Windows.Forms.Button button5;
- }
- }
|