Няма описание
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 28KB

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