123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502 |
-
- namespace PaintDotNet
- {
- partial class ImageStitchingFocusDialog
- {
- /// <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.panel1 = new System.Windows.Forms.Panel();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.BtnCancel = new System.Windows.Forms.Button();
- this.btnOk = new System.Windows.Forms.Button();
- this.panel2 = new System.Windows.Forms.Panel();
- this.panel3 = new System.Windows.Forms.Panel();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.pctPreview = new System.Windows.Forms.PictureBox();
- this.panel4 = new System.Windows.Forms.Panel();
- this.panel5 = new System.Windows.Forms.Panel();
- this.groupBox5 = new System.Windows.Forms.GroupBox();
- this.pnlGridRegion = new System.Windows.Forms.Panel();
- this.panel7 = new System.Windows.Forms.Panel();
- this.groupBox8 = new System.Windows.Forms.GroupBox();
- this.rbtHighS = new System.Windows.Forms.RadioButton();
- this.rbtLowS = new System.Windows.Forms.RadioButton();
- this.groupBox7 = new System.Windows.Forms.GroupBox();
- this.btnFixedLower = new System.Windows.Forms.Button();
- this.btnFixedUp = new System.Windows.Forms.Button();
- this.groupBox4 = new System.Windows.Forms.GroupBox();
- this.btnContinuityLower = new System.Windows.Forms.Button();
- this.btnContinuityUp = new System.Windows.Forms.Button();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.dgvRegionTeb = new System.Windows.Forms.DataGridView();
- this.regionId = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.regionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.regionTiles = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.regionZ = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.regionArea = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.panel6 = new System.Windows.Forms.Panel();
- this.groupBox6 = new System.Windows.Forms.GroupBox();
- this.btnSaveOne = new System.Windows.Forms.Button();
- this.btnStartFocus = new System.Windows.Forms.Button();
- this.panel1.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.panel2.SuspendLayout();
- this.panel3.SuspendLayout();
- this.groupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pctPreview)).BeginInit();
- this.panel4.SuspendLayout();
- this.panel5.SuspendLayout();
- this.groupBox5.SuspendLayout();
- this.panel7.SuspendLayout();
- this.groupBox8.SuspendLayout();
- this.groupBox7.SuspendLayout();
- this.groupBox4.SuspendLayout();
- this.groupBox3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvRegionTeb)).BeginInit();
- this.panel6.SuspendLayout();
- this.groupBox6.SuspendLayout();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Controls.Add(this.groupBox1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(5, 3);
- this.panel1.Name = "panel1";
- this.panel1.Padding = new System.Windows.Forms.Padding(3);
- this.panel1.Size = new System.Drawing.Size(1081, 66);
- this.panel1.TabIndex = 0;
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.BtnCancel);
- this.groupBox1.Controls.Add(this.btnOk);
- this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox1.Location = new System.Drawing.Point(3, 3);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(1075, 60);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "operate";
- //
- // BtnCancel
- //
- this.BtnCancel.Location = new System.Drawing.Point(976, 20);
- this.BtnCancel.Name = "BtnCancel";
- this.BtnCancel.Size = new System.Drawing.Size(75, 30);
- this.BtnCancel.TabIndex = 0;
- this.BtnCancel.Text = "Cancel";
- this.BtnCancel.UseVisualStyleBackColor = true;
- //
- // btnOk
- //
- this.btnOk.Location = new System.Drawing.Point(857, 20);
- this.btnOk.Name = "btnOk";
- this.btnOk.Size = new System.Drawing.Size(75, 30);
- this.btnOk.TabIndex = 0;
- this.btnOk.Text = "OK";
- this.btnOk.UseVisualStyleBackColor = true;
- this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
- //
- // panel2
- //
- this.panel2.Controls.Add(this.panel3);
- this.panel2.Controls.Add(this.panel4);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel2.Location = new System.Drawing.Point(5, 69);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1081, 516);
- this.panel2.TabIndex = 1;
- //
- // panel3
- //
- this.panel3.Controls.Add(this.groupBox2);
- this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel3.Location = new System.Drawing.Point(0, 0);
- this.panel3.Name = "panel3";
- this.panel3.Padding = new System.Windows.Forms.Padding(3);
- this.panel3.Size = new System.Drawing.Size(635, 516);
- this.panel3.TabIndex = 0;
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.pctPreview);
- this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox2.Location = new System.Drawing.Point(3, 3);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(629, 510);
- this.groupBox2.TabIndex = 1;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "preview";
- //
- // pctPreview
- //
- this.pctPreview.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pctPreview.Location = new System.Drawing.Point(3, 17);
- this.pctPreview.Name = "pctPreview";
- this.pctPreview.Size = new System.Drawing.Size(623, 490);
- this.pctPreview.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pctPreview.TabIndex = 0;
- this.pctPreview.TabStop = false;
- //
- // panel4
- //
- this.panel4.Controls.Add(this.panel5);
- this.panel4.Controls.Add(this.groupBox3);
- this.panel4.Controls.Add(this.panel6);
- this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
- this.panel4.Location = new System.Drawing.Point(635, 0);
- this.panel4.Name = "panel4";
- this.panel4.Padding = new System.Windows.Forms.Padding(3);
- this.panel4.Size = new System.Drawing.Size(446, 516);
- this.panel4.TabIndex = 1;
- //
- // panel5
- //
- this.panel5.Controls.Add(this.groupBox5);
- this.panel5.Controls.Add(this.panel7);
- this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel5.Location = new System.Drawing.Point(3, 161);
- this.panel5.Name = "panel5";
- this.panel5.Size = new System.Drawing.Size(440, 289);
- this.panel5.TabIndex = 3;
- //
- // groupBox5
- //
- this.groupBox5.Controls.Add(this.pnlGridRegion);
- this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox5.Location = new System.Drawing.Point(0, 0);
- this.groupBox5.Name = "groupBox5";
- this.groupBox5.Size = new System.Drawing.Size(297, 289);
- this.groupBox5.TabIndex = 1;
- this.groupBox5.TabStop = false;
- this.groupBox5.Text = "grid";
- //
- // pnlGridRegion
- //
- this.pnlGridRegion.BackColor = System.Drawing.Color.White;
- this.pnlGridRegion.Location = new System.Drawing.Point(6, 22);
- this.pnlGridRegion.Name = "pnlGridRegion";
- this.pnlGridRegion.Size = new System.Drawing.Size(285, 261);
- this.pnlGridRegion.TabIndex = 0;
- //
- // panel7
- //
- this.panel7.Controls.Add(this.groupBox8);
- this.panel7.Controls.Add(this.groupBox7);
- this.panel7.Controls.Add(this.groupBox4);
- this.panel7.Dock = System.Windows.Forms.DockStyle.Right;
- this.panel7.Location = new System.Drawing.Point(297, 0);
- this.panel7.Name = "panel7";
- this.panel7.Size = new System.Drawing.Size(143, 289);
- this.panel7.TabIndex = 2;
- //
- // groupBox8
- //
- this.groupBox8.Controls.Add(this.rbtHighS);
- this.groupBox8.Controls.Add(this.rbtLowS);
- this.groupBox8.Location = new System.Drawing.Point(6, 161);
- this.groupBox8.Name = "groupBox8";
- this.groupBox8.Size = new System.Drawing.Size(132, 93);
- this.groupBox8.TabIndex = 1;
- this.groupBox8.TabStop = false;
- this.groupBox8.Text = "speed";
- //
- // rbtHighS
- //
- this.rbtHighS.AutoSize = true;
- this.rbtHighS.Location = new System.Drawing.Point(17, 53);
- this.rbtHighS.Name = "rbtHighS";
- this.rbtHighS.Size = new System.Drawing.Size(77, 16);
- this.rbtHighS.TabIndex = 1;
- this.rbtHighS.TabStop = true;
- this.rbtHighS.Text = "HighSpeed";
- this.rbtHighS.UseVisualStyleBackColor = true;
- this.rbtHighS.Click += new System.EventHandler(this.SpeedChangeClick);
- //
- // rbtLowS
- //
- this.rbtLowS.AutoSize = true;
- this.rbtLowS.Location = new System.Drawing.Point(17, 28);
- this.rbtLowS.Name = "rbtLowS";
- this.rbtLowS.Size = new System.Drawing.Size(71, 16);
- this.rbtLowS.TabIndex = 0;
- this.rbtLowS.Text = "LowSpeed";
- this.rbtLowS.UseVisualStyleBackColor = true;
- this.rbtLowS.Click += new System.EventHandler(this.SpeedChangeClick);
- //
- // groupBox7
- //
- this.groupBox7.Controls.Add(this.btnFixedLower);
- this.groupBox7.Controls.Add(this.btnFixedUp);
- this.groupBox7.Location = new System.Drawing.Point(73, 1);
- this.groupBox7.Name = "groupBox7";
- this.groupBox7.Size = new System.Drawing.Size(65, 154);
- this.groupBox7.TabIndex = 1;
- this.groupBox7.TabStop = false;
- this.groupBox7.Text = "stepmove";
- //
- // btnFixedLower
- //
- this.btnFixedLower.Location = new System.Drawing.Point(9, 93);
- this.btnFixedLower.Name = "btnFixedLower";
- this.btnFixedLower.Size = new System.Drawing.Size(50, 50);
- this.btnFixedLower.TabIndex = 3;
- this.btnFixedLower.UseVisualStyleBackColor = true;
- this.btnFixedLower.Click += new System.EventHandler(this.btnFixedLower_Click);
- //
- // btnFixedUp
- //
- this.btnFixedUp.Location = new System.Drawing.Point(9, 33);
- this.btnFixedUp.Name = "btnFixedUp";
- this.btnFixedUp.Size = new System.Drawing.Size(50, 50);
- this.btnFixedUp.TabIndex = 2;
- this.btnFixedUp.UseVisualStyleBackColor = true;
- this.btnFixedUp.Click += new System.EventHandler(this.btnFixedUp_Click);
- //
- // groupBox4
- //
- this.groupBox4.Controls.Add(this.btnContinuityLower);
- this.groupBox4.Controls.Add(this.btnContinuityUp);
- this.groupBox4.Location = new System.Drawing.Point(5, 1);
- this.groupBox4.Name = "groupBox4";
- this.groupBox4.Size = new System.Drawing.Size(65, 154);
- this.groupBox4.TabIndex = 0;
- this.groupBox4.TabStop = false;
- this.groupBox4.Text = "continue";
- //
- // btnContinuityLower
- //
- this.btnContinuityLower.Location = new System.Drawing.Point(8, 93);
- this.btnContinuityLower.Name = "btnContinuityLower";
- this.btnContinuityLower.Size = new System.Drawing.Size(50, 50);
- this.btnContinuityLower.TabIndex = 1;
- this.btnContinuityLower.UseVisualStyleBackColor = true;
- this.btnContinuityLower.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnContinuityLower_MouseDown);
- this.btnContinuityLower.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnContinuityStop_MouseUp);
- //
- // btnContinuityUp
- //
- this.btnContinuityUp.Location = new System.Drawing.Point(8, 33);
- this.btnContinuityUp.Name = "btnContinuityUp";
- this.btnContinuityUp.Size = new System.Drawing.Size(50, 50);
- this.btnContinuityUp.TabIndex = 0;
- this.btnContinuityUp.UseVisualStyleBackColor = true;
- this.btnContinuityUp.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnContinuityUp_MouseDown);
- this.btnContinuityUp.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnContinuityStop_MouseUp);
- //
- // groupBox3
- //
- this.groupBox3.Controls.Add(this.dgvRegionTeb);
- this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBox3.Location = new System.Drawing.Point(3, 3);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Size = new System.Drawing.Size(440, 158);
- this.groupBox3.TabIndex = 2;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "regionlist";
- //
- // dgvRegionTeb
- //
- this.dgvRegionTeb.AllowUserToAddRows = false;
- this.dgvRegionTeb.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dgvRegionTeb.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvRegionTeb.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.regionId,
- this.regionName,
- this.regionTiles,
- this.regionZ,
- this.regionArea});
- this.dgvRegionTeb.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.dgvRegionTeb.Location = new System.Drawing.Point(3, 20);
- this.dgvRegionTeb.Name = "dgvRegionTeb";
- this.dgvRegionTeb.ReadOnly = true;
- this.dgvRegionTeb.RowHeadersVisible = false;
- this.dgvRegionTeb.RowHeadersWidth = 51;
- this.dgvRegionTeb.RowTemplate.Height = 23;
- this.dgvRegionTeb.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvRegionTeb.Size = new System.Drawing.Size(434, 135);
- this.dgvRegionTeb.TabIndex = 1;
- this.dgvRegionTeb.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvRegionTeb_CellClick);
- //
- // regionId
- //
- this.regionId.FillWeight = 24F;
- this.regionId.HeaderText = "ID";
- this.regionId.MinimumWidth = 6;
- this.regionId.Name = "regionId";
- this.regionId.ReadOnly = true;
- this.regionId.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // regionName
- //
- this.regionName.FillWeight = 60F;
- this.regionName.HeaderText = "Name";
- this.regionName.MinimumWidth = 6;
- this.regionName.Name = "regionName";
- this.regionName.ReadOnly = true;
- this.regionName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // regionTiles
- //
- this.regionTiles.FillWeight = 60F;
- this.regionTiles.HeaderText = "Tiles";
- this.regionTiles.MinimumWidth = 6;
- this.regionTiles.Name = "regionTiles";
- this.regionTiles.ReadOnly = true;
- this.regionTiles.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // regionZ
- //
- this.regionZ.FillWeight = 60F;
- this.regionZ.HeaderText = "Z(μm)";
- this.regionZ.MinimumWidth = 6;
- this.regionZ.Name = "regionZ";
- this.regionZ.ReadOnly = true;
- this.regionZ.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // regionArea
- //
- this.regionArea.FillWeight = 60F;
- this.regionArea.HeaderText = "Area(mm²)";
- this.regionArea.MinimumWidth = 6;
- this.regionArea.Name = "regionArea";
- this.regionArea.ReadOnly = true;
- this.regionArea.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // panel6
- //
- this.panel6.Controls.Add(this.groupBox6);
- this.panel6.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel6.Location = new System.Drawing.Point(3, 450);
- this.panel6.Name = "panel6";
- this.panel6.Size = new System.Drawing.Size(440, 63);
- this.panel6.TabIndex = 4;
- //
- // groupBox6
- //
- this.groupBox6.Controls.Add(this.btnSaveOne);
- this.groupBox6.Controls.Add(this.btnStartFocus);
- this.groupBox6.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox6.Location = new System.Drawing.Point(0, 0);
- this.groupBox6.Name = "groupBox6";
- this.groupBox6.Size = new System.Drawing.Size(440, 63);
- this.groupBox6.TabIndex = 0;
- this.groupBox6.TabStop = false;
- this.groupBox6.Text = "Operate";
- //
- // btnSaveOne
- //
- this.btnSaveOne.Location = new System.Drawing.Point(336, 20);
- this.btnSaveOne.Name = "btnSaveOne";
- this.btnSaveOne.Size = new System.Drawing.Size(80, 26);
- this.btnSaveOne.TabIndex = 1;
- this.btnSaveOne.Text = "Save";
- this.btnSaveOne.UseVisualStyleBackColor = true;
- this.btnSaveOne.Click += new System.EventHandler(this.btnSaveOne_Click);
- //
- // btnStartFocus
- //
- this.btnStartFocus.Location = new System.Drawing.Point(16, 20);
- this.btnStartFocus.Name = "btnStartFocus";
- this.btnStartFocus.Size = new System.Drawing.Size(80, 26);
- this.btnStartFocus.TabIndex = 0;
- this.btnStartFocus.Text = "StartFocus";
- this.btnStartFocus.UseVisualStyleBackColor = true;
- this.btnStartFocus.Click += new System.EventHandler(this.btnStartFocus_Click);
- //
- // ImageStitchingFocusDialog
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1091, 588);
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.panel1);
- this.Name = "ImageStitchingFocusDialog";
- this.Padding = new System.Windows.Forms.Padding(5, 3, 5, 3);
- this.Text = "ImageStitchingFocusDialog";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ImageStitchingFocusDialog_FormClosing);
- this.Load += new System.EventHandler(this.ImageStitchingFocusDialog_Load);
- this.panel1.ResumeLayout(false);
- this.groupBox1.ResumeLayout(false);
- this.panel2.ResumeLayout(false);
- this.panel3.ResumeLayout(false);
- this.groupBox2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pctPreview)).EndInit();
- this.panel4.ResumeLayout(false);
- this.panel5.ResumeLayout(false);
- this.groupBox5.ResumeLayout(false);
- this.panel7.ResumeLayout(false);
- this.groupBox8.ResumeLayout(false);
- this.groupBox8.PerformLayout();
- this.groupBox7.ResumeLayout(false);
- this.groupBox4.ResumeLayout(false);
- this.groupBox3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvRegionTeb)).EndInit();
- this.panel6.ResumeLayout(false);
- this.groupBox6.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.Panel panel5;
- private System.Windows.Forms.GroupBox groupBox5;
- private System.Windows.Forms.GroupBox groupBox3;
- private System.Windows.Forms.Panel panel6;
- private System.Windows.Forms.GroupBox groupBox6;
- private System.Windows.Forms.Panel panel7;
- private System.Windows.Forms.GroupBox groupBox8;
- private System.Windows.Forms.GroupBox groupBox7;
- private System.Windows.Forms.GroupBox groupBox4;
- private System.Windows.Forms.RadioButton rbtHighS;
- private System.Windows.Forms.RadioButton rbtLowS;
- private System.Windows.Forms.Button btnFixedLower;
- private System.Windows.Forms.Button btnFixedUp;
- private System.Windows.Forms.Button btnContinuityLower;
- private System.Windows.Forms.Button btnContinuityUp;
- private System.Windows.Forms.Panel pnlGridRegion;
- private System.Windows.Forms.DataGridView dgvRegionTeb;
- private System.Windows.Forms.DataGridViewTextBoxColumn regionId;
- private System.Windows.Forms.DataGridViewTextBoxColumn regionName;
- private System.Windows.Forms.DataGridViewTextBoxColumn regionTiles;
- private System.Windows.Forms.DataGridViewTextBoxColumn regionZ;
- private System.Windows.Forms.DataGridViewTextBoxColumn regionArea;
- private System.Windows.Forms.Button btnStartFocus;
- private System.Windows.Forms.Button btnSaveOne;
- private System.Windows.Forms.Button BtnCancel;
- private System.Windows.Forms.Button btnOk;
- private System.Windows.Forms.PictureBox pctPreview;
- }
- }
|