📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
Caption = "关于我的应用程序"
ClientHeight = 3525
ClientLeft = 60
ClientTop = 450
ClientWidth = 6120
LinkTopic = "Form3"
ScaleHeight = 3525
ScaleWidth = 6120
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "确定"
Height = 375
Left = 4440
TabIndex = 5
Top = 3000
Width = 1575
End
Begin VB.PictureBox Picture1
AutoSize = -1 'True
Height = 1725
Left = 120
Picture = "frmAbout.frx":0000
ScaleHeight = 1665
ScaleWidth = 1680
TabIndex = 0
Top = 960
Width = 1740
End
Begin VB.Label Label4
Caption = "警告:本软件不可用于真正试用只可作为借鉴.....谢谢合作"
Height = 420
Left = 240
TabIndex = 4
Top = 3000
Width = 3720
End
Begin VB.Label Label3
Caption = "本软件是关于工资管理的一个系统.是由何炳强等人制作的.如果有什么不足的地方请联系本人联系方式 QQ:287335805 TEL:13517083433"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1095
Left = 2160
TabIndex = 3
Top = 1560
Width = 3735
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "v1.1版"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 2160
TabIndex = 2
Top = 1080
Width = 630
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "人事工资管理系统"
BeginProperty Font
Name = "宋体"
Size = 24
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1200
TabIndex = 1
Top = 240
Width = 3960
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -