namespace PaintDotNet { partial class ImageStitchingFocusDialog { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }