📄 frmmain.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.MDIForm frmmain
BackColor = &H80000018&
Caption = "维修管理系统"
ClientHeight = 9510
ClientLeft = 60
ClientTop = 750
ClientWidth = 13980
LinkTopic = "MDIForm1"
StartUpPosition = 2 '屏幕中心
Begin MSComctlLib.ImageList ImageList1
Left = 5160
Top = 4440
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483643
ImageWidth = 32
ImageHeight = 32
MaskColor = 12632256
_Version = 393216
BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628}
NumListImages = 9
BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmmain.frx":0000
Key = ""
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmmain.frx":08DA
Key = ""
EndProperty
BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmmain.frx":0D2C
Key = ""
EndProperty
BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmmain.frx":1046
Key = ""
EndProperty
BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmmain.frx":1360
Key = ""
EndProperty
BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmmain.frx":23F2
Key = ""
EndProperty
BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmmain.frx":270C
Key = ""
EndProperty
BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmmain.frx":32B6
Key = ""
EndProperty
BeginProperty ListImage9 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmmain.frx":35D0
Key = ""
EndProperty
EndProperty
End
Begin MSComctlLib.StatusBar StatusBar1
Align = 2 'Align Bottom
Height = 375
Left = 0
TabIndex = 1
Top = 9135
Width = 13980
_ExtentX = 24659
_ExtentY = 661
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 2
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 6
TextSave = "2008-11-16"
EndProperty
BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628}
EndProperty
EndProperty
End
Begin MSComctlLib.Toolbar Toolbar1
Align = 1 'Align Top
Height = 855
Left = 0
TabIndex = 0
Top = 0
Width = 13980
_ExtentX = 24659
_ExtentY = 1508
ButtonWidth = 1455
ButtonHeight = 1349
Appearance = 1
ImageList = "ImageList1"
_Version = 393216
BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628}
NumButtons = 8
BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "设备管理"
Key = "sbgl"
ImageIndex = 1
EndProperty
BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "零件管理"
Key = "ljgl"
ImageIndex = 2
EndProperty
BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "人员管理"
Key = "rygl"
ImageIndex = 3
EndProperty
BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "维修管理"
Key = "wxgl"
ImageIndex = 4
EndProperty
BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "查询"
Key = "cx"
ImageIndex = 5
EndProperty
BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "报表"
Key = "bb"
ImageIndex = 6
EndProperty
BeginProperty Button7 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "数据备份"
Key = "sjbf"
ImageIndex = 8
EndProperty
BeginProperty Button8 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "退出"
Key = "exit"
ImageIndex = 9
EndProperty
EndProperty
End
Begin VB.Menu sbgl
Caption = "设备管理"
End
Begin VB.Menu ljgl
Caption = "零件管理"
End
Begin VB.Menu rygl
Caption = "人员管理"
End
Begin VB.Menu wxgl
Caption = "维修管理"
End
Begin VB.Menu cx
Caption = "查询"
End
Begin VB.Menu bbgl
Caption = "报表管理"
Begin VB.Menu ljsyqkb
Caption = "零件使用情况表"
End
Begin VB.Menu gbmbxqkb
Caption = "各部门报修情况表"
End
Begin VB.Menu ygqkb
Caption = "员工情况表"
End
End
Begin VB.Menu xtgl
Caption = "系统管理"
Begin VB.Menu yhgl
Caption = "用户管理"
End
Begin VB.Menu sjkbf
Caption = "数据库备份"
End
Begin VB.Menu sjkhf
Caption = "数据库恢复"
End
End
End
Attribute VB_Name = "frmmain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cx_Click()
frmquery.Show
End Sub
Private Sub gbmbxqkb_Click()
DataReport2.Show
End Sub
Private Sub ljgl_Click()
frmljgl.Show
End Sub
Private Sub ljsyqkb_Click()
DataReport1.Show
End Sub
Private Sub rygl_Click()
frmyggl.Show
End Sub
Private Sub sbgl_Click()
frmsbgl.Show
End Sub
Private Sub sjkbf_Click()
frmback.Show
End Sub
Private Sub sjkhf_Click()
frmrestore.Show
End Sub
Private Sub tbxs_Click()
frmmap.Show
End Sub
Private Sub Toolbar1_ButtonClick(ByVal Button As MSComctlLib.Button)
Select Case Button.Key
Case Is = "exit"
End
Case Is = "rygl"
frmyggl.Show
Case Is = "ljgl"
frmljgl.Show
Case Is = "sbgl"
frmsbgl.Show
Case Is = "wxgl"
frmwxgl.Show
Case Is = "cx"
frmquery.Show
Case Is = "sjbf"
frmback.Show
Case Is = "bb"
frmbbxs.Show
End Select
End Sub
Private Sub wxgl_Click()
frmwxgl.Show
End Sub
Private Sub ygqkb_Click()
DataReport3.Show
End Sub
Private Sub yhgl_Click()
frmyhgl.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -