?? frm_xxdy.frm
字號:
VERSION 5.00
Begin VB.Form frm_xxdy
BackColor = &H80000009&
ClientHeight = 4890
ClientLeft = 60
ClientTop = 345
ClientWidth = 6975
LinkTopic = "Form1"
ScaleHeight = 4890
ScaleWidth = 6975
StartUpPosition = 3 '窗口缺省
Begin VB.TextBox Text1
BorderStyle = 0 'None
BeginProperty Font
Name = "宋體"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 4215
Left = 1680
MultiLine = -1 'True
TabIndex = 0
Top = 360
Width = 4935
End
End
Attribute VB_Name = "frm_xxdy"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Me.Left = (Screen.Width - Me.Width) / 2
Me.Top = (Screen.Height - Me.Height) / 2
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -