📄 form5.frm
字号:
VERSION 5.00
Begin VB.Form frmcharge
Caption = "费用汇总"
ClientHeight = 5415
ClientLeft = 60
ClientTop = 345
ClientWidth = 4065
LinkTopic = "Form5"
MDIChild = -1 'True
ScaleHeight = 5415
ScaleWidth = 4065
Begin VB.CommandButton Command2
Caption = "取消"
Height = 375
Left = 3000
TabIndex = 27
Top = 1080
Width = 855
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 375
Left = 3000
TabIndex = 26
Top = 480
Width = 855
End
Begin VB.TextBox Text13
Height = 375
Left = 1440
TabIndex = 25
Text = "Text1"
Top = 4680
Width = 1095
End
Begin VB.TextBox Text12
Height = 375
Left = 1440
TabIndex = 24
Text = "Text1"
Top = 4320
Width = 1095
End
Begin VB.TextBox Text11
Height = 375
Left = 1440
TabIndex = 23
Text = "Text1"
Top = 3960
Width = 1095
End
Begin VB.TextBox Text10
Height = 375
Left = 1440
TabIndex = 22
Text = "Text1"
Top = 3600
Width = 1095
End
Begin VB.TextBox Text9
Height = 375
Left = 1440
TabIndex = 21
Text = "Text1"
Top = 3240
Width = 1095
End
Begin VB.TextBox Text8
Height = 375
Left = 1440
TabIndex = 20
Text = "Text1"
Top = 2880
Width = 1095
End
Begin VB.TextBox Text7
Height = 375
Left = 1440
TabIndex = 19
Text = "Text1"
Top = 2520
Width = 1095
End
Begin VB.TextBox Text6
Height = 375
Left = 1440
TabIndex = 18
Text = "Text1"
Top = 2160
Width = 1095
End
Begin VB.TextBox Text5
Height = 375
Left = 1440
TabIndex = 17
Text = "Text1"
Top = 1800
Width = 1095
End
Begin VB.TextBox Text4
Height = 375
Left = 1440
TabIndex = 16
Text = "Text1"
Top = 1440
Width = 1095
End
Begin VB.TextBox Text3
Height = 375
Left = 1440
TabIndex = 15
Text = "Text1"
Top = 1080
Width = 1095
End
Begin VB.TextBox Text2
Height = 375
Left = 1440
TabIndex = 14
Text = "Text1"
Top = 720
Width = 1095
End
Begin VB.TextBox Text1
Height = 375
Left = 1440
TabIndex = 13
Text = "Text1"
Top = 360
Width = 1095
End
Begin VB.Label Label22
Caption = "元"
Height = 255
Left = 2640
TabIndex = 36
Top = 4440
Width = 255
End
Begin VB.Label Label21
Caption = "元"
Height = 255
Left = 2640
TabIndex = 35
Top = 4080
Width = 255
End
Begin VB.Label Label20
Caption = "元"
Height = 255
Left = 2640
TabIndex = 34
Top = 3720
Width = 255
End
Begin VB.Label Label19
Caption = "元"
Height = 255
Left = 2640
TabIndex = 33
Top = 3360
Width = 255
End
Begin VB.Label Label18
Caption = "元"
Height = 255
Left = 2640
TabIndex = 32
Top = 3000
Width = 255
End
Begin VB.Label Label17
Caption = "元"
Height = 255
Left = 2640
TabIndex = 31
Top = 2640
Width = 255
End
Begin VB.Label Label16
Caption = "元"
Height = 255
Left = 2640
TabIndex = 30
Top = 2280
Width = 255
End
Begin VB.Label Label15
Caption = "元"
Height = 255
Left = 2640
TabIndex = 29
Top = 1920
Width = 255
End
Begin VB.Label Label14
Caption = "元"
Height = 255
Left = 2640
TabIndex = 28
Top = 1560
Width = 255
End
Begin VB.Label Label13
Caption = "备注"
Height = 255
Left = 240
TabIndex = 12
Top = 4800
Width = 735
End
Begin VB.Label Label12
Caption = "合计"
Height = 255
Left = 240
TabIndex = 11
Top = 4440
Width = 735
End
Begin VB.Label Label11
Caption = "房产维修费用"
Height = 255
Left = 240
TabIndex = 10
Top = 4080
Width = 1095
End
Begin VB.Label Label10
Caption = "设施维修费用"
Height = 255
Left = 240
TabIndex = 9
Top = 3720
Width = 1095
End
Begin VB.Label Label9
Caption = "综合费用"
Height = 255
Left = 240
TabIndex = 8
Top = 3360
Width = 735
End
Begin VB.Label Label8
Caption = "管理费"
Height = 255
Left = 240
TabIndex = 7
Top = 3000
Width = 735
End
Begin VB.Label Label7
Caption = "燃气费"
Height = 255
Left = 240
TabIndex = 6
Top = 2640
Width = 735
End
Begin VB.Label Label6
Caption = "电费"
Height = 255
Left = 240
TabIndex = 5
Top = 2160
Width = 735
End
Begin VB.Label Label5
Caption = "水费"
Height = 255
Left = 240
TabIndex = 4
Top = 1800
Width = 735
End
Begin VB.Label Label4
Caption = "租金"
Height = 255
Left = 240
TabIndex = 3
Top = 1440
Width = 735
End
Begin VB.Label Label3
Caption = "房间编号"
Height = 255
Left = 240
TabIndex = 2
Top = 1080
Width = 735
End
Begin VB.Label Label2
Caption = "期间"
Height = 255
Left = 240
TabIndex = 1
Top = 720
Width = 735
End
Begin VB.Label Label1
Caption = "年度"
Height = 255
Left = 240
TabIndex = 0
Top = 360
Width = 735
End
End
Attribute VB_Name = "frmcharge"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -