📄 物业收费系统.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form Form1
BackColor = &H00C0E0FF&
Caption = "Form1"
ClientHeight = 5085
ClientLeft = 4560
ClientTop = 4515
ClientWidth = 6015
Icon = "物业收费系统.frx":0000
LinkTopic = "Form1"
ScaleHeight = 5085
ScaleWidth = 6015
WindowState = 2 'Maximized
Begin MSComctlLib.StatusBar StatusBar1
Align = 2 'Align Bottom
Height = 375
Left = 0
TabIndex = 1
Top = 4710
Width = 6015
_ExtentX = 10610
_ExtentY = 661
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 4
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Object.Width = 5292
MinWidth = 5292
Text = "欢迎使用该物业收费系统!"
TextSave = "欢迎使用该物业收费系统!"
Key = "k1"
EndProperty
BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 6
Object.Width = 5292
MinWidth = 5292
TextSave = "2008-3-9"
Key = "k2"
EndProperty
BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 5
Object.Width = 5292
MinWidth = 5292
TextSave = "20:46"
Key = "k3"
EndProperty
BeginProperty Panel4 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Object.Width = 7056
MinWidth = 7056
Text = "作者:zhkl"
TextSave = "作者:zhkl"
Key = "k4"
EndProperty
EndProperty
End
Begin MSComctlLib.ImageList ImageList1
Left = 2520
Top = 2400
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483643
ImageWidth = 32
ImageHeight = 32
MaskColor = 12632256
_Version = 393216
BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628}
NumListImages = 4
BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "物业收费系统.frx":08CA
Key = "key1"
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "物业收费系统.frx":11A4
Key = "key2"
EndProperty
BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "物业收费系统.frx":153E
Key = "key3"
EndProperty
BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "物业收费系统.frx":1E18
Key = "key4"
EndProperty
EndProperty
End
Begin MSComctlLib.Toolbar Toolbar1
Align = 1 'Align Top
Height = 660
Left = 0
TabIndex = 0
Top = 0
Width = 6015
_ExtentX = 10610
_ExtentY = 1164
ButtonWidth = 1032
ButtonHeight = 1005
Appearance = 1
ImageList = "ImageList1"
_Version = 393216
BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628}
NumButtons = 4
BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628}
Key = "g1"
Object.ToolTipText = "小区信息添加和修改"
ImageIndex = 1
EndProperty
BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628}
Key = "g2"
Object.ToolTipText = "业主信息添加和修改"
ImageIndex = 2
EndProperty
BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628}
Key = "g3"
Object.ToolTipText = "收费标准设定"
ImageIndex = 3
EndProperty
BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628}
Key = "g4"
Object.ToolTipText = "本月水电气录入"
ImageIndex = 4
EndProperty
EndProperty
BorderStyle = 1
End
Begin VB.Menu sje
Caption = "数据编辑(&D)"
Begin VB.Menu xqdj
Caption = "小区名称生成"
End
Begin VB.Menu dldj
Caption = "小区大楼编号生成"
End
Begin VB.Menu dydj
Caption = "大楼单元数生成"
End
Begin VB.Menu xq1
Caption = "小区信息登记"
End
Begin VB.Menu yzdj
Caption = "业主信息登记"
End
Begin VB.Menu sfbz
Caption = "收费项目及标准"
End
Begin VB.Menu sdqlr
Caption = "水电气录入"
End
Begin VB.Menu e
Caption = "-"
End
Begin VB.Menu exit
Caption = "退出(&Z)"
End
End
Begin VB.Menu sfgl
Caption = "收费管理(&M)"
Begin VB.Menu xqjf
Caption = "小区本月缴费表"
End
Begin VB.Menu xqzb
Caption = "小区缴费总表"
End
End
Begin VB.Menu help
Caption = "帮助(&H)"
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub dldj_Click()
frm_dl.Show
End Sub
Private Sub dydj_Click()
frm_dy.Show
End Sub
Private Sub exit_Click()
End
End Sub
Private Sub xqdj_Click()
frm_xqmz.Show
End Sub
Private Sub yzdj_Click()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -