📄 frmmdel.frm
字号:
VERSION 5.00
Begin VB.Form frmMdel
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 7290
ClientLeft = 0
ClientTop = 0
ClientWidth = 12000
LinkTopic = "Form1"
Picture = "frmMdel.frx":0000
ScaleHeight = 7290
ScaleWidth = 12000
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
WindowState = 2 'Maximized
Begin VB.CommandButton Command2
Height = 495
Left = 360
Picture = "frmMdel.frx":22585
Style = 1 'Graphical
TabIndex = 1
Top = 2280
Width = 2055
End
Begin VB.CommandButton Command3
Height = 495
Left = 360
Picture = "frmMdel.frx":26EF6
Style = 1 'Graphical
TabIndex = 0
Top = 1680
Width = 2055
End
Begin VB.CommandButton Command4
Height = 495
Left = 360
Picture = "frmMdel.frx":2B834
Style = 1 'Graphical
TabIndex = 2
Top = 2880
Width = 2055
End
Begin VB.CommandButton Command5
Height = 495
Left = 360
Picture = "frmMdel.frx":301C0
Style = 1 'Graphical
TabIndex = 3
Top = 3480
Width = 2055
End
Begin VB.CommandButton Command6
Height = 495
Left = 360
Picture = "frmMdel.frx":34AFA
Style = 1 'Graphical
TabIndex = 4
Top = 4080
Width = 2055
End
Begin VB.CommandButton Command7
Height = 495
Left = 360
Picture = "frmMdel.frx":3948A
Style = 1 'Graphical
TabIndex = 5
Top = 4680
Width = 2055
End
Begin VB.CommandButton Command8
Height = 495
Left = 360
Picture = "frmMdel.frx":3DED9
Style = 1 'Graphical
TabIndex = 7
Top = 5880
Width = 2055
End
Begin VB.CommandButton Command9
Height = 495
Left = 360
Picture = "frmMdel.frx":428C1
Style = 1 'Graphical
TabIndex = 6
Top = 5280
Width = 2055
End
End
Attribute VB_Name = "frmMdel"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
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 + -