FormCaliper.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541
  1. namespace CaliperTool
  2. {
  3. partial class FormCaliper
  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(FormCaliper));
  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.tabPage1 = new System.Windows.Forms.TabPage();
  39. this.tabPage2 = new System.Windows.Forms.TabPage();
  40. this.tabPage3 = new System.Windows.Forms.TabPage();
  41. this.groupBox4 = new System.Windows.Forms.GroupBox();
  42. this.label14 = new System.Windows.Forms.Label();
  43. this.cbx_edgeSelect = new System.Windows.Forms.ComboBox();
  44. this.cbx_polarity = new System.Windows.Forms.ComboBox();
  45. this.tbx_threshold = new System.Windows.Forms.TextBox();
  46. this.label5 = new System.Windows.Forms.Label();
  47. this.tbx_caliperLength1 = new System.Windows.Forms.TextBox();
  48. this.label16 = new System.Windows.Forms.Label();
  49. this.tbx_Sigma = new System.Windows.Forms.TextBox();
  50. this.tbx_caliperLength2 = new System.Windows.Forms.TextBox();
  51. this.label15 = new System.Windows.Forms.Label();
  52. this.label11 = new System.Windows.Forms.Label();
  53. this.label13 = new System.Windows.Forms.Label();
  54. this.groupBox3 = new System.Windows.Forms.GroupBox();
  55. this.chBDispCaliperROI = new System.Windows.Forms.CheckBox();
  56. this.chBDispCross = new System.Windows.Forms.CheckBox();
  57. this.chBDispRec = new System.Windows.Forms.CheckBox();
  58. this.groupBox2 = new System.Windows.Forms.GroupBox();
  59. this.tbx_resultStartRow = new System.Windows.Forms.TextBox();
  60. this.tbx_resultStartCol = new System.Windows.Forms.TextBox();
  61. this.label7 = new System.Windows.Forms.Label();
  62. this.label9 = new System.Windows.Forms.Label();
  63. this.toolStrip1.SuspendLayout();
  64. this.statusStrip.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  66. this.splitContainer1.Panel1.SuspendLayout();
  67. this.splitContainer1.Panel2.SuspendLayout();
  68. this.splitContainer1.SuspendLayout();
  69. this.tabControl1.SuspendLayout();
  70. this.tabPage1.SuspendLayout();
  71. this.tabPage2.SuspendLayout();
  72. this.tabPage3.SuspendLayout();
  73. this.groupBox4.SuspendLayout();
  74. this.groupBox3.SuspendLayout();
  75. this.groupBox2.SuspendLayout();
  76. this.SuspendLayout();
  77. //
  78. // toolStrip1
  79. //
  80. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(25, 25);
  81. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  82. this.tsbtRunTool});
  83. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  84. this.toolStrip1.Name = "toolStrip1";
  85. this.toolStrip1.Size = new System.Drawing.Size(1112, 32);
  86. this.toolStrip1.TabIndex = 5;
  87. this.toolStrip1.Text = "toolStrip1";
  88. //
  89. // tsbtRunTool
  90. //
  91. this.tsbtRunTool.Image = ((System.Drawing.Image)(resources.GetObject("tsbtRunTool.Image")));
  92. this.tsbtRunTool.ImageTransparentColor = System.Drawing.Color.Magenta;
  93. this.tsbtRunTool.Name = "tsbtRunTool";
  94. this.tsbtRunTool.Size = new System.Drawing.Size(85, 29);
  95. this.tsbtRunTool.Text = "运行工具";
  96. this.tsbtRunTool.Click += new System.EventHandler(this.tsbtRunTool_Click);
  97. //
  98. // statusStrip
  99. //
  100. this.statusStrip.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  102. this.lb_RunStatus,
  103. this.toolStripStatusLabel1,
  104. this.lb_RunTime});
  105. this.statusStrip.Location = new System.Drawing.Point(0, 643);
  106. this.statusStrip.Name = "statusStrip";
  107. this.statusStrip.Padding = new System.Windows.Forms.Padding(1, 0, 16, 0);
  108. this.statusStrip.Size = new System.Drawing.Size(1112, 22);
  109. this.statusStrip.TabIndex = 4;
  110. //
  111. // lb_RunStatus
  112. //
  113. this.lb_RunStatus.Name = "lb_RunStatus";
  114. this.lb_RunStatus.Size = new System.Drawing.Size(0, 17);
  115. //
  116. // toolStripStatusLabel1
  117. //
  118. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  119. this.toolStripStatusLabel1.Size = new System.Drawing.Size(16, 17);
  120. this.toolStripStatusLabel1.Text = " ";
  121. //
  122. // lb_RunTime
  123. //
  124. this.lb_RunTime.Name = "lb_RunTime";
  125. this.lb_RunTime.Size = new System.Drawing.Size(0, 17);
  126. //
  127. // splitContainer1
  128. //
  129. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  130. this.splitContainer1.Location = new System.Drawing.Point(0, 32);
  131. this.splitContainer1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  132. this.splitContainer1.Name = "splitContainer1";
  133. //
  134. // splitContainer1.Panel1
  135. //
  136. this.splitContainer1.Panel1.Controls.Add(this.panel1);
  137. //
  138. // splitContainer1.Panel2
  139. //
  140. this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
  141. this.splitContainer1.Size = new System.Drawing.Size(1112, 611);
  142. this.splitContainer1.SplitterDistance = 642;
  143. this.splitContainer1.SplitterWidth = 5;
  144. this.splitContainer1.TabIndex = 6;
  145. //
  146. // panel1
  147. //
  148. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  149. this.panel1.Location = new System.Drawing.Point(0, 0);
  150. this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  151. this.panel1.Name = "panel1";
  152. this.panel1.Size = new System.Drawing.Size(642, 611);
  153. this.panel1.TabIndex = 0;
  154. //
  155. // tabControl1
  156. //
  157. this.tabControl1.Controls.Add(this.tabPage1);
  158. this.tabControl1.Controls.Add(this.tabPage2);
  159. this.tabControl1.Controls.Add(this.tabPage3);
  160. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  161. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  162. this.tabControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  163. this.tabControl1.Name = "tabControl1";
  164. this.tabControl1.SelectedIndex = 0;
  165. this.tabControl1.Size = new System.Drawing.Size(465, 611);
  166. this.tabControl1.TabIndex = 0;
  167. //
  168. // tabPage1
  169. //
  170. this.tabPage1.Controls.Add(this.groupBox4);
  171. this.tabPage1.Location = new System.Drawing.Point(4, 26);
  172. this.tabPage1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  173. this.tabPage1.Name = "tabPage1";
  174. this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
  175. this.tabPage1.Size = new System.Drawing.Size(457, 581);
  176. this.tabPage1.TabIndex = 0;
  177. this.tabPage1.Text = "参数设置";
  178. this.tabPage1.UseVisualStyleBackColor = true;
  179. //
  180. // tabPage2
  181. //
  182. this.tabPage2.Controls.Add(this.groupBox3);
  183. this.tabPage2.Location = new System.Drawing.Point(4, 26);
  184. this.tabPage2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  185. this.tabPage2.Name = "tabPage2";
  186. this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
  187. this.tabPage2.Size = new System.Drawing.Size(457, 581);
  188. this.tabPage2.TabIndex = 1;
  189. this.tabPage2.Text = "图形显示";
  190. this.tabPage2.UseVisualStyleBackColor = true;
  191. //
  192. // tabPage3
  193. //
  194. this.tabPage3.Controls.Add(this.groupBox2);
  195. this.tabPage3.Location = new System.Drawing.Point(4, 26);
  196. this.tabPage3.Name = "tabPage3";
  197. this.tabPage3.Size = new System.Drawing.Size(457, 581);
  198. this.tabPage3.TabIndex = 2;
  199. this.tabPage3.Text = "结果";
  200. this.tabPage3.UseVisualStyleBackColor = true;
  201. //
  202. // groupBox4
  203. //
  204. this.groupBox4.Controls.Add(this.label14);
  205. this.groupBox4.Controls.Add(this.cbx_edgeSelect);
  206. this.groupBox4.Controls.Add(this.cbx_polarity);
  207. this.groupBox4.Controls.Add(this.tbx_threshold);
  208. this.groupBox4.Controls.Add(this.label5);
  209. this.groupBox4.Controls.Add(this.tbx_caliperLength1);
  210. this.groupBox4.Controls.Add(this.label16);
  211. this.groupBox4.Controls.Add(this.tbx_Sigma);
  212. this.groupBox4.Controls.Add(this.tbx_caliperLength2);
  213. this.groupBox4.Controls.Add(this.label15);
  214. this.groupBox4.Controls.Add(this.label11);
  215. this.groupBox4.Controls.Add(this.label13);
  216. this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
  217. this.groupBox4.Location = new System.Drawing.Point(3, 4);
  218. this.groupBox4.Name = "groupBox4";
  219. this.groupBox4.Size = new System.Drawing.Size(451, 573);
  220. this.groupBox4.TabIndex = 321;
  221. this.groupBox4.TabStop = false;
  222. this.groupBox4.Text = "卡尺参数";
  223. //
  224. // label14
  225. //
  226. this.label14.AutoSize = true;
  227. this.label14.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.label14.Location = new System.Drawing.Point(19, 38);
  229. this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  230. this.label14.Name = "label14";
  231. this.label14.Size = new System.Drawing.Size(65, 20);
  232. this.label14.TabIndex = 302;
  233. this.label14.Text = "卡尺长:";
  234. //
  235. // cbx_edgeSelect
  236. //
  237. this.cbx_edgeSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  238. | System.Windows.Forms.AnchorStyles.Right)));
  239. this.cbx_edgeSelect.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.cbx_edgeSelect.FormattingEnabled = true;
  241. this.cbx_edgeSelect.Items.AddRange(new object[] {
  242. "all",
  243. "first",
  244. "last"});
  245. this.cbx_edgeSelect.Location = new System.Drawing.Point(109, 199);
  246. this.cbx_edgeSelect.Name = "cbx_edgeSelect";
  247. this.cbx_edgeSelect.Size = new System.Drawing.Size(282, 28);
  248. this.cbx_edgeSelect.TabIndex = 317;
  249. this.cbx_edgeSelect.Text = "all";
  250. //
  251. // cbx_polarity
  252. //
  253. this.cbx_polarity.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  254. | System.Windows.Forms.AnchorStyles.Right)));
  255. this.cbx_polarity.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.cbx_polarity.FormattingEnabled = true;
  257. this.cbx_polarity.Items.AddRange(new object[] {
  258. "从明到暗",
  259. "从暗到明"});
  260. this.cbx_polarity.Location = new System.Drawing.Point(109, 168);
  261. this.cbx_polarity.Name = "cbx_polarity";
  262. this.cbx_polarity.Size = new System.Drawing.Size(282, 28);
  263. this.cbx_polarity.TabIndex = 314;
  264. this.cbx_polarity.Text = "从明到暗";
  265. //
  266. // tbx_threshold
  267. //
  268. this.tbx_threshold.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  269. | System.Windows.Forms.AnchorStyles.Right)));
  270. this.tbx_threshold.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  271. this.tbx_threshold.Location = new System.Drawing.Point(109, 102);
  272. this.tbx_threshold.Margin = new System.Windows.Forms.Padding(2);
  273. this.tbx_threshold.Name = "tbx_threshold";
  274. this.tbx_threshold.Size = new System.Drawing.Size(282, 26);
  275. this.tbx_threshold.TabIndex = 309;
  276. this.tbx_threshold.Text = "5";
  277. //
  278. // label5
  279. //
  280. this.label5.AutoSize = true;
  281. this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  282. this.label5.Location = new System.Drawing.Point(19, 201);
  283. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  284. this.label5.Name = "label5";
  285. this.label5.Size = new System.Drawing.Size(79, 20);
  286. this.label5.TabIndex = 279;
  287. this.label5.Text = "结果选择:";
  288. //
  289. // tbx_caliperLength1
  290. //
  291. this.tbx_caliperLength1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  292. | System.Windows.Forms.AnchorStyles.Right)));
  293. this.tbx_caliperLength1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  294. this.tbx_caliperLength1.Location = new System.Drawing.Point(109, 35);
  295. this.tbx_caliperLength1.Margin = new System.Windows.Forms.Padding(2);
  296. this.tbx_caliperLength1.Name = "tbx_caliperLength1";
  297. this.tbx_caliperLength1.Size = new System.Drawing.Size(282, 26);
  298. this.tbx_caliperLength1.TabIndex = 301;
  299. this.tbx_caliperLength1.Text = "50";
  300. //
  301. // label16
  302. //
  303. this.label16.AutoSize = true;
  304. this.label16.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. this.label16.Location = new System.Drawing.Point(19, 71);
  306. this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  307. this.label16.Name = "label16";
  308. this.label16.Size = new System.Drawing.Size(65, 20);
  309. this.label16.TabIndex = 302;
  310. this.label16.Text = "卡尺宽:";
  311. //
  312. // tbx_Sigma
  313. //
  314. this.tbx_Sigma.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  315. | System.Windows.Forms.AnchorStyles.Right)));
  316. this.tbx_Sigma.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. this.tbx_Sigma.Location = new System.Drawing.Point(111, 135);
  318. this.tbx_Sigma.Margin = new System.Windows.Forms.Padding(2);
  319. this.tbx_Sigma.Name = "tbx_Sigma";
  320. this.tbx_Sigma.Size = new System.Drawing.Size(280, 26);
  321. this.tbx_Sigma.TabIndex = 309;
  322. this.tbx_Sigma.Text = "2";
  323. //
  324. // tbx_caliperLength2
  325. //
  326. this.tbx_caliperLength2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  327. | System.Windows.Forms.AnchorStyles.Right)));
  328. this.tbx_caliperLength2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  329. this.tbx_caliperLength2.Location = new System.Drawing.Point(109, 68);
  330. this.tbx_caliperLength2.Margin = new System.Windows.Forms.Padding(2);
  331. this.tbx_caliperLength2.Name = "tbx_caliperLength2";
  332. this.tbx_caliperLength2.Size = new System.Drawing.Size(282, 26);
  333. this.tbx_caliperLength2.TabIndex = 301;
  334. this.tbx_caliperLength2.Text = "10";
  335. //
  336. // label15
  337. //
  338. this.label15.AutoSize = true;
  339. this.label15.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  340. this.label15.Location = new System.Drawing.Point(21, 138);
  341. this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  342. this.label15.Name = "label15";
  343. this.label15.Size = new System.Drawing.Size(54, 20);
  344. this.label15.TabIndex = 310;
  345. this.label15.Text = "Sigma:";
  346. //
  347. // label11
  348. //
  349. this.label11.AutoSize = true;
  350. this.label11.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  351. this.label11.Location = new System.Drawing.Point(19, 171);
  352. this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  353. this.label11.Name = "label11";
  354. this.label11.Size = new System.Drawing.Size(51, 20);
  355. this.label11.TabIndex = 298;
  356. this.label11.Text = "极性:";
  357. //
  358. // label13
  359. //
  360. this.label13.AutoSize = true;
  361. this.label13.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  362. this.label13.Location = new System.Drawing.Point(19, 105);
  363. this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  364. this.label13.Name = "label13";
  365. this.label13.Size = new System.Drawing.Size(51, 20);
  366. this.label13.TabIndex = 310;
  367. this.label13.Text = "阈值:";
  368. //
  369. // groupBox3
  370. //
  371. this.groupBox3.Controls.Add(this.chBDispCaliperROI);
  372. this.groupBox3.Controls.Add(this.chBDispCross);
  373. this.groupBox3.Controls.Add(this.chBDispRec);
  374. this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
  375. this.groupBox3.Location = new System.Drawing.Point(3, 4);
  376. this.groupBox3.Name = "groupBox3";
  377. this.groupBox3.Size = new System.Drawing.Size(451, 166);
  378. this.groupBox3.TabIndex = 320;
  379. this.groupBox3.TabStop = false;
  380. this.groupBox3.Text = "显示";
  381. //
  382. // chBDispCaliperROI
  383. //
  384. this.chBDispCaliperROI.AutoSize = true;
  385. this.chBDispCaliperROI.Location = new System.Drawing.Point(29, 92);
  386. this.chBDispCaliperROI.Name = "chBDispCaliperROI";
  387. this.chBDispCaliperROI.Size = new System.Drawing.Size(99, 21);
  388. this.chBDispCaliperROI.TabIndex = 0;
  389. this.chBDispCaliperROI.Text = "结果显示交点";
  390. this.chBDispCaliperROI.UseVisualStyleBackColor = true;
  391. //
  392. // chBDispCross
  393. //
  394. this.chBDispCross.AutoSize = true;
  395. this.chBDispCross.Location = new System.Drawing.Point(29, 60);
  396. this.chBDispCross.Name = "chBDispCross";
  397. this.chBDispCross.Size = new System.Drawing.Size(99, 21);
  398. this.chBDispCross.TabIndex = 0;
  399. this.chBDispCross.Text = "结果显示交点";
  400. this.chBDispCross.UseVisualStyleBackColor = true;
  401. //
  402. // chBDispRec
  403. //
  404. this.chBDispRec.AutoSize = true;
  405. this.chBDispRec.Location = new System.Drawing.Point(29, 29);
  406. this.chBDispRec.Name = "chBDispRec";
  407. this.chBDispRec.Size = new System.Drawing.Size(111, 21);
  408. this.chBDispRec.TabIndex = 0;
  409. this.chBDispRec.Text = "结果显示矩形框";
  410. this.chBDispRec.UseVisualStyleBackColor = true;
  411. //
  412. // groupBox2
  413. //
  414. this.groupBox2.Controls.Add(this.tbx_resultStartRow);
  415. this.groupBox2.Controls.Add(this.tbx_resultStartCol);
  416. this.groupBox2.Controls.Add(this.label7);
  417. this.groupBox2.Controls.Add(this.label9);
  418. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
  419. this.groupBox2.Location = new System.Drawing.Point(0, 0);
  420. this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
  421. this.groupBox2.Name = "groupBox2";
  422. this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
  423. this.groupBox2.Size = new System.Drawing.Size(457, 127);
  424. this.groupBox2.TabIndex = 299;
  425. this.groupBox2.TabStop = false;
  426. this.groupBox2.Text = "结果点";
  427. //
  428. // tbx_resultStartRow
  429. //
  430. this.tbx_resultStartRow.Location = new System.Drawing.Point(98, 28);
  431. this.tbx_resultStartRow.Margin = new System.Windows.Forms.Padding(2);
  432. this.tbx_resultStartRow.Name = "tbx_resultStartRow";
  433. this.tbx_resultStartRow.Size = new System.Drawing.Size(71, 23);
  434. this.tbx_resultStartRow.TabIndex = 102;
  435. //
  436. // tbx_resultStartCol
  437. //
  438. this.tbx_resultStartCol.Location = new System.Drawing.Point(98, 61);
  439. this.tbx_resultStartCol.Margin = new System.Windows.Forms.Padding(2);
  440. this.tbx_resultStartCol.Name = "tbx_resultStartCol";
  441. this.tbx_resultStartCol.Size = new System.Drawing.Size(71, 23);
  442. this.tbx_resultStartCol.TabIndex = 104;
  443. //
  444. // label7
  445. //
  446. this.label7.AutoSize = true;
  447. this.label7.Location = new System.Drawing.Point(22, 31);
  448. this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  449. this.label7.Name = "label7";
  450. this.label7.Size = new System.Drawing.Size(80, 17);
  451. this.label7.TabIndex = 103;
  452. this.label7.Text = "中心行坐标:";
  453. //
  454. // label9
  455. //
  456. this.label9.AutoSize = true;
  457. this.label9.Location = new System.Drawing.Point(22, 64);
  458. this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  459. this.label9.Name = "label9";
  460. this.label9.Size = new System.Drawing.Size(80, 17);
  461. this.label9.TabIndex = 105;
  462. this.label9.Text = "中心列坐标:";
  463. //
  464. // FormCaliper
  465. //
  466. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  467. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  468. this.ClientSize = new System.Drawing.Size(1112, 665);
  469. this.Controls.Add(this.splitContainer1);
  470. this.Controls.Add(this.toolStrip1);
  471. this.Controls.Add(this.statusStrip);
  472. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  473. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  474. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  475. this.Name = "FormCaliper";
  476. this.Text = "卡尺工具";
  477. this.Load += new System.EventHandler(this.FormCaliper_Load);
  478. this.toolStrip1.ResumeLayout(false);
  479. this.toolStrip1.PerformLayout();
  480. this.statusStrip.ResumeLayout(false);
  481. this.statusStrip.PerformLayout();
  482. this.splitContainer1.Panel1.ResumeLayout(false);
  483. this.splitContainer1.Panel2.ResumeLayout(false);
  484. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  485. this.splitContainer1.ResumeLayout(false);
  486. this.tabControl1.ResumeLayout(false);
  487. this.tabPage1.ResumeLayout(false);
  488. this.tabPage2.ResumeLayout(false);
  489. this.tabPage3.ResumeLayout(false);
  490. this.groupBox4.ResumeLayout(false);
  491. this.groupBox4.PerformLayout();
  492. this.groupBox3.ResumeLayout(false);
  493. this.groupBox3.PerformLayout();
  494. this.groupBox2.ResumeLayout(false);
  495. this.groupBox2.PerformLayout();
  496. this.ResumeLayout(false);
  497. this.PerformLayout();
  498. }
  499. #endregion
  500. private System.Windows.Forms.ToolStrip toolStrip1;
  501. private System.Windows.Forms.ToolStripButton tsbtRunTool;
  502. private System.Windows.Forms.ToolStripStatusLabel lb_RunStatus;
  503. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  504. private System.Windows.Forms.ToolStripStatusLabel lb_RunTime;
  505. private System.Windows.Forms.SplitContainer splitContainer1;
  506. private System.Windows.Forms.Panel panel1;
  507. private System.Windows.Forms.TabControl tabControl1;
  508. private System.Windows.Forms.TabPage tabPage1;
  509. private System.Windows.Forms.TabPage tabPage2;
  510. private System.Windows.Forms.TabPage tabPage3;
  511. private System.Windows.Forms.GroupBox groupBox4;
  512. private System.Windows.Forms.Label label14;
  513. public System.Windows.Forms.ComboBox cbx_edgeSelect;
  514. public System.Windows.Forms.ComboBox cbx_polarity;
  515. public System.Windows.Forms.TextBox tbx_threshold;
  516. private System.Windows.Forms.Label label5;
  517. public System.Windows.Forms.TextBox tbx_caliperLength1;
  518. private System.Windows.Forms.Label label16;
  519. public System.Windows.Forms.TextBox tbx_Sigma;
  520. public System.Windows.Forms.TextBox tbx_caliperLength2;
  521. private System.Windows.Forms.Label label15;
  522. private System.Windows.Forms.Label label11;
  523. private System.Windows.Forms.Label label13;
  524. private System.Windows.Forms.GroupBox groupBox3;
  525. private System.Windows.Forms.CheckBox chBDispCaliperROI;
  526. private System.Windows.Forms.CheckBox chBDispCross;
  527. private System.Windows.Forms.CheckBox chBDispRec;
  528. private System.Windows.Forms.GroupBox groupBox2;
  529. public System.Windows.Forms.TextBox tbx_resultStartRow;
  530. public System.Windows.Forms.TextBox tbx_resultStartCol;
  531. private System.Windows.Forms.Label label7;
  532. private System.Windows.Forms.Label label9;
  533. public System.Windows.Forms.StatusStrip statusStrip;
  534. }
  535. }