📄 免费咨询电话.frm
字号:
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.1#0"; "RICHTX32.OCX"
Begin VB.Form Form13
BorderStyle = 0 'None
Caption = "Form13"
ClientHeight = 9000
ClientLeft = 0
ClientTop = 0
ClientWidth = 12000
LinkTopic = "Form13"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "免费咨询电话.frx":0000
ScaleHeight = 9000
ScaleWidth = 12000
ShowInTaskbar = 0 'False
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command2
Height = 615
Left = 480
Picture = "免费咨询电话.frx":15F942
Style = 1 'Graphical
TabIndex = 10
Top = 1560
Width = 3615
End
Begin VB.CommandButton Command3
Height = 615
Left = 480
Picture = "免费咨询电话.frx":165E34
Style = 1 'Graphical
TabIndex = 9
Top = 6000
Width = 3615
End
Begin VB.CommandButton Command4
Height = 615
Left = 480
Picture = "免费咨询电话.frx":16CDFA
Style = 1 'Graphical
TabIndex = 8
Top = 5160
Width = 3615
End
Begin VB.CommandButton Command5
Height = 615
Left = 480
Picture = "免费咨询电话.frx":174378
Style = 1 'Graphical
TabIndex = 7
Top = 4320
Width = 3615
End
Begin VB.CommandButton Command6
Height = 615
Left = 480
Picture = "免费咨询电话.frx":17A8FA
Style = 1 'Graphical
TabIndex = 6
Top = 3360
Width = 3615
End
Begin VB.CommandButton Command7
Height = 615
Left = 480
Picture = "免费咨询电话.frx":180E7C
Style = 1 'Graphical
TabIndex = 5
Top = 2400
Width = 3615
End
Begin VB.CommandButton Command8
Height = 615
Left = 480
Picture = "免费咨询电话.frx":1873FE
Style = 1 'Graphical
TabIndex = 4
Top = 7800
Width = 3615
End
Begin VB.CommandButton Command1
Height = 615
Left = 480
Picture = "免费咨询电话.frx":18D980
Style = 1 'Graphical
TabIndex = 3
Top = 6960
Width = 3615
End
Begin VB.CommandButton Command9
Height = 855
Left = 9840
Picture = "免费咨询电话.frx":194DB6
Style = 1 'Graphical
TabIndex = 2
Top = 360
Width = 1095
End
Begin RichTextLib.RichTextBox rtb_zf
Height = 6855
Left = 4440
TabIndex = 1
Top = 1560
Width = 6735
_ExtentX = 11880
_ExtentY = 12091
_Version = 327680
ScrollBars = 2
TextRTF = $"免费咨询电话.frx":199310
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.Label Label1
BackStyle = 0 'Transparent
BorderStyle = 1 'Fixed Single
Height = 975
Left = 2880
TabIndex = 0
Top = 360
Width = 5775
End
End
Attribute VB_Name = "Form13"
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 + -