Sin descripción
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Frm_AC.Designer.vb 39KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Frm_AC
  3. Inherits System.Windows.Forms.Form
  4. 'Form 重写 Dispose,以清理组件列表。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. 'Windows 窗体设计器所必需的
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下过程是 Windows 窗体设计器所必需的
  18. '可以使用 Windows 窗体设计器修改它。
  19. '不要使用代码编辑器修改它。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.TXT_DYE = New System.Windows.Forms.TextBox()
  25. Me.Label1 = New System.Windows.Forms.Label()
  26. Me.Label2 = New System.Windows.Forms.Label()
  27. Me.TXT_TAN_0 = New System.Windows.Forms.TextBox()
  28. Me.Label3 = New System.Windows.Forms.Label()
  29. Me.TXT_TAN_1 = New System.Windows.Forms.TextBox()
  30. Me.Label4 = New System.Windows.Forms.Label()
  31. Me.TXT_AU = New System.Windows.Forms.TextBox()
  32. Me.Label5 = New System.Windows.Forms.Label()
  33. Me.TXT_AU1 = New System.Windows.Forms.TextBox()
  34. Me.Label6 = New System.Windows.Forms.Label()
  35. Me.TXT_OIL1 = New System.Windows.Forms.TextBox()
  36. Me.Label7 = New System.Windows.Forms.Label()
  37. Me.TXT_FIX = New System.Windows.Forms.TextBox()
  38. Me.Label8 = New System.Windows.Forms.Label()
  39. Me.TXT_PU_AU = New System.Windows.Forms.TextBox()
  40. Me.Label9 = New System.Windows.Forms.Label()
  41. Me.TXT_OIL0 = New System.Windows.Forms.TextBox()
  42. Me.Label10 = New System.Windows.Forms.Label()
  43. Me.TXT_TAN_2 = New System.Windows.Forms.TextBox()
  44. Me.Label11 = New System.Windows.Forms.Label()
  45. Me.TXT_PU = New System.Windows.Forms.TextBox()
  46. Me.Label12 = New System.Windows.Forms.Label()
  47. Me.TXT_WB = New System.Windows.Forms.TextBox()
  48. Me.Label13 = New System.Windows.Forms.Label()
  49. Me.TXT_FM1 = New System.Windows.Forms.TextBox()
  50. Me.Label14 = New System.Windows.Forms.Label()
  51. Me.TXT_FM2 = New System.Windows.Forms.TextBox()
  52. Me.Label15 = New System.Windows.Forms.Label()
  53. Me.TXT_PU_FINISH = New System.Windows.Forms.TextBox()
  54. Me.Label16 = New System.Windows.Forms.Label()
  55. Me.TXT_FM3 = New System.Windows.Forms.TextBox()
  56. Me.Label17 = New System.Windows.Forms.Label()
  57. Me.TXT_FM4 = New System.Windows.Forms.TextBox()
  58. Me.DGV1 = New System.Windows.Forms.DataGridView()
  59. Me.dgv2 = New System.Windows.Forms.DataGridView()
  60. Me.ListBox1 = New System.Windows.Forms.ListBox()
  61. Me.ListBox2 = New System.Windows.Forms.ListBox()
  62. Me.TextBox1 = New System.Windows.Forms.TextBox()
  63. Me.TextBox2 = New System.Windows.Forms.TextBox()
  64. Me.TextBox3 = New System.Windows.Forms.TextBox()
  65. Me.TextBox4 = New System.Windows.Forms.TextBox()
  66. Me.txt_fm1_1 = New System.Windows.Forms.TextBox()
  67. Me.txtWB1 = New System.Windows.Forms.TextBox()
  68. Me.txt_pu_1 = New System.Windows.Forms.TextBox()
  69. Me.txt_tan_2_1 = New System.Windows.Forms.TextBox()
  70. Me.txt_oil0_1 = New System.Windows.Forms.TextBox()
  71. Me.txt_pu_au1 = New System.Windows.Forms.TextBox()
  72. Me.txt_fix1 = New System.Windows.Forms.TextBox()
  73. Me.txt_oil1_1 = New System.Windows.Forms.TextBox()
  74. Me.txt_au1_1 = New System.Windows.Forms.TextBox()
  75. Me.txt_au_1 = New System.Windows.Forms.TextBox()
  76. Me.txt_tan_1_1 = New System.Windows.Forms.TextBox()
  77. Me.txt_tan_0_1 = New System.Windows.Forms.TextBox()
  78. Me.txt_dye1 = New System.Windows.Forms.TextBox()
  79. Me.txt_fm6 = New System.Windows.Forms.TextBox()
  80. Me.txt_fm5 = New System.Windows.Forms.TextBox()
  81. Me.Label18 = New System.Windows.Forms.Label()
  82. Me.TextBox20 = New System.Windows.Forms.TextBox()
  83. Me.Label19 = New System.Windows.Forms.Label()
  84. Me.TextBox21 = New System.Windows.Forms.TextBox()
  85. Me.Label20 = New System.Windows.Forms.Label()
  86. Me.Label21 = New System.Windows.Forms.Label()
  87. CType(Me.DGV1, System.ComponentModel.ISupportInitialize).BeginInit()
  88. CType(Me.dgv2, System.ComponentModel.ISupportInitialize).BeginInit()
  89. Me.SuspendLayout()
  90. '
  91. 'TXT_DYE
  92. '
  93. Me.TXT_DYE.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  94. Me.TXT_DYE.Location = New System.Drawing.Point(151, 118)
  95. Me.TXT_DYE.Name = "TXT_DYE"
  96. Me.TXT_DYE.Size = New System.Drawing.Size(100, 29)
  97. Me.TXT_DYE.TabIndex = 0
  98. Me.TXT_DYE.Text = "29124.43"
  99. '
  100. 'Label1
  101. '
  102. Me.Label1.AutoSize = True
  103. Me.Label1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  104. Me.Label1.Location = New System.Drawing.Point(40, 121)
  105. Me.Label1.Name = "Label1"
  106. Me.Label1.Size = New System.Drawing.Size(74, 22)
  107. Me.Label1.TabIndex = 1
  108. Me.Label1.Text = "制革染料"
  109. '
  110. 'Label2
  111. '
  112. Me.Label2.AutoSize = True
  113. Me.Label2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  114. Me.Label2.Location = New System.Drawing.Point(40, 169)
  115. Me.Label2.Name = "Label2"
  116. Me.Label2.Size = New System.Drawing.Size(74, 22)
  117. Me.Label2.TabIndex = 3
  118. Me.Label2.Text = "无机鞣料"
  119. '
  120. 'TXT_TAN_0
  121. '
  122. Me.TXT_TAN_0.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  123. Me.TXT_TAN_0.Location = New System.Drawing.Point(151, 166)
  124. Me.TXT_TAN_0.Name = "TXT_TAN_0"
  125. Me.TXT_TAN_0.Size = New System.Drawing.Size(100, 29)
  126. Me.TXT_TAN_0.TabIndex = 2
  127. Me.TXT_TAN_0.Text = "35980.5"
  128. '
  129. 'Label3
  130. '
  131. Me.Label3.AutoSize = True
  132. Me.Label3.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  133. Me.Label3.Location = New System.Drawing.Point(40, 217)
  134. Me.Label3.Name = "Label3"
  135. Me.Label3.Size = New System.Drawing.Size(74, 22)
  136. Me.Label3.TabIndex = 5
  137. Me.Label3.Text = "有机鞣料"
  138. '
  139. 'TXT_TAN_1
  140. '
  141. Me.TXT_TAN_1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  142. Me.TXT_TAN_1.Location = New System.Drawing.Point(151, 214)
  143. Me.TXT_TAN_1.Name = "TXT_TAN_1"
  144. Me.TXT_TAN_1.Size = New System.Drawing.Size(100, 29)
  145. Me.TXT_TAN_1.TabIndex = 4
  146. Me.TXT_TAN_1.Text = "33608.7"
  147. '
  148. 'Label4
  149. '
  150. Me.Label4.AutoSize = True
  151. Me.Label4.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  152. Me.Label4.Location = New System.Drawing.Point(40, 265)
  153. Me.Label4.Name = "Label4"
  154. Me.Label4.Size = New System.Drawing.Size(90, 22)
  155. Me.Label4.TabIndex = 7
  156. Me.Label4.Text = "皮革整理剂"
  157. '
  158. 'TXT_AU
  159. '
  160. Me.TXT_AU.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  161. Me.TXT_AU.Location = New System.Drawing.Point(151, 262)
  162. Me.TXT_AU.Name = "TXT_AU"
  163. Me.TXT_AU.Size = New System.Drawing.Size(100, 29)
  164. Me.TXT_AU.TabIndex = 6
  165. Me.TXT_AU.Text = "38927.45"
  166. '
  167. 'Label5
  168. '
  169. Me.Label5.AutoSize = True
  170. Me.Label5.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  171. Me.Label5.Location = New System.Drawing.Point(40, 313)
  172. Me.Label5.Name = "Label5"
  173. Me.Label5.Size = New System.Drawing.Size(90, 22)
  174. Me.Label5.TabIndex = 9
  175. Me.Label5.Text = "表面活性剂"
  176. '
  177. 'TXT_AU1
  178. '
  179. Me.TXT_AU1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  180. Me.TXT_AU1.Location = New System.Drawing.Point(151, 310)
  181. Me.TXT_AU1.Name = "TXT_AU1"
  182. Me.TXT_AU1.Size = New System.Drawing.Size(100, 29)
  183. Me.TXT_AU1.TabIndex = 8
  184. Me.TXT_AU1.Text = "41621.26"
  185. '
  186. 'Label6
  187. '
  188. Me.Label6.AutoSize = True
  189. Me.Label6.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  190. Me.Label6.Location = New System.Drawing.Point(40, 361)
  191. Me.Label6.Name = "Label6"
  192. Me.Label6.Size = New System.Drawing.Size(74, 22)
  193. Me.Label6.TabIndex = 11
  194. Me.Label6.Text = "合成油脂"
  195. '
  196. 'TXT_OIL1
  197. '
  198. Me.TXT_OIL1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  199. Me.TXT_OIL1.Location = New System.Drawing.Point(151, 358)
  200. Me.TXT_OIL1.Name = "TXT_OIL1"
  201. Me.TXT_OIL1.Size = New System.Drawing.Size(100, 29)
  202. Me.TXT_OIL1.TabIndex = 10
  203. Me.TXT_OIL1.Text = "128350.43"
  204. '
  205. 'Label7
  206. '
  207. Me.Label7.AutoSize = True
  208. Me.Label7.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  209. Me.Label7.Location = New System.Drawing.Point(40, 409)
  210. Me.Label7.Name = "Label7"
  211. Me.Label7.Size = New System.Drawing.Size(106, 22)
  212. Me.Label7.TabIndex = 13
  213. Me.Label7.Text = "聚氨酯混合液"
  214. '
  215. 'TXT_FIX
  216. '
  217. Me.TXT_FIX.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  218. Me.TXT_FIX.Location = New System.Drawing.Point(151, 406)
  219. Me.TXT_FIX.Name = "TXT_FIX"
  220. Me.TXT_FIX.Size = New System.Drawing.Size(100, 29)
  221. Me.TXT_FIX.TabIndex = 12
  222. Me.TXT_FIX.Text = "21634.7"
  223. '
  224. 'Label8
  225. '
  226. Me.Label8.AutoSize = True
  227. Me.Label8.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  228. Me.Label8.Location = New System.Drawing.Point(40, 457)
  229. Me.Label8.Name = "Label8"
  230. Me.Label8.Size = New System.Drawing.Size(90, 22)
  231. Me.Label8.TabIndex = 15
  232. Me.Label8.Text = "皮革促进剂"
  233. '
  234. 'TXT_PU_AU
  235. '
  236. Me.TXT_PU_AU.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  237. Me.TXT_PU_AU.Location = New System.Drawing.Point(151, 454)
  238. Me.TXT_PU_AU.Name = "TXT_PU_AU"
  239. Me.TXT_PU_AU.Size = New System.Drawing.Size(100, 29)
  240. Me.TXT_PU_AU.TabIndex = 14
  241. Me.TXT_PU_AU.Text = "2"
  242. '
  243. 'Label9
  244. '
  245. Me.Label9.AutoSize = True
  246. Me.Label9.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  247. Me.Label9.Location = New System.Drawing.Point(40, 505)
  248. Me.Label9.Name = "Label9"
  249. Me.Label9.Size = New System.Drawing.Size(102, 22)
  250. Me.Label9.TabIndex = 17
  251. Me.Label9.Text = "合成油脂(矿)"
  252. '
  253. 'TXT_OIL0
  254. '
  255. Me.TXT_OIL0.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  256. Me.TXT_OIL0.Location = New System.Drawing.Point(151, 502)
  257. Me.TXT_OIL0.Name = "TXT_OIL0"
  258. Me.TXT_OIL0.Size = New System.Drawing.Size(100, 29)
  259. Me.TXT_OIL0.TabIndex = 16
  260. Me.TXT_OIL0.Text = "14917.2"
  261. '
  262. 'Label10
  263. '
  264. Me.Label10.AutoSize = True
  265. Me.Label10.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  266. Me.Label10.Location = New System.Drawing.Point(40, 553)
  267. Me.Label10.Name = "Label10"
  268. Me.Label10.Size = New System.Drawing.Size(74, 22)
  269. Me.Label10.TabIndex = 19
  270. Me.Label10.Text = "复鞣助剂"
  271. '
  272. 'TXT_TAN_2
  273. '
  274. Me.TXT_TAN_2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  275. Me.TXT_TAN_2.Location = New System.Drawing.Point(151, 550)
  276. Me.TXT_TAN_2.Name = "TXT_TAN_2"
  277. Me.TXT_TAN_2.Size = New System.Drawing.Size(100, 29)
  278. Me.TXT_TAN_2.TabIndex = 18
  279. Me.TXT_TAN_2.Text = "38586.2"
  280. '
  281. 'Label11
  282. '
  283. Me.Label11.AutoSize = True
  284. Me.Label11.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  285. Me.Label11.Location = New System.Drawing.Point(40, 601)
  286. Me.Label11.Name = "Label11"
  287. Me.Label11.Size = New System.Drawing.Size(65, 22)
  288. Me.Label11.TabIndex = 21
  289. Me.Label11.Text = "PU树脂"
  290. '
  291. 'TXT_PU
  292. '
  293. Me.TXT_PU.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  294. Me.TXT_PU.Location = New System.Drawing.Point(151, 598)
  295. Me.TXT_PU.Name = "TXT_PU"
  296. Me.TXT_PU.Size = New System.Drawing.Size(100, 29)
  297. Me.TXT_PU.TabIndex = 20
  298. Me.TXT_PU.Text = "24141.5"
  299. '
  300. 'Label12
  301. '
  302. Me.Label12.AutoSize = True
  303. Me.Label12.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  304. Me.Label12.Location = New System.Drawing.Point(40, 73)
  305. Me.Label12.Name = "Label12"
  306. Me.Label12.Size = New System.Drawing.Size(106, 22)
  307. Me.Label12.TabIndex = 23
  308. Me.Label12.Text = "蓝湿牛二层皮"
  309. '
  310. 'TXT_WB
  311. '
  312. Me.TXT_WB.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  313. Me.TXT_WB.Location = New System.Drawing.Point(151, 70)
  314. Me.TXT_WB.Name = "TXT_WB"
  315. Me.TXT_WB.Size = New System.Drawing.Size(100, 29)
  316. Me.TXT_WB.TabIndex = 22
  317. Me.TXT_WB.Text = "4624338.01"
  318. '
  319. 'Label13
  320. '
  321. Me.Label13.AutoSize = True
  322. Me.Label13.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  323. Me.Label13.Location = New System.Drawing.Point(40, 649)
  324. Me.Label13.Name = "Label13"
  325. Me.Label13.Size = New System.Drawing.Size(84, 22)
  326. Me.Label13.TabIndex = 25
  327. Me.Label13.Text = "牛二层皮1"
  328. '
  329. 'TXT_FM1
  330. '
  331. Me.TXT_FM1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  332. Me.TXT_FM1.Location = New System.Drawing.Point(151, 646)
  333. Me.TXT_FM1.Name = "TXT_FM1"
  334. Me.TXT_FM1.Size = New System.Drawing.Size(100, 29)
  335. Me.TXT_FM1.TabIndex = 24
  336. Me.TXT_FM1.Text = "19714.4"
  337. '
  338. 'Label14
  339. '
  340. Me.Label14.AutoSize = True
  341. Me.Label14.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  342. Me.Label14.Location = New System.Drawing.Point(40, 697)
  343. Me.Label14.Name = "Label14"
  344. Me.Label14.Size = New System.Drawing.Size(84, 22)
  345. Me.Label14.TabIndex = 27
  346. Me.Label14.Text = "牛二层皮2"
  347. '
  348. 'TXT_FM2
  349. '
  350. Me.TXT_FM2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  351. Me.TXT_FM2.Location = New System.Drawing.Point(151, 694)
  352. Me.TXT_FM2.Name = "TXT_FM2"
  353. Me.TXT_FM2.Size = New System.Drawing.Size(100, 29)
  354. Me.TXT_FM2.TabIndex = 26
  355. Me.TXT_FM2.Text = "14101.2"
  356. '
  357. 'Label15
  358. '
  359. Me.Label15.AutoSize = True
  360. Me.Label15.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  361. Me.Label15.Location = New System.Drawing.Point(40, 745)
  362. Me.Label15.Name = "Label15"
  363. Me.Label15.Size = New System.Drawing.Size(97, 22)
  364. Me.Label15.TabIndex = 29
  365. Me.Label15.Text = "PU牛二层皮"
  366. '
  367. 'TXT_PU_FINISH
  368. '
  369. Me.TXT_PU_FINISH.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  370. Me.TXT_PU_FINISH.Location = New System.Drawing.Point(151, 742)
  371. Me.TXT_PU_FINISH.Name = "TXT_PU_FINISH"
  372. Me.TXT_PU_FINISH.Size = New System.Drawing.Size(100, 29)
  373. Me.TXT_PU_FINISH.TabIndex = 28
  374. Me.TXT_PU_FINISH.Text = "13119"
  375. '
  376. 'Label16
  377. '
  378. Me.Label16.AutoSize = True
  379. Me.Label16.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  380. Me.Label16.Location = New System.Drawing.Point(40, 793)
  381. Me.Label16.Name = "Label16"
  382. Me.Label16.Size = New System.Drawing.Size(84, 22)
  383. Me.Label16.TabIndex = 31
  384. Me.Label16.Text = "牛二层皮3"
  385. '
  386. 'TXT_FM3
  387. '
  388. Me.TXT_FM3.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  389. Me.TXT_FM3.Location = New System.Drawing.Point(151, 790)
  390. Me.TXT_FM3.Name = "TXT_FM3"
  391. Me.TXT_FM3.Size = New System.Drawing.Size(100, 29)
  392. Me.TXT_FM3.TabIndex = 30
  393. Me.TXT_FM3.Text = "0"
  394. '
  395. 'Label17
  396. '
  397. Me.Label17.AutoSize = True
  398. Me.Label17.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  399. Me.Label17.Location = New System.Drawing.Point(40, 841)
  400. Me.Label17.Name = "Label17"
  401. Me.Label17.Size = New System.Drawing.Size(84, 22)
  402. Me.Label17.TabIndex = 33
  403. Me.Label17.Text = "牛二层皮4"
  404. '
  405. 'TXT_FM4
  406. '
  407. Me.TXT_FM4.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  408. Me.TXT_FM4.Location = New System.Drawing.Point(151, 838)
  409. Me.TXT_FM4.Name = "TXT_FM4"
  410. Me.TXT_FM4.Size = New System.Drawing.Size(100, 29)
  411. Me.TXT_FM4.TabIndex = 32
  412. Me.TXT_FM4.Text = "0"
  413. '
  414. 'DGV1
  415. '
  416. Me.DGV1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  417. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  418. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
  419. DataGridViewCellStyle1.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  420. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
  421. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  422. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  423. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  424. Me.DGV1.DefaultCellStyle = DataGridViewCellStyle1
  425. Me.DGV1.Location = New System.Drawing.Point(610, 28)
  426. Me.DGV1.Name = "DGV1"
  427. Me.DGV1.RowTemplate.Height = 23
  428. Me.DGV1.Size = New System.Drawing.Size(750, 771)
  429. Me.DGV1.TabIndex = 34
  430. '
  431. 'dgv2
  432. '
  433. Me.dgv2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  434. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  435. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
  436. DataGridViewCellStyle2.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  437. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
  438. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  439. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  440. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  441. Me.dgv2.DefaultCellStyle = DataGridViewCellStyle2
  442. Me.dgv2.Location = New System.Drawing.Point(1375, 24)
  443. Me.dgv2.Name = "dgv2"
  444. Me.dgv2.RowTemplate.Height = 23
  445. Me.dgv2.Size = New System.Drawing.Size(660, 775)
  446. Me.dgv2.TabIndex = 35
  447. '
  448. 'ListBox1
  449. '
  450. Me.ListBox1.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  451. Me.ListBox1.FormattingEnabled = True
  452. Me.ListBox1.ItemHeight = 19
  453. Me.ListBox1.Location = New System.Drawing.Point(418, 70)
  454. Me.ListBox1.Name = "ListBox1"
  455. Me.ListBox1.Size = New System.Drawing.Size(126, 498)
  456. Me.ListBox1.TabIndex = 36
  457. '
  458. 'ListBox2
  459. '
  460. Me.ListBox2.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  461. Me.ListBox2.FormattingEnabled = True
  462. Me.ListBox2.ItemHeight = 19
  463. Me.ListBox2.Location = New System.Drawing.Point(418, 588)
  464. Me.ListBox2.Name = "ListBox2"
  465. Me.ListBox2.Size = New System.Drawing.Size(126, 194)
  466. Me.ListBox2.TabIndex = 37
  467. '
  468. 'TextBox1
  469. '
  470. Me.TextBox1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  471. Me.TextBox1.Location = New System.Drawing.Point(278, 838)
  472. Me.TextBox1.Name = "TextBox1"
  473. Me.TextBox1.Size = New System.Drawing.Size(100, 29)
  474. Me.TextBox1.TabIndex = 54
  475. Me.TextBox1.Text = "0"
  476. '
  477. 'TextBox2
  478. '
  479. Me.TextBox2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  480. Me.TextBox2.Location = New System.Drawing.Point(278, 790)
  481. Me.TextBox2.Name = "TextBox2"
  482. Me.TextBox2.Size = New System.Drawing.Size(100, 29)
  483. Me.TextBox2.TabIndex = 53
  484. Me.TextBox2.Text = "0"
  485. '
  486. 'TextBox3
  487. '
  488. Me.TextBox3.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  489. Me.TextBox3.Location = New System.Drawing.Point(278, 742)
  490. Me.TextBox3.Name = "TextBox3"
  491. Me.TextBox3.Size = New System.Drawing.Size(100, 29)
  492. Me.TextBox3.TabIndex = 52
  493. Me.TextBox3.Text = "13119"
  494. '
  495. 'TextBox4
  496. '
  497. Me.TextBox4.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  498. Me.TextBox4.Location = New System.Drawing.Point(278, 694)
  499. Me.TextBox4.Name = "TextBox4"
  500. Me.TextBox4.Size = New System.Drawing.Size(100, 29)
  501. Me.TextBox4.TabIndex = 51
  502. Me.TextBox4.Text = "14101.2"
  503. '
  504. 'txt_fm1_1
  505. '
  506. Me.txt_fm1_1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  507. Me.txt_fm1_1.Location = New System.Drawing.Point(278, 646)
  508. Me.txt_fm1_1.Name = "txt_fm1_1"
  509. Me.txt_fm1_1.Size = New System.Drawing.Size(100, 29)
  510. Me.txt_fm1_1.TabIndex = 50
  511. Me.txt_fm1_1.Text = "19714.4"
  512. '
  513. 'txtWB1
  514. '
  515. Me.txtWB1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  516. Me.txtWB1.Location = New System.Drawing.Point(278, 70)
  517. Me.txtWB1.Name = "txtWB1"
  518. Me.txtWB1.Size = New System.Drawing.Size(100, 29)
  519. Me.txtWB1.TabIndex = 49
  520. Me.txtWB1.Text = "4624338.01"
  521. '
  522. 'txt_pu_1
  523. '
  524. Me.txt_pu_1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  525. Me.txt_pu_1.Location = New System.Drawing.Point(278, 598)
  526. Me.txt_pu_1.Name = "txt_pu_1"
  527. Me.txt_pu_1.Size = New System.Drawing.Size(100, 29)
  528. Me.txt_pu_1.TabIndex = 48
  529. Me.txt_pu_1.Text = "24141.5"
  530. '
  531. 'txt_tan_2_1
  532. '
  533. Me.txt_tan_2_1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  534. Me.txt_tan_2_1.Location = New System.Drawing.Point(278, 550)
  535. Me.txt_tan_2_1.Name = "txt_tan_2_1"
  536. Me.txt_tan_2_1.Size = New System.Drawing.Size(100, 29)
  537. Me.txt_tan_2_1.TabIndex = 47
  538. Me.txt_tan_2_1.Text = "38586.2"
  539. '
  540. 'txt_oil0_1
  541. '
  542. Me.txt_oil0_1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  543. Me.txt_oil0_1.Location = New System.Drawing.Point(278, 502)
  544. Me.txt_oil0_1.Name = "txt_oil0_1"
  545. Me.txt_oil0_1.Size = New System.Drawing.Size(100, 29)
  546. Me.txt_oil0_1.TabIndex = 46
  547. Me.txt_oil0_1.Text = "14917.2"
  548. '
  549. 'txt_pu_au1
  550. '
  551. Me.txt_pu_au1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  552. Me.txt_pu_au1.Location = New System.Drawing.Point(278, 454)
  553. Me.txt_pu_au1.Name = "txt_pu_au1"
  554. Me.txt_pu_au1.Size = New System.Drawing.Size(100, 29)
  555. Me.txt_pu_au1.TabIndex = 45
  556. Me.txt_pu_au1.Text = "2"
  557. '
  558. 'txt_fix1
  559. '
  560. Me.txt_fix1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  561. Me.txt_fix1.Location = New System.Drawing.Point(278, 406)
  562. Me.txt_fix1.Name = "txt_fix1"
  563. Me.txt_fix1.Size = New System.Drawing.Size(100, 29)
  564. Me.txt_fix1.TabIndex = 44
  565. Me.txt_fix1.Text = "21634.7"
  566. '
  567. 'txt_oil1_1
  568. '
  569. Me.txt_oil1_1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  570. Me.txt_oil1_1.Location = New System.Drawing.Point(278, 358)
  571. Me.txt_oil1_1.Name = "txt_oil1_1"
  572. Me.txt_oil1_1.Size = New System.Drawing.Size(100, 29)
  573. Me.txt_oil1_1.TabIndex = 43
  574. Me.txt_oil1_1.Text = "128350.43"
  575. '
  576. 'txt_au1_1
  577. '
  578. Me.txt_au1_1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  579. Me.txt_au1_1.Location = New System.Drawing.Point(278, 310)
  580. Me.txt_au1_1.Name = "txt_au1_1"
  581. Me.txt_au1_1.Size = New System.Drawing.Size(100, 29)
  582. Me.txt_au1_1.TabIndex = 42
  583. Me.txt_au1_1.Text = "41621.26"
  584. '
  585. 'txt_au_1
  586. '
  587. Me.txt_au_1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  588. Me.txt_au_1.Location = New System.Drawing.Point(278, 262)
  589. Me.txt_au_1.Name = "txt_au_1"
  590. Me.txt_au_1.Size = New System.Drawing.Size(100, 29)
  591. Me.txt_au_1.TabIndex = 41
  592. Me.txt_au_1.Text = "38927.45"
  593. '
  594. 'txt_tan_1_1
  595. '
  596. Me.txt_tan_1_1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  597. Me.txt_tan_1_1.Location = New System.Drawing.Point(278, 214)
  598. Me.txt_tan_1_1.Name = "txt_tan_1_1"
  599. Me.txt_tan_1_1.Size = New System.Drawing.Size(100, 29)
  600. Me.txt_tan_1_1.TabIndex = 40
  601. Me.txt_tan_1_1.Text = "33608.7"
  602. '
  603. 'txt_tan_0_1
  604. '
  605. Me.txt_tan_0_1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  606. Me.txt_tan_0_1.Location = New System.Drawing.Point(278, 166)
  607. Me.txt_tan_0_1.Name = "txt_tan_0_1"
  608. Me.txt_tan_0_1.Size = New System.Drawing.Size(100, 29)
  609. Me.txt_tan_0_1.TabIndex = 39
  610. Me.txt_tan_0_1.Text = "35980.5"
  611. '
  612. 'txt_dye1
  613. '
  614. Me.txt_dye1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  615. Me.txt_dye1.Location = New System.Drawing.Point(278, 118)
  616. Me.txt_dye1.Name = "txt_dye1"
  617. Me.txt_dye1.Size = New System.Drawing.Size(100, 29)
  618. Me.txt_dye1.TabIndex = 38
  619. Me.txt_dye1.Text = "29124.43"
  620. '
  621. 'txt_fm6
  622. '
  623. Me.txt_fm6.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  624. Me.txt_fm6.Location = New System.Drawing.Point(278, 934)
  625. Me.txt_fm6.Name = "txt_fm6"
  626. Me.txt_fm6.Size = New System.Drawing.Size(100, 29)
  627. Me.txt_fm6.TabIndex = 60
  628. Me.txt_fm6.Text = "0"
  629. '
  630. 'txt_fm5
  631. '
  632. Me.txt_fm5.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  633. Me.txt_fm5.Location = New System.Drawing.Point(278, 886)
  634. Me.txt_fm5.Name = "txt_fm5"
  635. Me.txt_fm5.Size = New System.Drawing.Size(100, 29)
  636. Me.txt_fm5.TabIndex = 59
  637. Me.txt_fm5.Text = "0"
  638. '
  639. 'Label18
  640. '
  641. Me.Label18.AutoSize = True
  642. Me.Label18.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  643. Me.Label18.Location = New System.Drawing.Point(40, 937)
  644. Me.Label18.Name = "Label18"
  645. Me.Label18.Size = New System.Drawing.Size(84, 22)
  646. Me.Label18.TabIndex = 58
  647. Me.Label18.Text = "牛二层皮6"
  648. '
  649. 'TextBox20
  650. '
  651. Me.TextBox20.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  652. Me.TextBox20.Location = New System.Drawing.Point(151, 934)
  653. Me.TextBox20.Name = "TextBox20"
  654. Me.TextBox20.Size = New System.Drawing.Size(100, 29)
  655. Me.TextBox20.TabIndex = 57
  656. Me.TextBox20.Text = "0"
  657. '
  658. 'Label19
  659. '
  660. Me.Label19.AutoSize = True
  661. Me.Label19.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  662. Me.Label19.Location = New System.Drawing.Point(40, 889)
  663. Me.Label19.Name = "Label19"
  664. Me.Label19.Size = New System.Drawing.Size(84, 22)
  665. Me.Label19.TabIndex = 56
  666. Me.Label19.Text = "牛二层皮5"
  667. '
  668. 'TextBox21
  669. '
  670. Me.TextBox21.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  671. Me.TextBox21.Location = New System.Drawing.Point(151, 886)
  672. Me.TextBox21.Name = "TextBox21"
  673. Me.TextBox21.Size = New System.Drawing.Size(100, 29)
  674. Me.TextBox21.TabIndex = 55
  675. Me.TextBox21.Text = "0"
  676. '
  677. 'Label20
  678. '
  679. Me.Label20.AutoSize = True
  680. Me.Label20.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  681. Me.Label20.ForeColor = System.Drawing.Color.Red
  682. Me.Label20.Location = New System.Drawing.Point(156, 28)
  683. Me.Label20.Name = "Label20"
  684. Me.Label20.Size = New System.Drawing.Size(81, 24)
  685. Me.Label20.TabIndex = 61
  686. Me.Label20.Text = "Label20"
  687. '
  688. 'Label21
  689. '
  690. Me.Label21.AutoSize = True
  691. Me.Label21.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  692. Me.Label21.ForeColor = System.Drawing.Color.Red
  693. Me.Label21.Location = New System.Drawing.Point(286, 24)
  694. Me.Label21.Name = "Label21"
  695. Me.Label21.Size = New System.Drawing.Size(81, 24)
  696. Me.Label21.TabIndex = 62
  697. Me.Label21.Text = "Label21"
  698. '
  699. 'Frm_AC
  700. '
  701. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  702. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  703. Me.ClientSize = New System.Drawing.Size(2062, 1005)
  704. Me.Controls.Add(Me.Label21)
  705. Me.Controls.Add(Me.Label20)
  706. Me.Controls.Add(Me.txt_fm6)
  707. Me.Controls.Add(Me.txt_fm5)
  708. Me.Controls.Add(Me.Label18)
  709. Me.Controls.Add(Me.TextBox20)
  710. Me.Controls.Add(Me.Label19)
  711. Me.Controls.Add(Me.TextBox21)
  712. Me.Controls.Add(Me.TextBox1)
  713. Me.Controls.Add(Me.TextBox2)
  714. Me.Controls.Add(Me.TextBox3)
  715. Me.Controls.Add(Me.TextBox4)
  716. Me.Controls.Add(Me.txt_fm1_1)
  717. Me.Controls.Add(Me.txtWB1)
  718. Me.Controls.Add(Me.txt_pu_1)
  719. Me.Controls.Add(Me.txt_tan_2_1)
  720. Me.Controls.Add(Me.txt_oil0_1)
  721. Me.Controls.Add(Me.txt_pu_au1)
  722. Me.Controls.Add(Me.txt_fix1)
  723. Me.Controls.Add(Me.txt_oil1_1)
  724. Me.Controls.Add(Me.txt_au1_1)
  725. Me.Controls.Add(Me.txt_au_1)
  726. Me.Controls.Add(Me.txt_tan_1_1)
  727. Me.Controls.Add(Me.txt_tan_0_1)
  728. Me.Controls.Add(Me.txt_dye1)
  729. Me.Controls.Add(Me.ListBox2)
  730. Me.Controls.Add(Me.ListBox1)
  731. Me.Controls.Add(Me.dgv2)
  732. Me.Controls.Add(Me.DGV1)
  733. Me.Controls.Add(Me.Label17)
  734. Me.Controls.Add(Me.TXT_FM4)
  735. Me.Controls.Add(Me.Label16)
  736. Me.Controls.Add(Me.TXT_FM3)
  737. Me.Controls.Add(Me.Label15)
  738. Me.Controls.Add(Me.TXT_PU_FINISH)
  739. Me.Controls.Add(Me.Label14)
  740. Me.Controls.Add(Me.TXT_FM2)
  741. Me.Controls.Add(Me.Label13)
  742. Me.Controls.Add(Me.TXT_FM1)
  743. Me.Controls.Add(Me.Label12)
  744. Me.Controls.Add(Me.TXT_WB)
  745. Me.Controls.Add(Me.Label11)
  746. Me.Controls.Add(Me.TXT_PU)
  747. Me.Controls.Add(Me.Label10)
  748. Me.Controls.Add(Me.TXT_TAN_2)
  749. Me.Controls.Add(Me.Label9)
  750. Me.Controls.Add(Me.TXT_OIL0)
  751. Me.Controls.Add(Me.Label8)
  752. Me.Controls.Add(Me.TXT_PU_AU)
  753. Me.Controls.Add(Me.Label7)
  754. Me.Controls.Add(Me.TXT_FIX)
  755. Me.Controls.Add(Me.Label6)
  756. Me.Controls.Add(Me.TXT_OIL1)
  757. Me.Controls.Add(Me.Label5)
  758. Me.Controls.Add(Me.TXT_AU1)
  759. Me.Controls.Add(Me.Label4)
  760. Me.Controls.Add(Me.TXT_AU)
  761. Me.Controls.Add(Me.Label3)
  762. Me.Controls.Add(Me.TXT_TAN_1)
  763. Me.Controls.Add(Me.Label2)
  764. Me.Controls.Add(Me.TXT_TAN_0)
  765. Me.Controls.Add(Me.Label1)
  766. Me.Controls.Add(Me.TXT_DYE)
  767. Me.Name = "Frm_AC"
  768. Me.Text = "Frm_AC"
  769. CType(Me.DGV1, System.ComponentModel.ISupportInitialize).EndInit()
  770. CType(Me.dgv2, System.ComponentModel.ISupportInitialize).EndInit()
  771. Me.ResumeLayout(False)
  772. Me.PerformLayout()
  773. End Sub
  774. Friend WithEvents TXT_DYE As TextBox
  775. Friend WithEvents Label1 As Label
  776. Friend WithEvents Label2 As Label
  777. Friend WithEvents TXT_TAN_0 As TextBox
  778. Friend WithEvents Label3 As Label
  779. Friend WithEvents TXT_TAN_1 As TextBox
  780. Friend WithEvents Label4 As Label
  781. Friend WithEvents TXT_AU As TextBox
  782. Friend WithEvents Label5 As Label
  783. Friend WithEvents TXT_AU1 As TextBox
  784. Friend WithEvents Label6 As Label
  785. Friend WithEvents TXT_OIL1 As TextBox
  786. Friend WithEvents Label7 As Label
  787. Friend WithEvents TXT_FIX As TextBox
  788. Friend WithEvents Label8 As Label
  789. Friend WithEvents TXT_PU_AU As TextBox
  790. Friend WithEvents Label9 As Label
  791. Friend WithEvents TXT_OIL0 As TextBox
  792. Friend WithEvents Label10 As Label
  793. Friend WithEvents TXT_TAN_2 As TextBox
  794. Friend WithEvents Label11 As Label
  795. Friend WithEvents TXT_PU As TextBox
  796. Friend WithEvents Label12 As Label
  797. Friend WithEvents TXT_WB As TextBox
  798. Friend WithEvents Label13 As Label
  799. Friend WithEvents TXT_FM1 As TextBox
  800. Friend WithEvents Label14 As Label
  801. Friend WithEvents TXT_FM2 As TextBox
  802. Friend WithEvents Label15 As Label
  803. Friend WithEvents TXT_PU_FINISH As TextBox
  804. Friend WithEvents Label16 As Label
  805. Friend WithEvents TXT_FM3 As TextBox
  806. Friend WithEvents Label17 As Label
  807. Friend WithEvents TXT_FM4 As TextBox
  808. Friend WithEvents DGV1 As DataGridView
  809. Friend WithEvents dgv2 As DataGridView
  810. Friend WithEvents ListBox1 As ListBox
  811. Friend WithEvents ListBox2 As ListBox
  812. Friend WithEvents TextBox1 As TextBox
  813. Friend WithEvents TextBox2 As TextBox
  814. Friend WithEvents TextBox3 As TextBox
  815. Friend WithEvents TextBox4 As TextBox
  816. Friend WithEvents txt_fm1_1 As TextBox
  817. Friend WithEvents txtWB1 As TextBox
  818. Friend WithEvents txt_pu_1 As TextBox
  819. Friend WithEvents txt_tan_2_1 As TextBox
  820. Friend WithEvents txt_oil0_1 As TextBox
  821. Friend WithEvents txt_pu_au1 As TextBox
  822. Friend WithEvents txt_fix1 As TextBox
  823. Friend WithEvents txt_oil1_1 As TextBox
  824. Friend WithEvents txt_au1_1 As TextBox
  825. Friend WithEvents txt_au_1 As TextBox
  826. Friend WithEvents txt_tan_1_1 As TextBox
  827. Friend WithEvents txt_tan_0_1 As TextBox
  828. Friend WithEvents txt_dye1 As TextBox
  829. Friend WithEvents txt_fm6 As TextBox
  830. Friend WithEvents txt_fm5 As TextBox
  831. Friend WithEvents Label18 As Label
  832. Friend WithEvents TextBox20 As TextBox
  833. Friend WithEvents Label19 As Label
  834. Friend WithEvents TextBox21 As TextBox
  835. Friend WithEvents Label20 As Label
  836. Friend WithEvents Label21 As Label
  837. End Class