📄 业务资费.frm
字号:
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.1#0"; "RICHTX32.OCX"
Begin VB.Form Form10
BorderStyle = 0 'None
Caption = "Form10"
ClientHeight = 9000
ClientLeft = 0
ClientTop = 0
ClientWidth = 12000
LinkTopic = "Form10"
Picture = "业务资费.frx":0000
ScaleHeight = 9000
ScaleWidth = 12000
ShowInTaskbar = 0 'False
StartUpPosition = 3 'Windows Default
Begin RichTextLib.RichTextBox rtb_zf
Height = 7000
Left = 4500
TabIndex = 10
Top = 1500
Width = 7000
_ExtentX = 12356
_ExtentY = 12356
_Version = 327680
ScrollBars = 2
TextRTF = $"业务资费.frx":15F942
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "楷体_GB2312"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin VB.CommandButton Command9
Height = 855
Left = 9840
Picture = "业务资费.frx":15FC0A
Style = 1 'Graphical
TabIndex = 9
ToolTipText = "返回"
Top = 360
Width = 1215
End
Begin VB.CommandButton Command1
Height = 615
Left = 480
Picture = "业务资费.frx":16336C
Style = 1 'Graphical
TabIndex = 8
Top = 6960
Width = 3615
End
Begin VB.CommandButton Command8
Height = 615
Left = 480
Picture = "业务资费.frx":16A7A2
Style = 1 'Graphical
TabIndex = 7
Top = 7800
Width = 3615
End
Begin VB.CommandButton Command7
Height = 615
Left = 480
Picture = "业务资费.frx":170D24
Style = 1 'Graphical
TabIndex = 6
Top = 2400
Width = 3615
End
Begin VB.CommandButton Command6
Height = 615
Left = 480
Picture = "业务资费.frx":1772A6
Style = 1 'Graphical
TabIndex = 5
Top = 3360
Width = 3615
End
Begin VB.CommandButton Command5
Height = 615
Left = 480
Picture = "业务资费.frx":17D828
Style = 1 'Graphical
TabIndex = 4
Top = 4320
Width = 3615
End
Begin VB.CommandButton Command4
Height = 615
Left = 480
Picture = "业务资费.frx":183DAA
Style = 1 'Graphical
TabIndex = 3
Top = 5160
Width = 3615
End
Begin VB.CommandButton Command3
Height = 615
Left = 480
Picture = "业务资费.frx":18B328
Style = 1 'Graphical
TabIndex = 2
Top = 6000
Width = 3615
End
Begin VB.CommandButton Command2
Height = 615
Left = 480
Picture = "业务资费.frx":1922EE
Style = 1 'Graphical
TabIndex = 1
Top = 1560
Width = 3615
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
BorderStyle = 1 'Fixed Single
Height = 975
Left = 2760
TabIndex = 0
Top = 360
Width = 5655
End
End
Attribute VB_Name = "Form10"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim gdbpath As String
Private Sub Command1_Click()
rtb_zf.filename = gdbpath & "资费“800”受话人集中付费.txt"
End Sub
Private Sub Command2_Click()
rtb_zf.filename = gdbpath & "资费IC电话卡.txt"
End Sub
Private Sub Command3_Click()
rtb_zf.filename = gdbpath & "资费“200”电话卡.txt"
End Sub
Private Sub Command4_Click()
rtb_zf.filename = gdbpath & "资费“300”电话卡.txt"
End Sub
Private Sub Command5_Click()
rtb_zf.filename = gdbpath & "资费“3012”智能公话.txt"
End Sub
Private Sub Command6_Click()
rtb_zf.filename = gdbpath & "资费程控新业务.txt"
End Sub
Private Sub Command7_Click()
rtb_zf.filename = gdbpath & "资费信息业务.txt"
End Sub
Private Sub Command8_Click()
rtb_zf.filename = gdbpath & "资费“166”语音信箱.txt"
End Sub
Private Sub Command9_Click()
Form1.Show
Unload Me
End Sub
Private Sub Form_Load()
gdbpath = App.Path & "\"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -