版博士V2.0程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

196 righe
8.7 KiB

  1. namespace AssistClient
  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.tabPage4 = new System.Windows.Forms.TabPage();
  32. this.tabPage9 = new System.Windows.Forms.TabPage();
  33. this.tabPage5 = new System.Windows.Forms.TabPage();
  34. this.tabPage11 = new System.Windows.Forms.TabPage();
  35. this.uiAxis1 = new AssistClient.UI.UIAxisDev();
  36. this.uiIOCard1 = new AssistClient.UI.UIIOCardDev();
  37. this.uiScanner1 = new AssistClient.UI.UIScannerDev();
  38. this.uiLight1 = new AssistClient.UI.UILightDev();
  39. this.uiSizeLib1 = new AssistClient.UI.UISizeLib();
  40. this.tabControl1.SuspendLayout();
  41. this.tabPage7.SuspendLayout();
  42. this.tabPage4.SuspendLayout();
  43. this.tabPage9.SuspendLayout();
  44. this.tabPage5.SuspendLayout();
  45. this.tabPage11.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // tabControl1
  49. //
  50. this.tabControl1.Controls.Add(this.tabPage7);
  51. this.tabControl1.Controls.Add(this.tabPage4);
  52. this.tabControl1.Controls.Add(this.tabPage9);
  53. this.tabControl1.Controls.Add(this.tabPage5);
  54. this.tabControl1.Controls.Add(this.tabPage11);
  55. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  56. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  57. this.tabControl1.Name = "tabControl1";
  58. this.tabControl1.SelectedIndex = 0;
  59. this.tabControl1.Size = new System.Drawing.Size(1292, 1053);
  60. this.tabControl1.TabIndex = 38;
  61. this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
  62. //
  63. // tabPage7
  64. //
  65. this.tabPage7.Controls.Add(this.uiAxis1);
  66. this.tabPage7.Location = new System.Drawing.Point(4, 28);
  67. this.tabPage7.Name = "tabPage7";
  68. this.tabPage7.Size = new System.Drawing.Size(1284, 1021);
  69. this.tabPage7.TabIndex = 6;
  70. this.tabPage7.Text = "滑台调试";
  71. this.tabPage7.UseVisualStyleBackColor = true;
  72. //
  73. // tabPage4
  74. //
  75. this.tabPage4.Controls.Add(this.uiIOCard1);
  76. this.tabPage4.Location = new System.Drawing.Point(4, 28);
  77. this.tabPage4.Name = "tabPage4";
  78. this.tabPage4.Size = new System.Drawing.Size(1284, 1021);
  79. this.tabPage4.TabIndex = 3;
  80. this.tabPage4.Text = "IO板卡";
  81. this.tabPage4.UseVisualStyleBackColor = true;
  82. //
  83. // tabPage9
  84. //
  85. this.tabPage9.Controls.Add(this.uiScanner1);
  86. this.tabPage9.Location = new System.Drawing.Point(4, 28);
  87. this.tabPage9.Name = "tabPage9";
  88. this.tabPage9.Size = new System.Drawing.Size(1284, 1021);
  89. this.tabPage9.TabIndex = 8;
  90. this.tabPage9.Text = "网口相机";
  91. this.tabPage9.UseVisualStyleBackColor = true;
  92. //
  93. // tabPage5
  94. //
  95. this.tabPage5.Controls.Add(this.uiLight1);
  96. this.tabPage5.Location = new System.Drawing.Point(4, 28);
  97. this.tabPage5.Name = "tabPage5";
  98. this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
  99. this.tabPage5.Size = new System.Drawing.Size(1284, 1021);
  100. this.tabPage5.TabIndex = 4;
  101. this.tabPage5.Text = "光源调试";
  102. this.tabPage5.UseVisualStyleBackColor = true;
  103. //
  104. // tabPage11
  105. //
  106. this.tabPage11.Controls.Add(this.uiSizeLib1);
  107. this.tabPage11.Location = new System.Drawing.Point(4, 28);
  108. this.tabPage11.Name = "tabPage11";
  109. this.tabPage11.Size = new System.Drawing.Size(1284, 1021);
  110. this.tabPage11.TabIndex = 10;
  111. this.tabPage11.Text = "尺寸检测";
  112. this.tabPage11.UseVisualStyleBackColor = true;
  113. //
  114. // uiAxis1
  115. //
  116. this.uiAxis1.Dock = System.Windows.Forms.DockStyle.Fill;
  117. this.uiAxis1.Location = new System.Drawing.Point(0, 0);
  118. this.uiAxis1.Margin = new System.Windows.Forms.Padding(2);
  119. this.uiAxis1.Name = "uiAxis1";
  120. this.uiAxis1.Size = new System.Drawing.Size(1284, 1021);
  121. this.uiAxis1.TabIndex = 1;
  122. //
  123. // uiIOCard1
  124. //
  125. this.uiIOCard1.Dock = System.Windows.Forms.DockStyle.Fill;
  126. this.uiIOCard1.Location = new System.Drawing.Point(0, 0);
  127. this.uiIOCard1.Margin = new System.Windows.Forms.Padding(2);
  128. this.uiIOCard1.Name = "uiIOCard1";
  129. this.uiIOCard1.Size = new System.Drawing.Size(1284, 1021);
  130. this.uiIOCard1.TabIndex = 1;
  131. //
  132. // uiScanner1
  133. //
  134. this.uiScanner1.devType = AssistClient.Device.ScannerDev.ScannerType.CC;
  135. this.uiScanner1.Dock = System.Windows.Forms.DockStyle.Fill;
  136. this.uiScanner1.Location = new System.Drawing.Point(0, 0);
  137. this.uiScanner1.Margin = new System.Windows.Forms.Padding(2);
  138. this.uiScanner1.Name = "uiScanner1";
  139. this.uiScanner1.Size = new System.Drawing.Size(1284, 1021);
  140. this.uiScanner1.TabIndex = 1;
  141. //
  142. // uiLight1
  143. //
  144. this.uiLight1.Dock = System.Windows.Forms.DockStyle.Fill;
  145. this.uiLight1.Location = new System.Drawing.Point(3, 3);
  146. this.uiLight1.Margin = new System.Windows.Forms.Padding(2);
  147. this.uiLight1.Name = "uiLight1";
  148. this.uiLight1.Size = new System.Drawing.Size(1278, 1015);
  149. this.uiLight1.TabIndex = 1;
  150. //
  151. // uiSizeLib1
  152. //
  153. this.uiSizeLib1.Dock = System.Windows.Forms.DockStyle.Fill;
  154. this.uiSizeLib1.Location = new System.Drawing.Point(0, 0);
  155. this.uiSizeLib1.Name = "uiSizeLib1";
  156. this.uiSizeLib1.Size = new System.Drawing.Size(1284, 1021);
  157. this.uiSizeLib1.TabIndex = 0;
  158. //
  159. // FrmDebug3
  160. //
  161. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  162. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  163. this.ClientSize = new System.Drawing.Size(1292, 1053);
  164. this.Controls.Add(this.tabControl1);
  165. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  166. this.Name = "FrmDebug3";
  167. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  168. this.Text = "设备调试";
  169. this.Load += new System.EventHandler(this.FrmDebug3_Load);
  170. this.tabControl1.ResumeLayout(false);
  171. this.tabPage7.ResumeLayout(false);
  172. this.tabPage4.ResumeLayout(false);
  173. this.tabPage9.ResumeLayout(false);
  174. this.tabPage5.ResumeLayout(false);
  175. this.tabPage11.ResumeLayout(false);
  176. this.ResumeLayout(false);
  177. }
  178. #endregion
  179. private System.Windows.Forms.TabControl tabControl1;
  180. private System.Windows.Forms.TabPage tabPage7;
  181. private UI.UIAxisDev uiAxis1;
  182. private System.Windows.Forms.TabPage tabPage4;
  183. private UI.UIIOCardDev uiIOCard1;
  184. private System.Windows.Forms.TabPage tabPage9;
  185. private UI.UIScannerDev uiScanner1;
  186. private System.Windows.Forms.TabPage tabPage5;
  187. private UI.UILightDev uiLight1;
  188. private System.Windows.Forms.TabPage tabPage11;
  189. private UI.UISizeLib uiSizeLib1;
  190. }
  191. }