UserControl1.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. 
  2. namespace IMCS.Componen
  3. {
  4. partial class Uctrl_KuWei
  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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  30. this.label15 = new System.Windows.Forms.Label();
  31. this.label14 = new System.Windows.Forms.Label();
  32. this.label13 = new System.Windows.Forms.Label();
  33. this.label12 = new System.Windows.Forms.Label();
  34. this.label11 = new System.Windows.Forms.Label();
  35. this.label10 = new System.Windows.Forms.Label();
  36. this.label9 = new System.Windows.Forms.Label();
  37. this.label8 = new System.Windows.Forms.Label();
  38. this.label7 = new System.Windows.Forms.Label();
  39. this.label6 = new System.Windows.Forms.Label();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.label4 = new System.Windows.Forms.Label();
  42. this.label3 = new System.Windows.Forms.Label();
  43. this.label2 = new System.Windows.Forms.Label();
  44. this.label1 = new System.Windows.Forms.Label();
  45. this.tableLayoutPanel1.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // tableLayoutPanel1
  49. //
  50. this.tableLayoutPanel1.ColumnCount = 5;
  51. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 66F));
  52. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 66F));
  53. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 66F));
  54. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 66F));
  55. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 66F));
  56. this.tableLayoutPanel1.Controls.Add(this.label15, 4, 2);
  57. this.tableLayoutPanel1.Controls.Add(this.label14, 3, 2);
  58. this.tableLayoutPanel1.Controls.Add(this.label13, 2, 2);
  59. this.tableLayoutPanel1.Controls.Add(this.label12, 1, 2);
  60. this.tableLayoutPanel1.Controls.Add(this.label11, 0, 2);
  61. this.tableLayoutPanel1.Controls.Add(this.label10, 4, 1);
  62. this.tableLayoutPanel1.Controls.Add(this.label9, 3, 1);
  63. this.tableLayoutPanel1.Controls.Add(this.label8, 2, 1);
  64. this.tableLayoutPanel1.Controls.Add(this.label7, 1, 1);
  65. this.tableLayoutPanel1.Controls.Add(this.label6, 0, 1);
  66. this.tableLayoutPanel1.Controls.Add(this.label5, 4, 0);
  67. this.tableLayoutPanel1.Controls.Add(this.label4, 3, 0);
  68. this.tableLayoutPanel1.Controls.Add(this.label3, 2, 0);
  69. this.tableLayoutPanel1.Controls.Add(this.label2, 1, 0);
  70. this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
  71. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  72. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  73. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  74. this.tableLayoutPanel1.RowCount = 3;
  75. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 83F));
  76. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 83F));
  77. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 83F));
  78. this.tableLayoutPanel1.Size = new System.Drawing.Size(330, 250);
  79. this.tableLayoutPanel1.TabIndex = 0;
  80. //
  81. // label15
  82. //
  83. this.label15.Anchor = System.Windows.Forms.AnchorStyles.None;
  84. this.label15.AutoSize = true;
  85. this.label15.Location = new System.Drawing.Point(269, 193);
  86. this.label15.Name = "label15";
  87. this.label15.Size = new System.Drawing.Size(55, 30);
  88. this.label15.TabIndex = 14;
  89. this.label15.Text = "label15";
  90. //
  91. // label14
  92. //
  93. this.label14.Anchor = System.Windows.Forms.AnchorStyles.None;
  94. this.label14.AutoSize = true;
  95. this.label14.Location = new System.Drawing.Point(203, 193);
  96. this.label14.Name = "label14";
  97. this.label14.Size = new System.Drawing.Size(55, 30);
  98. this.label14.TabIndex = 13;
  99. this.label14.Text = "label14";
  100. //
  101. // label13
  102. //
  103. this.label13.Anchor = System.Windows.Forms.AnchorStyles.None;
  104. this.label13.AutoSize = true;
  105. this.label13.Location = new System.Drawing.Point(137, 193);
  106. this.label13.Name = "label13";
  107. this.label13.Size = new System.Drawing.Size(55, 30);
  108. this.label13.TabIndex = 12;
  109. this.label13.Text = "label13";
  110. //
  111. // label12
  112. //
  113. this.label12.Anchor = System.Windows.Forms.AnchorStyles.None;
  114. this.label12.AutoSize = true;
  115. this.label12.Location = new System.Drawing.Point(71, 193);
  116. this.label12.Name = "label12";
  117. this.label12.Size = new System.Drawing.Size(55, 30);
  118. this.label12.TabIndex = 11;
  119. this.label12.Text = "label12";
  120. //
  121. // label11
  122. //
  123. this.label11.Anchor = System.Windows.Forms.AnchorStyles.None;
  124. this.label11.AutoSize = true;
  125. this.label11.Location = new System.Drawing.Point(5, 193);
  126. this.label11.Name = "label11";
  127. this.label11.Size = new System.Drawing.Size(55, 30);
  128. this.label11.TabIndex = 10;
  129. this.label11.Text = "label11";
  130. //
  131. // label10
  132. //
  133. this.label10.Anchor = System.Windows.Forms.AnchorStyles.None;
  134. this.label10.AutoSize = true;
  135. this.label10.Location = new System.Drawing.Point(269, 109);
  136. this.label10.Name = "label10";
  137. this.label10.Size = new System.Drawing.Size(55, 30);
  138. this.label10.TabIndex = 9;
  139. this.label10.Text = "label10";
  140. //
  141. // label9
  142. //
  143. this.label9.Anchor = System.Windows.Forms.AnchorStyles.None;
  144. this.label9.AutoSize = true;
  145. this.label9.Location = new System.Drawing.Point(203, 117);
  146. this.label9.Name = "label9";
  147. this.label9.Size = new System.Drawing.Size(55, 15);
  148. this.label9.TabIndex = 8;
  149. this.label9.Text = "label9";
  150. //
  151. // label8
  152. //
  153. this.label8.Anchor = System.Windows.Forms.AnchorStyles.None;
  154. this.label8.AutoSize = true;
  155. this.label8.Location = new System.Drawing.Point(137, 117);
  156. this.label8.Name = "label8";
  157. this.label8.Size = new System.Drawing.Size(55, 15);
  158. this.label8.TabIndex = 7;
  159. this.label8.Text = "label8";
  160. //
  161. // label7
  162. //
  163. this.label7.Anchor = System.Windows.Forms.AnchorStyles.None;
  164. this.label7.AutoSize = true;
  165. this.label7.Location = new System.Drawing.Point(71, 117);
  166. this.label7.Name = "label7";
  167. this.label7.Size = new System.Drawing.Size(55, 15);
  168. this.label7.TabIndex = 6;
  169. this.label7.Text = "label7";
  170. //
  171. // label6
  172. //
  173. this.label6.Anchor = System.Windows.Forms.AnchorStyles.None;
  174. this.label6.AutoSize = true;
  175. this.label6.Location = new System.Drawing.Point(5, 117);
  176. this.label6.Name = "label6";
  177. this.label6.Size = new System.Drawing.Size(55, 15);
  178. this.label6.TabIndex = 5;
  179. this.label6.Text = "label6";
  180. //
  181. // label5
  182. //
  183. this.label5.Anchor = System.Windows.Forms.AnchorStyles.None;
  184. this.label5.AutoSize = true;
  185. this.label5.Location = new System.Drawing.Point(269, 34);
  186. this.label5.Name = "label5";
  187. this.label5.Size = new System.Drawing.Size(55, 15);
  188. this.label5.TabIndex = 4;
  189. this.label5.Text = "label5";
  190. //
  191. // label4
  192. //
  193. this.label4.Anchor = System.Windows.Forms.AnchorStyles.None;
  194. this.label4.AutoSize = true;
  195. this.label4.Location = new System.Drawing.Point(203, 34);
  196. this.label4.Name = "label4";
  197. this.label4.Size = new System.Drawing.Size(55, 15);
  198. this.label4.TabIndex = 3;
  199. this.label4.Text = "label4";
  200. //
  201. // label3
  202. //
  203. this.label3.Anchor = System.Windows.Forms.AnchorStyles.None;
  204. this.label3.AutoSize = true;
  205. this.label3.Location = new System.Drawing.Point(137, 34);
  206. this.label3.Name = "label3";
  207. this.label3.Size = new System.Drawing.Size(55, 15);
  208. this.label3.TabIndex = 2;
  209. this.label3.Text = "label3";
  210. //
  211. // label2
  212. //
  213. this.label2.Anchor = System.Windows.Forms.AnchorStyles.None;
  214. this.label2.AutoSize = true;
  215. this.label2.Location = new System.Drawing.Point(71, 34);
  216. this.label2.Name = "label2";
  217. this.label2.Size = new System.Drawing.Size(55, 15);
  218. this.label2.TabIndex = 1;
  219. this.label2.Text = "label2";
  220. //
  221. // label1
  222. //
  223. this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
  224. this.label1.AutoSize = true;
  225. this.label1.Location = new System.Drawing.Point(5, 34);
  226. this.label1.Name = "label1";
  227. this.label1.Size = new System.Drawing.Size(55, 15);
  228. this.label1.TabIndex = 0;
  229. this.label1.Text = "label1";
  230. //
  231. // Uctrl_KuWei
  232. //
  233. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  234. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  235. this.Controls.Add(this.tableLayoutPanel1);
  236. this.Name = "Uctrl_KuWei";
  237. this.Size = new System.Drawing.Size(330, 250);
  238. this.tableLayoutPanel1.ResumeLayout(false);
  239. this.tableLayoutPanel1.PerformLayout();
  240. this.ResumeLayout(false);
  241. }
  242. #endregion
  243. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  244. private System.Windows.Forms.Label label15;
  245. private System.Windows.Forms.Label label14;
  246. private System.Windows.Forms.Label label13;
  247. private System.Windows.Forms.Label label12;
  248. private System.Windows.Forms.Label label11;
  249. private System.Windows.Forms.Label label10;
  250. private System.Windows.Forms.Label label9;
  251. private System.Windows.Forms.Label label8;
  252. private System.Windows.Forms.Label label7;
  253. private System.Windows.Forms.Label label6;
  254. private System.Windows.Forms.Label label5;
  255. private System.Windows.Forms.Label label4;
  256. private System.Windows.Forms.Label label3;
  257. private System.Windows.Forms.Label label2;
  258. private System.Windows.Forms.Label label1;
  259. }
  260. }