설명 없음
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 63KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235
  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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(考勤明細表))
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  30. Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  31. Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  32. Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  33. Me.Label11 = New System.Windows.Forms.Label()
  34. Me.Label44 = New System.Windows.Forms.Label()
  35. Me.加班總_tb = New System.Windows.Forms.TextBox()
  36. Me.Button1 = New System.Windows.Forms.Button()
  37. Me.彈性工時_ch = New System.Windows.Forms.CheckBox()
  38. Me.Label3 = New System.Windows.Forms.Label()
  39. Me.Label24 = New System.Windows.Forms.Label()
  40. Me.Label32 = New System.Windows.Forms.Label()
  41. Me.Label33 = New System.Windows.Forms.Label()
  42. Me.Label34 = New System.Windows.Forms.Label()
  43. Me.Label35 = New System.Windows.Forms.Label()
  44. Me.國假日加1_tb = New System.Windows.Forms.TextBox()
  45. Me.Label36 = New System.Windows.Forms.Label()
  46. Me.當月平日二段1_tb = New System.Windows.Forms.TextBox()
  47. Me.Label37 = New System.Windows.Forms.Label()
  48. Me.二段假日加1_tb = New System.Windows.Forms.TextBox()
  49. Me.Label38 = New System.Windows.Forms.Label()
  50. Me.一段假日加1_tb = New System.Windows.Forms.TextBox()
  51. Me.Label39 = New System.Windows.Forms.Label()
  52. Me.當月平日一段1_tb = New System.Windows.Forms.TextBox()
  53. Me.Label40 = New System.Windows.Forms.Label()
  54. Me.Label22 = New System.Windows.Forms.Label()
  55. Me.Label21 = New System.Windows.Forms.Label()
  56. Me.Label20 = New System.Windows.Forms.Label()
  57. Me.Label18 = New System.Windows.Forms.Label()
  58. Me.應上未上時數_tb = New System.Windows.Forms.TextBox()
  59. Me.Label19 = New System.Windows.Forms.Label()
  60. Me.Label14 = New System.Windows.Forms.Label()
  61. Me.當月應上天數_tb = New System.Windows.Forms.TextBox()
  62. Me.Label15 = New System.Windows.Forms.Label()
  63. Me.Label13 = New System.Windows.Forms.Label()
  64. Me.Label12 = New System.Windows.Forms.Label()
  65. Me.時間_tb = New System.Windows.Forms.TextBox()
  66. Me.ID_tb = New System.Windows.Forms.TextBox()
  67. Me.時薪制_ch = New System.Windows.Forms.CheckBox()
  68. Me.排班資料_bt = New System.Windows.Forms.Button()
  69. Me.考勤資料編輯_bt = New System.Windows.Forms.Button()
  70. Me.重新讀取_bt = New System.Windows.Forms.Button()
  71. Me.排班彙總_bt = New System.Windows.Forms.Button()
  72. Me.整體考勤彙總_bt = New System.Windows.Forms.Button()
  73. Me.個人考勤明細_bt = New System.Windows.Forms.Button()
  74. Me.Label10 = New System.Windows.Forms.Label()
  75. Me.Label8 = New System.Windows.Forms.Label()
  76. Me.Label9 = New System.Windows.Forms.Label()
  77. Me.Label7 = New System.Windows.Forms.Label()
  78. Me.Label6 = New System.Windows.Forms.Label()
  79. Me.國假日加_tb = New System.Windows.Forms.TextBox()
  80. Me.Label5 = New System.Windows.Forms.Label()
  81. Me.姓名_tb = New System.Windows.Forms.TextBox()
  82. Me.Label2 = New System.Windows.Forms.Label()
  83. Me.當月平日二段_tb = New System.Windows.Forms.TextBox()
  84. Me.Label31 = New System.Windows.Forms.Label()
  85. Me.二段假日加_tb = New System.Windows.Forms.TextBox()
  86. Me.Label30 = New System.Windows.Forms.Label()
  87. Me.一段假日加_tb = New System.Windows.Forms.TextBox()
  88. Me.Label29 = New System.Windows.Forms.Label()
  89. Me.當月平日一段_tb = New System.Windows.Forms.TextBox()
  90. Me.Label28 = New System.Windows.Forms.Label()
  91. Me.當月假日天_tb = New System.Windows.Forms.TextBox()
  92. Me.Label26 = New System.Windows.Forms.Label()
  93. Me.當月平日天_tb = New System.Windows.Forms.TextBox()
  94. Me.Label25 = New System.Windows.Forms.Label()
  95. Me.上班總工時_tb = New System.Windows.Forms.TextBox()
  96. Me.Label4 = New System.Windows.Forms.Label()
  97. Me.常日總_tb = New System.Windows.Forms.TextBox()
  98. Me.Label1 = New System.Windows.Forms.Label()
  99. Me.時間讀取4_dgv = New System.Windows.Forms.DataGridView()
  100. Me.時間讀取3_dgv = New System.Windows.Forms.DataGridView()
  101. Me.時間讀取2_dgv = New System.Windows.Forms.DataGridView()
  102. Me.時間讀取1_dgv = New System.Windows.Forms.DataGridView()
  103. Me.月份_cb = New System.Windows.Forms.ComboBox()
  104. Me.年份_cb = New System.Windows.Forms.ComboBox()
  105. Me.Label16 = New System.Windows.Forms.Label()
  106. Me.Label17 = New System.Windows.Forms.Label()
  107. Me.人員_dgv = New System.Windows.Forms.DataGridView()
  108. Me.考勤流水_dgv = New System.Windows.Forms.DataGridView()
  109. Me.日期_dgv = New System.Windows.Forms.DataGridView()
  110. Me.月清單_dgv = New System.Windows.Forms.DataGridView()
  111. Me.排班彙總_dgv = New System.Windows.Forms.DataGridView()
  112. Me.整體考勤_dgv = New System.Windows.Forms.DataGridView()
  113. Me.班別_dgv = New System.Windows.Forms.DataGridView()
  114. Me.Label43 = New System.Windows.Forms.Label()
  115. Me.Label41 = New System.Windows.Forms.Label()
  116. Me.Label27 = New System.Windows.Forms.Label()
  117. Me.Label42 = New System.Windows.Forms.Label()
  118. Me.Label23 = New System.Windows.Forms.Label()
  119. CType(Me.時間讀取4_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  120. CType(Me.時間讀取3_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  121. CType(Me.時間讀取2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  122. CType(Me.時間讀取1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  123. CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  124. CType(Me.考勤流水_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  125. CType(Me.日期_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  126. CType(Me.月清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  127. CType(Me.排班彙總_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  128. CType(Me.整體考勤_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  129. CType(Me.班別_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  130. Me.SuspendLayout()
  131. '
  132. 'Label11
  133. '
  134. Me.Label11.AutoSize = True
  135. Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  136. Me.Label11.ForeColor = System.Drawing.Color.Blue
  137. Me.Label11.Location = New System.Drawing.Point(160, 3)
  138. Me.Label11.Name = "Label11"
  139. Me.Label11.Size = New System.Drawing.Size(1314, 40)
  140. Me.Label11.TabIndex = 873
  141. Me.Label11.Text = "第二段上下班都沒打卡,但是累計工時大於4小時(14400),先扣除一小時休息,第一段工時等於4小時,在把時數放到第二段工做計算。如果加班上下班也都沒打卡,但扣除第" &
  142. "一段時數的" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "累計工時還是大於4小時(14400),再扣除一小時休息,第二段工時等於4小時,在把時數放到加班段工時。"
  143. '
  144. 'Label44
  145. '
  146. Me.Label44.AutoSize = True
  147. Me.Label44.Location = New System.Drawing.Point(158, 36)
  148. Me.Label44.Name = "Label44"
  149. Me.Label44.Size = New System.Drawing.Size(1313, 16)
  150. Me.Label44.TabIndex = 914
  151. Me.Label44.Text = resources.GetString("Label44.Text")
  152. '
  153. '加班總_tb
  154. '
  155. Me.加班總_tb.ForeColor = System.Drawing.Color.Red
  156. Me.加班總_tb.Location = New System.Drawing.Point(1181, 291)
  157. Me.加班總_tb.Name = "加班總_tb"
  158. Me.加班總_tb.Size = New System.Drawing.Size(70, 23)
  159. Me.加班總_tb.TabIndex = 913
  160. Me.加班總_tb.Text = "0"
  161. Me.加班總_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  162. Me.加班總_tb.Visible = False
  163. '
  164. 'Button1
  165. '
  166. Me.Button1.Location = New System.Drawing.Point(1476, 131)
  167. Me.Button1.Name = "Button1"
  168. Me.Button1.Size = New System.Drawing.Size(153, 25)
  169. Me.Button1.TabIndex = 912
  170. Me.Button1.Text = "列印工時表"
  171. Me.Button1.UseVisualStyleBackColor = True
  172. '
  173. '彈性工時_ch
  174. '
  175. Me.彈性工時_ch.AutoSize = True
  176. Me.彈性工時_ch.Checked = True
  177. Me.彈性工時_ch.CheckState = System.Windows.Forms.CheckState.Checked
  178. Me.彈性工時_ch.Location = New System.Drawing.Point(845, 54)
  179. Me.彈性工時_ch.Name = "彈性工時_ch"
  180. Me.彈性工時_ch.Size = New System.Drawing.Size(147, 20)
  181. Me.彈性工時_ch.TabIndex = 908
  182. Me.彈性工時_ch.Text = "啟用彈性工時計算機制"
  183. Me.彈性工時_ch.UseVisualStyleBackColor = True
  184. '
  185. 'Label3
  186. '
  187. Me.Label3.AutoSize = True
  188. Me.Label3.Location = New System.Drawing.Point(1009, 56)
  189. Me.Label3.Name = "Label3"
  190. Me.Label3.Size = New System.Drawing.Size(116, 16)
  191. Me.Label3.TabIndex = 905
  192. Me.Label3.Text = "已扣除應尚未上加班"
  193. '
  194. 'Label24
  195. '
  196. Me.Label24.AutoSize = True
  197. Me.Label24.ForeColor = System.Drawing.Color.Red
  198. Me.Label24.Location = New System.Drawing.Point(1414, 134)
  199. Me.Label24.Name = "Label24"
  200. Me.Label24.Size = New System.Drawing.Size(55, 16)
  201. Me.Label24.TabIndex = 904
  202. Me.Label24.Text = "H X 2.00"
  203. '
  204. 'Label32
  205. '
  206. Me.Label32.AutoSize = True
  207. Me.Label32.ForeColor = System.Drawing.Color.Red
  208. Me.Label32.Location = New System.Drawing.Point(1414, 110)
  209. Me.Label32.Name = "Label32"
  210. Me.Label32.Size = New System.Drawing.Size(55, 16)
  211. Me.Label32.TabIndex = 903
  212. Me.Label32.Text = "H X 1.67"
  213. '
  214. 'Label33
  215. '
  216. Me.Label33.AutoSize = True
  217. Me.Label33.ForeColor = System.Drawing.Color.Red
  218. Me.Label33.Location = New System.Drawing.Point(1414, 86)
  219. Me.Label33.Name = "Label33"
  220. Me.Label33.Size = New System.Drawing.Size(55, 16)
  221. Me.Label33.TabIndex = 902
  222. Me.Label33.Text = "H X 1.34"
  223. '
  224. 'Label34
  225. '
  226. Me.Label34.AutoSize = True
  227. Me.Label34.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  228. Me.Label34.Location = New System.Drawing.Point(1176, 136)
  229. Me.Label34.Name = "Label34"
  230. Me.Label34.Size = New System.Drawing.Size(55, 16)
  231. Me.Label34.TabIndex = 901
  232. Me.Label34.Text = "H X 1.67"
  233. '
  234. 'Label35
  235. '
  236. Me.Label35.AutoSize = True
  237. Me.Label35.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  238. Me.Label35.Location = New System.Drawing.Point(1176, 110)
  239. Me.Label35.Name = "Label35"
  240. Me.Label35.Size = New System.Drawing.Size(55, 16)
  241. Me.Label35.TabIndex = 900
  242. Me.Label35.Text = "H X 1.34"
  243. '
  244. '國假日加1_tb
  245. '
  246. Me.國假日加1_tb.ForeColor = System.Drawing.Color.Red
  247. Me.國假日加1_tb.Location = New System.Drawing.Point(1343, 131)
  248. Me.國假日加1_tb.Name = "國假日加1_tb"
  249. Me.國假日加1_tb.Size = New System.Drawing.Size(70, 23)
  250. Me.國假日加1_tb.TabIndex = 899
  251. Me.國假日加1_tb.Text = "0"
  252. Me.國假日加1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  253. '
  254. 'Label36
  255. '
  256. Me.Label36.AutoSize = True
  257. Me.Label36.ForeColor = System.Drawing.Color.Red
  258. Me.Label36.Location = New System.Drawing.Point(1237, 135)
  259. Me.Label36.Name = "Label36"
  260. Me.Label36.Size = New System.Drawing.Size(104, 16)
  261. Me.Label36.TabIndex = 898
  262. Me.Label36.Text = "國定假日加班時數"
  263. '
  264. '當月平日二段1_tb
  265. '
  266. Me.當月平日二段1_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  267. Me.當月平日二段1_tb.Location = New System.Drawing.Point(1104, 131)
  268. Me.當月平日二段1_tb.Name = "當月平日二段1_tb"
  269. Me.當月平日二段1_tb.Size = New System.Drawing.Size(70, 23)
  270. Me.當月平日二段1_tb.TabIndex = 897
  271. Me.當月平日二段1_tb.Text = "0"
  272. Me.當月平日二段1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  273. '
  274. 'Label37
  275. '
  276. Me.Label37.AutoSize = True
  277. Me.Label37.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  278. Me.Label37.Location = New System.Drawing.Point(999, 135)
  279. Me.Label37.Name = "Label37"
  280. Me.Label37.Size = New System.Drawing.Size(104, 16)
  281. Me.Label37.TabIndex = 896
  282. Me.Label37.Text = "當月平日二段加班" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  283. '
  284. '二段假日加1_tb
  285. '
  286. Me.二段假日加1_tb.ForeColor = System.Drawing.Color.Red
  287. Me.二段假日加1_tb.Location = New System.Drawing.Point(1343, 106)
  288. Me.二段假日加1_tb.Name = "二段假日加1_tb"
  289. Me.二段假日加1_tb.Size = New System.Drawing.Size(70, 23)
  290. Me.二段假日加1_tb.TabIndex = 895
  291. Me.二段假日加1_tb.Text = "0"
  292. Me.二段假日加1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  293. '
  294. 'Label38
  295. '
  296. Me.Label38.AutoSize = True
  297. Me.Label38.ForeColor = System.Drawing.Color.Red
  298. Me.Label38.Location = New System.Drawing.Point(1237, 110)
  299. Me.Label38.Name = "Label38"
  300. Me.Label38.Size = New System.Drawing.Size(104, 16)
  301. Me.Label38.TabIndex = 894
  302. Me.Label38.Text = "二段假日加班時數"
  303. '
  304. '一段假日加1_tb
  305. '
  306. Me.一段假日加1_tb.ForeColor = System.Drawing.Color.Red
  307. Me.一段假日加1_tb.Location = New System.Drawing.Point(1343, 81)
  308. Me.一段假日加1_tb.Name = "一段假日加1_tb"
  309. Me.一段假日加1_tb.Size = New System.Drawing.Size(70, 23)
  310. Me.一段假日加1_tb.TabIndex = 893
  311. Me.一段假日加1_tb.Text = "0"
  312. Me.一段假日加1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  313. '
  314. 'Label39
  315. '
  316. Me.Label39.AutoSize = True
  317. Me.Label39.ForeColor = System.Drawing.Color.Red
  318. Me.Label39.Location = New System.Drawing.Point(1238, 85)
  319. Me.Label39.Name = "Label39"
  320. Me.Label39.Size = New System.Drawing.Size(104, 16)
  321. Me.Label39.TabIndex = 892
  322. Me.Label39.Text = "一段假日加班時數"
  323. '
  324. '當月平日一段1_tb
  325. '
  326. Me.當月平日一段1_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  327. Me.當月平日一段1_tb.Location = New System.Drawing.Point(1104, 106)
  328. Me.當月平日一段1_tb.Name = "當月平日一段1_tb"
  329. Me.當月平日一段1_tb.Size = New System.Drawing.Size(70, 23)
  330. Me.當月平日一段1_tb.TabIndex = 891
  331. Me.當月平日一段1_tb.Text = "0"
  332. Me.當月平日一段1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  333. '
  334. 'Label40
  335. '
  336. Me.Label40.AutoSize = True
  337. Me.Label40.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  338. Me.Label40.Location = New System.Drawing.Point(999, 110)
  339. Me.Label40.Name = "Label40"
  340. Me.Label40.Size = New System.Drawing.Size(104, 16)
  341. Me.Label40.TabIndex = 890
  342. Me.Label40.Text = "當月平日一段加班" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  343. '
  344. 'Label22
  345. '
  346. Me.Label22.AutoSize = True
  347. Me.Label22.Location = New System.Drawing.Point(531, 56)
  348. Me.Label22.Name = "Label22"
  349. Me.Label22.Size = New System.Drawing.Size(116, 16)
  350. Me.Label22.TabIndex = 889
  351. Me.Label22.Text = "未扣除應尚未上加班"
  352. '
  353. 'Label21
  354. '
  355. Me.Label21.AutoSize = True
  356. Me.Label21.ForeColor = System.Drawing.Color.Red
  357. Me.Label21.Location = New System.Drawing.Point(318, 85)
  358. Me.Label21.Name = "Label21"
  359. Me.Label21.Size = New System.Drawing.Size(17, 16)
  360. Me.Label21.TabIndex = 888
  361. Me.Label21.Text = "D"
  362. '
  363. 'Label20
  364. '
  365. Me.Label20.AutoSize = True
  366. Me.Label20.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  367. Me.Label20.Location = New System.Drawing.Point(318, 110)
  368. Me.Label20.Name = "Label20"
  369. Me.Label20.Size = New System.Drawing.Size(17, 16)
  370. Me.Label20.TabIndex = 887
  371. Me.Label20.Text = "D"
  372. '
  373. 'Label18
  374. '
  375. Me.Label18.AutoSize = True
  376. Me.Label18.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  377. Me.Label18.Location = New System.Drawing.Point(492, 135)
  378. Me.Label18.Name = "Label18"
  379. Me.Label18.Size = New System.Drawing.Size(17, 16)
  380. Me.Label18.TabIndex = 886
  381. Me.Label18.Text = "H"
  382. '
  383. '應上未上時數_tb
  384. '
  385. Me.應上未上時數_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  386. Me.應上未上時數_tb.Location = New System.Drawing.Point(420, 131)
  387. Me.應上未上時數_tb.Name = "應上未上時數_tb"
  388. Me.應上未上時數_tb.Size = New System.Drawing.Size(70, 23)
  389. Me.應上未上時數_tb.TabIndex = 885
  390. Me.應上未上時數_tb.Text = "0"
  391. Me.應上未上時數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  392. '
  393. 'Label19
  394. '
  395. Me.Label19.AutoSize = True
  396. Me.Label19.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  397. Me.Label19.Location = New System.Drawing.Point(338, 134)
  398. Me.Label19.Name = "Label19"
  399. Me.Label19.Size = New System.Drawing.Size(80, 16)
  400. Me.Label19.TabIndex = 884
  401. Me.Label19.Text = "應上未上時數"
  402. '
  403. 'Label14
  404. '
  405. Me.Label14.AutoSize = True
  406. Me.Label14.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  407. Me.Label14.Location = New System.Drawing.Point(492, 85)
  408. Me.Label14.Name = "Label14"
  409. Me.Label14.Size = New System.Drawing.Size(17, 16)
  410. Me.Label14.TabIndex = 883
  411. Me.Label14.Text = "D"
  412. '
  413. '當月應上天數_tb
  414. '
  415. Me.當月應上天數_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  416. Me.當月應上天數_tb.Location = New System.Drawing.Point(420, 81)
  417. Me.當月應上天數_tb.Name = "當月應上天數_tb"
  418. Me.當月應上天數_tb.Size = New System.Drawing.Size(70, 23)
  419. Me.當月應上天數_tb.TabIndex = 882
  420. Me.當月應上天數_tb.Text = "0"
  421. Me.當月應上天數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  422. '
  423. 'Label15
  424. '
  425. Me.Label15.AutoSize = True
  426. Me.Label15.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  427. Me.Label15.Location = New System.Drawing.Point(338, 84)
  428. Me.Label15.Name = "Label15"
  429. Me.Label15.Size = New System.Drawing.Size(80, 16)
  430. Me.Label15.TabIndex = 881
  431. Me.Label15.Text = "應上常日天數"
  432. '
  433. 'Label13
  434. '
  435. Me.Label13.AutoSize = True
  436. Me.Label13.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  437. Me.Label13.Location = New System.Drawing.Point(492, 110)
  438. Me.Label13.Name = "Label13"
  439. Me.Label13.Size = New System.Drawing.Size(17, 16)
  440. Me.Label13.TabIndex = 880
  441. Me.Label13.Text = "H"
  442. '
  443. 'Label12
  444. '
  445. Me.Label12.AutoSize = True
  446. Me.Label12.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  447. Me.Label12.Location = New System.Drawing.Point(318, 135)
  448. Me.Label12.Name = "Label12"
  449. Me.Label12.Size = New System.Drawing.Size(17, 16)
  450. Me.Label12.TabIndex = 879
  451. Me.Label12.Text = "H"
  452. '
  453. '時間_tb
  454. '
  455. Me.時間_tb.Location = New System.Drawing.Point(1048, 291)
  456. Me.時間_tb.Name = "時間_tb"
  457. Me.時間_tb.Size = New System.Drawing.Size(127, 23)
  458. Me.時間_tb.TabIndex = 878
  459. Me.時間_tb.Visible = False
  460. '
  461. 'ID_tb
  462. '
  463. Me.ID_tb.Location = New System.Drawing.Point(915, 291)
  464. Me.ID_tb.Name = "ID_tb"
  465. Me.ID_tb.Size = New System.Drawing.Size(127, 23)
  466. Me.ID_tb.TabIndex = 877
  467. Me.ID_tb.Visible = False
  468. '
  469. '時薪制_ch
  470. '
  471. Me.時薪制_ch.AutoSize = True
  472. Me.時薪制_ch.Location = New System.Drawing.Point(706, 53)
  473. Me.時薪制_ch.Name = "時薪制_ch"
  474. Me.時薪制_ch.Size = New System.Drawing.Size(131, 20)
  475. Me.時薪制_ch.TabIndex = 876
  476. Me.時薪制_ch.Text = "時薪人員(午休不扣)"
  477. Me.時薪制_ch.UseVisualStyleBackColor = True
  478. '
  479. '排班資料_bt
  480. '
  481. Me.排班資料_bt.Location = New System.Drawing.Point(1476, 105)
  482. Me.排班資料_bt.Name = "排班資料_bt"
  483. Me.排班資料_bt.Size = New System.Drawing.Size(153, 25)
  484. Me.排班資料_bt.TabIndex = 875
  485. Me.排班資料_bt.Text = "排班資料"
  486. Me.排班資料_bt.UseVisualStyleBackColor = True
  487. '
  488. '考勤資料編輯_bt
  489. '
  490. Me.考勤資料編輯_bt.Location = New System.Drawing.Point(1634, 3)
  491. Me.考勤資料編輯_bt.Name = "考勤資料編輯_bt"
  492. Me.考勤資料編輯_bt.Size = New System.Drawing.Size(260, 104)
  493. Me.考勤資料編輯_bt.TabIndex = 874
  494. Me.考勤資料編輯_bt.Text = "考勤資料編輯"
  495. Me.考勤資料編輯_bt.UseVisualStyleBackColor = True
  496. '
  497. '重新讀取_bt
  498. '
  499. Me.重新讀取_bt.Location = New System.Drawing.Point(1476, 27)
  500. Me.重新讀取_bt.Name = "重新讀取_bt"
  501. Me.重新讀取_bt.Size = New System.Drawing.Size(153, 25)
  502. Me.重新讀取_bt.TabIndex = 871
  503. Me.重新讀取_bt.Text = "重新讀取彙總資料"
  504. Me.重新讀取_bt.UseVisualStyleBackColor = True
  505. '
  506. '排班彙總_bt
  507. '
  508. Me.排班彙總_bt.Location = New System.Drawing.Point(1476, 53)
  509. Me.排班彙總_bt.Name = "排班彙總_bt"
  510. Me.排班彙總_bt.Size = New System.Drawing.Size(153, 25)
  511. Me.排班彙總_bt.TabIndex = 868
  512. Me.排班彙總_bt.Text = "排班彙總"
  513. Me.排班彙總_bt.UseVisualStyleBackColor = True
  514. '
  515. '整體考勤彙總_bt
  516. '
  517. Me.整體考勤彙總_bt.Location = New System.Drawing.Point(1476, 1)
  518. Me.整體考勤彙總_bt.Name = "整體考勤彙總_bt"
  519. Me.整體考勤彙總_bt.Size = New System.Drawing.Size(153, 25)
  520. Me.整體考勤彙總_bt.TabIndex = 867
  521. Me.整體考勤彙總_bt.Text = "整體考勤彙總"
  522. Me.整體考勤彙總_bt.UseVisualStyleBackColor = True
  523. '
  524. '個人考勤明細_bt
  525. '
  526. Me.個人考勤明細_bt.Enabled = False
  527. Me.個人考勤明細_bt.Location = New System.Drawing.Point(1476, 79)
  528. Me.個人考勤明細_bt.Name = "個人考勤明細_bt"
  529. Me.個人考勤明細_bt.Size = New System.Drawing.Size(153, 25)
  530. Me.個人考勤明細_bt.TabIndex = 866
  531. Me.個人考勤明細_bt.Text = "個人考勤明細"
  532. Me.個人考勤明細_bt.UseVisualStyleBackColor = True
  533. '
  534. 'Label10
  535. '
  536. Me.Label10.AutoSize = True
  537. Me.Label10.ForeColor = System.Drawing.Color.Red
  538. Me.Label10.Location = New System.Drawing.Point(939, 134)
  539. Me.Label10.Name = "Label10"
  540. Me.Label10.Size = New System.Drawing.Size(55, 16)
  541. Me.Label10.TabIndex = 865
  542. Me.Label10.Text = "H X 2.00"
  543. '
  544. 'Label8
  545. '
  546. Me.Label8.AutoSize = True
  547. Me.Label8.ForeColor = System.Drawing.Color.Red
  548. Me.Label8.Location = New System.Drawing.Point(939, 110)
  549. Me.Label8.Name = "Label8"
  550. Me.Label8.Size = New System.Drawing.Size(55, 16)
  551. Me.Label8.TabIndex = 864
  552. Me.Label8.Text = "H X 1.67"
  553. '
  554. 'Label9
  555. '
  556. Me.Label9.AutoSize = True
  557. Me.Label9.ForeColor = System.Drawing.Color.Red
  558. Me.Label9.Location = New System.Drawing.Point(939, 86)
  559. Me.Label9.Name = "Label9"
  560. Me.Label9.Size = New System.Drawing.Size(55, 16)
  561. Me.Label9.TabIndex = 863
  562. Me.Label9.Text = "H X 1.34"
  563. '
  564. 'Label7
  565. '
  566. Me.Label7.AutoSize = True
  567. Me.Label7.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  568. Me.Label7.Location = New System.Drawing.Point(700, 136)
  569. Me.Label7.Name = "Label7"
  570. Me.Label7.Size = New System.Drawing.Size(55, 16)
  571. Me.Label7.TabIndex = 862
  572. Me.Label7.Text = "H X 1.67"
  573. '
  574. 'Label6
  575. '
  576. Me.Label6.AutoSize = True
  577. Me.Label6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  578. Me.Label6.Location = New System.Drawing.Point(700, 110)
  579. Me.Label6.Name = "Label6"
  580. Me.Label6.Size = New System.Drawing.Size(55, 16)
  581. Me.Label6.TabIndex = 861
  582. Me.Label6.Text = "H X 1.34"
  583. '
  584. '國假日加_tb
  585. '
  586. Me.國假日加_tb.ForeColor = System.Drawing.Color.Red
  587. Me.國假日加_tb.Location = New System.Drawing.Point(867, 131)
  588. Me.國假日加_tb.Name = "國假日加_tb"
  589. Me.國假日加_tb.Size = New System.Drawing.Size(70, 23)
  590. Me.國假日加_tb.TabIndex = 860
  591. Me.國假日加_tb.Text = "0"
  592. Me.國假日加_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  593. '
  594. 'Label5
  595. '
  596. Me.Label5.AutoSize = True
  597. Me.Label5.ForeColor = System.Drawing.Color.Red
  598. Me.Label5.Location = New System.Drawing.Point(761, 135)
  599. Me.Label5.Name = "Label5"
  600. Me.Label5.Size = New System.Drawing.Size(104, 16)
  601. Me.Label5.TabIndex = 859
  602. Me.Label5.Text = "國定假日加班時數"
  603. '
  604. '姓名_tb
  605. '
  606. Me.姓名_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  607. Me.姓名_tb.Location = New System.Drawing.Point(198, 53)
  608. Me.姓名_tb.Name = "姓名_tb"
  609. Me.姓名_tb.Size = New System.Drawing.Size(70, 23)
  610. Me.姓名_tb.TabIndex = 858
  611. '
  612. 'Label2
  613. '
  614. Me.Label2.AutoSize = True
  615. Me.Label2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  616. Me.Label2.Location = New System.Drawing.Point(164, 57)
  617. Me.Label2.Name = "Label2"
  618. Me.Label2.Size = New System.Drawing.Size(32, 16)
  619. Me.Label2.TabIndex = 857
  620. Me.Label2.Text = "姓名"
  621. '
  622. '當月平日二段_tb
  623. '
  624. Me.當月平日二段_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  625. Me.當月平日二段_tb.Location = New System.Drawing.Point(628, 131)
  626. Me.當月平日二段_tb.Name = "當月平日二段_tb"
  627. Me.當月平日二段_tb.Size = New System.Drawing.Size(70, 23)
  628. Me.當月平日二段_tb.TabIndex = 856
  629. Me.當月平日二段_tb.Text = "0"
  630. Me.當月平日二段_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  631. '
  632. 'Label31
  633. '
  634. Me.Label31.AutoSize = True
  635. Me.Label31.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  636. Me.Label31.Location = New System.Drawing.Point(522, 135)
  637. Me.Label31.Name = "Label31"
  638. Me.Label31.Size = New System.Drawing.Size(104, 16)
  639. Me.Label31.TabIndex = 855
  640. Me.Label31.Text = "當月平日二段加班" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  641. '
  642. '二段假日加_tb
  643. '
  644. Me.二段假日加_tb.ForeColor = System.Drawing.Color.Red
  645. Me.二段假日加_tb.Location = New System.Drawing.Point(867, 106)
  646. Me.二段假日加_tb.Name = "二段假日加_tb"
  647. Me.二段假日加_tb.Size = New System.Drawing.Size(70, 23)
  648. Me.二段假日加_tb.TabIndex = 854
  649. Me.二段假日加_tb.Text = "0"
  650. Me.二段假日加_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  651. '
  652. 'Label30
  653. '
  654. Me.Label30.AutoSize = True
  655. Me.Label30.ForeColor = System.Drawing.Color.Red
  656. Me.Label30.Location = New System.Drawing.Point(761, 110)
  657. Me.Label30.Name = "Label30"
  658. Me.Label30.Size = New System.Drawing.Size(104, 16)
  659. Me.Label30.TabIndex = 853
  660. Me.Label30.Text = "二段假日加班時數"
  661. '
  662. '一段假日加_tb
  663. '
  664. Me.一段假日加_tb.ForeColor = System.Drawing.Color.Red
  665. Me.一段假日加_tb.Location = New System.Drawing.Point(867, 81)
  666. Me.一段假日加_tb.Name = "一段假日加_tb"
  667. Me.一段假日加_tb.Size = New System.Drawing.Size(70, 23)
  668. Me.一段假日加_tb.TabIndex = 852
  669. Me.一段假日加_tb.Text = "0"
  670. Me.一段假日加_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  671. '
  672. 'Label29
  673. '
  674. Me.Label29.AutoSize = True
  675. Me.Label29.ForeColor = System.Drawing.Color.Red
  676. Me.Label29.Location = New System.Drawing.Point(761, 85)
  677. Me.Label29.Name = "Label29"
  678. Me.Label29.Size = New System.Drawing.Size(104, 16)
  679. Me.Label29.TabIndex = 851
  680. Me.Label29.Text = "一段假日加班時數"
  681. '
  682. '當月平日一段_tb
  683. '
  684. Me.當月平日一段_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  685. Me.當月平日一段_tb.Location = New System.Drawing.Point(628, 106)
  686. Me.當月平日一段_tb.Name = "當月平日一段_tb"
  687. Me.當月平日一段_tb.Size = New System.Drawing.Size(70, 23)
  688. Me.當月平日一段_tb.TabIndex = 850
  689. Me.當月平日一段_tb.Text = "0"
  690. Me.當月平日一段_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  691. '
  692. 'Label28
  693. '
  694. Me.Label28.AutoSize = True
  695. Me.Label28.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  696. Me.Label28.Location = New System.Drawing.Point(522, 110)
  697. Me.Label28.Name = "Label28"
  698. Me.Label28.Size = New System.Drawing.Size(104, 16)
  699. Me.Label28.TabIndex = 849
  700. Me.Label28.Text = "當月平日一段加班" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  701. '
  702. '當月假日天_tb
  703. '
  704. Me.當月假日天_tb.ForeColor = System.Drawing.Color.Red
  705. Me.當月假日天_tb.Location = New System.Drawing.Point(246, 81)
  706. Me.當月假日天_tb.Name = "當月假日天_tb"
  707. Me.當月假日天_tb.Size = New System.Drawing.Size(70, 23)
  708. Me.當月假日天_tb.TabIndex = 848
  709. Me.當月假日天_tb.Text = "0"
  710. Me.當月假日天_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  711. '
  712. 'Label26
  713. '
  714. Me.Label26.AutoSize = True
  715. Me.Label26.ForeColor = System.Drawing.Color.Red
  716. Me.Label26.Location = New System.Drawing.Point(164, 84)
  717. Me.Label26.Name = "Label26"
  718. Me.Label26.Size = New System.Drawing.Size(80, 16)
  719. Me.Label26.TabIndex = 847
  720. Me.Label26.Text = "請假天數加總"
  721. '
  722. '當月平日天_tb
  723. '
  724. Me.當月平日天_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  725. Me.當月平日天_tb.Location = New System.Drawing.Point(246, 106)
  726. Me.當月平日天_tb.Name = "當月平日天_tb"
  727. Me.當月平日天_tb.Size = New System.Drawing.Size(70, 23)
  728. Me.當月平日天_tb.TabIndex = 846
  729. Me.當月平日天_tb.Text = "0"
  730. Me.當月平日天_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  731. '
  732. 'Label25
  733. '
  734. Me.Label25.AutoSize = True
  735. Me.Label25.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  736. Me.Label25.Location = New System.Drawing.Point(164, 109)
  737. Me.Label25.Name = "Label25"
  738. Me.Label25.Size = New System.Drawing.Size(80, 16)
  739. Me.Label25.TabIndex = 845
  740. Me.Label25.Text = "上班天數加總"
  741. '
  742. '上班總工時_tb
  743. '
  744. Me.上班總工時_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  745. Me.上班總工時_tb.Location = New System.Drawing.Point(420, 106)
  746. Me.上班總工時_tb.Name = "上班總工時_tb"
  747. Me.上班總工時_tb.Size = New System.Drawing.Size(70, 23)
  748. Me.上班總工時_tb.TabIndex = 844
  749. Me.上班總工時_tb.Text = "0"
  750. Me.上班總工時_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  751. '
  752. 'Label4
  753. '
  754. Me.Label4.AutoSize = True
  755. Me.Label4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  756. Me.Label4.Location = New System.Drawing.Point(338, 109)
  757. Me.Label4.Name = "Label4"
  758. Me.Label4.Size = New System.Drawing.Size(80, 16)
  759. Me.Label4.TabIndex = 843
  760. Me.Label4.Text = "當月應上時數"
  761. '
  762. '常日總_tb
  763. '
  764. Me.常日總_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  765. Me.常日總_tb.Location = New System.Drawing.Point(246, 131)
  766. Me.常日總_tb.Name = "常日總_tb"
  767. Me.常日總_tb.Size = New System.Drawing.Size(70, 23)
  768. Me.常日總_tb.TabIndex = 842
  769. Me.常日總_tb.Text = "0"
  770. Me.常日總_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  771. '
  772. 'Label1
  773. '
  774. Me.Label1.AutoSize = True
  775. Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  776. Me.Label1.Location = New System.Drawing.Point(164, 134)
  777. Me.Label1.Name = "Label1"
  778. Me.Label1.Size = New System.Drawing.Size(80, 16)
  779. Me.Label1.TabIndex = 841
  780. Me.Label1.Text = "當月平日工時"
  781. '
  782. '時間讀取4_dgv
  783. '
  784. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  785. Me.時間讀取4_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  786. Me.時間讀取4_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  787. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  788. Me.時間讀取4_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  789. Me.時間讀取4_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  790. Me.時間讀取4_dgv.Location = New System.Drawing.Point(1374, 181)
  791. Me.時間讀取4_dgv.Name = "時間讀取4_dgv"
  792. Me.時間讀取4_dgv.RowHeadersWidth = 5
  793. Me.時間讀取4_dgv.RowTemplate.Height = 24
  794. Me.時間讀取4_dgv.Size = New System.Drawing.Size(147, 104)
  795. Me.時間讀取4_dgv.TabIndex = 839
  796. Me.時間讀取4_dgv.Visible = False
  797. '
  798. '時間讀取3_dgv
  799. '
  800. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  801. Me.時間讀取3_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  802. Me.時間讀取3_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  803. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  804. Me.時間讀取3_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  805. Me.時間讀取3_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  806. Me.時間讀取3_dgv.Location = New System.Drawing.Point(1221, 181)
  807. Me.時間讀取3_dgv.Name = "時間讀取3_dgv"
  808. Me.時間讀取3_dgv.RowHeadersWidth = 5
  809. Me.時間讀取3_dgv.RowTemplate.Height = 24
  810. Me.時間讀取3_dgv.Size = New System.Drawing.Size(147, 104)
  811. Me.時間讀取3_dgv.TabIndex = 837
  812. Me.時間讀取3_dgv.Visible = False
  813. '
  814. '時間讀取2_dgv
  815. '
  816. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  817. Me.時間讀取2_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  818. Me.時間讀取2_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  819. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  820. Me.時間讀取2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  821. Me.時間讀取2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  822. Me.時間讀取2_dgv.Location = New System.Drawing.Point(1068, 181)
  823. Me.時間讀取2_dgv.Name = "時間讀取2_dgv"
  824. Me.時間讀取2_dgv.RowHeadersWidth = 5
  825. Me.時間讀取2_dgv.RowTemplate.Height = 24
  826. Me.時間讀取2_dgv.Size = New System.Drawing.Size(147, 104)
  827. Me.時間讀取2_dgv.TabIndex = 836
  828. Me.時間讀取2_dgv.Visible = False
  829. '
  830. '時間讀取1_dgv
  831. '
  832. DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  833. Me.時間讀取1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
  834. Me.時間讀取1_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  835. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  836. Me.時間讀取1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  837. Me.時間讀取1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  838. Me.時間讀取1_dgv.Location = New System.Drawing.Point(915, 181)
  839. Me.時間讀取1_dgv.Name = "時間讀取1_dgv"
  840. Me.時間讀取1_dgv.RowHeadersWidth = 5
  841. Me.時間讀取1_dgv.RowTemplate.Height = 24
  842. Me.時間讀取1_dgv.Size = New System.Drawing.Size(147, 104)
  843. Me.時間讀取1_dgv.TabIndex = 835
  844. Me.時間讀取1_dgv.Visible = False
  845. '
  846. '月份_cb
  847. '
  848. Me.月份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  849. Me.月份_cb.FormattingEnabled = True
  850. Me.月份_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  851. Me.月份_cb.Location = New System.Drawing.Point(442, 53)
  852. Me.月份_cb.Name = "月份_cb"
  853. Me.月份_cb.Size = New System.Drawing.Size(46, 24)
  854. Me.月份_cb.TabIndex = 834
  855. '
  856. '年份_cb
  857. '
  858. Me.年份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  859. Me.年份_cb.FormattingEnabled = True
  860. Me.年份_cb.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  861. Me.年份_cb.Location = New System.Drawing.Point(346, 53)
  862. Me.年份_cb.Name = "年份_cb"
  863. Me.年份_cb.Size = New System.Drawing.Size(61, 24)
  864. Me.年份_cb.TabIndex = 833
  865. '
  866. 'Label16
  867. '
  868. Me.Label16.AutoSize = True
  869. Me.Label16.Location = New System.Drawing.Point(410, 57)
  870. Me.Label16.Name = "Label16"
  871. Me.Label16.Size = New System.Drawing.Size(32, 16)
  872. Me.Label16.TabIndex = 832
  873. Me.Label16.Text = "月份"
  874. '
  875. 'Label17
  876. '
  877. Me.Label17.AutoSize = True
  878. Me.Label17.Location = New System.Drawing.Point(312, 57)
  879. Me.Label17.Name = "Label17"
  880. Me.Label17.Size = New System.Drawing.Size(32, 16)
  881. Me.Label17.TabIndex = 831
  882. Me.Label17.Text = "年份"
  883. '
  884. '人員_dgv
  885. '
  886. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  887. Me.人員_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  888. Me.人員_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  889. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  890. Me.人員_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  891. Me.人員_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  892. Me.人員_dgv.Location = New System.Drawing.Point(4, 6)
  893. Me.人員_dgv.Name = "人員_dgv"
  894. Me.人員_dgv.RowHeadersWidth = 5
  895. Me.人員_dgv.RowTemplate.Height = 24
  896. Me.人員_dgv.Size = New System.Drawing.Size(147, 953)
  897. Me.人員_dgv.TabIndex = 829
  898. '
  899. '考勤流水_dgv
  900. '
  901. DataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  902. Me.考勤流水_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6
  903. Me.考勤流水_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  904. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  905. Me.考勤流水_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  906. Me.考勤流水_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  907. Me.考勤流水_dgv.Location = New System.Drawing.Point(1634, 113)
  908. Me.考勤流水_dgv.Name = "考勤流水_dgv"
  909. Me.考勤流水_dgv.RowHeadersWidth = 5
  910. Me.考勤流水_dgv.RowTemplate.Height = 24
  911. Me.考勤流水_dgv.Size = New System.Drawing.Size(260, 846)
  912. Me.考勤流水_dgv.TabIndex = 838
  913. '
  914. '日期_dgv
  915. '
  916. DataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  917. Me.日期_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
  918. Me.日期_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  919. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  920. Me.日期_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  921. Me.日期_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  922. Me.日期_dgv.Location = New System.Drawing.Point(1634, 113)
  923. Me.日期_dgv.Name = "日期_dgv"
  924. Me.日期_dgv.RowHeadersWidth = 5
  925. Me.日期_dgv.RowTemplate.Height = 24
  926. Me.日期_dgv.Size = New System.Drawing.Size(260, 846)
  927. Me.日期_dgv.TabIndex = 872
  928. Me.日期_dgv.Visible = False
  929. '
  930. '月清單_dgv
  931. '
  932. Me.月清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  933. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  934. Me.月清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  935. Me.月清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  936. Me.月清單_dgv.Location = New System.Drawing.Point(157, 157)
  937. Me.月清單_dgv.Name = "月清單_dgv"
  938. Me.月清單_dgv.RowHeadersWidth = 5
  939. Me.月清單_dgv.RowTemplate.Height = 24
  940. Me.月清單_dgv.Size = New System.Drawing.Size(1471, 802)
  941. Me.月清單_dgv.TabIndex = 830
  942. '
  943. '排班彙總_dgv
  944. '
  945. DataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  946. Me.排班彙總_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle8
  947. Me.排班彙總_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  948. Or System.Windows.Forms.AnchorStyles.Left) _
  949. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  950. Me.排班彙總_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  951. Me.排班彙總_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  952. Me.排班彙總_dgv.Location = New System.Drawing.Point(157, 157)
  953. Me.排班彙總_dgv.Name = "排班彙總_dgv"
  954. Me.排班彙總_dgv.RowHeadersWidth = 5
  955. Me.排班彙總_dgv.RowTemplate.Height = 24
  956. Me.排班彙總_dgv.Size = New System.Drawing.Size(1471, 802)
  957. Me.排班彙總_dgv.TabIndex = 870
  958. Me.排班彙總_dgv.Visible = False
  959. '
  960. '整體考勤_dgv
  961. '
  962. DataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  963. Me.整體考勤_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle9
  964. Me.整體考勤_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  965. Me.整體考勤_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  966. Me.整體考勤_dgv.Location = New System.Drawing.Point(157, 157)
  967. Me.整體考勤_dgv.Name = "整體考勤_dgv"
  968. Me.整體考勤_dgv.RowHeadersWidth = 5
  969. Me.整體考勤_dgv.RowTemplate.Height = 24
  970. Me.整體考勤_dgv.Size = New System.Drawing.Size(1471, 802)
  971. Me.整體考勤_dgv.TabIndex = 869
  972. Me.整體考勤_dgv.Visible = False
  973. '
  974. '班別_dgv
  975. '
  976. DataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  977. Me.班別_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle10
  978. Me.班別_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  979. Me.班別_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  980. Me.班別_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  981. Me.班別_dgv.Location = New System.Drawing.Point(157, 783)
  982. Me.班別_dgv.Name = "班別_dgv"
  983. Me.班別_dgv.RowHeadersWidth = 5
  984. Me.班別_dgv.RowTemplate.Height = 24
  985. Me.班別_dgv.Size = New System.Drawing.Size(1471, 176)
  986. Me.班別_dgv.TabIndex = 840
  987. '
  988. 'Label43
  989. '
  990. Me.Label43.AutoSize = True
  991. Me.Label43.Location = New System.Drawing.Point(157, 43)
  992. Me.Label43.Name = "Label43"
  993. Me.Label43.Size = New System.Drawing.Size(11, 112)
  994. Me.Label43.TabIndex = 911
  995. Me.Label43.Text = "I" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "I" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "I" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "I" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "I" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "I" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "I"
  996. '
  997. 'Label41
  998. '
  999. Me.Label41.AutoSize = True
  1000. Me.Label41.Location = New System.Drawing.Point(514, 43)
  1001. Me.Label41.Name = "Label41"
  1002. Me.Label41.Size = New System.Drawing.Size(11, 112)
  1003. Me.Label41.TabIndex = 909
  1004. Me.Label41.Text = "I" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "I" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "I" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "I" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "I" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "I" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "I"
  1005. '
  1006. 'Label27
  1007. '
  1008. Me.Label27.AutoSize = True
  1009. Me.Label27.Location = New System.Drawing.Point(992, 43)
  1010. Me.Label27.Name = "Label27"
  1011. Me.Label27.Size = New System.Drawing.Size(11, 112)
  1012. Me.Label27.TabIndex = 907
  1013. Me.Label27.Text = "I" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "I" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "I" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "I" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "I" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "I" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "I"
  1014. '
  1015. 'Label42
  1016. '
  1017. Me.Label42.AutoSize = True
  1018. Me.Label42.Location = New System.Drawing.Point(1468, 43)
  1019. Me.Label42.Name = "Label42"
  1020. Me.Label42.Size = New System.Drawing.Size(11, 112)
  1021. Me.Label42.TabIndex = 910
  1022. Me.Label42.Text = "I" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "I" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "I" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "I" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "I" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "I" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "I"
  1023. '
  1024. 'Label23
  1025. '
  1026. Me.Label23.AutoSize = True
  1027. Me.Label23.Location = New System.Drawing.Point(518, 62)
  1028. Me.Label23.Name = "Label23"
  1029. Me.Label23.Size = New System.Drawing.Size(958, 16)
  1030. Me.Label23.TabIndex = 906
  1031. Me.Label23.Text = "_________________________________________________________________________________" &
  1032. "________________________________________________________________________________" &
  1033. "_____________________________"
  1034. '
  1035. '考勤明細表
  1036. '
  1037. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  1038. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1039. Me.ClientSize = New System.Drawing.Size(1914, 971)
  1040. Me.Controls.Add(Me.Label11)
  1041. Me.Controls.Add(Me.Label44)
  1042. Me.Controls.Add(Me.加班總_tb)
  1043. Me.Controls.Add(Me.Button1)
  1044. Me.Controls.Add(Me.彈性工時_ch)
  1045. Me.Controls.Add(Me.Label3)
  1046. Me.Controls.Add(Me.Label24)
  1047. Me.Controls.Add(Me.Label32)
  1048. Me.Controls.Add(Me.Label33)
  1049. Me.Controls.Add(Me.Label34)
  1050. Me.Controls.Add(Me.Label35)
  1051. Me.Controls.Add(Me.國假日加1_tb)
  1052. Me.Controls.Add(Me.Label36)
  1053. Me.Controls.Add(Me.當月平日二段1_tb)
  1054. Me.Controls.Add(Me.Label37)
  1055. Me.Controls.Add(Me.二段假日加1_tb)
  1056. Me.Controls.Add(Me.Label38)
  1057. Me.Controls.Add(Me.一段假日加1_tb)
  1058. Me.Controls.Add(Me.Label39)
  1059. Me.Controls.Add(Me.當月平日一段1_tb)
  1060. Me.Controls.Add(Me.Label40)
  1061. Me.Controls.Add(Me.Label22)
  1062. Me.Controls.Add(Me.Label21)
  1063. Me.Controls.Add(Me.Label20)
  1064. Me.Controls.Add(Me.Label18)
  1065. Me.Controls.Add(Me.應上未上時數_tb)
  1066. Me.Controls.Add(Me.Label19)
  1067. Me.Controls.Add(Me.Label14)
  1068. Me.Controls.Add(Me.當月應上天數_tb)
  1069. Me.Controls.Add(Me.Label15)
  1070. Me.Controls.Add(Me.Label13)
  1071. Me.Controls.Add(Me.Label12)
  1072. Me.Controls.Add(Me.時間_tb)
  1073. Me.Controls.Add(Me.ID_tb)
  1074. Me.Controls.Add(Me.時薪制_ch)
  1075. Me.Controls.Add(Me.排班資料_bt)
  1076. Me.Controls.Add(Me.考勤資料編輯_bt)
  1077. Me.Controls.Add(Me.重新讀取_bt)
  1078. Me.Controls.Add(Me.排班彙總_bt)
  1079. Me.Controls.Add(Me.整體考勤彙總_bt)
  1080. Me.Controls.Add(Me.個人考勤明細_bt)
  1081. Me.Controls.Add(Me.Label10)
  1082. Me.Controls.Add(Me.Label8)
  1083. Me.Controls.Add(Me.Label9)
  1084. Me.Controls.Add(Me.Label7)
  1085. Me.Controls.Add(Me.Label6)
  1086. Me.Controls.Add(Me.國假日加_tb)
  1087. Me.Controls.Add(Me.Label5)
  1088. Me.Controls.Add(Me.姓名_tb)
  1089. Me.Controls.Add(Me.Label2)
  1090. Me.Controls.Add(Me.當月平日二段_tb)
  1091. Me.Controls.Add(Me.Label31)
  1092. Me.Controls.Add(Me.二段假日加_tb)
  1093. Me.Controls.Add(Me.Label30)
  1094. Me.Controls.Add(Me.一段假日加_tb)
  1095. Me.Controls.Add(Me.Label29)
  1096. Me.Controls.Add(Me.當月平日一段_tb)
  1097. Me.Controls.Add(Me.Label28)
  1098. Me.Controls.Add(Me.當月假日天_tb)
  1099. Me.Controls.Add(Me.Label26)
  1100. Me.Controls.Add(Me.當月平日天_tb)
  1101. Me.Controls.Add(Me.Label25)
  1102. Me.Controls.Add(Me.上班總工時_tb)
  1103. Me.Controls.Add(Me.Label4)
  1104. Me.Controls.Add(Me.常日總_tb)
  1105. Me.Controls.Add(Me.Label1)
  1106. Me.Controls.Add(Me.時間讀取4_dgv)
  1107. Me.Controls.Add(Me.時間讀取3_dgv)
  1108. Me.Controls.Add(Me.時間讀取2_dgv)
  1109. Me.Controls.Add(Me.時間讀取1_dgv)
  1110. Me.Controls.Add(Me.月份_cb)
  1111. Me.Controls.Add(Me.年份_cb)
  1112. Me.Controls.Add(Me.Label16)
  1113. Me.Controls.Add(Me.Label17)
  1114. Me.Controls.Add(Me.人員_dgv)
  1115. Me.Controls.Add(Me.考勤流水_dgv)
  1116. Me.Controls.Add(Me.日期_dgv)
  1117. Me.Controls.Add(Me.月清單_dgv)
  1118. Me.Controls.Add(Me.排班彙總_dgv)
  1119. Me.Controls.Add(Me.整體考勤_dgv)
  1120. Me.Controls.Add(Me.班別_dgv)
  1121. Me.Controls.Add(Me.Label43)
  1122. Me.Controls.Add(Me.Label41)
  1123. Me.Controls.Add(Me.Label27)
  1124. Me.Controls.Add(Me.Label42)
  1125. Me.Controls.Add(Me.Label23)
  1126. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1127. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1128. Me.Name = "考勤明細表"
  1129. Me.Text = "考勤明細表"
  1130. CType(Me.時間讀取4_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1131. CType(Me.時間讀取3_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1132. CType(Me.時間讀取2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1133. CType(Me.時間讀取1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1134. CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1135. CType(Me.考勤流水_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1136. CType(Me.日期_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1137. CType(Me.月清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1138. CType(Me.排班彙總_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1139. CType(Me.整體考勤_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1140. CType(Me.班別_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1141. Me.ResumeLayout(False)
  1142. Me.PerformLayout()
  1143. End Sub
  1144. Friend WithEvents Label11 As Label
  1145. Friend WithEvents Label44 As Label
  1146. Friend WithEvents 加班總_tb As TextBox
  1147. Friend WithEvents Button1 As Button
  1148. Friend WithEvents 彈性工時_ch As CheckBox
  1149. Friend WithEvents Label3 As Label
  1150. Friend WithEvents Label24 As Label
  1151. Friend WithEvents Label32 As Label
  1152. Friend WithEvents Label33 As Label
  1153. Friend WithEvents Label34 As Label
  1154. Friend WithEvents Label35 As Label
  1155. Friend WithEvents 國假日加1_tb As TextBox
  1156. Friend WithEvents Label36 As Label
  1157. Friend WithEvents 當月平日二段1_tb As TextBox
  1158. Friend WithEvents Label37 As Label
  1159. Friend WithEvents 二段假日加1_tb As TextBox
  1160. Friend WithEvents Label38 As Label
  1161. Friend WithEvents 一段假日加1_tb As TextBox
  1162. Friend WithEvents Label39 As Label
  1163. Friend WithEvents 當月平日一段1_tb As TextBox
  1164. Friend WithEvents Label40 As Label
  1165. Friend WithEvents Label22 As Label
  1166. Friend WithEvents Label21 As Label
  1167. Friend WithEvents Label20 As Label
  1168. Friend WithEvents Label18 As Label
  1169. Friend WithEvents 應上未上時數_tb As TextBox
  1170. Friend WithEvents Label19 As Label
  1171. Friend WithEvents Label14 As Label
  1172. Friend WithEvents 當月應上天數_tb As TextBox
  1173. Friend WithEvents Label15 As Label
  1174. Friend WithEvents Label13 As Label
  1175. Friend WithEvents Label12 As Label
  1176. Friend WithEvents 時間_tb As TextBox
  1177. Friend WithEvents ID_tb As TextBox
  1178. Friend WithEvents 時薪制_ch As CheckBox
  1179. Friend WithEvents 排班資料_bt As Button
  1180. Friend WithEvents 考勤資料編輯_bt As Button
  1181. Friend WithEvents 重新讀取_bt As Button
  1182. Friend WithEvents 排班彙總_bt As Button
  1183. Friend WithEvents 整體考勤彙總_bt As Button
  1184. Friend WithEvents 個人考勤明細_bt As Button
  1185. Friend WithEvents Label10 As Label
  1186. Friend WithEvents Label8 As Label
  1187. Friend WithEvents Label9 As Label
  1188. Friend WithEvents Label7 As Label
  1189. Friend WithEvents Label6 As Label
  1190. Friend WithEvents 國假日加_tb As TextBox
  1191. Friend WithEvents Label5 As Label
  1192. Friend WithEvents 姓名_tb As TextBox
  1193. Friend WithEvents Label2 As Label
  1194. Friend WithEvents 當月平日二段_tb As TextBox
  1195. Friend WithEvents Label31 As Label
  1196. Friend WithEvents 二段假日加_tb As TextBox
  1197. Friend WithEvents Label30 As Label
  1198. Friend WithEvents 一段假日加_tb As TextBox
  1199. Friend WithEvents Label29 As Label
  1200. Friend WithEvents 當月平日一段_tb As TextBox
  1201. Friend WithEvents Label28 As Label
  1202. Friend WithEvents 當月假日天_tb As TextBox
  1203. Friend WithEvents Label26 As Label
  1204. Friend WithEvents 當月平日天_tb As TextBox
  1205. Friend WithEvents Label25 As Label
  1206. Friend WithEvents 上班總工時_tb As TextBox
  1207. Friend WithEvents Label4 As Label
  1208. Friend WithEvents 常日總_tb As TextBox
  1209. Friend WithEvents Label1 As Label
  1210. Friend WithEvents 時間讀取4_dgv As DataGridView
  1211. Friend WithEvents 時間讀取3_dgv As DataGridView
  1212. Friend WithEvents 時間讀取2_dgv As DataGridView
  1213. Friend WithEvents 時間讀取1_dgv As DataGridView
  1214. Friend WithEvents 月份_cb As ComboBox
  1215. Friend WithEvents 年份_cb As ComboBox
  1216. Friend WithEvents Label16 As Label
  1217. Friend WithEvents Label17 As Label
  1218. Friend WithEvents 人員_dgv As DataGridView
  1219. Friend WithEvents 考勤流水_dgv As DataGridView
  1220. Friend WithEvents 日期_dgv As DataGridView
  1221. Friend WithEvents 月清單_dgv As DataGridView
  1222. Friend WithEvents 排班彙總_dgv As DataGridView
  1223. Friend WithEvents 整體考勤_dgv As DataGridView
  1224. Friend WithEvents 班別_dgv As DataGridView
  1225. Friend WithEvents Label43 As Label
  1226. Friend WithEvents Label41 As Label
  1227. Friend WithEvents Label27 As Label
  1228. Friend WithEvents Label42 As Label
  1229. Friend WithEvents Label23 As Label
  1230. End Class