📄 jieshao.frm
字号:
VERSION 5.00
Begin VB.Form jieshao
Caption = "系统介绍"
ClientHeight = 4515
ClientLeft = 60
ClientTop = 345
ClientWidth = 4965
Icon = "jieshao.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4515
ScaleWidth = 4965
StartUpPosition = 3 '窗口缺省
Begin VB.Label Label4
Caption = "作者: 阮湘辉 导师:王国明"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 360
TabIndex = 3
Top = 1920
Width = 3855
End
Begin VB.Label Label3
Caption = "产品ID: 2007-05-25"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 360
TabIndex = 2
Top = 2640
Width = 3855
End
Begin VB.Image Image1
Height = 990
Left = 960
Picture = "jieshao.frx":058A
Top = 120
Width = 2820
End
Begin VB.Label Label2
BackColor = &H80000009&
BorderStyle = 1 'Fixed Single
Caption = "鸣谢:从论文的选题,设计到具体实现都是在王国民老师的指导下完成的。王老师在理论上,实践上都给了我很大的帮忙,在此表示忠心的感谢。"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1215
Left = 360
TabIndex = 1
Top = 3120
Width = 4215
End
Begin VB.Label Label1
Caption = "版本: 1.0"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 360
TabIndex = 0
Top = 1440
Width = 3855
End
End
Attribute VB_Name = "jieshao"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Picture1_Click()
jieshao.Hide
caidan.Show
End Sub
Private Sub Text1_Change()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -