FormFindCircle.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712
  1. namespace FindCircle
  2. {
  3. partial class FormFindCircle
  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. this.tbx_threshold = new System.Windows.Forms.TextBox();
  29. this.label12 = new System.Windows.Forms.Label();
  30. this.btn_subThreshold = new System.Windows.Forms.Button();
  31. this.tbx_thresholdSpan = new System.Windows.Forms.TextBox();
  32. this.btn_addThreshold = new System.Windows.Forms.Button();
  33. this.cbx_polarity = new System.Windows.Forms.ComboBox();
  34. this.btn_switchPolarity = new System.Windows.Forms.Button();
  35. this.tbx_cliperNum = new System.Windows.Forms.TextBox();
  36. this.label8 = new System.Windows.Forms.Label();
  37. this.btn_subCliperNum = new System.Windows.Forms.Button();
  38. this.label11 = new System.Windows.Forms.Label();
  39. this.tbx_cliperNumSpan = new System.Windows.Forms.TextBox();
  40. this.btn_addCliperNum = new System.Windows.Forms.Button();
  41. this.tbx_ringRadiusLength = new System.Windows.Forms.TextBox();
  42. this.tbx_endAngle = new System.Windows.Forms.TextBox();
  43. this.tbx_expectCircelRow = new System.Windows.Forms.TextBox();
  44. this.tbx_expectCircleCol = new System.Windows.Forms.TextBox();
  45. this.tbx_expectCircleradius = new System.Windows.Forms.TextBox();
  46. this.tbx_startAngle = new System.Windows.Forms.TextBox();
  47. this.groupBox2 = new System.Windows.Forms.GroupBox();
  48. this.tbx_resultCircleRow = new System.Windows.Forms.TextBox();
  49. this.tbx_resultCircleCol = new System.Windows.Forms.TextBox();
  50. this.tbx_resultCircleRadius = new System.Windows.Forms.TextBox();
  51. this.label7 = new System.Windows.Forms.Label();
  52. this.label10 = new System.Windows.Forms.Label();
  53. this.label9 = new System.Windows.Forms.Label();
  54. this.btn_subExpectCircleEndAngle = new System.Windows.Forms.Button();
  55. this.tbx_endAngleSpan = new System.Windows.Forms.TextBox();
  56. this.label3 = new System.Windows.Forms.Label();
  57. this.btn_addExpectCircleEndAngle = new System.Windows.Forms.Button();
  58. this.label2 = new System.Windows.Forms.Label();
  59. this.label4 = new System.Windows.Forms.Label();
  60. this.label6 = new System.Windows.Forms.Label();
  61. this.label1 = new System.Windows.Forms.Label();
  62. this.btn_subExpectCircleStartAngle = new System.Windows.Forms.Button();
  63. this.label5 = new System.Windows.Forms.Label();
  64. this.tbx_startAngleSpan = new System.Windows.Forms.TextBox();
  65. this.btn_addExpectCircleStartAngle = new System.Windows.Forms.Button();
  66. this.btn_runFindCircleTool = new System.Windows.Forms.Button();
  67. this.btn_subExpectRingRadiusLength = new System.Windows.Forms.Button();
  68. this.tbx_ringRadiusLengthSpan = new System.Windows.Forms.TextBox();
  69. this.btn_moveCliperRegion = new System.Windows.Forms.Button();
  70. this.btn_addExpectCircleRingRadiusLength = new System.Windows.Forms.Button();
  71. this.btn_subExpectCircleRadius = new System.Windows.Forms.Button();
  72. this.tbx_expectCircleRadiusSapn = new System.Windows.Forms.TextBox();
  73. this.btn_addExpectCirlceRadius = new System.Windows.Forms.Button();
  74. this.btn_addExpectCircleRow = new System.Windows.Forms.Button();
  75. this.btn_subExpectCircleCol = new System.Windows.Forms.Button();
  76. this.tbx_expectCircelRowSpan = new System.Windows.Forms.TextBox();
  77. this.tbx_expectCircleColSpan = new System.Windows.Forms.TextBox();
  78. this.btn_subExpectCircleRow = new System.Windows.Forms.Button();
  79. this.btn_addExpectCircleCol = new System.Windows.Forms.Button();
  80. this.panel1 = new System.Windows.Forms.Panel();
  81. this.groupBox2.SuspendLayout();
  82. this.SuspendLayout();
  83. //
  84. // tbx_threshold
  85. //
  86. this.tbx_threshold.Location = new System.Drawing.Point(545, 195);
  87. this.tbx_threshold.Margin = new System.Windows.Forms.Padding(2);
  88. this.tbx_threshold.Name = "tbx_threshold";
  89. this.tbx_threshold.Size = new System.Drawing.Size(71, 21);
  90. this.tbx_threshold.TabIndex = 213;
  91. //
  92. // label12
  93. //
  94. this.label12.AutoSize = true;
  95. this.label12.Location = new System.Drawing.Point(484, 198);
  96. this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  97. this.label12.Name = "label12";
  98. this.label12.Size = new System.Drawing.Size(41, 12);
  99. this.label12.TabIndex = 214;
  100. this.label12.Text = "阈值:";
  101. //
  102. // btn_subThreshold
  103. //
  104. this.btn_subThreshold.Location = new System.Drawing.Point(649, 194);
  105. this.btn_subThreshold.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  106. this.btn_subThreshold.Name = "btn_subThreshold";
  107. this.btn_subThreshold.Size = new System.Drawing.Size(29, 25);
  108. this.btn_subThreshold.TabIndex = 217;
  109. this.btn_subThreshold.Text = "-";
  110. this.btn_subThreshold.UseVisualStyleBackColor = true;
  111. //
  112. // tbx_thresholdSpan
  113. //
  114. this.tbx_thresholdSpan.Location = new System.Drawing.Point(681, 195);
  115. this.tbx_thresholdSpan.Margin = new System.Windows.Forms.Padding(2);
  116. this.tbx_thresholdSpan.Name = "tbx_thresholdSpan";
  117. this.tbx_thresholdSpan.Size = new System.Drawing.Size(35, 21);
  118. this.tbx_thresholdSpan.TabIndex = 216;
  119. this.tbx_thresholdSpan.Text = "10";
  120. //
  121. // btn_addThreshold
  122. //
  123. this.btn_addThreshold.Location = new System.Drawing.Point(719, 194);
  124. this.btn_addThreshold.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  125. this.btn_addThreshold.Name = "btn_addThreshold";
  126. this.btn_addThreshold.Size = new System.Drawing.Size(29, 25);
  127. this.btn_addThreshold.TabIndex = 215;
  128. this.btn_addThreshold.Text = "+";
  129. this.btn_addThreshold.UseVisualStyleBackColor = true;
  130. //
  131. // cbx_polarity
  132. //
  133. this.cbx_polarity.FormattingEnabled = true;
  134. this.cbx_polarity.Items.AddRange(new object[] {
  135. "从明到暗",
  136. "从暗到明"});
  137. this.cbx_polarity.Location = new System.Drawing.Point(545, 287);
  138. this.cbx_polarity.Name = "cbx_polarity";
  139. this.cbx_polarity.Size = new System.Drawing.Size(71, 20);
  140. this.cbx_polarity.TabIndex = 212;
  141. this.cbx_polarity.Text = "从明到暗";
  142. //
  143. // btn_switchPolarity
  144. //
  145. this.btn_switchPolarity.Location = new System.Drawing.Point(649, 287);
  146. this.btn_switchPolarity.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  147. this.btn_switchPolarity.Name = "btn_switchPolarity";
  148. this.btn_switchPolarity.Size = new System.Drawing.Size(99, 25);
  149. this.btn_switchPolarity.TabIndex = 211;
  150. this.btn_switchPolarity.Text = "切换";
  151. this.btn_switchPolarity.UseVisualStyleBackColor = true;
  152. //
  153. // tbx_cliperNum
  154. //
  155. this.tbx_cliperNum.Location = new System.Drawing.Point(545, 257);
  156. this.tbx_cliperNum.Margin = new System.Windows.Forms.Padding(2);
  157. this.tbx_cliperNum.Name = "tbx_cliperNum";
  158. this.tbx_cliperNum.Size = new System.Drawing.Size(71, 21);
  159. this.tbx_cliperNum.TabIndex = 205;
  160. //
  161. // label8
  162. //
  163. this.label8.AutoSize = true;
  164. this.label8.Location = new System.Drawing.Point(484, 291);
  165. this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  166. this.label8.Name = "label8";
  167. this.label8.Size = new System.Drawing.Size(41, 12);
  168. this.label8.TabIndex = 210;
  169. this.label8.Text = "极性:";
  170. //
  171. // btn_subCliperNum
  172. //
  173. this.btn_subCliperNum.Location = new System.Drawing.Point(649, 256);
  174. this.btn_subCliperNum.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  175. this.btn_subCliperNum.Name = "btn_subCliperNum";
  176. this.btn_subCliperNum.Size = new System.Drawing.Size(29, 25);
  177. this.btn_subCliperNum.TabIndex = 209;
  178. this.btn_subCliperNum.Text = "-";
  179. this.btn_subCliperNum.UseVisualStyleBackColor = true;
  180. //
  181. // label11
  182. //
  183. this.label11.AutoSize = true;
  184. this.label11.Location = new System.Drawing.Point(484, 259);
  185. this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  186. this.label11.Name = "label11";
  187. this.label11.Size = new System.Drawing.Size(65, 12);
  188. this.label11.TabIndex = 206;
  189. this.label11.Text = "卡尺数量:";
  190. //
  191. // tbx_cliperNumSpan
  192. //
  193. this.tbx_cliperNumSpan.Location = new System.Drawing.Point(681, 257);
  194. this.tbx_cliperNumSpan.Margin = new System.Windows.Forms.Padding(2);
  195. this.tbx_cliperNumSpan.Name = "tbx_cliperNumSpan";
  196. this.tbx_cliperNumSpan.Size = new System.Drawing.Size(35, 21);
  197. this.tbx_cliperNumSpan.TabIndex = 208;
  198. this.tbx_cliperNumSpan.Text = "10";
  199. //
  200. // btn_addCliperNum
  201. //
  202. this.btn_addCliperNum.Location = new System.Drawing.Point(719, 256);
  203. this.btn_addCliperNum.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  204. this.btn_addCliperNum.Name = "btn_addCliperNum";
  205. this.btn_addCliperNum.Size = new System.Drawing.Size(29, 25);
  206. this.btn_addCliperNum.TabIndex = 207;
  207. this.btn_addCliperNum.Text = "+";
  208. this.btn_addCliperNum.UseVisualStyleBackColor = true;
  209. //
  210. // tbx_ringRadiusLength
  211. //
  212. this.tbx_ringRadiusLength.Location = new System.Drawing.Point(545, 226);
  213. this.tbx_ringRadiusLength.Margin = new System.Windows.Forms.Padding(2);
  214. this.tbx_ringRadiusLength.Name = "tbx_ringRadiusLength";
  215. this.tbx_ringRadiusLength.Size = new System.Drawing.Size(71, 21);
  216. this.tbx_ringRadiusLength.TabIndex = 180;
  217. //
  218. // tbx_endAngle
  219. //
  220. this.tbx_endAngle.Location = new System.Drawing.Point(545, 153);
  221. this.tbx_endAngle.Margin = new System.Windows.Forms.Padding(2);
  222. this.tbx_endAngle.Name = "tbx_endAngle";
  223. this.tbx_endAngle.Size = new System.Drawing.Size(71, 21);
  224. this.tbx_endAngle.TabIndex = 199;
  225. //
  226. // tbx_expectCircelRow
  227. //
  228. this.tbx_expectCircelRow.Location = new System.Drawing.Point(545, 23);
  229. this.tbx_expectCircelRow.Margin = new System.Windows.Forms.Padding(2);
  230. this.tbx_expectCircelRow.Name = "tbx_expectCircelRow";
  231. this.tbx_expectCircelRow.Size = new System.Drawing.Size(71, 21);
  232. this.tbx_expectCircelRow.TabIndex = 174;
  233. //
  234. // tbx_expectCircleCol
  235. //
  236. this.tbx_expectCircleCol.Location = new System.Drawing.Point(545, 56);
  237. this.tbx_expectCircleCol.Margin = new System.Windows.Forms.Padding(2);
  238. this.tbx_expectCircleCol.Name = "tbx_expectCircleCol";
  239. this.tbx_expectCircleCol.Size = new System.Drawing.Size(71, 21);
  240. this.tbx_expectCircleCol.TabIndex = 176;
  241. //
  242. // tbx_expectCircleradius
  243. //
  244. this.tbx_expectCircleradius.Location = new System.Drawing.Point(545, 88);
  245. this.tbx_expectCircleradius.Margin = new System.Windows.Forms.Padding(2);
  246. this.tbx_expectCircleradius.Name = "tbx_expectCircleradius";
  247. this.tbx_expectCircleradius.Size = new System.Drawing.Size(71, 21);
  248. this.tbx_expectCircleradius.TabIndex = 178;
  249. //
  250. // tbx_startAngle
  251. //
  252. this.tbx_startAngle.Location = new System.Drawing.Point(545, 121);
  253. this.tbx_startAngle.Margin = new System.Windows.Forms.Padding(2);
  254. this.tbx_startAngle.Name = "tbx_startAngle";
  255. this.tbx_startAngle.Size = new System.Drawing.Size(71, 21);
  256. this.tbx_startAngle.TabIndex = 182;
  257. //
  258. // groupBox2
  259. //
  260. this.groupBox2.Controls.Add(this.tbx_resultCircleRow);
  261. this.groupBox2.Controls.Add(this.tbx_resultCircleCol);
  262. this.groupBox2.Controls.Add(this.tbx_resultCircleRadius);
  263. this.groupBox2.Controls.Add(this.label7);
  264. this.groupBox2.Controls.Add(this.label10);
  265. this.groupBox2.Controls.Add(this.label9);
  266. this.groupBox2.Location = new System.Drawing.Point(774, 22);
  267. this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
  268. this.groupBox2.Name = "groupBox2";
  269. this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
  270. this.groupBox2.Size = new System.Drawing.Size(201, 135);
  271. this.groupBox2.TabIndex = 204;
  272. this.groupBox2.TabStop = false;
  273. this.groupBox2.Text = "结果圆";
  274. //
  275. // tbx_resultCircleRow
  276. //
  277. this.tbx_resultCircleRow.Location = new System.Drawing.Point(91, 28);
  278. this.tbx_resultCircleRow.Margin = new System.Windows.Forms.Padding(2);
  279. this.tbx_resultCircleRow.Name = "tbx_resultCircleRow";
  280. this.tbx_resultCircleRow.Size = new System.Drawing.Size(71, 21);
  281. this.tbx_resultCircleRow.TabIndex = 102;
  282. //
  283. // tbx_resultCircleCol
  284. //
  285. this.tbx_resultCircleCol.Location = new System.Drawing.Point(91, 61);
  286. this.tbx_resultCircleCol.Margin = new System.Windows.Forms.Padding(2);
  287. this.tbx_resultCircleCol.Name = "tbx_resultCircleCol";
  288. this.tbx_resultCircleCol.Size = new System.Drawing.Size(71, 21);
  289. this.tbx_resultCircleCol.TabIndex = 104;
  290. //
  291. // tbx_resultCircleRadius
  292. //
  293. this.tbx_resultCircleRadius.Location = new System.Drawing.Point(91, 93);
  294. this.tbx_resultCircleRadius.Margin = new System.Windows.Forms.Padding(2);
  295. this.tbx_resultCircleRadius.Name = "tbx_resultCircleRadius";
  296. this.tbx_resultCircleRadius.Size = new System.Drawing.Size(71, 21);
  297. this.tbx_resultCircleRadius.TabIndex = 106;
  298. //
  299. // label7
  300. //
  301. this.label7.AutoSize = true;
  302. this.label7.Location = new System.Drawing.Point(39, 31);
  303. this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  304. this.label7.Name = "label7";
  305. this.label7.Size = new System.Drawing.Size(53, 12);
  306. this.label7.TabIndex = 103;
  307. this.label7.Text = "行坐标:";
  308. //
  309. // label10
  310. //
  311. this.label10.AutoSize = true;
  312. this.label10.Location = new System.Drawing.Point(39, 95);
  313. this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  314. this.label10.Name = "label10";
  315. this.label10.Size = new System.Drawing.Size(41, 12);
  316. this.label10.TabIndex = 107;
  317. this.label10.Text = "半径:";
  318. //
  319. // label9
  320. //
  321. this.label9.AutoSize = true;
  322. this.label9.Location = new System.Drawing.Point(39, 63);
  323. this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  324. this.label9.Name = "label9";
  325. this.label9.Size = new System.Drawing.Size(53, 12);
  326. this.label9.TabIndex = 105;
  327. this.label9.Text = "列坐标:";
  328. //
  329. // btn_subExpectCircleEndAngle
  330. //
  331. this.btn_subExpectCircleEndAngle.Location = new System.Drawing.Point(649, 152);
  332. this.btn_subExpectCircleEndAngle.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  333. this.btn_subExpectCircleEndAngle.Name = "btn_subExpectCircleEndAngle";
  334. this.btn_subExpectCircleEndAngle.Size = new System.Drawing.Size(29, 25);
  335. this.btn_subExpectCircleEndAngle.TabIndex = 203;
  336. this.btn_subExpectCircleEndAngle.Text = "-";
  337. this.btn_subExpectCircleEndAngle.UseVisualStyleBackColor = true;
  338. //
  339. // tbx_endAngleSpan
  340. //
  341. this.tbx_endAngleSpan.Location = new System.Drawing.Point(681, 153);
  342. this.tbx_endAngleSpan.Margin = new System.Windows.Forms.Padding(2);
  343. this.tbx_endAngleSpan.Name = "tbx_endAngleSpan";
  344. this.tbx_endAngleSpan.Size = new System.Drawing.Size(35, 21);
  345. this.tbx_endAngleSpan.TabIndex = 202;
  346. this.tbx_endAngleSpan.Text = "10";
  347. //
  348. // label3
  349. //
  350. this.label3.AutoSize = true;
  351. this.label3.Location = new System.Drawing.Point(484, 90);
  352. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  353. this.label3.Name = "label3";
  354. this.label3.Size = new System.Drawing.Size(41, 12);
  355. this.label3.TabIndex = 179;
  356. this.label3.Text = "半径:";
  357. //
  358. // btn_addExpectCircleEndAngle
  359. //
  360. this.btn_addExpectCircleEndAngle.Location = new System.Drawing.Point(719, 152);
  361. this.btn_addExpectCircleEndAngle.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  362. this.btn_addExpectCircleEndAngle.Name = "btn_addExpectCircleEndAngle";
  363. this.btn_addExpectCircleEndAngle.Size = new System.Drawing.Size(29, 25);
  364. this.btn_addExpectCircleEndAngle.TabIndex = 201;
  365. this.btn_addExpectCircleEndAngle.Text = "+";
  366. this.btn_addExpectCircleEndAngle.UseVisualStyleBackColor = true;
  367. //
  368. // label2
  369. //
  370. this.label2.AutoSize = true;
  371. this.label2.Location = new System.Drawing.Point(484, 58);
  372. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  373. this.label2.Name = "label2";
  374. this.label2.Size = new System.Drawing.Size(53, 12);
  375. this.label2.TabIndex = 177;
  376. this.label2.Text = "列坐标:";
  377. //
  378. // label4
  379. //
  380. this.label4.AutoSize = true;
  381. this.label4.Location = new System.Drawing.Point(484, 229);
  382. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  383. this.label4.Name = "label4";
  384. this.label4.Size = new System.Drawing.Size(65, 12);
  385. this.label4.TabIndex = 181;
  386. this.label4.Text = "圆环径长:";
  387. //
  388. // label6
  389. //
  390. this.label6.AutoSize = true;
  391. this.label6.Location = new System.Drawing.Point(484, 155);
  392. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  393. this.label6.Name = "label6";
  394. this.label6.Size = new System.Drawing.Size(65, 12);
  395. this.label6.TabIndex = 200;
  396. this.label6.Text = "结束角度:";
  397. //
  398. // label1
  399. //
  400. this.label1.AutoSize = true;
  401. this.label1.Location = new System.Drawing.Point(484, 26);
  402. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  403. this.label1.Name = "label1";
  404. this.label1.Size = new System.Drawing.Size(53, 12);
  405. this.label1.TabIndex = 175;
  406. this.label1.Text = "行坐标:";
  407. //
  408. // btn_subExpectCircleStartAngle
  409. //
  410. this.btn_subExpectCircleStartAngle.Location = new System.Drawing.Point(649, 120);
  411. this.btn_subExpectCircleStartAngle.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  412. this.btn_subExpectCircleStartAngle.Name = "btn_subExpectCircleStartAngle";
  413. this.btn_subExpectCircleStartAngle.Size = new System.Drawing.Size(29, 25);
  414. this.btn_subExpectCircleStartAngle.TabIndex = 198;
  415. this.btn_subExpectCircleStartAngle.Text = "-";
  416. this.btn_subExpectCircleStartAngle.UseVisualStyleBackColor = true;
  417. //
  418. // label5
  419. //
  420. this.label5.AutoSize = true;
  421. this.label5.Location = new System.Drawing.Point(484, 123);
  422. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  423. this.label5.Name = "label5";
  424. this.label5.Size = new System.Drawing.Size(65, 12);
  425. this.label5.TabIndex = 183;
  426. this.label5.Text = "起始角度:";
  427. //
  428. // tbx_startAngleSpan
  429. //
  430. this.tbx_startAngleSpan.Location = new System.Drawing.Point(681, 121);
  431. this.tbx_startAngleSpan.Margin = new System.Windows.Forms.Padding(2);
  432. this.tbx_startAngleSpan.Name = "tbx_startAngleSpan";
  433. this.tbx_startAngleSpan.Size = new System.Drawing.Size(35, 21);
  434. this.tbx_startAngleSpan.TabIndex = 197;
  435. this.tbx_startAngleSpan.Text = "10";
  436. //
  437. // btn_addExpectCircleStartAngle
  438. //
  439. this.btn_addExpectCircleStartAngle.Location = new System.Drawing.Point(719, 120);
  440. this.btn_addExpectCircleStartAngle.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  441. this.btn_addExpectCircleStartAngle.Name = "btn_addExpectCircleStartAngle";
  442. this.btn_addExpectCircleStartAngle.Size = new System.Drawing.Size(29, 25);
  443. this.btn_addExpectCircleStartAngle.TabIndex = 196;
  444. this.btn_addExpectCircleStartAngle.Text = "+";
  445. this.btn_addExpectCircleStartAngle.UseVisualStyleBackColor = true;
  446. //
  447. // btn_runFindCircleTool
  448. //
  449. this.btn_runFindCircleTool.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  450. this.btn_runFindCircleTool.Location = new System.Drawing.Point(877, 321);
  451. this.btn_runFindCircleTool.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  452. this.btn_runFindCircleTool.Name = "btn_runFindCircleTool";
  453. this.btn_runFindCircleTool.Size = new System.Drawing.Size(98, 45);
  454. this.btn_runFindCircleTool.TabIndex = 173;
  455. this.btn_runFindCircleTool.Text = "运行";
  456. this.btn_runFindCircleTool.UseVisualStyleBackColor = true;
  457. //
  458. // btn_subExpectRingRadiusLength
  459. //
  460. this.btn_subExpectRingRadiusLength.Location = new System.Drawing.Point(649, 225);
  461. this.btn_subExpectRingRadiusLength.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  462. this.btn_subExpectRingRadiusLength.Name = "btn_subExpectRingRadiusLength";
  463. this.btn_subExpectRingRadiusLength.Size = new System.Drawing.Size(29, 25);
  464. this.btn_subExpectRingRadiusLength.TabIndex = 195;
  465. this.btn_subExpectRingRadiusLength.Text = "-";
  466. this.btn_subExpectRingRadiusLength.UseVisualStyleBackColor = true;
  467. //
  468. // tbx_ringRadiusLengthSpan
  469. //
  470. this.tbx_ringRadiusLengthSpan.Location = new System.Drawing.Point(681, 226);
  471. this.tbx_ringRadiusLengthSpan.Margin = new System.Windows.Forms.Padding(2);
  472. this.tbx_ringRadiusLengthSpan.Name = "tbx_ringRadiusLengthSpan";
  473. this.tbx_ringRadiusLengthSpan.Size = new System.Drawing.Size(35, 21);
  474. this.tbx_ringRadiusLengthSpan.TabIndex = 194;
  475. this.tbx_ringRadiusLengthSpan.Text = "10";
  476. //
  477. // btn_moveCliperRegion
  478. //
  479. this.btn_moveCliperRegion.Location = new System.Drawing.Point(672, 321);
  480. this.btn_moveCliperRegion.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  481. this.btn_moveCliperRegion.Name = "btn_moveCliperRegion";
  482. this.btn_moveCliperRegion.Size = new System.Drawing.Size(76, 26);
  483. this.btn_moveCliperRegion.TabIndex = 172;
  484. this.btn_moveCliperRegion.Text = "编辑卡尺";
  485. this.btn_moveCliperRegion.UseVisualStyleBackColor = true;
  486. //
  487. // btn_addExpectCircleRingRadiusLength
  488. //
  489. this.btn_addExpectCircleRingRadiusLength.Location = new System.Drawing.Point(719, 225);
  490. this.btn_addExpectCircleRingRadiusLength.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  491. this.btn_addExpectCircleRingRadiusLength.Name = "btn_addExpectCircleRingRadiusLength";
  492. this.btn_addExpectCircleRingRadiusLength.Size = new System.Drawing.Size(29, 25);
  493. this.btn_addExpectCircleRingRadiusLength.TabIndex = 193;
  494. this.btn_addExpectCircleRingRadiusLength.Text = "+";
  495. this.btn_addExpectCircleRingRadiusLength.UseVisualStyleBackColor = true;
  496. //
  497. // btn_subExpectCircleRadius
  498. //
  499. this.btn_subExpectCircleRadius.Location = new System.Drawing.Point(649, 87);
  500. this.btn_subExpectCircleRadius.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  501. this.btn_subExpectCircleRadius.Name = "btn_subExpectCircleRadius";
  502. this.btn_subExpectCircleRadius.Size = new System.Drawing.Size(29, 25);
  503. this.btn_subExpectCircleRadius.TabIndex = 192;
  504. this.btn_subExpectCircleRadius.Text = "-";
  505. this.btn_subExpectCircleRadius.UseVisualStyleBackColor = true;
  506. //
  507. // tbx_expectCircleRadiusSapn
  508. //
  509. this.tbx_expectCircleRadiusSapn.Location = new System.Drawing.Point(681, 88);
  510. this.tbx_expectCircleRadiusSapn.Margin = new System.Windows.Forms.Padding(2);
  511. this.tbx_expectCircleRadiusSapn.Name = "tbx_expectCircleRadiusSapn";
  512. this.tbx_expectCircleRadiusSapn.Size = new System.Drawing.Size(35, 21);
  513. this.tbx_expectCircleRadiusSapn.TabIndex = 191;
  514. this.tbx_expectCircleRadiusSapn.Text = "10";
  515. //
  516. // btn_addExpectCirlceRadius
  517. //
  518. this.btn_addExpectCirlceRadius.Location = new System.Drawing.Point(719, 87);
  519. this.btn_addExpectCirlceRadius.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  520. this.btn_addExpectCirlceRadius.Name = "btn_addExpectCirlceRadius";
  521. this.btn_addExpectCirlceRadius.Size = new System.Drawing.Size(29, 25);
  522. this.btn_addExpectCirlceRadius.TabIndex = 190;
  523. this.btn_addExpectCirlceRadius.Text = "+";
  524. this.btn_addExpectCirlceRadius.UseVisualStyleBackColor = true;
  525. //
  526. // btn_addExpectCircleRow
  527. //
  528. this.btn_addExpectCircleRow.Location = new System.Drawing.Point(719, 22);
  529. this.btn_addExpectCircleRow.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  530. this.btn_addExpectCircleRow.Name = "btn_addExpectCircleRow";
  531. this.btn_addExpectCircleRow.Size = new System.Drawing.Size(29, 25);
  532. this.btn_addExpectCircleRow.TabIndex = 184;
  533. this.btn_addExpectCircleRow.Text = "+";
  534. this.btn_addExpectCircleRow.UseVisualStyleBackColor = true;
  535. //
  536. // btn_subExpectCircleCol
  537. //
  538. this.btn_subExpectCircleCol.Location = new System.Drawing.Point(649, 55);
  539. this.btn_subExpectCircleCol.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  540. this.btn_subExpectCircleCol.Name = "btn_subExpectCircleCol";
  541. this.btn_subExpectCircleCol.Size = new System.Drawing.Size(29, 25);
  542. this.btn_subExpectCircleCol.TabIndex = 189;
  543. this.btn_subExpectCircleCol.Text = "-";
  544. this.btn_subExpectCircleCol.UseVisualStyleBackColor = true;
  545. //
  546. // tbx_expectCircelRowSpan
  547. //
  548. this.tbx_expectCircelRowSpan.Location = new System.Drawing.Point(681, 23);
  549. this.tbx_expectCircelRowSpan.Margin = new System.Windows.Forms.Padding(2);
  550. this.tbx_expectCircelRowSpan.Name = "tbx_expectCircelRowSpan";
  551. this.tbx_expectCircelRowSpan.Size = new System.Drawing.Size(35, 21);
  552. this.tbx_expectCircelRowSpan.TabIndex = 185;
  553. this.tbx_expectCircelRowSpan.Text = "10";
  554. //
  555. // tbx_expectCircleColSpan
  556. //
  557. this.tbx_expectCircleColSpan.Location = new System.Drawing.Point(681, 56);
  558. this.tbx_expectCircleColSpan.Margin = new System.Windows.Forms.Padding(2);
  559. this.tbx_expectCircleColSpan.Name = "tbx_expectCircleColSpan";
  560. this.tbx_expectCircleColSpan.Size = new System.Drawing.Size(35, 21);
  561. this.tbx_expectCircleColSpan.TabIndex = 188;
  562. this.tbx_expectCircleColSpan.Text = "10";
  563. //
  564. // btn_subExpectCircleRow
  565. //
  566. this.btn_subExpectCircleRow.Location = new System.Drawing.Point(649, 22);
  567. this.btn_subExpectCircleRow.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  568. this.btn_subExpectCircleRow.Name = "btn_subExpectCircleRow";
  569. this.btn_subExpectCircleRow.Size = new System.Drawing.Size(29, 25);
  570. this.btn_subExpectCircleRow.TabIndex = 186;
  571. this.btn_subExpectCircleRow.Text = "-";
  572. this.btn_subExpectCircleRow.UseVisualStyleBackColor = true;
  573. //
  574. // btn_addExpectCircleCol
  575. //
  576. this.btn_addExpectCircleCol.Location = new System.Drawing.Point(719, 55);
  577. this.btn_addExpectCircleCol.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  578. this.btn_addExpectCircleCol.Name = "btn_addExpectCircleCol";
  579. this.btn_addExpectCircleCol.Size = new System.Drawing.Size(29, 25);
  580. this.btn_addExpectCircleCol.TabIndex = 187;
  581. this.btn_addExpectCircleCol.Text = "+";
  582. this.btn_addExpectCircleCol.UseVisualStyleBackColor = true;
  583. //
  584. // panel1
  585. //
  586. this.panel1.Location = new System.Drawing.Point(12, 12);
  587. this.panel1.Name = "panel1";
  588. this.panel1.Size = new System.Drawing.Size(453, 405);
  589. this.panel1.TabIndex = 218;
  590. //
  591. // FormFindCircle
  592. //
  593. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  594. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  595. this.ClientSize = new System.Drawing.Size(1042, 429);
  596. this.Controls.Add(this.panel1);
  597. this.Controls.Add(this.tbx_threshold);
  598. this.Controls.Add(this.label12);
  599. this.Controls.Add(this.btn_subThreshold);
  600. this.Controls.Add(this.tbx_thresholdSpan);
  601. this.Controls.Add(this.btn_addThreshold);
  602. this.Controls.Add(this.cbx_polarity);
  603. this.Controls.Add(this.btn_switchPolarity);
  604. this.Controls.Add(this.tbx_cliperNum);
  605. this.Controls.Add(this.label8);
  606. this.Controls.Add(this.btn_subCliperNum);
  607. this.Controls.Add(this.label11);
  608. this.Controls.Add(this.tbx_cliperNumSpan);
  609. this.Controls.Add(this.btn_addCliperNum);
  610. this.Controls.Add(this.tbx_ringRadiusLength);
  611. this.Controls.Add(this.tbx_endAngle);
  612. this.Controls.Add(this.tbx_expectCircelRow);
  613. this.Controls.Add(this.tbx_expectCircleCol);
  614. this.Controls.Add(this.tbx_expectCircleradius);
  615. this.Controls.Add(this.tbx_startAngle);
  616. this.Controls.Add(this.groupBox2);
  617. this.Controls.Add(this.btn_subExpectCircleEndAngle);
  618. this.Controls.Add(this.tbx_endAngleSpan);
  619. this.Controls.Add(this.label3);
  620. this.Controls.Add(this.btn_addExpectCircleEndAngle);
  621. this.Controls.Add(this.label2);
  622. this.Controls.Add(this.label4);
  623. this.Controls.Add(this.label6);
  624. this.Controls.Add(this.label1);
  625. this.Controls.Add(this.btn_subExpectCircleStartAngle);
  626. this.Controls.Add(this.label5);
  627. this.Controls.Add(this.tbx_startAngleSpan);
  628. this.Controls.Add(this.btn_addExpectCircleStartAngle);
  629. this.Controls.Add(this.btn_runFindCircleTool);
  630. this.Controls.Add(this.btn_subExpectRingRadiusLength);
  631. this.Controls.Add(this.tbx_ringRadiusLengthSpan);
  632. this.Controls.Add(this.btn_moveCliperRegion);
  633. this.Controls.Add(this.btn_addExpectCircleRingRadiusLength);
  634. this.Controls.Add(this.btn_subExpectCircleRadius);
  635. this.Controls.Add(this.tbx_expectCircleRadiusSapn);
  636. this.Controls.Add(this.btn_addExpectCirlceRadius);
  637. this.Controls.Add(this.btn_addExpectCircleRow);
  638. this.Controls.Add(this.btn_subExpectCircleCol);
  639. this.Controls.Add(this.tbx_expectCircelRowSpan);
  640. this.Controls.Add(this.tbx_expectCircleColSpan);
  641. this.Controls.Add(this.btn_subExpectCircleRow);
  642. this.Controls.Add(this.btn_addExpectCircleCol);
  643. this.Name = "FormFindCircle";
  644. this.Text = "FormFindCircle";
  645. this.Load += new System.EventHandler(this.FormFindCircle_Load);
  646. this.groupBox2.ResumeLayout(false);
  647. this.groupBox2.PerformLayout();
  648. this.ResumeLayout(false);
  649. this.PerformLayout();
  650. }
  651. #endregion
  652. public System.Windows.Forms.TextBox tbx_threshold;
  653. private System.Windows.Forms.Label label12;
  654. private System.Windows.Forms.Button btn_subThreshold;
  655. private System.Windows.Forms.TextBox tbx_thresholdSpan;
  656. private System.Windows.Forms.Button btn_addThreshold;
  657. public System.Windows.Forms.ComboBox cbx_polarity;
  658. private System.Windows.Forms.Button btn_switchPolarity;
  659. public System.Windows.Forms.TextBox tbx_cliperNum;
  660. private System.Windows.Forms.Label label8;
  661. private System.Windows.Forms.Button btn_subCliperNum;
  662. private System.Windows.Forms.Label label11;
  663. private System.Windows.Forms.TextBox tbx_cliperNumSpan;
  664. private System.Windows.Forms.Button btn_addCliperNum;
  665. public System.Windows.Forms.TextBox tbx_ringRadiusLength;
  666. public System.Windows.Forms.TextBox tbx_endAngle;
  667. public System.Windows.Forms.TextBox tbx_expectCircelRow;
  668. public System.Windows.Forms.TextBox tbx_expectCircleCol;
  669. public System.Windows.Forms.TextBox tbx_expectCircleradius;
  670. public System.Windows.Forms.TextBox tbx_startAngle;
  671. private System.Windows.Forms.GroupBox groupBox2;
  672. public System.Windows.Forms.TextBox tbx_resultCircleRow;
  673. public System.Windows.Forms.TextBox tbx_resultCircleCol;
  674. public System.Windows.Forms.TextBox tbx_resultCircleRadius;
  675. private System.Windows.Forms.Label label7;
  676. private System.Windows.Forms.Label label10;
  677. private System.Windows.Forms.Label label9;
  678. private System.Windows.Forms.Button btn_subExpectCircleEndAngle;
  679. private System.Windows.Forms.TextBox tbx_endAngleSpan;
  680. private System.Windows.Forms.Label label3;
  681. private System.Windows.Forms.Button btn_addExpectCircleEndAngle;
  682. private System.Windows.Forms.Label label2;
  683. private System.Windows.Forms.Label label4;
  684. private System.Windows.Forms.Label label6;
  685. private System.Windows.Forms.Label label1;
  686. private System.Windows.Forms.Button btn_subExpectCircleStartAngle;
  687. private System.Windows.Forms.Label label5;
  688. private System.Windows.Forms.TextBox tbx_startAngleSpan;
  689. private System.Windows.Forms.Button btn_addExpectCircleStartAngle;
  690. public System.Windows.Forms.Button btn_runFindCircleTool;
  691. private System.Windows.Forms.Button btn_subExpectRingRadiusLength;
  692. private System.Windows.Forms.TextBox tbx_ringRadiusLengthSpan;
  693. private System.Windows.Forms.Button btn_moveCliperRegion;
  694. private System.Windows.Forms.Button btn_addExpectCircleRingRadiusLength;
  695. private System.Windows.Forms.Button btn_subExpectCircleRadius;
  696. private System.Windows.Forms.TextBox tbx_expectCircleRadiusSapn;
  697. private System.Windows.Forms.Button btn_addExpectCirlceRadius;
  698. private System.Windows.Forms.Button btn_addExpectCircleRow;
  699. private System.Windows.Forms.Button btn_subExpectCircleCol;
  700. private System.Windows.Forms.TextBox tbx_expectCircelRowSpan;
  701. private System.Windows.Forms.TextBox tbx_expectCircleColSpan;
  702. private System.Windows.Forms.Button btn_subExpectCircleRow;
  703. private System.Windows.Forms.Button btn_addExpectCircleCol;
  704. private System.Windows.Forms.Panel panel1;
  705. }
  706. }