Geen omschrijving
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 20KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  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.月清單_DGV = New System.Windows.Forms.DataGridView()
  24. Me.休假核准_bt = New System.Windows.Forms.Button()
  25. Me.事由_tb = New System.Windows.Forms.TextBox()
  26. Me.Label7 = New System.Windows.Forms.Label()
  27. Me.請假日期_tb = New System.Windows.Forms.TextBox()
  28. Me.Label6 = New System.Windows.Forms.Label()
  29. Me.員工編號_tb = New System.Windows.Forms.TextBox()
  30. Me.Label4 = New System.Windows.Forms.Label()
  31. Me.申請人_tb = New System.Windows.Forms.TextBox()
  32. Me.Label3 = New System.Windows.Forms.Label()
  33. Me.Label1 = New System.Windows.Forms.Label()
  34. Me.請假類別_cb = New System.Windows.Forms.ComboBox()
  35. Me.月份_cb = New System.Windows.Forms.ComboBox()
  36. Me.年份_cb = New System.Windows.Forms.ComboBox()
  37. Me.Label16 = New System.Windows.Forms.Label()
  38. Me.Label17 = New System.Windows.Forms.Label()
  39. Me.人員_dgv = New System.Windows.Forms.DataGridView()
  40. Me.PictureBox2 = New System.Windows.Forms.PictureBox()
  41. Me.Panel1 = New System.Windows.Forms.Panel()
  42. Me.圖片流水號_tb = New System.Windows.Forms.TextBox()
  43. Me.資料指定圖庫_tb = New System.Windows.Forms.TextBox()
  44. Me.Label2 = New System.Windows.Forms.Label()
  45. Me.Label5 = New System.Windows.Forms.Label()
  46. Me.假期統計_dgv = New System.Windows.Forms.DataGridView()
  47. Me.Label8 = New System.Windows.Forms.Label()
  48. Me.休假未准_bt = New System.Windows.Forms.Button()
  49. Me.時數_tb = New System.Windows.Forms.TextBox()
  50. CType(Me.月清單_DGV, System.ComponentModel.ISupportInitialize).BeginInit()
  51. CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  52. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
  53. Me.Panel1.SuspendLayout()
  54. CType(Me.假期統計_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  55. Me.SuspendLayout()
  56. '
  57. '月清單_DGV
  58. '
  59. Me.月清單_DGV.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  60. Or System.Windows.Forms.AnchorStyles.Left) _
  61. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  62. Me.月清單_DGV.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  63. Me.月清單_DGV.BackgroundColor = System.Drawing.Color.White
  64. Me.月清單_DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  65. Me.月清單_DGV.Location = New System.Drawing.Point(2, 123)
  66. Me.月清單_DGV.Name = "月清單_DGV"
  67. Me.月清單_DGV.RowHeadersWidth = 5
  68. Me.月清單_DGV.RowTemplate.Height = 24
  69. Me.月清單_DGV.Size = New System.Drawing.Size(942, 532)
  70. Me.月清單_DGV.TabIndex = 784
  71. '
  72. '休假核准_bt
  73. '
  74. Me.休假核准_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  75. Me.休假核准_bt.ForeColor = System.Drawing.Color.Blue
  76. Me.休假核准_bt.Location = New System.Drawing.Point(2, 99)
  77. Me.休假核准_bt.Name = "休假核准_bt"
  78. Me.休假核准_bt.Size = New System.Drawing.Size(186, 23)
  79. Me.休假核准_bt.TabIndex = 783
  80. Me.休假核准_bt.Text = "休假核准"
  81. Me.休假核准_bt.UseVisualStyleBackColor = True
  82. '
  83. '事由_tb
  84. '
  85. Me.事由_tb.Location = New System.Drawing.Point(54, 54)
  86. Me.事由_tb.Multiline = True
  87. Me.事由_tb.Name = "事由_tb"
  88. Me.事由_tb.Size = New System.Drawing.Size(367, 44)
  89. Me.事由_tb.TabIndex = 782
  90. '
  91. 'Label7
  92. '
  93. Me.Label7.AutoSize = True
  94. Me.Label7.Location = New System.Drawing.Point(4, 57)
  95. Me.Label7.Name = "Label7"
  96. Me.Label7.Size = New System.Drawing.Size(43, 16)
  97. Me.Label7.TabIndex = 781
  98. Me.Label7.Text = "事 由"
  99. '
  100. '請假日期_tb
  101. '
  102. Me.請假日期_tb.Enabled = False
  103. Me.請假日期_tb.Location = New System.Drawing.Point(308, 3)
  104. Me.請假日期_tb.Name = "請假日期_tb"
  105. Me.請假日期_tb.Size = New System.Drawing.Size(113, 23)
  106. Me.請假日期_tb.TabIndex = 780
  107. '
  108. 'Label6
  109. '
  110. Me.Label6.AutoSize = True
  111. Me.Label6.Location = New System.Drawing.Point(246, 6)
  112. Me.Label6.Name = "Label6"
  113. Me.Label6.Size = New System.Drawing.Size(55, 16)
  114. Me.Label6.TabIndex = 779
  115. Me.Label6.Text = "請假日期"
  116. '
  117. '員工編號_tb
  118. '
  119. Me.員工編號_tb.Enabled = False
  120. Me.員工編號_tb.Location = New System.Drawing.Point(189, 29)
  121. Me.員工編號_tb.Name = "員工編號_tb"
  122. Me.員工編號_tb.Size = New System.Drawing.Size(51, 23)
  123. Me.員工編號_tb.TabIndex = 778
  124. '
  125. 'Label4
  126. '
  127. Me.Label4.AutoSize = True
  128. Me.Label4.Location = New System.Drawing.Point(127, 32)
  129. Me.Label4.Name = "Label4"
  130. Me.Label4.Size = New System.Drawing.Size(55, 16)
  131. Me.Label4.TabIndex = 777
  132. Me.Label4.Text = "員工編號"
  133. '
  134. '申請人_tb
  135. '
  136. Me.申請人_tb.Enabled = False
  137. Me.申請人_tb.Location = New System.Drawing.Point(54, 29)
  138. Me.申請人_tb.Name = "申請人_tb"
  139. Me.申請人_tb.Size = New System.Drawing.Size(71, 23)
  140. Me.申請人_tb.TabIndex = 776
  141. '
  142. 'Label3
  143. '
  144. Me.Label3.AutoSize = True
  145. Me.Label3.Location = New System.Drawing.Point(4, 32)
  146. Me.Label3.Name = "Label3"
  147. Me.Label3.Size = New System.Drawing.Size(43, 16)
  148. Me.Label3.TabIndex = 775
  149. Me.Label3.Text = "申請人"
  150. '
  151. 'Label1
  152. '
  153. Me.Label1.AutoSize = True
  154. Me.Label1.Location = New System.Drawing.Point(247, 31)
  155. Me.Label1.Name = "Label1"
  156. Me.Label1.Size = New System.Drawing.Size(55, 16)
  157. Me.Label1.TabIndex = 774
  158. Me.Label1.Text = "類 別"
  159. '
  160. '請假類別_cb
  161. '
  162. Me.請假類別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  163. Me.請假類別_cb.FormattingEnabled = True
  164. Me.請假類別_cb.Items.AddRange(New Object() {"特休", "病假", "婚嫁", "喪假", "事假"})
  165. Me.請假類別_cb.Location = New System.Drawing.Point(308, 28)
  166. Me.請假類別_cb.Name = "請假類別_cb"
  167. Me.請假類別_cb.Size = New System.Drawing.Size(113, 24)
  168. Me.請假類別_cb.TabIndex = 773
  169. '
  170. '月份_cb
  171. '
  172. Me.月份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  173. Me.月份_cb.FormattingEnabled = True
  174. Me.月份_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  175. Me.月份_cb.Location = New System.Drawing.Point(169, 3)
  176. Me.月份_cb.Name = "月份_cb"
  177. Me.月份_cb.Size = New System.Drawing.Size(71, 24)
  178. Me.月份_cb.TabIndex = 772
  179. '
  180. '年份_cb
  181. '
  182. Me.年份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  183. Me.年份_cb.FormattingEnabled = True
  184. Me.年份_cb.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  185. Me.年份_cb.Location = New System.Drawing.Point(54, 3)
  186. Me.年份_cb.Name = "年份_cb"
  187. Me.年份_cb.Size = New System.Drawing.Size(71, 24)
  188. Me.年份_cb.TabIndex = 771
  189. '
  190. 'Label16
  191. '
  192. Me.Label16.AutoSize = True
  193. Me.Label16.Location = New System.Drawing.Point(131, 6)
  194. Me.Label16.Name = "Label16"
  195. Me.Label16.Size = New System.Drawing.Size(31, 16)
  196. Me.Label16.TabIndex = 770
  197. Me.Label16.Text = "月份"
  198. '
  199. 'Label17
  200. '
  201. Me.Label17.AutoSize = True
  202. Me.Label17.Location = New System.Drawing.Point(5, 6)
  203. Me.Label17.Name = "Label17"
  204. Me.Label17.Size = New System.Drawing.Size(40, 16)
  205. Me.Label17.TabIndex = 769
  206. Me.Label17.Text = "年 份"
  207. '
  208. '人員_dgv
  209. '
  210. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  211. Me.人員_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  212. Me.人員_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  213. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  214. Me.人員_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  215. Me.人員_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  216. Me.人員_dgv.Location = New System.Drawing.Point(6, 32)
  217. Me.人員_dgv.Name = "人員_dgv"
  218. Me.人員_dgv.RowHeadersWidth = 5
  219. Me.人員_dgv.RowTemplate.Height = 24
  220. Me.人員_dgv.Size = New System.Drawing.Size(186, 96)
  221. Me.人員_dgv.TabIndex = 768
  222. Me.人員_dgv.Visible = False
  223. '
  224. 'PictureBox2
  225. '
  226. Me.PictureBox2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  227. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  228. Me.PictureBox2.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Picture
  229. Me.PictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  230. Me.PictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  231. Me.PictureBox2.Location = New System.Drawing.Point(823, 2)
  232. Me.PictureBox2.Name = "PictureBox2"
  233. Me.PictureBox2.Size = New System.Drawing.Size(121, 120)
  234. Me.PictureBox2.TabIndex = 1407
  235. Me.PictureBox2.TabStop = False
  236. '
  237. 'Panel1
  238. '
  239. Me.Panel1.Controls.Add(Me.圖片流水號_tb)
  240. Me.Panel1.Controls.Add(Me.資料指定圖庫_tb)
  241. Me.Panel1.Controls.Add(Me.人員_dgv)
  242. Me.Panel1.Location = New System.Drawing.Point(168, 174)
  243. Me.Panel1.Name = "Panel1"
  244. Me.Panel1.Size = New System.Drawing.Size(200, 100)
  245. Me.Panel1.TabIndex = 1408
  246. '
  247. '圖片流水號_tb
  248. '
  249. Me.圖片流水號_tb.Enabled = False
  250. Me.圖片流水號_tb.Location = New System.Drawing.Point(98, 3)
  251. Me.圖片流水號_tb.Name = "圖片流水號_tb"
  252. Me.圖片流水號_tb.Size = New System.Drawing.Size(94, 23)
  253. Me.圖片流水號_tb.TabIndex = 1646
  254. '
  255. '資料指定圖庫_tb
  256. '
  257. Me.資料指定圖庫_tb.Enabled = False
  258. Me.資料指定圖庫_tb.Location = New System.Drawing.Point(3, 3)
  259. Me.資料指定圖庫_tb.Name = "資料指定圖庫_tb"
  260. Me.資料指定圖庫_tb.Size = New System.Drawing.Size(94, 23)
  261. Me.資料指定圖庫_tb.TabIndex = 1645
  262. '
  263. 'Label2
  264. '
  265. Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  266. Me.Label2.AutoSize = True
  267. Me.Label2.Location = New System.Drawing.Point(11, 658)
  268. Me.Label2.Name = "Label2"
  269. Me.Label2.Size = New System.Drawing.Size(502, 96)
  270. Me.Label2.TabIndex = 1409
  271. Me.Label2.Text = "勞工喪假規定: " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "一、父母、養父母、繼父母、配偶喪亡者,給予喪假八日,工資照給。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "二、祖父母、子女、配偶之父母、配偶之養父母或繼父母喪亡者,給予喪假六日,工資" &
  272. "照給。 " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "三、曾祖父母、兄弟姊妹、配偶之祖父母喪亡者,給予喪假三日,工資照給。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "勞工病假規定 :" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "只要一年內未請超過30天病假,當天薪資就是折半發給。"
  273. '
  274. 'Label5
  275. '
  276. Me.Label5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  277. Me.Label5.AutoSize = True
  278. Me.Label5.Location = New System.Drawing.Point(534, 658)
  279. Me.Label5.Name = "Label5"
  280. Me.Label5.Size = New System.Drawing.Size(394, 96)
  281. Me.Label5.TabIndex = 1410
  282. Me.Label5.Text = "勞工婚假規定: " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "勞工結婚者給予婚假八日,工資照給。』 前開婚假應自結婚之日前十日起" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "三個月內請畢。 但經雇主同意者,得於一年內請畢,並自即日生效。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "勞工婚" &
  283. "假規定: " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "勞工因有事故必須親自處理者,得請事假,一年內合計不得超過十四日。 " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "事假期間不給工資。"
  284. '
  285. '假期統計_dgv
  286. '
  287. Me.假期統計_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  288. Me.假期統計_dgv.BackgroundColor = System.Drawing.Color.White
  289. Me.假期統計_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  290. Me.假期統計_dgv.Location = New System.Drawing.Point(423, 2)
  291. Me.假期統計_dgv.Name = "假期統計_dgv"
  292. Me.假期統計_dgv.RowHeadersWidth = 5
  293. Me.假期統計_dgv.RowTemplate.Height = 24
  294. Me.假期統計_dgv.Size = New System.Drawing.Size(126, 120)
  295. Me.假期統計_dgv.TabIndex = 1411
  296. '
  297. 'Label8
  298. '
  299. Me.Label8.AutoSize = True
  300. Me.Label8.Location = New System.Drawing.Point(552, 2)
  301. Me.Label8.Name = "Label8"
  302. Me.Label8.Size = New System.Drawing.Size(276, 112)
  303. Me.Label8.TabIndex = 1412
  304. Me.Label8.Text = "勞工特休規定: " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "① 6 個月以上 1 年未滿者,3 日。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "② 1 年以上 2 年未滿者,7 日。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "③ 2 年以上 3 年未滿者,10 日。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "④ 3 年以" &
  305. "上 5 年未滿者,每年 14 日。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "⑤ 5 年以上 10 年未滿者,每年 15 日。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "⑥ 10 年以上者,每年加給 1 日,加至 30 日為止。"
  306. '
  307. '休假未准_bt
  308. '
  309. Me.休假未准_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  310. Me.休假未准_bt.ForeColor = System.Drawing.Color.Red
  311. Me.休假未准_bt.Location = New System.Drawing.Point(236, 99)
  312. Me.休假未准_bt.Name = "休假未准_bt"
  313. Me.休假未准_bt.Size = New System.Drawing.Size(186, 23)
  314. Me.休假未准_bt.TabIndex = 1413
  315. Me.休假未准_bt.Text = "休假未准"
  316. Me.休假未准_bt.UseVisualStyleBackColor = True
  317. '
  318. '時數_tb
  319. '
  320. Me.時數_tb.Enabled = False
  321. Me.時數_tb.Location = New System.Drawing.Point(131, 160)
  322. Me.時數_tb.Name = "時數_tb"
  323. Me.時數_tb.Size = New System.Drawing.Size(51, 23)
  324. Me.時數_tb.TabIndex = 1414
  325. '
  326. '休假核准
  327. '
  328. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  329. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  330. Me.ClientSize = New System.Drawing.Size(946, 756)
  331. Me.Controls.Add(Me.休假未准_bt)
  332. Me.Controls.Add(Me.假期統計_dgv)
  333. Me.Controls.Add(Me.Label5)
  334. Me.Controls.Add(Me.Label2)
  335. Me.Controls.Add(Me.PictureBox2)
  336. Me.Controls.Add(Me.休假核准_bt)
  337. Me.Controls.Add(Me.事由_tb)
  338. Me.Controls.Add(Me.Label7)
  339. Me.Controls.Add(Me.請假日期_tb)
  340. Me.Controls.Add(Me.Label6)
  341. Me.Controls.Add(Me.員工編號_tb)
  342. Me.Controls.Add(Me.Label4)
  343. Me.Controls.Add(Me.申請人_tb)
  344. Me.Controls.Add(Me.Label3)
  345. Me.Controls.Add(Me.Label1)
  346. Me.Controls.Add(Me.請假類別_cb)
  347. Me.Controls.Add(Me.月份_cb)
  348. Me.Controls.Add(Me.年份_cb)
  349. Me.Controls.Add(Me.Label16)
  350. Me.Controls.Add(Me.Label17)
  351. Me.Controls.Add(Me.月清單_DGV)
  352. Me.Controls.Add(Me.Panel1)
  353. Me.Controls.Add(Me.Label8)
  354. Me.Controls.Add(Me.時數_tb)
  355. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  356. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  357. Me.Name = "休假核准"
  358. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  359. Me.Text = "休假核准"
  360. CType(Me.月清單_DGV, System.ComponentModel.ISupportInitialize).EndInit()
  361. CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  362. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
  363. Me.Panel1.ResumeLayout(False)
  364. Me.Panel1.PerformLayout()
  365. CType(Me.假期統計_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  366. Me.ResumeLayout(False)
  367. Me.PerformLayout()
  368. End Sub
  369. Friend WithEvents 月清單_DGV As DataGridView
  370. Friend WithEvents 休假核准_bt As Button
  371. Friend WithEvents 事由_tb As TextBox
  372. Friend WithEvents Label7 As Label
  373. Friend WithEvents 請假日期_tb As TextBox
  374. Friend WithEvents Label6 As Label
  375. Friend WithEvents 員工編號_tb As TextBox
  376. Friend WithEvents Label4 As Label
  377. Friend WithEvents 申請人_tb As TextBox
  378. Friend WithEvents Label3 As Label
  379. Friend WithEvents Label1 As Label
  380. Friend WithEvents 請假類別_cb As ComboBox
  381. Friend WithEvents 月份_cb As ComboBox
  382. Friend WithEvents 年份_cb As ComboBox
  383. Friend WithEvents Label16 As Label
  384. Friend WithEvents Label17 As Label
  385. Friend WithEvents 人員_dgv As DataGridView
  386. Friend WithEvents PictureBox2 As PictureBox
  387. Friend WithEvents Panel1 As Panel
  388. Friend WithEvents 圖片流水號_tb As TextBox
  389. Friend WithEvents 資料指定圖庫_tb As TextBox
  390. Friend WithEvents Label2 As Label
  391. Friend WithEvents Label5 As Label
  392. Friend WithEvents 假期統計_dgv As DataGridView
  393. Friend WithEvents Label8 As Label
  394. Friend WithEvents 休假未准_bt As Button
  395. Friend WithEvents 時數_tb As TextBox
  396. End Class