📄 费用计算.frm
字号:
Top = 2040
Width = 6495
Begin VB.OptionButton Option8
BackColor = &H00C0C0FF&
Caption = "按户收费"
Height = 255
Left = 2640
TabIndex = 27
Top = 120
Value = -1 'True
Width = 1335
End
Begin VB.OptionButton Option7
BackColor = &H00C0C0FF&
Caption = "按面积收费"
Height = 255
Left = 480
TabIndex = 26
Top = 120
Width = 1455
End
Begin VB.TextBox Text5
ForeColor = &H000000FF&
Height = 270
Left = 4920
TabIndex = 25
Top = 120
Width = 1455
End
End
Begin VB.TextBox Text4
ForeColor = &H000000FF&
Height = 270
Left = 5880
TabIndex = 23
Top = 1800
Width = 1455
End
Begin VB.Frame Frame6
BackColor = &H00C0C0FF&
BorderStyle = 0 'None
Height = 495
Left = 960
TabIndex = 19
Top = 960
Width = 6495
Begin VB.TextBox Text3
ForeColor = &H000000FF&
Height = 270
Left = 4920
TabIndex = 22
Top = 120
Width = 1455
End
Begin VB.OptionButton Option6
BackColor = &H00C0C0FF&
Caption = "按户收费"
Height = 255
Left = 2640
TabIndex = 21
Top = 120
Value = -1 'True
Width = 1215
End
Begin VB.OptionButton Option5
BackColor = &H00C0C0FF&
Caption = "按面积收费"
Height = 255
Left = 480
TabIndex = 20
Top = 120
Width = 1575
End
End
Begin VB.Frame Frame5
BackColor = &H00C0C0FF&
BorderStyle = 0 'None
Height = 495
Left = 960
TabIndex = 15
Top = 600
Width = 6495
Begin VB.TextBox Text2
ForeColor = &H000000FF&
Height = 270
Left = 4920
TabIndex = 18
Top = 120
Width = 1455
End
Begin VB.OptionButton Option4
BackColor = &H00C0C0FF&
Caption = "按户收费"
Height = 255
Left = 2640
TabIndex = 17
Top = 120
Width = 1215
End
Begin VB.OptionButton Option3
BackColor = &H00C0C0FF&
Caption = "按面积收费"
Height = 255
Left = 480
TabIndex = 16
Top = 120
Value = -1 'True
Width = 1335
End
End
Begin VB.Frame Frame4
BackColor = &H00C0C0FF&
BorderStyle = 0 'None
Height = 495
Left = 960
TabIndex = 11
Top = 240
Width = 6495
Begin VB.TextBox Text1
BackColor = &H00FFFFFF&
ForeColor = &H000000FF&
Height = 270
Left = 4920
TabIndex = 14
Top = 120
Width = 1455
End
Begin VB.OptionButton Option2
BackColor = &H00C0C0FF&
Caption = "按户收费"
Height = 255
Left = 2640
TabIndex = 13
Top = 120
Width = 1455
End
Begin VB.OptionButton Option1
BackColor = &H00C0C0FF&
Caption = "按面积收费"
Height = 180
Left = 480
TabIndex = 12
Top = 120
Width = 1455
End
End
Begin VB.Label Label15
BorderStyle = 1 'Fixed Single
Caption = " 维修金:"
Height = 255
Left = 120
TabIndex = 47
Top = 1440
Width = 855
End
Begin VB.Label Label6
BorderStyle = 1 'Fixed Single
Caption = " 其它 2:"
Height = 255
Left = 120
TabIndex = 8
Top = 2520
Width = 855
End
Begin VB.Label Label5
BorderStyle = 1 'Fixed Single
Caption = " 其它 1:"
Height = 255
Left = 120
TabIndex = 7
Top = 2160
Width = 855
End
Begin VB.Label Label4
BorderStyle = 1 'Fixed Single
Caption = " 停车费:"
Height = 255
Left = 120
TabIndex = 6
Top = 1800
Width = 855
End
Begin VB.Label Label3
BorderStyle = 1 'Fixed Single
Caption = " 租 金:"
Height = 255
Left = 120
TabIndex = 5
Top = 1080
Width = 855
End
Begin VB.Label Label2
BorderStyle = 1 'Fixed Single
Caption = " 排污费:"
Height = 255
Left = 120
TabIndex = 4
Top = 720
Width = 855
End
Begin VB.Label Label1
BorderStyle = 1 'Fixed Single
Caption = " 管理费:"
Height = 255
Left = 120
TabIndex = 3
Top = 360
Width = 855
End
End
End
Attribute VB_Name = "费用计算"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Cmdexit_Click()
If MsgBox("你选择退出系统!" & vbCrLf & "是否真的退出?", vbYesNo + vbQuestion, "温馨提示") = vbYes Then
End
End If
End Sub
Private Sub Cmdok_Click()
物业管理系统.Show
Unload Me
End Sub
Private Sub Form_Load()
Text1.Text = 20
Text2.Text = 10
If Option3.Value Then
Text3.Text = 500
Else
Text3.Text = 0
End If
Text4.Text = 200
Text5.Text = 20
Text6.Text = 20
Text7.Text = 10
Text8.Text = 0.6
Text9.Text = 1.2
Text10.Text = 60
Text11.Text = 0.8
Text12.Text = 1.6
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -