SettingForm.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513
  1. namespace CCDCount.Forms
  2. {
  3. partial class SettingForm
  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.TabPanel = new System.Windows.Forms.Panel();
  29. this.CameraSettingPanel = new System.Windows.Forms.Panel();
  30. this.PanDuanParaPanel = new System.Windows.Forms.Panel();
  31. this.radioButton4 = new System.Windows.Forms.RadioButton();
  32. this.radioButton3 = new System.Windows.Forms.RadioButton();
  33. this.radioButton2 = new System.Windows.Forms.RadioButton();
  34. this.radioButton1 = new System.Windows.Forms.RadioButton();
  35. this.NoiseFilterTbx = new System.Windows.Forms.TextBox();
  36. this.ChannelTbx = new System.Windows.Forms.TextBox();
  37. this.RegionThresholdTbx = new System.Windows.Forms.TextBox();
  38. this.label10 = new System.Windows.Forms.Label();
  39. this.label9 = new System.Windows.Forms.Label();
  40. this.label8 = new System.Windows.Forms.Label();
  41. this.label7 = new System.Windows.Forms.Label();
  42. this.label3 = new System.Windows.Forms.Label();
  43. this.CameraShowBox = new System.Windows.Forms.PictureBox();
  44. this.ShuLiSettingPanel = new System.Windows.Forms.Panel();
  45. this.CamUserNameTbx = new System.Windows.Forms.TextBox();
  46. this.label6 = new System.Windows.Forms.Label();
  47. this.CamOffsetXTbx = new System.Windows.Forms.TextBox();
  48. this.label5 = new System.Windows.Forms.Label();
  49. this.ImageWidthTbx = new System.Windows.Forms.TextBox();
  50. this.ImageHeightTbx = new System.Windows.Forms.TextBox();
  51. this.ImageWidthLab = new System.Windows.Forms.Label();
  52. this.ImageHeightLab = new System.Windows.Forms.Label();
  53. this.AcquistionLineRateLabTbx = new System.Windows.Forms.TextBox();
  54. this.AcquistionLineRateLab = new System.Windows.Forms.Label();
  55. this.ExposureTimeTbx = new System.Windows.Forms.TextBox();
  56. this.ExposureTimeLab = new System.Windows.Forms.Label();
  57. this.label4 = new System.Windows.Forms.Label();
  58. this.CameraConbox = new System.Windows.Forms.ComboBox();
  59. this.label2 = new System.Windows.Forms.Label();
  60. this.label1 = new System.Windows.Forms.Label();
  61. this.panel1 = new System.Windows.Forms.Panel();
  62. this.IdentifyCountCobBox = new System.Windows.Forms.ComboBox();
  63. this.SaveAllConfig = new System.Windows.Forms.Button();
  64. this.CameraSettingPanel.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.CameraShowBox)).BeginInit();
  66. this.ShuLiSettingPanel.SuspendLayout();
  67. this.panel1.SuspendLayout();
  68. this.SuspendLayout();
  69. //
  70. // TabPanel
  71. //
  72. this.TabPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  73. | System.Windows.Forms.AnchorStyles.Right)));
  74. this.TabPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  75. this.TabPanel.Location = new System.Drawing.Point(0, 2);
  76. this.TabPanel.Name = "TabPanel";
  77. this.TabPanel.Size = new System.Drawing.Size(538, 60);
  78. this.TabPanel.TabIndex = 0;
  79. //
  80. // CameraSettingPanel
  81. //
  82. this.CameraSettingPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  83. | System.Windows.Forms.AnchorStyles.Right)));
  84. this.CameraSettingPanel.AutoScroll = true;
  85. this.CameraSettingPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  86. this.CameraSettingPanel.Controls.Add(this.PanDuanParaPanel);
  87. this.CameraSettingPanel.Controls.Add(this.radioButton4);
  88. this.CameraSettingPanel.Controls.Add(this.radioButton3);
  89. this.CameraSettingPanel.Controls.Add(this.radioButton2);
  90. this.CameraSettingPanel.Controls.Add(this.radioButton1);
  91. this.CameraSettingPanel.Controls.Add(this.NoiseFilterTbx);
  92. this.CameraSettingPanel.Controls.Add(this.ChannelTbx);
  93. this.CameraSettingPanel.Controls.Add(this.RegionThresholdTbx);
  94. this.CameraSettingPanel.Controls.Add(this.label10);
  95. this.CameraSettingPanel.Controls.Add(this.label9);
  96. this.CameraSettingPanel.Controls.Add(this.label8);
  97. this.CameraSettingPanel.Controls.Add(this.label7);
  98. this.CameraSettingPanel.Controls.Add(this.label3);
  99. this.CameraSettingPanel.Location = new System.Drawing.Point(544, 66);
  100. this.CameraSettingPanel.Name = "CameraSettingPanel";
  101. this.CameraSettingPanel.Size = new System.Drawing.Size(238, 390);
  102. this.CameraSettingPanel.TabIndex = 1;
  103. //
  104. // PanDuanParaPanel
  105. //
  106. this.PanDuanParaPanel.Location = new System.Drawing.Point(0, 289);
  107. this.PanDuanParaPanel.Name = "PanDuanParaPanel";
  108. this.PanDuanParaPanel.Size = new System.Drawing.Size(235, 83);
  109. this.PanDuanParaPanel.TabIndex = 13;
  110. //
  111. // radioButton4
  112. //
  113. this.radioButton4.AutoSize = true;
  114. this.radioButton4.Location = new System.Drawing.Point(32, 264);
  115. this.radioButton4.Name = "radioButton4";
  116. this.radioButton4.Size = new System.Drawing.Size(148, 19);
  117. this.radioButton4.TabIndex = 12;
  118. this.radioButton4.TabStop = true;
  119. this.radioButton4.Text = "通过宽高面积检测";
  120. this.radioButton4.UseVisualStyleBackColor = true;
  121. this.radioButton4.CheckedChanged += new System.EventHandler(this.radioButton4_CheckedChanged);
  122. //
  123. // radioButton3
  124. //
  125. this.radioButton3.AutoSize = true;
  126. this.radioButton3.Location = new System.Drawing.Point(32, 227);
  127. this.radioButton3.Name = "radioButton3";
  128. this.radioButton3.Size = new System.Drawing.Size(118, 19);
  129. this.radioButton3.TabIndex = 11;
  130. this.radioButton3.TabStop = true;
  131. this.radioButton3.Text = "通过面积检测";
  132. this.radioButton3.UseVisualStyleBackColor = true;
  133. this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged);
  134. //
  135. // radioButton2
  136. //
  137. this.radioButton2.AutoSize = true;
  138. this.radioButton2.Location = new System.Drawing.Point(32, 192);
  139. this.radioButton2.Name = "radioButton2";
  140. this.radioButton2.Size = new System.Drawing.Size(118, 19);
  141. this.radioButton2.TabIndex = 10;
  142. this.radioButton2.TabStop = true;
  143. this.radioButton2.Text = "通过宽高检测";
  144. this.radioButton2.UseVisualStyleBackColor = true;
  145. this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
  146. //
  147. // radioButton1
  148. //
  149. this.radioButton1.AutoSize = true;
  150. this.radioButton1.Location = new System.Drawing.Point(32, 158);
  151. this.radioButton1.Name = "radioButton1";
  152. this.radioButton1.Size = new System.Drawing.Size(73, 19);
  153. this.radioButton1.TabIndex = 9;
  154. this.radioButton1.TabStop = true;
  155. this.radioButton1.Text = "不检测";
  156. this.radioButton1.UseVisualStyleBackColor = true;
  157. this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
  158. //
  159. // NoiseFilterTbx
  160. //
  161. this.NoiseFilterTbx.Location = new System.Drawing.Point(106, 97);
  162. this.NoiseFilterTbx.Name = "NoiseFilterTbx";
  163. this.NoiseFilterTbx.Size = new System.Drawing.Size(100, 25);
  164. this.NoiseFilterTbx.TabIndex = 8;
  165. //
  166. // ChannelTbx
  167. //
  168. this.ChannelTbx.Location = new System.Drawing.Point(106, 68);
  169. this.ChannelTbx.Name = "ChannelTbx";
  170. this.ChannelTbx.Size = new System.Drawing.Size(100, 25);
  171. this.ChannelTbx.TabIndex = 7;
  172. //
  173. // RegionThresholdTbx
  174. //
  175. this.RegionThresholdTbx.Location = new System.Drawing.Point(106, 37);
  176. this.RegionThresholdTbx.Name = "RegionThresholdTbx";
  177. this.RegionThresholdTbx.Size = new System.Drawing.Size(100, 25);
  178. this.RegionThresholdTbx.TabIndex = 6;
  179. //
  180. // label10
  181. //
  182. this.label10.AutoSize = true;
  183. this.label10.Location = new System.Drawing.Point(10, 100);
  184. this.label10.Name = "label10";
  185. this.label10.Size = new System.Drawing.Size(82, 15);
  186. this.label10.TabIndex = 5;
  187. this.label10.Text = "噪点过滤:";
  188. //
  189. // label9
  190. //
  191. this.label9.AutoSize = true;
  192. this.label9.Location = new System.Drawing.Point(10, 130);
  193. this.label9.Name = "label9";
  194. this.label9.Size = new System.Drawing.Size(112, 15);
  195. this.label9.TabIndex = 4;
  196. this.label9.Text = "合格检测类型:";
  197. //
  198. // label8
  199. //
  200. this.label8.AutoSize = true;
  201. this.label8.Location = new System.Drawing.Point(10, 70);
  202. this.label8.Name = "label8";
  203. this.label8.Size = new System.Drawing.Size(90, 15);
  204. this.label8.TabIndex = 2;
  205. this.label8.Text = "阀门通道数:";
  206. //
  207. // label7
  208. //
  209. this.label7.AutoSize = true;
  210. this.label7.Location = new System.Drawing.Point(10, 40);
  211. this.label7.Name = "label7";
  212. this.label7.Size = new System.Drawing.Size(90, 15);
  213. this.label7.TabIndex = 1;
  214. this.label7.Text = "预处理阈值:";
  215. //
  216. // label3
  217. //
  218. this.label3.AutoSize = true;
  219. this.label3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.label3.Location = new System.Drawing.Point(10, 10);
  221. this.label3.Name = "label3";
  222. this.label3.Size = new System.Drawing.Size(89, 20);
  223. this.label3.TabIndex = 0;
  224. this.label3.Text = "识别参数";
  225. //
  226. // CameraShowBox
  227. //
  228. this.CameraShowBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  229. | System.Windows.Forms.AnchorStyles.Left)
  230. | System.Windows.Forms.AnchorStyles.Right)));
  231. this.CameraShowBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  232. this.CameraShowBox.Location = new System.Drawing.Point(0, 66);
  233. this.CameraShowBox.Name = "CameraShowBox";
  234. this.CameraShowBox.Size = new System.Drawing.Size(538, 350);
  235. this.CameraShowBox.TabIndex = 2;
  236. this.CameraShowBox.TabStop = false;
  237. //
  238. // ShuLiSettingPanel
  239. //
  240. this.ShuLiSettingPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  241. | System.Windows.Forms.AnchorStyles.Right)));
  242. this.ShuLiSettingPanel.AutoScroll = true;
  243. this.ShuLiSettingPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  244. this.ShuLiSettingPanel.Controls.Add(this.CamUserNameTbx);
  245. this.ShuLiSettingPanel.Controls.Add(this.label6);
  246. this.ShuLiSettingPanel.Controls.Add(this.CamOffsetXTbx);
  247. this.ShuLiSettingPanel.Controls.Add(this.label5);
  248. this.ShuLiSettingPanel.Controls.Add(this.ImageWidthTbx);
  249. this.ShuLiSettingPanel.Controls.Add(this.ImageHeightTbx);
  250. this.ShuLiSettingPanel.Controls.Add(this.ImageWidthLab);
  251. this.ShuLiSettingPanel.Controls.Add(this.ImageHeightLab);
  252. this.ShuLiSettingPanel.Controls.Add(this.AcquistionLineRateLabTbx);
  253. this.ShuLiSettingPanel.Controls.Add(this.AcquistionLineRateLab);
  254. this.ShuLiSettingPanel.Controls.Add(this.ExposureTimeTbx);
  255. this.ShuLiSettingPanel.Controls.Add(this.ExposureTimeLab);
  256. this.ShuLiSettingPanel.Controls.Add(this.label4);
  257. this.ShuLiSettingPanel.Controls.Add(this.CameraConbox);
  258. this.ShuLiSettingPanel.Controls.Add(this.label2);
  259. this.ShuLiSettingPanel.Location = new System.Drawing.Point(0, 422);
  260. this.ShuLiSettingPanel.Name = "ShuLiSettingPanel";
  261. this.ShuLiSettingPanel.Size = new System.Drawing.Size(538, 115);
  262. this.ShuLiSettingPanel.TabIndex = 3;
  263. //
  264. // CamUserNameTbx
  265. //
  266. this.CamUserNameTbx.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  267. this.CamUserNameTbx.Location = new System.Drawing.Point(764, 45);
  268. this.CamUserNameTbx.Name = "CamUserNameTbx";
  269. this.CamUserNameTbx.Size = new System.Drawing.Size(100, 27);
  270. this.CamUserNameTbx.TabIndex = 14;
  271. //
  272. // label6
  273. //
  274. this.label6.AutoSize = true;
  275. this.label6.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.label6.Location = new System.Drawing.Point(694, 50);
  277. this.label6.Name = "label6";
  278. this.label6.Size = new System.Drawing.Size(68, 17);
  279. this.label6.TabIndex = 13;
  280. this.label6.Text = "相机名:";
  281. //
  282. // CamOffsetXTbx
  283. //
  284. this.CamOffsetXTbx.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  285. this.CamOffsetXTbx.Location = new System.Drawing.Point(950, 45);
  286. this.CamOffsetXTbx.Name = "CamOffsetXTbx";
  287. this.CamOffsetXTbx.Size = new System.Drawing.Size(100, 27);
  288. this.CamOffsetXTbx.TabIndex = 12;
  289. //
  290. // label5
  291. //
  292. this.label5.AutoSize = true;
  293. this.label5.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  294. this.label5.Location = new System.Drawing.Point(890, 50);
  295. this.label5.Name = "label5";
  296. this.label5.Size = new System.Drawing.Size(60, 17);
  297. this.label5.TabIndex = 11;
  298. this.label5.Text = "X偏移:";
  299. //
  300. // ImageWidthTbx
  301. //
  302. this.ImageWidthTbx.Location = new System.Drawing.Point(401, 47);
  303. this.ImageWidthTbx.Name = "ImageWidthTbx";
  304. this.ImageWidthTbx.Size = new System.Drawing.Size(100, 25);
  305. this.ImageWidthTbx.TabIndex = 10;
  306. //
  307. // ImageHeightTbx
  308. //
  309. this.ImageHeightTbx.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  310. this.ImageHeightTbx.Location = new System.Drawing.Point(581, 47);
  311. this.ImageHeightTbx.Name = "ImageHeightTbx";
  312. this.ImageHeightTbx.Size = new System.Drawing.Size(100, 27);
  313. this.ImageHeightTbx.TabIndex = 9;
  314. //
  315. // ImageWidthLab
  316. //
  317. this.ImageWidthLab.AutoSize = true;
  318. this.ImageWidthLab.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  319. this.ImageWidthLab.Location = new System.Drawing.Point(333, 50);
  320. this.ImageWidthLab.Name = "ImageWidthLab";
  321. this.ImageWidthLab.Size = new System.Drawing.Size(68, 17);
  322. this.ImageWidthLab.TabIndex = 8;
  323. this.ImageWidthLab.Text = "图像宽:";
  324. //
  325. // ImageHeightLab
  326. //
  327. this.ImageHeightLab.AutoSize = true;
  328. this.ImageHeightLab.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  329. this.ImageHeightLab.Location = new System.Drawing.Point(515, 52);
  330. this.ImageHeightLab.Name = "ImageHeightLab";
  331. this.ImageHeightLab.Size = new System.Drawing.Size(68, 17);
  332. this.ImageHeightLab.TabIndex = 7;
  333. this.ImageHeightLab.Text = "图像高:";
  334. //
  335. // AcquistionLineRateLabTbx
  336. //
  337. this.AcquistionLineRateLabTbx.Location = new System.Drawing.Point(219, 47);
  338. this.AcquistionLineRateLabTbx.Name = "AcquistionLineRateLabTbx";
  339. this.AcquistionLineRateLabTbx.Size = new System.Drawing.Size(100, 25);
  340. this.AcquistionLineRateLabTbx.TabIndex = 6;
  341. //
  342. // AcquistionLineRateLab
  343. //
  344. this.AcquistionLineRateLab.AutoSize = true;
  345. this.AcquistionLineRateLab.Location = new System.Drawing.Point(174, 52);
  346. this.AcquistionLineRateLab.Name = "AcquistionLineRateLab";
  347. this.AcquistionLineRateLab.Size = new System.Drawing.Size(52, 15);
  348. this.AcquistionLineRateLab.TabIndex = 5;
  349. this.AcquistionLineRateLab.Text = "行频:";
  350. //
  351. // ExposureTimeTbx
  352. //
  353. this.ExposureTimeTbx.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  354. this.ExposureTimeTbx.Location = new System.Drawing.Point(60, 47);
  355. this.ExposureTimeTbx.Name = "ExposureTimeTbx";
  356. this.ExposureTimeTbx.Size = new System.Drawing.Size(100, 27);
  357. this.ExposureTimeTbx.TabIndex = 4;
  358. //
  359. // ExposureTimeLab
  360. //
  361. this.ExposureTimeLab.AutoSize = true;
  362. this.ExposureTimeLab.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  363. this.ExposureTimeLab.Location = new System.Drawing.Point(10, 50);
  364. this.ExposureTimeLab.Name = "ExposureTimeLab";
  365. this.ExposureTimeLab.Size = new System.Drawing.Size(51, 17);
  366. this.ExposureTimeLab.TabIndex = 3;
  367. this.ExposureTimeLab.Text = "曝光:";
  368. //
  369. // label4
  370. //
  371. this.label4.AutoSize = true;
  372. this.label4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  373. this.label4.Location = new System.Drawing.Point(173, 10);
  374. this.label4.Name = "label4";
  375. this.label4.Size = new System.Drawing.Size(99, 20);
  376. this.label4.TabIndex = 2;
  377. this.label4.Text = "相机选择:";
  378. //
  379. // CameraConbox
  380. //
  381. this.CameraConbox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  382. this.CameraConbox.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  383. this.CameraConbox.FormattingEnabled = true;
  384. this.CameraConbox.Location = new System.Drawing.Point(287, 7);
  385. this.CameraConbox.Name = "CameraConbox";
  386. this.CameraConbox.Size = new System.Drawing.Size(394, 28);
  387. this.CameraConbox.TabIndex = 1;
  388. this.CameraConbox.SelectedIndexChanged += new System.EventHandler(this.CameraConbox_SelectedIndexChanged);
  389. //
  390. // label2
  391. //
  392. this.label2.AutoSize = true;
  393. this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  394. this.label2.Location = new System.Drawing.Point(10, 10);
  395. this.label2.Name = "label2";
  396. this.label2.Size = new System.Drawing.Size(89, 20);
  397. this.label2.TabIndex = 0;
  398. this.label2.Text = "相机参数";
  399. //
  400. // label1
  401. //
  402. this.label1.AutoSize = true;
  403. this.label1.BackColor = System.Drawing.Color.Transparent;
  404. this.label1.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  405. this.label1.Location = new System.Drawing.Point(14, 13);
  406. this.label1.Name = "label1";
  407. this.label1.Size = new System.Drawing.Size(151, 34);
  408. this.label1.TabIndex = 4;
  409. this.label1.Text = "相机数:";
  410. //
  411. // panel1
  412. //
  413. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  414. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  415. this.panel1.Controls.Add(this.IdentifyCountCobBox);
  416. this.panel1.Controls.Add(this.label1);
  417. this.panel1.Location = new System.Drawing.Point(544, 2);
  418. this.panel1.Name = "panel1";
  419. this.panel1.Size = new System.Drawing.Size(238, 58);
  420. this.panel1.TabIndex = 4;
  421. //
  422. // IdentifyCountCobBox
  423. //
  424. this.IdentifyCountCobBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  425. this.IdentifyCountCobBox.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  426. this.IdentifyCountCobBox.FormattingEnabled = true;
  427. this.IdentifyCountCobBox.Location = new System.Drawing.Point(147, 10);
  428. this.IdentifyCountCobBox.Name = "IdentifyCountCobBox";
  429. this.IdentifyCountCobBox.Size = new System.Drawing.Size(63, 41);
  430. this.IdentifyCountCobBox.TabIndex = 5;
  431. this.IdentifyCountCobBox.SelectedIndexChanged += new System.EventHandler(this.IdentifyCountCobBox_SelectedIndexChanged);
  432. //
  433. // SaveAllConfig
  434. //
  435. this.SaveAllConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  436. this.SaveAllConfig.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  437. this.SaveAllConfig.Location = new System.Drawing.Point(544, 463);
  438. this.SaveAllConfig.Name = "SaveAllConfig";
  439. this.SaveAllConfig.Size = new System.Drawing.Size(238, 74);
  440. this.SaveAllConfig.TabIndex = 5;
  441. this.SaveAllConfig.Text = "保存全部参数";
  442. this.SaveAllConfig.UseVisualStyleBackColor = true;
  443. this.SaveAllConfig.Click += new System.EventHandler(this.SaveAllConfig_Click);
  444. //
  445. // SettingForm
  446. //
  447. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  448. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  449. this.ClientSize = new System.Drawing.Size(784, 541);
  450. this.Controls.Add(this.SaveAllConfig);
  451. this.Controls.Add(this.panel1);
  452. this.Controls.Add(this.ShuLiSettingPanel);
  453. this.Controls.Add(this.CameraShowBox);
  454. this.Controls.Add(this.CameraSettingPanel);
  455. this.Controls.Add(this.TabPanel);
  456. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  457. this.Name = "SettingForm";
  458. this.Text = "SettingForm";
  459. this.Load += new System.EventHandler(this.SettingForm_Load);
  460. this.CameraSettingPanel.ResumeLayout(false);
  461. this.CameraSettingPanel.PerformLayout();
  462. ((System.ComponentModel.ISupportInitialize)(this.CameraShowBox)).EndInit();
  463. this.ShuLiSettingPanel.ResumeLayout(false);
  464. this.ShuLiSettingPanel.PerformLayout();
  465. this.panel1.ResumeLayout(false);
  466. this.panel1.PerformLayout();
  467. this.ResumeLayout(false);
  468. }
  469. #endregion
  470. private System.Windows.Forms.Panel TabPanel;
  471. private System.Windows.Forms.Panel CameraSettingPanel;
  472. private System.Windows.Forms.PictureBox CameraShowBox;
  473. private System.Windows.Forms.Panel ShuLiSettingPanel;
  474. private System.Windows.Forms.Label label1;
  475. private System.Windows.Forms.Panel panel1;
  476. private System.Windows.Forms.ComboBox IdentifyCountCobBox;
  477. private System.Windows.Forms.Label label2;
  478. private System.Windows.Forms.Label label3;
  479. private System.Windows.Forms.Label label4;
  480. private System.Windows.Forms.ComboBox CameraConbox;
  481. private System.Windows.Forms.Label AcquistionLineRateLab;
  482. private System.Windows.Forms.TextBox ExposureTimeTbx;
  483. private System.Windows.Forms.Label ExposureTimeLab;
  484. private System.Windows.Forms.TextBox AcquistionLineRateLabTbx;
  485. private System.Windows.Forms.Label ImageWidthLab;
  486. private System.Windows.Forms.Label ImageHeightLab;
  487. private System.Windows.Forms.TextBox ImageHeightTbx;
  488. private System.Windows.Forms.Label label5;
  489. private System.Windows.Forms.TextBox ImageWidthTbx;
  490. private System.Windows.Forms.TextBox CamOffsetXTbx;
  491. private System.Windows.Forms.TextBox CamUserNameTbx;
  492. private System.Windows.Forms.Label label6;
  493. private System.Windows.Forms.Button SaveAllConfig;
  494. private System.Windows.Forms.Label label8;
  495. private System.Windows.Forms.Label label7;
  496. private System.Windows.Forms.Label label9;
  497. private System.Windows.Forms.TextBox NoiseFilterTbx;
  498. private System.Windows.Forms.TextBox ChannelTbx;
  499. private System.Windows.Forms.TextBox RegionThresholdTbx;
  500. private System.Windows.Forms.Label label10;
  501. private System.Windows.Forms.RadioButton radioButton4;
  502. private System.Windows.Forms.RadioButton radioButton3;
  503. private System.Windows.Forms.RadioButton radioButton2;
  504. private System.Windows.Forms.RadioButton radioButton1;
  505. private System.Windows.Forms.Panel PanDuanParaPanel;
  506. }
  507. }