using OTSIncAReportGraph.Controls;
namespace OTSIncAReportApp
{
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()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.LB_SCANTIME = new System.Windows.Forms.Label();
this.NUD_SCANTIME = new System.Windows.Forms.NumericUpDown();
this.LB_HAND = new System.Windows.Forms.Label();
this.CB_HAND = new System.Windows.Forms.CheckBox();
this.LB_partFun = new System.Windows.Forms.Label();
this.CB_partFun = new System.Windows.Forms.ComboBox();
this.LB_XRAYSCANMODE = new System.Windows.Forms.Label();
this.IDC_COMBO_XRAYSCANMODE = new System.Windows.Forms.ComboBox();
this.LB_Outspread = new System.Windows.Forms.Label();
this.NUD_Outspread = new System.Windows.Forms.NumericUpDown();
this.LB_IMGSCANSPEED = new System.Windows.Forms.Label();
this.IDC_COMBO_IMGSCANSPEED = new System.Windows.Forms.ComboBox();
this.groupBox_img = new System.Windows.Forms.GroupBox();
this.pictureBox_part = new System.Windows.Forms.PictureBox();
this.bgw_process = new System.ComponentModel.BackgroundWorker();
this.richTextBox_process = new System.Windows.Forms.RichTextBox();
this.groupBox_state = new System.Windows.Forms.GroupBox();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.groupBox_param = new System.Windows.Forms.GroupBox();
this.BTN_NO = new System.Windows.Forms.Button();
this.BTN_YES = new System.Windows.Forms.Button();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.BTN_EXPORT = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.tabControl_grid = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.dgV_ParticlesDevidePage = new System.Windows.Forms.DataGridView();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.dataGridView_success = new System.Windows.Forms.DataGridView();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_SCANTIME)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_Outspread)).BeginInit();
this.groupBox_img.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_part)).BeginInit();
this.groupBox_state.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.groupBox_param.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.tabControl_grid.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgV_ParticlesDevidePage)).BeginInit();
this.tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView_success)).BeginInit();
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_SCANTIME, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.NUD_SCANTIME, 1, 2);
this.tableLayoutPanel1.Controls.Add(this.LB_HAND, 0, 5);
this.tableLayoutPanel1.Controls.Add(this.CB_HAND, 1, 5);
this.tableLayoutPanel1.Controls.Add(this.LB_partFun, 0, 4);
this.tableLayoutPanel1.Controls.Add(this.CB_partFun, 1, 4);
this.tableLayoutPanel1.Controls.Add(this.LB_XRAYSCANMODE, 0, 3);
this.tableLayoutPanel1.Controls.Add(this.IDC_COMBO_XRAYSCANMODE, 1, 3);
this.tableLayoutPanel1.Controls.Add(this.LB_Outspread, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.NUD_Outspread, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.LB_IMGSCANSPEED, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.IDC_COMBO_IMGSCANSPEED, 1, 0);
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.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(239, 145);
this.tableLayoutPanel1.TabIndex = 0;
//
// 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, 54);
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, 51);
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});
//
// LB_HAND
//
this.LB_HAND.Anchor = System.Windows.Forms.AnchorStyles.None;
this.LB_HAND.AutoSize = true;
this.LB_HAND.Location = new System.Drawing.Point(41, 126);
this.LB_HAND.Name = "LB_HAND";
this.LB_HAND.Size = new System.Drawing.Size(65, 12);
this.LB_HAND.TabIndex = 0;
this.LB_HAND.Text = "手动处理:";
//
// CB_HAND
//
this.CB_HAND.Anchor = System.Windows.Forms.AnchorStyles.None;
this.CB_HAND.AutoSize = true;
this.CB_HAND.Checked = true;
this.CB_HAND.CheckState = System.Windows.Forms.CheckState.Checked;
this.CB_HAND.Location = new System.Drawing.Point(185, 125);
this.CB_HAND.Name = "CB_HAND";
this.CB_HAND.Size = new System.Drawing.Size(15, 14);
this.CB_HAND.TabIndex = 6;
this.CB_HAND.UseVisualStyleBackColor = true;
//
// LB_partFun
//
this.LB_partFun.Anchor = System.Windows.Forms.AnchorStyles.None;
this.LB_partFun.AutoSize = true;
this.LB_partFun.Location = new System.Drawing.Point(29, 102);
this.LB_partFun.Name = "LB_partFun";
this.LB_partFun.Size = new System.Drawing.Size(89, 12);
this.LB_partFun.TabIndex = 0;
this.LB_partFun.Text = "颗粒提取方法:";
//
// CB_partFun
//
this.CB_partFun.Anchor = System.Windows.Forms.AnchorStyles.None;
this.CB_partFun.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_partFun.FormattingEnabled = true;
this.CB_partFun.Items.AddRange(new object[] {
"方法一",
"方法二"});
this.CB_partFun.Location = new System.Drawing.Point(150, 99);
this.CB_partFun.Name = "CB_partFun";
this.CB_partFun.Size = new System.Drawing.Size(85, 20);
this.CB_partFun.TabIndex = 3;
//
// 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, 78);
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 = "颗粒扫描方式:";
//
// 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, 75);
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_Outspread
//
this.LB_Outspread.Anchor = System.Windows.Forms.AnchorStyles.None;
this.LB_Outspread.AutoSize = true;
this.LB_Outspread.Location = new System.Drawing.Point(23, 30);
this.LB_Outspread.Name = "LB_Outspread";
this.LB_Outspread.Size = new System.Drawing.Size(101, 12);
this.LB_Outspread.TabIndex = 0;
this.LB_Outspread.Text = "图像外扩像数值:";
//
// NUD_Outspread
//
this.NUD_Outspread.Anchor = System.Windows.Forms.AnchorStyles.None;
this.NUD_Outspread.Location = new System.Drawing.Point(150, 27);
this.NUD_Outspread.Name = "NUD_Outspread";
this.NUD_Outspread.Size = new System.Drawing.Size(85, 21);
this.NUD_Outspread.TabIndex = 2;
this.NUD_Outspread.Value = new decimal(new int[] {
50,
0,
0,
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, 6);
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 = "图像扫描精度:";
//
// 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, 3);
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;
//
// groupBox_img
//
this.groupBox_img.Controls.Add(this.pictureBox_part);
this.groupBox_img.Location = new System.Drawing.Point(2, 239);
this.groupBox_img.Name = "groupBox_img";
this.groupBox_img.Size = new System.Drawing.Size(468, 439);
this.groupBox_img.TabIndex = 1;
this.groupBox_img.TabStop = false;
this.groupBox_img.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, 419);
this.pictureBox_part.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox_part.TabIndex = 0;
this.pictureBox_part.TabStop = false;
this.pictureBox_part.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox_part_MouseDown);
//
// 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);
this.bgw_process.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgw_process_RunWorkerCompleted);
//
// richTextBox_process
//
this.richTextBox_process.Dock = System.Windows.Forms.DockStyle.Fill;
this.richTextBox_process.Location = new System.Drawing.Point(3, 3);
this.richTextBox_process.Name = "richTextBox_process";
this.richTextBox_process.ReadOnly = true;
this.richTextBox_process.Size = new System.Drawing.Size(353, 181);
this.richTextBox_process.TabIndex = 4;
this.richTextBox_process.Text = "";
//
// groupBox_state
//
this.groupBox_state.Controls.Add(this.tableLayoutPanel2);
this.groupBox_state.Location = new System.Drawing.Point(721, 471);
this.groupBox_state.Name = "groupBox_state";
this.groupBox_state.Size = new System.Drawing.Size(365, 207);
this.groupBox_state.TabIndex = 5;
this.groupBox_state.TabStop = false;
this.groupBox_state.Text = "测量状态";
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 1;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel2.Controls.Add(this.richTextBox_process, 0, 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 = 1;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(359, 187);
this.tableLayoutPanel2.TabIndex = 1;
//
// groupBox_param
//
this.groupBox_param.Controls.Add(this.tableLayoutPanel1);
this.groupBox_param.Location = new System.Drawing.Point(473, 471);
this.groupBox_param.Name = "groupBox_param";
this.groupBox_param.Size = new System.Drawing.Size(245, 165);
this.groupBox_param.TabIndex = 6;
this.groupBox_param.TabStop = false;
this.groupBox_param.Text = "测量参数";
//
// BTN_NO
//
this.BTN_NO.Anchor = System.Windows.Forms.AnchorStyles.None;
this.BTN_NO.Location = new System.Drawing.Point(86, 4);
this.BTN_NO.Name = "BTN_NO";
this.BTN_NO.Size = new System.Drawing.Size(70, 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);
//
// BTN_YES
//
this.BTN_YES.Anchor = System.Windows.Forms.AnchorStyles.None;
this.BTN_YES.Location = new System.Drawing.Point(168, 4);
this.BTN_YES.Name = "BTN_YES";
this.BTN_YES.Size = new System.Drawing.Size(70, 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);
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.ColumnCount = 3;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel3.Controls.Add(this.BTN_YES, 2, 0);
this.tableLayoutPanel3.Controls.Add(this.BTN_NO, 1, 0);
this.tableLayoutPanel3.Controls.Add(this.BTN_EXPORT, 0, 0);
this.tableLayoutPanel3.Location = new System.Drawing.Point(473, 639);
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.Size = new System.Drawing.Size(245, 39);
this.tableLayoutPanel3.TabIndex = 4;
//
// BTN_EXPORT
//
this.BTN_EXPORT.Anchor = System.Windows.Forms.AnchorStyles.None;
this.BTN_EXPORT.Location = new System.Drawing.Point(5, 4);
this.BTN_EXPORT.Name = "BTN_EXPORT";
this.BTN_EXPORT.Size = new System.Drawing.Size(70, 31);
this.BTN_EXPORT.TabIndex = 1;
this.BTN_EXPORT.Text = "导出";
this.BTN_EXPORT.UseVisualStyleBackColor = true;
this.BTN_EXPORT.Click += new System.EventHandler(this.BTN_EXPORT_Click);
//
// groupBox2
//
this.groupBox2.Location = new System.Drawing.Point(471, 239);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(618, 226);
this.groupBox2.TabIndex = 9;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "能谱结果";
//
// tabControl_grid
//
this.tabControl_grid.Controls.Add(this.tabPage1);
this.tabControl_grid.Controls.Add(this.tabPage2);
this.tabControl_grid.Location = new System.Drawing.Point(5, 3);
this.tabControl_grid.Name = "tabControl_grid";
this.tabControl_grid.SelectedIndex = 0;
this.tabControl_grid.Size = new System.Drawing.Size(1084, 230);
this.tabControl_grid.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.dgV_ParticlesDevidePage);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(1076, 204);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "待测颗粒";
this.tabPage1.UseVisualStyleBackColor = true;
//
// dgV_ParticlesDevidePage
//
this.dgV_ParticlesDevidePage.AllowUserToAddRows = false;
this.dgV_ParticlesDevidePage.AllowUserToDeleteRows = false;
this.dgV_ParticlesDevidePage.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgV_ParticlesDevidePage.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dgV_ParticlesDevidePage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgV_ParticlesDevidePage.DefaultCellStyle = dataGridViewCellStyle2;
this.dgV_ParticlesDevidePage.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgV_ParticlesDevidePage.Location = new System.Drawing.Point(3, 3);
this.dgV_ParticlesDevidePage.Name = "dgV_ParticlesDevidePage";
this.dgV_ParticlesDevidePage.ReadOnly = true;
this.dgV_ParticlesDevidePage.RowHeadersWidth = 4;
this.dgV_ParticlesDevidePage.RowTemplate.Height = 23;
this.dgV_ParticlesDevidePage.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgV_ParticlesDevidePage.Size = new System.Drawing.Size(1070, 198);
this.dgV_ParticlesDevidePage.TabIndex = 8;
this.dgV_ParticlesDevidePage.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgV_ParticlesDevidePage_CellMouseClick);
this.dgV_ParticlesDevidePage.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgV_ParticlesDevidePage_ColumnHeaderMouseClick);
//
// tabPage2
//
this.tabPage2.Controls.Add(this.dataGridView_success);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(1076, 204);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "已测颗粒";
this.tabPage2.UseVisualStyleBackColor = true;
//
// dataGridView_success
//
this.dataGridView_success.AllowUserToAddRows = false;
this.dataGridView_success.AllowUserToDeleteRows = false;
this.dataGridView_success.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView_success.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.dataGridView_success.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dataGridView_success.DefaultCellStyle = dataGridViewCellStyle4;
this.dataGridView_success.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView_success.Location = new System.Drawing.Point(3, 3);
this.dataGridView_success.Name = "dataGridView_success";
this.dataGridView_success.ReadOnly = true;
this.dataGridView_success.RowHeadersWidth = 4;
this.dataGridView_success.RowTemplate.Height = 23;
this.dataGridView_success.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView_success.Size = new System.Drawing.Size(1070, 198);
this.dataGridView_success.TabIndex = 9;
this.dataGridView_success.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView_success_CellMouseClick);
//
// frmReMeasure
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1092, 681);
this.Controls.Add(this.tabControl_grid);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox_param);
this.Controls.Add(this.groupBox_state);
this.Controls.Add(this.groupBox_img);
this.Controls.Add(this.tableLayoutPanel3);
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(1108, 720);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(1108, 720);
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_Outspread)).EndInit();
this.groupBox_img.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox_part)).EndInit();
this.groupBox_state.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
this.groupBox_param.ResumeLayout(false);
this.tableLayoutPanel3.ResumeLayout(false);
this.tabControl_grid.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgV_ParticlesDevidePage)).EndInit();
this.tabPage2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView_success)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Control_XRayTable control_XRayTable1;
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.ComboBox IDC_COMBO_IMGSCANSPEED;
private System.Windows.Forms.NumericUpDown NUD_SCANTIME;
private System.Windows.Forms.ComboBox IDC_COMBO_XRAYSCANMODE;
private System.Windows.Forms.GroupBox groupBox_img;
private System.ComponentModel.BackgroundWorker bgw_process;
private System.Windows.Forms.RichTextBox richTextBox_process;
private System.Windows.Forms.GroupBox groupBox_state;
private System.Windows.Forms.GroupBox groupBox_param;
private System.Windows.Forms.PictureBox pictureBox_part;
private System.Windows.Forms.Label LB_Outspread;
private System.Windows.Forms.NumericUpDown NUD_Outspread;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.Button BTN_YES;
private System.Windows.Forms.Button BTN_NO;
private System.Windows.Forms.Label LB_HAND;
private System.Windows.Forms.CheckBox CB_HAND;
private System.Windows.Forms.Label LB_partFun;
private System.Windows.Forms.ComboBox CB_partFun;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TabControl tabControl_grid;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.DataGridView dgV_ParticlesDevidePage;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.DataGridView dataGridView_success;
private System.Windows.Forms.Button BTN_EXPORT;
}
}