Nessuna descrizione
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 75KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354
  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. Me.TabControl1 = New System.Windows.Forms.TabControl()
  25. Me.TabPage1 = New System.Windows.Forms.TabPage()
  26. Me.Label31 = New System.Windows.Forms.Label()
  27. Me.Label30 = New System.Windows.Forms.Label()
  28. Me.轉場時數_tb = New System.Windows.Forms.TextBox()
  29. Me.Label29 = New System.Windows.Forms.Label()
  30. Me.轉場比_tb = New System.Windows.Forms.TextBox()
  31. Me.服務時數_tb = New System.Windows.Forms.TextBox()
  32. Me.Label28 = New System.Windows.Forms.Label()
  33. Me.餘額_比 = New System.Windows.Forms.TextBox()
  34. Me.餘額_tb = New System.Windows.Forms.TextBox()
  35. Me.Label27 = New System.Windows.Forms.Label()
  36. Me.公司負擔_比 = New System.Windows.Forms.TextBox()
  37. Me.薪資總額_比 = New System.Windows.Forms.TextBox()
  38. Me.申請AA_比 = New System.Windows.Forms.TextBox()
  39. Me.申請BG_比 = New System.Windows.Forms.TextBox()
  40. Me.Label24 = New System.Windows.Forms.Label()
  41. Me.薪資總額_tb = New System.Windows.Forms.TextBox()
  42. Me.申請AA_tb = New System.Windows.Forms.TextBox()
  43. Me.Label22 = New System.Windows.Forms.Label()
  44. Me.申請BG_tb = New System.Windows.Forms.TextBox()
  45. Me.公司負擔_tb = New System.Windows.Forms.TextBox()
  46. Me.Label20 = New System.Windows.Forms.Label()
  47. Me.支出項目_tb = New System.Windows.Forms.TextBox()
  48. Me.加項總計_比 = New System.Windows.Forms.TextBox()
  49. Me.加班費_比 = New System.Windows.Forms.TextBox()
  50. Me.轉場薪資_比 = New System.Windows.Forms.TextBox()
  51. Me.轉場津貼_比 = New System.Windows.Forms.TextBox()
  52. Me.服務津貼_比 = New System.Windows.Forms.TextBox()
  53. Me.薪資D_比 = New System.Windows.Forms.TextBox()
  54. Me.AA正常_比 = New System.Windows.Forms.TextBox()
  55. Me.GA加級_比 = New System.Windows.Forms.TextBox()
  56. Me.GA正常_比 = New System.Windows.Forms.TextBox()
  57. Me.BA正常_比 = New System.Windows.Forms.TextBox()
  58. Me.申請AA_差額_比 = New System.Windows.Forms.TextBox()
  59. Me.申請AA_長_比 = New System.Windows.Forms.TextBox()
  60. Me.申請AA_仁_比 = New System.Windows.Forms.TextBox()
  61. Me.申請BG_差額_比 = New System.Windows.Forms.TextBox()
  62. Me.申請BG_長_比 = New System.Windows.Forms.TextBox()
  63. Me.申請BG_仁_比 = New System.Windows.Forms.TextBox()
  64. Me.減項總計_tb = New System.Windows.Forms.TextBox()
  65. Me.Label17 = New System.Windows.Forms.Label()
  66. Me.加項總計_tb = New System.Windows.Forms.TextBox()
  67. Me.Label16 = New System.Windows.Forms.Label()
  68. Me.加班費_tb = New System.Windows.Forms.TextBox()
  69. Me.Label15 = New System.Windows.Forms.Label()
  70. Me.轉場薪資_tb = New System.Windows.Forms.TextBox()
  71. Me.Label13 = New System.Windows.Forms.Label()
  72. Me.轉場津貼_tb = New System.Windows.Forms.TextBox()
  73. Me.Label14 = New System.Windows.Forms.Label()
  74. Me.服務津貼_tb = New System.Windows.Forms.TextBox()
  75. Me.Label12 = New System.Windows.Forms.Label()
  76. Me.薪資D_tb = New System.Windows.Forms.TextBox()
  77. Me.Label11 = New System.Windows.Forms.Label()
  78. Me.AA正常_tb = New System.Windows.Forms.TextBox()
  79. Me.Label8 = New System.Windows.Forms.Label()
  80. Me.GA加級_tb = New System.Windows.Forms.TextBox()
  81. Me.Label9 = New System.Windows.Forms.Label()
  82. Me.GA正常_tb = New System.Windows.Forms.TextBox()
  83. Me.Label10 = New System.Windows.Forms.Label()
  84. Me.BA正常_tb = New System.Windows.Forms.TextBox()
  85. Me.申請AA_差額_tb = New System.Windows.Forms.TextBox()
  86. Me.Label5 = New System.Windows.Forms.Label()
  87. Me.申請AA_長_tb = New System.Windows.Forms.TextBox()
  88. Me.Label7 = New System.Windows.Forms.Label()
  89. Me.申請AA_仁_tb = New System.Windows.Forms.TextBox()
  90. Me.Label3 = New System.Windows.Forms.Label()
  91. Me.申請BG_差額_tb = New System.Windows.Forms.TextBox()
  92. Me.Label2 = New System.Windows.Forms.Label()
  93. Me.申請BG_長_tb = New System.Windows.Forms.TextBox()
  94. Me.Label1 = New System.Windows.Forms.Label()
  95. Me.申請BG_仁_tb = New System.Windows.Forms.TextBox()
  96. Me.成本結構_ch = New System.Windows.Forms.CheckBox()
  97. Me.薪資結構_ch = New System.Windows.Forms.CheckBox()
  98. Me.重讀_bt = New System.Windows.Forms.Button()
  99. Me.Label50 = New System.Windows.Forms.Label()
  100. Me.月份1_cb = New System.Windows.Forms.ComboBox()
  101. Me.年份1_cb = New System.Windows.Forms.ComboBox()
  102. Me.月份_cb = New System.Windows.Forms.ComboBox()
  103. Me.年份_cb = New System.Windows.Forms.ComboBox()
  104. Me.Label6 = New System.Windows.Forms.Label()
  105. Me.Dgv = New System.Windows.Forms.DataGridView()
  106. Me.Dgv1 = New System.Windows.Forms.DataGridView()
  107. Me.Label19 = New System.Windows.Forms.Label()
  108. Me.Label21 = New System.Windows.Forms.Label()
  109. Me.Label18 = New System.Windows.Forms.Label()
  110. Me.Label4 = New System.Windows.Forms.Label()
  111. Me.Label23 = New System.Windows.Forms.Label()
  112. Me.Label25 = New System.Windows.Forms.Label()
  113. Me.Label26 = New System.Windows.Forms.Label()
  114. Me.TabPage2 = New System.Windows.Forms.TabPage()
  115. Me.Label32 = New System.Windows.Forms.Label()
  116. Me.修正金額_tb = New System.Windows.Forms.TextBox()
  117. Me.修正金額_比 = New System.Windows.Forms.TextBox()
  118. Me.減項總計_比 = New System.Windows.Forms.TextBox()
  119. Me.TabControl1.SuspendLayout()
  120. Me.TabPage1.SuspendLayout()
  121. CType(Me.Dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  122. CType(Me.Dgv1, System.ComponentModel.ISupportInitialize).BeginInit()
  123. Me.SuspendLayout()
  124. '
  125. 'TabControl1
  126. '
  127. Me.TabControl1.Appearance = System.Windows.Forms.TabAppearance.Buttons
  128. Me.TabControl1.Controls.Add(Me.TabPage1)
  129. Me.TabControl1.Controls.Add(Me.TabPage2)
  130. Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
  131. Me.TabControl1.Location = New System.Drawing.Point(0, 0)
  132. Me.TabControl1.Name = "TabControl1"
  133. Me.TabControl1.SelectedIndex = 0
  134. Me.TabControl1.Size = New System.Drawing.Size(1301, 651)
  135. Me.TabControl1.SizeMode = System.Windows.Forms.TabSizeMode.FillToRight
  136. Me.TabControl1.TabIndex = 0
  137. '
  138. 'TabPage1
  139. '
  140. Me.TabPage1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  141. Me.TabPage1.Controls.Add(Me.減項總計_比)
  142. Me.TabPage1.Controls.Add(Me.修正金額_比)
  143. Me.TabPage1.Controls.Add(Me.Label32)
  144. Me.TabPage1.Controls.Add(Me.修正金額_tb)
  145. Me.TabPage1.Controls.Add(Me.Label31)
  146. Me.TabPage1.Controls.Add(Me.Label30)
  147. Me.TabPage1.Controls.Add(Me.轉場時數_tb)
  148. Me.TabPage1.Controls.Add(Me.Label29)
  149. Me.TabPage1.Controls.Add(Me.轉場比_tb)
  150. Me.TabPage1.Controls.Add(Me.服務時數_tb)
  151. Me.TabPage1.Controls.Add(Me.Label28)
  152. Me.TabPage1.Controls.Add(Me.餘額_比)
  153. Me.TabPage1.Controls.Add(Me.餘額_tb)
  154. Me.TabPage1.Controls.Add(Me.Label27)
  155. Me.TabPage1.Controls.Add(Me.公司負擔_比)
  156. Me.TabPage1.Controls.Add(Me.薪資總額_比)
  157. Me.TabPage1.Controls.Add(Me.申請AA_比)
  158. Me.TabPage1.Controls.Add(Me.申請BG_比)
  159. Me.TabPage1.Controls.Add(Me.Label24)
  160. Me.TabPage1.Controls.Add(Me.薪資總額_tb)
  161. Me.TabPage1.Controls.Add(Me.申請AA_tb)
  162. Me.TabPage1.Controls.Add(Me.Label22)
  163. Me.TabPage1.Controls.Add(Me.申請BG_tb)
  164. Me.TabPage1.Controls.Add(Me.公司負擔_tb)
  165. Me.TabPage1.Controls.Add(Me.Label20)
  166. Me.TabPage1.Controls.Add(Me.支出項目_tb)
  167. Me.TabPage1.Controls.Add(Me.加項總計_比)
  168. Me.TabPage1.Controls.Add(Me.加班費_比)
  169. Me.TabPage1.Controls.Add(Me.轉場薪資_比)
  170. Me.TabPage1.Controls.Add(Me.轉場津貼_比)
  171. Me.TabPage1.Controls.Add(Me.服務津貼_比)
  172. Me.TabPage1.Controls.Add(Me.薪資D_比)
  173. Me.TabPage1.Controls.Add(Me.AA正常_比)
  174. Me.TabPage1.Controls.Add(Me.GA加級_比)
  175. Me.TabPage1.Controls.Add(Me.GA正常_比)
  176. Me.TabPage1.Controls.Add(Me.BA正常_比)
  177. Me.TabPage1.Controls.Add(Me.申請AA_差額_比)
  178. Me.TabPage1.Controls.Add(Me.申請AA_長_比)
  179. Me.TabPage1.Controls.Add(Me.申請AA_仁_比)
  180. Me.TabPage1.Controls.Add(Me.申請BG_差額_比)
  181. Me.TabPage1.Controls.Add(Me.申請BG_長_比)
  182. Me.TabPage1.Controls.Add(Me.申請BG_仁_比)
  183. Me.TabPage1.Controls.Add(Me.減項總計_tb)
  184. Me.TabPage1.Controls.Add(Me.Label17)
  185. Me.TabPage1.Controls.Add(Me.加項總計_tb)
  186. Me.TabPage1.Controls.Add(Me.Label16)
  187. Me.TabPage1.Controls.Add(Me.加班費_tb)
  188. Me.TabPage1.Controls.Add(Me.Label15)
  189. Me.TabPage1.Controls.Add(Me.轉場薪資_tb)
  190. Me.TabPage1.Controls.Add(Me.Label13)
  191. Me.TabPage1.Controls.Add(Me.轉場津貼_tb)
  192. Me.TabPage1.Controls.Add(Me.Label14)
  193. Me.TabPage1.Controls.Add(Me.服務津貼_tb)
  194. Me.TabPage1.Controls.Add(Me.Label12)
  195. Me.TabPage1.Controls.Add(Me.薪資D_tb)
  196. Me.TabPage1.Controls.Add(Me.Label11)
  197. Me.TabPage1.Controls.Add(Me.AA正常_tb)
  198. Me.TabPage1.Controls.Add(Me.Label8)
  199. Me.TabPage1.Controls.Add(Me.GA加級_tb)
  200. Me.TabPage1.Controls.Add(Me.Label9)
  201. Me.TabPage1.Controls.Add(Me.GA正常_tb)
  202. Me.TabPage1.Controls.Add(Me.Label10)
  203. Me.TabPage1.Controls.Add(Me.BA正常_tb)
  204. Me.TabPage1.Controls.Add(Me.申請AA_差額_tb)
  205. Me.TabPage1.Controls.Add(Me.Label5)
  206. Me.TabPage1.Controls.Add(Me.申請AA_長_tb)
  207. Me.TabPage1.Controls.Add(Me.Label7)
  208. Me.TabPage1.Controls.Add(Me.申請AA_仁_tb)
  209. Me.TabPage1.Controls.Add(Me.Label3)
  210. Me.TabPage1.Controls.Add(Me.申請BG_差額_tb)
  211. Me.TabPage1.Controls.Add(Me.Label2)
  212. Me.TabPage1.Controls.Add(Me.申請BG_長_tb)
  213. Me.TabPage1.Controls.Add(Me.Label1)
  214. Me.TabPage1.Controls.Add(Me.申請BG_仁_tb)
  215. Me.TabPage1.Controls.Add(Me.成本結構_ch)
  216. Me.TabPage1.Controls.Add(Me.薪資結構_ch)
  217. Me.TabPage1.Controls.Add(Me.重讀_bt)
  218. Me.TabPage1.Controls.Add(Me.Label50)
  219. Me.TabPage1.Controls.Add(Me.月份1_cb)
  220. Me.TabPage1.Controls.Add(Me.年份1_cb)
  221. Me.TabPage1.Controls.Add(Me.月份_cb)
  222. Me.TabPage1.Controls.Add(Me.年份_cb)
  223. Me.TabPage1.Controls.Add(Me.Label6)
  224. Me.TabPage1.Controls.Add(Me.Dgv)
  225. Me.TabPage1.Controls.Add(Me.Dgv1)
  226. Me.TabPage1.Controls.Add(Me.Label19)
  227. Me.TabPage1.Controls.Add(Me.Label21)
  228. Me.TabPage1.Controls.Add(Me.Label18)
  229. Me.TabPage1.Controls.Add(Me.Label4)
  230. Me.TabPage1.Controls.Add(Me.Label23)
  231. Me.TabPage1.Controls.Add(Me.Label25)
  232. Me.TabPage1.Controls.Add(Me.Label26)
  233. Me.TabPage1.ForeColor = System.Drawing.Color.Black
  234. Me.TabPage1.Location = New System.Drawing.Point(4, 28)
  235. Me.TabPage1.Name = "TabPage1"
  236. Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
  237. Me.TabPage1.Size = New System.Drawing.Size(1293, 619)
  238. Me.TabPage1.TabIndex = 0
  239. Me.TabPage1.Text = "仁寶系統-對接資料"
  240. Me.TabPage1.UseVisualStyleBackColor = True
  241. '
  242. 'Label31
  243. '
  244. Me.Label31.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  245. Me.Label31.AutoSize = True
  246. Me.Label31.ForeColor = System.Drawing.Color.Black
  247. Me.Label31.Location = New System.Drawing.Point(840, 594)
  248. Me.Label31.Name = "Label31"
  249. Me.Label31.Size = New System.Drawing.Size(124, 16)
  250. Me.Label31.TabIndex = 1814
  251. Me.Label31.Text = "事 業 營 運 餘 額 比"
  252. '
  253. 'Label30
  254. '
  255. Me.Label30.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  256. Me.Label30.AutoSize = True
  257. Me.Label30.ForeColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  258. Me.Label30.Location = New System.Drawing.Point(1109, 517)
  259. Me.Label30.Name = "Label30"
  260. Me.Label30.Size = New System.Drawing.Size(88, 16)
  261. Me.Label30.TabIndex = 1813
  262. Me.Label30.Text = "服 務 轉 場比例"
  263. '
  264. '轉場時數_tb
  265. '
  266. Me.轉場時數_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  267. Me.轉場時數_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  268. Me.轉場時數_tb.Location = New System.Drawing.Point(1201, 490)
  269. Me.轉場時數_tb.Name = "轉場時數_tb"
  270. Me.轉場時數_tb.Size = New System.Drawing.Size(85, 23)
  271. Me.轉場時數_tb.TabIndex = 1811
  272. Me.轉場時數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  273. '
  274. 'Label29
  275. '
  276. Me.Label29.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  277. Me.Label29.AutoSize = True
  278. Me.Label29.ForeColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  279. Me.Label29.Location = New System.Drawing.Point(1109, 494)
  280. Me.Label29.Name = "Label29"
  281. Me.Label29.Size = New System.Drawing.Size(91, 16)
  282. Me.Label29.TabIndex = 1812
  283. Me.Label29.Text = "總轉場時數合計"
  284. '
  285. '轉場比_tb
  286. '
  287. Me.轉場比_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  288. Me.轉場比_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  289. Me.轉場比_tb.Location = New System.Drawing.Point(1201, 514)
  290. Me.轉場比_tb.Name = "轉場比_tb"
  291. Me.轉場比_tb.Size = New System.Drawing.Size(85, 23)
  292. Me.轉場比_tb.TabIndex = 1810
  293. Me.轉場比_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  294. '
  295. '服務時數_tb
  296. '
  297. Me.服務時數_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  298. Me.服務時數_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  299. Me.服務時數_tb.Location = New System.Drawing.Point(1201, 466)
  300. Me.服務時數_tb.Name = "服務時數_tb"
  301. Me.服務時數_tb.Size = New System.Drawing.Size(85, 23)
  302. Me.服務時數_tb.TabIndex = 1808
  303. Me.服務時數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  304. '
  305. 'Label28
  306. '
  307. Me.Label28.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  308. Me.Label28.AutoSize = True
  309. Me.Label28.ForeColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  310. Me.Label28.Location = New System.Drawing.Point(1109, 470)
  311. Me.Label28.Name = "Label28"
  312. Me.Label28.Size = New System.Drawing.Size(91, 16)
  313. Me.Label28.TabIndex = 1809
  314. Me.Label28.Text = "總服務時數合計"
  315. '
  316. '餘額_比
  317. '
  318. Me.餘額_比.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  319. Me.餘額_比.ForeColor = System.Drawing.Color.Black
  320. Me.餘額_比.Location = New System.Drawing.Point(966, 591)
  321. Me.餘額_比.Name = "餘額_比"
  322. Me.餘額_比.Size = New System.Drawing.Size(85, 23)
  323. Me.餘額_比.TabIndex = 1807
  324. Me.餘額_比.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  325. '
  326. '餘額_tb
  327. '
  328. Me.餘額_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  329. Me.餘額_tb.ForeColor = System.Drawing.Color.Black
  330. Me.餘額_tb.Location = New System.Drawing.Point(966, 567)
  331. Me.餘額_tb.Name = "餘額_tb"
  332. Me.餘額_tb.Size = New System.Drawing.Size(85, 23)
  333. Me.餘額_tb.TabIndex = 1805
  334. Me.餘額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  335. '
  336. 'Label27
  337. '
  338. Me.Label27.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  339. Me.Label27.AutoSize = True
  340. Me.Label27.ForeColor = System.Drawing.Color.Black
  341. Me.Label27.Location = New System.Drawing.Point(841, 571)
  342. Me.Label27.Name = "Label27"
  343. Me.Label27.Size = New System.Drawing.Size(124, 16)
  344. Me.Label27.TabIndex = 1806
  345. Me.Label27.Text = "事 業 營 運 餘 額"
  346. '
  347. '公司負擔_比
  348. '
  349. Me.公司負擔_比.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  350. Me.公司負擔_比.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  351. Me.公司負擔_比.ForeColor = System.Drawing.Color.Purple
  352. Me.公司負擔_比.Location = New System.Drawing.Point(1053, 540)
  353. Me.公司負擔_比.Name = "公司負擔_比"
  354. Me.公司負擔_比.Size = New System.Drawing.Size(50, 23)
  355. Me.公司負擔_比.TabIndex = 1803
  356. Me.公司負擔_比.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  357. '
  358. '薪資總額_比
  359. '
  360. Me.薪資總額_比.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  361. Me.薪資總額_比.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  362. Me.薪資總額_比.ForeColor = System.Drawing.Color.Red
  363. Me.薪資總額_比.Location = New System.Drawing.Point(1053, 516)
  364. Me.薪資總額_比.Name = "薪資總額_比"
  365. Me.薪資總額_比.Size = New System.Drawing.Size(50, 23)
  366. Me.薪資總額_比.TabIndex = 1802
  367. Me.薪資總額_比.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  368. '
  369. '申請AA_比
  370. '
  371. Me.申請AA_比.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  372. Me.申請AA_比.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  373. Me.申請AA_比.ForeColor = System.Drawing.Color.Green
  374. Me.申請AA_比.Location = New System.Drawing.Point(1053, 490)
  375. Me.申請AA_比.Name = "申請AA_比"
  376. Me.申請AA_比.Size = New System.Drawing.Size(50, 23)
  377. Me.申請AA_比.TabIndex = 1801
  378. Me.申請AA_比.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  379. '
  380. '申請BG_比
  381. '
  382. Me.申請BG_比.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  383. Me.申請BG_比.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  384. Me.申請BG_比.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  385. Me.申請BG_比.Location = New System.Drawing.Point(1053, 466)
  386. Me.申請BG_比.Name = "申請BG_比"
  387. Me.申請BG_比.Size = New System.Drawing.Size(50, 23)
  388. Me.申請BG_比.TabIndex = 1800
  389. Me.申請BG_比.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  390. '
  391. 'Label24
  392. '
  393. Me.Label24.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  394. Me.Label24.AutoSize = True
  395. Me.Label24.ForeColor = System.Drawing.Color.Red
  396. Me.Label24.Location = New System.Drawing.Point(840, 518)
  397. Me.Label24.Name = "Label24"
  398. Me.Label24.Size = New System.Drawing.Size(121, 16)
  399. Me.Label24.TabIndex = 1798
  400. Me.Label24.Text = "薪 資 支 付 總 額"
  401. '
  402. '薪資總額_tb
  403. '
  404. Me.薪資總額_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  405. Me.薪資總額_tb.ForeColor = System.Drawing.Color.Red
  406. Me.薪資總額_tb.Location = New System.Drawing.Point(966, 516)
  407. Me.薪資總額_tb.Name = "薪資總額_tb"
  408. Me.薪資總額_tb.Size = New System.Drawing.Size(85, 23)
  409. Me.薪資總額_tb.TabIndex = 1797
  410. Me.薪資總額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  411. '
  412. '申請AA_tb
  413. '
  414. Me.申請AA_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  415. Me.申請AA_tb.ForeColor = System.Drawing.Color.Green
  416. Me.申請AA_tb.Location = New System.Drawing.Point(966, 490)
  417. Me.申請AA_tb.Name = "申請AA_tb"
  418. Me.申請AA_tb.Size = New System.Drawing.Size(85, 23)
  419. Me.申請AA_tb.TabIndex = 1795
  420. Me.申請AA_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  421. '
  422. 'Label22
  423. '
  424. Me.Label22.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  425. Me.Label22.AutoSize = True
  426. Me.Label22.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  427. Me.Label22.Location = New System.Drawing.Point(840, 470)
  428. Me.Label22.Name = "Label22"
  429. Me.Label22.Size = New System.Drawing.Size(123, 16)
  430. Me.Label22.TabIndex = 1794
  431. Me.Label22.Text = "申請總額 BA+GA+SC"
  432. '
  433. '申請BG_tb
  434. '
  435. Me.申請BG_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  436. Me.申請BG_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  437. Me.申請BG_tb.Location = New System.Drawing.Point(966, 466)
  438. Me.申請BG_tb.Name = "申請BG_tb"
  439. Me.申請BG_tb.Size = New System.Drawing.Size(85, 23)
  440. Me.申請BG_tb.TabIndex = 1793
  441. Me.申請BG_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  442. '
  443. '公司負擔_tb
  444. '
  445. Me.公司負擔_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  446. Me.公司負擔_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  447. Me.公司負擔_tb.Location = New System.Drawing.Point(966, 540)
  448. Me.公司負擔_tb.Name = "公司負擔_tb"
  449. Me.公司負擔_tb.Size = New System.Drawing.Size(85, 23)
  450. Me.公司負擔_tb.TabIndex = 1791
  451. Me.公司負擔_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  452. '
  453. 'Label20
  454. '
  455. Me.Label20.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  456. Me.Label20.AutoSize = True
  457. Me.Label20.ForeColor = System.Drawing.Color.Red
  458. Me.Label20.Location = New System.Drawing.Point(692, 595)
  459. Me.Label20.Name = "Label20"
  460. Me.Label20.Size = New System.Drawing.Size(55, 16)
  461. Me.Label20.TabIndex = 1790
  462. Me.Label20.Text = "支出總額"
  463. '
  464. '支出項目_tb
  465. '
  466. Me.支出項目_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  467. Me.支出項目_tb.ForeColor = System.Drawing.Color.Red
  468. Me.支出項目_tb.Location = New System.Drawing.Point(748, 591)
  469. Me.支出項目_tb.Name = "支出項目_tb"
  470. Me.支出項目_tb.Size = New System.Drawing.Size(88, 23)
  471. Me.支出項目_tb.TabIndex = 1789
  472. Me.支出項目_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  473. '
  474. '加項總計_比
  475. '
  476. Me.加項總計_比.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  477. Me.加項總計_比.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  478. Me.加項總計_比.ForeColor = System.Drawing.Color.Red
  479. Me.加項總計_比.Location = New System.Drawing.Point(786, 565)
  480. Me.加項總計_比.Name = "加項總計_比"
  481. Me.加項總計_比.Size = New System.Drawing.Size(50, 23)
  482. Me.加項總計_比.TabIndex = 1788
  483. Me.加項總計_比.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  484. '
  485. '加班費_比
  486. '
  487. Me.加班費_比.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  488. Me.加班費_比.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  489. Me.加班費_比.ForeColor = System.Drawing.Color.Red
  490. Me.加班費_比.Location = New System.Drawing.Point(786, 540)
  491. Me.加班費_比.Name = "加班費_比"
  492. Me.加班費_比.Size = New System.Drawing.Size(50, 23)
  493. Me.加班費_比.TabIndex = 1787
  494. Me.加班費_比.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  495. '
  496. '轉場薪資_比
  497. '
  498. Me.轉場薪資_比.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  499. Me.轉場薪資_比.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  500. Me.轉場薪資_比.ForeColor = System.Drawing.Color.Red
  501. Me.轉場薪資_比.Location = New System.Drawing.Point(786, 516)
  502. Me.轉場薪資_比.Name = "轉場薪資_比"
  503. Me.轉場薪資_比.Size = New System.Drawing.Size(50, 23)
  504. Me.轉場薪資_比.TabIndex = 1786
  505. Me.轉場薪資_比.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  506. '
  507. '轉場津貼_比
  508. '
  509. Me.轉場津貼_比.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  510. Me.轉場津貼_比.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  511. Me.轉場津貼_比.ForeColor = System.Drawing.Color.Red
  512. Me.轉場津貼_比.Location = New System.Drawing.Point(786, 491)
  513. Me.轉場津貼_比.Name = "轉場津貼_比"
  514. Me.轉場津貼_比.Size = New System.Drawing.Size(50, 23)
  515. Me.轉場津貼_比.TabIndex = 1785
  516. Me.轉場津貼_比.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  517. '
  518. '服務津貼_比
  519. '
  520. Me.服務津貼_比.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  521. Me.服務津貼_比.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  522. Me.服務津貼_比.ForeColor = System.Drawing.Color.Red
  523. Me.服務津貼_比.Location = New System.Drawing.Point(786, 466)
  524. Me.服務津貼_比.Name = "服務津貼_比"
  525. Me.服務津貼_比.Size = New System.Drawing.Size(50, 23)
  526. Me.服務津貼_比.TabIndex = 1784
  527. Me.服務津貼_比.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  528. '
  529. '薪資D_比
  530. '
  531. Me.薪資D_比.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  532. Me.薪資D_比.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  533. Me.薪資D_比.ForeColor = System.Drawing.Color.Red
  534. Me.薪資D_比.Location = New System.Drawing.Point(523, 565)
  535. Me.薪資D_比.Name = "薪資D_比"
  536. Me.薪資D_比.Size = New System.Drawing.Size(50, 23)
  537. Me.薪資D_比.TabIndex = 1783
  538. Me.薪資D_比.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  539. '
  540. 'AA正常_比
  541. '
  542. Me.AA正常_比.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  543. Me.AA正常_比.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  544. Me.AA正常_比.ForeColor = System.Drawing.Color.Red
  545. Me.AA正常_比.Location = New System.Drawing.Point(523, 540)
  546. Me.AA正常_比.Name = "AA正常_比"
  547. Me.AA正常_比.Size = New System.Drawing.Size(50, 23)
  548. Me.AA正常_比.TabIndex = 1782
  549. Me.AA正常_比.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  550. '
  551. 'GA加級_比
  552. '
  553. Me.GA加級_比.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  554. Me.GA加級_比.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  555. Me.GA加級_比.ForeColor = System.Drawing.Color.Red
  556. Me.GA加級_比.Location = New System.Drawing.Point(523, 516)
  557. Me.GA加級_比.Name = "GA加級_比"
  558. Me.GA加級_比.Size = New System.Drawing.Size(50, 23)
  559. Me.GA加級_比.TabIndex = 1781
  560. Me.GA加級_比.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  561. '
  562. 'GA正常_比
  563. '
  564. Me.GA正常_比.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  565. Me.GA正常_比.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  566. Me.GA正常_比.ForeColor = System.Drawing.Color.Red
  567. Me.GA正常_比.Location = New System.Drawing.Point(523, 491)
  568. Me.GA正常_比.Name = "GA正常_比"
  569. Me.GA正常_比.Size = New System.Drawing.Size(50, 23)
  570. Me.GA正常_比.TabIndex = 1780
  571. Me.GA正常_比.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  572. '
  573. 'BA正常_比
  574. '
  575. Me.BA正常_比.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  576. Me.BA正常_比.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  577. Me.BA正常_比.ForeColor = System.Drawing.Color.Red
  578. Me.BA正常_比.Location = New System.Drawing.Point(523, 466)
  579. Me.BA正常_比.Name = "BA正常_比"
  580. Me.BA正常_比.Size = New System.Drawing.Size(50, 23)
  581. Me.BA正常_比.TabIndex = 1779
  582. Me.BA正常_比.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  583. '
  584. '申請AA_差額_比
  585. '
  586. Me.申請AA_差額_比.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  587. Me.申請AA_差額_比.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  588. Me.申請AA_差額_比.ForeColor = System.Drawing.Color.Green
  589. Me.申請AA_差額_比.Location = New System.Drawing.Point(249, 592)
  590. Me.申請AA_差額_比.Name = "申請AA_差額_比"
  591. Me.申請AA_差額_比.Size = New System.Drawing.Size(50, 22)
  592. Me.申請AA_差額_比.TabIndex = 1778
  593. Me.申請AA_差額_比.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  594. '
  595. '申請AA_長_比
  596. '
  597. Me.申請AA_長_比.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  598. Me.申請AA_長_比.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  599. Me.申請AA_長_比.ForeColor = System.Drawing.Color.Green
  600. Me.申請AA_長_比.Location = New System.Drawing.Point(249, 567)
  601. Me.申請AA_長_比.Name = "申請AA_長_比"
  602. Me.申請AA_長_比.Size = New System.Drawing.Size(50, 22)
  603. Me.申請AA_長_比.TabIndex = 1777
  604. Me.申請AA_長_比.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  605. '
  606. '申請AA_仁_比
  607. '
  608. Me.申請AA_仁_比.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  609. Me.申請AA_仁_比.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  610. Me.申請AA_仁_比.ForeColor = System.Drawing.Color.Green
  611. Me.申請AA_仁_比.Location = New System.Drawing.Point(249, 543)
  612. Me.申請AA_仁_比.Name = "申請AA_仁_比"
  613. Me.申請AA_仁_比.Size = New System.Drawing.Size(50, 22)
  614. Me.申請AA_仁_比.TabIndex = 1776
  615. Me.申請AA_仁_比.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  616. '
  617. '申請BG_差額_比
  618. '
  619. Me.申請BG_差額_比.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  620. Me.申請BG_差額_比.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  621. Me.申請BG_差額_比.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  622. Me.申請BG_差額_比.Location = New System.Drawing.Point(249, 518)
  623. Me.申請BG_差額_比.Name = "申請BG_差額_比"
  624. Me.申請BG_差額_比.Size = New System.Drawing.Size(50, 22)
  625. Me.申請BG_差額_比.TabIndex = 1775
  626. Me.申請BG_差額_比.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  627. '
  628. '申請BG_長_比
  629. '
  630. Me.申請BG_長_比.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  631. Me.申請BG_長_比.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  632. Me.申請BG_長_比.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  633. Me.申請BG_長_比.Location = New System.Drawing.Point(249, 493)
  634. Me.申請BG_長_比.Name = "申請BG_長_比"
  635. Me.申請BG_長_比.Size = New System.Drawing.Size(50, 22)
  636. Me.申請BG_長_比.TabIndex = 1774
  637. Me.申請BG_長_比.Text = "100.00%"
  638. Me.申請BG_長_比.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  639. '
  640. '申請BG_仁_比
  641. '
  642. Me.申請BG_仁_比.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  643. Me.申請BG_仁_比.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  644. Me.申請BG_仁_比.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  645. Me.申請BG_仁_比.Location = New System.Drawing.Point(249, 468)
  646. Me.申請BG_仁_比.Name = "申請BG_仁_比"
  647. Me.申請BG_仁_比.Size = New System.Drawing.Size(50, 22)
  648. Me.申請BG_仁_比.TabIndex = 1773
  649. Me.申請BG_仁_比.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  650. '
  651. '減項總計_tb
  652. '
  653. Me.減項總計_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  654. Me.減項總計_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  655. Me.減項總計_tb.Location = New System.Drawing.Point(355, 591)
  656. Me.減項總計_tb.Name = "減項總計_tb"
  657. Me.減項總計_tb.Size = New System.Drawing.Size(88, 23)
  658. Me.減項總計_tb.TabIndex = 1770
  659. Me.減項總計_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  660. '
  661. 'Label17
  662. '
  663. Me.Label17.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  664. Me.Label17.AutoSize = True
  665. Me.Label17.ForeColor = System.Drawing.Color.Red
  666. Me.Label17.Location = New System.Drawing.Point(575, 569)
  667. Me.Label17.Name = "Label17"
  668. Me.Label17.Size = New System.Drawing.Size(79, 16)
  669. Me.Label17.TabIndex = 1769
  670. Me.Label17.Text = "加項總計總額"
  671. '
  672. '加項總計_tb
  673. '
  674. Me.加項總計_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  675. Me.加項總計_tb.ForeColor = System.Drawing.Color.Red
  676. Me.加項總計_tb.Location = New System.Drawing.Point(656, 565)
  677. Me.加項總計_tb.Name = "加項總計_tb"
  678. Me.加項總計_tb.Size = New System.Drawing.Size(130, 23)
  679. Me.加項總計_tb.TabIndex = 1768
  680. Me.加項總計_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  681. '
  682. 'Label16
  683. '
  684. Me.Label16.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  685. Me.Label16.AutoSize = True
  686. Me.Label16.ForeColor = System.Drawing.Color.Red
  687. Me.Label16.Location = New System.Drawing.Point(575, 543)
  688. Me.Label16.Name = "Label16"
  689. Me.Label16.Size = New System.Drawing.Size(79, 16)
  690. Me.Label16.TabIndex = 1767
  691. Me.Label16.Text = "加 班 費 總 額"
  692. '
  693. '加班費_tb
  694. '
  695. Me.加班費_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  696. Me.加班費_tb.ForeColor = System.Drawing.Color.Red
  697. Me.加班費_tb.Location = New System.Drawing.Point(656, 540)
  698. Me.加班費_tb.Name = "加班費_tb"
  699. Me.加班費_tb.Size = New System.Drawing.Size(130, 23)
  700. Me.加班費_tb.TabIndex = 1766
  701. Me.加班費_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  702. '
  703. 'Label15
  704. '
  705. Me.Label15.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  706. Me.Label15.AutoSize = True
  707. Me.Label15.ForeColor = System.Drawing.Color.Red
  708. Me.Label15.Location = New System.Drawing.Point(575, 519)
  709. Me.Label15.Name = "Label15"
  710. Me.Label15.Size = New System.Drawing.Size(79, 16)
  711. Me.Label15.TabIndex = 1765
  712. Me.Label15.Text = "轉場薪資總額"
  713. '
  714. '轉場薪資_tb
  715. '
  716. Me.轉場薪資_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  717. Me.轉場薪資_tb.ForeColor = System.Drawing.Color.Red
  718. Me.轉場薪資_tb.Location = New System.Drawing.Point(656, 516)
  719. Me.轉場薪資_tb.Name = "轉場薪資_tb"
  720. Me.轉場薪資_tb.Size = New System.Drawing.Size(130, 23)
  721. Me.轉場薪資_tb.TabIndex = 1764
  722. Me.轉場薪資_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  723. '
  724. 'Label13
  725. '
  726. Me.Label13.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  727. Me.Label13.AutoSize = True
  728. Me.Label13.ForeColor = System.Drawing.Color.Red
  729. Me.Label13.Location = New System.Drawing.Point(575, 494)
  730. Me.Label13.Name = "Label13"
  731. Me.Label13.Size = New System.Drawing.Size(79, 16)
  732. Me.Label13.TabIndex = 1763
  733. Me.Label13.Text = "轉場津貼總額"
  734. '
  735. '轉場津貼_tb
  736. '
  737. Me.轉場津貼_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  738. Me.轉場津貼_tb.ForeColor = System.Drawing.Color.Red
  739. Me.轉場津貼_tb.Location = New System.Drawing.Point(656, 491)
  740. Me.轉場津貼_tb.Name = "轉場津貼_tb"
  741. Me.轉場津貼_tb.Size = New System.Drawing.Size(130, 23)
  742. Me.轉場津貼_tb.TabIndex = 1762
  743. Me.轉場津貼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  744. '
  745. 'Label14
  746. '
  747. Me.Label14.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  748. Me.Label14.AutoSize = True
  749. Me.Label14.ForeColor = System.Drawing.Color.Red
  750. Me.Label14.Location = New System.Drawing.Point(575, 469)
  751. Me.Label14.Name = "Label14"
  752. Me.Label14.Size = New System.Drawing.Size(79, 16)
  753. Me.Label14.TabIndex = 1761
  754. Me.Label14.Text = "服務津貼總額"
  755. '
  756. '服務津貼_tb
  757. '
  758. Me.服務津貼_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  759. Me.服務津貼_tb.ForeColor = System.Drawing.Color.Red
  760. Me.服務津貼_tb.Location = New System.Drawing.Point(656, 466)
  761. Me.服務津貼_tb.Name = "服務津貼_tb"
  762. Me.服務津貼_tb.Size = New System.Drawing.Size(130, 23)
  763. Me.服務津貼_tb.TabIndex = 1760
  764. Me.服務津貼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  765. '
  766. 'Label12
  767. '
  768. Me.Label12.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  769. Me.Label12.AutoSize = True
  770. Me.Label12.ForeColor = System.Drawing.Color.Red
  771. Me.Label12.Location = New System.Drawing.Point(302, 569)
  772. Me.Label12.Name = "Label12"
  773. Me.Label12.Size = New System.Drawing.Size(88, 16)
  774. Me.Label12.TabIndex = 1759
  775. Me.Label12.Text = "薪資加項D總額"
  776. '
  777. '薪資D_tb
  778. '
  779. Me.薪資D_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  780. Me.薪資D_tb.ForeColor = System.Drawing.Color.Red
  781. Me.薪資D_tb.Location = New System.Drawing.Point(392, 565)
  782. Me.薪資D_tb.Name = "薪資D_tb"
  783. Me.薪資D_tb.Size = New System.Drawing.Size(130, 23)
  784. Me.薪資D_tb.TabIndex = 1758
  785. Me.薪資D_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  786. '
  787. 'Label11
  788. '
  789. Me.Label11.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  790. Me.Label11.AutoSize = True
  791. Me.Label11.ForeColor = System.Drawing.Color.Red
  792. Me.Label11.Location = New System.Drawing.Point(303, 543)
  793. Me.Label11.Name = "Label11"
  794. Me.Label11.Size = New System.Drawing.Size(86, 16)
  795. Me.Label11.TabIndex = 1757
  796. Me.Label11.Text = "AA 正 常 總 額"
  797. '
  798. 'AA正常_tb
  799. '
  800. Me.AA正常_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  801. Me.AA正常_tb.ForeColor = System.Drawing.Color.Red
  802. Me.AA正常_tb.Location = New System.Drawing.Point(392, 540)
  803. Me.AA正常_tb.Name = "AA正常_tb"
  804. Me.AA正常_tb.Size = New System.Drawing.Size(130, 23)
  805. Me.AA正常_tb.TabIndex = 1756
  806. Me.AA正常_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  807. '
  808. 'Label8
  809. '
  810. Me.Label8.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  811. Me.Label8.AutoSize = True
  812. Me.Label8.ForeColor = System.Drawing.Color.Red
  813. Me.Label8.Location = New System.Drawing.Point(303, 519)
  814. Me.Label8.Name = "Label8"
  815. Me.Label8.Size = New System.Drawing.Size(87, 16)
  816. Me.Label8.TabIndex = 1755
  817. Me.Label8.Text = "GA 加 級 總 額"
  818. '
  819. 'GA加級_tb
  820. '
  821. Me.GA加級_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  822. Me.GA加級_tb.ForeColor = System.Drawing.Color.Red
  823. Me.GA加級_tb.Location = New System.Drawing.Point(392, 516)
  824. Me.GA加級_tb.Name = "GA加級_tb"
  825. Me.GA加級_tb.Size = New System.Drawing.Size(130, 23)
  826. Me.GA加級_tb.TabIndex = 1754
  827. Me.GA加級_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  828. '
  829. 'Label9
  830. '
  831. Me.Label9.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  832. Me.Label9.AutoSize = True
  833. Me.Label9.ForeColor = System.Drawing.Color.Red
  834. Me.Label9.Location = New System.Drawing.Point(303, 494)
  835. Me.Label9.Name = "Label9"
  836. Me.Label9.Size = New System.Drawing.Size(87, 16)
  837. Me.Label9.TabIndex = 1753
  838. Me.Label9.Text = "GA 正 常 總 額"
  839. '
  840. 'GA正常_tb
  841. '
  842. Me.GA正常_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  843. Me.GA正常_tb.ForeColor = System.Drawing.Color.Red
  844. Me.GA正常_tb.Location = New System.Drawing.Point(392, 491)
  845. Me.GA正常_tb.Name = "GA正常_tb"
  846. Me.GA正常_tb.Size = New System.Drawing.Size(130, 23)
  847. Me.GA正常_tb.TabIndex = 1752
  848. Me.GA正常_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  849. '
  850. 'Label10
  851. '
  852. Me.Label10.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  853. Me.Label10.AutoSize = True
  854. Me.Label10.ForeColor = System.Drawing.Color.Red
  855. Me.Label10.Location = New System.Drawing.Point(303, 470)
  856. Me.Label10.Name = "Label10"
  857. Me.Label10.Size = New System.Drawing.Size(85, 16)
  858. Me.Label10.TabIndex = 1751
  859. Me.Label10.Text = "BA 正 常 總 額"
  860. '
  861. 'BA正常_tb
  862. '
  863. Me.BA正常_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  864. Me.BA正常_tb.ForeColor = System.Drawing.Color.Red
  865. Me.BA正常_tb.Location = New System.Drawing.Point(392, 466)
  866. Me.BA正常_tb.Name = "BA正常_tb"
  867. Me.BA正常_tb.Size = New System.Drawing.Size(130, 23)
  868. Me.BA正常_tb.TabIndex = 1750
  869. Me.BA正常_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  870. '
  871. '申請AA_差額_tb
  872. '
  873. Me.申請AA_差額_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  874. Me.申請AA_差額_tb.ForeColor = System.Drawing.Color.Green
  875. Me.申請AA_差額_tb.Location = New System.Drawing.Point(163, 591)
  876. Me.申請AA_差額_tb.Name = "申請AA_差額_tb"
  877. Me.申請AA_差額_tb.Size = New System.Drawing.Size(85, 23)
  878. Me.申請AA_差額_tb.TabIndex = 1748
  879. Me.申請AA_差額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  880. '
  881. 'Label5
  882. '
  883. Me.Label5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  884. Me.Label5.AutoSize = True
  885. Me.Label5.ForeColor = System.Drawing.Color.Green
  886. Me.Label5.Location = New System.Drawing.Point(4, 570)
  887. Me.Label5.Name = "Label5"
  888. Me.Label5.Size = New System.Drawing.Size(157, 16)
  889. Me.Label5.TabIndex = 1747
  890. Me.Label5.Text = "申 請 總 額 (長照) AA碼"
  891. '
  892. '申請AA_長_tb
  893. '
  894. Me.申請AA_長_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  895. Me.申請AA_長_tb.ForeColor = System.Drawing.Color.Green
  896. Me.申請AA_長_tb.Location = New System.Drawing.Point(163, 566)
  897. Me.申請AA_長_tb.Name = "申請AA_長_tb"
  898. Me.申請AA_長_tb.Size = New System.Drawing.Size(85, 23)
  899. Me.申請AA_長_tb.TabIndex = 1746
  900. Me.申請AA_長_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  901. '
  902. 'Label7
  903. '
  904. Me.Label7.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  905. Me.Label7.AutoSize = True
  906. Me.Label7.ForeColor = System.Drawing.Color.Green
  907. Me.Label7.Location = New System.Drawing.Point(4, 545)
  908. Me.Label7.Name = "Label7"
  909. Me.Label7.Size = New System.Drawing.Size(157, 16)
  910. Me.Label7.TabIndex = 1745
  911. Me.Label7.Text = "申 請 總 額 (仁寶) AA碼"
  912. '
  913. '申請AA_仁_tb
  914. '
  915. Me.申請AA_仁_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  916. Me.申請AA_仁_tb.ForeColor = System.Drawing.Color.Green
  917. Me.申請AA_仁_tb.Location = New System.Drawing.Point(163, 542)
  918. Me.申請AA_仁_tb.Name = "申請AA_仁_tb"
  919. Me.申請AA_仁_tb.Size = New System.Drawing.Size(85, 23)
  920. Me.申請AA_仁_tb.TabIndex = 1744
  921. Me.申請AA_仁_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  922. '
  923. 'Label3
  924. '
  925. Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  926. Me.Label3.AutoSize = True
  927. Me.Label3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  928. Me.Label3.Location = New System.Drawing.Point(4, 521)
  929. Me.Label3.Name = "Label3"
  930. Me.Label3.Size = New System.Drawing.Size(157, 16)
  931. Me.Label3.TabIndex = 1743
  932. Me.Label3.Text = "申請總額差額 (仁寶) - (長照)"
  933. '
  934. '申請BG_差額_tb
  935. '
  936. Me.申請BG_差額_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  937. Me.申請BG_差額_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  938. Me.申請BG_差額_tb.Location = New System.Drawing.Point(163, 517)
  939. Me.申請BG_差額_tb.Name = "申請BG_差額_tb"
  940. Me.申請BG_差額_tb.Size = New System.Drawing.Size(85, 23)
  941. Me.申請BG_差額_tb.TabIndex = 1742
  942. Me.申請BG_差額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  943. '
  944. 'Label2
  945. '
  946. Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  947. Me.Label2.AutoSize = True
  948. Me.Label2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  949. Me.Label2.Location = New System.Drawing.Point(4, 496)
  950. Me.Label2.Name = "Label2"
  951. Me.Label2.Size = New System.Drawing.Size(155, 16)
  952. Me.Label2.TabIndex = 1741
  953. Me.Label2.Text = "申請總額(長照) BA+GA+SC"
  954. '
  955. '申請BG_長_tb
  956. '
  957. Me.申請BG_長_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  958. Me.申請BG_長_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  959. Me.申請BG_長_tb.Location = New System.Drawing.Point(163, 492)
  960. Me.申請BG_長_tb.Name = "申請BG_長_tb"
  961. Me.申請BG_長_tb.Size = New System.Drawing.Size(85, 23)
  962. Me.申請BG_長_tb.TabIndex = 1740
  963. Me.申請BG_長_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  964. '
  965. 'Label1
  966. '
  967. Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  968. Me.Label1.AutoSize = True
  969. Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  970. Me.Label1.Location = New System.Drawing.Point(4, 471)
  971. Me.Label1.Name = "Label1"
  972. Me.Label1.Size = New System.Drawing.Size(155, 16)
  973. Me.Label1.TabIndex = 1739
  974. Me.Label1.Text = "申請總額(仁寶) BA+GA+SC"
  975. '
  976. '申請BG_仁_tb
  977. '
  978. Me.申請BG_仁_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  979. Me.申請BG_仁_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  980. Me.申請BG_仁_tb.Location = New System.Drawing.Point(163, 467)
  981. Me.申請BG_仁_tb.Name = "申請BG_仁_tb"
  982. Me.申請BG_仁_tb.Size = New System.Drawing.Size(85, 23)
  983. Me.申請BG_仁_tb.TabIndex = 1738
  984. Me.申請BG_仁_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  985. '
  986. '成本結構_ch
  987. '
  988. Me.成本結構_ch.AutoSize = True
  989. Me.成本結構_ch.Location = New System.Drawing.Point(528, 3)
  990. Me.成本結構_ch.Name = "成本結構_ch"
  991. Me.成本結構_ch.Size = New System.Drawing.Size(74, 20)
  992. Me.成本結構_ch.TabIndex = 1737
  993. Me.成本結構_ch.Text = "成本結構"
  994. Me.成本結構_ch.UseVisualStyleBackColor = True
  995. '
  996. '薪資結構_ch
  997. '
  998. Me.薪資結構_ch.AutoSize = True
  999. Me.薪資結構_ch.Checked = True
  1000. Me.薪資結構_ch.CheckState = System.Windows.Forms.CheckState.Checked
  1001. Me.薪資結構_ch.Location = New System.Drawing.Point(448, 3)
  1002. Me.薪資結構_ch.Name = "薪資結構_ch"
  1003. Me.薪資結構_ch.Size = New System.Drawing.Size(74, 20)
  1004. Me.薪資結構_ch.TabIndex = 1736
  1005. Me.薪資結構_ch.Text = "薪資結構"
  1006. Me.薪資結構_ch.UseVisualStyleBackColor = True
  1007. '
  1008. '重讀_bt
  1009. '
  1010. Me.重讀_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.renew
  1011. Me.重讀_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  1012. Me.重讀_bt.Location = New System.Drawing.Point(298, 0)
  1013. Me.重讀_bt.Name = "重讀_bt"
  1014. Me.重讀_bt.Size = New System.Drawing.Size(30, 26)
  1015. Me.重讀_bt.TabIndex = 1431
  1016. Me.重讀_bt.UseVisualStyleBackColor = True
  1017. '
  1018. 'Label50
  1019. '
  1020. Me.Label50.AutoSize = True
  1021. Me.Label50.Location = New System.Drawing.Point(170, 6)
  1022. Me.Label50.Name = "Label50"
  1023. Me.Label50.Size = New System.Drawing.Size(19, 16)
  1024. Me.Label50.TabIndex = 1430
  1025. Me.Label50.Text = "到"
  1026. '
  1027. '月份1_cb
  1028. '
  1029. Me.月份1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  1030. Me.月份1_cb.FormattingEnabled = True
  1031. Me.月份1_cb.Items.AddRange(New Object() {"", "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  1032. Me.月份1_cb.Location = New System.Drawing.Point(250, 1)
  1033. Me.月份1_cb.Name = "月份1_cb"
  1034. Me.月份1_cb.Size = New System.Drawing.Size(47, 24)
  1035. Me.月份1_cb.TabIndex = 1429
  1036. '
  1037. '年份1_cb
  1038. '
  1039. Me.年份1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  1040. Me.年份1_cb.FormattingEnabled = True
  1041. Me.年份1_cb.Location = New System.Drawing.Point(189, 1)
  1042. Me.年份1_cb.Name = "年份1_cb"
  1043. Me.年份1_cb.Size = New System.Drawing.Size(58, 24)
  1044. Me.年份1_cb.TabIndex = 1428
  1045. '
  1046. '月份_cb
  1047. '
  1048. Me.月份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  1049. Me.月份_cb.FormattingEnabled = True
  1050. Me.月份_cb.Items.AddRange(New Object() {"", "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  1051. Me.月份_cb.Location = New System.Drawing.Point(120, 1)
  1052. Me.月份_cb.Name = "月份_cb"
  1053. Me.月份_cb.Size = New System.Drawing.Size(47, 24)
  1054. Me.月份_cb.TabIndex = 1427
  1055. '
  1056. '年份_cb
  1057. '
  1058. Me.年份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  1059. Me.年份_cb.FormattingEnabled = True
  1060. Me.年份_cb.Location = New System.Drawing.Point(59, 1)
  1061. Me.年份_cb.Name = "年份_cb"
  1062. Me.年份_cb.Size = New System.Drawing.Size(58, 24)
  1063. Me.年份_cb.TabIndex = 1426
  1064. '
  1065. 'Label6
  1066. '
  1067. Me.Label6.AutoSize = True
  1068. Me.Label6.Location = New System.Drawing.Point(3, 5)
  1069. Me.Label6.Name = "Label6"
  1070. Me.Label6.Size = New System.Drawing.Size(55, 16)
  1071. Me.Label6.TabIndex = 1425
  1072. Me.Label6.Text = "讀取日期"
  1073. '
  1074. 'Dgv
  1075. '
  1076. Me.Dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  1077. Or System.Windows.Forms.AnchorStyles.Left) _
  1078. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1079. Me.Dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  1080. Me.Dgv.BackgroundColor = System.Drawing.Color.White
  1081. Me.Dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1082. Me.Dgv.Location = New System.Drawing.Point(1, 26)
  1083. Me.Dgv.Name = "Dgv"
  1084. Me.Dgv.RowHeadersWidth = 5
  1085. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1086. Me.Dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  1087. Me.Dgv.RowTemplate.Height = 24
  1088. Me.Dgv.Size = New System.Drawing.Size(1287, 439)
  1089. Me.Dgv.TabIndex = 1734
  1090. '
  1091. 'Dgv1
  1092. '
  1093. Me.Dgv1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  1094. Or System.Windows.Forms.AnchorStyles.Left) _
  1095. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1096. Me.Dgv1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  1097. Me.Dgv1.BackgroundColor = System.Drawing.Color.White
  1098. Me.Dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1099. Me.Dgv1.Location = New System.Drawing.Point(1, 26)
  1100. Me.Dgv1.Name = "Dgv1"
  1101. Me.Dgv1.RowHeadersWidth = 5
  1102. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1103. Me.Dgv1.RowsDefaultCellStyle = DataGridViewCellStyle2
  1104. Me.Dgv1.RowTemplate.Height = 24
  1105. Me.Dgv1.Size = New System.Drawing.Size(1287, 439)
  1106. Me.Dgv1.TabIndex = 1735
  1107. '
  1108. 'Label19
  1109. '
  1110. Me.Label19.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  1111. Me.Label19.AutoSize = True
  1112. Me.Label19.Location = New System.Drawing.Point(301, 576)
  1113. Me.Label19.Name = "Label19"
  1114. Me.Label19.Size = New System.Drawing.Size(537, 16)
  1115. Me.Label19.TabIndex = 1772
  1116. Me.Label19.Text = "_________________________________________________________________________________" &
  1117. "_________________________" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  1118. '
  1119. 'Label21
  1120. '
  1121. Me.Label21.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  1122. Me.Label21.AutoSize = True
  1123. Me.Label21.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1124. Me.Label21.Location = New System.Drawing.Point(841, 544)
  1125. Me.Label21.Name = "Label21"
  1126. Me.Label21.Size = New System.Drawing.Size(121, 16)
  1127. Me.Label21.TabIndex = 1792
  1128. Me.Label21.Text = "公 司 負 擔 成 本 總額"
  1129. '
  1130. 'Label18
  1131. '
  1132. Me.Label18.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  1133. Me.Label18.AutoSize = True
  1134. Me.Label18.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1135. Me.Label18.Location = New System.Drawing.Point(302, 594)
  1136. Me.Label18.Name = "Label18"
  1137. Me.Label18.Size = New System.Drawing.Size(55, 16)
  1138. Me.Label18.TabIndex = 1771
  1139. Me.Label18.Text = "減項總計"
  1140. '
  1141. 'Label4
  1142. '
  1143. Me.Label4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  1144. Me.Label4.AutoSize = True
  1145. Me.Label4.ForeColor = System.Drawing.Color.Green
  1146. Me.Label4.Location = New System.Drawing.Point(4, 594)
  1147. Me.Label4.Name = "Label4"
  1148. Me.Label4.Size = New System.Drawing.Size(158, 16)
  1149. Me.Label4.TabIndex = 1749
  1150. Me.Label4.Text = "AA 總 額 差 額(仁寶) - (長照)"
  1151. '
  1152. 'Label23
  1153. '
  1154. Me.Label23.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  1155. Me.Label23.AutoSize = True
  1156. Me.Label23.ForeColor = System.Drawing.Color.Green
  1157. Me.Label23.Location = New System.Drawing.Point(840, 493)
  1158. Me.Label23.Name = "Label23"
  1159. Me.Label23.Size = New System.Drawing.Size(122, 16)
  1160. Me.Label23.TabIndex = 1796
  1161. Me.Label23.Text = "申 請 總 額 AA碼"
  1162. '
  1163. 'Label25
  1164. '
  1165. Me.Label25.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  1166. Me.Label25.AutoSize = True
  1167. Me.Label25.Location = New System.Drawing.Point(839, 501)
  1168. Me.Label25.Name = "Label25"
  1169. Me.Label25.Size = New System.Drawing.Size(267, 16)
  1170. Me.Label25.TabIndex = 1799
  1171. Me.Label25.Text = "____________________________________________________" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  1172. '
  1173. 'Label26
  1174. '
  1175. Me.Label26.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  1176. Me.Label26.AutoSize = True
  1177. Me.Label26.Location = New System.Drawing.Point(839, 551)
  1178. Me.Label26.Name = "Label26"
  1179. Me.Label26.Size = New System.Drawing.Size(267, 16)
  1180. Me.Label26.TabIndex = 1804
  1181. Me.Label26.Text = "____________________________________________________" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  1182. '
  1183. 'TabPage2
  1184. '
  1185. Me.TabPage2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  1186. Me.TabPage2.Location = New System.Drawing.Point(4, 28)
  1187. Me.TabPage2.Name = "TabPage2"
  1188. Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
  1189. Me.TabPage2.Size = New System.Drawing.Size(1293, 619)
  1190. Me.TabPage2.TabIndex = 1
  1191. Me.TabPage2.Text = "其他"
  1192. Me.TabPage2.UseVisualStyleBackColor = True
  1193. '
  1194. 'Label32
  1195. '
  1196. Me.Label32.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  1197. Me.Label32.AutoSize = True
  1198. Me.Label32.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1199. Me.Label32.Location = New System.Drawing.Point(495, 595)
  1200. Me.Label32.Name = "Label32"
  1201. Me.Label32.Size = New System.Drawing.Size(55, 16)
  1202. Me.Label32.TabIndex = 1816
  1203. Me.Label32.Text = "修正金額"
  1204. '
  1205. '修正金額_tb
  1206. '
  1207. Me.修正金額_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  1208. Me.修正金額_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1209. Me.修正金額_tb.Location = New System.Drawing.Point(552, 591)
  1210. Me.修正金額_tb.Name = "修正金額_tb"
  1211. Me.修正金額_tb.Size = New System.Drawing.Size(88, 23)
  1212. Me.修正金額_tb.TabIndex = 1815
  1213. Me.修正金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  1214. '
  1215. '修正金額_比
  1216. '
  1217. Me.修正金額_比.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  1218. Me.修正金額_比.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1219. Me.修正金額_比.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1220. Me.修正金額_比.Location = New System.Drawing.Point(640, 591)
  1221. Me.修正金額_比.Name = "修正金額_比"
  1222. Me.修正金額_比.Size = New System.Drawing.Size(50, 23)
  1223. Me.修正金額_比.TabIndex = 1817
  1224. Me.修正金額_比.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  1225. '
  1226. '減項總計_比
  1227. '
  1228. Me.減項總計_比.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  1229. Me.減項總計_比.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1230. Me.減項總計_比.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1231. Me.減項總計_比.Location = New System.Drawing.Point(443, 591)
  1232. Me.減項總計_比.Name = "減項總計_比"
  1233. Me.減項總計_比.Size = New System.Drawing.Size(50, 23)
  1234. Me.減項總計_比.TabIndex = 1818
  1235. Me.減項總計_比.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  1236. '
  1237. '拆帳制薪資分析表
  1238. '
  1239. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  1240. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1241. Me.ClientSize = New System.Drawing.Size(1301, 651)
  1242. Me.Controls.Add(Me.TabControl1)
  1243. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1244. Me.Margin = New System.Windows.Forms.Padding(4)
  1245. Me.Name = "拆帳制薪資分析表"
  1246. Me.Text = "拆帳制薪資分析表"
  1247. Me.TabControl1.ResumeLayout(False)
  1248. Me.TabPage1.ResumeLayout(False)
  1249. Me.TabPage1.PerformLayout()
  1250. CType(Me.Dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1251. CType(Me.Dgv1, System.ComponentModel.ISupportInitialize).EndInit()
  1252. Me.ResumeLayout(False)
  1253. End Sub
  1254. Friend WithEvents TabControl1 As TabControl
  1255. Friend WithEvents TabPage1 As TabPage
  1256. Friend WithEvents TabPage2 As TabPage
  1257. Friend WithEvents Label50 As Label
  1258. Friend WithEvents 月份1_cb As ComboBox
  1259. Friend WithEvents 年份1_cb As ComboBox
  1260. Friend WithEvents 月份_cb As ComboBox
  1261. Friend WithEvents 年份_cb As ComboBox
  1262. Friend WithEvents Label6 As Label
  1263. Friend WithEvents 重讀_bt As Button
  1264. Friend WithEvents Dgv As DataGridView
  1265. Friend WithEvents 成本結構_ch As CheckBox
  1266. Friend WithEvents 薪資結構_ch As CheckBox
  1267. Friend WithEvents Dgv1 As DataGridView
  1268. Friend WithEvents Label2 As Label
  1269. Friend WithEvents 申請BG_長_tb As TextBox
  1270. Friend WithEvents Label1 As Label
  1271. Friend WithEvents 申請BG_仁_tb As TextBox
  1272. Friend WithEvents Label4 As Label
  1273. Friend WithEvents 申請AA_差額_tb As TextBox
  1274. Friend WithEvents Label5 As Label
  1275. Friend WithEvents 申請AA_長_tb As TextBox
  1276. Friend WithEvents Label7 As Label
  1277. Friend WithEvents 申請AA_仁_tb As TextBox
  1278. Friend WithEvents Label3 As Label
  1279. Friend WithEvents 申請BG_差額_tb As TextBox
  1280. Friend WithEvents Label8 As Label
  1281. Friend WithEvents GA加級_tb As TextBox
  1282. Friend WithEvents Label9 As Label
  1283. Friend WithEvents GA正常_tb As TextBox
  1284. Friend WithEvents Label10 As Label
  1285. Friend WithEvents BA正常_tb As TextBox
  1286. Friend WithEvents Label11 As Label
  1287. Friend WithEvents AA正常_tb As TextBox
  1288. Friend WithEvents Label16 As Label
  1289. Friend WithEvents 加班費_tb As TextBox
  1290. Friend WithEvents Label15 As Label
  1291. Friend WithEvents 轉場薪資_tb As TextBox
  1292. Friend WithEvents Label13 As Label
  1293. Friend WithEvents 轉場津貼_tb As TextBox
  1294. Friend WithEvents Label14 As Label
  1295. Friend WithEvents 服務津貼_tb As TextBox
  1296. Friend WithEvents Label12 As Label
  1297. Friend WithEvents 薪資D_tb As TextBox
  1298. Friend WithEvents Label18 As Label
  1299. Friend WithEvents 減項總計_tb As TextBox
  1300. Friend WithEvents Label17 As Label
  1301. Friend WithEvents 加項總計_tb As TextBox
  1302. Friend WithEvents 加項總計_比 As TextBox
  1303. Friend WithEvents 加班費_比 As TextBox
  1304. Friend WithEvents 轉場薪資_比 As TextBox
  1305. Friend WithEvents 轉場津貼_比 As TextBox
  1306. Friend WithEvents 服務津貼_比 As TextBox
  1307. Friend WithEvents 薪資D_比 As TextBox
  1308. Friend WithEvents AA正常_比 As TextBox
  1309. Friend WithEvents GA正常_比 As TextBox
  1310. Friend WithEvents BA正常_比 As TextBox
  1311. Friend WithEvents 申請AA_差額_比 As TextBox
  1312. Friend WithEvents 申請AA_長_比 As TextBox
  1313. Friend WithEvents 申請AA_仁_比 As TextBox
  1314. Friend WithEvents 申請BG_差額_比 As TextBox
  1315. Friend WithEvents 申請BG_長_比 As TextBox
  1316. Friend WithEvents 申請BG_仁_比 As TextBox
  1317. Friend WithEvents Label19 As Label
  1318. Friend WithEvents Label20 As Label
  1319. Friend WithEvents 支出項目_tb As TextBox
  1320. Friend WithEvents 公司負擔_tb As TextBox
  1321. Friend WithEvents Label21 As Label
  1322. Friend WithEvents Label24 As Label
  1323. Friend WithEvents 薪資總額_tb As TextBox
  1324. Friend WithEvents Label23 As Label
  1325. Friend WithEvents 申請AA_tb As TextBox
  1326. Friend WithEvents Label22 As Label
  1327. Friend WithEvents 申請BG_tb As TextBox
  1328. Friend WithEvents 轉場比_tb As TextBox
  1329. Friend WithEvents 服務時數_tb As TextBox
  1330. Friend WithEvents Label28 As Label
  1331. Friend WithEvents 餘額_比 As TextBox
  1332. Friend WithEvents 餘額_tb As TextBox
  1333. Friend WithEvents Label27 As Label
  1334. Friend WithEvents 公司負擔_比 As TextBox
  1335. Friend WithEvents 薪資總額_比 As TextBox
  1336. Friend WithEvents 申請AA_比 As TextBox
  1337. Friend WithEvents 申請BG_比 As TextBox
  1338. Friend WithEvents Label25 As Label
  1339. Friend WithEvents Label26 As Label
  1340. Friend WithEvents Label31 As Label
  1341. Friend WithEvents Label30 As Label
  1342. Friend WithEvents 轉場時數_tb As TextBox
  1343. Friend WithEvents Label29 As Label
  1344. Friend WithEvents GA加級_比 As TextBox
  1345. Friend WithEvents Label32 As Label
  1346. Friend WithEvents 修正金額_tb As TextBox
  1347. Friend WithEvents 修正金額_比 As TextBox
  1348. Friend WithEvents 減項總計_比 As TextBox
  1349. End Class