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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649
  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. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Me.月清單_DGV = New System.Windows.Forms.DataGridView()
  30. Me.申請_bt = New System.Windows.Forms.Button()
  31. Me.事由_tb = New System.Windows.Forms.TextBox()
  32. Me.Label7 = New System.Windows.Forms.Label()
  33. Me.特假日期_tb = New System.Windows.Forms.TextBox()
  34. Me.Label6 = New System.Windows.Forms.Label()
  35. Me.員工編號_tb = New System.Windows.Forms.TextBox()
  36. Me.Label4 = New System.Windows.Forms.Label()
  37. Me.申請人_tb = New System.Windows.Forms.TextBox()
  38. Me.Label3 = New System.Windows.Forms.Label()
  39. Me.Label1 = New System.Windows.Forms.Label()
  40. Me.請假類別_cb = New System.Windows.Forms.ComboBox()
  41. Me.月份_cb = New System.Windows.Forms.ComboBox()
  42. Me.年份_cb = New System.Windows.Forms.ComboBox()
  43. Me.Label16 = New System.Windows.Forms.Label()
  44. Me.Label17 = New System.Windows.Forms.Label()
  45. Me.人員_dgv = New System.Windows.Forms.DataGridView()
  46. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  47. Me.刪除_bt = New System.Windows.Forms.Button()
  48. Me.圖片導入系統_bt = New System.Windows.Forms.Button()
  49. Me.Panel1 = New System.Windows.Forms.Panel()
  50. Me.假期統計_dgv = New System.Windows.Forms.DataGridView()
  51. Me.Label5 = New System.Windows.Forms.Label()
  52. Me.請休假時數_cb = New System.Windows.Forms.ComboBox()
  53. Me.視窗2_pl = New System.Windows.Forms.Panel()
  54. Me.Panel3 = New System.Windows.Forms.Panel()
  55. Me.確定導入_bt = New System.Windows.Forms.Button()
  56. Me.Panel4 = New System.Windows.Forms.Panel()
  57. Me.WebBrowser2 = New System.Windows.Forms.WebBrowser()
  58. Me.讀取料夾路徑_bt = New System.Windows.Forms.Button()
  59. Me.檔案名稱_tb = New System.Windows.Forms.TextBox()
  60. Me.Label2 = New System.Windows.Forms.Label()
  61. Me.CanceL2_bt = New System.Windows.Forms.Button()
  62. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  63. Me.Panel2 = New System.Windows.Forms.Panel()
  64. Me.圖片流水號_tb = New System.Windows.Forms.TextBox()
  65. Me.檔案路徑1_tb = New System.Windows.Forms.TextBox()
  66. Me.資料指定圖庫_tb = New System.Windows.Forms.TextBox()
  67. Me.檔案路徑2_tb = New System.Windows.Forms.TextBox()
  68. Me.預設圖片庫_tb = New System.Windows.Forms.TextBox()
  69. CType(Me.月清單_DGV, System.ComponentModel.ISupportInitialize).BeginInit()
  70. CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  71. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  72. Me.Panel1.SuspendLayout()
  73. CType(Me.假期統計_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  74. Me.視窗2_pl.SuspendLayout()
  75. Me.Panel3.SuspendLayout()
  76. Me.Panel4.SuspendLayout()
  77. Me.Panel2.SuspendLayout()
  78. Me.SuspendLayout()
  79. '
  80. '月清單_DGV
  81. '
  82. Me.月清單_DGV.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  83. Or System.Windows.Forms.AnchorStyles.Left) _
  84. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  85. Me.月清單_DGV.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  86. Me.月清單_DGV.BackgroundColor = System.Drawing.Color.White
  87. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  88. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control
  89. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  90. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
  91. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  92. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  93. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  94. Me.月清單_DGV.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
  95. Me.月清單_DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  96. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  97. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
  98. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  99. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
  100. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  101. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  102. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  103. Me.月清單_DGV.DefaultCellStyle = DataGridViewCellStyle2
  104. Me.月清單_DGV.Location = New System.Drawing.Point(189, 98)
  105. Me.月清單_DGV.Name = "月清單_DGV"
  106. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  107. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control
  108. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  109. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
  110. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  111. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  112. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  113. Me.月清單_DGV.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
  114. Me.月清單_DGV.RowHeadersWidth = 5
  115. Me.月清單_DGV.RowTemplate.Height = 24
  116. Me.月清單_DGV.Size = New System.Drawing.Size(612, 500)
  117. Me.月清單_DGV.TabIndex = 801
  118. '
  119. '申請_bt
  120. '
  121. Me.申請_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.SAVER
  122. Me.申請_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  123. Me.申請_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  124. Me.申請_bt.Location = New System.Drawing.Point(804, 4)
  125. Me.申請_bt.Name = "申請_bt"
  126. Me.申請_bt.Size = New System.Drawing.Size(46, 46)
  127. Me.申請_bt.TabIndex = 800
  128. Me.申請_bt.UseVisualStyleBackColor = True
  129. '
  130. '事由_tb
  131. '
  132. Me.事由_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  133. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  134. Me.事由_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  135. Me.事由_tb.Location = New System.Drawing.Point(247, 52)
  136. Me.事由_tb.Multiline = True
  137. Me.事由_tb.Name = "事由_tb"
  138. Me.事由_tb.Size = New System.Drawing.Size(554, 44)
  139. Me.事由_tb.TabIndex = 799
  140. '
  141. 'Label7
  142. '
  143. Me.Label7.AutoSize = True
  144. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  145. Me.Label7.Location = New System.Drawing.Point(204, 55)
  146. Me.Label7.Name = "Label7"
  147. Me.Label7.Size = New System.Drawing.Size(43, 16)
  148. Me.Label7.TabIndex = 798
  149. Me.Label7.Text = "事 由"
  150. '
  151. '特假日期_tb
  152. '
  153. Me.特假日期_tb.Enabled = False
  154. Me.特假日期_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  155. Me.特假日期_tb.Location = New System.Drawing.Point(501, 3)
  156. Me.特假日期_tb.Name = "特假日期_tb"
  157. Me.特假日期_tb.Size = New System.Drawing.Size(113, 23)
  158. Me.特假日期_tb.TabIndex = 797
  159. '
  160. 'Label6
  161. '
  162. Me.Label6.AutoSize = True
  163. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  164. Me.Label6.Location = New System.Drawing.Point(439, 6)
  165. Me.Label6.Name = "Label6"
  166. Me.Label6.Size = New System.Drawing.Size(55, 16)
  167. Me.Label6.TabIndex = 796
  168. Me.Label6.Text = "休假日期"
  169. '
  170. '員工編號_tb
  171. '
  172. Me.員工編號_tb.Enabled = False
  173. Me.員工編號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  174. Me.員工編號_tb.Location = New System.Drawing.Point(501, 27)
  175. Me.員工編號_tb.Name = "員工編號_tb"
  176. Me.員工編號_tb.Size = New System.Drawing.Size(113, 23)
  177. Me.員工編號_tb.TabIndex = 795
  178. '
  179. 'Label4
  180. '
  181. Me.Label4.AutoSize = True
  182. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  183. Me.Label4.Location = New System.Drawing.Point(439, 31)
  184. Me.Label4.Name = "Label4"
  185. Me.Label4.Size = New System.Drawing.Size(55, 16)
  186. Me.Label4.TabIndex = 794
  187. Me.Label4.Text = "員工編號"
  188. '
  189. '申請人_tb
  190. '
  191. Me.申請人_tb.Enabled = False
  192. Me.申請人_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  193. Me.申請人_tb.Location = New System.Drawing.Point(247, 28)
  194. Me.申請人_tb.Name = "申請人_tb"
  195. Me.申請人_tb.Size = New System.Drawing.Size(71, 23)
  196. Me.申請人_tb.TabIndex = 793
  197. '
  198. 'Label3
  199. '
  200. Me.Label3.AutoSize = True
  201. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  202. Me.Label3.Location = New System.Drawing.Point(202, 31)
  203. Me.Label3.Name = "Label3"
  204. Me.Label3.Size = New System.Drawing.Size(43, 16)
  205. Me.Label3.TabIndex = 792
  206. Me.Label3.Text = "申請人"
  207. '
  208. 'Label1
  209. '
  210. Me.Label1.AutoSize = True
  211. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  212. Me.Label1.Location = New System.Drawing.Point(324, 31)
  213. Me.Label1.Name = "Label1"
  214. Me.Label1.Size = New System.Drawing.Size(31, 16)
  215. Me.Label1.TabIndex = 791
  216. Me.Label1.Text = "類別"
  217. '
  218. '請假類別_cb
  219. '
  220. Me.請假類別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  221. Me.請假類別_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  222. Me.請假類別_cb.FormattingEnabled = True
  223. Me.請假類別_cb.Items.AddRange(New Object() {"特休", "病假", "婚嫁", "喪假", "事假"})
  224. Me.請假類別_cb.Location = New System.Drawing.Point(362, 27)
  225. Me.請假類別_cb.Name = "請假類別_cb"
  226. Me.請假類別_cb.Size = New System.Drawing.Size(71, 24)
  227. Me.請假類別_cb.TabIndex = 790
  228. '
  229. '月份_cb
  230. '
  231. Me.月份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  232. Me.月份_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  233. Me.月份_cb.FormattingEnabled = True
  234. Me.月份_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  235. Me.月份_cb.Location = New System.Drawing.Point(362, 3)
  236. Me.月份_cb.Name = "月份_cb"
  237. Me.月份_cb.Size = New System.Drawing.Size(71, 24)
  238. Me.月份_cb.TabIndex = 789
  239. '
  240. '年份_cb
  241. '
  242. Me.年份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  243. Me.年份_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  244. Me.年份_cb.FormattingEnabled = True
  245. Me.年份_cb.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  246. Me.年份_cb.Location = New System.Drawing.Point(247, 3)
  247. Me.年份_cb.Name = "年份_cb"
  248. Me.年份_cb.Size = New System.Drawing.Size(71, 24)
  249. Me.年份_cb.TabIndex = 788
  250. '
  251. 'Label16
  252. '
  253. Me.Label16.AutoSize = True
  254. Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  255. Me.Label16.Location = New System.Drawing.Point(324, 6)
  256. Me.Label16.Name = "Label16"
  257. Me.Label16.Size = New System.Drawing.Size(31, 16)
  258. Me.Label16.TabIndex = 787
  259. Me.Label16.Text = "月份"
  260. '
  261. 'Label17
  262. '
  263. Me.Label17.AutoSize = True
  264. Me.Label17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  265. Me.Label17.Location = New System.Drawing.Point(203, 6)
  266. Me.Label17.Name = "Label17"
  267. Me.Label17.Size = New System.Drawing.Size(43, 16)
  268. Me.Label17.TabIndex = 786
  269. Me.Label17.Text = "年 份"
  270. '
  271. '人員_dgv
  272. '
  273. DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  274. Me.人員_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
  275. Me.人員_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  276. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  277. Me.人員_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  278. Me.人員_dgv.BackgroundColor = System.Drawing.Color.White
  279. DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  280. DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control
  281. DataGridViewCellStyle5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  282. DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText
  283. DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight
  284. DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  285. DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  286. Me.人員_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle5
  287. Me.人員_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  288. DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  289. DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window
  290. DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  291. DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText
  292. DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight
  293. DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  294. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  295. Me.人員_dgv.DefaultCellStyle = DataGridViewCellStyle6
  296. Me.人員_dgv.Location = New System.Drawing.Point(2, 3)
  297. Me.人員_dgv.Name = "人員_dgv"
  298. DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  299. DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control
  300. DataGridViewCellStyle7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  301. DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText
  302. DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight
  303. DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  304. DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  305. Me.人員_dgv.RowHeadersDefaultCellStyle = DataGridViewCellStyle7
  306. Me.人員_dgv.RowHeadersWidth = 5
  307. Me.人員_dgv.RowTemplate.Height = 24
  308. Me.人員_dgv.Size = New System.Drawing.Size(186, 475)
  309. Me.人員_dgv.TabIndex = 785
  310. '
  311. 'PictureBox1
  312. '
  313. Me.PictureBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  314. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  315. Me.PictureBox1.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Picture
  316. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  317. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  318. Me.PictureBox1.Location = New System.Drawing.Point(804, 53)
  319. Me.PictureBox1.Name = "PictureBox1"
  320. Me.PictureBox1.Size = New System.Drawing.Size(224, 545)
  321. Me.PictureBox1.TabIndex = 1406
  322. Me.PictureBox1.TabStop = False
  323. '
  324. '刪除_bt
  325. '
  326. Me.刪除_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.GarbageEmpty
  327. Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  328. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  329. Me.刪除_bt.Location = New System.Drawing.Point(856, 4)
  330. Me.刪除_bt.Name = "刪除_bt"
  331. Me.刪除_bt.Size = New System.Drawing.Size(46, 46)
  332. Me.刪除_bt.TabIndex = 1408
  333. Me.刪除_bt.UseVisualStyleBackColor = True
  334. '
  335. '圖片導入系統_bt
  336. '
  337. Me.圖片導入系統_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Add_Image
  338. Me.圖片導入系統_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  339. Me.圖片導入系統_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  340. Me.圖片導入系統_bt.Location = New System.Drawing.Point(907, 4)
  341. Me.圖片導入系統_bt.Name = "圖片導入系統_bt"
  342. Me.圖片導入系統_bt.Size = New System.Drawing.Size(120, 46)
  343. Me.圖片導入系統_bt.TabIndex = 1407
  344. Me.圖片導入系統_bt.UseVisualStyleBackColor = True
  345. '
  346. 'Panel1
  347. '
  348. Me.Panel1.Controls.Add(Me.假期統計_dgv)
  349. Me.Panel1.Controls.Add(Me.Label5)
  350. Me.Panel1.Controls.Add(Me.請休假時數_cb)
  351. Me.Panel1.Controls.Add(Me.刪除_bt)
  352. Me.Panel1.Controls.Add(Me.人員_dgv)
  353. Me.Panel1.Controls.Add(Me.圖片導入系統_bt)
  354. Me.Panel1.Controls.Add(Me.Label17)
  355. Me.Panel1.Controls.Add(Me.PictureBox1)
  356. Me.Panel1.Controls.Add(Me.Label16)
  357. Me.Panel1.Controls.Add(Me.年份_cb)
  358. Me.Panel1.Controls.Add(Me.申請_bt)
  359. Me.Panel1.Controls.Add(Me.月份_cb)
  360. Me.Panel1.Controls.Add(Me.事由_tb)
  361. Me.Panel1.Controls.Add(Me.請假類別_cb)
  362. Me.Panel1.Controls.Add(Me.Label7)
  363. Me.Panel1.Controls.Add(Me.Label1)
  364. Me.Panel1.Controls.Add(Me.特假日期_tb)
  365. Me.Panel1.Controls.Add(Me.Label3)
  366. Me.Panel1.Controls.Add(Me.Label6)
  367. Me.Panel1.Controls.Add(Me.申請人_tb)
  368. Me.Panel1.Controls.Add(Me.員工編號_tb)
  369. Me.Panel1.Controls.Add(Me.Label4)
  370. Me.Panel1.Controls.Add(Me.月清單_DGV)
  371. Me.Panel1.Controls.Add(Me.視窗2_pl)
  372. Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
  373. Me.Panel1.Location = New System.Drawing.Point(0, 0)
  374. Me.Panel1.Name = "Panel1"
  375. Me.Panel1.Size = New System.Drawing.Size(1030, 600)
  376. Me.Panel1.TabIndex = 1409
  377. '
  378. '假期統計_dgv
  379. '
  380. Me.假期統計_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  381. Me.假期統計_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  382. Me.假期統計_dgv.BackgroundColor = System.Drawing.Color.White
  383. Me.假期統計_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  384. Me.假期統計_dgv.Location = New System.Drawing.Point(2, 477)
  385. Me.假期統計_dgv.Name = "假期統計_dgv"
  386. Me.假期統計_dgv.RowHeadersWidth = 5
  387. Me.假期統計_dgv.RowTemplate.Height = 24
  388. Me.假期統計_dgv.Size = New System.Drawing.Size(186, 120)
  389. Me.假期統計_dgv.TabIndex = 1413
  390. '
  391. 'Label5
  392. '
  393. Me.Label5.AutoSize = True
  394. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  395. Me.Label5.Location = New System.Drawing.Point(619, 8)
  396. Me.Label5.Name = "Label5"
  397. Me.Label5.Size = New System.Drawing.Size(67, 16)
  398. Me.Label5.TabIndex = 1411
  399. Me.Label5.Text = "請休假時數"
  400. '
  401. '請休假時數_cb
  402. '
  403. Me.請休假時數_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  404. Me.請休假時數_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  405. Me.請休假時數_cb.FormattingEnabled = True
  406. Me.請休假時數_cb.Items.AddRange(New Object() {"", "1.0", "1.5", "2.0", "2.5", "3.0", "3.5", "4.0", "4.5", "5.0", "5.5", "6.0", "6.5", "7.0", "7.5", "8.0"})
  407. Me.請休假時數_cb.Location = New System.Drawing.Point(620, 26)
  408. Me.請休假時數_cb.Name = "請休假時數_cb"
  409. Me.請休假時數_cb.Size = New System.Drawing.Size(66, 24)
  410. Me.請休假時數_cb.TabIndex = 1410
  411. '
  412. '視窗2_pl
  413. '
  414. Me.視窗2_pl.BackColor = System.Drawing.Color.White
  415. Me.視窗2_pl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  416. Me.視窗2_pl.Controls.Add(Me.Panel3)
  417. Me.視窗2_pl.Controls.Add(Me.Label2)
  418. Me.視窗2_pl.Controls.Add(Me.CanceL2_bt)
  419. Me.視窗2_pl.Location = New System.Drawing.Point(301, 106)
  420. Me.視窗2_pl.Name = "視窗2_pl"
  421. Me.視窗2_pl.Size = New System.Drawing.Size(527, 479)
  422. Me.視窗2_pl.TabIndex = 1409
  423. '
  424. 'Panel3
  425. '
  426. Me.Panel3.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  427. Or System.Windows.Forms.AnchorStyles.Left) _
  428. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  429. Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  430. Me.Panel3.Controls.Add(Me.確定導入_bt)
  431. Me.Panel3.Controls.Add(Me.Panel4)
  432. Me.Panel3.Controls.Add(Me.讀取料夾路徑_bt)
  433. Me.Panel3.Controls.Add(Me.檔案名稱_tb)
  434. Me.Panel3.Location = New System.Drawing.Point(3, 28)
  435. Me.Panel3.Name = "Panel3"
  436. Me.Panel3.Size = New System.Drawing.Size(520, 447)
  437. Me.Panel3.TabIndex = 1367
  438. '
  439. '確定導入_bt
  440. '
  441. Me.確定導入_bt.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  442. Or System.Windows.Forms.AnchorStyles.Left) _
  443. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  444. Me.確定導入_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  445. Me.確定導入_bt.ForeColor = System.Drawing.Color.Blue
  446. Me.確定導入_bt.Location = New System.Drawing.Point(4, 410)
  447. Me.確定導入_bt.Name = "確定導入_bt"
  448. Me.確定導入_bt.Size = New System.Drawing.Size(509, 32)
  449. Me.確定導入_bt.TabIndex = 1643
  450. Me.確定導入_bt.Text = "確定導入"
  451. Me.確定導入_bt.UseVisualStyleBackColor = True
  452. '
  453. 'Panel4
  454. '
  455. Me.Panel4.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  456. Or System.Windows.Forms.AnchorStyles.Left) _
  457. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  458. Me.Panel4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  459. Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  460. Me.Panel4.Controls.Add(Me.WebBrowser2)
  461. Me.Panel4.Location = New System.Drawing.Point(3, 31)
  462. Me.Panel4.Name = "Panel4"
  463. Me.Panel4.Size = New System.Drawing.Size(510, 354)
  464. Me.Panel4.TabIndex = 1642
  465. '
  466. 'WebBrowser2
  467. '
  468. Me.WebBrowser2.Dock = System.Windows.Forms.DockStyle.Fill
  469. Me.WebBrowser2.Location = New System.Drawing.Point(0, 0)
  470. Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20)
  471. Me.WebBrowser2.Name = "WebBrowser2"
  472. Me.WebBrowser2.Size = New System.Drawing.Size(508, 352)
  473. Me.WebBrowser2.TabIndex = 1640
  474. Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative)
  475. '
  476. '讀取料夾路徑_bt
  477. '
  478. Me.讀取料夾路徑_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  479. Me.讀取料夾路徑_bt.ForeColor = System.Drawing.Color.Blue
  480. Me.讀取料夾路徑_bt.Location = New System.Drawing.Point(3, 3)
  481. Me.讀取料夾路徑_bt.Name = "讀取料夾路徑_bt"
  482. Me.讀取料夾路徑_bt.Size = New System.Drawing.Size(119, 24)
  483. Me.讀取料夾路徑_bt.TabIndex = 1641
  484. Me.讀取料夾路徑_bt.Text = "讀取料夾路徑"
  485. Me.讀取料夾路徑_bt.UseVisualStyleBackColor = True
  486. '
  487. '檔案名稱_tb
  488. '
  489. Me.檔案名稱_tb.AllowDrop = True
  490. Me.檔案名稱_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  491. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  492. Me.檔案名稱_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  493. Me.檔案名稱_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  494. Me.檔案名稱_tb.ForeColor = System.Drawing.Color.Black
  495. Me.檔案名稱_tb.Location = New System.Drawing.Point(3, 386)
  496. Me.檔案名稱_tb.Multiline = True
  497. Me.檔案名稱_tb.Name = "檔案名稱_tb"
  498. Me.檔案名稱_tb.Size = New System.Drawing.Size(510, 23)
  499. Me.檔案名稱_tb.TabIndex = 1638
  500. '
  501. 'Label2
  502. '
  503. Me.Label2.AutoSize = True
  504. Me.Label2.Location = New System.Drawing.Point(5, 7)
  505. Me.Label2.Name = "Label2"
  506. Me.Label2.Size = New System.Drawing.Size(101, 12)
  507. Me.Label2.TabIndex = 1375
  508. Me.Label2.Text = "圖片導入加班資料"
  509. '
  510. 'CanceL2_bt
  511. '
  512. Me.CanceL2_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  513. Me.CanceL2_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
  514. Me.CanceL2_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  515. Me.CanceL2_bt.ForeColor = System.Drawing.Color.Black
  516. Me.CanceL2_bt.Location = New System.Drawing.Point(495, 2)
  517. Me.CanceL2_bt.Name = "CanceL2_bt"
  518. Me.CanceL2_bt.Size = New System.Drawing.Size(26, 26)
  519. Me.CanceL2_bt.TabIndex = 1374
  520. Me.CanceL2_bt.Text = "X"
  521. Me.CanceL2_bt.UseVisualStyleBackColor = False
  522. '
  523. 'Panel2
  524. '
  525. Me.Panel2.Controls.Add(Me.圖片流水號_tb)
  526. Me.Panel2.Controls.Add(Me.檔案路徑1_tb)
  527. Me.Panel2.Controls.Add(Me.資料指定圖庫_tb)
  528. Me.Panel2.Controls.Add(Me.檔案路徑2_tb)
  529. Me.Panel2.Controls.Add(Me.預設圖片庫_tb)
  530. Me.Panel2.Location = New System.Drawing.Point(230, 234)
  531. Me.Panel2.Name = "Panel2"
  532. Me.Panel2.Size = New System.Drawing.Size(306, 133)
  533. Me.Panel2.TabIndex = 1410
  534. '
  535. '圖片流水號_tb
  536. '
  537. Me.圖片流水號_tb.Enabled = False
  538. Me.圖片流水號_tb.Location = New System.Drawing.Point(99, 51)
  539. Me.圖片流水號_tb.Name = "圖片流水號_tb"
  540. Me.圖片流水號_tb.Size = New System.Drawing.Size(94, 22)
  541. Me.圖片流水號_tb.TabIndex = 1644
  542. '
  543. '檔案路徑1_tb
  544. '
  545. Me.檔案路徑1_tb.AllowDrop = True
  546. Me.檔案路徑1_tb.ForeColor = System.Drawing.Color.Black
  547. Me.檔案路徑1_tb.Location = New System.Drawing.Point(99, 3)
  548. Me.檔案路徑1_tb.Multiline = True
  549. Me.檔案路徑1_tb.Name = "檔案路徑1_tb"
  550. Me.檔案路徑1_tb.Size = New System.Drawing.Size(94, 23)
  551. Me.檔案路徑1_tb.TabIndex = 1642
  552. Me.檔案路徑1_tb.Visible = False
  553. '
  554. '資料指定圖庫_tb
  555. '
  556. Me.資料指定圖庫_tb.Enabled = False
  557. Me.資料指定圖庫_tb.Location = New System.Drawing.Point(4, 51)
  558. Me.資料指定圖庫_tb.Name = "資料指定圖庫_tb"
  559. Me.資料指定圖庫_tb.Size = New System.Drawing.Size(94, 22)
  560. Me.資料指定圖庫_tb.TabIndex = 814
  561. '
  562. '檔案路徑2_tb
  563. '
  564. Me.檔案路徑2_tb.ForeColor = System.Drawing.Color.Black
  565. Me.檔案路徑2_tb.Location = New System.Drawing.Point(99, 27)
  566. Me.檔案路徑2_tb.Name = "檔案路徑2_tb"
  567. Me.檔案路徑2_tb.Size = New System.Drawing.Size(94, 22)
  568. Me.檔案路徑2_tb.TabIndex = 1643
  569. Me.檔案路徑2_tb.Visible = False
  570. '
  571. '預設圖片庫_tb
  572. '
  573. Me.預設圖片庫_tb.Enabled = False
  574. Me.預設圖片庫_tb.Location = New System.Drawing.Point(4, 27)
  575. Me.預設圖片庫_tb.Name = "預設圖片庫_tb"
  576. Me.預設圖片庫_tb.Size = New System.Drawing.Size(94, 22)
  577. Me.預設圖片庫_tb.TabIndex = 813
  578. '
  579. '休假申請
  580. '
  581. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  582. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  583. Me.ClientSize = New System.Drawing.Size(1030, 600)
  584. Me.Controls.Add(Me.Panel1)
  585. Me.Controls.Add(Me.Panel2)
  586. Me.Name = "休假申請"
  587. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  588. Me.Text = "休假申請"
  589. CType(Me.月清單_DGV, System.ComponentModel.ISupportInitialize).EndInit()
  590. CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  591. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  592. Me.Panel1.ResumeLayout(False)
  593. Me.Panel1.PerformLayout()
  594. CType(Me.假期統計_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  595. Me.視窗2_pl.ResumeLayout(False)
  596. Me.視窗2_pl.PerformLayout()
  597. Me.Panel3.ResumeLayout(False)
  598. Me.Panel3.PerformLayout()
  599. Me.Panel4.ResumeLayout(False)
  600. Me.Panel2.ResumeLayout(False)
  601. Me.Panel2.PerformLayout()
  602. Me.ResumeLayout(False)
  603. End Sub
  604. Friend WithEvents 月清單_DGV As DataGridView
  605. Friend WithEvents 申請_bt As Button
  606. Friend WithEvents 事由_tb As TextBox
  607. Friend WithEvents Label7 As Label
  608. Friend WithEvents 特假日期_tb As TextBox
  609. Friend WithEvents Label6 As Label
  610. Friend WithEvents 員工編號_tb As TextBox
  611. Friend WithEvents Label4 As Label
  612. Friend WithEvents 申請人_tb As TextBox
  613. Friend WithEvents Label3 As Label
  614. Friend WithEvents Label1 As Label
  615. Friend WithEvents 請假類別_cb As ComboBox
  616. Friend WithEvents 月份_cb As ComboBox
  617. Friend WithEvents 年份_cb As ComboBox
  618. Friend WithEvents Label16 As Label
  619. Friend WithEvents Label17 As Label
  620. Friend WithEvents 人員_dgv As DataGridView
  621. Friend WithEvents PictureBox1 As PictureBox
  622. Friend WithEvents 刪除_bt As Button
  623. Friend WithEvents 圖片導入系統_bt As Button
  624. Friend WithEvents Panel1 As Panel
  625. Friend WithEvents 視窗2_pl As Panel
  626. Friend WithEvents Panel3 As Panel
  627. Friend WithEvents 確定導入_bt As Button
  628. Friend WithEvents Panel4 As Panel
  629. Friend WithEvents WebBrowser2 As WebBrowser
  630. Friend WithEvents 讀取料夾路徑_bt As Button
  631. Friend WithEvents 檔案名稱_tb As TextBox
  632. Friend WithEvents Label2 As Label
  633. Friend WithEvents CanceL2_bt As Button
  634. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  635. Friend WithEvents Panel2 As Panel
  636. Friend WithEvents 圖片流水號_tb As TextBox
  637. Friend WithEvents 檔案路徑1_tb As TextBox
  638. Friend WithEvents 資料指定圖庫_tb As TextBox
  639. Friend WithEvents 檔案路徑2_tb As TextBox
  640. Friend WithEvents 預設圖片庫_tb As TextBox
  641. Friend WithEvents 請休假時數_cb As ComboBox
  642. Friend WithEvents Label5 As Label
  643. Friend WithEvents 假期統計_dgv As DataGridView
  644. End Class