?? frmsysterm.frm
字號:
VERSION 5.00
Begin VB.Form frmsysterm
BackColor = &H00C0FFFF&
Caption = "用戶管理"
ClientHeight = 2835
ClientLeft = 60
ClientTop = 345
ClientWidth = 3495
LinkTopic = "Form1"
ScaleHeight = 2835
ScaleWidth = 3495
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command4
Caption = "退出"
Height = 375
Left = 2160
TabIndex = 3
Top = 2280
Width = 1215
End
Begin VB.CommandButton Command3
Caption = "重新登陸"
Height = 375
Left = 120
TabIndex = 2
Top = 1680
Width = 1215
End
Begin VB.CommandButton Command2
Caption = "添加用戶"
Height = 375
Left = 120
TabIndex = 1
Top = 960
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "修改密碼"
Height = 375
Left = 120
TabIndex = 0
Top = 240
Width = 1215
End
End
Attribute VB_Name = "frmsysterm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
frmPass.Show
End Sub
Private Sub Command2_Click()
DlgPass.Show
End Sub
Private Sub Command3_Click()
Unload Me
Unload FrmMain
DlgLogin.Show
End Sub
Private Sub Command4_Click()
Unload Me
End Sub
Private Sub Form_Load()
MakeCenter frmsysterm
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -