?? mainform.frm
字號:
VERSION 5.00
Begin VB.Form mainform
Caption = "企業工資管理系統"
ClientHeight = 10860
ClientLeft = 60
ClientTop = 345
ClientWidth = 12975
LinkTopic = "Form1"
Picture = "mainform.frx":0000
ScaleHeight = 10860
ScaleWidth = 12975
WindowState = 2 'Maximized
Begin VB.CommandButton cmdcancel
Caption = "退出"
BeginProperty Font
Name = "楷體_GB2312"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 9360
TabIndex = 5
Top = 8520
Width = 2535
End
Begin VB.CommandButton anatable
Caption = "統計報表"
BeginProperty Font
Name = "楷體_GB2312"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 9360
TabIndex = 4
Top = 7200
Width = 2535
End
Begin VB.CommandButton payofftable
Caption = "工資發放"
BeginProperty Font
Name = "楷體_GB2312"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 9360
TabIndex = 3
Top = 5760
Width = 2535
End
Begin VB.CommandButton specialmanage
Caption = "特殊項管理"
BeginProperty Font
Name = "楷體_GB2312"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 9360
TabIndex = 2
Top = 4320
Width = 2535
End
Begin VB.CommandButton posmanage
Caption = "職位管理"
BeginProperty Font
Name = "楷體_GB2312"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 9360
TabIndex = 1
Top = 2880
Width = 2535
End
Begin VB.CommandButton hrmanage
Caption = "人員管理"
BeginProperty Font
Name = "楷體_GB2312"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 9360
TabIndex = 0
Top = 1440
Width = 2535
End
End
Attribute VB_Name = "mainform"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub anatable_Click()
anaform.Show
End Sub
Private Sub cmdCancel_Click()
Me.Hide
End Sub
Private Sub hrmanage_Click()
HRForm.Show
End Sub
Private Sub payofftable_Click()
payform.Show
End Sub
Private Sub posmanage_Click()
PosForm.Show
End Sub
Private Sub specialmanage_Click()
SpecialForm.Show
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -