📄 frmoaa1.frm
字号:
VERSION 5.00
Begin VB.Form frmOAA1
BackColor = &H80000007&
Caption = "Form1"
ClientHeight = 1065
ClientLeft = 60
ClientTop = 345
ClientWidth = 7770
LinkTopic = "Form1"
ScaleHeight = 1065
ScaleWidth = 7770
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton cmdNext
Caption = "下一步"
Default = -1 'True
Height = 345
Left = 5400
TabIndex = 1
Top = 360
Width = 1095
End
Begin VB.CommandButton cmdCancel
Cancel = -1 'True
Caption = "取 消"
Height = 345
Left = 6600
TabIndex = 0
Top = 360
Width = 975
End
Begin VB.Label lbl
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "请确认你的输入正确再点击“下一步”"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 285
Index = 3
Left = 240
TabIndex = 2
Top = 360
Width = 5115
End
End
Attribute VB_Name = "frmOAA1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdCancel_Click()
Unload Me
End Sub
Private Sub cmdNext_Click()
Unload Me
frmOAA2.Show
End Sub
Private Sub Form_Load()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -