UserControl2.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. 
  2. namespace IMCS.UControl
  3. {
  4. partial class UserControl2
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region 组件设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.groupBox2 = new System.Windows.Forms.GroupBox();
  30. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  31. this.label5 = new System.Windows.Forms.Label();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.label6 = new System.Windows.Forms.Label();
  37. this.label7 = new System.Windows.Forms.Label();
  38. this.label8 = new System.Windows.Forms.Label();
  39. this.label9 = new System.Windows.Forms.Label();
  40. this.label10 = new System.Windows.Forms.Label();
  41. this.label14 = new System.Windows.Forms.Label();
  42. this.label13 = new System.Windows.Forms.Label();
  43. this.label12 = new System.Windows.Forms.Label();
  44. this.label11 = new System.Windows.Forms.Label();
  45. this.label15 = new System.Windows.Forms.Label();
  46. this.button1 = new System.Windows.Forms.Button();
  47. this.groupBox2.SuspendLayout();
  48. this.tableLayoutPanel1.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // groupBox2
  52. //
  53. this.groupBox2.Controls.Add(this.tableLayoutPanel1);
  54. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  55. this.groupBox2.Location = new System.Drawing.Point(0, 0);
  56. this.groupBox2.Name = "groupBox2";
  57. this.groupBox2.Size = new System.Drawing.Size(1327, 704);
  58. this.groupBox2.TabIndex = 3;
  59. this.groupBox2.TabStop = false;
  60. this.groupBox2.Text = "龙海特";
  61. //
  62. // tableLayoutPanel1
  63. //
  64. this.tableLayoutPanel1.ColumnCount = 10;
  65. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  66. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  67. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  68. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  69. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  70. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  71. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  72. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  73. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  74. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  75. this.tableLayoutPanel1.Controls.Add(this.label5, 7, 0);
  76. this.tableLayoutPanel1.Controls.Add(this.label4, 6, 0);
  77. this.tableLayoutPanel1.Controls.Add(this.label2, 5, 0);
  78. this.tableLayoutPanel1.Controls.Add(this.label3, 4, 0);
  79. this.tableLayoutPanel1.Controls.Add(this.label1, 3, 0);
  80. this.tableLayoutPanel1.Controls.Add(this.label6, 7, 1);
  81. this.tableLayoutPanel1.Controls.Add(this.label7, 6, 1);
  82. this.tableLayoutPanel1.Controls.Add(this.label8, 5, 1);
  83. this.tableLayoutPanel1.Controls.Add(this.label9, 4, 1);
  84. this.tableLayoutPanel1.Controls.Add(this.label10, 3, 1);
  85. this.tableLayoutPanel1.Controls.Add(this.label14, 0, 6);
  86. this.tableLayoutPanel1.Controls.Add(this.label13, 0, 5);
  87. this.tableLayoutPanel1.Controls.Add(this.label12, 0, 4);
  88. this.tableLayoutPanel1.Controls.Add(this.label11, 0, 3);
  89. this.tableLayoutPanel1.Controls.Add(this.label15, 4, 8);
  90. this.tableLayoutPanel1.Controls.Add(this.button1, 4, 2);
  91. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  92. this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 21);
  93. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  94. this.tableLayoutPanel1.RowCount = 9;
  95. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  96. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  97. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  98. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  99. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  100. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  101. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  102. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  103. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  104. this.tableLayoutPanel1.Size = new System.Drawing.Size(1321, 680);
  105. this.tableLayoutPanel1.TabIndex = 0;
  106. //
  107. // label5
  108. //
  109. this.label5.Anchor = System.Windows.Forms.AnchorStyles.None;
  110. this.label5.AutoSize = true;
  111. this.label5.Location = new System.Drawing.Point(837, 32);
  112. this.label5.Name = "label5";
  113. this.label5.Size = new System.Drawing.Size(45, 15);
  114. this.label5.TabIndex = 0;
  115. this.label5.Tag = 9;
  116. this.label5.Text = "9工位";
  117. //
  118. // label4
  119. //
  120. this.label4.Anchor = System.Windows.Forms.AnchorStyles.None;
  121. this.label4.AutoSize = true;
  122. this.label4.Location = new System.Drawing.Point(757, 32);
  123. this.label4.Name = "label4";
  124. this.label4.Size = new System.Drawing.Size(45, 15);
  125. this.label4.TabIndex = 0;
  126. this.label4.Tag = 8;
  127. this.label4.Text = "8工位";
  128. //
  129. // label2
  130. //
  131. this.label2.Anchor = System.Windows.Forms.AnchorStyles.None;
  132. this.label2.AutoSize = true;
  133. this.label2.Location = new System.Drawing.Point(677, 32);
  134. this.label2.Name = "label2";
  135. this.label2.Size = new System.Drawing.Size(45, 15);
  136. this.label2.TabIndex = 0;
  137. this.label2.Tag = 7;
  138. this.label2.Text = "7工位";
  139. //
  140. // label3
  141. //
  142. this.label3.Anchor = System.Windows.Forms.AnchorStyles.None;
  143. this.label3.AutoSize = true;
  144. this.label3.Location = new System.Drawing.Point(597, 32);
  145. this.label3.Name = "label3";
  146. this.label3.Size = new System.Drawing.Size(45, 15);
  147. this.label3.TabIndex = 0;
  148. this.label3.Tag = 6;
  149. this.label3.Text = "6工位";
  150. //
  151. // label1
  152. //
  153. this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
  154. this.label1.AutoSize = true;
  155. this.label1.Location = new System.Drawing.Point(517, 32);
  156. this.label1.Name = "label1";
  157. this.label1.Size = new System.Drawing.Size(45, 15);
  158. this.label1.TabIndex = 0;
  159. this.label1.Tag = 5;
  160. this.label1.Text = "5工位";
  161. //
  162. // label6
  163. //
  164. this.label6.Anchor = System.Windows.Forms.AnchorStyles.None;
  165. this.label6.AutoSize = true;
  166. this.label6.Location = new System.Drawing.Point(833, 112);
  167. this.label6.Name = "label6";
  168. this.label6.Size = new System.Drawing.Size(53, 15);
  169. this.label6.TabIndex = 0;
  170. this.label6.Tag = 14;
  171. this.label6.Text = "14工位";
  172. //
  173. // label7
  174. //
  175. this.label7.Anchor = System.Windows.Forms.AnchorStyles.None;
  176. this.label7.AutoSize = true;
  177. this.label7.Location = new System.Drawing.Point(753, 112);
  178. this.label7.Name = "label7";
  179. this.label7.Size = new System.Drawing.Size(53, 15);
  180. this.label7.TabIndex = 0;
  181. this.label7.Tag = 13;
  182. this.label7.Text = "13工位";
  183. //
  184. // label8
  185. //
  186. this.label8.Anchor = System.Windows.Forms.AnchorStyles.None;
  187. this.label8.AutoSize = true;
  188. this.label8.Location = new System.Drawing.Point(673, 112);
  189. this.label8.Name = "label8";
  190. this.label8.Size = new System.Drawing.Size(53, 15);
  191. this.label8.TabIndex = 0;
  192. this.label8.Tag = 12;
  193. this.label8.Text = "12工位";
  194. //
  195. // label9
  196. //
  197. this.label9.Anchor = System.Windows.Forms.AnchorStyles.None;
  198. this.label9.AutoSize = true;
  199. this.label9.Location = new System.Drawing.Point(593, 112);
  200. this.label9.Name = "label9";
  201. this.label9.Size = new System.Drawing.Size(53, 15);
  202. this.label9.TabIndex = 0;
  203. this.label9.Tag = 11;
  204. this.label9.Text = "11工位";
  205. //
  206. // label10
  207. //
  208. this.label10.Anchor = System.Windows.Forms.AnchorStyles.None;
  209. this.label10.AutoSize = true;
  210. this.label10.Location = new System.Drawing.Point(513, 112);
  211. this.label10.Name = "label10";
  212. this.label10.Size = new System.Drawing.Size(53, 15);
  213. this.label10.TabIndex = 0;
  214. this.label10.Tag = 10;
  215. this.label10.Text = "10工位";
  216. //
  217. // label14
  218. //
  219. this.label14.Anchor = System.Windows.Forms.AnchorStyles.None;
  220. this.label14.AutoSize = true;
  221. this.label14.Location = new System.Drawing.Point(17, 492);
  222. this.label14.Name = "label14";
  223. this.label14.Size = new System.Drawing.Size(45, 15);
  224. this.label14.TabIndex = 0;
  225. this.label14.Tag = 1;
  226. this.label14.Text = "1工位";
  227. //
  228. // label13
  229. //
  230. this.label13.Anchor = System.Windows.Forms.AnchorStyles.None;
  231. this.label13.AutoSize = true;
  232. this.label13.Location = new System.Drawing.Point(17, 412);
  233. this.label13.Name = "label13";
  234. this.label13.Size = new System.Drawing.Size(45, 15);
  235. this.label13.TabIndex = 0;
  236. this.label13.Tag = 2;
  237. this.label13.Text = "2工位";
  238. //
  239. // label12
  240. //
  241. this.label12.Anchor = System.Windows.Forms.AnchorStyles.None;
  242. this.label12.AutoSize = true;
  243. this.label12.Location = new System.Drawing.Point(17, 332);
  244. this.label12.Name = "label12";
  245. this.label12.Size = new System.Drawing.Size(45, 15);
  246. this.label12.TabIndex = 0;
  247. this.label12.Tag = 3;
  248. this.label12.Text = "3工位";
  249. //
  250. // label11
  251. //
  252. this.label11.Anchor = System.Windows.Forms.AnchorStyles.None;
  253. this.label11.AutoSize = true;
  254. this.label11.Location = new System.Drawing.Point(17, 252);
  255. this.label11.Name = "label11";
  256. this.label11.Size = new System.Drawing.Size(45, 15);
  257. this.label11.TabIndex = 0;
  258. this.label11.Tag = 4;
  259. this.label11.Text = "4工位";
  260. //
  261. // label15
  262. //
  263. this.label15.Anchor = System.Windows.Forms.AnchorStyles.None;
  264. this.label15.AutoSize = true;
  265. this.label15.Location = new System.Drawing.Point(601, 632);
  266. this.label15.Name = "label15";
  267. this.label15.Size = new System.Drawing.Size(37, 15);
  268. this.label15.TabIndex = 0;
  269. this.label15.Tag = "15";
  270. this.label15.Text = "机床";
  271. //
  272. // button1
  273. //
  274. this.button1.Location = new System.Drawing.Point(583, 163);
  275. this.button1.Name = "button1";
  276. this.button1.Size = new System.Drawing.Size(74, 23);
  277. this.button1.TabIndex = 1;
  278. this.button1.Text = "button1";
  279. this.button1.UseVisualStyleBackColor = true;
  280. this.button1.Click += new System.EventHandler(this.button1_Click_2);
  281. //
  282. // UserControl2
  283. //
  284. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  285. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  286. this.Controls.Add(this.groupBox2);
  287. this.Name = "UserControl2";
  288. this.Size = new System.Drawing.Size(1327, 704);
  289. this.groupBox2.ResumeLayout(false);
  290. this.tableLayoutPanel1.ResumeLayout(false);
  291. this.tableLayoutPanel1.PerformLayout();
  292. this.ResumeLayout(false);
  293. }
  294. #endregion
  295. private System.Windows.Forms.GroupBox groupBox2;
  296. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  297. private System.Windows.Forms.Label label5;
  298. private System.Windows.Forms.Label label4;
  299. private System.Windows.Forms.Label label2;
  300. private System.Windows.Forms.Label label3;
  301. private System.Windows.Forms.Label label1;
  302. private System.Windows.Forms.Label label6;
  303. private System.Windows.Forms.Label label7;
  304. private System.Windows.Forms.Label label8;
  305. private System.Windows.Forms.Label label9;
  306. private System.Windows.Forms.Label label10;
  307. private System.Windows.Forms.Label label14;
  308. private System.Windows.Forms.Label label13;
  309. private System.Windows.Forms.Label label12;
  310. private System.Windows.Forms.Label label11;
  311. private System.Windows.Forms.Label label15;
  312. private System.Windows.Forms.Button button1;
  313. }
  314. }