Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

建築物料採購-對帳表.Designer.vb 21KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  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 DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.未出納_ch = New System.Windows.Forms.CheckBox()
  25. Me.已出納_ch = New System.Windows.Forms.CheckBox()
  26. Me.全部資料2_ch = New System.Windows.Forms.CheckBox()
  27. Me.出納_lb = New System.Windows.Forms.Label()
  28. Me.已核對_ch = New System.Windows.Forms.CheckBox()
  29. Me.未核對_ch = New System.Windows.Forms.CheckBox()
  30. Me.全部資料1_ch = New System.Windows.Forms.CheckBox()
  31. Me.會計_lb = New System.Windows.Forms.Label()
  32. Me.Label62 = New System.Windows.Forms.Label()
  33. Me.月_cb = New System.Windows.Forms.ComboBox()
  34. Me.年_cb = New System.Windows.Forms.ComboBox()
  35. Me.查詢日期_lb = New System.Windows.Forms.Label()
  36. Me.清單_dgv = New System.Windows.Forms.DataGridView()
  37. Me.稅金比_tb = New System.Windows.Forms.TextBox()
  38. Me.稅金金額_tb = New System.Windows.Forms.TextBox()
  39. Me.稅金計算_ch = New System.Windows.Forms.CheckBox()
  40. Me.折扣金額_tb = New System.Windows.Forms.TextBox()
  41. Me.折扣比_tb = New System.Windows.Forms.TextBox()
  42. Me.Label12 = New System.Windows.Forms.Label()
  43. Me.TextBox7 = New System.Windows.Forms.TextBox()
  44. Me.總金額_lb = New System.Windows.Forms.Label()
  45. Me.單號_tb = New System.Windows.Forms.TextBox()
  46. Me.物料圖1_pb = New System.Windows.Forms.PictureBox()
  47. Me.物料圖2_pb = New System.Windows.Forms.PictureBox()
  48. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  49. Me.對帳記錄存檔_tsm = New System.Windows.Forms.ToolStripMenuItem()
  50. Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
  51. Me.關鍵字查詢_tsm = New System.Windows.Forms.ToolStripMenuItem()
  52. Me.二維碼查單_tsm = New System.Windows.Forms.ToolStripMenuItem()
  53. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  54. Me.列印成EXCEL_tsm = New System.Windows.Forms.ToolStripMenuItem()
  55. Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator()
  56. Me.清除_tsm = New System.Windows.Forms.ToolStripMenuItem()
  57. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  58. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  59. CType(Me.物料圖1_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  60. CType(Me.物料圖2_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  61. Me.ContextMenuStrip1.SuspendLayout()
  62. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  63. Me.SuspendLayout()
  64. '
  65. '未出納_ch
  66. '
  67. Me.未出納_ch.AutoSize = True
  68. Me.未出納_ch.ForeColor = System.Drawing.Color.Red
  69. Me.未出納_ch.Location = New System.Drawing.Point(637, 28)
  70. Me.未出納_ch.Name = "未出納_ch"
  71. Me.未出納_ch.Size = New System.Drawing.Size(111, 20)
  72. Me.未出納_ch.TabIndex = 597
  73. Me.未出納_ch.Text = "未 出 納"
  74. Me.未出納_ch.UseVisualStyleBackColor = True
  75. '
  76. '已出納_ch
  77. '
  78. Me.已出納_ch.AutoSize = True
  79. Me.已出納_ch.ForeColor = System.Drawing.Color.Red
  80. Me.已出納_ch.Location = New System.Drawing.Point(477, 29)
  81. Me.已出納_ch.Name = "已出納_ch"
  82. Me.已出納_ch.Size = New System.Drawing.Size(111, 20)
  83. Me.已出納_ch.TabIndex = 596
  84. Me.已出納_ch.Text = "已 出 納"
  85. Me.已出納_ch.UseVisualStyleBackColor = True
  86. '
  87. '全部資料2_ch
  88. '
  89. Me.全部資料2_ch.AutoSize = True
  90. Me.全部資料2_ch.ForeColor = System.Drawing.Color.Red
  91. Me.全部資料2_ch.Location = New System.Drawing.Point(358, 28)
  92. Me.全部資料2_ch.Name = "全部資料2_ch"
  93. Me.全部資料2_ch.Size = New System.Drawing.Size(75, 20)
  94. Me.全部資料2_ch.TabIndex = 595
  95. Me.全部資料2_ch.Text = "全部資料"
  96. Me.全部資料2_ch.UseVisualStyleBackColor = True
  97. '
  98. '出納_lb
  99. '
  100. Me.出納_lb.AutoSize = True
  101. Me.出納_lb.ForeColor = System.Drawing.Color.Red
  102. Me.出納_lb.Location = New System.Drawing.Point(271, 29)
  103. Me.出納_lb.Name = "出納_lb"
  104. Me.出納_lb.Size = New System.Drawing.Size(86, 16)
  105. Me.出納_lb.TabIndex = 594
  106. Me.出納_lb.Text = "出納--------->"
  107. '
  108. '已核對_ch
  109. '
  110. Me.已核對_ch.AutoSize = True
  111. Me.已核對_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  112. Me.已核對_ch.Location = New System.Drawing.Point(477, 3)
  113. Me.已核對_ch.Name = "已核對_ch"
  114. Me.已核對_ch.Size = New System.Drawing.Size(135, 20)
  115. Me.已核對_ch.TabIndex = 591
  116. Me.已核對_ch.Text = "已 核 對"
  117. Me.已核對_ch.UseVisualStyleBackColor = True
  118. '
  119. '未核對_ch
  120. '
  121. Me.未核對_ch.AutoSize = True
  122. Me.未核對_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  123. Me.未核對_ch.Location = New System.Drawing.Point(637, 3)
  124. Me.未核對_ch.Name = "未核對_ch"
  125. Me.未核對_ch.Size = New System.Drawing.Size(117, 20)
  126. Me.未核對_ch.TabIndex = 590
  127. Me.未核對_ch.Text = "未 核 對" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  128. Me.未核對_ch.UseVisualStyleBackColor = True
  129. '
  130. '全部資料1_ch
  131. '
  132. Me.全部資料1_ch.AutoSize = True
  133. Me.全部資料1_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  134. Me.全部資料1_ch.Location = New System.Drawing.Point(358, 3)
  135. Me.全部資料1_ch.Name = "全部資料1_ch"
  136. Me.全部資料1_ch.Size = New System.Drawing.Size(75, 20)
  137. Me.全部資料1_ch.TabIndex = 589
  138. Me.全部資料1_ch.Text = "全部資料"
  139. Me.全部資料1_ch.UseVisualStyleBackColor = True
  140. '
  141. '會計_lb
  142. '
  143. Me.會計_lb.AutoSize = True
  144. Me.會計_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  145. Me.會計_lb.Location = New System.Drawing.Point(271, 6)
  146. Me.會計_lb.Name = "會計_lb"
  147. Me.會計_lb.Size = New System.Drawing.Size(86, 16)
  148. Me.會計_lb.TabIndex = 593
  149. Me.會計_lb.Text = "會計--------->"
  150. '
  151. 'Label62
  152. '
  153. Me.Label62.AutoSize = True
  154. Me.Label62.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  155. Me.Label62.ForeColor = System.Drawing.Color.Red
  156. Me.Label62.Location = New System.Drawing.Point(7, 29)
  157. Me.Label62.Name = "Label62"
  158. Me.Label62.Size = New System.Drawing.Size(252, 16)
  159. Me.Label62.TabIndex = 583
  160. Me.Label62.Text = "資料尚未存檔 / Informasi belum diarsipkan"
  161. Me.Label62.Visible = False
  162. '
  163. '月_cb
  164. '
  165. Me.月_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  166. Me.月_cb.FormattingEnabled = True
  167. Me.月_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  168. Me.月_cb.Location = New System.Drawing.Point(210, 2)
  169. Me.月_cb.Name = "月_cb"
  170. Me.月_cb.Size = New System.Drawing.Size(57, 24)
  171. Me.月_cb.TabIndex = 582
  172. '
  173. '年_cb
  174. '
  175. Me.年_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  176. Me.年_cb.FormattingEnabled = True
  177. Me.年_cb.Items.AddRange(New Object() {"2019"})
  178. Me.年_cb.Location = New System.Drawing.Point(134, 2)
  179. Me.年_cb.Name = "年_cb"
  180. Me.年_cb.Size = New System.Drawing.Size(74, 24)
  181. Me.年_cb.TabIndex = 581
  182. '
  183. '查詢日期_lb
  184. '
  185. Me.查詢日期_lb.AutoSize = True
  186. Me.查詢日期_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  187. Me.查詢日期_lb.Location = New System.Drawing.Point(4, 7)
  188. Me.查詢日期_lb.Name = "查詢日期_lb"
  189. Me.查詢日期_lb.Size = New System.Drawing.Size(128, 16)
  190. Me.查詢日期_lb.TabIndex = 580
  191. Me.查詢日期_lb.Text = "查 詢 日 期"
  192. '
  193. '清單_dgv
  194. '
  195. Me.清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  196. Or System.Windows.Forms.AnchorStyles.Left) _
  197. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  198. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  199. Me.清單_dgv.Location = New System.Drawing.Point(6, 54)
  200. Me.清單_dgv.Name = "清單_dgv"
  201. Me.清單_dgv.RowHeadersWidth = 5
  202. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  203. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  204. Me.清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
  205. Me.清單_dgv.RowTemplate.Height = 24
  206. Me.清單_dgv.Size = New System.Drawing.Size(1335, 618)
  207. Me.清單_dgv.TabIndex = 579
  208. '
  209. '稅金比_tb
  210. '
  211. Me.稅金比_tb.Location = New System.Drawing.Point(898, 28)
  212. Me.稅金比_tb.Name = "稅金比_tb"
  213. Me.稅金比_tb.Size = New System.Drawing.Size(53, 23)
  214. Me.稅金比_tb.TabIndex = 986
  215. Me.稅金比_tb.Text = "10"
  216. Me.稅金比_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  217. '
  218. '稅金金額_tb
  219. '
  220. Me.稅金金額_tb.Location = New System.Drawing.Point(952, 28)
  221. Me.稅金金額_tb.Name = "稅金金額_tb"
  222. Me.稅金金額_tb.Size = New System.Drawing.Size(86, 23)
  223. Me.稅金金額_tb.TabIndex = 985
  224. Me.稅金金額_tb.Text = "0"
  225. Me.稅金金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  226. '
  227. '稅金計算_ch
  228. '
  229. Me.稅金計算_ch.AutoSize = True
  230. Me.稅金計算_ch.Location = New System.Drawing.Point(831, 31)
  231. Me.稅金計算_ch.Name = "稅金計算_ch"
  232. Me.稅金計算_ch.Size = New System.Drawing.Size(71, 20)
  233. Me.稅金計算_ch.TabIndex = 984
  234. Me.稅金計算_ch.Text = "PPN % :"
  235. Me.稅金計算_ch.UseVisualStyleBackColor = True
  236. '
  237. '折扣金額_tb
  238. '
  239. Me.折扣金額_tb.Location = New System.Drawing.Point(952, 3)
  240. Me.折扣金額_tb.Name = "折扣金額_tb"
  241. Me.折扣金額_tb.Size = New System.Drawing.Size(86, 23)
  242. Me.折扣金額_tb.TabIndex = 983
  243. Me.折扣金額_tb.Text = "0"
  244. Me.折扣金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  245. '
  246. '折扣比_tb
  247. '
  248. Me.折扣比_tb.Location = New System.Drawing.Point(898, 3)
  249. Me.折扣比_tb.Name = "折扣比_tb"
  250. Me.折扣比_tb.Size = New System.Drawing.Size(53, 23)
  251. Me.折扣比_tb.TabIndex = 982
  252. Me.折扣比_tb.Text = "0"
  253. Me.折扣比_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  254. '
  255. 'Label12
  256. '
  257. Me.Label12.AutoSize = True
  258. Me.Label12.Location = New System.Drawing.Point(831, 8)
  259. Me.Label12.Name = "Label12"
  260. Me.Label12.Size = New System.Drawing.Size(55, 16)
  261. Me.Label12.TabIndex = 981
  262. Me.Label12.Text = "DISC % :"
  263. '
  264. 'TextBox7
  265. '
  266. Me.TextBox7.Location = New System.Drawing.Point(1039, 28)
  267. Me.TextBox7.Name = "TextBox7"
  268. Me.TextBox7.Size = New System.Drawing.Size(140, 23)
  269. Me.TextBox7.TabIndex = 980
  270. Me.TextBox7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  271. '
  272. '總金額_lb
  273. '
  274. Me.總金額_lb.AutoSize = True
  275. Me.總金額_lb.Location = New System.Drawing.Point(1046, 8)
  276. Me.總金額_lb.Name = "總金額_lb"
  277. Me.總金額_lb.Size = New System.Drawing.Size(98, 16)
  278. Me.總金額_lb.TabIndex = 979
  279. Me.總金額_lb.Text = "總       金       額"
  280. '
  281. '單號_tb
  282. '
  283. Me.單號_tb.Location = New System.Drawing.Point(678, 213)
  284. Me.單號_tb.Name = "單號_tb"
  285. Me.單號_tb.Size = New System.Drawing.Size(140, 23)
  286. Me.單號_tb.TabIndex = 987
  287. Me.單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  288. '
  289. '物料圖1_pb
  290. '
  291. Me.物料圖1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  292. Me.物料圖1_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  293. Me.物料圖1_pb.Location = New System.Drawing.Point(1181, 3)
  294. Me.物料圖1_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  295. Me.物料圖1_pb.Name = "物料圖1_pb"
  296. Me.物料圖1_pb.Size = New System.Drawing.Size(89, 49)
  297. Me.物料圖1_pb.TabIndex = 989
  298. Me.物料圖1_pb.TabStop = False
  299. '
  300. '物料圖2_pb
  301. '
  302. Me.物料圖2_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  303. Me.物料圖2_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  304. Me.物料圖2_pb.Location = New System.Drawing.Point(1272, 3)
  305. Me.物料圖2_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  306. Me.物料圖2_pb.Name = "物料圖2_pb"
  307. Me.物料圖2_pb.Size = New System.Drawing.Size(69, 49)
  308. Me.物料圖2_pb.TabIndex = 988
  309. Me.物料圖2_pb.TabStop = False
  310. '
  311. 'ContextMenuStrip1
  312. '
  313. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.對帳記錄存檔_tsm, Me.ToolStripSeparator2, Me.關鍵字查詢_tsm, Me.二維碼查單_tsm, Me.ToolStripSeparator1, Me.列印成EXCEL_tsm, Me.ToolStripSeparator6, Me.清除_tsm})
  314. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  315. Me.ContextMenuStrip1.Size = New System.Drawing.Size(147, 132)
  316. '
  317. '對帳記錄存檔_tsm
  318. '
  319. Me.對帳記錄存檔_tsm.Name = "對帳記錄存檔_tsm"
  320. Me.對帳記錄存檔_tsm.Size = New System.Drawing.Size(211, 22)
  321. Me.對帳記錄存檔_tsm.Text = "對帳記錄存檔"
  322. '
  323. 'ToolStripSeparator2
  324. '
  325. Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
  326. Me.ToolStripSeparator2.Size = New System.Drawing.Size(263, 6)
  327. '
  328. '關鍵字查詢_tsm
  329. '
  330. Me.關鍵字查詢_tsm.Name = "關鍵字查詢_tsm"
  331. Me.關鍵字查詢_tsm.Size = New System.Drawing.Size(211, 22)
  332. Me.關鍵字查詢_tsm.Text = "關鍵字查詢"
  333. '
  334. '二維碼查單_tsm
  335. '
  336. Me.二維碼查單_tsm.Name = "二維碼查單_tsm"
  337. Me.二維碼查單_tsm.Size = New System.Drawing.Size(211, 22)
  338. Me.二維碼查單_tsm.Text = "二維碼查單"
  339. '
  340. 'ToolStripSeparator1
  341. '
  342. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  343. Me.ToolStripSeparator1.Size = New System.Drawing.Size(263, 6)
  344. '
  345. '列印成EXCEL_tsm
  346. '
  347. Me.列印成EXCEL_tsm.Name = "列印成EXCEL_tsm"
  348. Me.列印成EXCEL_tsm.Size = New System.Drawing.Size(211, 22)
  349. Me.列印成EXCEL_tsm.Text = "列印成EXCEL"
  350. '
  351. 'ToolStripSeparator6
  352. '
  353. Me.ToolStripSeparator6.Name = "ToolStripSeparator6"
  354. Me.ToolStripSeparator6.Size = New System.Drawing.Size(263, 6)
  355. '
  356. '清除_tsm
  357. '
  358. Me.清除_tsm.Name = "清除_tsm"
  359. Me.清除_tsm.Size = New System.Drawing.Size(146, 22)
  360. Me.清除_tsm.Text = "清除查詢資料"
  361. Me.清除_tsm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  362. '
  363. '語言_dgv
  364. '
  365. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  366. Me.語言_dgv.Location = New System.Drawing.Point(60, 106)
  367. Me.語言_dgv.Name = "語言_dgv"
  368. Me.語言_dgv.RowHeadersWidth = 5
  369. Me.語言_dgv.RowTemplate.Height = 24
  370. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  371. Me.語言_dgv.TabIndex = 1032
  372. Me.語言_dgv.Visible = False
  373. '
  374. '建築物料採購_驗收_對帳表
  375. '
  376. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  377. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  378. Me.ClientSize = New System.Drawing.Size(1349, 681)
  379. Me.ContextMenuStrip = Me.ContextMenuStrip1
  380. Me.Controls.Add(Me.語言_dgv)
  381. Me.Controls.Add(Me.物料圖1_pb)
  382. Me.Controls.Add(Me.物料圖2_pb)
  383. Me.Controls.Add(Me.單號_tb)
  384. Me.Controls.Add(Me.稅金比_tb)
  385. Me.Controls.Add(Me.稅金金額_tb)
  386. Me.Controls.Add(Me.稅金計算_ch)
  387. Me.Controls.Add(Me.折扣金額_tb)
  388. Me.Controls.Add(Me.折扣比_tb)
  389. Me.Controls.Add(Me.Label12)
  390. Me.Controls.Add(Me.TextBox7)
  391. Me.Controls.Add(Me.總金額_lb)
  392. Me.Controls.Add(Me.月_cb)
  393. Me.Controls.Add(Me.年_cb)
  394. Me.Controls.Add(Me.查詢日期_lb)
  395. Me.Controls.Add(Me.清單_dgv)
  396. Me.Controls.Add(Me.未出納_ch)
  397. Me.Controls.Add(Me.已出納_ch)
  398. Me.Controls.Add(Me.全部資料2_ch)
  399. Me.Controls.Add(Me.出納_lb)
  400. Me.Controls.Add(Me.已核對_ch)
  401. Me.Controls.Add(Me.未核對_ch)
  402. Me.Controls.Add(Me.全部資料1_ch)
  403. Me.Controls.Add(Me.會計_lb)
  404. Me.Controls.Add(Me.Label62)
  405. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  406. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  407. Me.Name = "建築物料採購_驗收_對帳表"
  408. Me.Text = "建築物料採購_驗收_對帳表"
  409. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  410. CType(Me.物料圖1_pb, System.ComponentModel.ISupportInitialize).EndInit()
  411. CType(Me.物料圖2_pb, System.ComponentModel.ISupportInitialize).EndInit()
  412. Me.ContextMenuStrip1.ResumeLayout(False)
  413. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  414. Me.ResumeLayout(False)
  415. Me.PerformLayout()
  416. End Sub
  417. Friend WithEvents 未出納_ch As CheckBox
  418. Friend WithEvents 已出納_ch As CheckBox
  419. Friend WithEvents 全部資料2_ch As CheckBox
  420. Friend WithEvents 出納_lb As Label
  421. Friend WithEvents 已核對_ch As CheckBox
  422. Friend WithEvents 未核對_ch As CheckBox
  423. Friend WithEvents 全部資料1_ch As CheckBox
  424. Friend WithEvents 會計_lb As Label
  425. Friend WithEvents Label62 As Label
  426. Friend WithEvents 月_cb As ComboBox
  427. Friend WithEvents 年_cb As ComboBox
  428. Friend WithEvents 查詢日期_lb As Label
  429. Friend WithEvents 清單_dgv As DataGridView
  430. Friend WithEvents 稅金比_tb As TextBox
  431. Friend WithEvents 稅金金額_tb As TextBox
  432. Friend WithEvents 稅金計算_ch As CheckBox
  433. Friend WithEvents 折扣金額_tb As TextBox
  434. Friend WithEvents 折扣比_tb As TextBox
  435. Friend WithEvents Label12 As Label
  436. Friend WithEvents TextBox7 As TextBox
  437. Friend WithEvents 總金額_lb As Label
  438. Friend WithEvents 單號_tb As TextBox
  439. Friend WithEvents 物料圖1_pb As PictureBox
  440. Friend WithEvents 物料圖2_pb As PictureBox
  441. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  442. Friend WithEvents 對帳記錄存檔_tsm As ToolStripMenuItem
  443. Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
  444. Friend WithEvents 關鍵字查詢_tsm As ToolStripMenuItem
  445. Friend WithEvents 二維碼查單_tsm As ToolStripMenuItem
  446. Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
  447. Friend WithEvents 列印成EXCEL_tsm As ToolStripMenuItem
  448. Friend WithEvents ToolStripSeparator6 As ToolStripSeparator
  449. Friend WithEvents 清除_tsm As ToolStripMenuItem
  450. Friend WithEvents 語言_dgv As DataGridView
  451. End Class