📄 feenumeration.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form FeeNumeration
AutoRedraw = -1 'True
Caption = "电费计算"
ClientHeight = 4530
ClientLeft = 60
ClientTop = 345
ClientWidth = 7545
Icon = "FeeNumeration.frx":0000
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4530
ScaleWidth = 7545
StartUpPosition = 2 '屏幕中心
Begin VB.CheckBox Check1
Caption = "快速计算"
Height = 240
Left = 120
TabIndex = 16
Top = 4170
Width = 1110
End
Begin MSComctlLib.ProgressBar PrBar2
Height = 255
Left = 120
TabIndex = 15
Top = 3720
Width = 7335
_ExtentX = 12938
_ExtentY = 450
_Version = 393216
Appearance = 1
End
Begin VB.Frame Frame3
Caption = "进度"
Height = 2055
Left = 4800
TabIndex = 9
Top = 1200
Width = 2655
Begin VB.Label Label5
BorderStyle = 1 'Fixed Single
Height = 255
Left = 120
TabIndex = 14
Top = 1680
Width = 2415
End
Begin VB.Label Label4
BorderStyle = 1 'Fixed Single
Height = 255
Left = 120
TabIndex = 13
Top = 1320
Width = 2415
End
Begin VB.Label Label3
BorderStyle = 1 'Fixed Single
Height = 255
Left = 120
TabIndex = 12
Top = 960
Width = 2415
End
Begin VB.Label Label2
BorderStyle = 1 'Fixed Single
Height = 255
Left = 120
TabIndex = 11
Top = 600
Width = 2415
End
Begin VB.Label Label1
BorderStyle = 1 'Fixed Single
Height = 255
Left = 120
TabIndex = 10
Top = 240
Width = 2415
End
End
Begin VB.CommandButton Command2
BackColor = &H0080C0FF&
Caption = "退出(&E)"
Height = 375
Left = 6240
TabIndex = 6
Top = 4080
Width = 1215
End
Begin VB.CommandButton Command1
BackColor = &H0080C0FF&
Caption = "开始(&S)"
Height = 375
Left = 4695
TabIndex = 5
Top = 4095
Width = 1215
End
Begin MSComctlLib.ProgressBar PrBar1
Height = 255
Left = 105
TabIndex = 4
Top = 3360
Visible = 0 'False
Width = 7335
_ExtentX = 12938
_ExtentY = 450
_Version = 393216
Appearance = 1
End
Begin VB.Frame Frame2
Caption = "范围选择"
Height = 2055
Left = 120
TabIndex = 3
Top = 1200
Width = 4455
Begin VB.ListBox List2
Height = 1680
ItemData = "FeeNumeration.frx":030A
Left = 2265
List = "FeeNumeration.frx":030C
MultiSelect = 1 'Simple
Sorted = -1 'True
TabIndex = 8
Top = 240
Width = 2100
End
Begin VB.ListBox List1
Height = 1680
Left = 120
Sorted = -1 'True
TabIndex = 7
Top = 240
Width = 1575
End
Begin VB.Image Image1
Height = 480
Left = 1755
Picture = "FeeNumeration.frx":030E
Top = 720
Width = 480
End
End
Begin VB.Frame Frame1
Caption = "方式选择"
Height = 855
Left = 105
TabIndex = 0
Top = 105
Width = 7365
Begin VB.TextBox Text1
Height = 285
Left = 5250
TabIndex = 18
Top = 330
Width = 1560
End
Begin VB.OptionButton Option2
Caption = "选择计算"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 270
Left = 2400
TabIndex = 2
Top = 360
Width = 1575
End
Begin VB.OptionButton Option1
Caption = "计算全部"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 480
TabIndex = 1
Top = 360
Value = -1 'True
Width = 1575
End
Begin VB.Label Label6
Caption = "只算一户:"
Height = 225
Left = 4140
TabIndex = 17
Top = 405
Width = 975
End
End
Begin VB.Image Image2
Height = 930
Left = 5640
Picture = "FeeNumeration.frx":0750
Top = 1800
Width = 1155
End
End
Attribute VB_Name = "FeeNumeration"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Dim Star_stop As Boolean
Dim sxMeter As Boolean
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -