?? 啟動.frm
字號:
VERSION 5.00
Begin VB.Form frm_qd
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 3705
ClientLeft = 0
ClientTop = 0
ClientWidth = 6060
ForeColor = &H0000FFFF&
Icon = "啟動.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
MouseIcon = "啟動.frx":0442
MousePointer = 11 'Hourglass
Picture = "啟動.frx":0884
ScaleHeight = 3705
ScaleWidth = 6060
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Timer Timer2
Interval = 1500
Left = 2115
Top = 750
End
Begin VB.Timer Timer1
Interval = 100
Left = 1230
Top = 750
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "http://www.MingRingSoft.com"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 375
Left = 2610
TabIndex = 3
Top = 3330
Width = 3375
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "................................."
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 255
Left = 1125
TabIndex = 2
Top = 3000
Width = 3015
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "啟動中"
BeginProperty Font
Name = "華文行楷"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000001&
Height = 255
Left = 105
TabIndex = 1
Top = 3045
Width = 975
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "明日科技企業生產管理系統"
BeginProperty Font
Name = "華文彩云"
Size = 21.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 480
Left = 45
TabIndex = 0
Top = 1875
Width = 5970
End
End
Attribute VB_Name = "frm_qd"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Timer1_Timer()
Label3.Width = Rnd * 1800
End Sub
Private Sub Timer2_Timer()
Unload frm_qd
frmLogin.Show
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -