Form5.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. namespace FileWatcher
  2. {
  3. partial class Form5
  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. this.button1 = new System.Windows.Forms.Button();
  29. this.textBox2 = new System.Windows.Forms.TextBox();
  30. this.label5 = new System.Windows.Forms.Label();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.textBox1 = new System.Windows.Forms.TextBox();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.textBox3 = new System.Windows.Forms.TextBox();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.textBox4 = new System.Windows.Forms.TextBox();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.textBox5 = new System.Windows.Forms.TextBox();
  39. this.label6 = new System.Windows.Forms.Label();
  40. this.textBox6 = new System.Windows.Forms.TextBox();
  41. this.label7 = new System.Windows.Forms.Label();
  42. this.label8 = new System.Windows.Forms.Label();
  43. this.label9 = new System.Windows.Forms.Label();
  44. this.label10 = new System.Windows.Forms.Label();
  45. this.label11 = new System.Windows.Forms.Label();
  46. this.label12 = new System.Windows.Forms.Label();
  47. this.SuspendLayout();
  48. //
  49. // button1
  50. //
  51. this.button1.Location = new System.Drawing.Point(251, 589);
  52. this.button1.Name = "button1";
  53. this.button1.Size = new System.Drawing.Size(137, 48);
  54. this.button1.TabIndex = 32;
  55. this.button1.Text = "保存";
  56. this.button1.UseVisualStyleBackColor = true;
  57. //
  58. // textBox2
  59. //
  60. this.textBox2.Location = new System.Drawing.Point(210, 30);
  61. this.textBox2.Name = "textBox2";
  62. this.textBox2.Size = new System.Drawing.Size(243, 35);
  63. this.textBox2.TabIndex = 37;
  64. //
  65. // label5
  66. //
  67. this.label5.AutoSize = true;
  68. this.label5.Location = new System.Drawing.Point(89, 33);
  69. this.label5.Name = "label5";
  70. this.label5.Size = new System.Drawing.Size(58, 24);
  71. this.label5.TabIndex = 38;
  72. this.label5.Text = "车间";
  73. //
  74. // label1
  75. //
  76. this.label1.AutoSize = true;
  77. this.label1.Location = new System.Drawing.Point(89, 127);
  78. this.label1.Name = "label1";
  79. this.label1.Size = new System.Drawing.Size(106, 24);
  80. this.label1.TabIndex = 40;
  81. this.label1.Text = "出勤人数";
  82. //
  83. // textBox1
  84. //
  85. this.textBox1.Location = new System.Drawing.Point(210, 124);
  86. this.textBox1.Name = "textBox1";
  87. this.textBox1.Size = new System.Drawing.Size(243, 35);
  88. this.textBox1.TabIndex = 39;
  89. //
  90. // label2
  91. //
  92. this.label2.AutoSize = true;
  93. this.label2.Location = new System.Drawing.Point(89, 208);
  94. this.label2.Name = "label2";
  95. this.label2.Size = new System.Drawing.Size(106, 24);
  96. this.label2.TabIndex = 42;
  97. this.label2.Text = "缺勤人数";
  98. //
  99. // textBox3
  100. //
  101. this.textBox3.Location = new System.Drawing.Point(210, 205);
  102. this.textBox3.Name = "textBox3";
  103. this.textBox3.Size = new System.Drawing.Size(243, 35);
  104. this.textBox3.TabIndex = 41;
  105. //
  106. // label3
  107. //
  108. this.label3.AutoSize = true;
  109. this.label3.Location = new System.Drawing.Point(41, 292);
  110. this.label3.Name = "label3";
  111. this.label3.Size = new System.Drawing.Size(154, 24);
  112. this.label3.TabIndex = 44;
  113. this.label3.Text = "实际出勤人数";
  114. //
  115. // textBox4
  116. //
  117. this.textBox4.Location = new System.Drawing.Point(210, 281);
  118. this.textBox4.Name = "textBox4";
  119. this.textBox4.Size = new System.Drawing.Size(243, 35);
  120. this.textBox4.TabIndex = 43;
  121. //
  122. // label4
  123. //
  124. this.label4.AutoSize = true;
  125. this.label4.Location = new System.Drawing.Point(89, 363);
  126. this.label4.Name = "label4";
  127. this.label4.Size = new System.Drawing.Size(106, 24);
  128. this.label4.TabIndex = 46;
  129. this.label4.Text = "借入人数";
  130. //
  131. // textBox5
  132. //
  133. this.textBox5.Location = new System.Drawing.Point(210, 360);
  134. this.textBox5.Name = "textBox5";
  135. this.textBox5.Size = new System.Drawing.Size(243, 35);
  136. this.textBox5.TabIndex = 45;
  137. //
  138. // label6
  139. //
  140. this.label6.AutoSize = true;
  141. this.label6.Location = new System.Drawing.Point(89, 436);
  142. this.label6.Name = "label6";
  143. this.label6.Size = new System.Drawing.Size(106, 24);
  144. this.label6.TabIndex = 48;
  145. this.label6.Text = "借出人数";
  146. //
  147. // textBox6
  148. //
  149. this.textBox6.Location = new System.Drawing.Point(210, 433);
  150. this.textBox6.Name = "textBox6";
  151. this.textBox6.Size = new System.Drawing.Size(243, 35);
  152. this.textBox6.TabIndex = 47;
  153. //
  154. // label7
  155. //
  156. this.label7.AutoSize = true;
  157. this.label7.Location = new System.Drawing.Point(469, 444);
  158. this.label7.Name = "label7";
  159. this.label7.Size = new System.Drawing.Size(154, 24);
  160. this.label7.TabIndex = 53;
  161. this.label7.Text = "li_borrowout";
  162. //
  163. // label8
  164. //
  165. this.label8.AutoSize = true;
  166. this.label8.Location = new System.Drawing.Point(483, 371);
  167. this.label8.Name = "label8";
  168. this.label8.Size = new System.Drawing.Size(130, 24);
  169. this.label8.TabIndex = 52;
  170. this.label8.Text = "li_realnum";
  171. //
  172. // label9
  173. //
  174. this.label9.AutoSize = true;
  175. this.label9.Location = new System.Drawing.Point(483, 292);
  176. this.label9.Name = "label9";
  177. this.label9.Size = new System.Drawing.Size(130, 24);
  178. this.label9.TabIndex = 51;
  179. this.label9.Text = "li_realnum";
  180. //
  181. // label10
  182. //
  183. this.label10.AutoSize = true;
  184. this.label10.Location = new System.Drawing.Point(483, 216);
  185. this.label10.Name = "label10";
  186. this.label10.Size = new System.Drawing.Size(130, 24);
  187. this.label10.TabIndex = 50;
  188. this.label10.Text = "li_lacknum";
  189. //
  190. // label11
  191. //
  192. this.label11.AutoSize = true;
  193. this.label11.Location = new System.Drawing.Point(507, 127);
  194. this.label11.Name = "label11";
  195. this.label11.Size = new System.Drawing.Size(82, 24);
  196. this.label11.TabIndex = 49;
  197. this.label11.Text = "li_num";
  198. //
  199. // label12
  200. //
  201. this.label12.AutoSize = true;
  202. this.label12.Location = new System.Drawing.Point(507, 33);
  203. this.label12.Name = "label12";
  204. this.label12.Size = new System.Drawing.Size(94, 24);
  205. this.label12.TabIndex = 54;
  206. this.label12.Text = "li_code";
  207. //
  208. // Form5
  209. //
  210. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  211. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  212. this.ClientSize = new System.Drawing.Size(647, 820);
  213. this.Controls.Add(this.label12);
  214. this.Controls.Add(this.label7);
  215. this.Controls.Add(this.label8);
  216. this.Controls.Add(this.label9);
  217. this.Controls.Add(this.label10);
  218. this.Controls.Add(this.label11);
  219. this.Controls.Add(this.label6);
  220. this.Controls.Add(this.textBox6);
  221. this.Controls.Add(this.label4);
  222. this.Controls.Add(this.textBox5);
  223. this.Controls.Add(this.label3);
  224. this.Controls.Add(this.textBox4);
  225. this.Controls.Add(this.label2);
  226. this.Controls.Add(this.textBox3);
  227. this.Controls.Add(this.label1);
  228. this.Controls.Add(this.textBox1);
  229. this.Controls.Add(this.label5);
  230. this.Controls.Add(this.textBox2);
  231. this.Controls.Add(this.button1);
  232. this.Name = "Form5";
  233. this.Text = "Form4";
  234. this.Load += new System.EventHandler(this.Form4_Load);
  235. this.ResumeLayout(false);
  236. this.PerformLayout();
  237. }
  238. #endregion
  239. private System.Windows.Forms.Button button1;
  240. private System.Windows.Forms.TextBox textBox2;
  241. private System.Windows.Forms.Label label5;
  242. private System.Windows.Forms.Label label1;
  243. private System.Windows.Forms.TextBox textBox1;
  244. private System.Windows.Forms.Label label2;
  245. private System.Windows.Forms.TextBox textBox3;
  246. private System.Windows.Forms.Label label3;
  247. private System.Windows.Forms.TextBox textBox4;
  248. private System.Windows.Forms.Label label4;
  249. private System.Windows.Forms.TextBox textBox5;
  250. private System.Windows.Forms.Label label6;
  251. private System.Windows.Forms.TextBox textBox6;
  252. private System.Windows.Forms.Label label7;
  253. private System.Windows.Forms.Label label8;
  254. private System.Windows.Forms.Label label9;
  255. private System.Windows.Forms.Label label10;
  256. private System.Windows.Forms.Label label11;
  257. private System.Windows.Forms.Label label12;
  258. }
  259. }