Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

Frm_wb_out.Designer.vb 28KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Frm_wb_out
  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. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  30. Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  31. Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  32. Me.DGV_chem_sum = New System.Windows.Forms.DataGridView()
  33. Me.dtp1 = New System.Windows.Forms.DateTimePicker()
  34. Me.dtp2 = New System.Windows.Forms.DateTimePicker()
  35. Me.Label2 = New System.Windows.Forms.Label()
  36. Me.dgv_detail_DD = New System.Windows.Forms.DataGridView()
  37. Me.Button1 = New System.Windows.Forms.Button()
  38. Me.Button2 = New System.Windows.Forms.Button()
  39. Me.dgv_chem = New System.Windows.Forms.DataGridView()
  40. Me.DGV_DETAIL_TR = New System.Windows.Forms.DataGridView()
  41. Me.DGV_DETAIL_OTHER = New System.Windows.Forms.DataGridView()
  42. Me.DGV_DETAIL_DD_B = New System.Windows.Forms.DataGridView()
  43. Me.Label3 = New System.Windows.Forms.Label()
  44. Me.Label4 = New System.Windows.Forms.Label()
  45. Me.Label5 = New System.Windows.Forms.Label()
  46. Me.Label6 = New System.Windows.Forms.Label()
  47. Me.Label7 = New System.Windows.Forms.Label()
  48. Me.Label8 = New System.Windows.Forms.Label()
  49. Me.Label9 = New System.Windows.Forms.Label()
  50. Me.dgv_detail_pu = New System.Windows.Forms.DataGridView()
  51. Me.dgv_detail_pu_head = New System.Windows.Forms.DataGridView()
  52. Me.dgv_wb = New System.Windows.Forms.DataGridView()
  53. Me.Label1 = New System.Windows.Forms.Label()
  54. Me.Label10 = New System.Windows.Forms.Label()
  55. Me.DGV_chem_bg = New System.Windows.Forms.DataGridView()
  56. CType(Me.DGV_chem_sum, System.ComponentModel.ISupportInitialize).BeginInit()
  57. CType(Me.dgv_detail_DD, System.ComponentModel.ISupportInitialize).BeginInit()
  58. CType(Me.dgv_chem, System.ComponentModel.ISupportInitialize).BeginInit()
  59. CType(Me.DGV_DETAIL_TR, System.ComponentModel.ISupportInitialize).BeginInit()
  60. CType(Me.DGV_DETAIL_OTHER, System.ComponentModel.ISupportInitialize).BeginInit()
  61. CType(Me.DGV_DETAIL_DD_B, System.ComponentModel.ISupportInitialize).BeginInit()
  62. CType(Me.dgv_detail_pu, System.ComponentModel.ISupportInitialize).BeginInit()
  63. CType(Me.dgv_detail_pu_head, System.ComponentModel.ISupportInitialize).BeginInit()
  64. CType(Me.dgv_wb, System.ComponentModel.ISupportInitialize).BeginInit()
  65. CType(Me.DGV_chem_bg, System.ComponentModel.ISupportInitialize).BeginInit()
  66. Me.SuspendLayout()
  67. '
  68. 'DGV_chem_sum
  69. '
  70. Me.DGV_chem_sum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  71. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  72. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
  73. DataGridViewCellStyle1.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  74. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
  75. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  76. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  77. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  78. Me.DGV_chem_sum.DefaultCellStyle = DataGridViewCellStyle1
  79. Me.DGV_chem_sum.Location = New System.Drawing.Point(16, 858)
  80. Me.DGV_chem_sum.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  81. Me.DGV_chem_sum.Name = "DGV_chem_sum"
  82. Me.DGV_chem_sum.RowHeadersWidth = 51
  83. Me.DGV_chem_sum.RowTemplate.Height = 23
  84. Me.DGV_chem_sum.Size = New System.Drawing.Size(692, 265)
  85. Me.DGV_chem_sum.TabIndex = 0
  86. '
  87. 'dtp1
  88. '
  89. Me.dtp1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  90. Me.dtp1.Location = New System.Drawing.Point(16, 15)
  91. Me.dtp1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  92. Me.dtp1.Name = "dtp1"
  93. Me.dtp1.Size = New System.Drawing.Size(193, 34)
  94. Me.dtp1.TabIndex = 1
  95. '
  96. 'dtp2
  97. '
  98. Me.dtp2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  99. Me.dtp2.Location = New System.Drawing.Point(261, 15)
  100. Me.dtp2.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  101. Me.dtp2.Name = "dtp2"
  102. Me.dtp2.Size = New System.Drawing.Size(193, 34)
  103. Me.dtp2.TabIndex = 2
  104. '
  105. 'Label2
  106. '
  107. Me.Label2.AutoSize = True
  108. Me.Label2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  109. Me.Label2.Location = New System.Drawing.Point(219, 25)
  110. Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  111. Me.Label2.Name = "Label2"
  112. Me.Label2.Size = New System.Drawing.Size(32, 27)
  113. Me.Label2.TabIndex = 4
  114. Me.Label2.Text = "至"
  115. '
  116. 'dgv_detail_DD
  117. '
  118. Me.dgv_detail_DD.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  119. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  120. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
  121. DataGridViewCellStyle2.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  122. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
  123. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  124. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  125. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  126. Me.dgv_detail_DD.DefaultCellStyle = DataGridViewCellStyle2
  127. Me.dgv_detail_DD.Location = New System.Drawing.Point(743, 40)
  128. Me.dgv_detail_DD.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  129. Me.dgv_detail_DD.Name = "dgv_detail_DD"
  130. Me.dgv_detail_DD.RowHeadersWidth = 51
  131. Me.dgv_detail_DD.RowTemplate.Height = 23
  132. Me.dgv_detail_DD.Size = New System.Drawing.Size(1220, 446)
  133. Me.dgv_detail_DD.TabIndex = 5
  134. '
  135. 'Button1
  136. '
  137. Me.Button1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  138. Me.Button1.Location = New System.Drawing.Point(464, 15)
  139. Me.Button1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  140. Me.Button1.Name = "Button1"
  141. Me.Button1.Size = New System.Drawing.Size(117, 36)
  142. Me.Button1.TabIndex = 6
  143. Me.Button1.Text = "出库查询"
  144. Me.Button1.UseVisualStyleBackColor = True
  145. '
  146. 'Button2
  147. '
  148. Me.Button2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  149. Me.Button2.Location = New System.Drawing.Point(589, 15)
  150. Me.Button2.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  151. Me.Button2.Name = "Button2"
  152. Me.Button2.Size = New System.Drawing.Size(77, 36)
  153. Me.Button2.TabIndex = 7
  154. Me.Button2.Text = "明细"
  155. Me.Button2.UseVisualStyleBackColor = True
  156. '
  157. 'dgv_chem
  158. '
  159. Me.dgv_chem.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  160. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  161. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
  162. DataGridViewCellStyle3.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  163. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
  164. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  165. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  166. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  167. Me.dgv_chem.DefaultCellStyle = DataGridViewCellStyle3
  168. Me.dgv_chem.Location = New System.Drawing.Point(16, 1144)
  169. Me.dgv_chem.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  170. Me.dgv_chem.Name = "dgv_chem"
  171. Me.dgv_chem.RowHeadersWidth = 51
  172. Me.dgv_chem.RowTemplate.Height = 23
  173. Me.dgv_chem.Size = New System.Drawing.Size(692, 312)
  174. Me.dgv_chem.TabIndex = 8
  175. '
  176. 'DGV_DETAIL_TR
  177. '
  178. Me.DGV_DETAIL_TR.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  179. DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  180. DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window
  181. DataGridViewCellStyle4.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  182. DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText
  183. DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
  184. DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  185. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  186. Me.DGV_DETAIL_TR.DefaultCellStyle = DataGridViewCellStyle4
  187. Me.DGV_DETAIL_TR.Location = New System.Drawing.Point(743, 525)
  188. Me.DGV_DETAIL_TR.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  189. Me.DGV_DETAIL_TR.Name = "DGV_DETAIL_TR"
  190. Me.DGV_DETAIL_TR.RowHeadersWidth = 51
  191. Me.DGV_DETAIL_TR.RowTemplate.Height = 23
  192. Me.DGV_DETAIL_TR.Size = New System.Drawing.Size(1220, 446)
  193. Me.DGV_DETAIL_TR.TabIndex = 9
  194. '
  195. 'DGV_DETAIL_OTHER
  196. '
  197. Me.DGV_DETAIL_OTHER.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  198. DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  199. DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window
  200. DataGridViewCellStyle5.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  201. DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText
  202. DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight
  203. DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  204. DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  205. Me.DGV_DETAIL_OTHER.DefaultCellStyle = DataGridViewCellStyle5
  206. Me.DGV_DETAIL_OTHER.Location = New System.Drawing.Point(743, 1010)
  207. Me.DGV_DETAIL_OTHER.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  208. Me.DGV_DETAIL_OTHER.Name = "DGV_DETAIL_OTHER"
  209. Me.DGV_DETAIL_OTHER.RowHeadersWidth = 51
  210. Me.DGV_DETAIL_OTHER.RowTemplate.Height = 23
  211. Me.DGV_DETAIL_OTHER.Size = New System.Drawing.Size(1220, 446)
  212. Me.DGV_DETAIL_OTHER.TabIndex = 10
  213. '
  214. 'DGV_DETAIL_DD_B
  215. '
  216. Me.DGV_DETAIL_DD_B.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  217. DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  218. DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window
  219. DataGridViewCellStyle6.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  220. DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText
  221. DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight
  222. DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  223. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  224. Me.DGV_DETAIL_DD_B.DefaultCellStyle = DataGridViewCellStyle6
  225. Me.DGV_DETAIL_DD_B.Location = New System.Drawing.Point(1992, 40)
  226. Me.DGV_DETAIL_DD_B.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  227. Me.DGV_DETAIL_DD_B.Name = "DGV_DETAIL_DD_B"
  228. Me.DGV_DETAIL_DD_B.RowHeadersWidth = 51
  229. Me.DGV_DETAIL_DD_B.RowTemplate.Height = 23
  230. Me.DGV_DETAIL_DD_B.Size = New System.Drawing.Size(1220, 446)
  231. Me.DGV_DETAIL_DD_B.TabIndex = 11
  232. '
  233. 'Label3
  234. '
  235. Me.Label3.AutoSize = True
  236. Me.Label3.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  237. Me.Label3.ForeColor = System.Drawing.Color.Red
  238. Me.Label3.Location = New System.Drawing.Point(736, 5)
  239. Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  240. Me.Label3.Name = "Label3"
  241. Me.Label3.Size = New System.Drawing.Size(177, 31)
  242. Me.Label3.TabIndex = 12
  243. Me.Label3.Text = "打底(反毛+PU)"
  244. '
  245. 'Label4
  246. '
  247. Me.Label4.AutoSize = True
  248. Me.Label4.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  249. Me.Label4.ForeColor = System.Drawing.Color.Red
  250. Me.Label4.Location = New System.Drawing.Point(1985, 490)
  251. Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  252. Me.Label4.Name = "Label4"
  253. Me.Label4.Size = New System.Drawing.Size(47, 31)
  254. Me.Label4.TabIndex = 13
  255. Me.Label4.Text = "PU"
  256. '
  257. 'Label5
  258. '
  259. Me.Label5.AutoSize = True
  260. Me.Label5.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  261. Me.Label5.ForeColor = System.Drawing.Color.Red
  262. Me.Label5.Location = New System.Drawing.Point(1985, 975)
  263. Me.Label5.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  264. Me.Label5.Name = "Label5"
  265. Me.Label5.Size = New System.Drawing.Size(87, 31)
  266. Me.Label5.TabIndex = 14
  267. Me.Label5.Text = "PU(头)"
  268. '
  269. 'Label6
  270. '
  271. Me.Label6.AutoSize = True
  272. Me.Label6.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  273. Me.Label6.ForeColor = System.Drawing.Color.Red
  274. Me.Label6.Location = New System.Drawing.Point(16, 822)
  275. Me.Label6.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  276. Me.Label6.Name = "Label6"
  277. Me.Label6.Size = New System.Drawing.Size(110, 31)
  278. Me.Label6.TabIndex = 15
  279. Me.Label6.Text = "化料领用"
  280. '
  281. 'Label7
  282. '
  283. Me.Label7.AutoSize = True
  284. Me.Label7.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  285. Me.Label7.ForeColor = System.Drawing.Color.Red
  286. Me.Label7.Location = New System.Drawing.Point(736, 975)
  287. Me.Label7.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  288. Me.Label7.Name = "Label7"
  289. Me.Label7.Size = New System.Drawing.Size(110, 31)
  290. Me.Label7.TabIndex = 16
  291. Me.Label7.Text = "回鼓改色"
  292. '
  293. 'Label8
  294. '
  295. Me.Label8.AutoSize = True
  296. Me.Label8.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  297. Me.Label8.ForeColor = System.Drawing.Color.Red
  298. Me.Label8.Location = New System.Drawing.Point(1985, 5)
  299. Me.Label8.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  300. Me.Label8.Name = "Label8"
  301. Me.Label8.Size = New System.Drawing.Size(174, 31)
  302. Me.Label8.TabIndex = 17
  303. Me.Label8.Text = "黑色打底(反毛)"
  304. '
  305. 'Label9
  306. '
  307. Me.Label9.AutoSize = True
  308. Me.Label9.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  309. Me.Label9.ForeColor = System.Drawing.Color.Red
  310. Me.Label9.Location = New System.Drawing.Point(736, 490)
  311. Me.Label9.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  312. Me.Label9.Name = "Label9"
  313. Me.Label9.Size = New System.Drawing.Size(62, 31)
  314. Me.Label9.TabIndex = 18
  315. Me.Label9.Text = "套染"
  316. '
  317. 'dgv_detail_pu
  318. '
  319. Me.dgv_detail_pu.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  320. DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  321. DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window
  322. DataGridViewCellStyle7.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  323. DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText
  324. DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight
  325. DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  326. DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  327. Me.dgv_detail_pu.DefaultCellStyle = DataGridViewCellStyle7
  328. Me.dgv_detail_pu.Location = New System.Drawing.Point(1992, 525)
  329. Me.dgv_detail_pu.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  330. Me.dgv_detail_pu.Name = "dgv_detail_pu"
  331. Me.dgv_detail_pu.RowHeadersWidth = 51
  332. Me.dgv_detail_pu.RowTemplate.Height = 23
  333. Me.dgv_detail_pu.Size = New System.Drawing.Size(1220, 446)
  334. Me.dgv_detail_pu.TabIndex = 19
  335. '
  336. 'dgv_detail_pu_head
  337. '
  338. Me.dgv_detail_pu_head.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  339. DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  340. DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window
  341. DataGridViewCellStyle8.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  342. DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText
  343. DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight
  344. DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  345. DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  346. Me.dgv_detail_pu_head.DefaultCellStyle = DataGridViewCellStyle8
  347. Me.dgv_detail_pu_head.Location = New System.Drawing.Point(1992, 1010)
  348. Me.dgv_detail_pu_head.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  349. Me.dgv_detail_pu_head.Name = "dgv_detail_pu_head"
  350. Me.dgv_detail_pu_head.RowHeadersWidth = 51
  351. Me.dgv_detail_pu_head.RowTemplate.Height = 23
  352. Me.dgv_detail_pu_head.Size = New System.Drawing.Size(1220, 446)
  353. Me.dgv_detail_pu_head.TabIndex = 20
  354. '
  355. 'dgv_wb
  356. '
  357. Me.dgv_wb.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  358. DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  359. DataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window
  360. DataGridViewCellStyle9.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  361. DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ControlText
  362. DataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight
  363. DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  364. DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  365. Me.dgv_wb.DefaultCellStyle = DataGridViewCellStyle9
  366. Me.dgv_wb.Location = New System.Drawing.Point(16, 90)
  367. Me.dgv_wb.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  368. Me.dgv_wb.Name = "dgv_wb"
  369. Me.dgv_wb.RowHeadersWidth = 51
  370. Me.dgv_wb.RowTemplate.Height = 23
  371. Me.dgv_wb.Size = New System.Drawing.Size(692, 396)
  372. Me.dgv_wb.TabIndex = 21
  373. '
  374. 'Label1
  375. '
  376. Me.Label1.AutoSize = True
  377. Me.Label1.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  378. Me.Label1.ForeColor = System.Drawing.Color.Red
  379. Me.Label1.Location = New System.Drawing.Point(9, 55)
  380. Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  381. Me.Label1.Name = "Label1"
  382. Me.Label1.Size = New System.Drawing.Size(110, 31)
  383. Me.Label1.TabIndex = 22
  384. Me.Label1.Text = "蓝皮领用"
  385. '
  386. 'Label10
  387. '
  388. Me.Label10.AutoSize = True
  389. Me.Label10.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  390. Me.Label10.ForeColor = System.Drawing.Color.Red
  391. Me.Label10.Location = New System.Drawing.Point(16, 505)
  392. Me.Label10.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  393. Me.Label10.Name = "Label10"
  394. Me.Label10.Size = New System.Drawing.Size(110, 31)
  395. Me.Label10.TabIndex = 24
  396. Me.Label10.Text = "手册领用"
  397. '
  398. 'DGV_chem_bg
  399. '
  400. Me.DGV_chem_bg.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  401. DataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  402. DataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window
  403. DataGridViewCellStyle10.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  404. DataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText
  405. DataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight
  406. DataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  407. DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  408. Me.DGV_chem_bg.DefaultCellStyle = DataGridViewCellStyle10
  409. Me.DGV_chem_bg.Location = New System.Drawing.Point(16, 540)
  410. Me.DGV_chem_bg.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  411. Me.DGV_chem_bg.Name = "DGV_chem_bg"
  412. Me.DGV_chem_bg.RowHeadersWidth = 51
  413. Me.DGV_chem_bg.RowTemplate.Height = 23
  414. Me.DGV_chem_bg.Size = New System.Drawing.Size(692, 265)
  415. Me.DGV_chem_bg.TabIndex = 23
  416. '
  417. 'Frm_wb_out
  418. '
  419. Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 15.0!)
  420. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  421. Me.AutoScroll = True
  422. Me.ClientSize = New System.Drawing.Size(2564, 1415)
  423. Me.Controls.Add(Me.Label10)
  424. Me.Controls.Add(Me.DGV_chem_bg)
  425. Me.Controls.Add(Me.Label1)
  426. Me.Controls.Add(Me.dgv_wb)
  427. Me.Controls.Add(Me.dgv_detail_pu_head)
  428. Me.Controls.Add(Me.dgv_detail_pu)
  429. Me.Controls.Add(Me.Label9)
  430. Me.Controls.Add(Me.Label8)
  431. Me.Controls.Add(Me.Label7)
  432. Me.Controls.Add(Me.Label6)
  433. Me.Controls.Add(Me.Label5)
  434. Me.Controls.Add(Me.Label4)
  435. Me.Controls.Add(Me.Label3)
  436. Me.Controls.Add(Me.DGV_DETAIL_DD_B)
  437. Me.Controls.Add(Me.DGV_DETAIL_OTHER)
  438. Me.Controls.Add(Me.DGV_DETAIL_TR)
  439. Me.Controls.Add(Me.dgv_chem)
  440. Me.Controls.Add(Me.Button2)
  441. Me.Controls.Add(Me.Button1)
  442. Me.Controls.Add(Me.dgv_detail_DD)
  443. Me.Controls.Add(Me.Label2)
  444. Me.Controls.Add(Me.dtp2)
  445. Me.Controls.Add(Me.dtp1)
  446. Me.Controls.Add(Me.DGV_chem_sum)
  447. Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  448. Me.Name = "Frm_wb_out"
  449. Me.Text = "Frm_wb_out"
  450. CType(Me.DGV_chem_sum, System.ComponentModel.ISupportInitialize).EndInit()
  451. CType(Me.dgv_detail_DD, System.ComponentModel.ISupportInitialize).EndInit()
  452. CType(Me.dgv_chem, System.ComponentModel.ISupportInitialize).EndInit()
  453. CType(Me.DGV_DETAIL_TR, System.ComponentModel.ISupportInitialize).EndInit()
  454. CType(Me.DGV_DETAIL_OTHER, System.ComponentModel.ISupportInitialize).EndInit()
  455. CType(Me.DGV_DETAIL_DD_B, System.ComponentModel.ISupportInitialize).EndInit()
  456. CType(Me.dgv_detail_pu, System.ComponentModel.ISupportInitialize).EndInit()
  457. CType(Me.dgv_detail_pu_head, System.ComponentModel.ISupportInitialize).EndInit()
  458. CType(Me.dgv_wb, System.ComponentModel.ISupportInitialize).EndInit()
  459. CType(Me.DGV_chem_bg, System.ComponentModel.ISupportInitialize).EndInit()
  460. Me.ResumeLayout(False)
  461. Me.PerformLayout()
  462. End Sub
  463. Friend WithEvents DGV_chem_sum As DataGridView
  464. Friend WithEvents dtp1 As DateTimePicker
  465. Friend WithEvents dtp2 As DateTimePicker
  466. Friend WithEvents Label2 As Label
  467. Friend WithEvents dgv_detail_DD As DataGridView
  468. Friend WithEvents Button1 As Button
  469. Friend WithEvents Button2 As Button
  470. Friend WithEvents dgv_chem As DataGridView
  471. Friend WithEvents DGV_DETAIL_TR As DataGridView
  472. Friend WithEvents DGV_DETAIL_OTHER As DataGridView
  473. Friend WithEvents DGV_DETAIL_DD_B As DataGridView
  474. Friend WithEvents Label3 As Label
  475. Friend WithEvents Label4 As Label
  476. Friend WithEvents Label5 As Label
  477. Friend WithEvents Label6 As Label
  478. Friend WithEvents Label7 As Label
  479. Friend WithEvents Label8 As Label
  480. Friend WithEvents Label9 As Label
  481. Friend WithEvents dgv_detail_pu As DataGridView
  482. Friend WithEvents dgv_detail_pu_head As DataGridView
  483. Friend WithEvents dgv_wb As DataGridView
  484. Friend WithEvents Label1 As Label
  485. Friend WithEvents Label10 As Label
  486. Friend WithEvents DGV_chem_bg As DataGridView
  487. End Class