暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

加班申請.Designer.vb 25KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526
  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.事由_tb = New System.Windows.Forms.TextBox()
  25. Me.Label7 = New System.Windows.Forms.Label()
  26. Me.特假日期_tb = New System.Windows.Forms.TextBox()
  27. Me.Label6 = New System.Windows.Forms.Label()
  28. Me.員工編號_tb = New System.Windows.Forms.TextBox()
  29. Me.申請人_tb = New System.Windows.Forms.TextBox()
  30. Me.Label3 = New System.Windows.Forms.Label()
  31. Me.Label1 = New System.Windows.Forms.Label()
  32. Me.請假類別_cb = New System.Windows.Forms.ComboBox()
  33. Me.月份_cb = New System.Windows.Forms.ComboBox()
  34. Me.年份_cb = New System.Windows.Forms.ComboBox()
  35. Me.Label16 = New System.Windows.Forms.Label()
  36. Me.Label17 = New System.Windows.Forms.Label()
  37. Me.人員_dgv = New System.Windows.Forms.DataGridView()
  38. Me.Panel1 = New System.Windows.Forms.Panel()
  39. Me.圖片流水號_tb = New System.Windows.Forms.TextBox()
  40. Me.檔案路徑1_tb = New System.Windows.Forms.TextBox()
  41. Me.資料指定圖庫_tb = New System.Windows.Forms.TextBox()
  42. Me.檔案路徑2_tb = New System.Windows.Forms.TextBox()
  43. Me.預設圖片庫_tb = New System.Windows.Forms.TextBox()
  44. Me.視窗2_pl = New System.Windows.Forms.Panel()
  45. Me.Panel3 = New System.Windows.Forms.Panel()
  46. Me.確定導入_bt = New System.Windows.Forms.Button()
  47. Me.Panel4 = New System.Windows.Forms.Panel()
  48. Me.WebBrowser2 = New System.Windows.Forms.WebBrowser()
  49. Me.讀取料夾路徑_bt = New System.Windows.Forms.Button()
  50. Me.檔案名稱_tb = New System.Windows.Forms.TextBox()
  51. Me.Label2 = New System.Windows.Forms.Label()
  52. Me.CanceL2_bt = New System.Windows.Forms.Button()
  53. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  54. Me.Panel5 = New System.Windows.Forms.Panel()
  55. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  56. Me.刪除_bt = New System.Windows.Forms.Button()
  57. Me.圖片導入系統_bt = New System.Windows.Forms.Button()
  58. Me.申請_bt = New System.Windows.Forms.Button()
  59. CType(Me.月清單_DGV, System.ComponentModel.ISupportInitialize).BeginInit()
  60. CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  61. Me.Panel1.SuspendLayout()
  62. Me.視窗2_pl.SuspendLayout()
  63. Me.Panel3.SuspendLayout()
  64. Me.Panel4.SuspendLayout()
  65. Me.Panel5.SuspendLayout()
  66. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  67. Me.SuspendLayout()
  68. '
  69. '月清單_DGV
  70. '
  71. Me.月清單_DGV.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  72. Or System.Windows.Forms.AnchorStyles.Left) _
  73. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  74. Me.月清單_DGV.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  75. Me.月清單_DGV.BackgroundColor = System.Drawing.Color.White
  76. Me.月清單_DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  77. Me.月清單_DGV.Location = New System.Drawing.Point(145, 111)
  78. Me.月清單_DGV.Name = "月清單_DGV"
  79. Me.月清單_DGV.RowHeadersWidth = 5
  80. Me.月清單_DGV.RowTemplate.Height = 24
  81. Me.月清單_DGV.Size = New System.Drawing.Size(520, 486)
  82. Me.月清單_DGV.TabIndex = 818
  83. '
  84. '事由_tb
  85. '
  86. Me.事由_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  87. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  88. Me.事由_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  89. Me.事由_tb.Location = New System.Drawing.Point(194, 51)
  90. Me.事由_tb.Multiline = True
  91. Me.事由_tb.Name = "事由_tb"
  92. Me.事由_tb.Size = New System.Drawing.Size(471, 59)
  93. Me.事由_tb.TabIndex = 816
  94. '
  95. 'Label7
  96. '
  97. Me.Label7.AutoSize = True
  98. Me.Label7.Location = New System.Drawing.Point(147, 54)
  99. Me.Label7.Name = "Label7"
  100. Me.Label7.Size = New System.Drawing.Size(43, 16)
  101. Me.Label7.TabIndex = 815
  102. Me.Label7.Text = "事 由"
  103. '
  104. '特假日期_tb
  105. '
  106. Me.特假日期_tb.Enabled = False
  107. Me.特假日期_tb.Location = New System.Drawing.Point(447, 3)
  108. Me.特假日期_tb.Name = "特假日期_tb"
  109. Me.特假日期_tb.Size = New System.Drawing.Size(113, 23)
  110. Me.特假日期_tb.TabIndex = 814
  111. '
  112. 'Label6
  113. '
  114. Me.Label6.AutoSize = True
  115. Me.Label6.Location = New System.Drawing.Point(385, 6)
  116. Me.Label6.Name = "Label6"
  117. Me.Label6.Size = New System.Drawing.Size(55, 16)
  118. Me.Label6.TabIndex = 813
  119. Me.Label6.Text = "加班日期"
  120. '
  121. '員工編號_tb
  122. '
  123. Me.員工編號_tb.Enabled = False
  124. Me.員工編號_tb.Location = New System.Drawing.Point(4, 3)
  125. Me.員工編號_tb.Name = "員工編號_tb"
  126. Me.員工編號_tb.Size = New System.Drawing.Size(94, 23)
  127. Me.員工編號_tb.TabIndex = 812
  128. '
  129. '申請人_tb
  130. '
  131. Me.申請人_tb.Enabled = False
  132. Me.申請人_tb.Location = New System.Drawing.Point(193, 27)
  133. Me.申請人_tb.Name = "申請人_tb"
  134. Me.申請人_tb.Size = New System.Drawing.Size(186, 23)
  135. Me.申請人_tb.TabIndex = 810
  136. '
  137. 'Label3
  138. '
  139. Me.Label3.AutoSize = True
  140. Me.Label3.Location = New System.Drawing.Point(147, 30)
  141. Me.Label3.Name = "Label3"
  142. Me.Label3.Size = New System.Drawing.Size(43, 16)
  143. Me.Label3.TabIndex = 809
  144. Me.Label3.Text = "申請人"
  145. '
  146. 'Label1
  147. '
  148. Me.Label1.AutoSize = True
  149. Me.Label1.Location = New System.Drawing.Point(381, 30)
  150. Me.Label1.Name = "Label1"
  151. Me.Label1.Size = New System.Drawing.Size(31, 16)
  152. Me.Label1.TabIndex = 808
  153. Me.Label1.Text = "類別"
  154. '
  155. '請假類別_cb
  156. '
  157. Me.請假類別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  158. Me.請假類別_cb.FormattingEnabled = True
  159. Me.請假類別_cb.Items.AddRange(New Object() {"加班(未超最晚下診)", "加班(已超最晚下診)"})
  160. Me.請假類別_cb.Location = New System.Drawing.Point(416, 26)
  161. Me.請假類別_cb.Name = "請假類別_cb"
  162. Me.請假類別_cb.Size = New System.Drawing.Size(144, 24)
  163. Me.請假類別_cb.TabIndex = 807
  164. '
  165. '月份_cb
  166. '
  167. Me.月份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  168. Me.月份_cb.FormattingEnabled = True
  169. Me.月份_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  170. Me.月份_cb.Location = New System.Drawing.Point(308, 3)
  171. Me.月份_cb.Name = "月份_cb"
  172. Me.月份_cb.Size = New System.Drawing.Size(71, 24)
  173. Me.月份_cb.TabIndex = 806
  174. '
  175. '年份_cb
  176. '
  177. Me.年份_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  178. Me.年份_cb.FormattingEnabled = True
  179. Me.年份_cb.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  180. Me.年份_cb.Location = New System.Drawing.Point(193, 3)
  181. Me.年份_cb.Name = "年份_cb"
  182. Me.年份_cb.Size = New System.Drawing.Size(71, 24)
  183. Me.年份_cb.TabIndex = 805
  184. '
  185. 'Label16
  186. '
  187. Me.Label16.AutoSize = True
  188. Me.Label16.Location = New System.Drawing.Point(270, 6)
  189. Me.Label16.Name = "Label16"
  190. Me.Label16.Size = New System.Drawing.Size(31, 16)
  191. Me.Label16.TabIndex = 804
  192. Me.Label16.Text = "月份"
  193. '
  194. 'Label17
  195. '
  196. Me.Label17.AutoSize = True
  197. Me.Label17.Location = New System.Drawing.Point(146, 6)
  198. Me.Label17.Name = "Label17"
  199. Me.Label17.Size = New System.Drawing.Size(43, 16)
  200. Me.Label17.TabIndex = 803
  201. Me.Label17.Text = "年 份"
  202. '
  203. '人員_dgv
  204. '
  205. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  206. Me.人員_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  207. Me.人員_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  208. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  209. Me.人員_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  210. Me.人員_dgv.BackgroundColor = System.Drawing.Color.White
  211. Me.人員_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  212. Me.人員_dgv.Location = New System.Drawing.Point(3, 4)
  213. Me.人員_dgv.Name = "人員_dgv"
  214. Me.人員_dgv.RowHeadersWidth = 5
  215. Me.人員_dgv.RowTemplate.Height = 24
  216. Me.人員_dgv.Size = New System.Drawing.Size(141, 593)
  217. Me.人員_dgv.TabIndex = 802
  218. '
  219. 'Panel1
  220. '
  221. Me.Panel1.Controls.Add(Me.圖片流水號_tb)
  222. Me.Panel1.Controls.Add(Me.檔案路徑1_tb)
  223. Me.Panel1.Controls.Add(Me.資料指定圖庫_tb)
  224. Me.Panel1.Controls.Add(Me.檔案路徑2_tb)
  225. Me.Panel1.Controls.Add(Me.預設圖片庫_tb)
  226. Me.Panel1.Controls.Add(Me.員工編號_tb)
  227. Me.Panel1.Location = New System.Drawing.Point(319, 158)
  228. Me.Panel1.Name = "Panel1"
  229. Me.Panel1.Size = New System.Drawing.Size(306, 133)
  230. Me.Panel1.TabIndex = 819
  231. '
  232. '圖片流水號_tb
  233. '
  234. Me.圖片流水號_tb.Enabled = False
  235. Me.圖片流水號_tb.Location = New System.Drawing.Point(99, 51)
  236. Me.圖片流水號_tb.Name = "圖片流水號_tb"
  237. Me.圖片流水號_tb.Size = New System.Drawing.Size(94, 23)
  238. Me.圖片流水號_tb.TabIndex = 1644
  239. '
  240. '檔案路徑1_tb
  241. '
  242. Me.檔案路徑1_tb.AllowDrop = True
  243. Me.檔案路徑1_tb.ForeColor = System.Drawing.Color.Black
  244. Me.檔案路徑1_tb.Location = New System.Drawing.Point(99, 3)
  245. Me.檔案路徑1_tb.Multiline = True
  246. Me.檔案路徑1_tb.Name = "檔案路徑1_tb"
  247. Me.檔案路徑1_tb.Size = New System.Drawing.Size(94, 23)
  248. Me.檔案路徑1_tb.TabIndex = 1642
  249. Me.檔案路徑1_tb.Visible = False
  250. '
  251. '資料指定圖庫_tb
  252. '
  253. Me.資料指定圖庫_tb.Enabled = False
  254. Me.資料指定圖庫_tb.Location = New System.Drawing.Point(4, 51)
  255. Me.資料指定圖庫_tb.Name = "資料指定圖庫_tb"
  256. Me.資料指定圖庫_tb.Size = New System.Drawing.Size(94, 23)
  257. Me.資料指定圖庫_tb.TabIndex = 814
  258. '
  259. '檔案路徑2_tb
  260. '
  261. Me.檔案路徑2_tb.ForeColor = System.Drawing.Color.Black
  262. Me.檔案路徑2_tb.Location = New System.Drawing.Point(99, 27)
  263. Me.檔案路徑2_tb.Name = "檔案路徑2_tb"
  264. Me.檔案路徑2_tb.Size = New System.Drawing.Size(94, 23)
  265. Me.檔案路徑2_tb.TabIndex = 1643
  266. Me.檔案路徑2_tb.Visible = False
  267. '
  268. '預設圖片庫_tb
  269. '
  270. Me.預設圖片庫_tb.Enabled = False
  271. Me.預設圖片庫_tb.Location = New System.Drawing.Point(4, 27)
  272. Me.預設圖片庫_tb.Name = "預設圖片庫_tb"
  273. Me.預設圖片庫_tb.Size = New System.Drawing.Size(94, 23)
  274. Me.預設圖片庫_tb.TabIndex = 813
  275. '
  276. '視窗2_pl
  277. '
  278. Me.視窗2_pl.BackColor = System.Drawing.Color.White
  279. Me.視窗2_pl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  280. Me.視窗2_pl.Controls.Add(Me.Panel3)
  281. Me.視窗2_pl.Controls.Add(Me.Label2)
  282. Me.視窗2_pl.Controls.Add(Me.CanceL2_bt)
  283. Me.視窗2_pl.Location = New System.Drawing.Point(249, 81)
  284. Me.視窗2_pl.Name = "視窗2_pl"
  285. Me.視窗2_pl.Size = New System.Drawing.Size(527, 479)
  286. Me.視窗2_pl.TabIndex = 1403
  287. '
  288. 'Panel3
  289. '
  290. Me.Panel3.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  291. Or System.Windows.Forms.AnchorStyles.Left) _
  292. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  293. Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  294. Me.Panel3.Controls.Add(Me.確定導入_bt)
  295. Me.Panel3.Controls.Add(Me.Panel4)
  296. Me.Panel3.Controls.Add(Me.讀取料夾路徑_bt)
  297. Me.Panel3.Controls.Add(Me.檔案名稱_tb)
  298. Me.Panel3.Location = New System.Drawing.Point(3, 28)
  299. Me.Panel3.Name = "Panel3"
  300. Me.Panel3.Size = New System.Drawing.Size(520, 447)
  301. Me.Panel3.TabIndex = 1367
  302. '
  303. '確定導入_bt
  304. '
  305. Me.確定導入_bt.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  306. Or System.Windows.Forms.AnchorStyles.Left) _
  307. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  308. Me.確定導入_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  309. Me.確定導入_bt.ForeColor = System.Drawing.Color.Blue
  310. Me.確定導入_bt.Location = New System.Drawing.Point(4, 410)
  311. Me.確定導入_bt.Name = "確定導入_bt"
  312. Me.確定導入_bt.Size = New System.Drawing.Size(509, 32)
  313. Me.確定導入_bt.TabIndex = 1643
  314. Me.確定導入_bt.Text = "確定導入"
  315. Me.確定導入_bt.UseVisualStyleBackColor = True
  316. '
  317. 'Panel4
  318. '
  319. Me.Panel4.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  320. Or System.Windows.Forms.AnchorStyles.Left) _
  321. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  322. Me.Panel4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  323. Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  324. Me.Panel4.Controls.Add(Me.WebBrowser2)
  325. Me.Panel4.Location = New System.Drawing.Point(3, 31)
  326. Me.Panel4.Name = "Panel4"
  327. Me.Panel4.Size = New System.Drawing.Size(510, 354)
  328. Me.Panel4.TabIndex = 1642
  329. '
  330. 'WebBrowser2
  331. '
  332. Me.WebBrowser2.Dock = System.Windows.Forms.DockStyle.Fill
  333. Me.WebBrowser2.Location = New System.Drawing.Point(0, 0)
  334. Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20)
  335. Me.WebBrowser2.Name = "WebBrowser2"
  336. Me.WebBrowser2.Size = New System.Drawing.Size(508, 352)
  337. Me.WebBrowser2.TabIndex = 1640
  338. Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative)
  339. '
  340. '讀取料夾路徑_bt
  341. '
  342. Me.讀取料夾路徑_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  343. Me.讀取料夾路徑_bt.ForeColor = System.Drawing.Color.Blue
  344. Me.讀取料夾路徑_bt.Location = New System.Drawing.Point(3, 3)
  345. Me.讀取料夾路徑_bt.Name = "讀取料夾路徑_bt"
  346. Me.讀取料夾路徑_bt.Size = New System.Drawing.Size(119, 24)
  347. Me.讀取料夾路徑_bt.TabIndex = 1641
  348. Me.讀取料夾路徑_bt.Text = "讀取料夾路徑"
  349. Me.讀取料夾路徑_bt.UseVisualStyleBackColor = True
  350. '
  351. '檔案名稱_tb
  352. '
  353. Me.檔案名稱_tb.AllowDrop = True
  354. Me.檔案名稱_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  355. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  356. Me.檔案名稱_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  357. Me.檔案名稱_tb.ForeColor = System.Drawing.Color.Black
  358. Me.檔案名稱_tb.Location = New System.Drawing.Point(3, 386)
  359. Me.檔案名稱_tb.Multiline = True
  360. Me.檔案名稱_tb.Name = "檔案名稱_tb"
  361. Me.檔案名稱_tb.Size = New System.Drawing.Size(510, 23)
  362. Me.檔案名稱_tb.TabIndex = 1638
  363. '
  364. 'Label2
  365. '
  366. Me.Label2.AutoSize = True
  367. Me.Label2.Location = New System.Drawing.Point(5, 7)
  368. Me.Label2.Name = "Label2"
  369. Me.Label2.Size = New System.Drawing.Size(103, 16)
  370. Me.Label2.TabIndex = 1375
  371. Me.Label2.Text = "圖片導入加班資料"
  372. '
  373. 'CanceL2_bt
  374. '
  375. Me.CanceL2_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  376. Me.CanceL2_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
  377. Me.CanceL2_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  378. Me.CanceL2_bt.ForeColor = System.Drawing.Color.Black
  379. Me.CanceL2_bt.Location = New System.Drawing.Point(495, 2)
  380. Me.CanceL2_bt.Name = "CanceL2_bt"
  381. Me.CanceL2_bt.Size = New System.Drawing.Size(26, 26)
  382. Me.CanceL2_bt.TabIndex = 1374
  383. Me.CanceL2_bt.Text = "X"
  384. Me.CanceL2_bt.UseVisualStyleBackColor = False
  385. '
  386. 'Panel5
  387. '
  388. Me.Panel5.Controls.Add(Me.視窗2_pl)
  389. Me.Panel5.Controls.Add(Me.PictureBox1)
  390. Me.Panel5.Controls.Add(Me.刪除_bt)
  391. Me.Panel5.Controls.Add(Me.人員_dgv)
  392. Me.Panel5.Controls.Add(Me.圖片導入系統_bt)
  393. Me.Panel5.Controls.Add(Me.Label17)
  394. Me.Panel5.Controls.Add(Me.Label16)
  395. Me.Panel5.Controls.Add(Me.年份_cb)
  396. Me.Panel5.Controls.Add(Me.月份_cb)
  397. Me.Panel5.Controls.Add(Me.申請_bt)
  398. Me.Panel5.Controls.Add(Me.請假類別_cb)
  399. Me.Panel5.Controls.Add(Me.事由_tb)
  400. Me.Panel5.Controls.Add(Me.Label1)
  401. Me.Panel5.Controls.Add(Me.Label7)
  402. Me.Panel5.Controls.Add(Me.Label3)
  403. Me.Panel5.Controls.Add(Me.特假日期_tb)
  404. Me.Panel5.Controls.Add(Me.申請人_tb)
  405. Me.Panel5.Controls.Add(Me.Label6)
  406. Me.Panel5.Controls.Add(Me.月清單_DGV)
  407. Me.Panel5.Controls.Add(Me.Panel1)
  408. Me.Panel5.Dock = System.Windows.Forms.DockStyle.Fill
  409. Me.Panel5.Location = New System.Drawing.Point(0, 0)
  410. Me.Panel5.Name = "Panel5"
  411. Me.Panel5.Size = New System.Drawing.Size(1016, 600)
  412. Me.Panel5.TabIndex = 1404
  413. '
  414. 'PictureBox1
  415. '
  416. Me.PictureBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  417. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  418. Me.PictureBox1.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Picture
  419. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  420. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  421. Me.PictureBox1.Location = New System.Drawing.Point(666, 51)
  422. Me.PictureBox1.Name = "PictureBox1"
  423. Me.PictureBox1.Size = New System.Drawing.Size(345, 545)
  424. Me.PictureBox1.TabIndex = 1405
  425. Me.PictureBox1.TabStop = False
  426. '
  427. '刪除_bt
  428. '
  429. Me.刪除_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.GarbageEmpty
  430. Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  431. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  432. Me.刪除_bt.Location = New System.Drawing.Point(615, 4)
  433. Me.刪除_bt.Name = "刪除_bt"
  434. Me.刪除_bt.Size = New System.Drawing.Size(46, 46)
  435. Me.刪除_bt.TabIndex = 1404
  436. Me.刪除_bt.UseVisualStyleBackColor = True
  437. '
  438. '圖片導入系統_bt
  439. '
  440. Me.圖片導入系統_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Add_Image
  441. Me.圖片導入系統_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  442. Me.圖片導入系統_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  443. Me.圖片導入系統_bt.Location = New System.Drawing.Point(666, 4)
  444. Me.圖片導入系統_bt.Name = "圖片導入系統_bt"
  445. Me.圖片導入系統_bt.Size = New System.Drawing.Size(120, 46)
  446. Me.圖片導入系統_bt.TabIndex = 821
  447. Me.圖片導入系統_bt.UseVisualStyleBackColor = True
  448. '
  449. '申請_bt
  450. '
  451. Me.申請_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.SAVER
  452. Me.申請_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  453. Me.申請_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  454. Me.申請_bt.Location = New System.Drawing.Point(563, 4)
  455. Me.申請_bt.Name = "申請_bt"
  456. Me.申請_bt.Size = New System.Drawing.Size(46, 46)
  457. Me.申請_bt.TabIndex = 817
  458. Me.申請_bt.UseVisualStyleBackColor = True
  459. '
  460. '加班申請
  461. '
  462. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  463. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  464. Me.ClientSize = New System.Drawing.Size(1016, 600)
  465. Me.Controls.Add(Me.Panel5)
  466. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  467. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  468. Me.Name = "加班申請"
  469. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  470. Me.Text = "加班申請"
  471. CType(Me.月清單_DGV, System.ComponentModel.ISupportInitialize).EndInit()
  472. CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  473. Me.Panel1.ResumeLayout(False)
  474. Me.Panel1.PerformLayout()
  475. Me.視窗2_pl.ResumeLayout(False)
  476. Me.視窗2_pl.PerformLayout()
  477. Me.Panel3.ResumeLayout(False)
  478. Me.Panel3.PerformLayout()
  479. Me.Panel4.ResumeLayout(False)
  480. Me.Panel5.ResumeLayout(False)
  481. Me.Panel5.PerformLayout()
  482. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  483. Me.ResumeLayout(False)
  484. End Sub
  485. Friend WithEvents 月清單_DGV As DataGridView
  486. Friend WithEvents 申請_bt As Button
  487. Friend WithEvents 事由_tb As TextBox
  488. Friend WithEvents Label7 As Label
  489. Friend WithEvents 特假日期_tb As TextBox
  490. Friend WithEvents Label6 As Label
  491. Friend WithEvents 員工編號_tb As TextBox
  492. Friend WithEvents 申請人_tb As TextBox
  493. Friend WithEvents Label3 As Label
  494. Friend WithEvents Label1 As Label
  495. Friend WithEvents 請假類別_cb As ComboBox
  496. Friend WithEvents 月份_cb As ComboBox
  497. Friend WithEvents 年份_cb As ComboBox
  498. Friend WithEvents Label16 As Label
  499. Friend WithEvents Label17 As Label
  500. Friend WithEvents 人員_dgv As DataGridView
  501. Friend WithEvents Panel1 As Panel
  502. Friend WithEvents 圖片導入系統_bt As Button
  503. Friend WithEvents 視窗2_pl As Panel
  504. Friend WithEvents Panel3 As Panel
  505. Friend WithEvents Label2 As Label
  506. Friend WithEvents CanceL2_bt As Button
  507. Friend WithEvents 確定導入_bt As Button
  508. Friend WithEvents Panel4 As Panel
  509. Friend WithEvents WebBrowser2 As WebBrowser
  510. Friend WithEvents 讀取料夾路徑_bt As Button
  511. Friend WithEvents 檔案名稱_tb As TextBox
  512. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  513. Friend WithEvents Panel5 As Panel
  514. Friend WithEvents 檔案路徑1_tb As TextBox
  515. Friend WithEvents 檔案路徑2_tb As TextBox
  516. Friend WithEvents 預設圖片庫_tb As TextBox
  517. Friend WithEvents 資料指定圖庫_tb As TextBox
  518. Friend WithEvents 圖片流水號_tb As TextBox
  519. Friend WithEvents 刪除_bt As Button
  520. Friend WithEvents PictureBox1 As PictureBox
  521. End Class