namespace OTSMeasureApp
{
    partial class frmSpecialGrayParticle
    {
        /// 
        /// 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.tbGrayStart = new System.Windows.Forms.TrackBar();
            this.label1 = new System.Windows.Forms.Label();
            this.nuDownGrayStart = new System.Windows.Forms.NumericUpDown();
            this.nuDownGrayEnd = new System.Windows.Forms.NumericUpDown();
            this.label2 = new System.Windows.Forms.Label();
            this.btnYes = new System.Windows.Forms.Button();
            this.btnOk = new System.Windows.Forms.Button();
            this.tbGrayEnd = new System.Windows.Forms.TrackBar();
            this.txtGrayStart = new System.Windows.Forms.TextBox();
            this.txtGrayEnd = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.button1 = new System.Windows.Forms.Button();
            this.pbBSEImage = new System.Windows.Forms.PictureBox();
            ((System.ComponentModel.ISupportInitialize)(this.tbGrayStart)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nuDownGrayStart)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nuDownGrayEnd)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbGrayEnd)).BeginInit();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pbBSEImage)).BeginInit();
            this.SuspendLayout();
            // 
            // tbGrayStart
            // 
            this.tbGrayStart.Location = new System.Drawing.Point(263, 52);
            this.tbGrayStart.Maximum = 255;
            this.tbGrayStart.Name = "tbGrayStart";
            this.tbGrayStart.Size = new System.Drawing.Size(97, 45);
            this.tbGrayStart.TabIndex = 5;
            this.tbGrayStart.TickStyle = System.Windows.Forms.TickStyle.None;
            this.tbGrayStart.Scroll += new System.EventHandler(this.tbGrayStart_Scroll);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(11, 33);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(77, 12);
            this.label1.TabIndex = 6;
            this.label1.Text = "选择灰度范围";
            // 
            // nuDownGrayStart
            // 
            this.nuDownGrayStart.Location = new System.Drawing.Point(110, 31);
            this.nuDownGrayStart.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.nuDownGrayStart.Name = "nuDownGrayStart";
            this.nuDownGrayStart.Size = new System.Drawing.Size(68, 21);
            this.nuDownGrayStart.TabIndex = 8;
            this.nuDownGrayStart.ValueChanged += new System.EventHandler(this.nuDwonGrayStart_ValueChanged);
            // 
            // nuDownGrayEnd
            // 
            this.nuDownGrayEnd.Location = new System.Drawing.Point(193, 31);
            this.nuDownGrayEnd.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.nuDownGrayEnd.Name = "nuDownGrayEnd";
            this.nuDownGrayEnd.Size = new System.Drawing.Size(68, 21);
            this.nuDownGrayEnd.TabIndex = 7;
            this.nuDownGrayEnd.ValueChanged += new System.EventHandler(this.nuDownGrayEnd_ValueChanged);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(180, 35);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(11, 12);
            this.label2.TabIndex = 9;
            this.label2.Text = "-";
            // 
            // btnYes
            // 
            this.btnYes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnYes.Location = new System.Drawing.Point(468, 25);
            this.btnYes.Name = "btnYes";
            this.btnYes.Size = new System.Drawing.Size(75, 36);
            this.btnYes.TabIndex = 10;
            this.btnYes.Text = "显示效果";
            this.btnYes.UseVisualStyleBackColor = true;
            this.btnYes.Click += new System.EventHandler(this.btnYes_Click);
            // 
            // btnOk
            // 
            this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnOk.Location = new System.Drawing.Point(795, 23);
            this.btnOk.Name = "btnOk";
            this.btnOk.Size = new System.Drawing.Size(75, 36);
            this.btnOk.TabIndex = 10;
            this.btnOk.Text = "确定";
            this.btnOk.UseVisualStyleBackColor = true;
            this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
            // 
            // tbGrayEnd
            // 
            this.tbGrayEnd.Location = new System.Drawing.Point(355, 52);
            this.tbGrayEnd.Maximum = 255;
            this.tbGrayEnd.Name = "tbGrayEnd";
            this.tbGrayEnd.Size = new System.Drawing.Size(97, 45);
            this.tbGrayEnd.TabIndex = 11;
            this.tbGrayEnd.TickStyle = System.Windows.Forms.TickStyle.None;
            this.tbGrayEnd.Scroll += new System.EventHandler(this.tbGrayEnd_Scroll);
            // 
            // txtGrayStart
            // 
            this.txtGrayStart.Location = new System.Drawing.Point(272, 31);
            this.txtGrayStart.Name = "txtGrayStart";
            this.txtGrayStart.ReadOnly = true;
            this.txtGrayStart.Size = new System.Drawing.Size(80, 21);
            this.txtGrayStart.TabIndex = 12;
            // 
            // txtGrayEnd
            // 
            this.txtGrayEnd.Location = new System.Drawing.Point(364, 31);
            this.txtGrayEnd.Name = "txtGrayEnd";
            this.txtGrayEnd.ReadOnly = true;
            this.txtGrayEnd.Size = new System.Drawing.Size(80, 21);
            this.txtGrayEnd.TabIndex = 13;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.txtGrayEnd);
            this.groupBox1.Controls.Add(this.txtGrayStart);
            this.groupBox1.Controls.Add(this.tbGrayEnd);
            this.groupBox1.Controls.Add(this.button1);
            this.groupBox1.Controls.Add(this.btnOk);
            this.groupBox1.Controls.Add(this.btnYes);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.nuDownGrayEnd);
            this.groupBox1.Controls.Add(this.nuDownGrayStart);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.tbGrayStart);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.groupBox1.Location = new System.Drawing.Point(0, 624);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(1008, 73);
            this.groupBox1.TabIndex = 5;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "设置参数";
            // 
            // button1
            // 
            this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button1.Location = new System.Drawing.Point(889, 23);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 36);
            this.button1.TabIndex = 10;
            this.button1.Text = "取消";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // pbBSEImage
            // 
            this.pbBSEImage.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pbBSEImage.Location = new System.Drawing.Point(0, 0);
            this.pbBSEImage.Name = "pbBSEImage";
            this.pbBSEImage.Size = new System.Drawing.Size(1008, 624);
            this.pbBSEImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pbBSEImage.TabIndex = 6;
            this.pbBSEImage.TabStop = false;
            // 
            // frmSpecialGrayParticle
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1008, 697);
            this.Controls.Add(this.pbBSEImage);
            this.Controls.Add(this.groupBox1);
            this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Name = "frmSpecialGrayParticle";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "可视化设置灰度范围";
            this.Load += new System.EventHandler(this.frmSpecialGrayParticle_Load);
            ((System.ComponentModel.ISupportInitialize)(this.tbGrayStart)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nuDownGrayStart)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nuDownGrayEnd)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbGrayEnd)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pbBSEImage)).EndInit();
            this.ResumeLayout(false);
        }
        #endregion
        private System.Windows.Forms.TrackBar tbGrayStart;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.NumericUpDown nuDownGrayStart;
        private System.Windows.Forms.NumericUpDown nuDownGrayEnd;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button btnYes;
        private System.Windows.Forms.Button btnOk;
        private System.Windows.Forms.TrackBar tbGrayEnd;
        private System.Windows.Forms.TextBox txtGrayStart;
        private System.Windows.Forms.TextBox txtGrayEnd;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.PictureBox pbBSEImage;
        private System.Windows.Forms.Button button1;
    }
}