?? frmmain.frm
字號:
VERSION 5.00
Begin VB.Form frmMain
Caption = "Form1"
ClientHeight = 2250
ClientLeft = 60
ClientTop = 345
ClientWidth = 4200
LinkTopic = "Form1"
ScaleHeight = 2250
ScaleWidth = 4200
StartUpPosition = 3 '窗口缺省
Begin VB.TextBox Text1
Height = 495
Left = 1080
TabIndex = 1
Text = "Text1"
Top = 120
Width = 1695
End
Begin VB.CommandButton Command1
Caption = "Command1"
Height = 375
Left = 1320
TabIndex = 0
Top = 1560
Width = 1455
End
End
Attribute VB_Name = "frmMain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -