No Description
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 34KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652
  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. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Me.視窗3_pl = New System.Windows.Forms.Panel()
  29. Me.Panel4 = New System.Windows.Forms.Panel()
  30. Me.新增空白_tb = New System.Windows.Forms.Button()
  31. Me.查詢_bt = New System.Windows.Forms.Button()
  32. Me.關鍵字_lb = New System.Windows.Forms.Label()
  33. Me.採購單號_tb = New System.Windows.Forms.TextBox()
  34. Me.關鍵字_tb = New System.Windows.Forms.TextBox()
  35. Me.新增資料_bt = New System.Windows.Forms.Button()
  36. Me.公司類別_cb = New System.Windows.Forms.ComboBox()
  37. Me.供應商_cb = New System.Windows.Forms.ComboBox()
  38. Me.已核准_dgv = New System.Windows.Forms.DataGridView()
  39. Me.採購單資料_lb = New System.Windows.Forms.Label()
  40. Me.CanceL3_bt = New System.Windows.Forms.Button()
  41. Me.語轉扭_bt = New System.Windows.Forms.Button()
  42. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  43. Me.供應商資料_dgv = New System.Windows.Forms.DataGridView()
  44. Me.計算分流01 = New System.Windows.Forms.Timer(Me.components)
  45. Me.全部資料_cb = New System.Windows.Forms.CheckBox()
  46. Me.Panel1 = New System.Windows.Forms.Panel()
  47. Me.帳務說明_ch = New System.Windows.Forms.ComboBox()
  48. Me.日期S_dtp = New System.Windows.Forms.DateTimePicker()
  49. Me.供應商編碼_tb = New System.Windows.Forms.TextBox()
  50. Me.手動號碼_tb = New System.Windows.Forms.TextBox()
  51. Me.總表_dgv = New System.Windows.Forms.DataGridView()
  52. Me.ALL_ch = New System.Windows.Forms.CheckBox()
  53. Me.PGS_ch = New System.Windows.Forms.CheckBox()
  54. Me.HX_ch = New System.Windows.Forms.CheckBox()
  55. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  56. Me.供應商_lb = New System.Windows.Forms.Label()
  57. Me.補單_cb = New System.Windows.Forms.CheckBox()
  58. Me.申請日期_dtp = New System.Windows.Forms.DateTimePicker()
  59. Me.Label2 = New System.Windows.Forms.Label()
  60. Me.年份_cb = New System.Windows.Forms.ComboBox()
  61. Me.Panel2 = New System.Windows.Forms.Panel()
  62. Me.列印_bt = New System.Windows.Forms.Button()
  63. Me.流水號_tb = New System.Windows.Forms.TextBox()
  64. Me.刪除_tb = New System.Windows.Forms.Button()
  65. Me.合計2_dgv = New System.Windows.Forms.DataGridView()
  66. Me.合計1_dgv = New System.Windows.Forms.DataGridView()
  67. Me.補資料_bt = New System.Windows.Forms.Button()
  68. Me.存檔_bt = New System.Windows.Forms.Button()
  69. Me.新增_bt = New System.Windows.Forms.Button()
  70. Me.視窗3_pl.SuspendLayout()
  71. Me.Panel4.SuspendLayout()
  72. CType(Me.已核准_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  73. CType(Me.供應商資料_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  74. Me.Panel1.SuspendLayout()
  75. CType(Me.總表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  76. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  77. Me.Panel2.SuspendLayout()
  78. CType(Me.合計2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  79. CType(Me.合計1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  80. Me.SuspendLayout()
  81. '
  82. '視窗3_pl
  83. '
  84. Me.視窗3_pl.BackColor = System.Drawing.Color.White
  85. Me.視窗3_pl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  86. Me.視窗3_pl.Controls.Add(Me.Panel4)
  87. Me.視窗3_pl.Controls.Add(Me.採購單資料_lb)
  88. Me.視窗3_pl.Controls.Add(Me.CanceL3_bt)
  89. Me.視窗3_pl.Location = New System.Drawing.Point(673, 61)
  90. Me.視窗3_pl.Name = "視窗3_pl"
  91. Me.視窗3_pl.Size = New System.Drawing.Size(706, 493)
  92. Me.視窗3_pl.TabIndex = 1431
  93. '
  94. 'Panel4
  95. '
  96. Me.Panel4.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  97. Or System.Windows.Forms.AnchorStyles.Left) _
  98. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  99. Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  100. Me.Panel4.Controls.Add(Me.新增空白_tb)
  101. Me.Panel4.Controls.Add(Me.查詢_bt)
  102. Me.Panel4.Controls.Add(Me.關鍵字_lb)
  103. Me.Panel4.Controls.Add(Me.採購單號_tb)
  104. Me.Panel4.Controls.Add(Me.關鍵字_tb)
  105. Me.Panel4.Controls.Add(Me.新增資料_bt)
  106. Me.Panel4.Controls.Add(Me.公司類別_cb)
  107. Me.Panel4.Controls.Add(Me.供應商_cb)
  108. Me.Panel4.Controls.Add(Me.已核准_dgv)
  109. Me.Panel4.Location = New System.Drawing.Point(3, 28)
  110. Me.Panel4.Name = "Panel4"
  111. Me.Panel4.Size = New System.Drawing.Size(699, 461)
  112. Me.Panel4.TabIndex = 1367
  113. '
  114. '新增空白_tb
  115. '
  116. Me.新增空白_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  117. Me.新增空白_tb.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_button
  118. Me.新增空白_tb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  119. Me.新增空白_tb.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
  120. Me.新增空白_tb.Location = New System.Drawing.Point(591, 1)
  121. Me.新增空白_tb.Name = "新增空白_tb"
  122. Me.新增空白_tb.Size = New System.Drawing.Size(50, 50)
  123. Me.新增空白_tb.TabIndex = 1980
  124. Me.新增空白_tb.UseVisualStyleBackColor = True
  125. '
  126. '查詢_bt
  127. '
  128. Me.查詢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Search
  129. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  130. Me.查詢_bt.Location = New System.Drawing.Point(524, 1)
  131. Me.查詢_bt.Name = "查詢_bt"
  132. Me.查詢_bt.Size = New System.Drawing.Size(50, 50)
  133. Me.查詢_bt.TabIndex = 1979
  134. Me.查詢_bt.UseVisualStyleBackColor = True
  135. '
  136. '關鍵字_lb
  137. '
  138. Me.關鍵字_lb.Location = New System.Drawing.Point(3, 31)
  139. Me.關鍵字_lb.Name = "關鍵字_lb"
  140. Me.關鍵字_lb.Size = New System.Drawing.Size(97, 16)
  141. Me.關鍵字_lb.TabIndex = 1978
  142. Me.關鍵字_lb.Text = "關鍵字"
  143. Me.關鍵字_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  144. '
  145. '採購單號_tb
  146. '
  147. Me.採購單號_tb.Location = New System.Drawing.Point(381, 28)
  148. Me.採購單號_tb.Name = "採購單號_tb"
  149. Me.採購單號_tb.ReadOnly = True
  150. Me.採購單號_tb.Size = New System.Drawing.Size(139, 23)
  151. Me.採購單號_tb.TabIndex = 1968
  152. '
  153. '關鍵字_tb
  154. '
  155. Me.關鍵字_tb.Location = New System.Drawing.Point(102, 28)
  156. Me.關鍵字_tb.Name = "關鍵字_tb"
  157. Me.關鍵字_tb.Size = New System.Drawing.Size(276, 23)
  158. Me.關鍵字_tb.TabIndex = 1977
  159. '
  160. '新增資料_bt
  161. '
  162. Me.新增資料_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  163. Me.新增資料_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Sendnow
  164. Me.新增資料_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  165. Me.新增資料_bt.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
  166. Me.新增資料_bt.Location = New System.Drawing.Point(642, 1)
  167. Me.新增資料_bt.Name = "新增資料_bt"
  168. Me.新增資料_bt.Size = New System.Drawing.Size(50, 50)
  169. Me.新增資料_bt.TabIndex = 1976
  170. Me.新增資料_bt.UseVisualStyleBackColor = True
  171. '
  172. '公司類別_cb
  173. '
  174. Me.公司類別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  175. Me.公司類別_cb.FormattingEnabled = True
  176. Me.公司類別_cb.Items.AddRange(New Object() {"PT", "CV", "UD", "NA"})
  177. Me.公司類別_cb.Location = New System.Drawing.Point(3, 2)
  178. Me.公司類別_cb.Name = "公司類別_cb"
  179. Me.公司類別_cb.Size = New System.Drawing.Size(45, 24)
  180. Me.公司類別_cb.TabIndex = 1906
  181. '
  182. '供應商_cb
  183. '
  184. Me.供應商_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  185. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  186. Me.供應商_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  187. Me.供應商_cb.ForeColor = System.Drawing.Color.Blue
  188. Me.供應商_cb.FormattingEnabled = True
  189. Me.供應商_cb.Items.AddRange(New Object() {"PT HONG XHE INDUSTRIAL", "PT PUNCAK GEMILANG SEMESTA"})
  190. Me.供應商_cb.Location = New System.Drawing.Point(54, 2)
  191. Me.供應商_cb.Name = "供應商_cb"
  192. Me.供應商_cb.Size = New System.Drawing.Size(466, 24)
  193. Me.供應商_cb.TabIndex = 1905
  194. '
  195. '已核准_dgv
  196. '
  197. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  198. Me.已核准_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  199. Me.已核准_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  200. Or System.Windows.Forms.AnchorStyles.Left) _
  201. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  202. Me.已核准_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  203. Me.已核准_dgv.BackgroundColor = System.Drawing.Color.White
  204. Me.已核准_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  205. Me.已核准_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  206. Me.已核准_dgv.Location = New System.Drawing.Point(3, 53)
  207. Me.已核准_dgv.Name = "已核准_dgv"
  208. Me.已核准_dgv.RowHeadersWidth = 5
  209. Me.已核准_dgv.RowTemplate.Height = 24
  210. Me.已核准_dgv.Size = New System.Drawing.Size(689, 403)
  211. Me.已核准_dgv.TabIndex = 1904
  212. '
  213. '採購單資料_lb
  214. '
  215. Me.採購單資料_lb.AutoSize = True
  216. Me.採購單資料_lb.Location = New System.Drawing.Point(5, 7)
  217. Me.採購單資料_lb.Name = "採購單資料_lb"
  218. Me.採購單資料_lb.Size = New System.Drawing.Size(67, 16)
  219. Me.採購單資料_lb.TabIndex = 1375
  220. Me.採購單資料_lb.Text = "採購單資料"
  221. '
  222. 'CanceL3_bt
  223. '
  224. Me.CanceL3_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  225. Me.CanceL3_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
  226. Me.CanceL3_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  227. Me.CanceL3_bt.ForeColor = System.Drawing.Color.Black
  228. Me.CanceL3_bt.Location = New System.Drawing.Point(674, 2)
  229. Me.CanceL3_bt.Name = "CanceL3_bt"
  230. Me.CanceL3_bt.Size = New System.Drawing.Size(26, 26)
  231. Me.CanceL3_bt.TabIndex = 1374
  232. Me.CanceL3_bt.Text = "X"
  233. Me.CanceL3_bt.UseVisualStyleBackColor = False
  234. '
  235. '語轉扭_bt
  236. '
  237. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  238. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  239. Me.語轉扭_bt.Location = New System.Drawing.Point(233, 3)
  240. Me.語轉扭_bt.Name = "語轉扭_bt"
  241. Me.語轉扭_bt.Size = New System.Drawing.Size(30, 30)
  242. Me.語轉扭_bt.TabIndex = 1965
  243. Me.語轉扭_bt.Text = "L"
  244. Me.語轉扭_bt.UseVisualStyleBackColor = True
  245. '
  246. 'ToolTip1
  247. '
  248. Me.ToolTip1.AutoPopDelay = 5000
  249. Me.ToolTip1.InitialDelay = 500
  250. Me.ToolTip1.IsBalloon = True
  251. Me.ToolTip1.ReshowDelay = 100
  252. Me.ToolTip1.ToolTipTitle = "illustrate"
  253. '
  254. '供應商資料_dgv
  255. '
  256. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  257. Me.供應商資料_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  258. Me.供應商資料_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  259. Me.供應商資料_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  260. Me.供應商資料_dgv.Location = New System.Drawing.Point(3, 3)
  261. Me.供應商資料_dgv.Name = "供應商資料_dgv"
  262. Me.供應商資料_dgv.RowHeadersWidth = 5
  263. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  264. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  265. Me.供應商資料_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
  266. Me.供應商資料_dgv.RowTemplate.Height = 24
  267. Me.供應商資料_dgv.Size = New System.Drawing.Size(70, 67)
  268. Me.供應商資料_dgv.TabIndex = 1966
  269. '
  270. '計算分流01
  271. '
  272. '
  273. '全部資料_cb
  274. '
  275. Me.全部資料_cb.AutoSize = True
  276. Me.全部資料_cb.Location = New System.Drawing.Point(3, 76)
  277. Me.全部資料_cb.Name = "全部資料_cb"
  278. Me.全部資料_cb.Size = New System.Drawing.Size(70, 20)
  279. Me.全部資料_cb.TabIndex = 1967
  280. Me.全部資料_cb.Text = "All Date"
  281. Me.全部資料_cb.UseVisualStyleBackColor = True
  282. '
  283. 'Panel1
  284. '
  285. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  286. Me.Panel1.Controls.Add(Me.帳務說明_ch)
  287. Me.Panel1.Controls.Add(Me.日期S_dtp)
  288. Me.Panel1.Controls.Add(Me.供應商編碼_tb)
  289. Me.Panel1.Controls.Add(Me.手動號碼_tb)
  290. Me.Panel1.Controls.Add(Me.供應商資料_dgv)
  291. Me.Panel1.Controls.Add(Me.全部資料_cb)
  292. Me.Panel1.Controls.Add(Me.語轉扭_bt)
  293. Me.Panel1.Location = New System.Drawing.Point(33, 61)
  294. Me.Panel1.Name = "Panel1"
  295. Me.Panel1.Size = New System.Drawing.Size(268, 166)
  296. Me.Panel1.TabIndex = 1968
  297. '
  298. '帳務說明_ch
  299. '
  300. Me.帳務說明_ch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  301. Me.帳務說明_ch.FormattingEnabled = True
  302. Me.帳務說明_ch.Items.AddRange(New Object() {"2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  303. Me.帳務說明_ch.Location = New System.Drawing.Point(79, 78)
  304. Me.帳務說明_ch.Name = "帳務說明_ch"
  305. Me.帳務說明_ch.Size = New System.Drawing.Size(95, 24)
  306. Me.帳務說明_ch.TabIndex = 1981
  307. '
  308. '日期S_dtp
  309. '
  310. Me.日期S_dtp.Enabled = False
  311. Me.日期S_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  312. Me.日期S_dtp.Location = New System.Drawing.Point(79, 3)
  313. Me.日期S_dtp.Name = "日期S_dtp"
  314. Me.日期S_dtp.Size = New System.Drawing.Size(95, 23)
  315. Me.日期S_dtp.TabIndex = 1971
  316. '
  317. '供應商編碼_tb
  318. '
  319. Me.供應商編碼_tb.BackColor = System.Drawing.Color.PaleTurquoise
  320. Me.供應商編碼_tb.Location = New System.Drawing.Point(79, 53)
  321. Me.供應商編碼_tb.Name = "供應商編碼_tb"
  322. Me.供應商編碼_tb.Size = New System.Drawing.Size(95, 23)
  323. Me.供應商編碼_tb.TabIndex = 1970
  324. '
  325. '手動號碼_tb
  326. '
  327. Me.手動號碼_tb.Location = New System.Drawing.Point(79, 28)
  328. Me.手動號碼_tb.Name = "手動號碼_tb"
  329. Me.手動號碼_tb.Size = New System.Drawing.Size(95, 23)
  330. Me.手動號碼_tb.TabIndex = 1969
  331. '
  332. '總表_dgv
  333. '
  334. DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  335. Me.總表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
  336. Me.總表_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  337. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  338. Me.總表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  339. Me.總表_dgv.BackgroundColor = System.Drawing.Color.White
  340. Me.總表_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  341. Me.總表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  342. Me.總表_dgv.Location = New System.Drawing.Point(3, 27)
  343. Me.總表_dgv.Name = "總表_dgv"
  344. Me.總表_dgv.RowHeadersWidth = 5
  345. Me.總表_dgv.RowTemplate.Height = 24
  346. Me.總表_dgv.Size = New System.Drawing.Size(620, 542)
  347. Me.總表_dgv.TabIndex = 1969
  348. '
  349. 'ALL_ch
  350. '
  351. Me.ALL_ch.AutoSize = True
  352. Me.ALL_ch.Location = New System.Drawing.Point(202, 3)
  353. Me.ALL_ch.Name = "ALL_ch"
  354. Me.ALL_ch.Size = New System.Drawing.Size(46, 20)
  355. Me.ALL_ch.TabIndex = 1972
  356. Me.ALL_ch.Text = "ALL"
  357. Me.ALL_ch.UseVisualStyleBackColor = True
  358. '
  359. 'PGS_ch
  360. '
  361. Me.PGS_ch.AutoSize = True
  362. Me.PGS_ch.Location = New System.Drawing.Point(146, 3)
  363. Me.PGS_ch.Name = "PGS_ch"
  364. Me.PGS_ch.Size = New System.Drawing.Size(49, 20)
  365. Me.PGS_ch.TabIndex = 1971
  366. Me.PGS_ch.Text = "PGS"
  367. Me.PGS_ch.UseVisualStyleBackColor = True
  368. '
  369. 'HX_ch
  370. '
  371. Me.HX_ch.AutoSize = True
  372. Me.HX_ch.Checked = True
  373. Me.HX_ch.CheckState = System.Windows.Forms.CheckState.Checked
  374. Me.HX_ch.Location = New System.Drawing.Point(96, 3)
  375. Me.HX_ch.Name = "HX_ch"
  376. Me.HX_ch.Size = New System.Drawing.Size(43, 20)
  377. Me.HX_ch.TabIndex = 1970
  378. Me.HX_ch.Text = "HX"
  379. Me.HX_ch.UseVisualStyleBackColor = True
  380. '
  381. '明細_dgv
  382. '
  383. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  384. Or System.Windows.Forms.AnchorStyles.Left) _
  385. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  386. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  387. Me.明細_dgv.BackgroundColor = System.Drawing.Color.White
  388. Me.明細_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  389. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  390. Me.明細_dgv.Location = New System.Drawing.Point(623, 48)
  391. Me.明細_dgv.Name = "明細_dgv"
  392. Me.明細_dgv.RowHeadersWidth = 5
  393. Me.明細_dgv.RowTemplate.Height = 24
  394. Me.明細_dgv.Size = New System.Drawing.Size(800, 521)
  395. Me.明細_dgv.TabIndex = 1973
  396. '
  397. '供應商_lb
  398. '
  399. Me.供應商_lb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  400. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  401. Me.供應商_lb.BackColor = System.Drawing.Color.Transparent
  402. Me.供應商_lb.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  403. Me.供應商_lb.Location = New System.Drawing.Point(821, 3)
  404. Me.供應商_lb.Name = "供應商_lb"
  405. Me.供應商_lb.Size = New System.Drawing.Size(602, 22)
  406. Me.供應商_lb.TabIndex = 1974
  407. Me.供應商_lb.Text = "供應商"
  408. Me.供應商_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  409. '
  410. '補單_cb
  411. '
  412. Me.補單_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  413. Me.補單_cb.AutoSize = True
  414. Me.補單_cb.BackColor = System.Drawing.Color.Transparent
  415. Me.補單_cb.Checked = True
  416. Me.補單_cb.CheckState = System.Windows.Forms.CheckState.Checked
  417. Me.補單_cb.Location = New System.Drawing.Point(1384, 26)
  418. Me.補單_cb.Name = "補單_cb"
  419. Me.補單_cb.Size = New System.Drawing.Size(38, 20)
  420. Me.補單_cb.TabIndex = 1977
  421. Me.補單_cb.Text = "M"
  422. Me.補單_cb.UseVisualStyleBackColor = False
  423. '
  424. '申請日期_dtp
  425. '
  426. Me.申請日期_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  427. Me.申請日期_dtp.CustomFormat = "yyyy/MM/dd"
  428. Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  429. Me.申請日期_dtp.Location = New System.Drawing.Point(1289, 24)
  430. Me.申請日期_dtp.Name = "申請日期_dtp"
  431. Me.申請日期_dtp.Size = New System.Drawing.Size(90, 23)
  432. Me.申請日期_dtp.TabIndex = 1976
  433. '
  434. 'Label2
  435. '
  436. Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  437. Me.Label2.BackColor = System.Drawing.Color.Transparent
  438. Me.Label2.Location = New System.Drawing.Point(1147, 25)
  439. Me.Label2.Name = "Label2"
  440. Me.Label2.Size = New System.Drawing.Size(140, 20)
  441. Me.Label2.TabIndex = 1978
  442. Me.Label2.Text = "Tanggal Diajukan"
  443. Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  444. '
  445. '年份_cb
  446. '
  447. Me.年份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  448. Me.年份_cb.FormattingEnabled = True
  449. Me.年份_cb.Items.AddRange(New Object() {"2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  450. Me.年份_cb.Location = New System.Drawing.Point(4, 2)
  451. Me.年份_cb.Name = "年份_cb"
  452. Me.年份_cb.Size = New System.Drawing.Size(86, 24)
  453. Me.年份_cb.TabIndex = 1980
  454. '
  455. 'Panel2
  456. '
  457. Me.Panel2.Controls.Add(Me.列印_bt)
  458. Me.Panel2.Controls.Add(Me.流水號_tb)
  459. Me.Panel2.Controls.Add(Me.刪除_tb)
  460. Me.Panel2.Controls.Add(Me.合計2_dgv)
  461. Me.Panel2.Controls.Add(Me.合計1_dgv)
  462. Me.Panel2.Controls.Add(Me.補資料_bt)
  463. Me.Panel2.Controls.Add(Me.年份_cb)
  464. Me.Panel2.Controls.Add(Me.存檔_bt)
  465. Me.Panel2.Controls.Add(Me.Label2)
  466. Me.Panel2.Controls.Add(Me.補單_cb)
  467. Me.Panel2.Controls.Add(Me.Panel1)
  468. Me.Panel2.Controls.Add(Me.申請日期_dtp)
  469. Me.Panel2.Controls.Add(Me.HX_ch)
  470. Me.Panel2.Controls.Add(Me.新增_bt)
  471. Me.Panel2.Controls.Add(Me.PGS_ch)
  472. Me.Panel2.Controls.Add(Me.供應商_lb)
  473. Me.Panel2.Controls.Add(Me.ALL_ch)
  474. Me.Panel2.Controls.Add(Me.總表_dgv)
  475. Me.Panel2.Controls.Add(Me.視窗3_pl)
  476. Me.Panel2.Controls.Add(Me.明細_dgv)
  477. Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill
  478. Me.Panel2.Location = New System.Drawing.Point(0, 0)
  479. Me.Panel2.Name = "Panel2"
  480. Me.Panel2.Size = New System.Drawing.Size(1427, 596)
  481. Me.Panel2.TabIndex = 1981
  482. '
  483. '列印_bt
  484. '
  485. Me.列印_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.EXCELOUT
  486. Me.列印_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  487. Me.列印_bt.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
  488. Me.列印_bt.Location = New System.Drawing.Point(768, 1)
  489. Me.列印_bt.Name = "列印_bt"
  490. Me.列印_bt.Size = New System.Drawing.Size(47, 46)
  491. Me.列印_bt.TabIndex = 1987
  492. Me.列印_bt.UseVisualStyleBackColor = True
  493. '
  494. '流水號_tb
  495. '
  496. Me.流水號_tb.Location = New System.Drawing.Point(821, 24)
  497. Me.流水號_tb.Name = "流水號_tb"
  498. Me.流水號_tb.ReadOnly = True
  499. Me.流水號_tb.Size = New System.Drawing.Size(139, 23)
  500. Me.流水號_tb.TabIndex = 1986
  501. '
  502. '刪除_tb
  503. '
  504. Me.刪除_tb.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  505. Me.刪除_tb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  506. Me.刪除_tb.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
  507. Me.刪除_tb.Location = New System.Drawing.Point(720, 1)
  508. Me.刪除_tb.Name = "刪除_tb"
  509. Me.刪除_tb.Size = New System.Drawing.Size(47, 46)
  510. Me.刪除_tb.TabIndex = 1985
  511. Me.刪除_tb.UseVisualStyleBackColor = True
  512. '
  513. '合計2_dgv
  514. '
  515. Me.合計2_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  516. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  517. Me.合計2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  518. Me.合計2_dgv.BackgroundColor = System.Drawing.Color.White
  519. Me.合計2_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  520. Me.合計2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  521. Me.合計2_dgv.Location = New System.Drawing.Point(623, 568)
  522. Me.合計2_dgv.Name = "合計2_dgv"
  523. Me.合計2_dgv.RowHeadersWidth = 5
  524. Me.合計2_dgv.RowTemplate.Height = 24
  525. Me.合計2_dgv.Size = New System.Drawing.Size(800, 25)
  526. Me.合計2_dgv.TabIndex = 1984
  527. '
  528. '合計1_dgv
  529. '
  530. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  531. Me.合計1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  532. Me.合計1_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  533. Me.合計1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  534. Me.合計1_dgv.BackgroundColor = System.Drawing.Color.White
  535. Me.合計1_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  536. Me.合計1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  537. Me.合計1_dgv.Location = New System.Drawing.Point(3, 568)
  538. Me.合計1_dgv.Name = "合計1_dgv"
  539. Me.合計1_dgv.RowHeadersWidth = 5
  540. Me.合計1_dgv.RowTemplate.Height = 24
  541. Me.合計1_dgv.Size = New System.Drawing.Size(620, 25)
  542. Me.合計1_dgv.TabIndex = 1983
  543. '
  544. '補資料_bt
  545. '
  546. Me.補資料_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  547. Me.補資料_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.renew
  548. Me.補資料_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  549. Me.補資料_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  550. Me.補資料_bt.ForeColor = System.Drawing.Color.Black
  551. Me.補資料_bt.Location = New System.Drawing.Point(1400, 1)
  552. Me.補資料_bt.Name = "補資料_bt"
  553. Me.補資料_bt.Size = New System.Drawing.Size(25, 25)
  554. Me.補資料_bt.TabIndex = 1982
  555. Me.補資料_bt.UseVisualStyleBackColor = True
  556. '
  557. '存檔_bt
  558. '
  559. Me.存檔_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  560. Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  561. Me.存檔_bt.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
  562. Me.存檔_bt.Location = New System.Drawing.Point(671, 1)
  563. Me.存檔_bt.Name = "存檔_bt"
  564. Me.存檔_bt.Size = New System.Drawing.Size(47, 46)
  565. Me.存檔_bt.TabIndex = 1979
  566. Me.存檔_bt.UseVisualStyleBackColor = True
  567. '
  568. '新增_bt
  569. '
  570. Me.新增_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_2
  571. Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  572. Me.新增_bt.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
  573. Me.新增_bt.Location = New System.Drawing.Point(623, 1)
  574. Me.新增_bt.Name = "新增_bt"
  575. Me.新增_bt.Size = New System.Drawing.Size(47, 46)
  576. Me.新增_bt.TabIndex = 1975
  577. Me.新增_bt.UseVisualStyleBackColor = True
  578. '
  579. '採購付款控制表
  580. '
  581. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  582. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  583. Me.ClientSize = New System.Drawing.Size(1427, 596)
  584. Me.Controls.Add(Me.Panel2)
  585. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  586. Me.Margin = New System.Windows.Forms.Padding(4)
  587. Me.Name = "採購付款控制表"
  588. Me.Text = "採購付款控制表"
  589. Me.視窗3_pl.ResumeLayout(False)
  590. Me.視窗3_pl.PerformLayout()
  591. Me.Panel4.ResumeLayout(False)
  592. Me.Panel4.PerformLayout()
  593. CType(Me.已核准_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  594. CType(Me.供應商資料_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  595. Me.Panel1.ResumeLayout(False)
  596. Me.Panel1.PerformLayout()
  597. CType(Me.總表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  598. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  599. Me.Panel2.ResumeLayout(False)
  600. Me.Panel2.PerformLayout()
  601. CType(Me.合計2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  602. CType(Me.合計1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  603. Me.ResumeLayout(False)
  604. End Sub
  605. Friend WithEvents 視窗3_pl As Panel
  606. Friend WithEvents Panel4 As Panel
  607. Friend WithEvents 採購單資料_lb As Label
  608. Friend WithEvents CanceL3_bt As Button
  609. Friend WithEvents 語轉扭_bt As Button
  610. Friend WithEvents ToolTip1 As ToolTip
  611. Friend WithEvents 公司類別_cb As ComboBox
  612. Friend WithEvents 供應商_cb As ComboBox
  613. Friend WithEvents 已核准_dgv As DataGridView
  614. Friend WithEvents 供應商資料_dgv As DataGridView
  615. Friend WithEvents 計算分流01 As Timer
  616. Friend WithEvents 全部資料_cb As CheckBox
  617. Friend WithEvents Panel1 As Panel
  618. Friend WithEvents 總表_dgv As DataGridView
  619. Friend WithEvents ALL_ch As CheckBox
  620. Friend WithEvents PGS_ch As CheckBox
  621. Friend WithEvents HX_ch As CheckBox
  622. Friend WithEvents 明細_dgv As DataGridView
  623. Friend WithEvents 供應商_lb As Label
  624. Friend WithEvents 新增_bt As Button
  625. Friend WithEvents 補單_cb As CheckBox
  626. Friend WithEvents 申請日期_dtp As DateTimePicker
  627. Friend WithEvents Label2 As Label
  628. Friend WithEvents 新增資料_bt As Button
  629. Friend WithEvents 採購單號_tb As TextBox
  630. Friend WithEvents 手動號碼_tb As TextBox
  631. Friend WithEvents 供應商編碼_tb As TextBox
  632. Friend WithEvents 存檔_bt As Button
  633. Friend WithEvents 關鍵字_tb As TextBox
  634. Friend WithEvents 關鍵字_lb As Label
  635. Friend WithEvents 查詢_bt As Button
  636. Friend WithEvents 年份_cb As ComboBox
  637. Friend WithEvents Panel2 As Panel
  638. Friend WithEvents 補資料_bt As Button
  639. Friend WithEvents 日期S_dtp As DateTimePicker
  640. Friend WithEvents 帳務說明_ch As ComboBox
  641. Friend WithEvents 合計1_dgv As DataGridView
  642. Friend WithEvents 合計2_dgv As DataGridView
  643. Friend WithEvents 新增空白_tb As Button
  644. Friend WithEvents 刪除_tb As Button
  645. Friend WithEvents 流水號_tb As TextBox
  646. Friend WithEvents 列印_bt As Button
  647. End Class