form_begin.frm
来自「测试温湿度以及烟感报警,硬件采用长应8000系列」· FRM 代码 · 共 39 行
FRM
39 行
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 + =
减小字号Ctrl + -
显示快捷键?