📄 系统维护.frm
字号:
VERSION 5.00
Begin VB.Form 系统维护
Caption = "系统维护"
ClientHeight = 4860
ClientLeft = 60
ClientTop = 510
ClientWidth = 3960
LinkTopic = "Form1"
ScaleHeight = 4860
ScaleWidth = 3960
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command5
BackColor = &H80000004&
Caption = "返回"
Height = 495
Left = 960
Style = 1 'Graphical
TabIndex = 5
Top = 3600
Width = 1935
End
Begin VB.CommandButton Command4
BackColor = &H80000004&
Caption = "恢复数据"
Height = 495
Left = 960
Style = 1 'Graphical
TabIndex = 4
Top = 2820
Width = 1935
End
Begin VB.CommandButton Command3
BackColor = &H80000004&
Caption = "数据备份"
Height = 495
Left = 960
Style = 1 'Graphical
TabIndex = 3
Top = 2040
Width = 1935
End
Begin VB.CommandButton Command2
BackColor = &H80000004&
Caption = "空调名称型号"
Height = 495
Left = 960
Style = 1 'Graphical
TabIndex = 2
Top = 1260
Width = 1935
End
Begin VB.CommandButton Command1
BackColor = &H80000004&
Caption = "密码设置"
Height = 495
Left = 960
Style = 1 'Graphical
TabIndex = 1
Top = 480
Width = 1935
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "作者"
ForeColor = &H00004000&
Height = 255
Left = 1440
TabIndex = 0
Top = 4440
Width = 615
End
End
Attribute VB_Name = "系统维护"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command2_Click()
空调名称型号.Show
End Sub
Private Sub Command5_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -