📄 frmmanage.frm
字号:
VERSION 5.00
Begin VB.Form frmManage
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 7950
ClientLeft = 0
ClientTop = 0
ClientWidth = 11325
LinkTopic = "Form1"
Picture = "frmManage.frx":0000
ScaleHeight = 7950
ScaleWidth = 11325
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
WindowState = 2 'Maximized
Begin VB.CommandButton Command1
Caption = "系统初始化"
Height = 495
Left = 3240
TabIndex = 8
Top = 1920
Width = 1935
End
Begin VB.CommandButton Command9
Height = 495
Left = 360
Picture = "frmManage.frx":22585
Style = 1 'Graphical
TabIndex = 6
Top = 5280
Width = 2055
End
Begin VB.CommandButton Command8
Height = 495
Left = 360
Picture = "frmManage.frx":26CB6
Style = 1 'Graphical
TabIndex = 7
Top = 5880
Width = 2055
End
Begin VB.CommandButton Command7
Height = 495
Left = 360
Picture = "frmManage.frx":2B69E
Style = 1 'Graphical
TabIndex = 5
Top = 4680
Width = 2055
End
Begin VB.CommandButton Command6
Height = 495
Left = 360
Picture = "frmManage.frx":300ED
Style = 1 'Graphical
TabIndex = 4
Top = 4080
Width = 2055
End
Begin VB.CommandButton Command5
Height = 495
Left = 360
Picture = "frmManage.frx":34A7D
Style = 1 'Graphical
TabIndex = 3
Top = 3480
Width = 2055
End
Begin VB.CommandButton Command4
Height = 495
Left = 360
Picture = "frmManage.frx":393B7
Style = 1 'Graphical
TabIndex = 2
Top = 2880
Width = 2055
End
Begin VB.CommandButton Command3
Height = 495
Left = 360
Picture = "frmManage.frx":3DD43
Style = 1 'Graphical
TabIndex = 0
Top = 1680
Width = 2055
End
Begin VB.CommandButton Command2
Height = 495
Left = 360
Picture = "frmManage.frx":42681
Style = 1 'Graphical
TabIndex = 1
Top = 2280
Width = 2055
End
End
Attribute VB_Name = "frmManage"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Command2_Click()
Unload Me
frmMadd.Show (1)
End Sub
Private Sub Command3_Click()
Unload Me
frmMsale.Show (1)
End Sub
Private Sub Command4_Click()
Unload Me
frmMdel.Show (1)
End Sub
Private Sub Command5_Click()
Unload Me
frmMpd.Show (1)
End Sub
Private Sub Command6_Click()
Unload Me
frmMgdao.Show (1)
End Sub
Private Sub Command7_Click()
'Unload Me
frmMchpwd.Show (1)
End Sub
Private Sub Command8_Click()
Unload Me
frmMsystem.Show (1)
End Sub
Private Sub Command9_Click()
Unload Me
frmMotc.Show (1)
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -