FormHalconTool.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463
  1. namespace HalconTool
  2. {
  3. partial class FormHalconTool
  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(FormHalconTool));
  29. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  30. this.tabGrabImage = new Sunny.UI.UITabControl();
  31. this.grabFile = new System.Windows.Forms.TabPage();
  32. this.gbMultImg = new Sunny.UI.UIGroupBox();
  33. this.gbSignalImg = new Sunny.UI.UIGroupBox();
  34. this.chbRGB2Gray = new Sunny.UI.UICheckBox();
  35. this.uiLabel1 = new Sunny.UI.UILabel();
  36. this.btnRun = new Sunny.UI.UISymbolButton();
  37. this.txbFilePath = new Sunny.UI.UITextBox();
  38. this.btnSelectFilePath = new Sunny.UI.UISymbolButton();
  39. this.camera = new System.Windows.Forms.TabPage();
  40. this.uiMarkLabel2 = new Sunny.UI.UIMarkLabel();
  41. this.gbImageDisp = new Sunny.UI.UIGroupBox();
  42. this.statusStrip = new System.Windows.Forms.StatusStrip();
  43. this.lb_RunStatus = new System.Windows.Forms.ToolStripStatusLabel();
  44. this.lb_Split = new System.Windows.Forms.ToolStripStatusLabel();
  45. this.lb_RunTime = new System.Windows.Forms.ToolStripStatusLabel();
  46. this.uiCheckBox1 = new Sunny.UI.UICheckBox();
  47. this.uiLabel2 = new Sunny.UI.UILabel();
  48. this.tbxImageDirectory = new Sunny.UI.UITextBox();
  49. this.btnSelectDir = new Sunny.UI.UISymbolButton();
  50. this.btnNext = new Sunny.UI.UISymbolButton();
  51. this.btnOld = new Sunny.UI.UISymbolButton();
  52. this.lbImageName = new System.Windows.Forms.Label();
  53. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  54. this.splitContainer1.Panel1.SuspendLayout();
  55. this.splitContainer1.Panel2.SuspendLayout();
  56. this.splitContainer1.SuspendLayout();
  57. this.tabGrabImage.SuspendLayout();
  58. this.grabFile.SuspendLayout();
  59. this.gbMultImg.SuspendLayout();
  60. this.gbSignalImg.SuspendLayout();
  61. this.camera.SuspendLayout();
  62. this.statusStrip.SuspendLayout();
  63. this.SuspendLayout();
  64. //
  65. // splitContainer1
  66. //
  67. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  68. | System.Windows.Forms.AnchorStyles.Left)
  69. | System.Windows.Forms.AnchorStyles.Right)));
  70. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  71. this.splitContainer1.Name = "splitContainer1";
  72. //
  73. // splitContainer1.Panel1
  74. //
  75. this.splitContainer1.Panel1.Controls.Add(this.tabGrabImage);
  76. //
  77. // splitContainer1.Panel2
  78. //
  79. this.splitContainer1.Panel2.Controls.Add(this.gbImageDisp);
  80. this.splitContainer1.Size = new System.Drawing.Size(1111, 457);
  81. this.splitContainer1.SplitterDistance = 605;
  82. this.splitContainer1.TabIndex = 1;
  83. //
  84. // tabGrabImage
  85. //
  86. this.tabGrabImage.Controls.Add(this.grabFile);
  87. this.tabGrabImage.Controls.Add(this.camera);
  88. this.tabGrabImage.Dock = System.Windows.Forms.DockStyle.Fill;
  89. this.tabGrabImage.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  90. this.tabGrabImage.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.tabGrabImage.ItemSize = new System.Drawing.Size(150, 40);
  92. this.tabGrabImage.Location = new System.Drawing.Point(0, 0);
  93. this.tabGrabImage.MainPage = "";
  94. this.tabGrabImage.Name = "tabGrabImage";
  95. this.tabGrabImage.SelectedIndex = 0;
  96. this.tabGrabImage.Size = new System.Drawing.Size(605, 457);
  97. this.tabGrabImage.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  98. this.tabGrabImage.TabIndex = 0;
  99. //
  100. // grabFile
  101. //
  102. this.grabFile.Controls.Add(this.gbMultImg);
  103. this.grabFile.Controls.Add(this.gbSignalImg);
  104. this.grabFile.Location = new System.Drawing.Point(0, 40);
  105. this.grabFile.Name = "grabFile";
  106. this.grabFile.Size = new System.Drawing.Size(605, 417);
  107. this.grabFile.TabIndex = 0;
  108. this.grabFile.Text = "本地读取";
  109. this.grabFile.UseVisualStyleBackColor = true;
  110. //
  111. // gbMultImg
  112. //
  113. this.gbMultImg.Controls.Add(this.lbImageName);
  114. this.gbMultImg.Controls.Add(this.btnOld);
  115. this.gbMultImg.Controls.Add(this.btnNext);
  116. this.gbMultImg.Controls.Add(this.uiCheckBox1);
  117. this.gbMultImg.Controls.Add(this.uiLabel2);
  118. this.gbMultImg.Controls.Add(this.tbxImageDirectory);
  119. this.gbMultImg.Controls.Add(this.btnSelectDir);
  120. this.gbMultImg.Dock = System.Windows.Forms.DockStyle.Fill;
  121. this.gbMultImg.FillColor = System.Drawing.Color.White;
  122. this.gbMultImg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.gbMultImg.IsScaled = false;
  124. this.gbMultImg.Location = new System.Drawing.Point(0, 188);
  125. this.gbMultImg.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  126. this.gbMultImg.MinimumSize = new System.Drawing.Size(1, 1);
  127. this.gbMultImg.Name = "gbMultImg";
  128. this.gbMultImg.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  129. this.gbMultImg.Size = new System.Drawing.Size(605, 229);
  130. this.gbMultImg.Style = Sunny.UI.UIStyle.Custom;
  131. this.gbMultImg.TabIndex = 4;
  132. this.gbMultImg.Text = "多组图像";
  133. this.gbMultImg.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  134. this.gbMultImg.Click += new System.EventHandler(this.ImageSource_Click);
  135. //
  136. // gbSignalImg
  137. //
  138. this.gbSignalImg.Controls.Add(this.chbRGB2Gray);
  139. this.gbSignalImg.Controls.Add(this.uiLabel1);
  140. this.gbSignalImg.Controls.Add(this.btnRun);
  141. this.gbSignalImg.Controls.Add(this.txbFilePath);
  142. this.gbSignalImg.Controls.Add(this.btnSelectFilePath);
  143. this.gbSignalImg.Dock = System.Windows.Forms.DockStyle.Top;
  144. this.gbSignalImg.FillColor = System.Drawing.Color.White;
  145. this.gbSignalImg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.gbSignalImg.IsScaled = false;
  147. this.gbSignalImg.Location = new System.Drawing.Point(0, 0);
  148. this.gbSignalImg.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  149. this.gbSignalImg.MinimumSize = new System.Drawing.Size(1, 1);
  150. this.gbSignalImg.Name = "gbSignalImg";
  151. this.gbSignalImg.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  152. this.gbSignalImg.Size = new System.Drawing.Size(605, 188);
  153. this.gbSignalImg.Style = Sunny.UI.UIStyle.Custom;
  154. this.gbSignalImg.TabIndex = 3;
  155. this.gbSignalImg.Text = "单张图像";
  156. this.gbSignalImg.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  157. this.gbSignalImg.Click += new System.EventHandler(this.ImageSource_Click);
  158. //
  159. // chbRGB2Gray
  160. //
  161. this.chbRGB2Gray.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  162. this.chbRGB2Gray.Checked = true;
  163. this.chbRGB2Gray.Cursor = System.Windows.Forms.Cursors.Hand;
  164. this.chbRGB2Gray.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.chbRGB2Gray.IsScaled = false;
  166. this.chbRGB2Gray.Location = new System.Drawing.Point(378, 135);
  167. this.chbRGB2Gray.MinimumSize = new System.Drawing.Size(1, 1);
  168. this.chbRGB2Gray.Name = "chbRGB2Gray";
  169. this.chbRGB2Gray.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  170. this.chbRGB2Gray.Size = new System.Drawing.Size(111, 29);
  171. this.chbRGB2Gray.Style = Sunny.UI.UIStyle.Custom;
  172. this.chbRGB2Gray.TabIndex = 3;
  173. this.chbRGB2Gray.Text = "彩色转灰度";
  174. this.chbRGB2Gray.CheckedChanged += new System.EventHandler(this.chbRGB2Gray_CheckedChanged);
  175. //
  176. // uiLabel1
  177. //
  178. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.uiLabel1.Location = new System.Drawing.Point(27, 45);
  180. this.uiLabel1.Name = "uiLabel1";
  181. this.uiLabel1.Size = new System.Drawing.Size(100, 23);
  182. this.uiLabel1.Style = Sunny.UI.UIStyle.Custom;
  183. this.uiLabel1.TabIndex = 0;
  184. this.uiLabel1.Text = "图像路径:";
  185. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  186. //
  187. // btnRun
  188. //
  189. this.btnRun.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  190. this.btnRun.Cursor = System.Windows.Forms.Cursors.Hand;
  191. this.btnRun.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.btnRun.IsScaled = false;
  193. this.btnRun.Location = new System.Drawing.Point(210, 129);
  194. this.btnRun.MinimumSize = new System.Drawing.Size(1, 1);
  195. this.btnRun.Name = "btnRun";
  196. this.btnRun.Size = new System.Drawing.Size(133, 35);
  197. this.btnRun.Style = Sunny.UI.UIStyle.Custom;
  198. this.btnRun.Symbol = 61515;
  199. this.btnRun.TabIndex = 2;
  200. this.btnRun.Text = "运行工具";
  201. this.btnRun.Click += new System.EventHandler(this.btnRun_Click);
  202. //
  203. // txbFilePath
  204. //
  205. this.txbFilePath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  206. | System.Windows.Forms.AnchorStyles.Right)));
  207. this.txbFilePath.ButtonSymbol = 61761;
  208. this.txbFilePath.Cursor = System.Windows.Forms.Cursors.IBeam;
  209. this.txbFilePath.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. this.txbFilePath.IsScaled = false;
  211. this.txbFilePath.Location = new System.Drawing.Point(183, 42);
  212. this.txbFilePath.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  213. this.txbFilePath.Maximum = 2147483647D;
  214. this.txbFilePath.Minimum = -2147483648D;
  215. this.txbFilePath.MinimumSize = new System.Drawing.Size(1, 16);
  216. this.txbFilePath.Name = "txbFilePath";
  217. this.txbFilePath.Size = new System.Drawing.Size(405, 35);
  218. this.txbFilePath.Style = Sunny.UI.UIStyle.Custom;
  219. this.txbFilePath.TabIndex = 1;
  220. this.txbFilePath.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  221. this.txbFilePath.TextChanged += new System.EventHandler(this.txbFilePath_TextChanged);
  222. //
  223. // btnSelectFilePath
  224. //
  225. this.btnSelectFilePath.Cursor = System.Windows.Forms.Cursors.Hand;
  226. this.btnSelectFilePath.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.btnSelectFilePath.IsScaled = false;
  228. this.btnSelectFilePath.Location = new System.Drawing.Point(31, 129);
  229. this.btnSelectFilePath.MinimumSize = new System.Drawing.Size(1, 1);
  230. this.btnSelectFilePath.Name = "btnSelectFilePath";
  231. this.btnSelectFilePath.Size = new System.Drawing.Size(133, 35);
  232. this.btnSelectFilePath.Style = Sunny.UI.UIStyle.Custom;
  233. this.btnSelectFilePath.Symbol = 61462;
  234. this.btnSelectFilePath.TabIndex = 2;
  235. this.btnSelectFilePath.Text = "选择图像";
  236. this.btnSelectFilePath.Click += new System.EventHandler(this.btnSelectFilePath_Click);
  237. //
  238. // camera
  239. //
  240. this.camera.Controls.Add(this.uiMarkLabel2);
  241. this.camera.Location = new System.Drawing.Point(0, 40);
  242. this.camera.Name = "camera";
  243. this.camera.Size = new System.Drawing.Size(605, 477);
  244. this.camera.TabIndex = 2;
  245. this.camera.Text = "相机";
  246. this.camera.UseVisualStyleBackColor = true;
  247. //
  248. // uiMarkLabel2
  249. //
  250. this.uiMarkLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.uiMarkLabel2.Location = new System.Drawing.Point(209, 206);
  252. this.uiMarkLabel2.Name = "uiMarkLabel2";
  253. this.uiMarkLabel2.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
  254. this.uiMarkLabel2.Size = new System.Drawing.Size(189, 50);
  255. this.uiMarkLabel2.TabIndex = 1;
  256. this.uiMarkLabel2.Text = "该功能暂未实现";
  257. this.uiMarkLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  258. //
  259. // gbImageDisp
  260. //
  261. this.gbImageDisp.Dock = System.Windows.Forms.DockStyle.Fill;
  262. this.gbImageDisp.FillColor = System.Drawing.Color.White;
  263. this.gbImageDisp.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  264. this.gbImageDisp.IsScaled = false;
  265. this.gbImageDisp.Location = new System.Drawing.Point(0, 0);
  266. this.gbImageDisp.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  267. this.gbImageDisp.MinimumSize = new System.Drawing.Size(1, 1);
  268. this.gbImageDisp.Name = "gbImageDisp";
  269. this.gbImageDisp.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  270. this.gbImageDisp.Size = new System.Drawing.Size(502, 457);
  271. this.gbImageDisp.Style = Sunny.UI.UIStyle.Custom;
  272. this.gbImageDisp.TabIndex = 0;
  273. this.gbImageDisp.Text = "显示图像";
  274. this.gbImageDisp.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  275. //
  276. // statusStrip
  277. //
  278. this.statusStrip.BackColor = System.Drawing.Color.White;
  279. this.statusStrip.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  281. this.lb_RunStatus,
  282. this.lb_Split,
  283. this.lb_RunTime});
  284. this.statusStrip.Location = new System.Drawing.Point(0, 458);
  285. this.statusStrip.Name = "statusStrip";
  286. this.statusStrip.Size = new System.Drawing.Size(1111, 24);
  287. this.statusStrip.TabIndex = 95;
  288. this.statusStrip.Text = "statusStrip1";
  289. //
  290. // lb_RunStatus
  291. //
  292. this.lb_RunStatus.Name = "lb_RunStatus";
  293. this.lb_RunStatus.Size = new System.Drawing.Size(0, 19);
  294. //
  295. // lb_Split
  296. //
  297. this.lb_Split.Name = "lb_Split";
  298. this.lb_Split.Size = new System.Drawing.Size(189, 19);
  299. this.lb_Split.Text = " ";
  300. //
  301. // lb_RunTime
  302. //
  303. this.lb_RunTime.Name = "lb_RunTime";
  304. this.lb_RunTime.Size = new System.Drawing.Size(0, 19);
  305. //
  306. // uiCheckBox1
  307. //
  308. this.uiCheckBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  309. this.uiCheckBox1.Checked = true;
  310. this.uiCheckBox1.Cursor = System.Windows.Forms.Cursors.Hand;
  311. this.uiCheckBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. this.uiCheckBox1.IsScaled = false;
  313. this.uiCheckBox1.Location = new System.Drawing.Point(466, 102);
  314. this.uiCheckBox1.MinimumSize = new System.Drawing.Size(1, 1);
  315. this.uiCheckBox1.Name = "uiCheckBox1";
  316. this.uiCheckBox1.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  317. this.uiCheckBox1.Size = new System.Drawing.Size(111, 29);
  318. this.uiCheckBox1.Style = Sunny.UI.UIStyle.Custom;
  319. this.uiCheckBox1.TabIndex = 8;
  320. this.uiCheckBox1.Text = "彩色转灰度";
  321. //
  322. // uiLabel2
  323. //
  324. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  325. this.uiLabel2.Location = new System.Drawing.Point(27, 62);
  326. this.uiLabel2.Name = "uiLabel2";
  327. this.uiLabel2.Size = new System.Drawing.Size(116, 23);
  328. this.uiLabel2.Style = Sunny.UI.UIStyle.Custom;
  329. this.uiLabel2.TabIndex = 4;
  330. this.uiLabel2.Text = "图像夹路径:";
  331. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  332. //
  333. // tbxImageDirectory
  334. //
  335. this.tbxImageDirectory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  336. | System.Windows.Forms.AnchorStyles.Right)));
  337. this.tbxImageDirectory.ButtonSymbol = 61761;
  338. this.tbxImageDirectory.Cursor = System.Windows.Forms.Cursors.IBeam;
  339. this.tbxImageDirectory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  340. this.tbxImageDirectory.IsScaled = false;
  341. this.tbxImageDirectory.Location = new System.Drawing.Point(183, 59);
  342. this.tbxImageDirectory.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  343. this.tbxImageDirectory.Maximum = 2147483647D;
  344. this.tbxImageDirectory.Minimum = -2147483648D;
  345. this.tbxImageDirectory.MinimumSize = new System.Drawing.Size(1, 16);
  346. this.tbxImageDirectory.Name = "tbxImageDirectory";
  347. this.tbxImageDirectory.Size = new System.Drawing.Size(405, 35);
  348. this.tbxImageDirectory.Style = Sunny.UI.UIStyle.Custom;
  349. this.tbxImageDirectory.TabIndex = 5;
  350. this.tbxImageDirectory.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  351. //
  352. // btnSelectDir
  353. //
  354. this.btnSelectDir.Cursor = System.Windows.Forms.Cursors.Hand;
  355. this.btnSelectDir.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  356. this.btnSelectDir.IsScaled = false;
  357. this.btnSelectDir.Location = new System.Drawing.Point(31, 157);
  358. this.btnSelectDir.MinimumSize = new System.Drawing.Size(1, 1);
  359. this.btnSelectDir.Name = "btnSelectDir";
  360. this.btnSelectDir.Size = new System.Drawing.Size(133, 35);
  361. this.btnSelectDir.Style = Sunny.UI.UIStyle.Custom;
  362. this.btnSelectDir.Symbol = 61462;
  363. this.btnSelectDir.TabIndex = 7;
  364. this.btnSelectDir.Text = "选择文件夹";
  365. this.btnSelectDir.Click += new System.EventHandler(this.btnSelectDir_Click);
  366. //
  367. // btnNext
  368. //
  369. this.btnNext.Cursor = System.Windows.Forms.Cursors.Hand;
  370. this.btnNext.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  371. this.btnNext.IsScaled = false;
  372. this.btnNext.Location = new System.Drawing.Point(361, 157);
  373. this.btnNext.MinimumSize = new System.Drawing.Size(1, 1);
  374. this.btnNext.Name = "btnNext";
  375. this.btnNext.Size = new System.Drawing.Size(121, 35);
  376. this.btnNext.Style = Sunny.UI.UIStyle.Custom;
  377. this.btnNext.Symbol = 61518;
  378. this.btnNext.TabIndex = 9;
  379. this.btnNext.Text = "下一张";
  380. this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
  381. //
  382. // btnOld
  383. //
  384. this.btnOld.Cursor = System.Windows.Forms.Cursors.Hand;
  385. this.btnOld.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  386. this.btnOld.IsScaled = false;
  387. this.btnOld.Location = new System.Drawing.Point(232, 157);
  388. this.btnOld.MinimumSize = new System.Drawing.Size(1, 1);
  389. this.btnOld.Name = "btnOld";
  390. this.btnOld.Size = new System.Drawing.Size(121, 35);
  391. this.btnOld.Style = Sunny.UI.UIStyle.Custom;
  392. this.btnOld.Symbol = 61514;
  393. this.btnOld.TabIndex = 9;
  394. this.btnOld.Text = "上一张";
  395. this.btnOld.Click += new System.EventHandler(this.btnOld_Click);
  396. //
  397. // lbImageName
  398. //
  399. this.lbImageName.AutoSize = true;
  400. this.lbImageName.Location = new System.Drawing.Point(183, 103);
  401. this.lbImageName.Name = "lbImageName";
  402. this.lbImageName.Size = new System.Drawing.Size(0, 21);
  403. this.lbImageName.TabIndex = 10;
  404. //
  405. // FormHalconTool
  406. //
  407. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  408. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  409. this.ClientSize = new System.Drawing.Size(1111, 482);
  410. this.Controls.Add(this.statusStrip);
  411. this.Controls.Add(this.splitContainer1);
  412. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  413. this.Name = "FormHalconTool";
  414. this.Text = "Halcon读取";
  415. this.Load += new System.EventHandler(this.FormHalconTool_Load);
  416. this.splitContainer1.Panel1.ResumeLayout(false);
  417. this.splitContainer1.Panel2.ResumeLayout(false);
  418. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  419. this.splitContainer1.ResumeLayout(false);
  420. this.tabGrabImage.ResumeLayout(false);
  421. this.grabFile.ResumeLayout(false);
  422. this.gbMultImg.ResumeLayout(false);
  423. this.gbMultImg.PerformLayout();
  424. this.gbSignalImg.ResumeLayout(false);
  425. this.camera.ResumeLayout(false);
  426. this.statusStrip.ResumeLayout(false);
  427. this.statusStrip.PerformLayout();
  428. this.ResumeLayout(false);
  429. this.PerformLayout();
  430. }
  431. #endregion
  432. private System.Windows.Forms.SplitContainer splitContainer1;
  433. public System.Windows.Forms.StatusStrip statusStrip;
  434. public System.Windows.Forms.ToolStripStatusLabel lb_RunStatus;
  435. private System.Windows.Forms.ToolStripStatusLabel lb_Split;
  436. public System.Windows.Forms.ToolStripStatusLabel lb_RunTime;
  437. private Sunny.UI.UITabControl tabGrabImage;
  438. private System.Windows.Forms.TabPage grabFile;
  439. private System.Windows.Forms.TabPage camera;
  440. private Sunny.UI.UIGroupBox gbImageDisp;
  441. private Sunny.UI.UIMarkLabel uiMarkLabel2;
  442. private Sunny.UI.UITextBox txbFilePath;
  443. private Sunny.UI.UILabel uiLabel1;
  444. private Sunny.UI.UISymbolButton btnSelectFilePath;
  445. private Sunny.UI.UISymbolButton btnRun;
  446. private Sunny.UI.UIGroupBox gbSignalImg;
  447. private Sunny.UI.UIGroupBox gbMultImg;
  448. private Sunny.UI.UICheckBox chbRGB2Gray;
  449. private Sunny.UI.UICheckBox uiCheckBox1;
  450. private Sunny.UI.UILabel uiLabel2;
  451. private Sunny.UI.UITextBox tbxImageDirectory;
  452. private Sunny.UI.UISymbolButton btnSelectDir;
  453. private System.Windows.Forms.Label lbImageName;
  454. public Sunny.UI.UISymbolButton btnNext;
  455. public Sunny.UI.UISymbolButton btnOld;
  456. }
  457. }