Form4.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. namespace FileWatcher
  2. {
  3. partial class Form4
  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.textBox1 = new System.Windows.Forms.TextBox();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.label5 = new System.Windows.Forms.Label();
  34. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  35. this.label6 = new System.Windows.Forms.Label();
  36. this.textBox2 = new System.Windows.Forms.TextBox();
  37. this.label7 = new System.Windows.Forms.Label();
  38. this.label8 = new System.Windows.Forms.Label();
  39. this.textBox3 = new System.Windows.Forms.TextBox();
  40. this.label11 = new System.Windows.Forms.Label();
  41. this.label9 = new System.Windows.Forms.Label();
  42. this.textBox4 = new System.Windows.Forms.TextBox();
  43. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  44. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.label10 = new System.Windows.Forms.Label();
  48. this.label12 = new System.Windows.Forms.Label();
  49. this.label13 = new System.Windows.Forms.Label();
  50. this.textBox5 = new System.Windows.Forms.TextBox();
  51. this.button1 = new System.Windows.Forms.Button();
  52. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // textBox1
  57. //
  58. this.textBox1.Location = new System.Drawing.Point(210, 100);
  59. this.textBox1.Name = "textBox1";
  60. this.textBox1.Size = new System.Drawing.Size(243, 35);
  61. this.textBox1.TabIndex = 0;
  62. //
  63. // label1
  64. //
  65. this.label1.AutoSize = true;
  66. this.label1.Location = new System.Drawing.Point(89, 103);
  67. this.label1.Name = "label1";
  68. this.label1.Size = new System.Drawing.Size(82, 24);
  69. this.label1.TabIndex = 1;
  70. this.label1.Text = "工单号";
  71. //
  72. // label2
  73. //
  74. this.label2.AutoSize = true;
  75. this.label2.Location = new System.Drawing.Point(476, 111);
  76. this.label2.Name = "label2";
  77. this.label2.Size = new System.Drawing.Size(130, 24);
  78. this.label2.TabIndex = 2;
  79. this.label2.Text = "可选放大镜";
  80. //
  81. // label3
  82. //
  83. this.label3.AutoSize = true;
  84. this.label3.Location = new System.Drawing.Point(89, 187);
  85. this.label3.Name = "label3";
  86. this.label3.Size = new System.Drawing.Size(106, 24);
  87. this.label3.TabIndex = 3;
  88. this.label3.Text = "产品编号";
  89. //
  90. // label4
  91. //
  92. this.label4.AutoSize = true;
  93. this.label4.Location = new System.Drawing.Point(371, 187);
  94. this.label4.Name = "label4";
  95. this.label4.Size = new System.Drawing.Size(106, 24);
  96. this.label4.TabIndex = 4;
  97. this.label4.Text = "产品名称";
  98. //
  99. // label5
  100. //
  101. this.label5.AutoSize = true;
  102. this.label5.Location = new System.Drawing.Point(12, 787);
  103. this.label5.Name = "label5";
  104. this.label5.Size = new System.Drawing.Size(286, 24);
  105. this.label5.TabIndex = 5;
  106. this.label5.Text = "人员名称 : 当前岗位 :";
  107. //
  108. // pictureBox1
  109. //
  110. this.pictureBox1.Location = new System.Drawing.Point(692, 83);
  111. this.pictureBox1.Name = "pictureBox1";
  112. this.pictureBox1.Size = new System.Drawing.Size(179, 207);
  113. this.pictureBox1.TabIndex = 6;
  114. this.pictureBox1.TabStop = false;
  115. //
  116. // label6
  117. //
  118. this.label6.AutoSize = true;
  119. this.label6.Location = new System.Drawing.Point(724, 43);
  120. this.label6.Name = "label6";
  121. this.label6.Size = new System.Drawing.Size(106, 24);
  122. this.label6.TabIndex = 7;
  123. this.label6.Text = "人员照片";
  124. //
  125. // textBox2
  126. //
  127. this.textBox2.Location = new System.Drawing.Point(210, 468);
  128. this.textBox2.Name = "textBox2";
  129. this.textBox2.Size = new System.Drawing.Size(243, 35);
  130. this.textBox2.TabIndex = 8;
  131. //
  132. // label7
  133. //
  134. this.label7.AutoSize = true;
  135. this.label7.Location = new System.Drawing.Point(89, 474);
  136. this.label7.Name = "label7";
  137. this.label7.Size = new System.Drawing.Size(106, 24);
  138. this.label7.TabIndex = 9;
  139. this.label7.Text = "不良现象";
  140. //
  141. // label8
  142. //
  143. this.label8.AutoSize = true;
  144. this.label8.Location = new System.Drawing.Point(89, 410);
  145. this.label8.Name = "label8";
  146. this.label8.Size = new System.Drawing.Size(58, 24);
  147. this.label8.TabIndex = 11;
  148. this.label8.Text = "位号";
  149. //
  150. // textBox3
  151. //
  152. this.textBox3.Location = new System.Drawing.Point(210, 404);
  153. this.textBox3.Name = "textBox3";
  154. this.textBox3.Size = new System.Drawing.Size(243, 35);
  155. this.textBox3.TabIndex = 10;
  156. this.textBox3.Text = "手填(先设置非必填)";
  157. this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
  158. //
  159. // label11
  160. //
  161. this.label11.AutoSize = true;
  162. this.label11.Location = new System.Drawing.Point(89, 349);
  163. this.label11.Name = "label11";
  164. this.label11.Size = new System.Drawing.Size(502, 24);
  165. this.label11.TabIndex = 24;
  166. this.label11.Text = "炉前目检,其他工序不填写位号,数量默认是1";
  167. //
  168. // label9
  169. //
  170. this.label9.AutoSize = true;
  171. this.label9.Location = new System.Drawing.Point(89, 543);
  172. this.label9.Name = "label9";
  173. this.label9.Size = new System.Drawing.Size(58, 24);
  174. this.label9.TabIndex = 26;
  175. this.label9.Text = "数量";
  176. //
  177. // textBox4
  178. //
  179. this.textBox4.Location = new System.Drawing.Point(210, 537);
  180. this.textBox4.Name = "textBox4";
  181. this.textBox4.Size = new System.Drawing.Size(243, 35);
  182. this.textBox4.TabIndex = 25;
  183. this.textBox4.Text = "默认值1";
  184. this.textBox4.TextChanged += new System.EventHandler(this.textBox4_TextChanged);
  185. //
  186. // dataGridView1
  187. //
  188. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  189. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  190. this.Column1,
  191. this.Column2,
  192. this.Column3});
  193. this.dataGridView1.Location = new System.Drawing.Point(944, 83);
  194. this.dataGridView1.Name = "dataGridView1";
  195. this.dataGridView1.RowTemplate.Height = 37;
  196. this.dataGridView1.Size = new System.Drawing.Size(450, 368);
  197. this.dataGridView1.TabIndex = 27;
  198. //
  199. // Column1
  200. //
  201. this.Column1.HeaderText = "现象";
  202. this.Column1.Name = "Column1";
  203. //
  204. // Column2
  205. //
  206. this.Column2.HeaderText = "位号";
  207. this.Column2.Name = "Column2";
  208. //
  209. // Column3
  210. //
  211. this.Column3.HeaderText = "数量";
  212. this.Column3.Name = "Column3";
  213. //
  214. // label10
  215. //
  216. this.label10.AutoSize = true;
  217. this.label10.Location = new System.Drawing.Point(476, 474);
  218. this.label10.Name = "label10";
  219. this.label10.Size = new System.Drawing.Size(130, 24);
  220. this.label10.TabIndex = 28;
  221. this.label10.Text = "可选放大镜";
  222. //
  223. // label12
  224. //
  225. this.label12.AutoSize = true;
  226. this.label12.Location = new System.Drawing.Point(476, 266);
  227. this.label12.Name = "label12";
  228. this.label12.Size = new System.Drawing.Size(130, 24);
  229. this.label12.TabIndex = 31;
  230. this.label12.Text = "可选放大镜";
  231. //
  232. // label13
  233. //
  234. this.label13.AutoSize = true;
  235. this.label13.Location = new System.Drawing.Point(89, 258);
  236. this.label13.Name = "label13";
  237. this.label13.Size = new System.Drawing.Size(106, 24);
  238. this.label13.TabIndex = 30;
  239. this.label13.Text = "岗位资源";
  240. //
  241. // textBox5
  242. //
  243. this.textBox5.Location = new System.Drawing.Point(210, 255);
  244. this.textBox5.Name = "textBox5";
  245. this.textBox5.Size = new System.Drawing.Size(243, 35);
  246. this.textBox5.TabIndex = 29;
  247. //
  248. // button1
  249. //
  250. this.button1.Location = new System.Drawing.Point(210, 629);
  251. this.button1.Name = "button1";
  252. this.button1.Size = new System.Drawing.Size(137, 48);
  253. this.button1.TabIndex = 32;
  254. this.button1.Text = "保存";
  255. this.button1.UseVisualStyleBackColor = true;
  256. //
  257. // Form4
  258. //
  259. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  260. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  261. this.ClientSize = new System.Drawing.Size(1419, 820);
  262. this.Controls.Add(this.button1);
  263. this.Controls.Add(this.label12);
  264. this.Controls.Add(this.label13);
  265. this.Controls.Add(this.textBox5);
  266. this.Controls.Add(this.label10);
  267. this.Controls.Add(this.dataGridView1);
  268. this.Controls.Add(this.label9);
  269. this.Controls.Add(this.textBox4);
  270. this.Controls.Add(this.label11);
  271. this.Controls.Add(this.label8);
  272. this.Controls.Add(this.textBox3);
  273. this.Controls.Add(this.label7);
  274. this.Controls.Add(this.textBox2);
  275. this.Controls.Add(this.label6);
  276. this.Controls.Add(this.pictureBox1);
  277. this.Controls.Add(this.label5);
  278. this.Controls.Add(this.label4);
  279. this.Controls.Add(this.label3);
  280. this.Controls.Add(this.label2);
  281. this.Controls.Add(this.label1);
  282. this.Controls.Add(this.textBox1);
  283. this.Name = "Form4";
  284. this.Text = "Form4";
  285. this.Load += new System.EventHandler(this.Form4_Load);
  286. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  287. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  288. this.ResumeLayout(false);
  289. this.PerformLayout();
  290. }
  291. #endregion
  292. private System.Windows.Forms.TextBox textBox1;
  293. private System.Windows.Forms.Label label1;
  294. private System.Windows.Forms.Label label2;
  295. private System.Windows.Forms.Label label3;
  296. private System.Windows.Forms.Label label4;
  297. private System.Windows.Forms.Label label5;
  298. private System.Windows.Forms.PictureBox pictureBox1;
  299. private System.Windows.Forms.Label label6;
  300. private System.Windows.Forms.TextBox textBox2;
  301. private System.Windows.Forms.Label label7;
  302. private System.Windows.Forms.Label label8;
  303. private System.Windows.Forms.TextBox textBox3;
  304. private System.Windows.Forms.Label label11;
  305. private System.Windows.Forms.Label label9;
  306. private System.Windows.Forms.TextBox textBox4;
  307. private System.Windows.Forms.DataGridView dataGridView1;
  308. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  309. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  310. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  311. private System.Windows.Forms.Label label10;
  312. private System.Windows.Forms.Label label12;
  313. private System.Windows.Forms.Label label13;
  314. private System.Windows.Forms.TextBox textBox5;
  315. private System.Windows.Forms.Button button1;
  316. }
  317. }