初始化提交
仓库转移到Gitea,初始化提交,可能丢失以前的git版本日志
This commit is contained in:
14
AUTS_Win/FrmSettings.vb
Normal file
14
AUTS_Win/FrmSettings.vb
Normal file
@@ -0,0 +1,14 @@
|
||||
Imports System.Windows.Forms
|
||||
|
||||
Public Class FrmSettings
|
||||
|
||||
|
||||
Public Sub ShowForm(parentControl As Control)
|
||||
FormBorderStyle = FormBorderStyle.None
|
||||
TopLevel = False
|
||||
Dock = DockStyle.Fill
|
||||
Parent = parentControl
|
||||
|
||||
Show()
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user