Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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

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