flash.frm
来自「全球定位系统GPS_卫星定位_VB源码+使用说明」· FRM 代码 · 共 49 行
FRM
49 行
VERSION 5.00
Begin VB.Form Flash
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 1620
ClientLeft = 4515
ClientTop = 4065
ClientWidth = 3660
LinkTopic = "Form1"
Picture = "Flash.frx":0000
ScaleHeight = 1620
ScaleWidth = 3660
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.Timer Timer1
Interval = 1000
Left = 3120
Top = 120
End
Begin VB.Label Label1
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "初始化成功!"
BeginProperty Font
Name = "楷体_GB2312"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FFFF&
Height = 375
Left = 600
TabIndex = 0
Top = 600
Width = 2535
End
End
Attribute VB_Name = "Flash"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Timer1_Timer()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?