📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
BackColor = &H00FFFF00&
Caption = "使用界面"
ClientHeight = 7380
ClientLeft = 60
ClientTop = 345
ClientWidth = 7380
Icon = "Form1.frx":0000
LinkTopic = "Form1"
ScaleHeight = 7380
ScaleWidth = 7380
StartUpPosition = 3 '窗口缺省
Begin VB.Label Label3
Appearance = 0 'Flat
BackColor = &H00FFFF00&
BackStyle = 0 'Transparent
Caption = " vb编写的"
BeginProperty Font
Name = "隶书"
Size = 15.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 975
Left = 2160
TabIndex = 2
Top = 2040
Width = 3375
End
Begin VB.Label Label2
Appearance = 0 'Flat
BackColor = &H00FFFF00&
BackStyle = 0 'Transparent
Caption = " 企业人事管理系统"
BeginProperty Font
Name = "隶书"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 975
Left = 1440
TabIndex = 1
Top = 3480
Width = 5055
End
Begin VB.Label Label1
Alignment = 2 'Center
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H00FFFF00&
Caption = "欢迎使用"
BeginProperty Font
Name = "隶书"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 435
Left = 3075
TabIndex = 0
Top = 240
Width = 1890
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Label1.Left = (1 / 3) * Form1.ScaleWidth
Label1.Top = (1 / 4) * Form1.ScaleHeight
Label3.Left = (1 / 2) * Form1.ScaleWidth
Label3.Top = (1 / 2) * Form1.ScaleHeight
Label2.Left = (1 / 3) * Form1.ScaleWidth
Label2.Top = (3 / 4) * Form1.ScaleHeight
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -