📄 form30.frm
字号:
VERSION 5.00
Begin VB.Form Form30
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 8820
ClientLeft = 0
ClientTop = 0
ClientWidth = 11985
LinkTopic = "Form1"
Picture = "Form30.frx":0000
ScaleHeight = 8820
ScaleWidth = 11985
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin VB.Timer Timer1
Interval = 2000
Left = 11400
Top = 240
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "开发人:吕彦廷 亓雷 任春雷"
BeginProperty Font
Name = "楷体_GB2312"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2880
TabIndex = 1
Top = 6720
Width = 5415
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "欢迎使用数值模拟软件"
BeginProperty Font
Name = "楷体_GB2312"
Size = 42
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1095
Left = 1440
TabIndex = 0
Top = 2280
Width = 9135
End
End
Attribute VB_Name = "Form30"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
End Sub
Private Sub Form_Click()
'Form1.Show
'Cls
End Sub
Private Sub Timer1_Timer()
Load Form1
Form1.Show
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -