123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206 |
- namespace AutoDo
- {
- partial class FormAutoDo
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea6 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
- System.Windows.Forms.DataVisualization.Charting.Legend legend6 = new System.Windows.Forms.DataVisualization.Charting.Legend();
- System.Windows.Forms.DataVisualization.Charting.Series series6 = new System.Windows.Forms.DataVisualization.Charting.Series();
- this.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.tBImgPath = new System.Windows.Forms.TextBox();
- this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
- this.button3 = new System.Windows.Forms.Button();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.wd = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.评价函数值 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.label1 = new System.Windows.Forms.Label();
- this.button4 = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.button5 = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.SuspendLayout();
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(43, 24);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(69, 34);
- this.button1.TabIndex = 0;
- this.button1.Text = "LoG";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(309, 24);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(141, 34);
- this.button2.TabIndex = 1;
- this.button2.Text = "选择图像文件夹";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // tBImgPath
- //
- this.tBImgPath.Location = new System.Drawing.Point(472, 30);
- this.tBImgPath.Name = "tBImgPath";
- this.tBImgPath.ReadOnly = true;
- this.tBImgPath.Size = new System.Drawing.Size(479, 28);
- this.tBImgPath.TabIndex = 2;
- //
- // chart1
- //
- chartArea6.Name = "ChartArea1";
- this.chart1.ChartAreas.Add(chartArea6);
- legend6.Name = "Legend1";
- this.chart1.Legends.Add(legend6);
- this.chart1.Location = new System.Drawing.Point(43, 88);
- this.chart1.Name = "chart1";
- series6.ChartArea = "ChartArea1";
- series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
- series6.Legend = "Legend1";
- series6.Name = "Series1";
- this.chart1.Series.Add(series6);
- this.chart1.Size = new System.Drawing.Size(743, 467);
- this.chart1.TabIndex = 4;
- this.chart1.Text = "chart1";
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(137, 24);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(69, 34);
- this.button3.TabIndex = 5;
- this.button3.Text = "梯度";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // dataGridView1
- //
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.wd,
- this.评价函数值});
- this.dataGridView1.Location = new System.Drawing.Point(810, 88);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.RowTemplate.Height = 30;
- this.dataGridView1.Size = new System.Drawing.Size(345, 467);
- this.dataGridView1.TabIndex = 6;
- this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
- //
- // wd
- //
- this.wd.HeaderText = "wd";
- this.wd.Name = "wd";
- //
- // 评价函数值
- //
- this.评价函数值.HeaderText = "评价函数值";
- this.评价函数值.Name = "评价函数值";
- this.评价函数值.Width = 200;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(993, 33);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(62, 18);
- this.label1.TabIndex = 8;
- this.label1.Text = "焦距:";
- //
- // button4
- //
- this.button4.Location = new System.Drawing.Point(43, 581);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(186, 39);
- this.button4.TabIndex = 9;
- this.button4.Text = "多种评价函数比较";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(265, 591);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(0, 18);
- this.label2.TabIndex = 10;
- //
- // button5
- //
- this.button5.Location = new System.Drawing.Point(223, 24);
- this.button5.Name = "button5";
- this.button5.Size = new System.Drawing.Size(69, 34);
- this.button5.TabIndex = 11;
- this.button5.Text = "滤波";
- this.button5.UseVisualStyleBackColor = true;
- this.button5.Click += new System.EventHandler(this.button5_Click);
- //
- // FormAutoDo
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1198, 735);
- this.Controls.Add(this.button5);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.button4);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.dataGridView1);
- this.Controls.Add(this.button3);
- this.Controls.Add(this.chart1);
- this.Controls.Add(this.tBImgPath);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.button1);
- this.Name = "FormAutoDo";
- this.Text = "Form1";
- ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.TextBox tBImgPath;
- private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.DataGridViewTextBoxColumn wd;
- private System.Windows.Forms.DataGridViewTextBoxColumn 评价函数值;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button button4;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button button5;
- }
- }
|