📄 frmguanyu.frm
字号:
VERSION 5.00
Begin VB.Form frmGuanyu
BorderStyle = 3 'Fixed Dialog
Caption = "关于"
ClientHeight = 3060
ClientLeft = 45
ClientTop = 330
ClientWidth = 5310
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3060
ScaleWidth = 5310
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.CommandButton Command1
Caption = "确 定"
Height = 375
Left = 3840
TabIndex = 3
Top = 2160
Width = 975
End
Begin VB.Label Label6
AutoSize = -1 'True
Height = 180
Left = 960
TabIndex = 2
Top = 2280
Width = 90
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "版本:1.0"
Height = 180
Left = 1680
TabIndex = 1
Top = 600
Width = 810
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "公司员工信息管理系统"
Height = 180
Left = 1680
TabIndex = 0
Top = 240
Width = 1800
End
Begin VB.Line Line1
BorderColor = &H80000005&
X1 = 240
X2 = 4920
Y1 = 1320
Y2 = 1320
End
Begin VB.Image Image1
Height = 615
Left = 480
Top = 240
Width = 735
End
End
Attribute VB_Name = "frmGuanyu"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Form_Load()
Me.Icon = LoadPicture(App.Path & "\Graph07.ico")
Image1.Picture = LoadPicture(App.Path & "\Graph07.ico")
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -