?? form12.frm
字號:
VERSION 5.00
Begin VB.Form Form12
Caption = "Form12"
ClientHeight = 4800
ClientLeft = 60
ClientTop = 345
ClientWidth = 6075
LinkTopic = "Form12"
ScaleHeight = 4800
ScaleWidth = 6075
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "退出"
BeginProperty Font
Name = "宋體"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 975
Left = 1440
TabIndex = 1
Top = 2400
Width = 2295
End
Begin VB.Label Label1
Caption = " 本程序是用VB程序編寫,所實(shí)現(xiàn)的功能還不完善。敬請王老師諒解! 若問有題請及時聯(lián)系我!謝謝!"
BeginProperty Font
Name = "宋體"
Size = 15.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1815
Left = 0
TabIndex = 0
Top = 120
Width = 6015
End
End
Attribute VB_Name = "Form12"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form12.Hide
MDIForm1.Hide
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -