설명 없음
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_BG_SUM.Designer.vb 27KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class Frm_BG_sum
  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 Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()>
  21. Private Sub InitializeComponent()
  22. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Me.DGV_IN = New System.Windows.Forms.DataGridView()
  24. Me.Button1 = New System.Windows.Forms.Button()
  25. Me.TextBox1 = New System.Windows.Forms.TextBox()
  26. Me.TextBox2 = New System.Windows.Forms.TextBox()
  27. Me.TextBox3 = New System.Windows.Forms.TextBox()
  28. Me.Button2 = New System.Windows.Forms.Button()
  29. Me.Button3 = New System.Windows.Forms.Button()
  30. Me.Label1 = New System.Windows.Forms.Label()
  31. Me.Label2 = New System.Windows.Forms.Label()
  32. Me.TextBox4 = New System.Windows.Forms.TextBox()
  33. Me.TextBox5 = New System.Windows.Forms.TextBox()
  34. Me.TextBox6 = New System.Windows.Forms.TextBox()
  35. Me.TextBox7 = New System.Windows.Forms.TextBox()
  36. Me.TextBox8 = New System.Windows.Forms.TextBox()
  37. Me.TextBox9 = New System.Windows.Forms.TextBox()
  38. Me.Label3 = New System.Windows.Forms.Label()
  39. Me.Button4 = New System.Windows.Forms.Button()
  40. Me.Button5 = New System.Windows.Forms.Button()
  41. Me.TextBox16 = New System.Windows.Forms.TextBox()
  42. Me.dtp = New System.Windows.Forms.DateTimePicker()
  43. Me.Button6 = New System.Windows.Forms.Button()
  44. Me.Button7 = New System.Windows.Forms.Button()
  45. Me.Button8 = New System.Windows.Forms.Button()
  46. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  47. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  48. Me.TextBox10 = New System.Windows.Forms.TextBox()
  49. Me.TextBox11 = New System.Windows.Forms.TextBox()
  50. Me.Label4 = New System.Windows.Forms.Label()
  51. Me.Label5 = New System.Windows.Forms.Label()
  52. Me.Label6 = New System.Windows.Forms.Label()
  53. Me.Label7 = New System.Windows.Forms.Label()
  54. Me.Label8 = New System.Windows.Forms.Label()
  55. Me.Label9 = New System.Windows.Forms.Label()
  56. Me.TextBox12 = New System.Windows.Forms.TextBox()
  57. Me.TextBox13 = New System.Windows.Forms.TextBox()
  58. Me.TextBox14 = New System.Windows.Forms.TextBox()
  59. Me.Label10 = New System.Windows.Forms.Label()
  60. Me.Label11 = New System.Windows.Forms.Label()
  61. Me.Label12 = New System.Windows.Forms.Label()
  62. CType(Me.DGV_IN, System.ComponentModel.ISupportInitialize).BeginInit()
  63. Me.SuspendLayout()
  64. '
  65. 'DGV_IN
  66. '
  67. Me.DGV_IN.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  68. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  69. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
  70. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  71. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
  72. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  73. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  74. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  75. Me.DGV_IN.DefaultCellStyle = DataGridViewCellStyle1
  76. Me.DGV_IN.Location = New System.Drawing.Point(23, 158)
  77. Me.DGV_IN.Margin = New System.Windows.Forms.Padding(4)
  78. Me.DGV_IN.Name = "DGV_IN"
  79. Me.DGV_IN.RowHeadersWidth = 82
  80. Me.DGV_IN.RowTemplate.Height = 23
  81. Me.DGV_IN.Size = New System.Drawing.Size(64, 49)
  82. Me.DGV_IN.TabIndex = 0
  83. Me.DGV_IN.Visible = False
  84. '
  85. 'Button1
  86. '
  87. Me.Button1.Location = New System.Drawing.Point(180, 14)
  88. Me.Button1.Margin = New System.Windows.Forms.Padding(4)
  89. Me.Button1.Name = "Button1"
  90. Me.Button1.Size = New System.Drawing.Size(73, 35)
  91. Me.Button1.TabIndex = 1
  92. Me.Button1.Text = "输出"
  93. Me.Button1.UseVisualStyleBackColor = True
  94. '
  95. 'TextBox1
  96. '
  97. Me.TextBox1.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  98. Me.TextBox1.Location = New System.Drawing.Point(498, 17)
  99. Me.TextBox1.Margin = New System.Windows.Forms.Padding(4)
  100. Me.TextBox1.Name = "TextBox1"
  101. Me.TextBox1.Size = New System.Drawing.Size(182, 29)
  102. Me.TextBox1.TabIndex = 2
  103. Me.TextBox1.Text = "10000"
  104. '
  105. 'TextBox2
  106. '
  107. Me.TextBox2.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  108. Me.TextBox2.Location = New System.Drawing.Point(688, 16)
  109. Me.TextBox2.Margin = New System.Windows.Forms.Padding(4)
  110. Me.TextBox2.Name = "TextBox2"
  111. Me.TextBox2.Size = New System.Drawing.Size(187, 29)
  112. Me.TextBox2.TabIndex = 3
  113. Me.TextBox2.Text = "10000"
  114. '
  115. 'TextBox3
  116. '
  117. Me.TextBox3.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  118. Me.TextBox3.Location = New System.Drawing.Point(1425, 795)
  119. Me.TextBox3.Margin = New System.Windows.Forms.Padding(4)
  120. Me.TextBox3.Name = "TextBox3"
  121. Me.TextBox3.Size = New System.Drawing.Size(420, 29)
  122. Me.TextBox3.TabIndex = 4
  123. Me.TextBox3.Text = "10000"
  124. Me.TextBox3.Visible = False
  125. '
  126. 'Button2
  127. '
  128. Me.Button2.Location = New System.Drawing.Point(16, 15)
  129. Me.Button2.Margin = New System.Windows.Forms.Padding(4)
  130. Me.Button2.Name = "Button2"
  131. Me.Button2.Size = New System.Drawing.Size(71, 34)
  132. Me.Button2.TabIndex = 5
  133. Me.Button2.Text = "核算"
  134. Me.Button2.UseVisualStyleBackColor = True
  135. '
  136. 'Button3
  137. '
  138. Me.Button3.Location = New System.Drawing.Point(95, 15)
  139. Me.Button3.Margin = New System.Windows.Forms.Padding(4)
  140. Me.Button3.Name = "Button3"
  141. Me.Button3.Size = New System.Drawing.Size(77, 34)
  142. Me.Button3.TabIndex = 6
  143. Me.Button3.Text = "清空"
  144. Me.Button3.UseVisualStyleBackColor = True
  145. '
  146. 'Label1
  147. '
  148. Me.Label1.AutoSize = True
  149. Me.Label1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  150. Me.Label1.ForeColor = System.Drawing.Color.Red
  151. Me.Label1.Location = New System.Drawing.Point(267, 19)
  152. Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  153. Me.Label1.Name = "Label1"
  154. Me.Label1.Size = New System.Drawing.Size(146, 27)
  155. Me.Label1.TabIndex = 7
  156. Me.Label1.Text = "在产品(心皮重)"
  157. '
  158. 'Label2
  159. '
  160. Me.Label2.AutoSize = True
  161. Me.Label2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  162. Me.Label2.ForeColor = System.Drawing.Color.Red
  163. Me.Label2.Location = New System.Drawing.Point(266, 108)
  164. Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  165. Me.Label2.Name = "Label2"
  166. Me.Label2.Size = New System.Drawing.Size(146, 27)
  167. Me.Label2.TabIndex = 8
  168. Me.Label2.Text = "产成品(成品重)"
  169. '
  170. 'TextBox4
  171. '
  172. Me.TextBox4.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  173. Me.TextBox4.Location = New System.Drawing.Point(498, 106)
  174. Me.TextBox4.Margin = New System.Windows.Forms.Padding(4)
  175. Me.TextBox4.Name = "TextBox4"
  176. Me.TextBox4.Size = New System.Drawing.Size(182, 29)
  177. Me.TextBox4.TabIndex = 11
  178. Me.TextBox4.Text = "10000"
  179. '
  180. 'TextBox5
  181. '
  182. Me.TextBox5.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  183. Me.TextBox5.Location = New System.Drawing.Point(688, 106)
  184. Me.TextBox5.Margin = New System.Windows.Forms.Padding(4)
  185. Me.TextBox5.Name = "TextBox5"
  186. Me.TextBox5.Size = New System.Drawing.Size(187, 29)
  187. Me.TextBox5.TabIndex = 10
  188. Me.TextBox5.Text = "10000"
  189. '
  190. 'TextBox6
  191. '
  192. Me.TextBox6.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  193. Me.TextBox6.Location = New System.Drawing.Point(1425, 857)
  194. Me.TextBox6.Margin = New System.Windows.Forms.Padding(4)
  195. Me.TextBox6.Name = "TextBox6"
  196. Me.TextBox6.Size = New System.Drawing.Size(420, 29)
  197. Me.TextBox6.TabIndex = 9
  198. Me.TextBox6.Text = "10000"
  199. Me.TextBox6.Visible = False
  200. '
  201. 'TextBox7
  202. '
  203. Me.TextBox7.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  204. Me.TextBox7.Location = New System.Drawing.Point(1194, 20)
  205. Me.TextBox7.Margin = New System.Windows.Forms.Padding(4)
  206. Me.TextBox7.Name = "TextBox7"
  207. Me.TextBox7.Size = New System.Drawing.Size(153, 29)
  208. Me.TextBox7.TabIndex = 15
  209. Me.TextBox7.Text = "10000"
  210. '
  211. 'TextBox8
  212. '
  213. Me.TextBox8.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  214. Me.TextBox8.Location = New System.Drawing.Point(1388, 20)
  215. Me.TextBox8.Margin = New System.Windows.Forms.Padding(4)
  216. Me.TextBox8.Name = "TextBox8"
  217. Me.TextBox8.Size = New System.Drawing.Size(153, 29)
  218. Me.TextBox8.TabIndex = 14
  219. Me.TextBox8.Text = "10000"
  220. '
  221. 'TextBox9
  222. '
  223. Me.TextBox9.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  224. Me.TextBox9.Location = New System.Drawing.Point(1425, 911)
  225. Me.TextBox9.Margin = New System.Windows.Forms.Padding(4)
  226. Me.TextBox9.Name = "TextBox9"
  227. Me.TextBox9.Size = New System.Drawing.Size(209, 29)
  228. Me.TextBox9.TabIndex = 13
  229. Me.TextBox9.Text = "10000"
  230. Me.TextBox9.Visible = False
  231. '
  232. 'Label3
  233. '
  234. Me.Label3.AutoSize = True
  235. Me.Label3.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  236. Me.Label3.ForeColor = System.Drawing.Color.Red
  237. Me.Label3.Location = New System.Drawing.Point(878, 16)
  238. Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  239. Me.Label3.Name = "Label3"
  240. Me.Label3.Size = New System.Drawing.Size(206, 27)
  241. Me.Label3.TabIndex = 12
  242. Me.Label3.Text = "已送货未报关(成品重)"
  243. '
  244. 'Button4
  245. '
  246. Me.Button4.Location = New System.Drawing.Point(968, 152)
  247. Me.Button4.Margin = New System.Windows.Forms.Padding(4)
  248. Me.Button4.Name = "Button4"
  249. Me.Button4.Size = New System.Drawing.Size(39, 28)
  250. Me.Button4.TabIndex = 16
  251. Me.Button4.Text = "+"
  252. Me.Button4.UseVisualStyleBackColor = True
  253. '
  254. 'Button5
  255. '
  256. Me.Button5.Location = New System.Drawing.Point(883, 152)
  257. Me.Button5.Margin = New System.Windows.Forms.Padding(4)
  258. Me.Button5.Name = "Button5"
  259. Me.Button5.Size = New System.Drawing.Size(39, 28)
  260. Me.Button5.TabIndex = 17
  261. Me.Button5.Text = "+"
  262. Me.Button5.UseVisualStyleBackColor = True
  263. '
  264. 'TextBox16
  265. '
  266. Me.TextBox16.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  267. Me.TextBox16.Location = New System.Drawing.Point(1194, 69)
  268. Me.TextBox16.Margin = New System.Windows.Forms.Padding(4)
  269. Me.TextBox16.Name = "TextBox16"
  270. Me.TextBox16.Size = New System.Drawing.Size(153, 29)
  271. Me.TextBox16.TabIndex = 25
  272. Me.TextBox16.Text = "10000"
  273. '
  274. 'dtp
  275. '
  276. Me.dtp.CalendarFont = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  277. Me.dtp.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  278. Me.dtp.Location = New System.Drawing.Point(1111, 145)
  279. Me.dtp.Margin = New System.Windows.Forms.Padding(4)
  280. Me.dtp.Name = "dtp"
  281. Me.dtp.Size = New System.Drawing.Size(236, 34)
  282. Me.dtp.TabIndex = 27
  283. '
  284. 'Button6
  285. '
  286. Me.Button6.Location = New System.Drawing.Point(1045, 152)
  287. Me.Button6.Margin = New System.Windows.Forms.Padding(4)
  288. Me.Button6.Name = "Button6"
  289. Me.Button6.Size = New System.Drawing.Size(39, 28)
  290. Me.Button6.TabIndex = 28
  291. Me.Button6.Text = "+"
  292. Me.Button6.UseVisualStyleBackColor = True
  293. '
  294. 'Button7
  295. '
  296. Me.Button7.Location = New System.Drawing.Point(1572, 179)
  297. Me.Button7.Margin = New System.Windows.Forms.Padding(4)
  298. Me.Button7.Name = "Button7"
  299. Me.Button7.Size = New System.Drawing.Size(39, 28)
  300. Me.Button7.TabIndex = 29
  301. Me.Button7.Text = "+"
  302. Me.Button7.UseVisualStyleBackColor = True
  303. Me.Button7.Visible = False
  304. '
  305. 'Button8
  306. '
  307. Me.Button8.Location = New System.Drawing.Point(916, 59)
  308. Me.Button8.Margin = New System.Windows.Forms.Padding(4)
  309. Me.Button8.Name = "Button8"
  310. Me.Button8.Size = New System.Drawing.Size(106, 34)
  311. Me.Button8.TabIndex = 30
  312. Me.Button8.Text = "数据存档"
  313. Me.Button8.UseVisualStyleBackColor = True
  314. '
  315. 'DateTimePicker1
  316. '
  317. Me.DateTimePicker1.CalendarFont = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  318. Me.DateTimePicker1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  319. Me.DateTimePicker1.Location = New System.Drawing.Point(1375, 144)
  320. Me.DateTimePicker1.Margin = New System.Windows.Forms.Padding(4)
  321. Me.DateTimePicker1.Name = "DateTimePicker1"
  322. Me.DateTimePicker1.Size = New System.Drawing.Size(236, 34)
  323. Me.DateTimePicker1.TabIndex = 31
  324. Me.DateTimePicker1.Visible = False
  325. '
  326. 'DateTimePicker2
  327. '
  328. Me.DateTimePicker2.CalendarFont = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  329. Me.DateTimePicker2.Enabled = False
  330. Me.DateTimePicker2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  331. Me.DateTimePicker2.Location = New System.Drawing.Point(19, 57)
  332. Me.DateTimePicker2.Margin = New System.Windows.Forms.Padding(4)
  333. Me.DateTimePicker2.Name = "DateTimePicker2"
  334. Me.DateTimePicker2.Size = New System.Drawing.Size(236, 34)
  335. Me.DateTimePicker2.TabIndex = 32
  336. Me.DateTimePicker2.Value = New Date(2021, 1, 1, 0, 0, 0, 0)
  337. '
  338. 'TextBox10
  339. '
  340. Me.TextBox10.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  341. Me.TextBox10.Location = New System.Drawing.Point(688, 58)
  342. Me.TextBox10.Margin = New System.Windows.Forms.Padding(4)
  343. Me.TextBox10.Name = "TextBox10"
  344. Me.TextBox10.Size = New System.Drawing.Size(187, 29)
  345. Me.TextBox10.TabIndex = 34
  346. Me.TextBox10.Text = "10000"
  347. '
  348. 'TextBox11
  349. '
  350. Me.TextBox11.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  351. Me.TextBox11.Location = New System.Drawing.Point(498, 59)
  352. Me.TextBox11.Margin = New System.Windows.Forms.Padding(4)
  353. Me.TextBox11.Name = "TextBox11"
  354. Me.TextBox11.Size = New System.Drawing.Size(182, 29)
  355. Me.TextBox11.TabIndex = 33
  356. Me.TextBox11.Text = "10000"
  357. '
  358. 'Label4
  359. '
  360. Me.Label4.AutoSize = True
  361. Me.Label4.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  362. Me.Label4.ForeColor = System.Drawing.Color.Red
  363. Me.Label4.Location = New System.Drawing.Point(1031, 121)
  364. Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  365. Me.Label4.Name = "Label4"
  366. Me.Label4.Size = New System.Drawing.Size(72, 27)
  367. Me.Label4.TabIndex = 35
  368. Me.Label4.Text = "在产品"
  369. '
  370. 'Label5
  371. '
  372. Me.Label5.AutoSize = True
  373. Me.Label5.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  374. Me.Label5.ForeColor = System.Drawing.Color.Red
  375. Me.Label5.Location = New System.Drawing.Point(950, 121)
  376. Me.Label5.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  377. Me.Label5.Name = "Label5"
  378. Me.Label5.Size = New System.Drawing.Size(72, 27)
  379. Me.Label5.TabIndex = 36
  380. Me.Label5.Text = "已出口"
  381. '
  382. 'Label6
  383. '
  384. Me.Label6.AutoSize = True
  385. Me.Label6.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  386. Me.Label6.ForeColor = System.Drawing.Color.Red
  387. Me.Label6.Location = New System.Drawing.Point(438, 61)
  388. Me.Label6.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  389. Me.Label6.Name = "Label6"
  390. Me.Label6.Size = New System.Drawing.Size(52, 27)
  391. Me.Label6.TabIndex = 37
  392. Me.Label6.Text = "贴膜"
  393. '
  394. 'Label7
  395. '
  396. Me.Label7.AutoSize = True
  397. Me.Label7.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  398. Me.Label7.ForeColor = System.Drawing.Color.Red
  399. Me.Label7.Location = New System.Drawing.Point(438, 18)
  400. Me.Label7.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  401. Me.Label7.Name = "Label7"
  402. Me.Label7.Size = New System.Drawing.Size(52, 27)
  403. Me.Label7.TabIndex = 38
  404. Me.Label7.Text = "反毛"
  405. '
  406. 'Label8
  407. '
  408. Me.Label8.AutoSize = True
  409. Me.Label8.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  410. Me.Label8.ForeColor = System.Drawing.Color.Red
  411. Me.Label8.Location = New System.Drawing.Point(438, 108)
  412. Me.Label8.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  413. Me.Label8.Name = "Label8"
  414. Me.Label8.Size = New System.Drawing.Size(52, 27)
  415. Me.Label8.TabIndex = 40
  416. Me.Label8.Text = "反毛"
  417. '
  418. 'Label9
  419. '
  420. Me.Label9.AutoSize = True
  421. Me.Label9.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  422. Me.Label9.ForeColor = System.Drawing.Color.Red
  423. Me.Label9.Location = New System.Drawing.Point(438, 154)
  424. Me.Label9.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  425. Me.Label9.Name = "Label9"
  426. Me.Label9.Size = New System.Drawing.Size(52, 27)
  427. Me.Label9.TabIndex = 39
  428. Me.Label9.Text = "贴膜"
  429. '
  430. 'TextBox12
  431. '
  432. Me.TextBox12.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  433. Me.TextBox12.Location = New System.Drawing.Point(498, 152)
  434. Me.TextBox12.Margin = New System.Windows.Forms.Padding(4)
  435. Me.TextBox12.Name = "TextBox12"
  436. Me.TextBox12.Size = New System.Drawing.Size(182, 29)
  437. Me.TextBox12.TabIndex = 42
  438. Me.TextBox12.Text = "10000"
  439. '
  440. 'TextBox13
  441. '
  442. Me.TextBox13.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  443. Me.TextBox13.Location = New System.Drawing.Point(688, 152)
  444. Me.TextBox13.Margin = New System.Windows.Forms.Padding(4)
  445. Me.TextBox13.Name = "TextBox13"
  446. Me.TextBox13.Size = New System.Drawing.Size(187, 29)
  447. Me.TextBox13.TabIndex = 41
  448. Me.TextBox13.Text = "10000"
  449. '
  450. 'TextBox14
  451. '
  452. Me.TextBox14.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  453. Me.TextBox14.Location = New System.Drawing.Point(1388, 69)
  454. Me.TextBox14.Margin = New System.Windows.Forms.Padding(4)
  455. Me.TextBox14.Name = "TextBox14"
  456. Me.TextBox14.Size = New System.Drawing.Size(153, 29)
  457. Me.TextBox14.TabIndex = 43
  458. Me.TextBox14.Text = "10000"
  459. '
  460. 'Label10
  461. '
  462. Me.Label10.AutoSize = True
  463. Me.Label10.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  464. Me.Label10.ForeColor = System.Drawing.Color.Red
  465. Me.Label10.Location = New System.Drawing.Point(1106, 22)
  466. Me.Label10.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  467. Me.Label10.Name = "Label10"
  468. Me.Label10.Size = New System.Drawing.Size(52, 27)
  469. Me.Label10.TabIndex = 45
  470. Me.Label10.Text = "反毛"
  471. '
  472. 'Label11
  473. '
  474. Me.Label11.AutoSize = True
  475. Me.Label11.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  476. Me.Label11.ForeColor = System.Drawing.Color.Red
  477. Me.Label11.Location = New System.Drawing.Point(1106, 65)
  478. Me.Label11.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  479. Me.Label11.Name = "Label11"
  480. Me.Label11.Size = New System.Drawing.Size(52, 27)
  481. Me.Label11.TabIndex = 44
  482. Me.Label11.Text = "贴膜"
  483. '
  484. 'Label12
  485. '
  486. Me.Label12.AutoSize = True
  487. Me.Label12.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  488. Me.Label12.ForeColor = System.Drawing.Color.Red
  489. Me.Label12.Location = New System.Drawing.Point(878, 121)
  490. Me.Label12.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  491. Me.Label12.Name = "Label12"
  492. Me.Label12.Size = New System.Drawing.Size(52, 27)
  493. Me.Label12.TabIndex = 46
  494. Me.Label12.Text = "单耗"
  495. '
  496. 'Frm_BG_sum
  497. '
  498. Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 15.0!)
  499. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  500. Me.AutoScroll = True
  501. Me.ClientSize = New System.Drawing.Size(2382, 1415)
  502. Me.Controls.Add(Me.Label12)
  503. Me.Controls.Add(Me.Label10)
  504. Me.Controls.Add(Me.Label11)
  505. Me.Controls.Add(Me.TextBox14)
  506. Me.Controls.Add(Me.TextBox12)
  507. Me.Controls.Add(Me.TextBox13)
  508. Me.Controls.Add(Me.Label8)
  509. Me.Controls.Add(Me.Label9)
  510. Me.Controls.Add(Me.Label7)
  511. Me.Controls.Add(Me.Label6)
  512. Me.Controls.Add(Me.Label5)
  513. Me.Controls.Add(Me.Label4)
  514. Me.Controls.Add(Me.TextBox10)
  515. Me.Controls.Add(Me.TextBox11)
  516. Me.Controls.Add(Me.DateTimePicker2)
  517. Me.Controls.Add(Me.DateTimePicker1)
  518. Me.Controls.Add(Me.Button8)
  519. Me.Controls.Add(Me.Button7)
  520. Me.Controls.Add(Me.Button6)
  521. Me.Controls.Add(Me.dtp)
  522. Me.Controls.Add(Me.TextBox16)
  523. Me.Controls.Add(Me.Button5)
  524. Me.Controls.Add(Me.Button4)
  525. Me.Controls.Add(Me.TextBox7)
  526. Me.Controls.Add(Me.TextBox8)
  527. Me.Controls.Add(Me.TextBox9)
  528. Me.Controls.Add(Me.Label3)
  529. Me.Controls.Add(Me.TextBox4)
  530. Me.Controls.Add(Me.TextBox5)
  531. Me.Controls.Add(Me.TextBox6)
  532. Me.Controls.Add(Me.Label2)
  533. Me.Controls.Add(Me.Label1)
  534. Me.Controls.Add(Me.Button3)
  535. Me.Controls.Add(Me.Button2)
  536. Me.Controls.Add(Me.TextBox3)
  537. Me.Controls.Add(Me.TextBox2)
  538. Me.Controls.Add(Me.TextBox1)
  539. Me.Controls.Add(Me.Button1)
  540. Me.Controls.Add(Me.DGV_IN)
  541. Me.Margin = New System.Windows.Forms.Padding(4)
  542. Me.Name = "Frm_BG_sum"
  543. Me.Text = "手册汇总"
  544. CType(Me.DGV_IN, System.ComponentModel.ISupportInitialize).EndInit()
  545. Me.ResumeLayout(False)
  546. Me.PerformLayout()
  547. End Sub
  548. Friend WithEvents DGV_IN As DataGridView
  549. Friend WithEvents Button1 As Button
  550. Friend WithEvents TextBox1 As TextBox
  551. Friend WithEvents TextBox2 As TextBox
  552. Friend WithEvents TextBox3 As TextBox
  553. Friend WithEvents Button2 As Button
  554. Friend WithEvents Button3 As Button
  555. Friend WithEvents Label1 As Label
  556. Friend WithEvents Label2 As Label
  557. Friend WithEvents TextBox4 As TextBox
  558. Friend WithEvents TextBox5 As TextBox
  559. Friend WithEvents TextBox6 As TextBox
  560. Friend WithEvents TextBox7 As TextBox
  561. Friend WithEvents TextBox8 As TextBox
  562. Friend WithEvents TextBox9 As TextBox
  563. Friend WithEvents Label3 As Label
  564. Friend WithEvents Button4 As Button
  565. Friend WithEvents Button5 As Button
  566. Friend WithEvents TextBox16 As TextBox
  567. Friend WithEvents dtp As DateTimePicker
  568. Friend WithEvents Button6 As Button
  569. Friend WithEvents Button7 As Button
  570. Friend WithEvents Button8 As Button
  571. Friend WithEvents DateTimePicker1 As DateTimePicker
  572. Friend WithEvents DateTimePicker2 As DateTimePicker
  573. Friend WithEvents TextBox10 As TextBox
  574. Friend WithEvents TextBox11 As TextBox
  575. Friend WithEvents Label4 As Label
  576. Friend WithEvents Label5 As Label
  577. Friend WithEvents Label6 As Label
  578. Friend WithEvents Label7 As Label
  579. Friend WithEvents Label8 As Label
  580. Friend WithEvents Label9 As Label
  581. Friend WithEvents TextBox12 As TextBox
  582. Friend WithEvents TextBox13 As TextBox
  583. Friend WithEvents TextBox14 As TextBox
  584. Friend WithEvents Label10 As Label
  585. Friend WithEvents Label11 As Label
  586. Friend WithEvents Label12 As Label
  587. End Class