Form5.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  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.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.label12 = new System.Windows.Forms.Label();
  34. this.label13 = new System.Windows.Forms.Label();
  35. this.textBox5 = new System.Windows.Forms.TextBox();
  36. this.button1 = new System.Windows.Forms.Button();
  37. this.radioButton1 = new System.Windows.Forms.RadioButton();
  38. this.radioButton2 = new System.Windows.Forms.RadioButton();
  39. this.radioButton3 = new System.Windows.Forms.RadioButton();
  40. this.textBox2 = new System.Windows.Forms.TextBox();
  41. this.label5 = new System.Windows.Forms.Label();
  42. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  43. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // textBox1
  50. //
  51. this.textBox1.Location = new System.Drawing.Point(210, 100);
  52. this.textBox1.Name = "textBox1";
  53. this.textBox1.Size = new System.Drawing.Size(243, 35);
  54. this.textBox1.TabIndex = 0;
  55. //
  56. // label1
  57. //
  58. this.label1.AutoSize = true;
  59. this.label1.Location = new System.Drawing.Point(89, 103);
  60. this.label1.Name = "label1";
  61. this.label1.Size = new System.Drawing.Size(82, 24);
  62. this.label1.TabIndex = 1;
  63. this.label1.Text = "工单号";
  64. //
  65. // label2
  66. //
  67. this.label2.AutoSize = true;
  68. this.label2.Location = new System.Drawing.Point(476, 111);
  69. this.label2.Name = "label2";
  70. this.label2.Size = new System.Drawing.Size(130, 24);
  71. this.label2.TabIndex = 2;
  72. this.label2.Text = "可选放大镜";
  73. //
  74. // label3
  75. //
  76. this.label3.AutoSize = true;
  77. this.label3.Location = new System.Drawing.Point(89, 160);
  78. this.label3.Name = "label3";
  79. this.label3.Size = new System.Drawing.Size(106, 24);
  80. this.label3.TabIndex = 3;
  81. this.label3.Text = "产品编号";
  82. //
  83. // label4
  84. //
  85. this.label4.AutoSize = true;
  86. this.label4.Location = new System.Drawing.Point(371, 160);
  87. this.label4.Name = "label4";
  88. this.label4.Size = new System.Drawing.Size(106, 24);
  89. this.label4.TabIndex = 4;
  90. this.label4.Text = "产品名称";
  91. //
  92. // label12
  93. //
  94. this.label12.AutoSize = true;
  95. this.label12.Location = new System.Drawing.Point(476, 216);
  96. this.label12.Name = "label12";
  97. this.label12.Size = new System.Drawing.Size(130, 24);
  98. this.label12.TabIndex = 31;
  99. this.label12.Text = "可选放大镜";
  100. //
  101. // label13
  102. //
  103. this.label13.AutoSize = true;
  104. this.label13.Location = new System.Drawing.Point(89, 208);
  105. this.label13.Name = "label13";
  106. this.label13.Size = new System.Drawing.Size(106, 24);
  107. this.label13.TabIndex = 30;
  108. this.label13.Text = "岗位资源";
  109. //
  110. // textBox5
  111. //
  112. this.textBox5.Location = new System.Drawing.Point(210, 205);
  113. this.textBox5.Name = "textBox5";
  114. this.textBox5.Size = new System.Drawing.Size(243, 35);
  115. this.textBox5.TabIndex = 29;
  116. //
  117. // button1
  118. //
  119. this.button1.Location = new System.Drawing.Point(241, 741);
  120. this.button1.Name = "button1";
  121. this.button1.Size = new System.Drawing.Size(137, 48);
  122. this.button1.TabIndex = 32;
  123. this.button1.Text = "保存";
  124. this.button1.UseVisualStyleBackColor = true;
  125. //
  126. // radioButton1
  127. //
  128. this.radioButton1.AutoSize = true;
  129. this.radioButton1.Location = new System.Drawing.Point(82, 286);
  130. this.radioButton1.Name = "radioButton1";
  131. this.radioButton1.Size = new System.Drawing.Size(89, 28);
  132. this.radioButton1.TabIndex = 34;
  133. this.radioButton1.TabStop = true;
  134. this.radioButton1.Text = "设备";
  135. this.radioButton1.UseVisualStyleBackColor = true;
  136. //
  137. // radioButton2
  138. //
  139. this.radioButton2.AutoSize = true;
  140. this.radioButton2.Location = new System.Drawing.Point(260, 286);
  141. this.radioButton2.Name = "radioButton2";
  142. this.radioButton2.Size = new System.Drawing.Size(89, 28);
  143. this.radioButton2.TabIndex = 35;
  144. this.radioButton2.TabStop = true;
  145. this.radioButton2.Text = "夹具";
  146. this.radioButton2.UseVisualStyleBackColor = true;
  147. //
  148. // radioButton3
  149. //
  150. this.radioButton3.AutoSize = true;
  151. this.radioButton3.Location = new System.Drawing.Point(445, 286);
  152. this.radioButton3.Name = "radioButton3";
  153. this.radioButton3.Size = new System.Drawing.Size(89, 28);
  154. this.radioButton3.TabIndex = 36;
  155. this.radioButton3.TabStop = true;
  156. this.radioButton3.Text = "辅料";
  157. this.radioButton3.UseVisualStyleBackColor = true;
  158. //
  159. // textBox2
  160. //
  161. this.textBox2.Location = new System.Drawing.Point(210, 30);
  162. this.textBox2.Name = "textBox2";
  163. this.textBox2.Size = new System.Drawing.Size(243, 35);
  164. this.textBox2.TabIndex = 37;
  165. //
  166. // label5
  167. //
  168. this.label5.AutoSize = true;
  169. this.label5.Location = new System.Drawing.Point(89, 33);
  170. this.label5.Name = "label5";
  171. this.label5.Size = new System.Drawing.Size(82, 24);
  172. this.label5.TabIndex = 38;
  173. this.label5.Text = "扫码框";
  174. //
  175. // dataGridView1
  176. //
  177. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  178. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  179. this.Column1,
  180. this.Column3,
  181. this.Column2});
  182. this.dataGridView1.Location = new System.Drawing.Point(64, 335);
  183. this.dataGridView1.Name = "dataGridView1";
  184. this.dataGridView1.RowTemplate.Height = 37;
  185. this.dataGridView1.Size = new System.Drawing.Size(498, 368);
  186. this.dataGridView1.TabIndex = 39;
  187. //
  188. // Column1
  189. //
  190. this.Column1.HeaderText = "编号";
  191. this.Column1.Name = "Column1";
  192. //
  193. // Column3
  194. //
  195. this.Column3.HeaderText = "名称";
  196. this.Column3.Name = "Column3";
  197. //
  198. // Column2
  199. //
  200. this.Column2.HeaderText = "类型";
  201. this.Column2.Name = "Column2";
  202. //
  203. // Form5
  204. //
  205. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  206. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  207. this.ClientSize = new System.Drawing.Size(647, 820);
  208. this.Controls.Add(this.dataGridView1);
  209. this.Controls.Add(this.label5);
  210. this.Controls.Add(this.textBox2);
  211. this.Controls.Add(this.radioButton3);
  212. this.Controls.Add(this.radioButton2);
  213. this.Controls.Add(this.radioButton1);
  214. this.Controls.Add(this.button1);
  215. this.Controls.Add(this.label12);
  216. this.Controls.Add(this.label13);
  217. this.Controls.Add(this.textBox5);
  218. this.Controls.Add(this.label4);
  219. this.Controls.Add(this.label3);
  220. this.Controls.Add(this.label2);
  221. this.Controls.Add(this.label1);
  222. this.Controls.Add(this.textBox1);
  223. this.Name = "Form5";
  224. this.Text = "Form4";
  225. this.Load += new System.EventHandler(this.Form4_Load);
  226. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  227. this.ResumeLayout(false);
  228. this.PerformLayout();
  229. }
  230. #endregion
  231. private System.Windows.Forms.TextBox textBox1;
  232. private System.Windows.Forms.Label label1;
  233. private System.Windows.Forms.Label label2;
  234. private System.Windows.Forms.Label label3;
  235. private System.Windows.Forms.Label label4;
  236. private System.Windows.Forms.Label label12;
  237. private System.Windows.Forms.Label label13;
  238. private System.Windows.Forms.TextBox textBox5;
  239. private System.Windows.Forms.Button button1;
  240. private System.Windows.Forms.RadioButton radioButton1;
  241. private System.Windows.Forms.RadioButton radioButton2;
  242. private System.Windows.Forms.RadioButton radioButton3;
  243. private System.Windows.Forms.TextBox textBox2;
  244. private System.Windows.Forms.Label label5;
  245. private System.Windows.Forms.DataGridView dataGridView1;
  246. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  247. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  248. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  249. }
  250. }