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

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