📄 form_begin.frm
字号:
VERSION 5.00
Begin VB.Form Form_begin
BorderStyle = 1 'Fixed Single
Caption = "天津鹏安数迅科技有限公司"
ClientHeight = 7035
ClientLeft = 2790
ClientTop = 2520
ClientWidth = 9390
Icon = "Form_begin.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "Form_begin.frx":0CCA
ScaleHeight = 7035
ScaleWidth = 9390
Begin VB.CommandButton Command1
BackColor = &H8000000D&
Caption = "开始"
Height = 375
Left = 8280
MaskColor = &H00FF8080&
TabIndex = 0
Top = 6600
Width = 735
End
End
Attribute VB_Name = "Form_begin"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form1.Show
Me.Hide
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -