Geen omschrijving
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 72KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405
  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. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(財物支付單申請_傳票))
  27. Me.Panel1 = New System.Windows.Forms.Panel()
  28. Me.支付對象2_dgv = New System.Windows.Forms.DataGridView()
  29. Me.支付對象1_dgv = New System.Windows.Forms.DataGridView()
  30. Me.主管_bt = New System.Windows.Forms.Button()
  31. Me.支付對象_tb = New System.Windows.Forms.TextBox()
  32. Me.採購連結_dgv = New System.Windows.Forms.DataGridView()
  33. Me.開立收支單1_bt = New System.Windows.Forms.Button()
  34. Me.年份2_cb = New System.Windows.Forms.ComboBox()
  35. Me.系統單號_bt = New System.Windows.Forms.TextBox()
  36. Me.Label13 = New System.Windows.Forms.Label()
  37. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  38. Me.月份2_cb = New System.Windows.Forms.ComboBox()
  39. Me.Label12 = New System.Windows.Forms.Label()
  40. Me.Label14 = New System.Windows.Forms.Label()
  41. Me.查詢_tb = New System.Windows.Forms.TextBox()
  42. Me.日期_dtp = New System.Windows.Forms.DateTimePicker()
  43. Me.編號3_cb = New System.Windows.Forms.ComboBox()
  44. Me.人民幣匯率_tb = New System.Windows.Forms.TextBox()
  45. Me.印尼匯率_tb = New System.Windows.Forms.TextBox()
  46. Me.美金匯率_tb = New System.Windows.Forms.TextBox()
  47. Me.編號2_cb = New System.Windows.Forms.ComboBox()
  48. Me.編號1_cb = New System.Windows.Forms.ComboBox()
  49. Me.選擇公司_cb = New System.Windows.Forms.ComboBox()
  50. Me.語轉扭_bt = New System.Windows.Forms.Button()
  51. Me.第一層_cb = New System.Windows.Forms.ComboBox()
  52. Me.幣別_cb = New System.Windows.Forms.ComboBox()
  53. Me.Label11 = New System.Windows.Forms.Label()
  54. Me.申請人_tb = New System.Windows.Forms.TextBox()
  55. Me.第二層_cb = New System.Windows.Forms.ComboBox()
  56. Me.部門選單_cb = New System.Windows.Forms.ComboBox()
  57. Me.重選部門_bt = New System.Windows.Forms.Button()
  58. Me.PictureBox2 = New System.Windows.Forms.PictureBox()
  59. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  60. Me.單號_tb = New System.Windows.Forms.TextBox()
  61. Me.財務單號_lb = New System.Windows.Forms.Label()
  62. Me.Label1 = New System.Windows.Forms.Label()
  63. Me.Label2 = New System.Windows.Forms.Label()
  64. Me.補單_cb = New System.Windows.Forms.CheckBox()
  65. Me.申請日期_dtp = New System.Windows.Forms.DateTimePicker()
  66. Me.申請金額_nud = New System.Windows.Forms.NumericUpDown()
  67. Me.Label3 = New System.Windows.Forms.Label()
  68. Me.金額大寫_tb = New System.Windows.Forms.TextBox()
  69. Me.Label4 = New System.Windows.Forms.Label()
  70. Me.內容_tb = New System.Windows.Forms.TextBox()
  71. Me.Label5 = New System.Windows.Forms.Label()
  72. Me.Label6 = New System.Windows.Forms.Label()
  73. Me.Panel2 = New System.Windows.Forms.Panel()
  74. Me.解開星期五_ch = New System.Windows.Forms.CheckBox()
  75. Me.Panel5 = New System.Windows.Forms.Panel()
  76. Me.主管_tb = New System.Windows.Forms.TextBox()
  77. Me.Label9 = New System.Windows.Forms.Label()
  78. Me.Panel4 = New System.Windows.Forms.Panel()
  79. Me.Label19 = New System.Windows.Forms.Label()
  80. Me.檢查人_tb = New System.Windows.Forms.TextBox()
  81. Me.檢查人_bt = New System.Windows.Forms.Button()
  82. Me.Panel3 = New System.Windows.Forms.Panel()
  83. Me.Label8 = New System.Windows.Forms.Label()
  84. Me.支付對象_cb = New System.Windows.Forms.ComboBox()
  85. Me.支付日期_dtp = New System.Windows.Forms.DateTimePicker()
  86. Me.Label20 = New System.Windows.Forms.Label()
  87. Me.簽名圖_pb = New System.Windows.Forms.PictureBox()
  88. Me.Label18 = New System.Windows.Forms.Label()
  89. Me.銀行支行_tb = New System.Windows.Forms.TextBox()
  90. Me.Label16 = New System.Windows.Forms.Label()
  91. Me.Label17 = New System.Windows.Forms.Label()
  92. Me.支付銀行_tb = New System.Windows.Forms.TextBox()
  93. Me.營行帳號_tb = New System.Windows.Forms.TextBox()
  94. Me.Label15 = New System.Windows.Forms.Label()
  95. Me.審核人_tb = New System.Windows.Forms.TextBox()
  96. Me.列印成EXCEL_bt = New System.Windows.Forms.Button()
  97. Me.Label10 = New System.Windows.Forms.Label()
  98. Me.第三層_cb = New System.Windows.Forms.ComboBox()
  99. Me.會計科目_lb = New System.Windows.Forms.Label()
  100. Me.PictureBox3 = New System.Windows.Forms.PictureBox()
  101. Me.Label7 = New System.Windows.Forms.Label()
  102. Me.申請_p = New System.Windows.Forms.Panel()
  103. Me.刪除收支單_bt = New System.Windows.Forms.Button()
  104. Me.申請完成_bt = New System.Windows.Forms.Button()
  105. Me.開立收支單_bt = New System.Windows.Forms.Button()
  106. Me.審核_p = New System.Windows.Forms.Panel()
  107. Me.單據作廢_bt = New System.Windows.Forms.Button()
  108. Me.審核通過_bt = New System.Windows.Forms.Button()
  109. Me.財務收支單_dgv = New System.Windows.Forms.DataGridView()
  110. Me.HX_ch = New System.Windows.Forms.CheckBox()
  111. Me.PGS_ch = New System.Windows.Forms.CheckBox()
  112. Me.ALL_ch = New System.Windows.Forms.CheckBox()
  113. Me.日_ch = New System.Windows.Forms.CheckBox()
  114. Me.週_ch = New System.Windows.Forms.CheckBox()
  115. Me.月_ch = New System.Windows.Forms.CheckBox()
  116. Me.下個月_bt = New System.Windows.Forms.Button()
  117. Me.上個月_bt = New System.Windows.Forms.Button()
  118. Me.當月_bt = New System.Windows.Forms.Button()
  119. Me.結束日期_dtp = New System.Windows.Forms.DateTimePicker()
  120. Me.Label21 = New System.Windows.Forms.Label()
  121. Me.開始日期_dtp = New System.Windows.Forms.DateTimePicker()
  122. Me.條件_cb = New System.Windows.Forms.ComboBox()
  123. Me.Panel1.SuspendLayout()
  124. CType(Me.支付對象2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  125. CType(Me.支付對象1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  126. CType(Me.採購連結_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  127. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  128. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
  129. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  130. CType(Me.申請金額_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  131. Me.Panel2.SuspendLayout()
  132. Me.Panel5.SuspendLayout()
  133. Me.Panel4.SuspendLayout()
  134. Me.Panel3.SuspendLayout()
  135. CType(Me.簽名圖_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  136. CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
  137. Me.申請_p.SuspendLayout()
  138. Me.審核_p.SuspendLayout()
  139. CType(Me.財務收支單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  140. Me.SuspendLayout()
  141. '
  142. 'Panel1
  143. '
  144. Me.Panel1.BackColor = System.Drawing.Color.White
  145. Me.Panel1.Controls.Add(Me.支付對象2_dgv)
  146. Me.Panel1.Controls.Add(Me.支付對象1_dgv)
  147. Me.Panel1.Controls.Add(Me.主管_bt)
  148. Me.Panel1.Controls.Add(Me.支付對象_tb)
  149. Me.Panel1.Controls.Add(Me.採購連結_dgv)
  150. Me.Panel1.Controls.Add(Me.開立收支單1_bt)
  151. Me.Panel1.Controls.Add(Me.年份2_cb)
  152. Me.Panel1.Controls.Add(Me.系統單號_bt)
  153. Me.Panel1.Controls.Add(Me.Label13)
  154. Me.Panel1.Controls.Add(Me.明細_dgv)
  155. Me.Panel1.Controls.Add(Me.月份2_cb)
  156. Me.Panel1.Controls.Add(Me.Label12)
  157. Me.Panel1.Controls.Add(Me.Label14)
  158. Me.Panel1.Controls.Add(Me.查詢_tb)
  159. Me.Panel1.Controls.Add(Me.日期_dtp)
  160. Me.Panel1.Controls.Add(Me.編號3_cb)
  161. Me.Panel1.Controls.Add(Me.人民幣匯率_tb)
  162. Me.Panel1.Controls.Add(Me.印尼匯率_tb)
  163. Me.Panel1.Controls.Add(Me.美金匯率_tb)
  164. Me.Panel1.Controls.Add(Me.編號2_cb)
  165. Me.Panel1.Controls.Add(Me.編號1_cb)
  166. Me.Panel1.Controls.Add(Me.選擇公司_cb)
  167. Me.Panel1.Controls.Add(Me.語轉扭_bt)
  168. Me.Panel1.Controls.Add(Me.第一層_cb)
  169. Me.Panel1.Controls.Add(Me.幣別_cb)
  170. Me.Panel1.Controls.Add(Me.Label11)
  171. Me.Panel1.Location = New System.Drawing.Point(63, 292)
  172. Me.Panel1.Name = "Panel1"
  173. Me.Panel1.Size = New System.Drawing.Size(275, 260)
  174. Me.Panel1.TabIndex = 0
  175. '
  176. '支付對象2_dgv
  177. '
  178. Me.支付對象2_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  179. Or System.Windows.Forms.AnchorStyles.Left) _
  180. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  181. Me.支付對象2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  182. Me.支付對象2_dgv.BackgroundColor = System.Drawing.Color.White
  183. Me.支付對象2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  184. Me.支付對象2_dgv.Location = New System.Drawing.Point(200, 159)
  185. Me.支付對象2_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  186. Me.支付對象2_dgv.Name = "支付對象2_dgv"
  187. Me.支付對象2_dgv.RowHeadersWidth = 5
  188. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  189. Me.支付對象2_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  190. Me.支付對象2_dgv.RowTemplate.Height = 24
  191. Me.支付對象2_dgv.Size = New System.Drawing.Size(71, 48)
  192. Me.支付對象2_dgv.TabIndex = 1960
  193. '
  194. '支付對象1_dgv
  195. '
  196. Me.支付對象1_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.支付對象1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  200. Me.支付對象1_dgv.BackgroundColor = System.Drawing.Color.White
  201. Me.支付對象1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  202. Me.支付對象1_dgv.Location = New System.Drawing.Point(200, 109)
  203. Me.支付對象1_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  204. Me.支付對象1_dgv.Name = "支付對象1_dgv"
  205. Me.支付對象1_dgv.RowHeadersWidth = 5
  206. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  207. Me.支付對象1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  208. Me.支付對象1_dgv.RowTemplate.Height = 24
  209. Me.支付對象1_dgv.Size = New System.Drawing.Size(71, 48)
  210. Me.支付對象1_dgv.TabIndex = 1959
  211. '
  212. '主管_bt
  213. '
  214. Me.主管_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  215. Me.主管_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.pen
  216. Me.主管_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  217. Me.主管_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  218. Me.主管_bt.Location = New System.Drawing.Point(217, 214)
  219. Me.主管_bt.Name = "主管_bt"
  220. Me.主管_bt.Size = New System.Drawing.Size(40, 40)
  221. Me.主管_bt.TabIndex = 1958
  222. Me.主管_bt.UseVisualStyleBackColor = True
  223. '
  224. '支付對象_tb
  225. '
  226. Me.支付對象_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  227. Me.支付對象_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  228. Me.支付對象_tb.Location = New System.Drawing.Point(240, 4)
  229. Me.支付對象_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  230. Me.支付對象_tb.Multiline = True
  231. Me.支付對象_tb.Name = "支付對象_tb"
  232. Me.支付對象_tb.Size = New System.Drawing.Size(31, 23)
  233. Me.支付對象_tb.TabIndex = 1877
  234. '
  235. '採購連結_dgv
  236. '
  237. Me.採購連結_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  238. Or System.Windows.Forms.AnchorStyles.Left) _
  239. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  240. Me.採購連結_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  241. Me.採購連結_dgv.BackgroundColor = System.Drawing.Color.White
  242. Me.採購連結_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  243. Me.採購連結_dgv.Location = New System.Drawing.Point(160, 159)
  244. Me.採購連結_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  245. Me.採購連結_dgv.Name = "採購連結_dgv"
  246. Me.採購連結_dgv.RowHeadersWidth = 5
  247. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  248. Me.採購連結_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
  249. Me.採購連結_dgv.RowTemplate.Height = 24
  250. Me.採購連結_dgv.Size = New System.Drawing.Size(75, 48)
  251. Me.採購連結_dgv.TabIndex = 1899
  252. '
  253. '開立收支單1_bt
  254. '
  255. Me.開立收支單1_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_2
  256. Me.開立收支單1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  257. Me.開立收支單1_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  258. Me.開立收支單1_bt.Location = New System.Drawing.Point(161, 207)
  259. Me.開立收支單1_bt.Name = "開立收支單1_bt"
  260. Me.開立收支單1_bt.Size = New System.Drawing.Size(50, 50)
  261. Me.開立收支單1_bt.TabIndex = 1898
  262. Me.開立收支單1_bt.UseVisualStyleBackColor = True
  263. '
  264. '年份2_cb
  265. '
  266. Me.年份2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  267. Me.年份2_cb.FormattingEnabled = True
  268. Me.年份2_cb.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  269. Me.年份2_cb.Location = New System.Drawing.Point(39, 55)
  270. Me.年份2_cb.Name = "年份2_cb"
  271. Me.年份2_cb.Size = New System.Drawing.Size(61, 24)
  272. Me.年份2_cb.TabIndex = 1936
  273. '
  274. '系統單號_bt
  275. '
  276. Me.系統單號_bt.Location = New System.Drawing.Point(3, 185)
  277. Me.系統單號_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  278. Me.系統單號_bt.Name = "系統單號_bt"
  279. Me.系統單號_bt.Size = New System.Drawing.Size(152, 23)
  280. Me.系統單號_bt.TabIndex = 1897
  281. Me.系統單號_bt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  282. '
  283. 'Label13
  284. '
  285. Me.Label13.AutoSize = True
  286. Me.Label13.BackColor = System.Drawing.Color.Transparent
  287. Me.Label13.Location = New System.Drawing.Point(7, 59)
  288. Me.Label13.Name = "Label13"
  289. Me.Label13.Size = New System.Drawing.Size(32, 16)
  290. Me.Label13.TabIndex = 1934
  291. Me.Label13.Text = "Year"
  292. '
  293. '明細_dgv
  294. '
  295. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  296. Or System.Windows.Forms.AnchorStyles.Left) _
  297. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  298. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  299. Me.明細_dgv.BackgroundColor = System.Drawing.Color.White
  300. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  301. Me.明細_dgv.Location = New System.Drawing.Point(160, 109)
  302. Me.明細_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  303. Me.明細_dgv.Name = "明細_dgv"
  304. Me.明細_dgv.RowHeadersWidth = 5
  305. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  306. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  307. Me.明細_dgv.RowTemplate.Height = 24
  308. Me.明細_dgv.Size = New System.Drawing.Size(75, 48)
  309. Me.明細_dgv.TabIndex = 1881
  310. '
  311. '月份2_cb
  312. '
  313. Me.月份2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  314. Me.月份2_cb.FormattingEnabled = True
  315. Me.月份2_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  316. Me.月份2_cb.Location = New System.Drawing.Point(136, 55)
  317. Me.月份2_cb.Name = "月份2_cb"
  318. Me.月份2_cb.Size = New System.Drawing.Size(46, 24)
  319. Me.月份2_cb.TabIndex = 1937
  320. '
  321. 'Label12
  322. '
  323. Me.Label12.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  324. Me.Label12.BackColor = System.Drawing.Color.Transparent
  325. Me.Label12.Location = New System.Drawing.Point(3, 237)
  326. Me.Label12.Name = "Label12"
  327. Me.Label12.Size = New System.Drawing.Size(169, 20)
  328. Me.Label12.TabIndex = 1893
  329. Me.Label12.Text = "Direktur/Komisaris"
  330. Me.Label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  331. '
  332. 'Label14
  333. '
  334. Me.Label14.AutoSize = True
  335. Me.Label14.BackColor = System.Drawing.Color.Transparent
  336. Me.Label14.Location = New System.Drawing.Point(102, 59)
  337. Me.Label14.Name = "Label14"
  338. Me.Label14.Size = New System.Drawing.Size(34, 16)
  339. Me.Label14.TabIndex = 1935
  340. Me.Label14.Text = "Mon"
  341. '
  342. '查詢_tb
  343. '
  344. Me.查詢_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  345. Me.查詢_tb.Location = New System.Drawing.Point(160, 84)
  346. Me.查詢_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  347. Me.查詢_tb.Name = "查詢_tb"
  348. Me.查詢_tb.Size = New System.Drawing.Size(75, 23)
  349. Me.查詢_tb.TabIndex = 1896
  350. Me.查詢_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  351. '
  352. '日期_dtp
  353. '
  354. Me.日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  355. Me.日期_dtp.Location = New System.Drawing.Point(3, 211)
  356. Me.日期_dtp.Name = "日期_dtp"
  357. Me.日期_dtp.Size = New System.Drawing.Size(152, 23)
  358. Me.日期_dtp.TabIndex = 1895
  359. '
  360. '編號3_cb
  361. '
  362. Me.編號3_cb.FormattingEnabled = True
  363. Me.編號3_cb.Location = New System.Drawing.Point(3, 83)
  364. Me.編號3_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  365. Me.編號3_cb.Name = "編號3_cb"
  366. Me.編號3_cb.Size = New System.Drawing.Size(152, 24)
  367. Me.編號3_cb.TabIndex = 1891
  368. '
  369. '人民幣匯率_tb
  370. '
  371. Me.人民幣匯率_tb.Location = New System.Drawing.Point(3, 109)
  372. Me.人民幣匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  373. Me.人民幣匯率_tb.Name = "人民幣匯率_tb"
  374. Me.人民幣匯率_tb.Size = New System.Drawing.Size(152, 23)
  375. Me.人民幣匯率_tb.TabIndex = 1892
  376. Me.人民幣匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  377. '
  378. '印尼匯率_tb
  379. '
  380. Me.印尼匯率_tb.Location = New System.Drawing.Point(3, 159)
  381. Me.印尼匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  382. Me.印尼匯率_tb.Name = "印尼匯率_tb"
  383. Me.印尼匯率_tb.Size = New System.Drawing.Size(152, 23)
  384. Me.印尼匯率_tb.TabIndex = 1894
  385. Me.印尼匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  386. '
  387. '美金匯率_tb
  388. '
  389. Me.美金匯率_tb.Location = New System.Drawing.Point(3, 134)
  390. Me.美金匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  391. Me.美金匯率_tb.Name = "美金匯率_tb"
  392. Me.美金匯率_tb.Size = New System.Drawing.Size(152, 23)
  393. Me.美金匯率_tb.TabIndex = 1893
  394. Me.美金匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  395. '
  396. '編號2_cb
  397. '
  398. Me.編號2_cb.FormattingEnabled = True
  399. Me.編號2_cb.Location = New System.Drawing.Point(188, 55)
  400. Me.編號2_cb.Name = "編號2_cb"
  401. Me.編號2_cb.Size = New System.Drawing.Size(47, 24)
  402. Me.編號2_cb.TabIndex = 1890
  403. '
  404. '編號1_cb
  405. '
  406. Me.編號1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  407. Me.編號1_cb.FormattingEnabled = True
  408. Me.編號1_cb.Location = New System.Drawing.Point(161, 29)
  409. Me.編號1_cb.Name = "編號1_cb"
  410. Me.編號1_cb.Size = New System.Drawing.Size(44, 24)
  411. Me.編號1_cb.TabIndex = 1889
  412. '
  413. '選擇公司_cb
  414. '
  415. Me.選擇公司_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  416. Me.選擇公司_cb.ForeColor = System.Drawing.Color.Blue
  417. Me.選擇公司_cb.FormattingEnabled = True
  418. Me.選擇公司_cb.Items.AddRange(New Object() {"PT HONG XHE INDUSTRIAL", "PT PUNCAK GEMILANG SEMESTA"})
  419. Me.選擇公司_cb.Location = New System.Drawing.Point(3, 3)
  420. Me.選擇公司_cb.Name = "選擇公司_cb"
  421. Me.選擇公司_cb.Size = New System.Drawing.Size(151, 24)
  422. Me.選擇公司_cb.TabIndex = 1865
  423. '
  424. '語轉扭_bt
  425. '
  426. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  427. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  428. Me.語轉扭_bt.Location = New System.Drawing.Point(209, 3)
  429. Me.語轉扭_bt.Name = "語轉扭_bt"
  430. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  431. Me.語轉扭_bt.TabIndex = 1653
  432. Me.語轉扭_bt.Text = "L"
  433. Me.語轉扭_bt.UseVisualStyleBackColor = True
  434. '
  435. '第一層_cb
  436. '
  437. Me.第一層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  438. Me.第一層_cb.FormattingEnabled = True
  439. Me.第一層_cb.Location = New System.Drawing.Point(3, 29)
  440. Me.第一層_cb.Name = "第一層_cb"
  441. Me.第一層_cb.Size = New System.Drawing.Size(151, 24)
  442. Me.第一層_cb.TabIndex = 1885
  443. '
  444. '幣別_cb
  445. '
  446. Me.幣別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  447. Me.幣別_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  448. Me.幣別_cb.FormattingEnabled = True
  449. Me.幣別_cb.Items.AddRange(New Object() {"TWD", "RMB", "USD", "IDR"})
  450. Me.幣別_cb.Location = New System.Drawing.Point(160, 3)
  451. Me.幣別_cb.Name = "幣別_cb"
  452. Me.幣別_cb.Size = New System.Drawing.Size(44, 24)
  453. Me.幣別_cb.TabIndex = 1887
  454. '
  455. 'Label11
  456. '
  457. Me.Label11.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  458. Me.Label11.BackColor = System.Drawing.Color.Transparent
  459. Me.Label11.Location = New System.Drawing.Point(132, 233)
  460. Me.Label11.Name = "Label11"
  461. Me.Label11.Size = New System.Drawing.Size(140, 20)
  462. Me.Label11.TabIndex = 1892
  463. Me.Label11.Text = "Manager"
  464. Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  465. '
  466. '申請人_tb
  467. '
  468. Me.申請人_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  469. Me.申請人_tb.Location = New System.Drawing.Point(1, 19)
  470. Me.申請人_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  471. Me.申請人_tb.Name = "申請人_tb"
  472. Me.申請人_tb.Size = New System.Drawing.Size(143, 23)
  473. Me.申請人_tb.TabIndex = 1888
  474. Me.申請人_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  475. '
  476. '第二層_cb
  477. '
  478. Me.第二層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  479. Me.第二層_cb.FormattingEnabled = True
  480. Me.第二層_cb.Location = New System.Drawing.Point(147, 284)
  481. Me.第二層_cb.Name = "第二層_cb"
  482. Me.第二層_cb.Size = New System.Drawing.Size(324, 24)
  483. Me.第二層_cb.TabIndex = 1886
  484. '
  485. '部門選單_cb
  486. '
  487. Me.部門選單_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  488. Me.部門選單_cb.FormattingEnabled = True
  489. Me.部門選單_cb.Location = New System.Drawing.Point(147, 202)
  490. Me.部門選單_cb.Name = "部門選單_cb"
  491. Me.部門選單_cb.Size = New System.Drawing.Size(174, 24)
  492. Me.部門選單_cb.TabIndex = 1654
  493. '
  494. '重選部門_bt
  495. '
  496. Me.重選部門_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.renew
  497. Me.重選部門_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  498. Me.重選部門_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  499. Me.重選部門_bt.Location = New System.Drawing.Point(851, 177)
  500. Me.重選部門_bt.Name = "重選部門_bt"
  501. Me.重選部門_bt.Size = New System.Drawing.Size(50, 50)
  502. Me.重選部門_bt.TabIndex = 1862
  503. Me.重選部門_bt.UseVisualStyleBackColor = True
  504. '
  505. 'PictureBox2
  506. '
  507. Me.PictureBox2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  508. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  509. Me.PictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  510. Me.PictureBox2.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.PGSLOGO01
  511. Me.PictureBox2.Location = New System.Drawing.Point(-1, -1)
  512. Me.PictureBox2.Name = "PictureBox2"
  513. Me.PictureBox2.Size = New System.Drawing.Size(906, 138)
  514. Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
  515. Me.PictureBox2.TabIndex = 1864
  516. Me.PictureBox2.TabStop = False
  517. '
  518. 'PictureBox1
  519. '
  520. Me.PictureBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  521. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  522. Me.PictureBox1.BackColor = System.Drawing.Color.White
  523. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  524. Me.PictureBox1.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.HXLOGO01
  525. Me.PictureBox1.Location = New System.Drawing.Point(-1, -1)
  526. Me.PictureBox1.Name = "PictureBox1"
  527. Me.PictureBox1.Size = New System.Drawing.Size(906, 138)
  528. Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
  529. Me.PictureBox1.TabIndex = 1863
  530. Me.PictureBox1.TabStop = False
  531. '
  532. '單號_tb
  533. '
  534. Me.單號_tb.Location = New System.Drawing.Point(147, 177)
  535. Me.單號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  536. Me.單號_tb.Name = "單號_tb"
  537. Me.單號_tb.Size = New System.Drawing.Size(175, 23)
  538. Me.單號_tb.TabIndex = 1865
  539. '
  540. '財務單號_lb
  541. '
  542. Me.財務單號_lb.BackColor = System.Drawing.Color.Transparent
  543. Me.財務單號_lb.Location = New System.Drawing.Point(8, 179)
  544. Me.財務單號_lb.Name = "財務單號_lb"
  545. Me.財務單號_lb.Size = New System.Drawing.Size(140, 20)
  546. Me.財務單號_lb.TabIndex = 1866
  547. Me.財務單號_lb.Text = "Keuangan No"
  548. Me.財務單號_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  549. '
  550. 'Label1
  551. '
  552. Me.Label1.BackColor = System.Drawing.Color.Transparent
  553. Me.Label1.Location = New System.Drawing.Point(7, 204)
  554. Me.Label1.Name = "Label1"
  555. Me.Label1.Size = New System.Drawing.Size(140, 20)
  556. Me.Label1.TabIndex = 1867
  557. Me.Label1.Text = "Division/Department"
  558. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  559. '
  560. 'Label2
  561. '
  562. Me.Label2.BackColor = System.Drawing.Color.Transparent
  563. Me.Label2.Location = New System.Drawing.Point(332, 180)
  564. Me.Label2.Name = "Label2"
  565. Me.Label2.Size = New System.Drawing.Size(140, 20)
  566. Me.Label2.TabIndex = 1868
  567. Me.Label2.Text = "Tanggal Diajukan"
  568. Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  569. '
  570. '補單_cb
  571. '
  572. Me.補單_cb.AutoSize = True
  573. Me.補單_cb.BackColor = System.Drawing.Color.Transparent
  574. Me.補單_cb.Location = New System.Drawing.Point(608, 180)
  575. Me.補單_cb.Name = "補單_cb"
  576. Me.補單_cb.Size = New System.Drawing.Size(38, 20)
  577. Me.補單_cb.TabIndex = 1870
  578. Me.補單_cb.Text = "M"
  579. Me.補單_cb.UseVisualStyleBackColor = False
  580. '
  581. '申請日期_dtp
  582. '
  583. Me.申請日期_dtp.CustomFormat = "yyyy/MM/dd"
  584. Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  585. Me.申請日期_dtp.Location = New System.Drawing.Point(472, 178)
  586. Me.申請日期_dtp.Name = "申請日期_dtp"
  587. Me.申請日期_dtp.Size = New System.Drawing.Size(133, 23)
  588. Me.申請日期_dtp.TabIndex = 1869
  589. '
  590. '申請金額_nud
  591. '
  592. Me.申請金額_nud.Location = New System.Drawing.Point(472, 203)
  593. Me.申請金額_nud.Maximum = New Decimal(New Integer() {1410065408, 2, 0, 0})
  594. Me.申請金額_nud.Name = "申請金額_nud"
  595. Me.申請金額_nud.Size = New System.Drawing.Size(174, 23)
  596. Me.申請金額_nud.TabIndex = 1871
  597. Me.申請金額_nud.ThousandsSeparator = True
  598. '
  599. 'Label3
  600. '
  601. Me.Label3.BackColor = System.Drawing.Color.Transparent
  602. Me.Label3.Location = New System.Drawing.Point(332, 204)
  603. Me.Label3.Name = "Label3"
  604. Me.Label3.Size = New System.Drawing.Size(140, 20)
  605. Me.Label3.TabIndex = 1872
  606. Me.Label3.Text = "Amount of Money Rp."
  607. Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  608. '
  609. '金額大寫_tb
  610. '
  611. Me.金額大寫_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  612. Me.金額大寫_tb.Location = New System.Drawing.Point(147, 228)
  613. Me.金額大寫_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  614. Me.金額大寫_tb.Multiline = True
  615. Me.金額大寫_tb.Name = "金額大寫_tb"
  616. Me.金額大寫_tb.Size = New System.Drawing.Size(754, 55)
  617. Me.金額大寫_tb.TabIndex = 1873
  618. '
  619. 'Label4
  620. '
  621. Me.Label4.BackColor = System.Drawing.Color.Transparent
  622. Me.Label4.Location = New System.Drawing.Point(8, 230)
  623. Me.Label4.Name = "Label4"
  624. Me.Label4.Size = New System.Drawing.Size(140, 20)
  625. Me.Label4.TabIndex = 1874
  626. Me.Label4.Text = "Terbilang"
  627. Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  628. '
  629. '內容_tb
  630. '
  631. Me.內容_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  632. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  633. Me.內容_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  634. Me.內容_tb.Location = New System.Drawing.Point(147, 309)
  635. Me.內容_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  636. Me.內容_tb.Multiline = True
  637. Me.內容_tb.Name = "內容_tb"
  638. Me.內容_tb.Size = New System.Drawing.Size(754, 151)
  639. Me.內容_tb.TabIndex = 1875
  640. '
  641. 'Label5
  642. '
  643. Me.Label5.BackColor = System.Drawing.Color.Transparent
  644. Me.Label5.Location = New System.Drawing.Point(8, 312)
  645. Me.Label5.Name = "Label5"
  646. Me.Label5.Size = New System.Drawing.Size(140, 20)
  647. Me.Label5.TabIndex = 1876
  648. Me.Label5.Text = "Application Content"
  649. Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  650. '
  651. 'Label6
  652. '
  653. Me.Label6.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  654. Me.Label6.BackColor = System.Drawing.Color.Transparent
  655. Me.Label6.Location = New System.Drawing.Point(149, 463)
  656. Me.Label6.Name = "Label6"
  657. Me.Label6.Size = New System.Drawing.Size(140, 20)
  658. Me.Label6.TabIndex = 1878
  659. Me.Label6.Text = "Dibayar Kepada"
  660. Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  661. '
  662. 'Panel2
  663. '
  664. Me.Panel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  665. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  666. Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  667. Me.Panel2.Controls.Add(Me.解開星期五_ch)
  668. Me.Panel2.Controls.Add(Me.Panel5)
  669. Me.Panel2.Controls.Add(Me.Panel4)
  670. Me.Panel2.Controls.Add(Me.Panel3)
  671. Me.Panel2.Controls.Add(Me.支付對象_cb)
  672. Me.Panel2.Controls.Add(Me.支付日期_dtp)
  673. Me.Panel2.Controls.Add(Me.Label20)
  674. Me.Panel2.Controls.Add(Me.簽名圖_pb)
  675. Me.Panel2.Controls.Add(Me.Label18)
  676. Me.Panel2.Controls.Add(Me.銀行支行_tb)
  677. Me.Panel2.Controls.Add(Me.Label16)
  678. Me.Panel2.Controls.Add(Me.Label17)
  679. Me.Panel2.Controls.Add(Me.支付銀行_tb)
  680. Me.Panel2.Controls.Add(Me.營行帳號_tb)
  681. Me.Panel2.Controls.Add(Me.Label15)
  682. Me.Panel2.Controls.Add(Me.審核人_tb)
  683. Me.Panel2.Controls.Add(Me.重選部門_bt)
  684. Me.Panel2.Controls.Add(Me.列印成EXCEL_bt)
  685. Me.Panel2.Controls.Add(Me.Label10)
  686. Me.Panel2.Controls.Add(Me.內容_tb)
  687. Me.Panel2.Controls.Add(Me.第三層_cb)
  688. Me.Panel2.Controls.Add(Me.Label6)
  689. Me.Panel2.Controls.Add(Me.Label5)
  690. Me.Panel2.Controls.Add(Me.金額大寫_tb)
  691. Me.Panel2.Controls.Add(Me.Label4)
  692. Me.Panel2.Controls.Add(Me.第二層_cb)
  693. Me.Panel2.Controls.Add(Me.財務單號_lb)
  694. Me.Panel2.Controls.Add(Me.Label3)
  695. Me.Panel2.Controls.Add(Me.部門選單_cb)
  696. Me.Panel2.Controls.Add(Me.申請金額_nud)
  697. Me.Panel2.Controls.Add(Me.單號_tb)
  698. Me.Panel2.Controls.Add(Me.補單_cb)
  699. Me.Panel2.Controls.Add(Me.Label1)
  700. Me.Panel2.Controls.Add(Me.申請日期_dtp)
  701. Me.Panel2.Controls.Add(Me.Label2)
  702. Me.Panel2.Controls.Add(Me.會計科目_lb)
  703. Me.Panel2.Controls.Add(Me.PictureBox3)
  704. Me.Panel2.Controls.Add(Me.Label7)
  705. Me.Panel2.Controls.Add(Me.PictureBox2)
  706. Me.Panel2.Controls.Add(Me.PictureBox1)
  707. Me.Panel2.Controls.Add(Me.申請_p)
  708. Me.Panel2.Controls.Add(Me.審核_p)
  709. Me.Panel2.Location = New System.Drawing.Point(412, 1)
  710. Me.Panel2.Name = "Panel2"
  711. Me.Panel2.Size = New System.Drawing.Size(906, 610)
  712. Me.Panel2.TabIndex = 1879
  713. '
  714. '解開星期五_ch
  715. '
  716. Me.解開星期五_ch.AutoSize = True
  717. Me.解開星期五_ch.BackColor = System.Drawing.Color.Transparent
  718. Me.解開星期五_ch.Location = New System.Drawing.Point(716, 463)
  719. Me.解開星期五_ch.Name = "解開星期五_ch"
  720. Me.解開星期五_ch.Size = New System.Drawing.Size(151, 20)
  721. Me.解開星期五_ch.TabIndex = 1964
  722. Me.解開星期五_ch.Text = "Days other than Friday"
  723. Me.解開星期五_ch.UseVisualStyleBackColor = False
  724. '
  725. 'Panel5
  726. '
  727. Me.Panel5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  728. Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  729. Me.Panel5.Controls.Add(Me.主管_tb)
  730. Me.Panel5.Controls.Add(Me.Label9)
  731. Me.Panel5.Location = New System.Drawing.Point(475, 563)
  732. Me.Panel5.Name = "Panel5"
  733. Me.Panel5.Size = New System.Drawing.Size(142, 46)
  734. Me.Panel5.TabIndex = 1963
  735. '
  736. '主管_tb
  737. '
  738. Me.主管_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  739. Me.主管_tb.Location = New System.Drawing.Point(1, 20)
  740. Me.主管_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  741. Me.主管_tb.Name = "主管_tb"
  742. Me.主管_tb.Size = New System.Drawing.Size(137, 23)
  743. Me.主管_tb.TabIndex = 1957
  744. Me.主管_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  745. '
  746. 'Label9
  747. '
  748. Me.Label9.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  749. Me.Label9.BackColor = System.Drawing.Color.Transparent
  750. Me.Label9.Location = New System.Drawing.Point(1, 0)
  751. Me.Label9.Name = "Label9"
  752. Me.Label9.Size = New System.Drawing.Size(137, 20)
  753. Me.Label9.TabIndex = 1890
  754. Me.Label9.Text = "Verifikasi,"
  755. Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  756. '
  757. 'Panel4
  758. '
  759. Me.Panel4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  760. Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  761. Me.Panel4.Controls.Add(Me.Label19)
  762. Me.Panel4.Controls.Add(Me.檢查人_tb)
  763. Me.Panel4.Controls.Add(Me.檢查人_bt)
  764. Me.Panel4.Location = New System.Drawing.Point(294, 563)
  765. Me.Panel4.Name = "Panel4"
  766. Me.Panel4.Size = New System.Drawing.Size(182, 46)
  767. Me.Panel4.TabIndex = 1962
  768. '
  769. 'Label19
  770. '
  771. Me.Label19.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  772. Me.Label19.BackColor = System.Drawing.Color.Transparent
  773. Me.Label19.Location = New System.Drawing.Point(0, 1)
  774. Me.Label19.Name = "Label19"
  775. Me.Label19.Size = New System.Drawing.Size(137, 20)
  776. Me.Label19.TabIndex = 1955
  777. Me.Label19.Text = "Diperiksa,"
  778. Me.Label19.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  779. '
  780. '檢查人_tb
  781. '
  782. Me.檢查人_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  783. Me.檢查人_tb.Location = New System.Drawing.Point(0, 19)
  784. Me.檢查人_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  785. Me.檢查人_tb.Name = "檢查人_tb"
  786. Me.檢查人_tb.Size = New System.Drawing.Size(137, 23)
  787. Me.檢查人_tb.TabIndex = 1956
  788. Me.檢查人_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  789. '
  790. '檢查人_bt
  791. '
  792. Me.檢查人_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  793. Me.檢查人_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.pen
  794. Me.檢查人_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  795. Me.檢查人_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  796. Me.檢查人_bt.Location = New System.Drawing.Point(139, 2)
  797. Me.檢查人_bt.Name = "檢查人_bt"
  798. Me.檢查人_bt.Size = New System.Drawing.Size(40, 40)
  799. Me.檢查人_bt.TabIndex = 1882
  800. Me.檢查人_bt.UseVisualStyleBackColor = True
  801. '
  802. 'Panel3
  803. '
  804. Me.Panel3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  805. Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  806. Me.Panel3.Controls.Add(Me.申請人_tb)
  807. Me.Panel3.Controls.Add(Me.Label8)
  808. Me.Panel3.Location = New System.Drawing.Point(148, 563)
  809. Me.Panel3.Name = "Panel3"
  810. Me.Panel3.Size = New System.Drawing.Size(147, 46)
  811. Me.Panel3.TabIndex = 1961
  812. '
  813. 'Label8
  814. '
  815. Me.Label8.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  816. Me.Label8.BackColor = System.Drawing.Color.Transparent
  817. Me.Label8.Location = New System.Drawing.Point(1, 0)
  818. Me.Label8.Name = "Label8"
  819. Me.Label8.Size = New System.Drawing.Size(143, 20)
  820. Me.Label8.TabIndex = 1889
  821. Me.Label8.Text = "Diajukan,"
  822. Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  823. '
  824. '支付對象_cb
  825. '
  826. Me.支付對象_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  827. Me.支付對象_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  828. Me.支付對象_cb.FormattingEnabled = True
  829. Me.支付對象_cb.Location = New System.Drawing.Point(148, 486)
  830. Me.支付對象_cb.Name = "支付對象_cb"
  831. Me.支付對象_cb.Size = New System.Drawing.Size(324, 24)
  832. Me.支付對象_cb.TabIndex = 1960
  833. '
  834. '支付日期_dtp
  835. '
  836. Me.支付日期_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  837. Me.支付日期_dtp.CustomFormat = "yyyy/MM/dd"
  838. Me.支付日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  839. Me.支付日期_dtp.Location = New System.Drawing.Point(577, 462)
  840. Me.支付日期_dtp.Name = "支付日期_dtp"
  841. Me.支付日期_dtp.Size = New System.Drawing.Size(133, 23)
  842. Me.支付日期_dtp.TabIndex = 1958
  843. '
  844. 'Label20
  845. '
  846. Me.Label20.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  847. Me.Label20.BackColor = System.Drawing.Color.Transparent
  848. Me.Label20.Location = New System.Drawing.Point(448, 463)
  849. Me.Label20.Name = "Label20"
  850. Me.Label20.Size = New System.Drawing.Size(130, 20)
  851. Me.Label20.TabIndex = 1959
  852. Me.Label20.Text = "Dibayar Kepada"
  853. Me.Label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  854. '
  855. '簽名圖_pb
  856. '
  857. Me.簽名圖_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  858. Me.簽名圖_pb.BackColor = System.Drawing.Color.White
  859. Me.簽名圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  860. Me.簽名圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  861. Me.簽名圖_pb.Location = New System.Drawing.Point(620, 563)
  862. Me.簽名圖_pb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
  863. Me.簽名圖_pb.Name = "簽名圖_pb"
  864. Me.簽名圖_pb.Size = New System.Drawing.Size(144, 45)
  865. Me.簽名圖_pb.TabIndex = 1954
  866. Me.簽名圖_pb.TabStop = False
  867. '
  868. 'Label18
  869. '
  870. Me.Label18.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  871. Me.Label18.BackColor = System.Drawing.Color.Transparent
  872. Me.Label18.Location = New System.Drawing.Point(7, 488)
  873. Me.Label18.Name = "Label18"
  874. Me.Label18.Size = New System.Drawing.Size(140, 20)
  875. Me.Label18.TabIndex = 1953
  876. Me.Label18.Text = "Dibayar Kepada"
  877. Me.Label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  878. '
  879. '銀行支行_tb
  880. '
  881. Me.銀行支行_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  882. Me.銀行支行_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  883. Me.銀行支行_tb.Location = New System.Drawing.Point(577, 525)
  884. Me.銀行支行_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  885. Me.銀行支行_tb.Multiline = True
  886. Me.銀行支行_tb.Name = "銀行支行_tb"
  887. Me.銀行支行_tb.Size = New System.Drawing.Size(324, 37)
  888. Me.銀行支行_tb.TabIndex = 1951
  889. '
  890. 'Label16
  891. '
  892. Me.Label16.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  893. Me.Label16.BackColor = System.Drawing.Color.Transparent
  894. Me.Label16.Location = New System.Drawing.Point(472, 530)
  895. Me.Label16.Name = "Label16"
  896. Me.Label16.Size = New System.Drawing.Size(106, 20)
  897. Me.Label16.TabIndex = 1952
  898. Me.Label16.Text = "Dibayar Kepada"
  899. Me.Label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  900. '
  901. 'Label17
  902. '
  903. Me.Label17.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  904. Me.Label17.BackColor = System.Drawing.Color.Transparent
  905. Me.Label17.Location = New System.Drawing.Point(7, 530)
  906. Me.Label17.Name = "Label17"
  907. Me.Label17.Size = New System.Drawing.Size(140, 20)
  908. Me.Label17.TabIndex = 1950
  909. Me.Label17.Text = "Dibayar Kepada"
  910. Me.Label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  911. '
  912. '支付銀行_tb
  913. '
  914. Me.支付銀行_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  915. Me.支付銀行_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  916. Me.支付銀行_tb.Location = New System.Drawing.Point(147, 525)
  917. Me.支付銀行_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  918. Me.支付銀行_tb.Multiline = True
  919. Me.支付銀行_tb.Name = "支付銀行_tb"
  920. Me.支付銀行_tb.Size = New System.Drawing.Size(324, 37)
  921. Me.支付銀行_tb.TabIndex = 1949
  922. '
  923. '營行帳號_tb
  924. '
  925. Me.營行帳號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  926. Me.營行帳號_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  927. Me.營行帳號_tb.Location = New System.Drawing.Point(577, 485)
  928. Me.營行帳號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  929. Me.營行帳號_tb.Multiline = True
  930. Me.營行帳號_tb.Name = "營行帳號_tb"
  931. Me.營行帳號_tb.Size = New System.Drawing.Size(324, 40)
  932. Me.營行帳號_tb.TabIndex = 1947
  933. '
  934. 'Label15
  935. '
  936. Me.Label15.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  937. Me.Label15.BackColor = System.Drawing.Color.Transparent
  938. Me.Label15.Location = New System.Drawing.Point(472, 487)
  939. Me.Label15.Name = "Label15"
  940. Me.Label15.Size = New System.Drawing.Size(106, 20)
  941. Me.Label15.TabIndex = 1948
  942. Me.Label15.Text = "Dibayar Kepada"
  943. Me.Label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  944. '
  945. '審核人_tb
  946. '
  947. Me.審核人_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  948. Me.審核人_tb.Location = New System.Drawing.Point(767, 584)
  949. Me.審核人_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  950. Me.審核人_tb.Name = "審核人_tb"
  951. Me.審核人_tb.Size = New System.Drawing.Size(134, 23)
  952. Me.審核人_tb.TabIndex = 1939
  953. Me.審核人_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  954. '
  955. '列印成EXCEL_bt
  956. '
  957. Me.列印成EXCEL_bt.BackColor = System.Drawing.Color.White
  958. Me.列印成EXCEL_bt.BackgroundImage = CType(resources.GetObject("列印成EXCEL_bt.BackgroundImage"), System.Drawing.Image)
  959. Me.列印成EXCEL_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  960. Me.列印成EXCEL_bt.ForeColor = System.Drawing.Color.Green
  961. Me.列印成EXCEL_bt.Location = New System.Drawing.Point(801, 177)
  962. Me.列印成EXCEL_bt.Name = "列印成EXCEL_bt"
  963. Me.列印成EXCEL_bt.Size = New System.Drawing.Size(50, 50)
  964. Me.列印成EXCEL_bt.TabIndex = 1882
  965. Me.列印成EXCEL_bt.UseVisualStyleBackColor = False
  966. '
  967. 'Label10
  968. '
  969. Me.Label10.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  970. Me.Label10.BackColor = System.Drawing.Color.Transparent
  971. Me.Label10.Location = New System.Drawing.Point(767, 564)
  972. Me.Label10.Name = "Label10"
  973. Me.Label10.Size = New System.Drawing.Size(135, 20)
  974. Me.Label10.TabIndex = 1891
  975. Me.Label10.Text = "Disetujui,"
  976. Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  977. '
  978. '第三層_cb
  979. '
  980. Me.第三層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  981. Me.第三層_cb.FormattingEnabled = True
  982. Me.第三層_cb.Location = New System.Drawing.Point(519, 284)
  983. Me.第三層_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  984. Me.第三層_cb.Name = "第三層_cb"
  985. Me.第三層_cb.Size = New System.Drawing.Size(382, 24)
  986. Me.第三層_cb.TabIndex = 1883
  987. '
  988. '會計科目_lb
  989. '
  990. Me.會計科目_lb.BackColor = System.Drawing.Color.Transparent
  991. Me.會計科目_lb.Location = New System.Drawing.Point(8, 286)
  992. Me.會計科目_lb.Name = "會計科目_lb"
  993. Me.會計科目_lb.Size = New System.Drawing.Size(140, 20)
  994. Me.會計科目_lb.TabIndex = 1884
  995. Me.會計科目_lb.Text = "會計科目"
  996. Me.會計科目_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  997. '
  998. 'PictureBox3
  999. '
  1000. Me.PictureBox3.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.arrow_right
  1001. Me.PictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  1002. Me.PictureBox3.Location = New System.Drawing.Point(474, 279)
  1003. Me.PictureBox3.Name = "PictureBox3"
  1004. Me.PictureBox3.Size = New System.Drawing.Size(43, 32)
  1005. Me.PictureBox3.TabIndex = 1887
  1006. Me.PictureBox3.TabStop = False
  1007. '
  1008. 'Label7
  1009. '
  1010. Me.Label7.BackColor = System.Drawing.Color.Transparent
  1011. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1012. Me.Label7.Location = New System.Drawing.Point(-1, 138)
  1013. Me.Label7.Name = "Label7"
  1014. Me.Label7.Size = New System.Drawing.Size(902, 37)
  1015. Me.Label7.TabIndex = 1888
  1016. Me.Label7.Text = "PERMINTAAN PEMBAYARAN"
  1017. Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  1018. '
  1019. '申請_p
  1020. '
  1021. Me.申請_p.Controls.Add(Me.刪除收支單_bt)
  1022. Me.申請_p.Controls.Add(Me.申請完成_bt)
  1023. Me.申請_p.Controls.Add(Me.開立收支單_bt)
  1024. Me.申請_p.Location = New System.Drawing.Point(649, 176)
  1025. Me.申請_p.Name = "申請_p"
  1026. Me.申請_p.Size = New System.Drawing.Size(152, 51)
  1027. Me.申請_p.TabIndex = 1894
  1028. '
  1029. '刪除收支單_bt
  1030. '
  1031. Me.刪除收支單_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  1032. Me.刪除收支單_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  1033. Me.刪除收支單_bt.ForeColor = System.Drawing.Color.Red
  1034. Me.刪除收支單_bt.Location = New System.Drawing.Point(101, 1)
  1035. Me.刪除收支單_bt.Name = "刪除收支單_bt"
  1036. Me.刪除收支單_bt.Size = New System.Drawing.Size(50, 50)
  1037. Me.刪除收支單_bt.TabIndex = 1880
  1038. Me.刪除收支單_bt.UseVisualStyleBackColor = True
  1039. '
  1040. '申請完成_bt
  1041. '
  1042. Me.申請完成_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  1043. Me.申請完成_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  1044. Me.申請完成_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1045. Me.申請完成_bt.Location = New System.Drawing.Point(51, 1)
  1046. Me.申請完成_bt.Name = "申請完成_bt"
  1047. Me.申請完成_bt.Size = New System.Drawing.Size(50, 50)
  1048. Me.申請完成_bt.TabIndex = 1881
  1049. Me.申請完成_bt.UseVisualStyleBackColor = True
  1050. '
  1051. '開立收支單_bt
  1052. '
  1053. Me.開立收支單_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_2
  1054. Me.開立收支單_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  1055. Me.開立收支單_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1056. Me.開立收支單_bt.Location = New System.Drawing.Point(1, 1)
  1057. Me.開立收支單_bt.Name = "開立收支單_bt"
  1058. Me.開立收支單_bt.Size = New System.Drawing.Size(50, 50)
  1059. Me.開立收支單_bt.TabIndex = 1879
  1060. Me.開立收支單_bt.UseVisualStyleBackColor = True
  1061. '
  1062. '審核_p
  1063. '
  1064. Me.審核_p.Controls.Add(Me.單據作廢_bt)
  1065. Me.審核_p.Controls.Add(Me.審核通過_bt)
  1066. Me.審核_p.Location = New System.Drawing.Point(649, 176)
  1067. Me.審核_p.Name = "審核_p"
  1068. Me.審核_p.Size = New System.Drawing.Size(152, 51)
  1069. Me.審核_p.TabIndex = 1938
  1070. '
  1071. '單據作廢_bt
  1072. '
  1073. Me.單據作廢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Close
  1074. Me.單據作廢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  1075. Me.單據作廢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1076. Me.單據作廢_bt.ForeColor = System.Drawing.Color.Red
  1077. Me.單據作廢_bt.Location = New System.Drawing.Point(52, 1)
  1078. Me.單據作廢_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1079. Me.單據作廢_bt.Name = "單據作廢_bt"
  1080. Me.單據作廢_bt.Size = New System.Drawing.Size(50, 50)
  1081. Me.單據作廢_bt.TabIndex = 1001
  1082. Me.單據作廢_bt.UseVisualStyleBackColor = True
  1083. '
  1084. '審核通過_bt
  1085. '
  1086. Me.審核通過_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources._Select
  1087. Me.審核通過_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  1088. Me.審核通過_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1089. Me.審核通過_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1090. Me.審核通過_bt.Location = New System.Drawing.Point(2, 1)
  1091. Me.審核通過_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1092. Me.審核通過_bt.Name = "審核通過_bt"
  1093. Me.審核通過_bt.Size = New System.Drawing.Size(50, 50)
  1094. Me.審核通過_bt.TabIndex = 1000
  1095. Me.審核通過_bt.UseVisualStyleBackColor = True
  1096. '
  1097. '財務收支單_dgv
  1098. '
  1099. Me.財務收支單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  1100. Or System.Windows.Forms.AnchorStyles.Left) _
  1101. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1102. Me.財務收支單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  1103. Me.財務收支單_dgv.BackgroundColor = System.Drawing.Color.White
  1104. Me.財務收支單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1105. Me.財務收支單_dgv.Location = New System.Drawing.Point(4, 71)
  1106. Me.財務收支單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1107. Me.財務收支單_dgv.Name = "財務收支單_dgv"
  1108. Me.財務收支單_dgv.RowHeadersWidth = 5
  1109. Me.財務收支單_dgv.RowTemplate.Height = 24
  1110. Me.財務收支單_dgv.Size = New System.Drawing.Size(406, 540)
  1111. Me.財務收支單_dgv.TabIndex = 1880
  1112. '
  1113. 'HX_ch
  1114. '
  1115. Me.HX_ch.AutoSize = True
  1116. Me.HX_ch.Location = New System.Drawing.Point(257, 51)
  1117. Me.HX_ch.Name = "HX_ch"
  1118. Me.HX_ch.Size = New System.Drawing.Size(43, 20)
  1119. Me.HX_ch.TabIndex = 1938
  1120. Me.HX_ch.Text = "HX"
  1121. Me.HX_ch.UseVisualStyleBackColor = True
  1122. '
  1123. 'PGS_ch
  1124. '
  1125. Me.PGS_ch.AutoSize = True
  1126. Me.PGS_ch.Location = New System.Drawing.Point(307, 51)
  1127. Me.PGS_ch.Name = "PGS_ch"
  1128. Me.PGS_ch.Size = New System.Drawing.Size(49, 20)
  1129. Me.PGS_ch.TabIndex = 1939
  1130. Me.PGS_ch.Text = "PGS"
  1131. Me.PGS_ch.UseVisualStyleBackColor = True
  1132. '
  1133. 'ALL_ch
  1134. '
  1135. Me.ALL_ch.AutoSize = True
  1136. Me.ALL_ch.Location = New System.Drawing.Point(363, 51)
  1137. Me.ALL_ch.Name = "ALL_ch"
  1138. Me.ALL_ch.Size = New System.Drawing.Size(46, 20)
  1139. Me.ALL_ch.TabIndex = 1940
  1140. Me.ALL_ch.Text = "ALL"
  1141. Me.ALL_ch.UseVisualStyleBackColor = True
  1142. '
  1143. '日_ch
  1144. '
  1145. Me.日_ch.AutoSize = True
  1146. Me.日_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1147. Me.日_ch.Location = New System.Drawing.Point(144, 51)
  1148. Me.日_ch.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1149. Me.日_ch.Name = "日_ch"
  1150. Me.日_ch.Size = New System.Drawing.Size(38, 20)
  1151. Me.日_ch.TabIndex = 1949
  1152. Me.日_ch.Text = "日"
  1153. Me.日_ch.UseVisualStyleBackColor = True
  1154. '
  1155. '週_ch
  1156. '
  1157. Me.週_ch.AutoSize = True
  1158. Me.週_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1159. Me.週_ch.Location = New System.Drawing.Point(78, 51)
  1160. Me.週_ch.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1161. Me.週_ch.Name = "週_ch"
  1162. Me.週_ch.Size = New System.Drawing.Size(60, 20)
  1163. Me.週_ch.TabIndex = 1948
  1164. Me.週_ch.Text = "Pekan"
  1165. Me.週_ch.UseVisualStyleBackColor = True
  1166. '
  1167. '月_ch
  1168. '
  1169. Me.月_ch.AutoSize = True
  1170. Me.月_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1171. Me.月_ch.Location = New System.Drawing.Point(7, 51)
  1172. Me.月_ch.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1173. Me.月_ch.Name = "月_ch"
  1174. Me.月_ch.Size = New System.Drawing.Size(64, 20)
  1175. Me.月_ch.TabIndex = 1947
  1176. Me.月_ch.Text = "Month"
  1177. Me.月_ch.UseVisualStyleBackColor = True
  1178. '
  1179. '下個月_bt
  1180. '
  1181. Me.下個月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1182. Me.下個月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1183. Me.下個月_bt.Location = New System.Drawing.Point(274, 26)
  1184. Me.下個月_bt.Name = "下個月_bt"
  1185. Me.下個月_bt.Size = New System.Drawing.Size(135, 25)
  1186. Me.下個月_bt.TabIndex = 1946
  1187. Me.下個月_bt.Text = "下個月"
  1188. Me.下個月_bt.UseVisualStyleBackColor = True
  1189. '
  1190. '上個月_bt
  1191. '
  1192. Me.上個月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1193. Me.上個月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1194. Me.上個月_bt.Location = New System.Drawing.Point(139, 26)
  1195. Me.上個月_bt.Name = "上個月_bt"
  1196. Me.上個月_bt.Size = New System.Drawing.Size(135, 25)
  1197. Me.上個月_bt.TabIndex = 1945
  1198. Me.上個月_bt.Text = "上個月"
  1199. Me.上個月_bt.UseVisualStyleBackColor = True
  1200. '
  1201. '當月_bt
  1202. '
  1203. Me.當月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1204. Me.當月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1205. Me.當月_bt.Location = New System.Drawing.Point(4, 26)
  1206. Me.當月_bt.Name = "當月_bt"
  1207. Me.當月_bt.Size = New System.Drawing.Size(135, 25)
  1208. Me.當月_bt.TabIndex = 1944
  1209. Me.當月_bt.Text = "當月"
  1210. Me.當月_bt.UseVisualStyleBackColor = True
  1211. '
  1212. '結束日期_dtp
  1213. '
  1214. Me.結束日期_dtp.CustomFormat = "yyyy/MM/dd"
  1215. Me.結束日期_dtp.Enabled = False
  1216. Me.結束日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  1217. Me.結束日期_dtp.Location = New System.Drawing.Point(166, 3)
  1218. Me.結束日期_dtp.Name = "結束日期_dtp"
  1219. Me.結束日期_dtp.Size = New System.Drawing.Size(88, 23)
  1220. Me.結束日期_dtp.TabIndex = 1943
  1221. '
  1222. 'Label21
  1223. '
  1224. Me.Label21.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1225. Me.Label21.ForeColor = System.Drawing.Color.Black
  1226. Me.Label21.Location = New System.Drawing.Point(103, 7)
  1227. Me.Label21.Name = "Label21"
  1228. Me.Label21.Size = New System.Drawing.Size(66, 16)
  1229. Me.Label21.TabIndex = 1942
  1230. Me.Label21.Text = "Sampai"
  1231. Me.Label21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  1232. '
  1233. '開始日期_dtp
  1234. '
  1235. Me.開始日期_dtp.CustomFormat = "yyyy/MM/dd"
  1236. Me.開始日期_dtp.Enabled = False
  1237. Me.開始日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  1238. Me.開始日期_dtp.Location = New System.Drawing.Point(5, 3)
  1239. Me.開始日期_dtp.Name = "開始日期_dtp"
  1240. Me.開始日期_dtp.Size = New System.Drawing.Size(97, 23)
  1241. Me.開始日期_dtp.TabIndex = 1941
  1242. '
  1243. '條件_cb
  1244. '
  1245. Me.條件_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  1246. Me.條件_cb.FormattingEnabled = True
  1247. Me.條件_cb.Items.AddRange(New Object() {"N/A", "App", "Void"})
  1248. Me.條件_cb.Location = New System.Drawing.Point(351, 2)
  1249. Me.條件_cb.Name = "條件_cb"
  1250. Me.條件_cb.Size = New System.Drawing.Size(59, 24)
  1251. Me.條件_cb.TabIndex = 1950
  1252. '
  1253. '財物支付單申請_傳票
  1254. '
  1255. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  1256. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1257. Me.ClientSize = New System.Drawing.Size(1321, 613)
  1258. Me.Controls.Add(Me.條件_cb)
  1259. Me.Controls.Add(Me.日_ch)
  1260. Me.Controls.Add(Me.週_ch)
  1261. Me.Controls.Add(Me.月_ch)
  1262. Me.Controls.Add(Me.下個月_bt)
  1263. Me.Controls.Add(Me.上個月_bt)
  1264. Me.Controls.Add(Me.當月_bt)
  1265. Me.Controls.Add(Me.結束日期_dtp)
  1266. Me.Controls.Add(Me.開始日期_dtp)
  1267. Me.Controls.Add(Me.ALL_ch)
  1268. Me.Controls.Add(Me.PGS_ch)
  1269. Me.Controls.Add(Me.HX_ch)
  1270. Me.Controls.Add(Me.Panel1)
  1271. Me.Controls.Add(Me.Panel2)
  1272. Me.Controls.Add(Me.財務收支單_dgv)
  1273. Me.Controls.Add(Me.Label21)
  1274. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1275. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1276. Me.Name = "財物支付單申請_傳票"
  1277. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  1278. Me.Text = "財物支付單_傳票"
  1279. Me.Panel1.ResumeLayout(False)
  1280. Me.Panel1.PerformLayout()
  1281. CType(Me.支付對象2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1282. CType(Me.支付對象1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1283. CType(Me.採購連結_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1284. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1285. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
  1286. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  1287. CType(Me.申請金額_nud, System.ComponentModel.ISupportInitialize).EndInit()
  1288. Me.Panel2.ResumeLayout(False)
  1289. Me.Panel2.PerformLayout()
  1290. Me.Panel5.ResumeLayout(False)
  1291. Me.Panel5.PerformLayout()
  1292. Me.Panel4.ResumeLayout(False)
  1293. Me.Panel4.PerformLayout()
  1294. Me.Panel3.ResumeLayout(False)
  1295. Me.Panel3.PerformLayout()
  1296. CType(Me.簽名圖_pb, System.ComponentModel.ISupportInitialize).EndInit()
  1297. CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
  1298. Me.申請_p.ResumeLayout(False)
  1299. Me.審核_p.ResumeLayout(False)
  1300. CType(Me.財務收支單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1301. Me.ResumeLayout(False)
  1302. Me.PerformLayout()
  1303. End Sub
  1304. Friend WithEvents Panel1 As Panel
  1305. Friend WithEvents 語轉扭_bt As Button
  1306. Friend WithEvents 部門選單_cb As ComboBox
  1307. Friend WithEvents 重選部門_bt As Button
  1308. Friend WithEvents PictureBox2 As PictureBox
  1309. Friend WithEvents PictureBox1 As PictureBox
  1310. Friend WithEvents 選擇公司_cb As ComboBox
  1311. Friend WithEvents 單號_tb As TextBox
  1312. Friend WithEvents 財務單號_lb As Label
  1313. Friend WithEvents Label1 As Label
  1314. Friend WithEvents Label2 As Label
  1315. Friend WithEvents 補單_cb As CheckBox
  1316. Friend WithEvents 申請日期_dtp As DateTimePicker
  1317. Friend WithEvents 申請金額_nud As NumericUpDown
  1318. Friend WithEvents Label3 As Label
  1319. Friend WithEvents 金額大寫_tb As TextBox
  1320. Friend WithEvents Label4 As Label
  1321. Friend WithEvents 內容_tb As TextBox
  1322. Friend WithEvents Label5 As Label
  1323. Friend WithEvents 支付對象_tb As TextBox
  1324. Friend WithEvents Label6 As Label
  1325. Friend WithEvents Panel2 As Panel
  1326. Friend WithEvents 開立收支單_bt As Button
  1327. Friend WithEvents 申請完成_bt As Button
  1328. Friend WithEvents 刪除收支單_bt As Button
  1329. Friend WithEvents 列印成EXCEL_bt As Button
  1330. Friend WithEvents 第一層_cb As ComboBox
  1331. Friend WithEvents 第二層_cb As ComboBox
  1332. Friend WithEvents 幣別_cb As ComboBox
  1333. Friend WithEvents 第三層_cb As ComboBox
  1334. Friend WithEvents 會計科目_lb As Label
  1335. Friend WithEvents 編號3_cb As ComboBox
  1336. Friend WithEvents 人民幣匯率_tb As TextBox
  1337. Friend WithEvents 印尼匯率_tb As TextBox
  1338. Friend WithEvents 美金匯率_tb As TextBox
  1339. Friend WithEvents 申請人_tb As TextBox
  1340. Friend WithEvents 編號1_cb As ComboBox
  1341. Friend WithEvents 日期_dtp As DateTimePicker
  1342. Friend WithEvents 財務收支單_dgv As DataGridView
  1343. Friend WithEvents 查詢_tb As TextBox
  1344. Friend WithEvents 明細_dgv As DataGridView
  1345. Friend WithEvents PictureBox3 As PictureBox
  1346. Friend WithEvents Label7 As Label
  1347. Friend WithEvents Label12 As Label
  1348. Friend WithEvents Label11 As Label
  1349. Friend WithEvents Label10 As Label
  1350. Friend WithEvents Label9 As Label
  1351. Friend WithEvents Label8 As Label
  1352. Friend WithEvents 年份2_cb As ComboBox
  1353. Friend WithEvents Label13 As Label
  1354. Friend WithEvents 月份2_cb As ComboBox
  1355. Friend WithEvents Label14 As Label
  1356. Friend WithEvents 系統單號_bt As TextBox
  1357. Friend WithEvents 編號2_cb As ComboBox
  1358. Friend WithEvents 申請_p As Panel
  1359. Friend WithEvents 審核_p As Panel
  1360. Friend WithEvents 單據作廢_bt As Button
  1361. Friend WithEvents 審核通過_bt As Button
  1362. Friend WithEvents 審核人_tb As TextBox
  1363. Friend WithEvents Label18 As Label
  1364. Friend WithEvents 銀行支行_tb As TextBox
  1365. Friend WithEvents Label16 As Label
  1366. Friend WithEvents Label17 As Label
  1367. Friend WithEvents 支付銀行_tb As TextBox
  1368. Friend WithEvents 營行帳號_tb As TextBox
  1369. Friend WithEvents Label15 As Label
  1370. Friend WithEvents 開立收支單1_bt As Button
  1371. Friend WithEvents 採購連結_dgv As DataGridView
  1372. Friend WithEvents HX_ch As CheckBox
  1373. Friend WithEvents PGS_ch As CheckBox
  1374. Friend WithEvents ALL_ch As CheckBox
  1375. Friend WithEvents 簽名圖_pb As PictureBox
  1376. Friend WithEvents 主管_tb As TextBox
  1377. Friend WithEvents 檢查人_tb As TextBox
  1378. Friend WithEvents Label19 As Label
  1379. Friend WithEvents 檢查人_bt As Button
  1380. Friend WithEvents 主管_bt As Button
  1381. Friend WithEvents 支付日期_dtp As DateTimePicker
  1382. Friend WithEvents Label20 As Label
  1383. Friend WithEvents 日_ch As CheckBox
  1384. Friend WithEvents 週_ch As CheckBox
  1385. Friend WithEvents 月_ch As CheckBox
  1386. Friend WithEvents 下個月_bt As Button
  1387. Friend WithEvents 上個月_bt As Button
  1388. Friend WithEvents 當月_bt As Button
  1389. Friend WithEvents 結束日期_dtp As DateTimePicker
  1390. Friend WithEvents Label21 As Label
  1391. Friend WithEvents 開始日期_dtp As DateTimePicker
  1392. Friend WithEvents 支付對象_cb As ComboBox
  1393. Friend WithEvents 支付對象2_dgv As DataGridView
  1394. Friend WithEvents 支付對象1_dgv As DataGridView
  1395. Friend WithEvents Panel3 As Panel
  1396. Friend WithEvents Panel4 As Panel
  1397. Friend WithEvents Panel5 As Panel
  1398. Friend WithEvents 條件_cb As ComboBox
  1399. Friend WithEvents 解開星期五_ch As CheckBox
  1400. End Class