frmwait.frm
来自「传销工资管理 请验证一下哈」· FRM 代码 · 共 56 行
FRM
56 行
VERSION 5.00
Begin VB.Form frmWait
BackColor = &H00FFFFFF&
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 1740
ClientLeft = 0
ClientTop = 0
ClientWidth = 4620
LinkTopic = "Form1"
ScaleHeight = 1740
ScaleWidth = 4620
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.Image Image2
Height = 915
Left = 3375
Picture = "frmWait.frx":0000
Stretch = -1 'True
Top = 750
Width = 1140
End
Begin VB.Label Label1
BackColor = &H00FFFFFF&
Caption = "请等候几秒钟......"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 240
Left = 1200
TabIndex = 0
Top = 750
Width = 2190
End
Begin VB.Image Image1
Height = 1740
Left = 0
Picture = "frmWait.frx":26824
Stretch = -1 'True
Top = 0
Width = 915
End
End
Attribute VB_Name = "frmWait"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?