FormAutoDo.Designer.cs 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. namespace AutoDo
  2. {
  3. partial class FormAutoDo
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea6 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  29. System.Windows.Forms.DataVisualization.Charting.Legend legend6 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  30. System.Windows.Forms.DataVisualization.Charting.Series series6 = new System.Windows.Forms.DataVisualization.Charting.Series();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.button2 = new System.Windows.Forms.Button();
  33. this.tBImgPath = new System.Windows.Forms.TextBox();
  34. this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
  35. this.button3 = new System.Windows.Forms.Button();
  36. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  37. this.wd = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.评价函数值 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.button4 = new System.Windows.Forms.Button();
  41. this.label2 = new System.Windows.Forms.Label();
  42. this.button5 = new System.Windows.Forms.Button();
  43. ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // button1
  48. //
  49. this.button1.Location = new System.Drawing.Point(43, 24);
  50. this.button1.Name = "button1";
  51. this.button1.Size = new System.Drawing.Size(69, 34);
  52. this.button1.TabIndex = 0;
  53. this.button1.Text = "LoG";
  54. this.button1.UseVisualStyleBackColor = true;
  55. this.button1.Click += new System.EventHandler(this.button1_Click);
  56. //
  57. // button2
  58. //
  59. this.button2.Location = new System.Drawing.Point(309, 24);
  60. this.button2.Name = "button2";
  61. this.button2.Size = new System.Drawing.Size(141, 34);
  62. this.button2.TabIndex = 1;
  63. this.button2.Text = "选择图像文件夹";
  64. this.button2.UseVisualStyleBackColor = true;
  65. this.button2.Click += new System.EventHandler(this.button2_Click);
  66. //
  67. // tBImgPath
  68. //
  69. this.tBImgPath.Location = new System.Drawing.Point(472, 30);
  70. this.tBImgPath.Name = "tBImgPath";
  71. this.tBImgPath.ReadOnly = true;
  72. this.tBImgPath.Size = new System.Drawing.Size(479, 28);
  73. this.tBImgPath.TabIndex = 2;
  74. //
  75. // chart1
  76. //
  77. chartArea6.Name = "ChartArea1";
  78. this.chart1.ChartAreas.Add(chartArea6);
  79. legend6.Name = "Legend1";
  80. this.chart1.Legends.Add(legend6);
  81. this.chart1.Location = new System.Drawing.Point(43, 88);
  82. this.chart1.Name = "chart1";
  83. series6.ChartArea = "ChartArea1";
  84. series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
  85. series6.Legend = "Legend1";
  86. series6.Name = "Series1";
  87. this.chart1.Series.Add(series6);
  88. this.chart1.Size = new System.Drawing.Size(743, 467);
  89. this.chart1.TabIndex = 4;
  90. this.chart1.Text = "chart1";
  91. //
  92. // button3
  93. //
  94. this.button3.Location = new System.Drawing.Point(137, 24);
  95. this.button3.Name = "button3";
  96. this.button3.Size = new System.Drawing.Size(69, 34);
  97. this.button3.TabIndex = 5;
  98. this.button3.Text = "梯度";
  99. this.button3.UseVisualStyleBackColor = true;
  100. this.button3.Click += new System.EventHandler(this.button3_Click);
  101. //
  102. // dataGridView1
  103. //
  104. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  105. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  106. this.wd,
  107. this.评价函数值});
  108. this.dataGridView1.Location = new System.Drawing.Point(810, 88);
  109. this.dataGridView1.Name = "dataGridView1";
  110. this.dataGridView1.RowTemplate.Height = 30;
  111. this.dataGridView1.Size = new System.Drawing.Size(345, 467);
  112. this.dataGridView1.TabIndex = 6;
  113. this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  114. //
  115. // wd
  116. //
  117. this.wd.HeaderText = "wd";
  118. this.wd.Name = "wd";
  119. //
  120. // 评价函数值
  121. //
  122. this.评价函数值.HeaderText = "评价函数值";
  123. this.评价函数值.Name = "评价函数值";
  124. this.评价函数值.Width = 200;
  125. //
  126. // label1
  127. //
  128. this.label1.AutoSize = true;
  129. this.label1.Location = new System.Drawing.Point(993, 33);
  130. this.label1.Name = "label1";
  131. this.label1.Size = new System.Drawing.Size(62, 18);
  132. this.label1.TabIndex = 8;
  133. this.label1.Text = "焦距:";
  134. //
  135. // button4
  136. //
  137. this.button4.Location = new System.Drawing.Point(43, 581);
  138. this.button4.Name = "button4";
  139. this.button4.Size = new System.Drawing.Size(186, 39);
  140. this.button4.TabIndex = 9;
  141. this.button4.Text = "多种评价函数比较";
  142. this.button4.UseVisualStyleBackColor = true;
  143. this.button4.Click += new System.EventHandler(this.button4_Click);
  144. //
  145. // label2
  146. //
  147. this.label2.AutoSize = true;
  148. this.label2.Location = new System.Drawing.Point(265, 591);
  149. this.label2.Name = "label2";
  150. this.label2.Size = new System.Drawing.Size(0, 18);
  151. this.label2.TabIndex = 10;
  152. //
  153. // button5
  154. //
  155. this.button5.Location = new System.Drawing.Point(223, 24);
  156. this.button5.Name = "button5";
  157. this.button5.Size = new System.Drawing.Size(69, 34);
  158. this.button5.TabIndex = 11;
  159. this.button5.Text = "滤波";
  160. this.button5.UseVisualStyleBackColor = true;
  161. this.button5.Click += new System.EventHandler(this.button5_Click);
  162. //
  163. // FormAutoDo
  164. //
  165. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  166. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  167. this.ClientSize = new System.Drawing.Size(1198, 735);
  168. this.Controls.Add(this.button5);
  169. this.Controls.Add(this.label2);
  170. this.Controls.Add(this.button4);
  171. this.Controls.Add(this.label1);
  172. this.Controls.Add(this.dataGridView1);
  173. this.Controls.Add(this.button3);
  174. this.Controls.Add(this.chart1);
  175. this.Controls.Add(this.tBImgPath);
  176. this.Controls.Add(this.button2);
  177. this.Controls.Add(this.button1);
  178. this.Name = "FormAutoDo";
  179. this.Text = "Form1";
  180. ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
  181. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  182. this.ResumeLayout(false);
  183. this.PerformLayout();
  184. }
  185. #endregion
  186. private System.Windows.Forms.Button button1;
  187. private System.Windows.Forms.Button button2;
  188. private System.Windows.Forms.TextBox tBImgPath;
  189. private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
  190. private System.Windows.Forms.Button button3;
  191. private System.Windows.Forms.DataGridView dataGridView1;
  192. private System.Windows.Forms.DataGridViewTextBoxColumn wd;
  193. private System.Windows.Forms.DataGridViewTextBoxColumn 评价函数值;
  194. private System.Windows.Forms.Label label1;
  195. private System.Windows.Forms.Button button4;
  196. private System.Windows.Forms.Label label2;
  197. private System.Windows.Forms.Button button5;
  198. }
  199. }