選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

403 行
18 KiB

  1. namespace DefectInferTool
  2. {
  3. partial class Form1
  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. this.flpQualifiedPannel = new System.Windows.Forms.FlowLayoutPanel();
  29. this.groupBox1 = new System.Windows.Forms.GroupBox();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.textBox1 = new System.Windows.Forms.TextBox();
  32. this.gboxDefectList = new System.Windows.Forms.GroupBox();
  33. this.pnlBmpList = new System.Windows.Forms.FlowLayoutPanel();
  34. this.textBox3 = new System.Windows.Forms.TextBox();
  35. this.textBox4 = new System.Windows.Forms.TextBox();
  36. this.button2 = new System.Windows.Forms.Button();
  37. this.comboBox1 = new System.Windows.Forms.ComboBox();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.checkBox1 = new System.Windows.Forms.CheckBox();
  40. this.groupBox3 = new System.Windows.Forms.GroupBox();
  41. this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
  42. this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
  43. this.groupBox4 = new System.Windows.Forms.GroupBox();
  44. this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
  45. this.numericUpDown4 = new System.Windows.Forms.NumericUpDown();
  46. this.groupBox5 = new System.Windows.Forms.GroupBox();
  47. this.numericUpDown6 = new System.Windows.Forms.NumericUpDown();
  48. this.groupBox6 = new System.Windows.Forms.GroupBox();
  49. this.numericUpDown5 = new System.Windows.Forms.NumericUpDown();
  50. this.lstLog = new System.Windows.Forms.ListBox();
  51. this.checkBox2 = new System.Windows.Forms.CheckBox();
  52. this.groupBox1.SuspendLayout();
  53. this.gboxDefectList.SuspendLayout();
  54. this.groupBox3.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
  57. this.groupBox4.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit();
  60. this.groupBox5.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).BeginInit();
  62. this.groupBox6.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).BeginInit();
  64. this.SuspendLayout();
  65. //
  66. // flpQualifiedPannel
  67. //
  68. this.flpQualifiedPannel.AutoScroll = true;
  69. this.flpQualifiedPannel.Dock = System.Windows.Forms.DockStyle.Fill;
  70. this.flpQualifiedPannel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
  71. this.flpQualifiedPannel.Location = new System.Drawing.Point(3, 17);
  72. this.flpQualifiedPannel.Margin = new System.Windows.Forms.Padding(2);
  73. this.flpQualifiedPannel.Name = "flpQualifiedPannel";
  74. this.flpQualifiedPannel.Padding = new System.Windows.Forms.Padding(3);
  75. this.flpQualifiedPannel.Size = new System.Drawing.Size(592, 416);
  76. this.flpQualifiedPannel.TabIndex = 1;
  77. //
  78. // groupBox1
  79. //
  80. this.groupBox1.Controls.Add(this.flpQualifiedPannel);
  81. this.groupBox1.Location = new System.Drawing.Point(12, 197);
  82. this.groupBox1.Name = "groupBox1";
  83. this.groupBox1.Size = new System.Drawing.Size(598, 436);
  84. this.groupBox1.TabIndex = 2;
  85. this.groupBox1.TabStop = false;
  86. this.groupBox1.Text = "测试标准";
  87. //
  88. // button1
  89. //
  90. this.button1.Location = new System.Drawing.Point(15, 54);
  91. this.button1.Name = "button1";
  92. this.button1.Size = new System.Drawing.Size(143, 23);
  93. this.button1.TabIndex = 3;
  94. this.button1.Text = "加载图片并推理";
  95. this.button1.UseVisualStyleBackColor = true;
  96. this.button1.Click += new System.EventHandler(this.button1_Click);
  97. //
  98. // textBox1
  99. //
  100. this.textBox1.Location = new System.Drawing.Point(614, 12);
  101. this.textBox1.Multiline = true;
  102. this.textBox1.Name = "textBox1";
  103. this.textBox1.Size = new System.Drawing.Size(491, 119);
  104. this.textBox1.TabIndex = 4;
  105. //
  106. // gboxDefectList
  107. //
  108. this.gboxDefectList.Controls.Add(this.pnlBmpList);
  109. this.gboxDefectList.Location = new System.Drawing.Point(616, 210);
  110. this.gboxDefectList.Name = "gboxDefectList";
  111. this.gboxDefectList.Size = new System.Drawing.Size(489, 423);
  112. this.gboxDefectList.TabIndex = 5;
  113. this.gboxDefectList.TabStop = false;
  114. this.gboxDefectList.Tag = "0";
  115. this.gboxDefectList.Text = "小图";
  116. //
  117. // pnlBmpList
  118. //
  119. this.pnlBmpList.AutoScroll = true;
  120. this.pnlBmpList.AutoSize = true;
  121. this.pnlBmpList.Dock = System.Windows.Forms.DockStyle.Fill;
  122. this.pnlBmpList.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
  123. this.pnlBmpList.Location = new System.Drawing.Point(3, 17);
  124. this.pnlBmpList.Margin = new System.Windows.Forms.Padding(2);
  125. this.pnlBmpList.Name = "pnlBmpList";
  126. this.pnlBmpList.Padding = new System.Windows.Forms.Padding(3);
  127. this.pnlBmpList.Size = new System.Drawing.Size(483, 403);
  128. this.pnlBmpList.TabIndex = 1;
  129. this.pnlBmpList.WrapContents = false;
  130. //
  131. // textBox3
  132. //
  133. this.textBox3.Location = new System.Drawing.Point(193, 56);
  134. this.textBox3.Name = "textBox3";
  135. this.textBox3.Size = new System.Drawing.Size(393, 21);
  136. this.textBox3.TabIndex = 7;
  137. //
  138. // textBox4
  139. //
  140. this.textBox4.Location = new System.Drawing.Point(193, 91);
  141. this.textBox4.Name = "textBox4";
  142. this.textBox4.Size = new System.Drawing.Size(393, 21);
  143. this.textBox4.TabIndex = 8;
  144. //
  145. // button2
  146. //
  147. this.button2.Location = new System.Drawing.Point(15, 89);
  148. this.button2.Name = "button2";
  149. this.button2.Size = new System.Drawing.Size(143, 23);
  150. this.button2.TabIndex = 9;
  151. this.button2.Text = "设置小图保存路径";
  152. this.button2.UseVisualStyleBackColor = true;
  153. this.button2.Click += new System.EventHandler(this.button2_Click);
  154. //
  155. // comboBox1
  156. //
  157. this.comboBox1.FormattingEnabled = true;
  158. this.comboBox1.Location = new System.Drawing.Point(193, 22);
  159. this.comboBox1.Name = "comboBox1";
  160. this.comboBox1.Size = new System.Drawing.Size(393, 20);
  161. this.comboBox1.TabIndex = 10;
  162. this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
  163. //
  164. // label1
  165. //
  166. this.label1.AutoSize = true;
  167. this.label1.Location = new System.Drawing.Point(105, 25);
  168. this.label1.Name = "label1";
  169. this.label1.Size = new System.Drawing.Size(53, 12);
  170. this.label1.TabIndex = 11;
  171. this.label1.Text = "模型选择";
  172. //
  173. // checkBox1
  174. //
  175. this.checkBox1.AutoSize = true;
  176. this.checkBox1.Checked = true;
  177. this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
  178. this.checkBox1.Location = new System.Drawing.Point(164, 122);
  179. this.checkBox1.Name = "checkBox1";
  180. this.checkBox1.Size = new System.Drawing.Size(96, 16);
  181. this.checkBox1.TabIndex = 12;
  182. this.checkBox1.Text = "开启单边计算";
  183. this.checkBox1.UseVisualStyleBackColor = true;
  184. //
  185. // groupBox3
  186. //
  187. this.groupBox3.Controls.Add(this.numericUpDown2);
  188. this.groupBox3.Controls.Add(this.numericUpDown1);
  189. this.groupBox3.Location = new System.Drawing.Point(164, 144);
  190. this.groupBox3.Name = "groupBox3";
  191. this.groupBox3.Size = new System.Drawing.Size(163, 47);
  192. this.groupBox3.TabIndex = 13;
  193. this.groupBox3.TabStop = false;
  194. this.groupBox3.Text = "切割大小";
  195. //
  196. // numericUpDown2
  197. //
  198. this.numericUpDown2.Location = new System.Drawing.Point(82, 19);
  199. this.numericUpDown2.Maximum = new decimal(new int[] {
  200. 10000,
  201. 0,
  202. 0,
  203. 0});
  204. this.numericUpDown2.Name = "numericUpDown2";
  205. this.numericUpDown2.Size = new System.Drawing.Size(70, 21);
  206. this.numericUpDown2.TabIndex = 1;
  207. //
  208. // numericUpDown1
  209. //
  210. this.numericUpDown1.Location = new System.Drawing.Point(6, 20);
  211. this.numericUpDown1.Maximum = new decimal(new int[] {
  212. 10000,
  213. 0,
  214. 0,
  215. 0});
  216. this.numericUpDown1.Name = "numericUpDown1";
  217. this.numericUpDown1.Size = new System.Drawing.Size(70, 21);
  218. this.numericUpDown1.TabIndex = 0;
  219. //
  220. // groupBox4
  221. //
  222. this.groupBox4.Controls.Add(this.numericUpDown3);
  223. this.groupBox4.Controls.Add(this.numericUpDown4);
  224. this.groupBox4.Location = new System.Drawing.Point(333, 144);
  225. this.groupBox4.Name = "groupBox4";
  226. this.groupBox4.Size = new System.Drawing.Size(163, 47);
  227. this.groupBox4.TabIndex = 14;
  228. this.groupBox4.TabStop = false;
  229. this.groupBox4.Text = "重置大小";
  230. //
  231. // numericUpDown3
  232. //
  233. this.numericUpDown3.Location = new System.Drawing.Point(82, 19);
  234. this.numericUpDown3.Maximum = new decimal(new int[] {
  235. 10000,
  236. 0,
  237. 0,
  238. 0});
  239. this.numericUpDown3.Name = "numericUpDown3";
  240. this.numericUpDown3.Size = new System.Drawing.Size(70, 21);
  241. this.numericUpDown3.TabIndex = 1;
  242. //
  243. // numericUpDown4
  244. //
  245. this.numericUpDown4.Location = new System.Drawing.Point(6, 20);
  246. this.numericUpDown4.Maximum = new decimal(new int[] {
  247. 10000,
  248. 0,
  249. 0,
  250. 0});
  251. this.numericUpDown4.Name = "numericUpDown4";
  252. this.numericUpDown4.Size = new System.Drawing.Size(70, 21);
  253. this.numericUpDown4.TabIndex = 0;
  254. //
  255. // groupBox5
  256. //
  257. this.groupBox5.Controls.Add(this.numericUpDown6);
  258. this.groupBox5.Location = new System.Drawing.Point(502, 144);
  259. this.groupBox5.Name = "groupBox5";
  260. this.groupBox5.Size = new System.Drawing.Size(84, 47);
  261. this.groupBox5.TabIndex = 15;
  262. this.groupBox5.TabStop = false;
  263. this.groupBox5.Text = "阈值";
  264. //
  265. // numericUpDown6
  266. //
  267. this.numericUpDown6.DecimalPlaces = 2;
  268. this.numericUpDown6.Increment = new decimal(new int[] {
  269. 1,
  270. 0,
  271. 0,
  272. 65536});
  273. this.numericUpDown6.Location = new System.Drawing.Point(6, 20);
  274. this.numericUpDown6.Maximum = new decimal(new int[] {
  275. 1,
  276. 0,
  277. 0,
  278. 0});
  279. this.numericUpDown6.Name = "numericUpDown6";
  280. this.numericUpDown6.Size = new System.Drawing.Size(70, 21);
  281. this.numericUpDown6.TabIndex = 0;
  282. //
  283. // groupBox6
  284. //
  285. this.groupBox6.Controls.Add(this.numericUpDown5);
  286. this.groupBox6.Location = new System.Drawing.Point(74, 144);
  287. this.groupBox6.Name = "groupBox6";
  288. this.groupBox6.Size = new System.Drawing.Size(84, 47);
  289. this.groupBox6.TabIndex = 16;
  290. this.groupBox6.TabStop = false;
  291. this.groupBox6.Text = "目数";
  292. //
  293. // numericUpDown5
  294. //
  295. this.numericUpDown5.Location = new System.Drawing.Point(6, 20);
  296. this.numericUpDown5.Maximum = new decimal(new int[] {
  297. 10000,
  298. 0,
  299. 0,
  300. 0});
  301. this.numericUpDown5.Name = "numericUpDown5";
  302. this.numericUpDown5.Size = new System.Drawing.Size(70, 21);
  303. this.numericUpDown5.TabIndex = 0;
  304. this.numericUpDown5.Value = new decimal(new int[] {
  305. 500,
  306. 0,
  307. 0,
  308. 0});
  309. //
  310. // lstLog
  311. //
  312. this.lstLog.FormattingEnabled = true;
  313. this.lstLog.ItemHeight = 12;
  314. this.lstLog.Location = new System.Drawing.Point(614, 137);
  315. this.lstLog.Name = "lstLog";
  316. this.lstLog.Size = new System.Drawing.Size(491, 64);
  317. this.lstLog.TabIndex = 17;
  318. //
  319. // checkBox2
  320. //
  321. this.checkBox2.AutoSize = true;
  322. this.checkBox2.Location = new System.Drawing.Point(12, 24);
  323. this.checkBox2.Name = "checkBox2";
  324. this.checkBox2.Size = new System.Drawing.Size(66, 16);
  325. this.checkBox2.TabIndex = 18;
  326. this.checkBox2.Text = "使用GPU";
  327. this.checkBox2.UseVisualStyleBackColor = true;
  328. //
  329. // Form1
  330. //
  331. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  332. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  333. this.ClientSize = new System.Drawing.Size(1117, 645);
  334. this.Controls.Add(this.checkBox2);
  335. this.Controls.Add(this.lstLog);
  336. this.Controls.Add(this.groupBox6);
  337. this.Controls.Add(this.groupBox5);
  338. this.Controls.Add(this.groupBox4);
  339. this.Controls.Add(this.groupBox3);
  340. this.Controls.Add(this.checkBox1);
  341. this.Controls.Add(this.label1);
  342. this.Controls.Add(this.comboBox1);
  343. this.Controls.Add(this.button2);
  344. this.Controls.Add(this.textBox4);
  345. this.Controls.Add(this.textBox3);
  346. this.Controls.Add(this.gboxDefectList);
  347. this.Controls.Add(this.textBox1);
  348. this.Controls.Add(this.button1);
  349. this.Controls.Add(this.groupBox1);
  350. this.Name = "Form1";
  351. this.Text = "版博士推理工具";
  352. this.Load += new System.EventHandler(this.Form1_Load);
  353. this.groupBox1.ResumeLayout(false);
  354. this.gboxDefectList.ResumeLayout(false);
  355. this.gboxDefectList.PerformLayout();
  356. this.groupBox3.ResumeLayout(false);
  357. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
  358. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
  359. this.groupBox4.ResumeLayout(false);
  360. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
  361. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit();
  362. this.groupBox5.ResumeLayout(false);
  363. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).EndInit();
  364. this.groupBox6.ResumeLayout(false);
  365. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).EndInit();
  366. this.ResumeLayout(false);
  367. this.PerformLayout();
  368. }
  369. #endregion
  370. private System.Windows.Forms.FlowLayoutPanel flpQualifiedPannel;
  371. private System.Windows.Forms.GroupBox groupBox1;
  372. private System.Windows.Forms.Button button1;
  373. private System.Windows.Forms.TextBox textBox1;
  374. private System.Windows.Forms.GroupBox gboxDefectList;
  375. private System.Windows.Forms.FlowLayoutPanel pnlBmpList;
  376. private System.Windows.Forms.TextBox textBox3;
  377. private System.Windows.Forms.TextBox textBox4;
  378. private System.Windows.Forms.Button button2;
  379. private System.Windows.Forms.ComboBox comboBox1;
  380. private System.Windows.Forms.Label label1;
  381. private System.Windows.Forms.CheckBox checkBox1;
  382. private System.Windows.Forms.GroupBox groupBox3;
  383. private System.Windows.Forms.NumericUpDown numericUpDown1;
  384. private System.Windows.Forms.NumericUpDown numericUpDown2;
  385. private System.Windows.Forms.GroupBox groupBox4;
  386. private System.Windows.Forms.NumericUpDown numericUpDown3;
  387. private System.Windows.Forms.NumericUpDown numericUpDown4;
  388. private System.Windows.Forms.GroupBox groupBox5;
  389. private System.Windows.Forms.NumericUpDown numericUpDown6;
  390. private System.Windows.Forms.GroupBox groupBox6;
  391. private System.Windows.Forms.NumericUpDown numericUpDown5;
  392. private System.Windows.Forms.ListBox lstLog;
  393. private System.Windows.Forms.CheckBox checkBox2;
  394. }
  395. }