暫無描述
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_Ship_detail.Designer.vb 38KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Frm_Ship_detail
  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. Me.dtp2 = New System.Windows.Forms.DateTimePicker()
  31. Me.dtp1 = New System.Windows.Forms.DateTimePicker()
  32. Me.Button3 = New System.Windows.Forms.Button()
  33. Me.Label1 = New System.Windows.Forms.Label()
  34. Me.dgv_detail = New System.Windows.Forms.DataGridView()
  35. Me.dgv_sum_cust = New System.Windows.Forms.DataGridView()
  36. Me.dgv_sum_date = New System.Windows.Forms.DataGridView()
  37. Me.dtp3 = New System.Windows.Forms.DateTimePicker()
  38. Me.ListBox1 = New System.Windows.Forms.ListBox()
  39. Me.ListBox2 = New System.Windows.Forms.ListBox()
  40. Me.Button1 = New System.Windows.Forms.Button()
  41. Me.TextBox1 = New System.Windows.Forms.TextBox()
  42. Me.TextBox2 = New System.Windows.Forms.TextBox()
  43. Me.TextBox3 = New System.Windows.Forms.TextBox()
  44. Me.Label2 = New System.Windows.Forms.Label()
  45. Me.Label3 = New System.Windows.Forms.Label()
  46. Me.Label4 = New System.Windows.Forms.Label()
  47. Me.Label6 = New System.Windows.Forms.Label()
  48. Me.Label7 = New System.Windows.Forms.Label()
  49. Me.TextBox5 = New System.Windows.Forms.TextBox()
  50. Me.TextBox6 = New System.Windows.Forms.TextBox()
  51. Me.Button2 = New System.Windows.Forms.Button()
  52. Me.dgv_sum = New System.Windows.Forms.DataGridView()
  53. Me.dgv_class = New System.Windows.Forms.DataGridView()
  54. Me.dgv_wb1 = New System.Windows.Forms.DataGridView()
  55. Me.dgv_wb2 = New System.Windows.Forms.DataGridView()
  56. Me.Button4 = New System.Windows.Forms.Button()
  57. Me.dgv1 = New System.Windows.Forms.DataGridView()
  58. Me.Label5 = New System.Windows.Forms.Label()
  59. Me.TXT_FMB = New System.Windows.Forms.TextBox()
  60. Me.Label8 = New System.Windows.Forms.Label()
  61. Me.TXT_FMO = New System.Windows.Forms.TextBox()
  62. Me.Label9 = New System.Windows.Forms.Label()
  63. Me.TXTPUO = New System.Windows.Forms.TextBox()
  64. Me.Label10 = New System.Windows.Forms.Label()
  65. Me.TXTPUB = New System.Windows.Forms.TextBox()
  66. Me.Button5 = New System.Windows.Forms.Button()
  67. Me.Label11 = New System.Windows.Forms.Label()
  68. Me.Label12 = New System.Windows.Forms.Label()
  69. Me.Label13 = New System.Windows.Forms.Label()
  70. Me.Label14 = New System.Windows.Forms.Label()
  71. Me.TextBox4 = New System.Windows.Forms.TextBox()
  72. Me.Label15 = New System.Windows.Forms.Label()
  73. Me.TextBox7 = New System.Windows.Forms.TextBox()
  74. Me.Button6 = New System.Windows.Forms.Button()
  75. CType(Me.dgv_detail, System.ComponentModel.ISupportInitialize).BeginInit()
  76. CType(Me.dgv_sum_cust, System.ComponentModel.ISupportInitialize).BeginInit()
  77. CType(Me.dgv_sum_date, System.ComponentModel.ISupportInitialize).BeginInit()
  78. CType(Me.dgv_sum, System.ComponentModel.ISupportInitialize).BeginInit()
  79. CType(Me.dgv_class, System.ComponentModel.ISupportInitialize).BeginInit()
  80. CType(Me.dgv_wb1, System.ComponentModel.ISupportInitialize).BeginInit()
  81. CType(Me.dgv_wb2, System.ComponentModel.ISupportInitialize).BeginInit()
  82. CType(Me.dgv1, System.ComponentModel.ISupportInitialize).BeginInit()
  83. Me.SuspendLayout()
  84. '
  85. 'dtp2
  86. '
  87. Me.dtp2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  88. Me.dtp2.Location = New System.Drawing.Point(375, 19)
  89. Me.dtp2.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  90. Me.dtp2.Name = "dtp2"
  91. Me.dtp2.Size = New System.Drawing.Size(242, 41)
  92. Me.dtp2.TabIndex = 8
  93. '
  94. 'dtp1
  95. '
  96. Me.dtp1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  97. Me.dtp1.Location = New System.Drawing.Point(63, 19)
  98. Me.dtp1.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  99. Me.dtp1.Name = "dtp1"
  100. Me.dtp1.Size = New System.Drawing.Size(242, 41)
  101. Me.dtp1.TabIndex = 7
  102. '
  103. 'Button3
  104. '
  105. Me.Button3.Location = New System.Drawing.Point(668, 19)
  106. Me.Button3.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  107. Me.Button3.Name = "Button3"
  108. Me.Button3.Size = New System.Drawing.Size(102, 46)
  109. Me.Button3.TabIndex = 6
  110. Me.Button3.Text = "查询"
  111. Me.Button3.UseVisualStyleBackColor = True
  112. '
  113. 'Label1
  114. '
  115. Me.Label1.AutoSize = True
  116. Me.Label1.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  117. Me.Label1.ForeColor = System.Drawing.Color.Black
  118. Me.Label1.Location = New System.Drawing.Point(318, 24)
  119. Me.Label1.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
  120. Me.Label1.Name = "Label1"
  121. Me.Label1.Size = New System.Drawing.Size(48, 40)
  122. Me.Label1.TabIndex = 9
  123. Me.Label1.Text = "至"
  124. '
  125. 'dgv_detail
  126. '
  127. Me.dgv_detail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  128. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  129. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
  130. DataGridViewCellStyle1.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  131. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
  132. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  133. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  134. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  135. Me.dgv_detail.DefaultCellStyle = DataGridViewCellStyle1
  136. Me.dgv_detail.Location = New System.Drawing.Point(63, 130)
  137. Me.dgv_detail.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  138. Me.dgv_detail.Name = "dgv_detail"
  139. Me.dgv_detail.RowHeadersWidth = 66
  140. Me.dgv_detail.RowTemplate.Height = 23
  141. Me.dgv_detail.Size = New System.Drawing.Size(1738, 581)
  142. Me.dgv_detail.TabIndex = 10
  143. '
  144. 'dgv_sum_cust
  145. '
  146. Me.dgv_sum_cust.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  147. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  148. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
  149. DataGridViewCellStyle2.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  150. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
  151. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  152. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  153. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  154. Me.dgv_sum_cust.DefaultCellStyle = DataGridViewCellStyle2
  155. Me.dgv_sum_cust.Location = New System.Drawing.Point(63, 803)
  156. Me.dgv_sum_cust.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  157. Me.dgv_sum_cust.Name = "dgv_sum_cust"
  158. Me.dgv_sum_cust.RowHeadersWidth = 66
  159. Me.dgv_sum_cust.RowTemplate.Height = 23
  160. Me.dgv_sum_cust.Size = New System.Drawing.Size(688, 888)
  161. Me.dgv_sum_cust.TabIndex = 11
  162. '
  163. 'dgv_sum_date
  164. '
  165. Me.dgv_sum_date.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  166. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  167. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
  168. DataGridViewCellStyle3.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  169. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
  170. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  171. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  172. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  173. Me.dgv_sum_date.DefaultCellStyle = DataGridViewCellStyle3
  174. Me.dgv_sum_date.Location = New System.Drawing.Point(798, 803)
  175. Me.dgv_sum_date.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  176. Me.dgv_sum_date.Name = "dgv_sum_date"
  177. Me.dgv_sum_date.RowHeadersWidth = 66
  178. Me.dgv_sum_date.RowTemplate.Height = 23
  179. Me.dgv_sum_date.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
  180. Me.dgv_sum_date.Size = New System.Drawing.Size(1065, 888)
  181. Me.dgv_sum_date.TabIndex = 12
  182. '
  183. 'dtp3
  184. '
  185. Me.dtp3.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  186. Me.dtp3.Location = New System.Drawing.Point(2737, 71)
  187. Me.dtp3.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  188. Me.dtp3.Name = "dtp3"
  189. Me.dtp3.Size = New System.Drawing.Size(242, 41)
  190. Me.dtp3.TabIndex = 13
  191. Me.dtp3.Visible = False
  192. '
  193. 'ListBox1
  194. '
  195. Me.ListBox1.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  196. Me.ListBox1.FormattingEnabled = True
  197. Me.ListBox1.ItemHeight = 28
  198. Me.ListBox1.Location = New System.Drawing.Point(2182, 296)
  199. Me.ListBox1.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  200. Me.ListBox1.Name = "ListBox1"
  201. Me.ListBox1.Size = New System.Drawing.Size(242, 200)
  202. Me.ListBox1.TabIndex = 14
  203. Me.ListBox1.Visible = False
  204. '
  205. 'ListBox2
  206. '
  207. Me.ListBox2.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  208. Me.ListBox2.FormattingEnabled = True
  209. Me.ListBox2.ItemHeight = 28
  210. Me.ListBox2.Location = New System.Drawing.Point(2182, 130)
  211. Me.ListBox2.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  212. Me.ListBox2.Name = "ListBox2"
  213. Me.ListBox2.Size = New System.Drawing.Size(242, 144)
  214. Me.ListBox2.TabIndex = 15
  215. Me.ListBox2.Visible = False
  216. '
  217. 'Button1
  218. '
  219. Me.Button1.Location = New System.Drawing.Point(3025, 71)
  220. Me.Button1.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  221. Me.Button1.Name = "Button1"
  222. Me.Button1.Size = New System.Drawing.Size(102, 46)
  223. Me.Button1.TabIndex = 17
  224. Me.Button1.Text = "出口报关"
  225. Me.Button1.UseVisualStyleBackColor = True
  226. Me.Button1.Visible = False
  227. '
  228. 'TextBox1
  229. '
  230. Me.TextBox1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  231. Me.TextBox1.Location = New System.Drawing.Point(1928, 564)
  232. Me.TextBox1.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  233. Me.TextBox1.Name = "TextBox1"
  234. Me.TextBox1.Size = New System.Drawing.Size(164, 41)
  235. Me.TextBox1.TabIndex = 18
  236. '
  237. 'TextBox2
  238. '
  239. Me.TextBox2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  240. Me.TextBox2.Location = New System.Drawing.Point(1177, 13)
  241. Me.TextBox2.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  242. Me.TextBox2.Name = "TextBox2"
  243. Me.TextBox2.Size = New System.Drawing.Size(182, 41)
  244. Me.TextBox2.TabIndex = 19
  245. '
  246. 'TextBox3
  247. '
  248. Me.TextBox3.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  249. Me.TextBox3.Location = New System.Drawing.Point(1928, 625)
  250. Me.TextBox3.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  251. Me.TextBox3.Name = "TextBox3"
  252. Me.TextBox3.Size = New System.Drawing.Size(164, 41)
  253. Me.TextBox3.TabIndex = 20
  254. '
  255. 'Label2
  256. '
  257. Me.Label2.AutoSize = True
  258. Me.Label2.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  259. Me.Label2.ForeColor = System.Drawing.Color.Red
  260. Me.Label2.Location = New System.Drawing.Point(1842, 567)
  261. Me.Label2.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
  262. Me.Label2.Name = "Label2"
  263. Me.Label2.Size = New System.Drawing.Size(79, 40)
  264. Me.Label2.TabIndex = 21
  265. Me.Label2.Text = "笔数"
  266. '
  267. 'Label3
  268. '
  269. Me.Label3.AutoSize = True
  270. Me.Label3.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  271. Me.Label3.ForeColor = System.Drawing.Color.Red
  272. Me.Label3.Location = New System.Drawing.Point(1083, 19)
  273. Me.Label3.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
  274. Me.Label3.Name = "Label3"
  275. Me.Label3.Size = New System.Drawing.Size(79, 40)
  276. Me.Label3.TabIndex = 22
  277. Me.Label3.Text = "合计"
  278. '
  279. 'Label4
  280. '
  281. Me.Label4.AutoSize = True
  282. Me.Label4.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  283. Me.Label4.ForeColor = System.Drawing.Color.Red
  284. Me.Label4.Location = New System.Drawing.Point(1842, 629)
  285. Me.Label4.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
  286. Me.Label4.Name = "Label4"
  287. Me.Label4.Size = New System.Drawing.Size(79, 40)
  288. Me.Label4.TabIndex = 23
  289. Me.Label4.Text = "重量"
  290. '
  291. 'Label6
  292. '
  293. Me.Label6.AutoSize = True
  294. Me.Label6.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  295. Me.Label6.ForeColor = System.Drawing.Color.Red
  296. Me.Label6.Location = New System.Drawing.Point(1812, 150)
  297. Me.Label6.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
  298. Me.Label6.Name = "Label6"
  299. Me.Label6.Size = New System.Drawing.Size(79, 40)
  300. Me.Label6.TabIndex = 28
  301. Me.Label6.Text = "尺数"
  302. Me.Label6.Visible = False
  303. '
  304. 'Label7
  305. '
  306. Me.Label7.AutoSize = True
  307. Me.Label7.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  308. Me.Label7.ForeColor = System.Drawing.Color.Red
  309. Me.Label7.Location = New System.Drawing.Point(2412, 71)
  310. Me.Label7.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
  311. Me.Label7.Name = "Label7"
  312. Me.Label7.Size = New System.Drawing.Size(79, 40)
  313. Me.Label7.TabIndex = 27
  314. Me.Label7.Text = "笔数"
  315. Me.Label7.Visible = False
  316. '
  317. 'TextBox5
  318. '
  319. Me.TextBox5.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  320. Me.TextBox5.Location = New System.Drawing.Point(1898, 147)
  321. Me.TextBox5.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  322. Me.TextBox5.Name = "TextBox5"
  323. Me.TextBox5.Size = New System.Drawing.Size(164, 41)
  324. Me.TextBox5.TabIndex = 25
  325. Me.TextBox5.Visible = False
  326. '
  327. 'TextBox6
  328. '
  329. Me.TextBox6.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  330. Me.TextBox6.Location = New System.Drawing.Point(2498, 68)
  331. Me.TextBox6.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  332. Me.TextBox6.Name = "TextBox6"
  333. Me.TextBox6.Size = New System.Drawing.Size(164, 41)
  334. Me.TextBox6.TabIndex = 24
  335. Me.TextBox6.Visible = False
  336. '
  337. 'Button2
  338. '
  339. Me.Button2.Location = New System.Drawing.Point(933, 14)
  340. Me.Button2.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  341. Me.Button2.Name = "Button2"
  342. Me.Button2.Size = New System.Drawing.Size(123, 49)
  343. Me.Button2.TabIndex = 29
  344. Me.Button2.Text = "计算"
  345. Me.Button2.UseVisualStyleBackColor = True
  346. '
  347. 'dgv_sum
  348. '
  349. Me.dgv_sum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  350. DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  351. DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window
  352. DataGridViewCellStyle4.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  353. DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText
  354. DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
  355. DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  356. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  357. Me.dgv_sum.DefaultCellStyle = DataGridViewCellStyle4
  358. Me.dgv_sum.Location = New System.Drawing.Point(1898, 803)
  359. Me.dgv_sum.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  360. Me.dgv_sum.Name = "dgv_sum"
  361. Me.dgv_sum.RowHeadersWidth = 66
  362. Me.dgv_sum.RowTemplate.Height = 23
  363. Me.dgv_sum.Size = New System.Drawing.Size(970, 888)
  364. Me.dgv_sum.TabIndex = 30
  365. '
  366. 'dgv_class
  367. '
  368. Me.dgv_class.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  369. DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  370. DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window
  371. DataGridViewCellStyle5.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  372. DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText
  373. DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight
  374. DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  375. DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  376. Me.dgv_class.DefaultCellStyle = DataGridViewCellStyle5
  377. Me.dgv_class.Location = New System.Drawing.Point(3287, 746)
  378. Me.dgv_class.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  379. Me.dgv_class.Name = "dgv_class"
  380. Me.dgv_class.RowHeadersWidth = 66
  381. Me.dgv_class.RowTemplate.Height = 23
  382. Me.dgv_class.Size = New System.Drawing.Size(588, 945)
  383. Me.dgv_class.TabIndex = 31
  384. '
  385. 'dgv_wb1
  386. '
  387. Me.dgv_wb1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  388. DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  389. DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window
  390. DataGridViewCellStyle6.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  391. DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText
  392. DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight
  393. DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  394. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  395. Me.dgv_wb1.DefaultCellStyle = DataGridViewCellStyle6
  396. Me.dgv_wb1.Location = New System.Drawing.Point(1820, 130)
  397. Me.dgv_wb1.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  398. Me.dgv_wb1.Name = "dgv_wb1"
  399. Me.dgv_wb1.RowHeadersWidth = 66
  400. Me.dgv_wb1.RowTemplate.Height = 23
  401. Me.dgv_wb1.Size = New System.Drawing.Size(1292, 589)
  402. Me.dgv_wb1.TabIndex = 32
  403. '
  404. 'dgv_wb2
  405. '
  406. Me.dgv_wb2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  407. DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  408. DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window
  409. DataGridViewCellStyle7.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  410. DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText
  411. DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight
  412. DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  413. DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  414. Me.dgv_wb2.DefaultCellStyle = DataGridViewCellStyle7
  415. Me.dgv_wb2.Location = New System.Drawing.Point(3140, 71)
  416. Me.dgv_wb2.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  417. Me.dgv_wb2.Name = "dgv_wb2"
  418. Me.dgv_wb2.RowHeadersWidth = 66
  419. Me.dgv_wb2.RowTemplate.Height = 23
  420. Me.dgv_wb2.Size = New System.Drawing.Size(735, 648)
  421. Me.dgv_wb2.TabIndex = 33
  422. '
  423. 'Button4
  424. '
  425. Me.Button4.Location = New System.Drawing.Point(780, 14)
  426. Me.Button4.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  427. Me.Button4.Name = "Button4"
  428. Me.Button4.Size = New System.Drawing.Size(123, 49)
  429. Me.Button4.TabIndex = 34
  430. Me.Button4.Text = "选取"
  431. Me.Button4.UseVisualStyleBackColor = True
  432. '
  433. 'dgv1
  434. '
  435. Me.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  436. DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  437. DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window
  438. DataGridViewCellStyle8.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  439. DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText
  440. DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight
  441. DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  442. DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  443. Me.dgv1.DefaultCellStyle = DataGridViewCellStyle8
  444. Me.dgv1.Location = New System.Drawing.Point(2897, 860)
  445. Me.dgv1.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  446. Me.dgv1.Name = "dgv1"
  447. Me.dgv1.RowHeadersWidth = 66
  448. Me.dgv1.RowTemplate.Height = 23
  449. Me.dgv1.Size = New System.Drawing.Size(688, 945)
  450. Me.dgv1.TabIndex = 35
  451. '
  452. 'Label5
  453. '
  454. Me.Label5.AutoSize = True
  455. Me.Label5.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  456. Me.Label5.ForeColor = System.Drawing.Color.Red
  457. Me.Label5.Location = New System.Drawing.Point(1365, 19)
  458. Me.Label5.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
  459. Me.Label5.Name = "Label5"
  460. Me.Label5.Size = New System.Drawing.Size(141, 40)
  461. Me.Label5.TabIndex = 37
  462. Me.Label5.Text = "反毛黑色"
  463. '
  464. 'TXT_FMB
  465. '
  466. Me.TXT_FMB.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  467. Me.TXT_FMB.Location = New System.Drawing.Point(1522, 13)
  468. Me.TXT_FMB.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  469. Me.TXT_FMB.Name = "TXT_FMB"
  470. Me.TXT_FMB.Size = New System.Drawing.Size(182, 41)
  471. Me.TXT_FMB.TabIndex = 36
  472. '
  473. 'Label8
  474. '
  475. Me.Label8.AutoSize = True
  476. Me.Label8.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  477. Me.Label8.ForeColor = System.Drawing.Color.Red
  478. Me.Label8.Location = New System.Drawing.Point(1717, 19)
  479. Me.Label8.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
  480. Me.Label8.Name = "Label8"
  481. Me.Label8.Size = New System.Drawing.Size(141, 40)
  482. Me.Label8.TabIndex = 39
  483. Me.Label8.Text = "反毛其他"
  484. '
  485. 'TXT_FMO
  486. '
  487. Me.TXT_FMO.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  488. Me.TXT_FMO.Location = New System.Drawing.Point(1873, 13)
  489. Me.TXT_FMO.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  490. Me.TXT_FMO.Name = "TXT_FMO"
  491. Me.TXT_FMO.Size = New System.Drawing.Size(182, 41)
  492. Me.TXT_FMO.TabIndex = 38
  493. '
  494. 'Label9
  495. '
  496. Me.Label9.AutoSize = True
  497. Me.Label9.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  498. Me.Label9.ForeColor = System.Drawing.Color.Red
  499. Me.Label9.Location = New System.Drawing.Point(2420, 19)
  500. Me.Label9.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
  501. Me.Label9.Name = "Label9"
  502. Me.Label9.Size = New System.Drawing.Size(121, 40)
  503. Me.Label9.TabIndex = 43
  504. Me.Label9.Text = "PU其他"
  505. '
  506. 'TXTPUO
  507. '
  508. Me.TXTPUO.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  509. Me.TXTPUO.Location = New System.Drawing.Point(2577, 13)
  510. Me.TXTPUO.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  511. Me.TXTPUO.Name = "TXTPUO"
  512. Me.TXTPUO.Size = New System.Drawing.Size(182, 41)
  513. Me.TXTPUO.TabIndex = 42
  514. '
  515. 'Label10
  516. '
  517. Me.Label10.AutoSize = True
  518. Me.Label10.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  519. Me.Label10.ForeColor = System.Drawing.Color.Red
  520. Me.Label10.Location = New System.Drawing.Point(2068, 19)
  521. Me.Label10.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
  522. Me.Label10.Name = "Label10"
  523. Me.Label10.Size = New System.Drawing.Size(121, 40)
  524. Me.Label10.TabIndex = 41
  525. Me.Label10.Text = "PU黑色"
  526. '
  527. 'TXTPUB
  528. '
  529. Me.TXTPUB.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  530. Me.TXTPUB.Location = New System.Drawing.Point(2225, 13)
  531. Me.TXTPUB.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  532. Me.TXTPUB.Name = "TXTPUB"
  533. Me.TXTPUB.Size = New System.Drawing.Size(182, 41)
  534. Me.TXTPUB.TabIndex = 40
  535. '
  536. 'Button5
  537. '
  538. Me.Button5.Location = New System.Drawing.Point(2865, 19)
  539. Me.Button5.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  540. Me.Button5.Name = "Button5"
  541. Me.Button5.Size = New System.Drawing.Size(125, 36)
  542. Me.Button5.TabIndex = 44
  543. Me.Button5.Text = "Button5"
  544. Me.Button5.UseVisualStyleBackColor = True
  545. '
  546. 'Label11
  547. '
  548. Me.Label11.AutoSize = True
  549. Me.Label11.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  550. Me.Label11.ForeColor = System.Drawing.Color.Red
  551. Me.Label11.Location = New System.Drawing.Point(55, 86)
  552. Me.Label11.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
  553. Me.Label11.Name = "Label11"
  554. Me.Label11.Size = New System.Drawing.Size(141, 40)
  555. Me.Label11.TabIndex = 45
  556. Me.Label11.Text = "出货明细"
  557. '
  558. 'Label12
  559. '
  560. Me.Label12.AutoSize = True
  561. Me.Label12.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  562. Me.Label12.ForeColor = System.Drawing.Color.Red
  563. Me.Label12.Location = New System.Drawing.Point(790, 758)
  564. Me.Label12.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
  565. Me.Label12.Name = "Label12"
  566. Me.Label12.Size = New System.Drawing.Size(172, 40)
  567. Me.Label12.TabIndex = 46
  568. Me.Label12.Text = "依日期加总"
  569. '
  570. 'Label13
  571. '
  572. Me.Label13.AutoSize = True
  573. Me.Label13.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  574. Me.Label13.ForeColor = System.Drawing.Color.Red
  575. Me.Label13.Location = New System.Drawing.Point(55, 758)
  576. Me.Label13.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
  577. Me.Label13.Name = "Label13"
  578. Me.Label13.Size = New System.Drawing.Size(141, 40)
  579. Me.Label13.TabIndex = 47
  580. Me.Label13.Text = "客户汇总"
  581. '
  582. 'Label14
  583. '
  584. Me.Label14.AutoSize = True
  585. Me.Label14.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  586. Me.Label14.ForeColor = System.Drawing.Color.Red
  587. Me.Label14.Location = New System.Drawing.Point(1365, 79)
  588. Me.Label14.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
  589. Me.Label14.Name = "Label14"
  590. Me.Label14.Size = New System.Drawing.Size(141, 40)
  591. Me.Label14.TabIndex = 49
  592. Me.Label14.Text = "反毛合计"
  593. '
  594. 'TextBox4
  595. '
  596. Me.TextBox4.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  597. Me.TextBox4.Location = New System.Drawing.Point(1522, 73)
  598. Me.TextBox4.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  599. Me.TextBox4.Name = "TextBox4"
  600. Me.TextBox4.Size = New System.Drawing.Size(182, 41)
  601. Me.TextBox4.TabIndex = 48
  602. '
  603. 'Label15
  604. '
  605. Me.Label15.AutoSize = True
  606. Me.Label15.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  607. Me.Label15.ForeColor = System.Drawing.Color.Red
  608. Me.Label15.Location = New System.Drawing.Point(2068, 78)
  609. Me.Label15.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
  610. Me.Label15.Name = "Label15"
  611. Me.Label15.Size = New System.Drawing.Size(121, 40)
  612. Me.Label15.TabIndex = 51
  613. Me.Label15.Text = "PU合计"
  614. '
  615. 'TextBox7
  616. '
  617. Me.TextBox7.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  618. Me.TextBox7.Location = New System.Drawing.Point(2225, 71)
  619. Me.TextBox7.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  620. Me.TextBox7.Name = "TextBox7"
  621. Me.TextBox7.Size = New System.Drawing.Size(182, 41)
  622. Me.TextBox7.TabIndex = 50
  623. '
  624. 'Button6
  625. '
  626. Me.Button6.Location = New System.Drawing.Point(780, 74)
  627. Me.Button6.Margin = New System.Windows.Forms.Padding(5)
  628. Me.Button6.Name = "Button6"
  629. Me.Button6.Size = New System.Drawing.Size(123, 49)
  630. Me.Button6.TabIndex = 52
  631. Me.Button6.Text = "反选"
  632. Me.Button6.UseVisualStyleBackColor = True
  633. '
  634. 'Frm_Ship_detail
  635. '
  636. Me.AutoScaleDimensions = New System.Drawing.SizeF(10.0!, 19.0!)
  637. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  638. Me.AutoScroll = True
  639. Me.ClientSize = New System.Drawing.Size(3207, 1680)
  640. Me.Controls.Add(Me.Button6)
  641. Me.Controls.Add(Me.Label15)
  642. Me.Controls.Add(Me.TextBox7)
  643. Me.Controls.Add(Me.Label14)
  644. Me.Controls.Add(Me.TextBox4)
  645. Me.Controls.Add(Me.Label13)
  646. Me.Controls.Add(Me.Label12)
  647. Me.Controls.Add(Me.Label11)
  648. Me.Controls.Add(Me.Button5)
  649. Me.Controls.Add(Me.Label9)
  650. Me.Controls.Add(Me.TXTPUO)
  651. Me.Controls.Add(Me.Label10)
  652. Me.Controls.Add(Me.TXTPUB)
  653. Me.Controls.Add(Me.Label8)
  654. Me.Controls.Add(Me.TXT_FMO)
  655. Me.Controls.Add(Me.Label5)
  656. Me.Controls.Add(Me.TXT_FMB)
  657. Me.Controls.Add(Me.dgv1)
  658. Me.Controls.Add(Me.Button4)
  659. Me.Controls.Add(Me.dgv_wb2)
  660. Me.Controls.Add(Me.dgv_wb1)
  661. Me.Controls.Add(Me.dgv_class)
  662. Me.Controls.Add(Me.dgv_sum)
  663. Me.Controls.Add(Me.Button2)
  664. Me.Controls.Add(Me.Label6)
  665. Me.Controls.Add(Me.Label7)
  666. Me.Controls.Add(Me.TextBox5)
  667. Me.Controls.Add(Me.TextBox6)
  668. Me.Controls.Add(Me.Label4)
  669. Me.Controls.Add(Me.Label3)
  670. Me.Controls.Add(Me.Label2)
  671. Me.Controls.Add(Me.TextBox3)
  672. Me.Controls.Add(Me.TextBox2)
  673. Me.Controls.Add(Me.TextBox1)
  674. Me.Controls.Add(Me.Button1)
  675. Me.Controls.Add(Me.ListBox2)
  676. Me.Controls.Add(Me.ListBox1)
  677. Me.Controls.Add(Me.dtp3)
  678. Me.Controls.Add(Me.dgv_sum_date)
  679. Me.Controls.Add(Me.dgv_sum_cust)
  680. Me.Controls.Add(Me.dgv_detail)
  681. Me.Controls.Add(Me.Label1)
  682. Me.Controls.Add(Me.dtp2)
  683. Me.Controls.Add(Me.dtp1)
  684. Me.Controls.Add(Me.Button3)
  685. Me.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
  686. Me.Name = "Frm_Ship_detail"
  687. Me.Text = "发货明细"
  688. CType(Me.dgv_detail, System.ComponentModel.ISupportInitialize).EndInit()
  689. CType(Me.dgv_sum_cust, System.ComponentModel.ISupportInitialize).EndInit()
  690. CType(Me.dgv_sum_date, System.ComponentModel.ISupportInitialize).EndInit()
  691. CType(Me.dgv_sum, System.ComponentModel.ISupportInitialize).EndInit()
  692. CType(Me.dgv_class, System.ComponentModel.ISupportInitialize).EndInit()
  693. CType(Me.dgv_wb1, System.ComponentModel.ISupportInitialize).EndInit()
  694. CType(Me.dgv_wb2, System.ComponentModel.ISupportInitialize).EndInit()
  695. CType(Me.dgv1, System.ComponentModel.ISupportInitialize).EndInit()
  696. Me.ResumeLayout(False)
  697. Me.PerformLayout()
  698. End Sub
  699. Friend WithEvents dtp2 As DateTimePicker
  700. Friend WithEvents dtp1 As DateTimePicker
  701. Friend WithEvents Button3 As Button
  702. Friend WithEvents Label1 As Label
  703. Friend WithEvents dgv_detail As DataGridView
  704. Friend WithEvents dgv_sum_cust As DataGridView
  705. Friend WithEvents dgv_sum_date As DataGridView
  706. Friend WithEvents dtp3 As DateTimePicker
  707. Friend WithEvents ListBox1 As ListBox
  708. Friend WithEvents ListBox2 As ListBox
  709. Friend WithEvents Button1 As Button
  710. Friend WithEvents TextBox1 As TextBox
  711. Friend WithEvents TextBox2 As TextBox
  712. Friend WithEvents TextBox3 As TextBox
  713. Friend WithEvents Label2 As Label
  714. Friend WithEvents Label3 As Label
  715. Friend WithEvents Label4 As Label
  716. Friend WithEvents Label6 As Label
  717. Friend WithEvents Label7 As Label
  718. Friend WithEvents TextBox5 As TextBox
  719. Friend WithEvents TextBox6 As TextBox
  720. Friend WithEvents Button2 As Button
  721. Friend WithEvents dgv_sum As DataGridView
  722. Friend WithEvents dgv_class As DataGridView
  723. Friend WithEvents dgv_wb1 As DataGridView
  724. Friend WithEvents dgv_wb2 As DataGridView
  725. Friend WithEvents Button4 As Button
  726. Friend WithEvents dgv1 As DataGridView
  727. Friend WithEvents Label5 As Label
  728. Friend WithEvents TXT_FMB As TextBox
  729. Friend WithEvents Label8 As Label
  730. Friend WithEvents TXT_FMO As TextBox
  731. Friend WithEvents Label9 As Label
  732. Friend WithEvents TXTPUO As TextBox
  733. Friend WithEvents Label10 As Label
  734. Friend WithEvents TXTPUB As TextBox
  735. Friend WithEvents Button5 As Button
  736. Friend WithEvents Label11 As Label
  737. Friend WithEvents Label12 As Label
  738. Friend WithEvents Label13 As Label
  739. Friend WithEvents Label14 As Label
  740. Friend WithEvents TextBox4 As TextBox
  741. Friend WithEvents Label15 As Label
  742. Friend WithEvents TextBox7 As TextBox
  743. Friend WithEvents Button6 As Button
  744. End Class