版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

356 lines
17 KiB

  1. namespace ProductionControl
  2. {
  3. partial class FrmDebug3
  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(FrmDebug3));
  29. this.tabControl1 = new System.Windows.Forms.TabControl();
  30. this.tabPage7 = new System.Windows.Forms.TabPage();
  31. this.uiAxis1 = new ProductionControl.UI.UIAxisDev();
  32. this.tabPage4 = new System.Windows.Forms.TabPage();
  33. this.uiIOCard1 = new ProductionControl.UI.UIIOCardDev();
  34. this.tabPage1 = new System.Windows.Forms.TabPage();
  35. this.uiTension1 = new ProductionControl.UI.UITensionDev();
  36. this.tabPage10 = new System.Windows.Forms.TabPage();
  37. this.uiHeightDev1 = new ProductionControl.UI.UIHeightDev();
  38. this.tabPage2 = new System.Windows.Forms.TabPage();
  39. this.uiScanner2 = new ProductionControl.UI.UIScannerDev();
  40. this.tabPage9 = new System.Windows.Forms.TabPage();
  41. this.uiScanner1 = new ProductionControl.UI.UIScannerDev();
  42. this.tabPage3 = new System.Windows.Forms.TabPage();
  43. this.uiSmallAxisDev1 = new ProductionControl.UI.UISmallAxisDev();
  44. this.tabPage5 = new System.Windows.Forms.TabPage();
  45. this.uiLight1 = new ProductionControl.UI.UILightDev();
  46. this.tabPage6 = new System.Windows.Forms.TabPage();
  47. this.uiDefectLib1 = new ProductionControl.UI.UIDefectLib();
  48. this.tabPage11 = new System.Windows.Forms.TabPage();
  49. this.uiSizeLib1 = new ProductionControl.UI.UISizeLib();
  50. this.tabPage8 = new System.Windows.Forms.TabPage();
  51. this.uiCodeScanner1 = new ProductionControl.UI.UICodeScannerDev();
  52. this.tabControl1.SuspendLayout();
  53. this.tabPage7.SuspendLayout();
  54. this.tabPage4.SuspendLayout();
  55. this.tabPage1.SuspendLayout();
  56. this.tabPage10.SuspendLayout();
  57. this.tabPage2.SuspendLayout();
  58. this.tabPage9.SuspendLayout();
  59. this.tabPage3.SuspendLayout();
  60. this.tabPage5.SuspendLayout();
  61. this.tabPage6.SuspendLayout();
  62. this.tabPage11.SuspendLayout();
  63. this.tabPage8.SuspendLayout();
  64. this.SuspendLayout();
  65. //
  66. // tabControl1
  67. //
  68. this.tabControl1.Controls.Add(this.tabPage7);
  69. this.tabControl1.Controls.Add(this.tabPage4);
  70. this.tabControl1.Controls.Add(this.tabPage1);
  71. this.tabControl1.Controls.Add(this.tabPage10);
  72. this.tabControl1.Controls.Add(this.tabPage2);
  73. this.tabControl1.Controls.Add(this.tabPage9);
  74. this.tabControl1.Controls.Add(this.tabPage3);
  75. this.tabControl1.Controls.Add(this.tabPage5);
  76. this.tabControl1.Controls.Add(this.tabPage6);
  77. this.tabControl1.Controls.Add(this.tabPage11);
  78. this.tabControl1.Controls.Add(this.tabPage8);
  79. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  80. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  81. this.tabControl1.Name = "tabControl1";
  82. this.tabControl1.SelectedIndex = 0;
  83. this.tabControl1.Size = new System.Drawing.Size(1292, 1053);
  84. this.tabControl1.TabIndex = 38;
  85. this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
  86. //
  87. // tabPage7
  88. //
  89. this.tabPage7.Controls.Add(this.uiAxis1);
  90. this.tabPage7.Location = new System.Drawing.Point(4, 28);
  91. this.tabPage7.Name = "tabPage7";
  92. this.tabPage7.Size = new System.Drawing.Size(1284, 1021);
  93. this.tabPage7.TabIndex = 6;
  94. this.tabPage7.Text = "滑台调试";
  95. this.tabPage7.UseVisualStyleBackColor = true;
  96. //
  97. // uiAxis1
  98. //
  99. this.uiAxis1.Dock = System.Windows.Forms.DockStyle.Fill;
  100. this.uiAxis1.Location = new System.Drawing.Point(0, 0);
  101. this.uiAxis1.Margin = new System.Windows.Forms.Padding(2);
  102. this.uiAxis1.Name = "uiAxis1";
  103. this.uiAxis1.Size = new System.Drawing.Size(1284, 1021);
  104. this.uiAxis1.TabIndex = 1;
  105. //
  106. // tabPage4
  107. //
  108. this.tabPage4.Controls.Add(this.uiIOCard1);
  109. this.tabPage4.Location = new System.Drawing.Point(4, 28);
  110. this.tabPage4.Name = "tabPage4";
  111. this.tabPage4.Size = new System.Drawing.Size(1284, 1021);
  112. this.tabPage4.TabIndex = 3;
  113. this.tabPage4.Text = "IO板卡";
  114. this.tabPage4.UseVisualStyleBackColor = true;
  115. //
  116. // uiIOCard1
  117. //
  118. this.uiIOCard1.Dock = System.Windows.Forms.DockStyle.Fill;
  119. this.uiIOCard1.Location = new System.Drawing.Point(0, 0);
  120. this.uiIOCard1.Margin = new System.Windows.Forms.Padding(2);
  121. this.uiIOCard1.Name = "uiIOCard1";
  122. this.uiIOCard1.Size = new System.Drawing.Size(1284, 1021);
  123. this.uiIOCard1.TabIndex = 1;
  124. //
  125. // tabPage1
  126. //
  127. this.tabPage1.Controls.Add(this.uiTension1);
  128. this.tabPage1.Location = new System.Drawing.Point(4, 28);
  129. this.tabPage1.Name = "tabPage1";
  130. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  131. this.tabPage1.Size = new System.Drawing.Size(1284, 1021);
  132. this.tabPage1.TabIndex = 0;
  133. this.tabPage1.Text = "张力检测";
  134. this.tabPage1.UseVisualStyleBackColor = true;
  135. //
  136. // uiTension1
  137. //
  138. this.uiTension1.Dock = System.Windows.Forms.DockStyle.Fill;
  139. this.uiTension1.Location = new System.Drawing.Point(3, 3);
  140. this.uiTension1.Margin = new System.Windows.Forms.Padding(2);
  141. this.uiTension1.Name = "uiTension1";
  142. this.uiTension1.Size = new System.Drawing.Size(1278, 1015);
  143. this.uiTension1.TabIndex = 1;
  144. //
  145. // tabPage10
  146. //
  147. this.tabPage10.Controls.Add(this.uiHeightDev1);
  148. this.tabPage10.Location = new System.Drawing.Point(4, 28);
  149. this.tabPage10.Name = "tabPage10";
  150. this.tabPage10.Size = new System.Drawing.Size(1284, 1021);
  151. this.tabPage10.TabIndex = 9;
  152. this.tabPage10.Text = "厚度检测";
  153. this.tabPage10.UseVisualStyleBackColor = true;
  154. //
  155. // uiHeightDev1
  156. //
  157. this.uiHeightDev1.Dock = System.Windows.Forms.DockStyle.Fill;
  158. this.uiHeightDev1.Location = new System.Drawing.Point(0, 0);
  159. this.uiHeightDev1.Margin = new System.Windows.Forms.Padding(2);
  160. this.uiHeightDev1.Name = "uiHeightDev1";
  161. this.uiHeightDev1.Size = new System.Drawing.Size(1284, 1021);
  162. this.uiHeightDev1.TabIndex = 0;
  163. //
  164. // tabPage2
  165. //
  166. this.tabPage2.Controls.Add(this.uiScanner2);
  167. this.tabPage2.Location = new System.Drawing.Point(4, 28);
  168. this.tabPage2.Name = "tabPage2";
  169. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  170. this.tabPage2.Size = new System.Drawing.Size(1284, 1021);
  171. this.tabPage2.TabIndex = 1;
  172. this.tabPage2.Text = "板卡相机";
  173. this.tabPage2.UseVisualStyleBackColor = true;
  174. //
  175. // uiScanner2
  176. //
  177. this.uiScanner2.devType = ProductionControl.Device.ScannerDev.ScannerType.GENTL;
  178. this.uiScanner2.Dock = System.Windows.Forms.DockStyle.Fill;
  179. this.uiScanner2.Location = new System.Drawing.Point(3, 3);
  180. this.uiScanner2.Margin = new System.Windows.Forms.Padding(2);
  181. this.uiScanner2.Name = "uiScanner2";
  182. this.uiScanner2.Size = new System.Drawing.Size(1278, 1015);
  183. this.uiScanner2.TabIndex = 1;
  184. //
  185. // tabPage9
  186. //
  187. this.tabPage9.Controls.Add(this.uiScanner1);
  188. this.tabPage9.Location = new System.Drawing.Point(4, 28);
  189. this.tabPage9.Name = "tabPage9";
  190. this.tabPage9.Size = new System.Drawing.Size(1284, 1021);
  191. this.tabPage9.TabIndex = 8;
  192. this.tabPage9.Text = "网口相机";
  193. this.tabPage9.UseVisualStyleBackColor = true;
  194. //
  195. // uiScanner1
  196. //
  197. this.uiScanner1.devType = ProductionControl.Device.ScannerDev.ScannerType.CC;
  198. this.uiScanner1.Dock = System.Windows.Forms.DockStyle.Fill;
  199. this.uiScanner1.Location = new System.Drawing.Point(0, 0);
  200. this.uiScanner1.Margin = new System.Windows.Forms.Padding(2);
  201. this.uiScanner1.Name = "uiScanner1";
  202. this.uiScanner1.Size = new System.Drawing.Size(1284, 1021);
  203. this.uiScanner1.TabIndex = 1;
  204. //
  205. // tabPage3
  206. //
  207. this.tabPage3.Controls.Add(this.uiSmallAxisDev1);
  208. this.tabPage3.Location = new System.Drawing.Point(4, 28);
  209. this.tabPage3.Name = "tabPage3";
  210. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  211. this.tabPage3.Size = new System.Drawing.Size(1284, 1021);
  212. this.tabPage3.TabIndex = 2;
  213. this.tabPage3.Text = "镜头电机";
  214. this.tabPage3.UseVisualStyleBackColor = true;
  215. //
  216. // uiSmallAxisDev1
  217. //
  218. this.uiSmallAxisDev1.Dock = System.Windows.Forms.DockStyle.Fill;
  219. this.uiSmallAxisDev1.Location = new System.Drawing.Point(3, 3);
  220. this.uiSmallAxisDev1.Margin = new System.Windows.Forms.Padding(2);
  221. this.uiSmallAxisDev1.Name = "uiSmallAxisDev1";
  222. this.uiSmallAxisDev1.Size = new System.Drawing.Size(1278, 1015);
  223. this.uiSmallAxisDev1.TabIndex = 0;
  224. //
  225. // tabPage5
  226. //
  227. this.tabPage5.Controls.Add(this.uiLight1);
  228. this.tabPage5.Location = new System.Drawing.Point(4, 28);
  229. this.tabPage5.Name = "tabPage5";
  230. this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
  231. this.tabPage5.Size = new System.Drawing.Size(1284, 1021);
  232. this.tabPage5.TabIndex = 4;
  233. this.tabPage5.Text = "光源调试";
  234. this.tabPage5.UseVisualStyleBackColor = true;
  235. //
  236. // uiLight1
  237. //
  238. this.uiLight1.Dock = System.Windows.Forms.DockStyle.Fill;
  239. this.uiLight1.Location = new System.Drawing.Point(3, 3);
  240. this.uiLight1.Margin = new System.Windows.Forms.Padding(2);
  241. this.uiLight1.Name = "uiLight1";
  242. this.uiLight1.Size = new System.Drawing.Size(1278, 1015);
  243. this.uiLight1.TabIndex = 1;
  244. //
  245. // tabPage6
  246. //
  247. this.tabPage6.Controls.Add(this.uiDefectLib1);
  248. this.tabPage6.Location = new System.Drawing.Point(4, 28);
  249. this.tabPage6.Name = "tabPage6";
  250. this.tabPage6.Size = new System.Drawing.Size(1284, 1021);
  251. this.tabPage6.TabIndex = 5;
  252. this.tabPage6.Text = "缺陷检测";
  253. this.tabPage6.UseVisualStyleBackColor = true;
  254. //
  255. // uiDefectLib1
  256. //
  257. this.uiDefectLib1.Dock = System.Windows.Forms.DockStyle.Fill;
  258. this.uiDefectLib1.Location = new System.Drawing.Point(0, 0);
  259. this.uiDefectLib1.Margin = new System.Windows.Forms.Padding(2);
  260. this.uiDefectLib1.Name = "uiDefectLib1";
  261. this.uiDefectLib1.Size = new System.Drawing.Size(1284, 1021);
  262. this.uiDefectLib1.TabIndex = 1;
  263. //
  264. // tabPage11
  265. //
  266. this.tabPage11.Controls.Add(this.uiSizeLib1);
  267. this.tabPage11.Location = new System.Drawing.Point(4, 28);
  268. this.tabPage11.Name = "tabPage11";
  269. this.tabPage11.Size = new System.Drawing.Size(1284, 1021);
  270. this.tabPage11.TabIndex = 10;
  271. this.tabPage11.Text = "尺寸检测";
  272. this.tabPage11.UseVisualStyleBackColor = true;
  273. //
  274. // uiSizeLib1
  275. //
  276. this.uiSizeLib1.Dock = System.Windows.Forms.DockStyle.Fill;
  277. this.uiSizeLib1.Location = new System.Drawing.Point(0, 0);
  278. this.uiSizeLib1.Name = "uiSizeLib1";
  279. this.uiSizeLib1.Size = new System.Drawing.Size(1284, 1021);
  280. this.uiSizeLib1.TabIndex = 0;
  281. //
  282. // tabPage8
  283. //
  284. this.tabPage8.Controls.Add(this.uiCodeScanner1);
  285. this.tabPage8.Location = new System.Drawing.Point(4, 28);
  286. this.tabPage8.Name = "tabPage8";
  287. this.tabPage8.Size = new System.Drawing.Size(1284, 1021);
  288. this.tabPage8.TabIndex = 7;
  289. this.tabPage8.Text = "扫码枪";
  290. this.tabPage8.UseVisualStyleBackColor = true;
  291. //
  292. // uiCodeScanner1
  293. //
  294. this.uiCodeScanner1.Dock = System.Windows.Forms.DockStyle.Fill;
  295. this.uiCodeScanner1.Location = new System.Drawing.Point(0, 0);
  296. this.uiCodeScanner1.Margin = new System.Windows.Forms.Padding(2);
  297. this.uiCodeScanner1.Name = "uiCodeScanner1";
  298. this.uiCodeScanner1.Size = new System.Drawing.Size(1284, 1021);
  299. this.uiCodeScanner1.TabIndex = 1;
  300. //
  301. // FrmDebug3
  302. //
  303. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  304. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  305. this.ClientSize = new System.Drawing.Size(1292, 1053);
  306. this.Controls.Add(this.tabControl1);
  307. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  308. this.Name = "FrmDebug3";
  309. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  310. this.Text = "设备调试";
  311. this.Load += new System.EventHandler(this.FrmDebug3_Load);
  312. this.tabControl1.ResumeLayout(false);
  313. this.tabPage7.ResumeLayout(false);
  314. this.tabPage4.ResumeLayout(false);
  315. this.tabPage1.ResumeLayout(false);
  316. this.tabPage10.ResumeLayout(false);
  317. this.tabPage2.ResumeLayout(false);
  318. this.tabPage9.ResumeLayout(false);
  319. this.tabPage3.ResumeLayout(false);
  320. this.tabPage5.ResumeLayout(false);
  321. this.tabPage6.ResumeLayout(false);
  322. this.tabPage11.ResumeLayout(false);
  323. this.tabPage8.ResumeLayout(false);
  324. this.ResumeLayout(false);
  325. }
  326. #endregion
  327. private System.Windows.Forms.TabControl tabControl1;
  328. private System.Windows.Forms.TabPage tabPage7;
  329. private UI.UIAxisDev uiAxis1;
  330. private System.Windows.Forms.TabPage tabPage4;
  331. private UI.UIIOCardDev uiIOCard1;
  332. private System.Windows.Forms.TabPage tabPage8;
  333. private UI.UICodeScannerDev uiCodeScanner1;
  334. private System.Windows.Forms.TabPage tabPage1;
  335. private UI.UITensionDev uiTension1;
  336. private System.Windows.Forms.TabPage tabPage10;
  337. private UI.UIHeightDev uiHeightDev1;
  338. private System.Windows.Forms.TabPage tabPage2;
  339. private UI.UIScannerDev uiScanner2;
  340. private System.Windows.Forms.TabPage tabPage9;
  341. private UI.UIScannerDev uiScanner1;
  342. private System.Windows.Forms.TabPage tabPage3;
  343. private UI.UISmallAxisDev uiSmallAxisDev1;
  344. private System.Windows.Forms.TabPage tabPage5;
  345. private UI.UILightDev uiLight1;
  346. private System.Windows.Forms.TabPage tabPage6;
  347. private UI.UIDefectLib uiDefectLib1;
  348. private System.Windows.Forms.TabPage tabPage11;
  349. private UI.UISizeLib uiSizeLib1;
  350. }
  351. }