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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class 人員考勤明細表
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()>
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()>
  21. Private Sub InitializeComponent()
  22. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Me.人事資料表清單_lb = New System.Windows.Forms.Label()
  26. Me.員工_dgv = New System.Windows.Forms.DataGridView()
  27. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  28. Me.月份_cb = New System.Windows.Forms.ComboBox()
  29. Me.年份_cb = New System.Windows.Forms.ComboBox()
  30. Me.月份_lb = New System.Windows.Forms.Label()
  31. Me.年份_lb = New System.Windows.Forms.Label()
  32. Me.當月上午上班總工時_lb = New System.Windows.Forms.Label()
  33. Me.當月上午上班總工時_tb = New System.Windows.Forms.TextBox()
  34. Me.當月下午上班總工時_tb = New System.Windows.Forms.TextBox()
  35. Me.當月下午上班總工時_lb = New System.Windows.Forms.Label()
  36. Me.當月上班總工時_tb = New System.Windows.Forms.TextBox()
  37. Me.當月上班總工時_lb = New System.Windows.Forms.Label()
  38. Me.當月漏打卡次數_tb = New System.Windows.Forms.TextBox()
  39. Me.當月育嬰假天數_tb = New System.Windows.Forms.TextBox()
  40. Me.當月事假天數_lb = New System.Windows.Forms.Label()
  41. Me.當月事假天數_tb = New System.Windows.Forms.TextBox()
  42. Me.當月病假天數_lb = New System.Windows.Forms.Label()
  43. Me.當月病假天數_tb = New System.Windows.Forms.TextBox()
  44. Me.當月婚假天數_lb = New System.Windows.Forms.Label()
  45. Me.當月婚假天數_tb = New System.Windows.Forms.TextBox()
  46. Me.當月喪假天數_lb = New System.Windows.Forms.Label()
  47. Me.當月喪假天數_tb = New System.Windows.Forms.TextBox()
  48. Me.當月育嬰假天數_lb = New System.Windows.Forms.Label()
  49. Me.年度漏打卡次數_tb = New System.Windows.Forms.TextBox()
  50. Me.年度漏打卡次數_lb = New System.Windows.Forms.Label()
  51. Me.年度喪假天數_tb = New System.Windows.Forms.TextBox()
  52. Me.年度育嬰假天數_lb = New System.Windows.Forms.Label()
  53. Me.年度婚假天數_tb = New System.Windows.Forms.TextBox()
  54. Me.年度喪假天數_lb = New System.Windows.Forms.Label()
  55. Me.年度病假天數_tb = New System.Windows.Forms.TextBox()
  56. Me.年度婚假天數_lb = New System.Windows.Forms.Label()
  57. Me.年度事假天數_tb = New System.Windows.Forms.TextBox()
  58. Me.年度病假天數_lb = New System.Windows.Forms.Label()
  59. Me.年度育嬰假天數_tb = New System.Windows.Forms.TextBox()
  60. Me.年度事假天數_lb = New System.Windows.Forms.Label()
  61. Me.當月特休天數_tb = New System.Windows.Forms.TextBox()
  62. Me.當月特休天數_lb = New System.Windows.Forms.Label()
  63. Me.年度特休天數_tb = New System.Windows.Forms.TextBox()
  64. Me.年度特休天數_lb = New System.Windows.Forms.Label()
  65. Me.入職日期_dtp = New System.Windows.Forms.DateTimePicker()
  66. Me.入職日期_lb = New System.Windows.Forms.Label()
  67. Me.在職天數_tb = New System.Windows.Forms.TextBox()
  68. Me.在職天數_lb = New System.Windows.Forms.Label()
  69. Me.當月漏打卡次數_lb = New System.Windows.Forms.Label()
  70. Me.日期1_dgv = New System.Windows.Forms.DataGridView()
  71. Me.重新讀取_bt = New System.Windows.Forms.Button()
  72. CType(Me.員工_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  73. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  74. CType(Me.日期1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  75. Me.SuspendLayout()
  76. '
  77. '人事資料表清單_lb
  78. '
  79. Me.人事資料表清單_lb.AutoSize = True
  80. Me.人事資料表清單_lb.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  81. Me.人事資料表清單_lb.Location = New System.Drawing.Point(-3, 69)
  82. Me.人事資料表清單_lb.Name = "人事資料表清單_lb"
  83. Me.人事資料表清單_lb.Size = New System.Drawing.Size(181, 30)
  84. Me.人事資料表清單_lb.TabIndex = 27
  85. Me.人事資料表清單_lb.Text = "人事資料表清單"
  86. '
  87. '員工_dgv
  88. '
  89. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  90. Me.員工_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  91. Me.員工_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  92. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  93. Me.員工_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  94. Me.員工_dgv.BackgroundColor = System.Drawing.Color.White
  95. Me.員工_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  96. Me.員工_dgv.Location = New System.Drawing.Point(3, 102)
  97. Me.員工_dgv.Name = "員工_dgv"
  98. Me.員工_dgv.RowHeadersWidth = 5
  99. Me.員工_dgv.RowTemplate.Height = 24
  100. Me.員工_dgv.Size = New System.Drawing.Size(156, 575)
  101. Me.員工_dgv.TabIndex = 26
  102. '
  103. '明細_dgv
  104. '
  105. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  106. Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  107. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  108. Or System.Windows.Forms.AnchorStyles.Left) _
  109. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  110. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  111. Me.明細_dgv.BackgroundColor = System.Drawing.Color.White
  112. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  113. Me.明細_dgv.Location = New System.Drawing.Point(158, 102)
  114. Me.明細_dgv.Name = "明細_dgv"
  115. Me.明細_dgv.RowHeadersWidth = 5
  116. Me.明細_dgv.RowTemplate.Height = 24
  117. Me.明細_dgv.Size = New System.Drawing.Size(1188, 575)
  118. Me.明細_dgv.TabIndex = 28
  119. '
  120. '月份_cb
  121. '
  122. Me.月份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  123. Me.月份_cb.FormattingEnabled = True
  124. Me.月份_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  125. Me.月份_cb.Location = New System.Drawing.Point(242, 27)
  126. Me.月份_cb.Name = "月份_cb"
  127. Me.月份_cb.Size = New System.Drawing.Size(90, 24)
  128. Me.月份_cb.TabIndex = 642
  129. '
  130. '年份_cb
  131. '
  132. Me.年份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  133. Me.年份_cb.FormattingEnabled = True
  134. Me.年份_cb.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  135. Me.年份_cb.Location = New System.Drawing.Point(242, 2)
  136. Me.年份_cb.Name = "年份_cb"
  137. Me.年份_cb.Size = New System.Drawing.Size(90, 24)
  138. Me.年份_cb.TabIndex = 641
  139. '
  140. '月份_lb
  141. '
  142. Me.月份_lb.AutoSize = True
  143. Me.月份_lb.Location = New System.Drawing.Point(185, 32)
  144. Me.月份_lb.Name = "月份_lb"
  145. Me.月份_lb.Size = New System.Drawing.Size(32, 16)
  146. Me.月份_lb.TabIndex = 640
  147. Me.月份_lb.Text = "月份"
  148. '
  149. '年份_lb
  150. '
  151. Me.年份_lb.AutoSize = True
  152. Me.年份_lb.Location = New System.Drawing.Point(185, 7)
  153. Me.年份_lb.Name = "年份_lb"
  154. Me.年份_lb.Size = New System.Drawing.Size(32, 16)
  155. Me.年份_lb.TabIndex = 639
  156. Me.年份_lb.Text = "年份"
  157. '
  158. '當月上午上班總工時_lb
  159. '
  160. Me.當月上午上班總工時_lb.AutoSize = True
  161. Me.當月上午上班總工時_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  162. Me.當月上午上班總工時_lb.Location = New System.Drawing.Point(334, 5)
  163. Me.當月上午上班總工時_lb.Name = "當月上午上班總工時_lb"
  164. Me.當月上午上班總工時_lb.Size = New System.Drawing.Size(116, 16)
  165. Me.當月上午上班總工時_lb.TabIndex = 643
  166. Me.當月上午上班總工時_lb.Text = "當月上午上班總工時"
  167. '
  168. '當月上午上班總工時_tb
  169. '
  170. Me.當月上午上班總工時_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  171. Me.當月上午上班總工時_tb.Location = New System.Drawing.Point(450, 2)
  172. Me.當月上午上班總工時_tb.Name = "當月上午上班總工時_tb"
  173. Me.當月上午上班總工時_tb.Size = New System.Drawing.Size(60, 23)
  174. Me.當月上午上班總工時_tb.TabIndex = 644
  175. Me.當月上午上班總工時_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  176. '
  177. '當月下午上班總工時_tb
  178. '
  179. Me.當月下午上班總工時_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  180. Me.當月下午上班總工時_tb.Location = New System.Drawing.Point(450, 27)
  181. Me.當月下午上班總工時_tb.Name = "當月下午上班總工時_tb"
  182. Me.當月下午上班總工時_tb.Size = New System.Drawing.Size(60, 23)
  183. Me.當月下午上班總工時_tb.TabIndex = 646
  184. Me.當月下午上班總工時_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  185. '
  186. '當月下午上班總工時_lb
  187. '
  188. Me.當月下午上班總工時_lb.AutoSize = True
  189. Me.當月下午上班總工時_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  190. Me.當月下午上班總工時_lb.Location = New System.Drawing.Point(334, 30)
  191. Me.當月下午上班總工時_lb.Name = "當月下午上班總工時_lb"
  192. Me.當月下午上班總工時_lb.Size = New System.Drawing.Size(116, 16)
  193. Me.當月下午上班總工時_lb.TabIndex = 645
  194. Me.當月下午上班總工時_lb.Text = "當月下午上班總工時"
  195. '
  196. '當月上班總工時_tb
  197. '
  198. Me.當月上班總工時_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  199. Me.當月上班總工時_tb.Location = New System.Drawing.Point(450, 51)
  200. Me.當月上班總工時_tb.Name = "當月上班總工時_tb"
  201. Me.當月上班總工時_tb.Size = New System.Drawing.Size(60, 23)
  202. Me.當月上班總工時_tb.TabIndex = 648
  203. Me.當月上班總工時_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  204. '
  205. '當月上班總工時_lb
  206. '
  207. Me.當月上班總工時_lb.AutoSize = True
  208. Me.當月上班總工時_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  209. Me.當月上班總工時_lb.Location = New System.Drawing.Point(334, 54)
  210. Me.當月上班總工時_lb.Name = "當月上班總工時_lb"
  211. Me.當月上班總工時_lb.Size = New System.Drawing.Size(92, 16)
  212. Me.當月上班總工時_lb.TabIndex = 647
  213. Me.當月上班總工時_lb.Text = "當月上班總工時"
  214. '
  215. '當月漏打卡次數_tb
  216. '
  217. Me.當月漏打卡次數_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  218. Me.當月漏打卡次數_tb.Location = New System.Drawing.Point(450, 75)
  219. Me.當月漏打卡次數_tb.Name = "當月漏打卡次數_tb"
  220. Me.當月漏打卡次數_tb.Size = New System.Drawing.Size(60, 23)
  221. Me.當月漏打卡次數_tb.TabIndex = 650
  222. Me.當月漏打卡次數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  223. '
  224. '當月育嬰假天數_tb
  225. '
  226. Me.當月育嬰假天數_tb.ForeColor = System.Drawing.Color.Red
  227. Me.當月育嬰假天數_tb.Location = New System.Drawing.Point(603, 2)
  228. Me.當月育嬰假天數_tb.Name = "當月育嬰假天數_tb"
  229. Me.當月育嬰假天數_tb.Size = New System.Drawing.Size(60, 23)
  230. Me.當月育嬰假天數_tb.TabIndex = 652
  231. Me.當月育嬰假天數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  232. '
  233. '當月事假天數_lb
  234. '
  235. Me.當月事假天數_lb.AutoSize = True
  236. Me.當月事假天數_lb.ForeColor = System.Drawing.Color.Red
  237. Me.當月事假天數_lb.Location = New System.Drawing.Point(512, 28)
  238. Me.當月事假天數_lb.Name = "當月事假天數_lb"
  239. Me.當月事假天數_lb.Size = New System.Drawing.Size(80, 16)
  240. Me.當月事假天數_lb.TabIndex = 651
  241. Me.當月事假天數_lb.Text = "當月事假天數"
  242. '
  243. '當月事假天數_tb
  244. '
  245. Me.當月事假天數_tb.ForeColor = System.Drawing.Color.Red
  246. Me.當月事假天數_tb.Location = New System.Drawing.Point(603, 26)
  247. Me.當月事假天數_tb.Name = "當月事假天數_tb"
  248. Me.當月事假天數_tb.Size = New System.Drawing.Size(60, 23)
  249. Me.當月事假天數_tb.TabIndex = 654
  250. Me.當月事假天數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  251. '
  252. '當月病假天數_lb
  253. '
  254. Me.當月病假天數_lb.AutoSize = True
  255. Me.當月病假天數_lb.ForeColor = System.Drawing.Color.Red
  256. Me.當月病假天數_lb.Location = New System.Drawing.Point(512, 54)
  257. Me.當月病假天數_lb.Name = "當月病假天數_lb"
  258. Me.當月病假天數_lb.Size = New System.Drawing.Size(80, 16)
  259. Me.當月病假天數_lb.TabIndex = 653
  260. Me.當月病假天數_lb.Text = "當月病假天數"
  261. '
  262. '當月病假天數_tb
  263. '
  264. Me.當月病假天數_tb.ForeColor = System.Drawing.Color.Red
  265. Me.當月病假天數_tb.Location = New System.Drawing.Point(603, 51)
  266. Me.當月病假天數_tb.Name = "當月病假天數_tb"
  267. Me.當月病假天數_tb.Size = New System.Drawing.Size(60, 23)
  268. Me.當月病假天數_tb.TabIndex = 656
  269. Me.當月病假天數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  270. '
  271. '當月婚假天數_lb
  272. '
  273. Me.當月婚假天數_lb.AutoSize = True
  274. Me.當月婚假天數_lb.ForeColor = System.Drawing.Color.Red
  275. Me.當月婚假天數_lb.Location = New System.Drawing.Point(512, 77)
  276. Me.當月婚假天數_lb.Name = "當月婚假天數_lb"
  277. Me.當月婚假天數_lb.Size = New System.Drawing.Size(80, 16)
  278. Me.當月婚假天數_lb.TabIndex = 655
  279. Me.當月婚假天數_lb.Text = "當月婚假天數"
  280. '
  281. '當月婚假天數_tb
  282. '
  283. Me.當月婚假天數_tb.ForeColor = System.Drawing.Color.Red
  284. Me.當月婚假天數_tb.Location = New System.Drawing.Point(603, 75)
  285. Me.當月婚假天數_tb.Name = "當月婚假天數_tb"
  286. Me.當月婚假天數_tb.Size = New System.Drawing.Size(60, 23)
  287. Me.當月婚假天數_tb.TabIndex = 658
  288. Me.當月婚假天數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  289. '
  290. '當月喪假天數_lb
  291. '
  292. Me.當月喪假天數_lb.AutoSize = True
  293. Me.當月喪假天數_lb.ForeColor = System.Drawing.Color.Red
  294. Me.當月喪假天數_lb.Location = New System.Drawing.Point(665, 28)
  295. Me.當月喪假天數_lb.Name = "當月喪假天數_lb"
  296. Me.當月喪假天數_lb.Size = New System.Drawing.Size(80, 16)
  297. Me.當月喪假天數_lb.TabIndex = 657
  298. Me.當月喪假天數_lb.Text = "當月喪假天數"
  299. '
  300. '當月喪假天數_tb
  301. '
  302. Me.當月喪假天數_tb.ForeColor = System.Drawing.Color.Red
  303. Me.當月喪假天數_tb.Location = New System.Drawing.Point(744, 25)
  304. Me.當月喪假天數_tb.Name = "當月喪假天數_tb"
  305. Me.當月喪假天數_tb.Size = New System.Drawing.Size(60, 23)
  306. Me.當月喪假天數_tb.TabIndex = 660
  307. Me.當月喪假天數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  308. '
  309. '當月育嬰假天數_lb
  310. '
  311. Me.當月育嬰假天數_lb.AutoSize = True
  312. Me.當月育嬰假天數_lb.ForeColor = System.Drawing.Color.Red
  313. Me.當月育嬰假天數_lb.Location = New System.Drawing.Point(512, 5)
  314. Me.當月育嬰假天數_lb.Name = "當月育嬰假天數_lb"
  315. Me.當月育嬰假天數_lb.Size = New System.Drawing.Size(92, 16)
  316. Me.當月育嬰假天數_lb.TabIndex = 659
  317. Me.當月育嬰假天數_lb.Text = "當月育嬰假天數"
  318. '
  319. '年度漏打卡次數_tb
  320. '
  321. Me.年度漏打卡次數_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  322. Me.年度漏打卡次數_tb.Location = New System.Drawing.Point(1052, 75)
  323. Me.年度漏打卡次數_tb.Name = "年度漏打卡次數_tb"
  324. Me.年度漏打卡次數_tb.Size = New System.Drawing.Size(60, 23)
  325. Me.年度漏打卡次數_tb.TabIndex = 662
  326. Me.年度漏打卡次數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  327. '
  328. '年度漏打卡次數_lb
  329. '
  330. Me.年度漏打卡次數_lb.AutoSize = True
  331. Me.年度漏打卡次數_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  332. Me.年度漏打卡次數_lb.Location = New System.Drawing.Point(960, 78)
  333. Me.年度漏打卡次數_lb.Name = "年度漏打卡次數_lb"
  334. Me.年度漏打卡次數_lb.Size = New System.Drawing.Size(92, 16)
  335. Me.年度漏打卡次數_lb.TabIndex = 661
  336. Me.年度漏打卡次數_lb.Text = "年度漏打卡次數"
  337. '
  338. '年度喪假天數_tb
  339. '
  340. Me.年度喪假天數_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  341. Me.年度喪假天數_tb.Location = New System.Drawing.Point(1052, 27)
  342. Me.年度喪假天數_tb.Name = "年度喪假天數_tb"
  343. Me.年度喪假天數_tb.Size = New System.Drawing.Size(60, 23)
  344. Me.年度喪假天數_tb.TabIndex = 672
  345. Me.年度喪假天數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  346. '
  347. '年度育嬰假天數_lb
  348. '
  349. Me.年度育嬰假天數_lb.AutoSize = True
  350. Me.年度育嬰假天數_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  351. Me.年度育嬰假天數_lb.Location = New System.Drawing.Point(806, 5)
  352. Me.年度育嬰假天數_lb.Name = "年度育嬰假天數_lb"
  353. Me.年度育嬰假天數_lb.Size = New System.Drawing.Size(92, 16)
  354. Me.年度育嬰假天數_lb.TabIndex = 671
  355. Me.年度育嬰假天數_lb.Text = "年度育嬰假天數"
  356. '
  357. '年度婚假天數_tb
  358. '
  359. Me.年度婚假天數_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  360. Me.年度婚假天數_tb.Location = New System.Drawing.Point(897, 75)
  361. Me.年度婚假天數_tb.Name = "年度婚假天數_tb"
  362. Me.年度婚假天數_tb.Size = New System.Drawing.Size(60, 23)
  363. Me.年度婚假天數_tb.TabIndex = 670
  364. Me.年度婚假天數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  365. '
  366. '年度喪假天數_lb
  367. '
  368. Me.年度喪假天數_lb.AutoSize = True
  369. Me.年度喪假天數_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  370. Me.年度喪假天數_lb.Location = New System.Drawing.Point(960, 30)
  371. Me.年度喪假天數_lb.Name = "年度喪假天數_lb"
  372. Me.年度喪假天數_lb.Size = New System.Drawing.Size(80, 16)
  373. Me.年度喪假天數_lb.TabIndex = 669
  374. Me.年度喪假天數_lb.Text = "年度喪假天數"
  375. '
  376. '年度病假天數_tb
  377. '
  378. Me.年度病假天數_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  379. Me.年度病假天數_tb.Location = New System.Drawing.Point(897, 50)
  380. Me.年度病假天數_tb.Name = "年度病假天數_tb"
  381. Me.年度病假天數_tb.Size = New System.Drawing.Size(60, 23)
  382. Me.年度病假天數_tb.TabIndex = 668
  383. Me.年度病假天數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  384. '
  385. '年度婚假天數_lb
  386. '
  387. Me.年度婚假天數_lb.AutoSize = True
  388. Me.年度婚假天數_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  389. Me.年度婚假天數_lb.Location = New System.Drawing.Point(806, 78)
  390. Me.年度婚假天數_lb.Name = "年度婚假天數_lb"
  391. Me.年度婚假天數_lb.Size = New System.Drawing.Size(80, 16)
  392. Me.年度婚假天數_lb.TabIndex = 667
  393. Me.年度婚假天數_lb.Text = "年度婚假天數"
  394. '
  395. '年度事假天數_tb
  396. '
  397. Me.年度事假天數_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  398. Me.年度事假天數_tb.Location = New System.Drawing.Point(897, 26)
  399. Me.年度事假天數_tb.Name = "年度事假天數_tb"
  400. Me.年度事假天數_tb.Size = New System.Drawing.Size(60, 23)
  401. Me.年度事假天數_tb.TabIndex = 666
  402. Me.年度事假天數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  403. '
  404. '年度病假天數_lb
  405. '
  406. Me.年度病假天數_lb.AutoSize = True
  407. Me.年度病假天數_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  408. Me.年度病假天數_lb.Location = New System.Drawing.Point(806, 53)
  409. Me.年度病假天數_lb.Name = "年度病假天數_lb"
  410. Me.年度病假天數_lb.Size = New System.Drawing.Size(80, 16)
  411. Me.年度病假天數_lb.TabIndex = 665
  412. Me.年度病假天數_lb.Text = "年度病假天數"
  413. '
  414. '年度育嬰假天數_tb
  415. '
  416. Me.年度育嬰假天數_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  417. Me.年度育嬰假天數_tb.Location = New System.Drawing.Point(897, 2)
  418. Me.年度育嬰假天數_tb.Name = "年度育嬰假天數_tb"
  419. Me.年度育嬰假天數_tb.Size = New System.Drawing.Size(60, 23)
  420. Me.年度育嬰假天數_tb.TabIndex = 664
  421. Me.年度育嬰假天數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  422. '
  423. '年度事假天數_lb
  424. '
  425. Me.年度事假天數_lb.AutoSize = True
  426. Me.年度事假天數_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  427. Me.年度事假天數_lb.Location = New System.Drawing.Point(806, 29)
  428. Me.年度事假天數_lb.Name = "年度事假天數_lb"
  429. Me.年度事假天數_lb.Size = New System.Drawing.Size(80, 16)
  430. Me.年度事假天數_lb.TabIndex = 663
  431. Me.年度事假天數_lb.Text = "年度事假天數"
  432. '
  433. '當月特休天數_tb
  434. '
  435. Me.當月特休天數_tb.ForeColor = System.Drawing.Color.Red
  436. Me.當月特休天數_tb.Location = New System.Drawing.Point(744, 1)
  437. Me.當月特休天數_tb.Name = "當月特休天數_tb"
  438. Me.當月特休天數_tb.Size = New System.Drawing.Size(60, 23)
  439. Me.當月特休天數_tb.TabIndex = 674
  440. Me.當月特休天數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  441. '
  442. '當月特休天數_lb
  443. '
  444. Me.當月特休天數_lb.AutoSize = True
  445. Me.當月特休天數_lb.ForeColor = System.Drawing.Color.Red
  446. Me.當月特休天數_lb.Location = New System.Drawing.Point(665, 5)
  447. Me.當月特休天數_lb.Name = "當月特休天數_lb"
  448. Me.當月特休天數_lb.Size = New System.Drawing.Size(80, 16)
  449. Me.當月特休天數_lb.TabIndex = 673
  450. Me.當月特休天數_lb.Text = "當月特休天數"
  451. '
  452. '年度特休天數_tb
  453. '
  454. Me.年度特休天數_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  455. Me.年度特休天數_tb.Location = New System.Drawing.Point(1052, 2)
  456. Me.年度特休天數_tb.Name = "年度特休天數_tb"
  457. Me.年度特休天數_tb.Size = New System.Drawing.Size(60, 23)
  458. Me.年度特休天數_tb.TabIndex = 676
  459. Me.年度特休天數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  460. '
  461. '年度特休天數_lb
  462. '
  463. Me.年度特休天數_lb.AutoSize = True
  464. Me.年度特休天數_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  465. Me.年度特休天數_lb.Location = New System.Drawing.Point(960, 5)
  466. Me.年度特休天數_lb.Name = "年度特休天數_lb"
  467. Me.年度特休天數_lb.Size = New System.Drawing.Size(80, 16)
  468. Me.年度特休天數_lb.TabIndex = 675
  469. Me.年度特休天數_lb.Text = "年度特休天數"
  470. '
  471. '入職日期_dtp
  472. '
  473. Me.入職日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  474. Me.入職日期_dtp.Location = New System.Drawing.Point(242, 51)
  475. Me.入職日期_dtp.Name = "入職日期_dtp"
  476. Me.入職日期_dtp.Size = New System.Drawing.Size(90, 23)
  477. Me.入職日期_dtp.TabIndex = 678
  478. '
  479. '入職日期_lb
  480. '
  481. Me.入職日期_lb.AutoSize = True
  482. Me.入職日期_lb.Location = New System.Drawing.Point(185, 54)
  483. Me.入職日期_lb.Name = "入職日期_lb"
  484. Me.入職日期_lb.Size = New System.Drawing.Size(56, 16)
  485. Me.入職日期_lb.TabIndex = 677
  486. Me.入職日期_lb.Text = "入職日期"
  487. '
  488. '在職天數_tb
  489. '
  490. Me.在職天數_tb.Location = New System.Drawing.Point(242, 75)
  491. Me.在職天數_tb.Name = "在職天數_tb"
  492. Me.在職天數_tb.Size = New System.Drawing.Size(90, 23)
  493. Me.在職天數_tb.TabIndex = 680
  494. Me.在職天數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  495. '
  496. '在職天數_lb
  497. '
  498. Me.在職天數_lb.AutoSize = True
  499. Me.在職天數_lb.Location = New System.Drawing.Point(185, 78)
  500. Me.在職天數_lb.Name = "在職天數_lb"
  501. Me.在職天數_lb.Size = New System.Drawing.Size(56, 16)
  502. Me.在職天數_lb.TabIndex = 679
  503. Me.在職天數_lb.Text = "在職天數"
  504. '
  505. '當月漏打卡次數_lb
  506. '
  507. Me.當月漏打卡次數_lb.AutoSize = True
  508. Me.當月漏打卡次數_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  509. Me.當月漏打卡次數_lb.Location = New System.Drawing.Point(334, 78)
  510. Me.當月漏打卡次數_lb.Name = "當月漏打卡次數_lb"
  511. Me.當月漏打卡次數_lb.Size = New System.Drawing.Size(92, 16)
  512. Me.當月漏打卡次數_lb.TabIndex = 681
  513. Me.當月漏打卡次數_lb.Text = "當月漏打卡次數"
  514. '
  515. '日期1_dgv
  516. '
  517. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  518. Me.日期1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  519. Me.日期1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  520. Me.日期1_dgv.Location = New System.Drawing.Point(4, 3)
  521. Me.日期1_dgv.Name = "日期1_dgv"
  522. Me.日期1_dgv.RowHeadersWidth = 5
  523. Me.日期1_dgv.RowTemplate.Height = 24
  524. Me.日期1_dgv.Size = New System.Drawing.Size(175, 66)
  525. Me.日期1_dgv.TabIndex = 682
  526. '
  527. '重新讀取_bt
  528. '
  529. Me.重新讀取_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
  530. Me.重新讀取_bt.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  531. Me.重新讀取_bt.Location = New System.Drawing.Point(6, 4)
  532. Me.重新讀取_bt.Name = "重新讀取_bt"
  533. Me.重新讀取_bt.Size = New System.Drawing.Size(170, 62)
  534. Me.重新讀取_bt.TabIndex = 683
  535. Me.重新讀取_bt.Text = "重新讀取"
  536. Me.重新讀取_bt.UseVisualStyleBackColor = True
  537. '
  538. '人員考勤明細表
  539. '
  540. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  541. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  542. Me.ClientSize = New System.Drawing.Size(1349, 681)
  543. Me.Controls.Add(Me.重新讀取_bt)
  544. Me.Controls.Add(Me.日期1_dgv)
  545. Me.Controls.Add(Me.當月漏打卡次數_lb)
  546. Me.Controls.Add(Me.在職天數_tb)
  547. Me.Controls.Add(Me.在職天數_lb)
  548. Me.Controls.Add(Me.入職日期_dtp)
  549. Me.Controls.Add(Me.入職日期_lb)
  550. Me.Controls.Add(Me.年度特休天數_tb)
  551. Me.Controls.Add(Me.年度特休天數_lb)
  552. Me.Controls.Add(Me.當月特休天數_tb)
  553. Me.Controls.Add(Me.當月特休天數_lb)
  554. Me.Controls.Add(Me.年度喪假天數_tb)
  555. Me.Controls.Add(Me.年度育嬰假天數_lb)
  556. Me.Controls.Add(Me.年度婚假天數_tb)
  557. Me.Controls.Add(Me.年度喪假天數_lb)
  558. Me.Controls.Add(Me.年度病假天數_tb)
  559. Me.Controls.Add(Me.年度婚假天數_lb)
  560. Me.Controls.Add(Me.年度事假天數_tb)
  561. Me.Controls.Add(Me.年度病假天數_lb)
  562. Me.Controls.Add(Me.年度育嬰假天數_tb)
  563. Me.Controls.Add(Me.年度事假天數_lb)
  564. Me.Controls.Add(Me.年度漏打卡次數_tb)
  565. Me.Controls.Add(Me.年度漏打卡次數_lb)
  566. Me.Controls.Add(Me.當月喪假天數_tb)
  567. Me.Controls.Add(Me.當月育嬰假天數_lb)
  568. Me.Controls.Add(Me.當月婚假天數_tb)
  569. Me.Controls.Add(Me.當月喪假天數_lb)
  570. Me.Controls.Add(Me.當月病假天數_tb)
  571. Me.Controls.Add(Me.當月婚假天數_lb)
  572. Me.Controls.Add(Me.當月事假天數_tb)
  573. Me.Controls.Add(Me.當月病假天數_lb)
  574. Me.Controls.Add(Me.當月育嬰假天數_tb)
  575. Me.Controls.Add(Me.當月事假天數_lb)
  576. Me.Controls.Add(Me.當月漏打卡次數_tb)
  577. Me.Controls.Add(Me.當月上班總工時_tb)
  578. Me.Controls.Add(Me.當月上班總工時_lb)
  579. Me.Controls.Add(Me.當月下午上班總工時_tb)
  580. Me.Controls.Add(Me.當月下午上班總工時_lb)
  581. Me.Controls.Add(Me.當月上午上班總工時_tb)
  582. Me.Controls.Add(Me.當月上午上班總工時_lb)
  583. Me.Controls.Add(Me.月份_cb)
  584. Me.Controls.Add(Me.年份_cb)
  585. Me.Controls.Add(Me.月份_lb)
  586. Me.Controls.Add(Me.年份_lb)
  587. Me.Controls.Add(Me.人事資料表清單_lb)
  588. Me.Controls.Add(Me.員工_dgv)
  589. Me.Controls.Add(Me.明細_dgv)
  590. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  591. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  592. Me.Name = "人員考勤明細表"
  593. Me.Text = "人員考勤明細表"
  594. CType(Me.員工_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  595. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  596. CType(Me.日期1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  597. Me.ResumeLayout(False)
  598. Me.PerformLayout()
  599. End Sub
  600. Friend WithEvents 人事資料表清單_lb As Label
  601. Friend WithEvents 員工_dgv As DataGridView
  602. Friend WithEvents 明細_dgv As DataGridView
  603. Friend WithEvents 月份_cb As ComboBox
  604. Friend WithEvents 年份_cb As ComboBox
  605. Friend WithEvents 月份_lb As Label
  606. Friend WithEvents 年份_lb As Label
  607. Friend WithEvents 當月上午上班總工時_lb As Label
  608. Friend WithEvents 當月上午上班總工時_tb As TextBox
  609. Friend WithEvents 當月下午上班總工時_tb As TextBox
  610. Friend WithEvents 當月下午上班總工時_lb As Label
  611. Friend WithEvents 當月上班總工時_tb As TextBox
  612. Friend WithEvents 當月上班總工時_lb As Label
  613. Friend WithEvents 當月漏打卡次數_tb As TextBox
  614. Friend WithEvents 當月育嬰假天數_tb As TextBox
  615. Friend WithEvents 當月事假天數_lb As Label
  616. Friend WithEvents 當月事假天數_tb As TextBox
  617. Friend WithEvents 當月病假天數_lb As Label
  618. Friend WithEvents 當月病假天數_tb As TextBox
  619. Friend WithEvents 當月婚假天數_lb As Label
  620. Friend WithEvents 當月婚假天數_tb As TextBox
  621. Friend WithEvents 當月喪假天數_lb As Label
  622. Friend WithEvents 當月喪假天數_tb As TextBox
  623. Friend WithEvents 當月育嬰假天數_lb As Label
  624. Friend WithEvents 年度漏打卡次數_tb As TextBox
  625. Friend WithEvents 年度漏打卡次數_lb As Label
  626. Friend WithEvents 年度喪假天數_tb As TextBox
  627. Friend WithEvents 年度育嬰假天數_lb As Label
  628. Friend WithEvents 年度婚假天數_tb As TextBox
  629. Friend WithEvents 年度喪假天數_lb As Label
  630. Friend WithEvents 年度病假天數_tb As TextBox
  631. Friend WithEvents 年度婚假天數_lb As Label
  632. Friend WithEvents 年度事假天數_tb As TextBox
  633. Friend WithEvents 年度病假天數_lb As Label
  634. Friend WithEvents 年度育嬰假天數_tb As TextBox
  635. Friend WithEvents 年度事假天數_lb As Label
  636. Friend WithEvents 當月特休天數_tb As TextBox
  637. Friend WithEvents 當月特休天數_lb As Label
  638. Friend WithEvents 年度特休天數_tb As TextBox
  639. Friend WithEvents 年度特休天數_lb As Label
  640. Friend WithEvents 入職日期_dtp As DateTimePicker
  641. Friend WithEvents 入職日期_lb As Label
  642. Friend WithEvents 在職天數_tb As TextBox
  643. Friend WithEvents 在職天數_lb As Label
  644. Friend WithEvents 當月漏打卡次數_lb As Label
  645. Friend WithEvents 日期1_dgv As DataGridView
  646. Friend WithEvents 重新讀取_bt As Button
  647. End Class