暫無描述
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 22KB

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