Няма описание
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.

倉儲對帳表.Designer.vb 25KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 倉儲對帳表
  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. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Me.明細表_dgv = New System.Windows.Forms.DataGridView()
  26. Me.本期銷貨金額_tb = New System.Windows.Forms.TextBox()
  27. Me.Label22 = New System.Windows.Forms.Label()
  28. Me.類別清單_cb = New System.Windows.Forms.ComboBox()
  29. Me.Label1 = New System.Windows.Forms.Label()
  30. Me.選擇供應商_cb = New System.Windows.Forms.ComboBox()
  31. Me.Label25 = New System.Windows.Forms.Label()
  32. Me.當月_bt = New System.Windows.Forms.Button()
  33. Me.當日_bt = New System.Windows.Forms.Button()
  34. Me.結束日期_dtp = New System.Windows.Forms.DateTimePicker()
  35. Me.開始日期_dtp = New System.Windows.Forms.DateTimePicker()
  36. Me.Label4 = New System.Windows.Forms.Label()
  37. Me.下個月_bt = New System.Windows.Forms.Button()
  38. Me.上個月_bt = New System.Windows.Forms.Button()
  39. Me.一般月_ch = New System.Windows.Forms.CheckBox()
  40. Me.會計月_ch = New System.Windows.Forms.CheckBox()
  41. Me.中間日期_dtp = New System.Windows.Forms.DateTimePicker()
  42. Me.Panel1 = New System.Windows.Forms.Panel()
  43. Me.電話 = New System.Windows.Forms.TextBox()
  44. Me.傳真 = New System.Windows.Forms.TextBox()
  45. Me.地址 = New System.Windows.Forms.TextBox()
  46. Me.供應商名稱 = New System.Windows.Forms.TextBox()
  47. Me.供應商編號 = New System.Windows.Forms.TextBox()
  48. Me.匯出EXCEL_bt = New System.Windows.Forms.Button()
  49. Me.本期銷退金額_tb = New System.Windows.Forms.TextBox()
  50. Me.Label2 = New System.Windows.Forms.Label()
  51. Me.合計金額_tb = New System.Windows.Forms.TextBox()
  52. Me.Label3 = New System.Windows.Forms.Label()
  53. Me.不含稅_ch = New System.Windows.Forms.CheckBox()
  54. Me.含稅_ch = New System.Windows.Forms.CheckBox()
  55. Me.稅額_tb = New System.Windows.Forms.TextBox()
  56. Me.Label5 = New System.Windows.Forms.Label()
  57. Me.金額總計_tb = New System.Windows.Forms.TextBox()
  58. Me.Label6 = New System.Windows.Forms.Label()
  59. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  60. Me.公司名稱 = New System.Windows.Forms.TextBox()
  61. CType(Me.明細表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  62. Me.Panel1.SuspendLayout()
  63. Me.SuspendLayout()
  64. '
  65. '明細表_dgv
  66. '
  67. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  68. Me.明細表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  69. Me.明細表_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  70. Or System.Windows.Forms.AnchorStyles.Left) _
  71. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  72. Me.明細表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  73. Me.明細表_dgv.BackgroundColor = System.Drawing.Color.White
  74. Me.明細表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  75. Me.明細表_dgv.Location = New System.Drawing.Point(14, 67)
  76. Me.明細表_dgv.Margin = New System.Windows.Forms.Padding(5)
  77. Me.明細表_dgv.Name = "明細表_dgv"
  78. Me.明細表_dgv.RowHeadersWidth = 5
  79. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  80. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  81. Me.明細表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  82. Me.明細表_dgv.RowTemplate.Height = 24
  83. Me.明細表_dgv.Size = New System.Drawing.Size(1306, 610)
  84. Me.明細表_dgv.TabIndex = 1738
  85. '
  86. '本期銷貨金額_tb
  87. '
  88. Me.本期銷貨金額_tb.Location = New System.Drawing.Point(600, 32)
  89. Me.本期銷貨金額_tb.Margin = New System.Windows.Forms.Padding(4)
  90. Me.本期銷貨金額_tb.Name = "本期銷貨金額_tb"
  91. Me.本期銷貨金額_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  92. Me.本期銷貨金額_tb.Size = New System.Drawing.Size(76, 23)
  93. Me.本期銷貨金額_tb.TabIndex = 1739
  94. Me.本期銷貨金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  95. '
  96. 'Label22
  97. '
  98. Me.Label22.AutoSize = True
  99. Me.Label22.ImeMode = System.Windows.Forms.ImeMode.NoControl
  100. Me.Label22.Location = New System.Drawing.Point(597, 7)
  101. Me.Label22.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  102. Me.Label22.Name = "Label22"
  103. Me.Label22.Size = New System.Drawing.Size(79, 16)
  104. Me.Label22.TabIndex = 1740
  105. Me.Label22.Text = "本期銷貨金額"
  106. '
  107. '類別清單_cb
  108. '
  109. Me.類別清單_cb.FormattingEnabled = True
  110. Me.類別清單_cb.Location = New System.Drawing.Point(86, 5)
  111. Me.類別清單_cb.Name = "類別清單_cb"
  112. Me.類別清單_cb.Size = New System.Drawing.Size(157, 24)
  113. Me.類別清單_cb.TabIndex = 1744
  114. Me.類別清單_cb.Visible = False
  115. '
  116. 'Label1
  117. '
  118. Me.Label1.AutoSize = True
  119. Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl
  120. Me.Label1.Location = New System.Drawing.Point(13, 9)
  121. Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  122. Me.Label1.Name = "Label1"
  123. Me.Label1.Size = New System.Drawing.Size(55, 16)
  124. Me.Label1.TabIndex = 1743
  125. Me.Label1.Text = "選擇類別"
  126. Me.Label1.Visible = False
  127. '
  128. '選擇供應商_cb
  129. '
  130. Me.選擇供應商_cb.FormattingEnabled = True
  131. Me.選擇供應商_cb.Location = New System.Drawing.Point(87, 35)
  132. Me.選擇供應商_cb.Name = "選擇供應商_cb"
  133. Me.選擇供應商_cb.Size = New System.Drawing.Size(156, 24)
  134. Me.選擇供應商_cb.TabIndex = 1742
  135. '
  136. 'Label25
  137. '
  138. Me.Label25.AutoSize = True
  139. Me.Label25.ImeMode = System.Windows.Forms.ImeMode.NoControl
  140. Me.Label25.Location = New System.Drawing.Point(13, 38)
  141. Me.Label25.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  142. Me.Label25.Name = "Label25"
  143. Me.Label25.Size = New System.Drawing.Size(67, 16)
  144. Me.Label25.TabIndex = 1741
  145. Me.Label25.Text = "選擇供應商"
  146. '
  147. '當月_bt
  148. '
  149. Me.當月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  150. Me.當月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  151. Me.當月_bt.Location = New System.Drawing.Point(512, 3)
  152. Me.當月_bt.Name = "當月_bt"
  153. Me.當月_bt.Size = New System.Drawing.Size(45, 25)
  154. Me.當月_bt.TabIndex = 1749
  155. Me.當月_bt.Text = "當月"
  156. Me.當月_bt.UseVisualStyleBackColor = True
  157. '
  158. '當日_bt
  159. '
  160. Me.當日_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  161. Me.當日_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  162. Me.當日_bt.Location = New System.Drawing.Point(467, 3)
  163. Me.當日_bt.Name = "當日_bt"
  164. Me.當日_bt.Size = New System.Drawing.Size(45, 25)
  165. Me.當日_bt.TabIndex = 1748
  166. Me.當日_bt.Text = "當日"
  167. Me.當日_bt.UseVisualStyleBackColor = True
  168. '
  169. '結束日期_dtp
  170. '
  171. Me.結束日期_dtp.CustomFormat = "yyyy/MM/dd"
  172. Me.結束日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  173. Me.結束日期_dtp.Location = New System.Drawing.Point(375, 4)
  174. Me.結束日期_dtp.Name = "結束日期_dtp"
  175. Me.結束日期_dtp.Size = New System.Drawing.Size(91, 23)
  176. Me.結束日期_dtp.TabIndex = 1746
  177. '
  178. '開始日期_dtp
  179. '
  180. Me.開始日期_dtp.CustomFormat = "yyyy/MM/dd"
  181. Me.開始日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  182. Me.開始日期_dtp.Location = New System.Drawing.Point(266, 4)
  183. Me.開始日期_dtp.Name = "開始日期_dtp"
  184. Me.開始日期_dtp.Size = New System.Drawing.Size(91, 23)
  185. Me.開始日期_dtp.TabIndex = 1745
  186. '
  187. 'Label4
  188. '
  189. Me.Label4.AutoSize = True
  190. Me.Label4.Location = New System.Drawing.Point(357, 8)
  191. Me.Label4.Name = "Label4"
  192. Me.Label4.Size = New System.Drawing.Size(19, 16)
  193. Me.Label4.TabIndex = 1747
  194. Me.Label4.Text = "到"
  195. '
  196. '下個月_bt
  197. '
  198. Me.下個月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  199. Me.下個月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  200. Me.下個月_bt.Location = New System.Drawing.Point(485, 33)
  201. Me.下個月_bt.Name = "下個月_bt"
  202. Me.下個月_bt.Size = New System.Drawing.Size(57, 23)
  203. Me.下個月_bt.TabIndex = 1751
  204. Me.下個月_bt.Text = "下個月"
  205. Me.下個月_bt.UseVisualStyleBackColor = True
  206. '
  207. '上個月_bt
  208. '
  209. Me.上個月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  210. Me.上個月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  211. Me.上個月_bt.Location = New System.Drawing.Point(427, 33)
  212. Me.上個月_bt.Name = "上個月_bt"
  213. Me.上個月_bt.Size = New System.Drawing.Size(57, 23)
  214. Me.上個月_bt.TabIndex = 1750
  215. Me.上個月_bt.Text = "上個月"
  216. Me.上個月_bt.UseVisualStyleBackColor = True
  217. '
  218. '一般月_ch
  219. '
  220. Me.一般月_ch.AutoSize = True
  221. Me.一般月_ch.Location = New System.Drawing.Point(343, 35)
  222. Me.一般月_ch.Name = "一般月_ch"
  223. Me.一般月_ch.Size = New System.Drawing.Size(62, 20)
  224. Me.一般月_ch.TabIndex = 1753
  225. Me.一般月_ch.Text = "一般月"
  226. Me.一般月_ch.UseVisualStyleBackColor = True
  227. '
  228. '會計月_ch
  229. '
  230. Me.會計月_ch.AutoSize = True
  231. Me.會計月_ch.Checked = True
  232. Me.會計月_ch.CheckState = System.Windows.Forms.CheckState.Checked
  233. Me.會計月_ch.Location = New System.Drawing.Point(265, 35)
  234. Me.會計月_ch.Name = "會計月_ch"
  235. Me.會計月_ch.Size = New System.Drawing.Size(62, 20)
  236. Me.會計月_ch.TabIndex = 1752
  237. Me.會計月_ch.Text = "會計月"
  238. Me.會計月_ch.UseVisualStyleBackColor = True
  239. '
  240. '中間日期_dtp
  241. '
  242. Me.中間日期_dtp.CustomFormat = "yyyy/MM/dd"
  243. Me.中間日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  244. Me.中間日期_dtp.Location = New System.Drawing.Point(50, 28)
  245. Me.中間日期_dtp.Name = "中間日期_dtp"
  246. Me.中間日期_dtp.Size = New System.Drawing.Size(91, 23)
  247. Me.中間日期_dtp.TabIndex = 1754
  248. '
  249. 'Panel1
  250. '
  251. Me.Panel1.Controls.Add(Me.公司名稱)
  252. Me.Panel1.Controls.Add(Me.電話)
  253. Me.Panel1.Controls.Add(Me.傳真)
  254. Me.Panel1.Controls.Add(Me.地址)
  255. Me.Panel1.Controls.Add(Me.供應商名稱)
  256. Me.Panel1.Controls.Add(Me.供應商編號)
  257. Me.Panel1.Controls.Add(Me.中間日期_dtp)
  258. Me.Panel1.Location = New System.Drawing.Point(47, 203)
  259. Me.Panel1.Name = "Panel1"
  260. Me.Panel1.Size = New System.Drawing.Size(510, 312)
  261. Me.Panel1.TabIndex = 1755
  262. Me.Panel1.Visible = False
  263. '
  264. '電話
  265. '
  266. Me.電話.Location = New System.Drawing.Point(50, 224)
  267. Me.電話.Margin = New System.Windows.Forms.Padding(4)
  268. Me.電話.Name = "電話"
  269. Me.電話.RightToLeft = System.Windows.Forms.RightToLeft.No
  270. Me.電話.Size = New System.Drawing.Size(76, 23)
  271. Me.電話.TabIndex = 1767
  272. Me.電話.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  273. '
  274. '傳真
  275. '
  276. Me.傳真.Location = New System.Drawing.Point(50, 266)
  277. Me.傳真.Margin = New System.Windows.Forms.Padding(4)
  278. Me.傳真.Name = "傳真"
  279. Me.傳真.RightToLeft = System.Windows.Forms.RightToLeft.No
  280. Me.傳真.Size = New System.Drawing.Size(76, 23)
  281. Me.傳真.TabIndex = 1768
  282. Me.傳真.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  283. '
  284. '地址
  285. '
  286. Me.地址.Location = New System.Drawing.Point(50, 170)
  287. Me.地址.Margin = New System.Windows.Forms.Padding(4)
  288. Me.地址.Name = "地址"
  289. Me.地址.RightToLeft = System.Windows.Forms.RightToLeft.No
  290. Me.地址.Size = New System.Drawing.Size(76, 23)
  291. Me.地址.TabIndex = 1757
  292. Me.地址.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  293. '
  294. '供應商名稱
  295. '
  296. Me.供應商名稱.Location = New System.Drawing.Point(50, 117)
  297. Me.供應商名稱.Margin = New System.Windows.Forms.Padding(4)
  298. Me.供應商名稱.Name = "供應商名稱"
  299. Me.供應商名稱.RightToLeft = System.Windows.Forms.RightToLeft.No
  300. Me.供應商名稱.Size = New System.Drawing.Size(76, 23)
  301. Me.供應商名稱.TabIndex = 1756
  302. Me.供應商名稱.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  303. '
  304. '供應商編號
  305. '
  306. Me.供應商編號.Location = New System.Drawing.Point(50, 74)
  307. Me.供應商編號.Margin = New System.Windows.Forms.Padding(4)
  308. Me.供應商編號.Name = "供應商編號"
  309. Me.供應商編號.RightToLeft = System.Windows.Forms.RightToLeft.No
  310. Me.供應商編號.Size = New System.Drawing.Size(76, 23)
  311. Me.供應商編號.TabIndex = 1755
  312. Me.供應商編號.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  313. '
  314. '匯出EXCEL_bt
  315. '
  316. Me.匯出EXCEL_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  317. Me.匯出EXCEL_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.print
  318. Me.匯出EXCEL_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  319. Me.匯出EXCEL_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  320. Me.匯出EXCEL_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
  321. Me.匯出EXCEL_bt.Location = New System.Drawing.Point(1256, 4)
  322. Me.匯出EXCEL_bt.Name = "匯出EXCEL_bt"
  323. Me.匯出EXCEL_bt.Size = New System.Drawing.Size(64, 51)
  324. Me.匯出EXCEL_bt.TabIndex = 1756
  325. Me.匯出EXCEL_bt.UseVisualStyleBackColor = True
  326. '
  327. '本期銷退金額_tb
  328. '
  329. Me.本期銷退金額_tb.Location = New System.Drawing.Point(710, 32)
  330. Me.本期銷退金額_tb.Margin = New System.Windows.Forms.Padding(4)
  331. Me.本期銷退金額_tb.Name = "本期銷退金額_tb"
  332. Me.本期銷退金額_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  333. Me.本期銷退金額_tb.Size = New System.Drawing.Size(76, 23)
  334. Me.本期銷退金額_tb.TabIndex = 1757
  335. Me.本期銷退金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  336. '
  337. 'Label2
  338. '
  339. Me.Label2.AutoSize = True
  340. Me.Label2.ImeMode = System.Windows.Forms.ImeMode.NoControl
  341. Me.Label2.Location = New System.Drawing.Point(707, 7)
  342. Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  343. Me.Label2.Name = "Label2"
  344. Me.Label2.Size = New System.Drawing.Size(79, 16)
  345. Me.Label2.TabIndex = 1758
  346. Me.Label2.Text = "本期銷退金額"
  347. '
  348. '合計金額_tb
  349. '
  350. Me.合計金額_tb.Location = New System.Drawing.Point(894, 31)
  351. Me.合計金額_tb.Margin = New System.Windows.Forms.Padding(4)
  352. Me.合計金額_tb.Name = "合計金額_tb"
  353. Me.合計金額_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  354. Me.合計金額_tb.Size = New System.Drawing.Size(76, 23)
  355. Me.合計金額_tb.TabIndex = 1759
  356. Me.合計金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  357. '
  358. 'Label3
  359. '
  360. Me.Label3.AutoSize = True
  361. Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl
  362. Me.Label3.Location = New System.Drawing.Point(903, 3)
  363. Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  364. Me.Label3.Name = "Label3"
  365. Me.Label3.Size = New System.Drawing.Size(55, 16)
  366. Me.Label3.TabIndex = 1760
  367. Me.Label3.Text = "金額合計"
  368. '
  369. '不含稅_ch
  370. '
  371. Me.不含稅_ch.AutoSize = True
  372. Me.不含稅_ch.Location = New System.Drawing.Point(819, 38)
  373. Me.不含稅_ch.Name = "不含稅_ch"
  374. Me.不含稅_ch.Size = New System.Drawing.Size(62, 20)
  375. Me.不含稅_ch.TabIndex = 1762
  376. Me.不含稅_ch.Text = "不含稅"
  377. Me.不含稅_ch.UseVisualStyleBackColor = True
  378. '
  379. '含稅_ch
  380. '
  381. Me.含稅_ch.AutoSize = True
  382. Me.含稅_ch.Checked = True
  383. Me.含稅_ch.CheckState = System.Windows.Forms.CheckState.Checked
  384. Me.含稅_ch.Location = New System.Drawing.Point(819, 4)
  385. Me.含稅_ch.Name = "含稅_ch"
  386. Me.含稅_ch.Size = New System.Drawing.Size(50, 20)
  387. Me.含稅_ch.TabIndex = 1761
  388. Me.含稅_ch.Text = "含稅"
  389. Me.含稅_ch.UseVisualStyleBackColor = True
  390. '
  391. '稅額_tb
  392. '
  393. Me.稅額_tb.Location = New System.Drawing.Point(988, 31)
  394. Me.稅額_tb.Margin = New System.Windows.Forms.Padding(4)
  395. Me.稅額_tb.Name = "稅額_tb"
  396. Me.稅額_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  397. Me.稅額_tb.Size = New System.Drawing.Size(76, 23)
  398. Me.稅額_tb.TabIndex = 1763
  399. Me.稅額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  400. '
  401. 'Label5
  402. '
  403. Me.Label5.AutoSize = True
  404. Me.Label5.ImeMode = System.Windows.Forms.ImeMode.NoControl
  405. Me.Label5.Location = New System.Drawing.Point(1012, 4)
  406. Me.Label5.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  407. Me.Label5.Name = "Label5"
  408. Me.Label5.Size = New System.Drawing.Size(31, 16)
  409. Me.Label5.TabIndex = 1764
  410. Me.Label5.Text = "稅額"
  411. '
  412. '金額總計_tb
  413. '
  414. Me.金額總計_tb.Location = New System.Drawing.Point(1085, 31)
  415. Me.金額總計_tb.Margin = New System.Windows.Forms.Padding(4)
  416. Me.金額總計_tb.Name = "金額總計_tb"
  417. Me.金額總計_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  418. Me.金額總計_tb.Size = New System.Drawing.Size(76, 23)
  419. Me.金額總計_tb.TabIndex = 1765
  420. Me.金額總計_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  421. '
  422. 'Label6
  423. '
  424. Me.Label6.AutoSize = True
  425. Me.Label6.ImeMode = System.Windows.Forms.ImeMode.NoControl
  426. Me.Label6.Location = New System.Drawing.Point(1094, 3)
  427. Me.Label6.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  428. Me.Label6.Name = "Label6"
  429. Me.Label6.Size = New System.Drawing.Size(55, 16)
  430. Me.Label6.TabIndex = 1766
  431. Me.Label6.Text = "金額總計"
  432. '
  433. 'ToolTip1
  434. '
  435. Me.ToolTip1.IsBalloon = True
  436. Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info
  437. Me.ToolTip1.ToolTipTitle = "系統說明"
  438. '
  439. '公司名稱
  440. '
  441. Me.公司名稱.Location = New System.Drawing.Point(192, 28)
  442. Me.公司名稱.Margin = New System.Windows.Forms.Padding(4)
  443. Me.公司名稱.Name = "公司名稱"
  444. Me.公司名稱.RightToLeft = System.Windows.Forms.RightToLeft.No
  445. Me.公司名稱.Size = New System.Drawing.Size(76, 23)
  446. Me.公司名稱.TabIndex = 1769
  447. Me.公司名稱.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  448. '
  449. '倉儲對帳表
  450. '
  451. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  452. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  453. Me.ClientSize = New System.Drawing.Size(1334, 691)
  454. Me.Controls.Add(Me.金額總計_tb)
  455. Me.Controls.Add(Me.Label6)
  456. Me.Controls.Add(Me.稅額_tb)
  457. Me.Controls.Add(Me.Label5)
  458. Me.Controls.Add(Me.不含稅_ch)
  459. Me.Controls.Add(Me.含稅_ch)
  460. Me.Controls.Add(Me.合計金額_tb)
  461. Me.Controls.Add(Me.Label3)
  462. Me.Controls.Add(Me.本期銷退金額_tb)
  463. Me.Controls.Add(Me.Label2)
  464. Me.Controls.Add(Me.匯出EXCEL_bt)
  465. Me.Controls.Add(Me.Panel1)
  466. Me.Controls.Add(Me.下個月_bt)
  467. Me.Controls.Add(Me.上個月_bt)
  468. Me.Controls.Add(Me.一般月_ch)
  469. Me.Controls.Add(Me.會計月_ch)
  470. Me.Controls.Add(Me.當月_bt)
  471. Me.Controls.Add(Me.當日_bt)
  472. Me.Controls.Add(Me.結束日期_dtp)
  473. Me.Controls.Add(Me.開始日期_dtp)
  474. Me.Controls.Add(Me.Label4)
  475. Me.Controls.Add(Me.類別清單_cb)
  476. Me.Controls.Add(Me.Label1)
  477. Me.Controls.Add(Me.選擇供應商_cb)
  478. Me.Controls.Add(Me.Label25)
  479. Me.Controls.Add(Me.本期銷貨金額_tb)
  480. Me.Controls.Add(Me.Label22)
  481. Me.Controls.Add(Me.明細表_dgv)
  482. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  483. Me.Margin = New System.Windows.Forms.Padding(4)
  484. Me.Name = "倉儲對帳表"
  485. Me.Text = "倉儲對帳表"
  486. CType(Me.明細表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  487. Me.Panel1.ResumeLayout(False)
  488. Me.Panel1.PerformLayout()
  489. Me.ResumeLayout(False)
  490. Me.PerformLayout()
  491. End Sub
  492. Friend WithEvents 明細表_dgv As DataGridView
  493. Friend WithEvents 本期銷貨金額_tb As TextBox
  494. Friend WithEvents Label22 As Label
  495. Friend WithEvents 類別清單_cb As ComboBox
  496. Friend WithEvents Label1 As Label
  497. Friend WithEvents 選擇供應商_cb As ComboBox
  498. Friend WithEvents Label25 As Label
  499. Friend WithEvents 當月_bt As Button
  500. Friend WithEvents 當日_bt As Button
  501. Friend WithEvents 結束日期_dtp As DateTimePicker
  502. Friend WithEvents 開始日期_dtp As DateTimePicker
  503. Friend WithEvents Label4 As Label
  504. Friend WithEvents 下個月_bt As Button
  505. Friend WithEvents 上個月_bt As Button
  506. Friend WithEvents 一般月_ch As CheckBox
  507. Friend WithEvents 會計月_ch As CheckBox
  508. Friend WithEvents 中間日期_dtp As DateTimePicker
  509. Friend WithEvents Panel1 As Panel
  510. Friend WithEvents 匯出EXCEL_bt As Button
  511. Friend WithEvents 本期銷退金額_tb As TextBox
  512. Friend WithEvents Label2 As Label
  513. Friend WithEvents 合計金額_tb As TextBox
  514. Friend WithEvents Label3 As Label
  515. Friend WithEvents 不含稅_ch As CheckBox
  516. Friend WithEvents 含稅_ch As CheckBox
  517. Friend WithEvents 稅額_tb As TextBox
  518. Friend WithEvents Label5 As Label
  519. Friend WithEvents 金額總計_tb As TextBox
  520. Friend WithEvents Label6 As Label
  521. Friend WithEvents 電話 As TextBox
  522. Friend WithEvents 傳真 As TextBox
  523. Friend WithEvents 地址 As TextBox
  524. Friend WithEvents 供應商名稱 As TextBox
  525. Friend WithEvents 供應商編號 As TextBox
  526. Friend WithEvents ToolTip1 As ToolTip
  527. Friend WithEvents 公司名稱 As TextBox
  528. End Class