📄 gsjm.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "XXXX公司考勤管理"
ClientHeight = 5985
ClientLeft = 60
ClientTop = 450
ClientWidth = 11880
KeyPreview = -1 'True
LinkTopic = "Form1"
LockControls = -1 'True
ScaleHeight = 5985
ScaleWidth = 11880
StartUpPosition = 2 '屏幕中心
WindowState = 2 'Maximized
Begin VB.Label Label10
BackStyle = 0 'Transparent
Caption = "奋进"
BeginProperty Font
Name = "隶书"
Size = 72
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 2770
Left = 6960
TabIndex = 9
Top = 3720
Width = 1450
End
Begin VB.Label Label9
BackStyle = 0 'Transparent
Caption = "奋进"
BeginProperty Font
Name = "隶书"
Size = 72
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 2770
Left = 6840
TabIndex = 8
Top = 3240
Width = 1450
End
Begin VB.Label Label8
BackStyle = 0 'Transparent
Caption = "创新"
BeginProperty Font
Name = "隶书"
Size = 72
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 2770
Left = 5160
TabIndex = 7
Top = 3840
Width = 1450
End
Begin VB.Label Label7
BackStyle = 0 'Transparent
Caption = "创新"
BeginProperty Font
Name = "隶书"
Size = 72
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 2770
Left = 4680
TabIndex = 6
Top = 2640
Width = 1450
End
Begin VB.Label Label6
BackStyle = 0 'Transparent
Caption = "开拓"
BeginProperty Font
Name = "隶书"
Size = 72
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 2770
Left = 3120
TabIndex = 5
Top = 1800
Width = 1450
End
Begin VB.Label Label5
BackStyle = 0 'Transparent
Caption = "开拓"
BeginProperty Font
Name = "隶书"
Size = 72
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 2770
Left = 1320
TabIndex = 4
Top = 2280
Width = 1450
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "同志们辛苦了!请按任意键..."
BeginProperty Font
Name = "隶书"
Size = 24
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 615
Left = 1080
TabIndex = 3
Top = 1680
Width = 7455
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "同志们辛苦了!请按任意键..."
BeginProperty Font
Name = "隶书"
Size = 24
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 615
Left = 1200
TabIndex = 2
Top = 1560
Width = 7455
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "XXXX公司考勤管理"
BeginProperty Font
Name = "隶书"
Size = 48
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 975
Left = 480
TabIndex = 1
Top = 600
Width = 10005
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "XXXX公司考勤管理"
BeginProperty Font
Name = "隶书"
Size = 48
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 975
Left = 600
TabIndex = 0
Top = 720
Width = 10005
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_KeyDown(KeyCode As Integer, Shift As Integer)
Form2.Show
Unload Me
End Sub
Private Sub Form_Load()
Label2.Top = Form1.Height / 4
Label2.Left = Form1.Width / 6
Label1.Top = Label2.Top + 30
Label1.Left = Label2.Left - 30
Label4.Top = Form1.Height / 2
Label4.Left = Form1.Width / 3
Label3.Top = Label4.Top + 30
Label3.Left = Label4.Left - 30
Label5.Top = Form1.Height / 1.5
Label5.Left = Form1.Width / 9
Label6.Top = Label5.Top + 30
Label6.Left = Label5.Left + 30
Label7.Top = Form1.Height / 1.5
Label7.Left = Form1.Width / 2.35
Label8.Top = Label7.Top + 30
Label8.Left = Label7.Left + 30
Label9.Top = Form1.Height / 1.5
Label9.Left = Form1.Width / 1.3
Label10.Top = Label9.Top + 30
Label10.Left = Label9.Left + 30
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -