📄 frmloadwr24.frm
字号:
VERSION 5.00
Begin VB.Form FrmLoadWR24
BorderStyle = 3 'Fixed Dialog
ClientHeight = 3225
ClientLeft = 255
ClientTop = 1410
ClientWidth = 7380
ClipControls = 0 'False
ControlBox = 0 'False
Icon = "frmLoadWR24.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3225
ScaleWidth = 7380
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.Frame Frame1
Height = 3075
Left = 150
TabIndex = 0
Top = 60
Width = 7080
Begin VB.Timer Timer1
Interval = 500
Left = 1680
Top = 360
End
Begin VB.Image imgLogo
Height = 2385
Left = 0
Picture = "frmLoadWR24.frx":000C
Stretch = -1 'True
Top = 240
Width = 1815
End
Begin VB.Label lblProductName
AutoSize = -1 'True
Caption = "正在初始化……"
BeginProperty Font
Name = "隶书"
Size = 36
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 720
Left = 1800
TabIndex = 2
Top = 1800
Width = 5160
End
Begin VB.Label lblCompanyProduct
AutoSize = -1 'True
Caption = "24系列IC读写程序"
BeginProperty Font
Name = "隶书"
Size = 24
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2400
TabIndex = 1
Top = 720
Width = 4005
End
End
End
Attribute VB_Name = "frmLoadWR24"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Timer1_Timer()
Timer1.Enabled = False
FrmWR24XX.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -