FormFindLine.Designer.cs 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645
  1. namespace FindLineTool
  2. {
  3. partial class FormFindLine
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormFindLine));
  29. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  30. this.tsbtRunTool = new System.Windows.Forms.ToolStripButton();
  31. this.statusStrip = new System.Windows.Forms.StatusStrip();
  32. this.lb_RunStatus = new System.Windows.Forms.ToolStripStatusLabel();
  33. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  34. this.lb_RunTime = new System.Windows.Forms.ToolStripStatusLabel();
  35. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  36. this.panel1 = new System.Windows.Forms.Panel();
  37. this.tabControl1 = new System.Windows.Forms.TabControl();
  38. this.tabPage2 = new System.Windows.Forms.TabPage();
  39. this.groupBox1 = new System.Windows.Forms.GroupBox();
  40. this.label6 = new System.Windows.Forms.Label();
  41. this.tbx_minScore = new System.Windows.Forms.TextBox();
  42. this.label5 = new System.Windows.Forms.Label();
  43. this.label16 = new System.Windows.Forms.Label();
  44. this.label14 = new System.Windows.Forms.Label();
  45. this.label15 = new System.Windows.Forms.Label();
  46. this.label13 = new System.Windows.Forms.Label();
  47. this.label12 = new System.Windows.Forms.Label();
  48. this.label11 = new System.Windows.Forms.Label();
  49. this.tbx_caliperLength2 = new System.Windows.Forms.TextBox();
  50. this.tbx_Sigma = new System.Windows.Forms.TextBox();
  51. this.tbx_caliperLength = new System.Windows.Forms.TextBox();
  52. this.tbx_threshold = new System.Windows.Forms.TextBox();
  53. this.tbx_caliperNum = new System.Windows.Forms.TextBox();
  54. this.cbx_polarity = new System.Windows.Forms.ComboBox();
  55. this.cbx_edgeSelect = new System.Windows.Forms.ComboBox();
  56. this.tabPage3 = new System.Windows.Forms.TabPage();
  57. this.tabPage4 = new System.Windows.Forms.TabPage();
  58. this.groupBox3 = new System.Windows.Forms.GroupBox();
  59. this.chBDispCross = new System.Windows.Forms.CheckBox();
  60. this.chBDispRec = new System.Windows.Forms.CheckBox();
  61. this.tabPage5 = new System.Windows.Forms.TabPage();
  62. this.groupBox2 = new System.Windows.Forms.GroupBox();
  63. this.tbx_resultEndCol = new System.Windows.Forms.TextBox();
  64. this.label8 = new System.Windows.Forms.Label();
  65. this.tbx_resultStartRow = new System.Windows.Forms.TextBox();
  66. this.tbx_resultStartCol = new System.Windows.Forms.TextBox();
  67. this.tbx_resultEndRow = new System.Windows.Forms.TextBox();
  68. this.label7 = new System.Windows.Forms.Label();
  69. this.label10 = new System.Windows.Forms.Label();
  70. this.label9 = new System.Windows.Forms.Label();
  71. this.btnSetModelPose = new Sunny.UI.UISymbolButton();
  72. this.toolStrip1.SuspendLayout();
  73. this.statusStrip.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  75. this.splitContainer1.Panel1.SuspendLayout();
  76. this.splitContainer1.Panel2.SuspendLayout();
  77. this.splitContainer1.SuspendLayout();
  78. this.tabControl1.SuspendLayout();
  79. this.tabPage2.SuspendLayout();
  80. this.groupBox1.SuspendLayout();
  81. this.tabPage4.SuspendLayout();
  82. this.groupBox3.SuspendLayout();
  83. this.tabPage5.SuspendLayout();
  84. this.groupBox2.SuspendLayout();
  85. this.SuspendLayout();
  86. //
  87. // toolStrip1
  88. //
  89. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(25, 25);
  90. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  91. this.tsbtRunTool});
  92. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  93. this.toolStrip1.Name = "toolStrip1";
  94. this.toolStrip1.Size = new System.Drawing.Size(1002, 32);
  95. this.toolStrip1.TabIndex = 2;
  96. this.toolStrip1.Text = "toolStrip1";
  97. //
  98. // tsbtRunTool
  99. //
  100. this.tsbtRunTool.Image = ((System.Drawing.Image)(resources.GetObject("tsbtRunTool.Image")));
  101. this.tsbtRunTool.ImageTransparentColor = System.Drawing.Color.Magenta;
  102. this.tsbtRunTool.Name = "tsbtRunTool";
  103. this.tsbtRunTool.Size = new System.Drawing.Size(85, 29);
  104. this.tsbtRunTool.Text = "运行工具";
  105. this.tsbtRunTool.Click += new System.EventHandler(this.tsbtRunTool_Click);
  106. //
  107. // statusStrip
  108. //
  109. this.statusStrip.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  111. this.lb_RunStatus,
  112. this.toolStripStatusLabel1,
  113. this.lb_RunTime});
  114. this.statusStrip.Location = new System.Drawing.Point(0, 631);
  115. this.statusStrip.Name = "statusStrip";
  116. this.statusStrip.Size = new System.Drawing.Size(1002, 22);
  117. this.statusStrip.TabIndex = 3;
  118. this.statusStrip.Text = "statusStrip1";
  119. //
  120. // lb_RunStatus
  121. //
  122. this.lb_RunStatus.Name = "lb_RunStatus";
  123. this.lb_RunStatus.Size = new System.Drawing.Size(0, 17);
  124. //
  125. // toolStripStatusLabel1
  126. //
  127. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  128. this.toolStripStatusLabel1.Size = new System.Drawing.Size(120, 17);
  129. this.toolStripStatusLabel1.Text = " ";
  130. //
  131. // lb_RunTime
  132. //
  133. this.lb_RunTime.Name = "lb_RunTime";
  134. this.lb_RunTime.Size = new System.Drawing.Size(0, 17);
  135. //
  136. // splitContainer1
  137. //
  138. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  139. this.splitContainer1.Location = new System.Drawing.Point(0, 32);
  140. this.splitContainer1.Name = "splitContainer1";
  141. //
  142. // splitContainer1.Panel1
  143. //
  144. this.splitContainer1.Panel1.Controls.Add(this.panel1);
  145. //
  146. // splitContainer1.Panel2
  147. //
  148. this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
  149. this.splitContainer1.Size = new System.Drawing.Size(1002, 599);
  150. this.splitContainer1.SplitterDistance = 561;
  151. this.splitContainer1.TabIndex = 4;
  152. //
  153. // panel1
  154. //
  155. this.panel1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  156. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  157. this.panel1.Location = new System.Drawing.Point(0, 0);
  158. this.panel1.Name = "panel1";
  159. this.panel1.Size = new System.Drawing.Size(561, 599);
  160. this.panel1.TabIndex = 1;
  161. //
  162. // tabControl1
  163. //
  164. this.tabControl1.Controls.Add(this.tabPage2);
  165. this.tabControl1.Controls.Add(this.tabPage3);
  166. this.tabControl1.Controls.Add(this.tabPage4);
  167. this.tabControl1.Controls.Add(this.tabPage5);
  168. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  169. this.tabControl1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  171. this.tabControl1.Name = "tabControl1";
  172. this.tabControl1.SelectedIndex = 0;
  173. this.tabControl1.Size = new System.Drawing.Size(437, 599);
  174. this.tabControl1.TabIndex = 1;
  175. //
  176. // tabPage2
  177. //
  178. this.tabPage2.Controls.Add(this.groupBox1);
  179. this.tabPage2.Location = new System.Drawing.Point(4, 29);
  180. this.tabPage2.Margin = new System.Windows.Forms.Padding(15);
  181. this.tabPage2.Name = "tabPage2";
  182. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  183. this.tabPage2.Size = new System.Drawing.Size(429, 566);
  184. this.tabPage2.TabIndex = 1;
  185. this.tabPage2.Text = "参数";
  186. this.tabPage2.UseVisualStyleBackColor = true;
  187. //
  188. // groupBox1
  189. //
  190. this.groupBox1.Controls.Add(this.btnSetModelPose);
  191. this.groupBox1.Controls.Add(this.label6);
  192. this.groupBox1.Controls.Add(this.tbx_minScore);
  193. this.groupBox1.Controls.Add(this.label5);
  194. this.groupBox1.Controls.Add(this.label16);
  195. this.groupBox1.Controls.Add(this.label14);
  196. this.groupBox1.Controls.Add(this.label15);
  197. this.groupBox1.Controls.Add(this.label13);
  198. this.groupBox1.Controls.Add(this.label12);
  199. this.groupBox1.Controls.Add(this.label11);
  200. this.groupBox1.Controls.Add(this.tbx_caliperLength2);
  201. this.groupBox1.Controls.Add(this.tbx_Sigma);
  202. this.groupBox1.Controls.Add(this.tbx_caliperLength);
  203. this.groupBox1.Controls.Add(this.tbx_threshold);
  204. this.groupBox1.Controls.Add(this.tbx_caliperNum);
  205. this.groupBox1.Controls.Add(this.cbx_polarity);
  206. this.groupBox1.Controls.Add(this.cbx_edgeSelect);
  207. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  208. this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.groupBox1.Location = new System.Drawing.Point(3, 3);
  210. this.groupBox1.Margin = new System.Windows.Forms.Padding(15);
  211. this.groupBox1.Name = "groupBox1";
  212. this.groupBox1.Padding = new System.Windows.Forms.Padding(15);
  213. this.groupBox1.Size = new System.Drawing.Size(423, 560);
  214. this.groupBox1.TabIndex = 0;
  215. this.groupBox1.TabStop = false;
  216. this.groupBox1.Text = "参数设定";
  217. //
  218. // label6
  219. //
  220. this.label6.AutoSize = true;
  221. this.label6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.label6.Location = new System.Drawing.Point(36, 42);
  223. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  224. this.label6.Name = "label6";
  225. this.label6.Size = new System.Drawing.Size(79, 20);
  226. this.label6.TabIndex = 320;
  227. this.label6.Text = "最小分数:";
  228. //
  229. // tbx_minScore
  230. //
  231. this.tbx_minScore.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.tbx_minScore.Location = new System.Drawing.Point(142, 27);
  233. this.tbx_minScore.Margin = new System.Windows.Forms.Padding(2);
  234. this.tbx_minScore.Name = "tbx_minScore";
  235. this.tbx_minScore.Size = new System.Drawing.Size(250, 26);
  236. this.tbx_minScore.TabIndex = 319;
  237. //
  238. // label5
  239. //
  240. this.label5.AutoSize = true;
  241. this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. this.label5.Location = new System.Drawing.Point(36, 368);
  243. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  244. this.label5.Name = "label5";
  245. this.label5.Size = new System.Drawing.Size(79, 20);
  246. this.label5.TabIndex = 318;
  247. this.label5.Text = "结果选择:";
  248. //
  249. // label16
  250. //
  251. this.label16.AutoSize = true;
  252. this.label16.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. this.label16.Location = new System.Drawing.Point(36, 180);
  254. this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  255. this.label16.Name = "label16";
  256. this.label16.Size = new System.Drawing.Size(65, 20);
  257. this.label16.TabIndex = 326;
  258. this.label16.Text = "卡尺宽:";
  259. //
  260. // label14
  261. //
  262. this.label14.AutoSize = true;
  263. this.label14.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  264. this.label14.Location = new System.Drawing.Point(36, 134);
  265. this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  266. this.label14.Name = "label14";
  267. this.label14.Size = new System.Drawing.Size(65, 20);
  268. this.label14.TabIndex = 327;
  269. this.label14.Text = "卡尺长:";
  270. //
  271. // label15
  272. //
  273. this.label15.AutoSize = true;
  274. this.label15.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  275. this.label15.Location = new System.Drawing.Point(38, 272);
  276. this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  277. this.label15.Name = "label15";
  278. this.label15.Size = new System.Drawing.Size(54, 20);
  279. this.label15.TabIndex = 330;
  280. this.label15.Text = "Sigma:";
  281. //
  282. // label13
  283. //
  284. this.label13.AutoSize = true;
  285. this.label13.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. this.label13.Location = new System.Drawing.Point(36, 226);
  287. this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  288. this.label13.Name = "label13";
  289. this.label13.Size = new System.Drawing.Size(51, 20);
  290. this.label13.TabIndex = 331;
  291. this.label13.Text = "阈值:";
  292. //
  293. // label12
  294. //
  295. this.label12.AutoSize = true;
  296. this.label12.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  297. this.label12.Location = new System.Drawing.Point(36, 88);
  298. this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  299. this.label12.Name = "label12";
  300. this.label12.Size = new System.Drawing.Size(65, 20);
  301. this.label12.TabIndex = 323;
  302. this.label12.Text = "卡尺数:";
  303. //
  304. // label11
  305. //
  306. this.label11.AutoSize = true;
  307. this.label11.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  308. this.label11.Location = new System.Drawing.Point(36, 320);
  309. this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  310. this.label11.Name = "label11";
  311. this.label11.Size = new System.Drawing.Size(51, 20);
  312. this.label11.TabIndex = 321;
  313. this.label11.Text = "极性:";
  314. //
  315. // tbx_caliperLength2
  316. //
  317. this.tbx_caliperLength2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  318. this.tbx_caliperLength2.Location = new System.Drawing.Point(142, 165);
  319. this.tbx_caliperLength2.Margin = new System.Windows.Forms.Padding(2);
  320. this.tbx_caliperLength2.Name = "tbx_caliperLength2";
  321. this.tbx_caliperLength2.Size = new System.Drawing.Size(250, 26);
  322. this.tbx_caliperLength2.TabIndex = 324;
  323. //
  324. // tbx_Sigma
  325. //
  326. this.tbx_Sigma.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  327. this.tbx_Sigma.Location = new System.Drawing.Point(144, 257);
  328. this.tbx_Sigma.Margin = new System.Windows.Forms.Padding(2);
  329. this.tbx_Sigma.Name = "tbx_Sigma";
  330. this.tbx_Sigma.Size = new System.Drawing.Size(250, 26);
  331. this.tbx_Sigma.TabIndex = 328;
  332. //
  333. // tbx_caliperLength
  334. //
  335. this.tbx_caliperLength.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  336. this.tbx_caliperLength.Location = new System.Drawing.Point(142, 119);
  337. this.tbx_caliperLength.Margin = new System.Windows.Forms.Padding(2);
  338. this.tbx_caliperLength.Name = "tbx_caliperLength";
  339. this.tbx_caliperLength.Size = new System.Drawing.Size(250, 26);
  340. this.tbx_caliperLength.TabIndex = 325;
  341. //
  342. // tbx_threshold
  343. //
  344. this.tbx_threshold.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  345. this.tbx_threshold.Location = new System.Drawing.Point(142, 211);
  346. this.tbx_threshold.Margin = new System.Windows.Forms.Padding(2);
  347. this.tbx_threshold.Name = "tbx_threshold";
  348. this.tbx_threshold.Size = new System.Drawing.Size(250, 26);
  349. this.tbx_threshold.TabIndex = 329;
  350. //
  351. // tbx_caliperNum
  352. //
  353. this.tbx_caliperNum.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  354. this.tbx_caliperNum.Location = new System.Drawing.Point(142, 73);
  355. this.tbx_caliperNum.Margin = new System.Windows.Forms.Padding(2);
  356. this.tbx_caliperNum.Name = "tbx_caliperNum";
  357. this.tbx_caliperNum.Size = new System.Drawing.Size(250, 26);
  358. this.tbx_caliperNum.TabIndex = 322;
  359. //
  360. // cbx_polarity
  361. //
  362. this.cbx_polarity.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  363. this.cbx_polarity.FormattingEnabled = true;
  364. this.cbx_polarity.Items.AddRange(new object[] {
  365. "从明到暗",
  366. "从暗到明"});
  367. this.cbx_polarity.Location = new System.Drawing.Point(142, 303);
  368. this.cbx_polarity.Name = "cbx_polarity";
  369. this.cbx_polarity.Size = new System.Drawing.Size(250, 28);
  370. this.cbx_polarity.TabIndex = 332;
  371. this.cbx_polarity.Text = "从明到暗";
  372. //
  373. // cbx_edgeSelect
  374. //
  375. this.cbx_edgeSelect.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  376. this.cbx_edgeSelect.FormattingEnabled = true;
  377. this.cbx_edgeSelect.Items.AddRange(new object[] {
  378. "all",
  379. "first",
  380. "last"});
  381. this.cbx_edgeSelect.Location = new System.Drawing.Point(142, 351);
  382. this.cbx_edgeSelect.Name = "cbx_edgeSelect";
  383. this.cbx_edgeSelect.Size = new System.Drawing.Size(250, 28);
  384. this.cbx_edgeSelect.TabIndex = 333;
  385. this.cbx_edgeSelect.Text = "all";
  386. //
  387. // tabPage3
  388. //
  389. this.tabPage3.Location = new System.Drawing.Point(4, 29);
  390. this.tabPage3.Name = "tabPage3";
  391. this.tabPage3.Size = new System.Drawing.Size(429, 566);
  392. this.tabPage3.TabIndex = 2;
  393. this.tabPage3.Text = "搜素区域";
  394. this.tabPage3.UseVisualStyleBackColor = true;
  395. //
  396. // tabPage4
  397. //
  398. this.tabPage4.Controls.Add(this.groupBox3);
  399. this.tabPage4.Location = new System.Drawing.Point(4, 29);
  400. this.tabPage4.Name = "tabPage4";
  401. this.tabPage4.Size = new System.Drawing.Size(429, 566);
  402. this.tabPage4.TabIndex = 3;
  403. this.tabPage4.Text = "图形";
  404. this.tabPage4.UseVisualStyleBackColor = true;
  405. //
  406. // groupBox3
  407. //
  408. this.groupBox3.Controls.Add(this.chBDispCross);
  409. this.groupBox3.Controls.Add(this.chBDispRec);
  410. this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  411. this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  412. this.groupBox3.Location = new System.Drawing.Point(0, 0);
  413. this.groupBox3.Margin = new System.Windows.Forms.Padding(15);
  414. this.groupBox3.Name = "groupBox3";
  415. this.groupBox3.Padding = new System.Windows.Forms.Padding(15);
  416. this.groupBox3.Size = new System.Drawing.Size(429, 566);
  417. this.groupBox3.TabIndex = 320;
  418. this.groupBox3.TabStop = false;
  419. this.groupBox3.Text = "显示设定";
  420. //
  421. // chBDispCross
  422. //
  423. this.chBDispCross.AutoSize = true;
  424. this.chBDispCross.Location = new System.Drawing.Point(41, 72);
  425. this.chBDispCross.Name = "chBDispCross";
  426. this.chBDispCross.Size = new System.Drawing.Size(112, 24);
  427. this.chBDispCross.TabIndex = 0;
  428. this.chBDispCross.Text = "结果显示交点";
  429. this.chBDispCross.UseVisualStyleBackColor = true;
  430. this.chBDispCross.CheckedChanged += new System.EventHandler(this.DispSetCheck);
  431. //
  432. // chBDispRec
  433. //
  434. this.chBDispRec.AutoSize = true;
  435. this.chBDispRec.Location = new System.Drawing.Point(41, 41);
  436. this.chBDispRec.Name = "chBDispRec";
  437. this.chBDispRec.Size = new System.Drawing.Size(126, 24);
  438. this.chBDispRec.TabIndex = 0;
  439. this.chBDispRec.Text = "结果显示矩形框";
  440. this.chBDispRec.UseVisualStyleBackColor = true;
  441. this.chBDispRec.CheckedChanged += new System.EventHandler(this.DispSetCheck);
  442. //
  443. // tabPage5
  444. //
  445. this.tabPage5.Controls.Add(this.groupBox2);
  446. this.tabPage5.Location = new System.Drawing.Point(4, 29);
  447. this.tabPage5.Name = "tabPage5";
  448. this.tabPage5.Size = new System.Drawing.Size(429, 566);
  449. this.tabPage5.TabIndex = 4;
  450. this.tabPage5.Text = "结果";
  451. this.tabPage5.UseVisualStyleBackColor = true;
  452. //
  453. // groupBox2
  454. //
  455. this.groupBox2.Controls.Add(this.tbx_resultEndCol);
  456. this.groupBox2.Controls.Add(this.label8);
  457. this.groupBox2.Controls.Add(this.tbx_resultStartRow);
  458. this.groupBox2.Controls.Add(this.tbx_resultStartCol);
  459. this.groupBox2.Controls.Add(this.tbx_resultEndRow);
  460. this.groupBox2.Controls.Add(this.label7);
  461. this.groupBox2.Controls.Add(this.label10);
  462. this.groupBox2.Controls.Add(this.label9);
  463. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  464. this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  465. this.groupBox2.Location = new System.Drawing.Point(0, 0);
  466. this.groupBox2.Margin = new System.Windows.Forms.Padding(15);
  467. this.groupBox2.Name = "groupBox2";
  468. this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
  469. this.groupBox2.Size = new System.Drawing.Size(429, 566);
  470. this.groupBox2.TabIndex = 298;
  471. this.groupBox2.TabStop = false;
  472. this.groupBox2.Text = "找线结果";
  473. //
  474. // tbx_resultEndCol
  475. //
  476. this.tbx_resultEndCol.Location = new System.Drawing.Point(137, 123);
  477. this.tbx_resultEndCol.Margin = new System.Windows.Forms.Padding(2);
  478. this.tbx_resultEndCol.Name = "tbx_resultEndCol";
  479. this.tbx_resultEndCol.Size = new System.Drawing.Size(258, 26);
  480. this.tbx_resultEndCol.TabIndex = 108;
  481. //
  482. // label8
  483. //
  484. this.label8.AutoSize = true;
  485. this.label8.Location = new System.Drawing.Point(27, 126);
  486. this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  487. this.label8.Name = "label8";
  488. this.label8.Size = new System.Drawing.Size(93, 20);
  489. this.label8.TabIndex = 109;
  490. this.label8.Text = "终点列坐标:";
  491. //
  492. // tbx_resultStartRow
  493. //
  494. this.tbx_resultStartRow.Location = new System.Drawing.Point(137, 24);
  495. this.tbx_resultStartRow.Margin = new System.Windows.Forms.Padding(2);
  496. this.tbx_resultStartRow.Name = "tbx_resultStartRow";
  497. this.tbx_resultStartRow.Size = new System.Drawing.Size(258, 26);
  498. this.tbx_resultStartRow.TabIndex = 102;
  499. //
  500. // tbx_resultStartCol
  501. //
  502. this.tbx_resultStartCol.Location = new System.Drawing.Point(137, 57);
  503. this.tbx_resultStartCol.Margin = new System.Windows.Forms.Padding(2);
  504. this.tbx_resultStartCol.Name = "tbx_resultStartCol";
  505. this.tbx_resultStartCol.Size = new System.Drawing.Size(258, 26);
  506. this.tbx_resultStartCol.TabIndex = 104;
  507. //
  508. // tbx_resultEndRow
  509. //
  510. this.tbx_resultEndRow.Location = new System.Drawing.Point(137, 90);
  511. this.tbx_resultEndRow.Margin = new System.Windows.Forms.Padding(2);
  512. this.tbx_resultEndRow.Name = "tbx_resultEndRow";
  513. this.tbx_resultEndRow.Size = new System.Drawing.Size(258, 26);
  514. this.tbx_resultEndRow.TabIndex = 106;
  515. //
  516. // label7
  517. //
  518. this.label7.AutoSize = true;
  519. this.label7.Location = new System.Drawing.Point(27, 27);
  520. this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  521. this.label7.Name = "label7";
  522. this.label7.Size = new System.Drawing.Size(93, 20);
  523. this.label7.TabIndex = 103;
  524. this.label7.Text = "起点行坐标:";
  525. //
  526. // label10
  527. //
  528. this.label10.AutoSize = true;
  529. this.label10.Location = new System.Drawing.Point(27, 93);
  530. this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  531. this.label10.Name = "label10";
  532. this.label10.Size = new System.Drawing.Size(93, 20);
  533. this.label10.TabIndex = 107;
  534. this.label10.Text = "终点行坐标:";
  535. //
  536. // label9
  537. //
  538. this.label9.AutoSize = true;
  539. this.label9.Location = new System.Drawing.Point(27, 60);
  540. this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  541. this.label9.Name = "label9";
  542. this.label9.Size = new System.Drawing.Size(93, 20);
  543. this.label9.TabIndex = 105;
  544. this.label9.Text = "起点列坐标:";
  545. //
  546. // btnSetModelPose
  547. //
  548. this.btnSetModelPose.Cursor = System.Windows.Forms.Cursors.Hand;
  549. this.btnSetModelPose.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  550. this.btnSetModelPose.IsScaled = false;
  551. this.btnSetModelPose.Location = new System.Drawing.Point(40, 437);
  552. this.btnSetModelPose.MinimumSize = new System.Drawing.Size(1, 1);
  553. this.btnSetModelPose.Name = "btnSetModelPose";
  554. this.btnSetModelPose.Size = new System.Drawing.Size(352, 35);
  555. this.btnSetModelPose.Symbol = 361771;
  556. this.btnSetModelPose.TabIndex = 334;
  557. this.btnSetModelPose.Text = "标定为模板位置";
  558. this.btnSetModelPose.Click += new System.EventHandler(this.btnSetModelPose_Click);
  559. //
  560. // FormFindLine
  561. //
  562. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  563. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  564. this.ClientSize = new System.Drawing.Size(1002, 653);
  565. this.Controls.Add(this.splitContainer1);
  566. this.Controls.Add(this.statusStrip);
  567. this.Controls.Add(this.toolStrip1);
  568. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  569. this.Name = "FormFindLine";
  570. this.Text = "找线工具";
  571. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormFindLine2_FormClosing);
  572. this.Load += new System.EventHandler(this.FormFindLine2_Load);
  573. this.toolStrip1.ResumeLayout(false);
  574. this.toolStrip1.PerformLayout();
  575. this.statusStrip.ResumeLayout(false);
  576. this.statusStrip.PerformLayout();
  577. this.splitContainer1.Panel1.ResumeLayout(false);
  578. this.splitContainer1.Panel2.ResumeLayout(false);
  579. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  580. this.splitContainer1.ResumeLayout(false);
  581. this.tabControl1.ResumeLayout(false);
  582. this.tabPage2.ResumeLayout(false);
  583. this.groupBox1.ResumeLayout(false);
  584. this.groupBox1.PerformLayout();
  585. this.tabPage4.ResumeLayout(false);
  586. this.groupBox3.ResumeLayout(false);
  587. this.groupBox3.PerformLayout();
  588. this.tabPage5.ResumeLayout(false);
  589. this.groupBox2.ResumeLayout(false);
  590. this.groupBox2.PerformLayout();
  591. this.ResumeLayout(false);
  592. this.PerformLayout();
  593. }
  594. #endregion
  595. private System.Windows.Forms.ToolStrip toolStrip1;
  596. private System.Windows.Forms.ToolStripButton tsbtRunTool;
  597. private System.Windows.Forms.StatusStrip statusStrip;
  598. private System.Windows.Forms.SplitContainer splitContainer1;
  599. private System.Windows.Forms.Panel panel1;
  600. private System.Windows.Forms.TabControl tabControl1;
  601. private System.Windows.Forms.TabPage tabPage2;
  602. private System.Windows.Forms.TabPage tabPage3;
  603. private System.Windows.Forms.TabPage tabPage4;
  604. private System.Windows.Forms.TabPage tabPage5;
  605. private System.Windows.Forms.GroupBox groupBox1;
  606. private System.Windows.Forms.Label label6;
  607. public System.Windows.Forms.TextBox tbx_minScore;
  608. private System.Windows.Forms.Label label5;
  609. private System.Windows.Forms.Label label16;
  610. private System.Windows.Forms.Label label14;
  611. private System.Windows.Forms.Label label15;
  612. private System.Windows.Forms.Label label13;
  613. private System.Windows.Forms.Label label12;
  614. private System.Windows.Forms.Label label11;
  615. public System.Windows.Forms.TextBox tbx_caliperLength2;
  616. public System.Windows.Forms.TextBox tbx_Sigma;
  617. public System.Windows.Forms.TextBox tbx_caliperLength;
  618. public System.Windows.Forms.TextBox tbx_threshold;
  619. public System.Windows.Forms.TextBox tbx_caliperNum;
  620. public System.Windows.Forms.ComboBox cbx_polarity;
  621. public System.Windows.Forms.ComboBox cbx_edgeSelect;
  622. private System.Windows.Forms.GroupBox groupBox3;
  623. private System.Windows.Forms.CheckBox chBDispCross;
  624. private System.Windows.Forms.CheckBox chBDispRec;
  625. private System.Windows.Forms.GroupBox groupBox2;
  626. public System.Windows.Forms.TextBox tbx_resultEndCol;
  627. private System.Windows.Forms.Label label8;
  628. public System.Windows.Forms.TextBox tbx_resultStartRow;
  629. public System.Windows.Forms.TextBox tbx_resultStartCol;
  630. public System.Windows.Forms.TextBox tbx_resultEndRow;
  631. private System.Windows.Forms.Label label7;
  632. private System.Windows.Forms.Label label10;
  633. private System.Windows.Forms.Label label9;
  634. private System.Windows.Forms.ToolStripStatusLabel lb_RunStatus;
  635. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  636. private System.Windows.Forms.ToolStripStatusLabel lb_RunTime;
  637. private Sunny.UI.UISymbolButton btnSetModelPose;
  638. }
  639. }