?? formcover.frm
字號:
VERSION 5.00
Begin VB.Form formcover
BackColor = &H8000000D&
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
ForeColor = &H8000000D&
LinkTopic = "Form1"
Picture = "FORMCO~1.frx":0000
ScaleHeight = 11115
ScaleWidth = 15240
StartUpPosition = 3 '窗口缺省
WindowState = 2 'Maximized
Begin VB.CommandButton Command2
BackColor = &H8000000D&
Caption = "退出"
BeginProperty Font
Name = "楷體_GB2312"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 5880
TabIndex = 1
Top = 5400
Width = 1215
End
Begin VB.CommandButton Command1
BackColor = &H80000012&
Caption = "進入"
BeginProperty Font
Name = "楷體_GB2312"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2640
Picture = "FORMCO~1.frx":1CC6F
TabIndex = 0
Top = 5400
Width = 1215
End
Begin VB.Label Label1
Caption = "煤礦瓦斯遠程監測系統"
BeginProperty Font
Name = "仿宋_GB2312"
Size = 27.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 1680
TabIndex = 2
Top = 1800
Width = 6855
End
End
Attribute VB_Name = "formcover"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
formcover.Hide
formlist.Show
End Sub
Private Sub Command2_Click()
End
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -