form_title.frm
来自「2008年版」· FRM 代码 · 共 53 行
FRM
53 行
VERSION 5.00
Begin VB.Form form_title
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 9000
ClientLeft = 0
ClientTop = 0
ClientWidth = 12000
Icon = "form_title.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
Picture = "form_title.frx":0ECA
ScaleHeight = 9000
ScaleWidth = 12000
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton Command2
Cancel = -1 'True
Height = 345
Left = 6960
Picture = "form_title.frx":38A3C
Style = 1 'Graphical
TabIndex = 1
Top = 6450
Width = 1035
End
Begin VB.CommandButton Command1
Height = 345
Left = 5820
Picture = "form_title.frx":38B19
Style = 1 'Graphical
TabIndex = 0
Top = 6450
Width = 1065
End
End
Attribute VB_Name = "form_title"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
form_Main.Show
End Sub
Private Sub Command2_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?