暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

考勤打卡資料補登.Designer.vb 28KB

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