namespace OTSIncAReportApp._1_UI
{
partial class frmReMeasure
{
///
/// 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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.LB_IMGSCANSPEED = new System.Windows.Forms.Label();
this.LB_XRAYSCANMODE = new System.Windows.Forms.Label();
this.LB_SCANTIME = new System.Windows.Forms.Label();
this.NUD_SCANTIME = new System.Windows.Forms.NumericUpDown();
this.IDC_COMBO_IMGSCANSPEED = new System.Windows.Forms.ComboBox();
this.IDC_COMBO_XRAYSCANMODE = new System.Windows.Forms.ComboBox();
this.LB_NEWMAG = new System.Windows.Forms.Label();
this.NUD_MAG = new System.Windows.Forms.NumericUpDown();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.BTN_YES = new System.Windows.Forms.Button();
this.BTN_NO = new System.Windows.Forms.Button();
this.LB_OLDMAG = new System.Windows.Forms.Label();
this.LB_OLDMAGVALUE = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.pictureBox_part = new System.Windows.Forms.PictureBox();
this.bgw_process = new System.ComponentModel.BackgroundWorker();
this.progressBar_process = new System.Windows.Forms.ProgressBar();
this.label_process = new System.Windows.Forms.Label();
this.richTextBox_process = new System.Windows.Forms.RichTextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_SCANTIME)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_MAG)).BeginInit();
this.tableLayoutPanel3.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_part)).BeginInit();
this.groupBox2.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 61.76471F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 38.23529F));
this.tableLayoutPanel1.Controls.Add(this.LB_IMGSCANSPEED, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.LB_XRAYSCANMODE, 0, 3);
this.tableLayoutPanel1.Controls.Add(this.LB_SCANTIME, 0, 4);
this.tableLayoutPanel1.Controls.Add(this.NUD_SCANTIME, 1, 4);
this.tableLayoutPanel1.Controls.Add(this.IDC_COMBO_IMGSCANSPEED, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.IDC_COMBO_XRAYSCANMODE, 1, 3);
this.tableLayoutPanel1.Controls.Add(this.LB_NEWMAG, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.NUD_MAG, 1, 2);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 5);
this.tableLayoutPanel1.Controls.Add(this.LB_OLDMAG, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.LB_OLDMAGVALUE, 1, 1);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 17);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 6;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(238, 395);
this.tableLayoutPanel1.TabIndex = 0;
//
// LB_IMGSCANSPEED
//
this.LB_IMGSCANSPEED.Anchor = System.Windows.Forms.AnchorStyles.None;
this.LB_IMGSCANSPEED.AutoSize = true;
this.LB_IMGSCANSPEED.Location = new System.Drawing.Point(29, 26);
this.LB_IMGSCANSPEED.Name = "LB_IMGSCANSPEED";
this.LB_IMGSCANSPEED.Size = new System.Drawing.Size(89, 12);
this.LB_IMGSCANSPEED.TabIndex = 0;
this.LB_IMGSCANSPEED.Text = "图像扫描精度:";
//
// LB_XRAYSCANMODE
//
this.LB_XRAYSCANMODE.Anchor = System.Windows.Forms.AnchorStyles.None;
this.LB_XRAYSCANMODE.AutoSize = true;
this.LB_XRAYSCANMODE.Location = new System.Drawing.Point(29, 221);
this.LB_XRAYSCANMODE.Name = "LB_XRAYSCANMODE";
this.LB_XRAYSCANMODE.Size = new System.Drawing.Size(89, 12);
this.LB_XRAYSCANMODE.TabIndex = 0;
this.LB_XRAYSCANMODE.Text = "颗粒扫描方式:";
//
// LB_SCANTIME
//
this.LB_SCANTIME.Anchor = System.Windows.Forms.AnchorStyles.None;
this.LB_SCANTIME.AutoSize = true;
this.LB_SCANTIME.Location = new System.Drawing.Point(5, 286);
this.LB_SCANTIME.Name = "LB_SCANTIME";
this.LB_SCANTIME.Size = new System.Drawing.Size(137, 12);
this.LB_SCANTIME.TabIndex = 0;
this.LB_SCANTIME.Text = "颗粒扫描时间(毫秒):";
//
// NUD_SCANTIME
//
this.NUD_SCANTIME.Anchor = System.Windows.Forms.AnchorStyles.None;
this.NUD_SCANTIME.Location = new System.Drawing.Point(150, 282);
this.NUD_SCANTIME.Maximum = new decimal(new int[] {
1000000,
0,
0,
0});
this.NUD_SCANTIME.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.NUD_SCANTIME.Name = "NUD_SCANTIME";
this.NUD_SCANTIME.Size = new System.Drawing.Size(85, 21);
this.NUD_SCANTIME.TabIndex = 2;
this.NUD_SCANTIME.Value = new decimal(new int[] {
1000,
0,
0,
0});
//
// IDC_COMBO_IMGSCANSPEED
//
this.IDC_COMBO_IMGSCANSPEED.Anchor = System.Windows.Forms.AnchorStyles.None;
this.IDC_COMBO_IMGSCANSPEED.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.IDC_COMBO_IMGSCANSPEED.FormattingEnabled = true;
this.IDC_COMBO_IMGSCANSPEED.Location = new System.Drawing.Point(150, 22);
this.IDC_COMBO_IMGSCANSPEED.Name = "IDC_COMBO_IMGSCANSPEED";
this.IDC_COMBO_IMGSCANSPEED.Size = new System.Drawing.Size(85, 20);
this.IDC_COMBO_IMGSCANSPEED.TabIndex = 3;
//
// IDC_COMBO_XRAYSCANMODE
//
this.IDC_COMBO_XRAYSCANMODE.Anchor = System.Windows.Forms.AnchorStyles.None;
this.IDC_COMBO_XRAYSCANMODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.IDC_COMBO_XRAYSCANMODE.FormattingEnabled = true;
this.IDC_COMBO_XRAYSCANMODE.Location = new System.Drawing.Point(150, 217);
this.IDC_COMBO_XRAYSCANMODE.Name = "IDC_COMBO_XRAYSCANMODE";
this.IDC_COMBO_XRAYSCANMODE.Size = new System.Drawing.Size(85, 20);
this.IDC_COMBO_XRAYSCANMODE.TabIndex = 3;
//
// LB_NEWMAG
//
this.LB_NEWMAG.Anchor = System.Windows.Forms.AnchorStyles.None;
this.LB_NEWMAG.AutoSize = true;
this.LB_NEWMAG.Location = new System.Drawing.Point(35, 156);
this.LB_NEWMAG.Name = "LB_NEWMAG";
this.LB_NEWMAG.Size = new System.Drawing.Size(77, 12);
this.LB_NEWMAG.TabIndex = 0;
this.LB_NEWMAG.Text = "新放大倍数:";
//
// NUD_MAG
//
this.NUD_MAG.Anchor = System.Windows.Forms.AnchorStyles.None;
this.NUD_MAG.DecimalPlaces = 2;
this.NUD_MAG.Location = new System.Drawing.Point(150, 152);
this.NUD_MAG.Maximum = new decimal(new int[] {
1000000,
0,
0,
0});
this.NUD_MAG.Minimum = new decimal(new int[] {
100,
0,
0,
0});
this.NUD_MAG.Name = "NUD_MAG";
this.NUD_MAG.Size = new System.Drawing.Size(85, 21);
this.NUD_MAG.TabIndex = 2;
this.NUD_MAG.Value = new decimal(new int[] {
200,
0,
0,
0});
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.ColumnCount = 2;
this.tableLayoutPanel1.SetColumnSpan(this.tableLayoutPanel3, 2);
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel3.Controls.Add(this.BTN_YES, 1, 0);
this.tableLayoutPanel3.Controls.Add(this.BTN_NO, 0, 0);
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 328);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 1;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 64F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(232, 64);
this.tableLayoutPanel3.TabIndex = 4;
//
// BTN_YES
//
this.BTN_YES.Anchor = System.Windows.Forms.AnchorStyles.None;
this.BTN_YES.Location = new System.Drawing.Point(131, 16);
this.BTN_YES.Name = "BTN_YES";
this.BTN_YES.Size = new System.Drawing.Size(85, 31);
this.BTN_YES.TabIndex = 1;
this.BTN_YES.Text = "开始采集";
this.BTN_YES.UseVisualStyleBackColor = true;
this.BTN_YES.Click += new System.EventHandler(this.BTN_YES_Click);
//
// BTN_NO
//
this.BTN_NO.Anchor = System.Windows.Forms.AnchorStyles.None;
this.BTN_NO.Location = new System.Drawing.Point(15, 16);
this.BTN_NO.Name = "BTN_NO";
this.BTN_NO.Size = new System.Drawing.Size(85, 31);
this.BTN_NO.TabIndex = 1;
this.BTN_NO.Text = "返回";
this.BTN_NO.UseVisualStyleBackColor = true;
this.BTN_NO.Click += new System.EventHandler(this.BTN_NO_Click);
//
// LB_OLDMAG
//
this.LB_OLDMAG.Anchor = System.Windows.Forms.AnchorStyles.None;
this.LB_OLDMAG.AutoSize = true;
this.LB_OLDMAG.Location = new System.Drawing.Point(35, 91);
this.LB_OLDMAG.Name = "LB_OLDMAG";
this.LB_OLDMAG.Size = new System.Drawing.Size(77, 12);
this.LB_OLDMAG.TabIndex = 0;
this.LB_OLDMAG.Text = "原放大倍数:";
//
// LB_OLDMAGVALUE
//
this.LB_OLDMAGVALUE.Anchor = System.Windows.Forms.AnchorStyles.None;
this.LB_OLDMAGVALUE.AutoSize = true;
this.LB_OLDMAGVALUE.Location = new System.Drawing.Point(181, 91);
this.LB_OLDMAGVALUE.Name = "LB_OLDMAGVALUE";
this.LB_OLDMAGVALUE.Size = new System.Drawing.Size(23, 12);
this.LB_OLDMAGVALUE.TabIndex = 5;
this.LB_OLDMAGVALUE.Text = "100";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.pictureBox_part);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(468, 415);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "颗粒图片";
//
// pictureBox_part
//
this.pictureBox_part.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox_part.Location = new System.Drawing.Point(3, 17);
this.pictureBox_part.Name = "pictureBox_part";
this.pictureBox_part.Size = new System.Drawing.Size(462, 395);
this.pictureBox_part.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox_part.TabIndex = 0;
this.pictureBox_part.TabStop = false;
//
// bgw_process
//
this.bgw_process.WorkerReportsProgress = true;
this.bgw_process.WorkerSupportsCancellation = true;
this.bgw_process.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgw_process_DoWork);
this.bgw_process.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.bgw_process_ProgressChanged);
//
// progressBar_process
//
this.progressBar_process.Anchor = System.Windows.Forms.AnchorStyles.None;
this.progressBar_process.Location = new System.Drawing.Point(87, 7);
this.progressBar_process.Name = "progressBar_process";
this.progressBar_process.Size = new System.Drawing.Size(152, 23);
this.progressBar_process.TabIndex = 2;
//
// label_process
//
this.label_process.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label_process.AutoSize = true;
this.label_process.Location = new System.Drawing.Point(36, 12);
this.label_process.Name = "label_process";
this.label_process.Size = new System.Drawing.Size(11, 12);
this.label_process.TabIndex = 3;
this.label_process.Text = "-";
//
// richTextBox_process
//
this.tableLayoutPanel2.SetColumnSpan(this.richTextBox_process, 2);
this.richTextBox_process.Dock = System.Windows.Forms.DockStyle.Fill;
this.richTextBox_process.Location = new System.Drawing.Point(3, 40);
this.richTextBox_process.Name = "richTextBox_process";
this.richTextBox_process.Size = new System.Drawing.Size(236, 352);
this.richTextBox_process.TabIndex = 4;
this.richTextBox_process.Text = "";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.tableLayoutPanel2);
this.groupBox2.Location = new System.Drawing.Point(486, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(248, 415);
this.groupBox2.TabIndex = 5;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "测量状态";
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 2;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 34.84848F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 65.15151F));
this.tableLayoutPanel2.Controls.Add(this.label_process, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.richTextBox_process, 0, 1);
this.tableLayoutPanel2.Controls.Add(this.progressBar_process, 1, 0);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 17);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 2;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.620254F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 90.37975F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(242, 395);
this.tableLayoutPanel2.TabIndex = 0;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.tableLayoutPanel1);
this.groupBox3.Location = new System.Drawing.Point(737, 12);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(244, 415);
this.groupBox3.TabIndex = 6;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "测量参数";
//
// frmReMeasure
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(993, 439);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmReMeasure";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "二次采集";
this.Load += new System.EventHandler(this.frmReMeasure_Load);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_SCANTIME)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_MAG)).EndInit();
this.tableLayoutPanel3.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox_part)).EndInit();
this.groupBox2.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label LB_IMGSCANSPEED;
private System.Windows.Forms.Label LB_XRAYSCANMODE;
private System.Windows.Forms.Label LB_SCANTIME;
private System.Windows.Forms.Button BTN_NO;
private System.Windows.Forms.Button BTN_YES;
private System.Windows.Forms.ComboBox IDC_COMBO_IMGSCANSPEED;
private System.Windows.Forms.NumericUpDown NUD_SCANTIME;
private System.Windows.Forms.ComboBox IDC_COMBO_XRAYSCANMODE;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label LB_NEWMAG;
private System.Windows.Forms.NumericUpDown NUD_MAG;
private System.ComponentModel.BackgroundWorker bgw_process;
private System.Windows.Forms.ProgressBar progressBar_process;
private System.Windows.Forms.Label label_process;
private System.Windows.Forms.RichTextBox richTextBox_process;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.PictureBox pictureBox_part;
private System.Windows.Forms.Label LB_OLDMAG;
private System.Windows.Forms.Label LB_OLDMAGVALUE;
}
}