📄 mainform.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form mainform
Caption = "财务管理系统"
ClientHeight = 6405
ClientLeft = 165
ClientTop = 855
ClientWidth = 9300
LinkTopic = "Form1"
Picture = "mainform.frx":0000
ScaleHeight = 6405
ScaleWidth = 9300
StartUpPosition = 3 '窗口缺省
Begin MSComctlLib.StatusBar StatusBar1
Align = 2 'Align Bottom
Height = 375
Left = 0
TabIndex = 1
Top = 6030
Width = 9300
_ExtentX = 16404
_ExtentY = 661
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 1
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Text = "bianca制作开发"
TextSave = "bianca制作开发"
EndProperty
EndProperty
End
Begin MSComctlLib.Toolbar Toolbar1
Align = 1 'Align Top
Height = 810
Left = 0
TabIndex = 0
Top = 0
Width = 9300
_ExtentX = 16404
_ExtentY = 1429
ButtonWidth = 1773
ButtonHeight = 1270
Appearance = 1
ImageList = "ImageList1"
_Version = 393216
BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628}
NumButtons = 5
BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "管理员设置"
Key = "管理员设置"
Object.ToolTipText = "管理员设置"
ImageIndex = 1
EndProperty
BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "工资管理"
Key = "工资管理"
Object.ToolTipText = "工资管理"
ImageIndex = 2
EndProperty
BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "固定资产"
Key = "固定资产"
Object.ToolTipText = "固定资产"
ImageIndex = 3
EndProperty
BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "流动资产"
Key = "流动资产"
Object.ToolTipText = "流动资产"
ImageIndex = 4
EndProperty
BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "退出"
Key = "退出"
Object.ToolTipText = "退出"
ImageIndex = 5
EndProperty
EndProperty
End
Begin MSComctlLib.ImageList ImageList1
Left = 8640
Top = 5400
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483643
ImageWidth = 28
ImageHeight = 28
MaskColor = 12632256
_Version = 393216
BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628}
NumListImages = 5
BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "mainform.frx":D2ED8
Key = ""
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "mainform.frx":D4532
Key = ""
EndProperty
BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "mainform.frx":D5B8C
Key = ""
EndProperty
BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "mainform.frx":D71E6
Key = ""
EndProperty
BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "mainform.frx":D8840
Key = ""
EndProperty
EndProperty
End
Begin VB.Menu glysz
Caption = "管理员设置"
Begin VB.Menu tjgly
Caption = "添加管理员"
End
Begin VB.Menu ggglymm
Caption = "更改管理员密码"
End
Begin VB.Menu glyzx
Caption = "管理员注销"
End
End
Begin VB.Menu gzgl
Caption = "工资管理"
Begin VB.Menu kqgl
Caption = "考勤管理"
Begin VB.Menu zjkqjl
Caption = "增加考勤记录"
End
Begin VB.Menu xgkqjl
Caption = "修改考勤记录"
End
Begin VB.Menu cxkqjl
Caption = "查询考勤记录"
End
End
Begin VB.Menu gzgx
Caption = "工资更新"
Begin VB.Menu jsgz
Caption = "计算工资"
End
Begin VB.Menu zjgzjl
Caption = "增加工资记录"
End
Begin VB.Menu xggzjl
Caption = "修改工资记录"
End
Begin VB.Menu cxgzjl
Caption = "查询工资记录"
End
Begin VB.Menu scgzjl
Caption = "删除工资记录"
End
End
End
Begin VB.Menu gdzc
Caption = "固定资产"
Begin VB.Menu zjgdzcjl
Caption = "增加固定资产记录"
End
Begin VB.Menu xggdzcjl
Caption = "修改固定资产记录"
End
Begin VB.Menu gdzcjlsc
Caption = "固定资产记录删除"
End
Begin VB.Menu cxgdzc
Caption = "查询固定资产"
End
End
Begin VB.Menu ldzc
Caption = "流动资产"
Begin VB.Menu zjbxjl
Caption = "增加报销记录"
End
Begin VB.Menu cxbxjl
Caption = "查询报销记录"
End
Begin VB.Menu dcbxjl
Caption = "导出报销记录"
End
End
End
Attribute VB_Name = "mainform"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub ggglymm_Click()
changepass.Show
End Sub
Private Sub glyzx_Click()
Me.Hide
AdminLogin.User.Text = "" '登录窗体信息清空
AdminLogin.Pass.Text = ""
AdminLogin.Show '显示注销(登录)窗体
End Sub
Private Sub tjgly_Click()
AddAdmin.Show
End Sub
Private Sub Toolbar1_ButtonClick(ByVal Button As MSComctlLib.Button)
Select Case Button.Key
Case "管理员设置"
admfrm.Show
Case "工资管理"
frmgongzi.Show
Case "固定资产"
frmgmain.Show
Case "流动资产"
frmliudong.Show
Case "退出"
End
End Select
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -