namespace NewSegDll { partial class Form1 { /// /// 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.trackBar1 = new System.Windows.Forms.TrackBar(); this.trackBar2 = new System.Windows.Forms.TrackBar(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label3 = new System.Windows.Forms.Label(); this.trackBar3 = new System.Windows.Forms.TrackBar(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton3 = new System.Windows.Forms.RadioButton(); this.radioButton4 = new System.Windows.Forms.RadioButton(); this.label4 = new System.Windows.Forms.Label(); this.trackBar4 = new System.Windows.Forms.TrackBar(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.trackBar5 = new System.Windows.Forms.TrackBar(); this.label6 = new System.Windows.Forms.Label(); this.trackBar6 = new System.Windows.Forms.TrackBar(); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar6)).BeginInit(); this.SuspendLayout(); // // trackBar1 // this.trackBar1.Location = new System.Drawing.Point(77, 41); this.trackBar1.Margin = new System.Windows.Forms.Padding(5); this.trackBar1.Name = "trackBar1"; this.trackBar1.Size = new System.Drawing.Size(311, 45); this.trackBar1.TabIndex = 0; this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll); // // trackBar2 // this.trackBar2.Location = new System.Drawing.Point(77, 96); this.trackBar2.Margin = new System.Windows.Forms.Padding(5); this.trackBar2.Name = "trackBar2"; this.trackBar2.Size = new System.Drawing.Size(311, 45); this.trackBar2.TabIndex = 1; this.trackBar2.Scroll += new System.EventHandler(this.trackBar2_Scroll); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(4, 41); this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(69, 19); this.label1.TabIndex = 2; this.label1.Text = "MN-Min"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(4, 96); this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(69, 19); this.label2.TabIndex = 3; this.label2.Text = "MN-Max"; this.label2.Click += new System.EventHandler(this.label2_Click); // // button1 // this.button1.Location = new System.Drawing.Point(24, 440); this.button1.Margin = new System.Windows.Forms.Padding(5); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(125, 36); this.button1.TabIndex = 4; this.button1.Text = "OT-二值化"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // pictureBox1 // this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.pictureBox1.Location = new System.Drawing.Point(396, 12); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(834, 547); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 5; this.pictureBox1.TabStop = false; this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click); // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(4, 152); this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(47, 19); this.label3.TabIndex = 7; this.label3.Text = "滤波"; this.label3.Click += new System.EventHandler(this.label3_Click); // // trackBar3 // this.trackBar3.Location = new System.Drawing.Point(77, 152); this.trackBar3.Margin = new System.Windows.Forms.Padding(5); this.trackBar3.Name = "trackBar3"; this.trackBar3.Size = new System.Drawing.Size(311, 45); this.trackBar3.TabIndex = 6; this.trackBar3.Scroll += new System.EventHandler(this.trackBar3_Scroll); // // button2 // this.button2.Location = new System.Drawing.Point(221, 440); this.button2.Margin = new System.Windows.Forms.Padding(5); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(125, 36); this.button2.TabIndex = 8; this.button2.Text = "AP-二值化"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // this.button3.Location = new System.Drawing.Point(24, 486); this.button3.Margin = new System.Windows.Forms.Padding(5); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(125, 36); this.button3.TabIndex = 9; this.button3.Text = "ST-二值化"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Location = new System.Drawing.Point(24, 368); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(84, 23); this.radioButton1.TabIndex = 10; this.radioButton1.TabStop = true; this.radioButton1.Text = "不滤波"; this.radioButton1.UseVisualStyleBackColor = true; this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); // // radioButton2 // this.radioButton2.AutoSize = true; this.radioButton2.Location = new System.Drawing.Point(221, 368); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(103, 23); this.radioButton2.TabIndex = 11; this.radioButton2.TabStop = true; this.radioButton2.Text = "中值滤波"; this.radioButton2.UseVisualStyleBackColor = true; this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged); // // radioButton3 // this.radioButton3.AutoSize = true; this.radioButton3.Location = new System.Drawing.Point(24, 398); this.radioButton3.Name = "radioButton3"; this.radioButton3.Size = new System.Drawing.Size(103, 23); this.radioButton3.TabIndex = 12; this.radioButton3.TabStop = true; this.radioButton3.Text = "均值滤波"; this.radioButton3.UseVisualStyleBackColor = true; this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged); // // radioButton4 // this.radioButton4.AutoSize = true; this.radioButton4.Location = new System.Drawing.Point(221, 398); this.radioButton4.Name = "radioButton4"; this.radioButton4.Size = new System.Drawing.Size(103, 23); this.radioButton4.TabIndex = 13; this.radioButton4.TabStop = true; this.radioButton4.Text = "高斯滤波"; this.radioButton4.UseVisualStyleBackColor = true; this.radioButton4.CheckedChanged += new System.EventHandler(this.radioButton4_CheckedChanged); // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(4, 207); this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(59, 19); this.label4.TabIndex = 15; this.label4.Text = "Sigma"; // // trackBar4 // this.trackBar4.Location = new System.Drawing.Point(77, 207); this.trackBar4.Margin = new System.Windows.Forms.Padding(5); this.trackBar4.Name = "trackBar4"; this.trackBar4.Size = new System.Drawing.Size(311, 45); this.trackBar4.TabIndex = 14; // // button4 // this.button4.Location = new System.Drawing.Point(221, 486); this.button4.Margin = new System.Windows.Forms.Padding(5); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(125, 36); this.button4.TabIndex = 16; this.button4.Text = "MN-二值化"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // button5 // this.button5.Location = new System.Drawing.Point(24, 532); this.button5.Margin = new System.Windows.Forms.Padding(5); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(125, 36); this.button5.TabIndex = 17; this.button5.Text = "闭合空洞"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // button6 // this.button6.Location = new System.Drawing.Point(221, 532); this.button6.Margin = new System.Windows.Forms.Padding(5); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(125, 36); this.button6.TabIndex = 18; this.button6.Text = "晶界分割"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.button6_Click); // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(4, 262); this.label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(79, 19); this.label5.TabIndex = 20; this.label5.Text = "AP-Radi"; // // trackBar5 // this.trackBar5.Location = new System.Drawing.Point(77, 262); this.trackBar5.Margin = new System.Windows.Forms.Padding(5); this.trackBar5.Maximum = 10; this.trackBar5.Name = "trackBar5"; this.trackBar5.Size = new System.Drawing.Size(311, 45); this.trackBar5.TabIndex = 19; this.trackBar5.Scroll += new System.EventHandler(this.trackBar5_Scroll); // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.Location = new System.Drawing.Point(4, 315); this.label6.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(79, 19); this.label6.TabIndex = 22; this.label6.Text = "AP-Thre"; // // trackBar6 // this.trackBar6.Location = new System.Drawing.Point(77, 315); this.trackBar6.Margin = new System.Windows.Forms.Padding(5); this.trackBar6.Name = "trackBar6"; this.trackBar6.Size = new System.Drawing.Size(311, 45); this.trackBar6.TabIndex = 21; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 19F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1244, 572); this.Controls.Add(this.label6); this.Controls.Add(this.trackBar6); this.Controls.Add(this.label5); this.Controls.Add(this.trackBar5); this.Controls.Add(this.button6); this.Controls.Add(this.button5); this.Controls.Add(this.button4); this.Controls.Add(this.label4); this.Controls.Add(this.trackBar4); this.Controls.Add(this.radioButton4); this.Controls.Add(this.radioButton3); this.Controls.Add(this.radioButton2); this.Controls.Add(this.radioButton1); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.label3); this.Controls.Add(this.trackBar3); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.button1); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.trackBar2); this.Controls.Add(this.trackBar1); this.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Margin = new System.Windows.Forms.Padding(5); this.Name = "Form1"; this.Text = "图像二值化"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar6)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TrackBar trackBar1; private System.Windows.Forms.TrackBar trackBar2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button button1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label3; private System.Windows.Forms.TrackBar trackBar3; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.RadioButton radioButton3; private System.Windows.Forms.RadioButton radioButton4; private System.Windows.Forms.Label label4; private System.Windows.Forms.TrackBar trackBar4; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button6; private System.Windows.Forms.Label label5; private System.Windows.Forms.TrackBar trackBar5; private System.Windows.Forms.Label label6; private System.Windows.Forms.TrackBar trackBar6; } }