?? welcome.frm
字號:
VERSION 5.00
Begin VB.Form welcome
Caption = "工資管理系統"
ClientHeight = 9765
ClientLeft = 60
ClientTop = 345
ClientWidth = 14985
LinkTopic = "Form1"
Picture = "welcome.frx":0000
ScaleHeight = 9765
ScaleWidth = 14985
StartUpPosition = 3 '窗口缺省
WindowState = 2 'Maximized
Begin VB.CommandButton Command2
Caption = "退出系統"
BeginProperty Font
Name = "楷體_GB2312"
Size = 15
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 2160
TabIndex = 4
Top = 7800
Width = 2655
End
Begin VB.CommandButton Command1
Caption = "點擊進入"
BeginProperty Font
Name = "楷體_GB2312"
Size = 15
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 2160
TabIndex = 1
Top = 6600
Width = 2655
End
Begin VB.Label Label3
AutoSize = -1 'True
BackColor = &H8000000B&
BackStyle = 0 'Transparent
Caption = "設計者:計科0611班 田耘"
BeginProperty Font
Name = "楷體_GB2312"
Size = 15.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 2160
TabIndex = 3
Top = 4800
Width = 4185
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "前臺:Visual Basic 后臺:Access"
BeginProperty Font
Name = "楷體_GB2312"
Size = 15.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 660
Left = 2160
TabIndex = 2
Top = 3240
Width = 3285
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "歡迎進入 企業工資管理系統"
BeginProperty Font
Name = "楷體_GB2312"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 2160
TabIndex = 0
Top = 1680
Width = 6855
End
End
Attribute VB_Name = "welcome"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
mainform.Show
End Sub
Private Sub Command2_Click()
Me.Hide
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -