Initial Commit

This commit is contained in:
2016-07-12 20:47:20 +08:00
parent fcb646c335
commit a613b8e9f0
111 changed files with 4849 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
Public Class frm_mini
Private Sub frm_mini_Load(sender As Object, e As EventArgs) Handles MyBase.Load
Me.Opacity = 0.6
Me.Left = Screen.PrimaryScreen.WorkingArea.Width - Me.Width
Me.Top = Screen.PrimaryScreen.WorkingArea.Height - Me.Height - 50
Me.ShowInTaskbar = False
End Sub
End Class