📄 分组交换.frm
字号:
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.1#0"; "RICHTX32.OCX"
Begin VB.Form Formb
BorderStyle = 0 'None
Caption = "Form2"
ClientHeight = 9000
ClientLeft = 0
ClientTop = -195
ClientWidth = 12000
LinkTopic = "Form2"
Picture = "分组交换.frx":0000
ScaleHeight = 9000
ScaleWidth = 12000
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin RichTextLib.RichTextBox rtb_fzjh
Height = 7000
Left = 4500
TabIndex = 9
Top = 1500
Width = 7000
_ExtentX = 12356
_ExtentY = 12356
_Version = 327680
Enabled = -1 'True
ScrollBars = 2
TextRTF = $"分组交换.frx":15F942
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "楷体_GB2312"
Size = 15.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin VB.CommandButton Command8
Height = 855
Left = 10080
Picture = "分组交换.frx":15FC0A
Style = 1 'Graphical
TabIndex = 7
ToolTipText = "返回"
Top = 360
Width = 1245
End
Begin VB.CommandButton Command7
Height = 615
Left = 480
Picture = "分组交换.frx":16336C
Style = 1 'Graphical
TabIndex = 6
Top = 7800
Width = 3615
End
Begin VB.CommandButton Command6
Height = 615
Left = 480
Picture = "分组交换.frx":169BBE
Style = 1 'Graphical
TabIndex = 5
Top = 6840
Width = 3615
End
Begin VB.CommandButton Command5
Height = 615
Left = 480
Picture = "分组交换.frx":17037C
Style = 1 'Graphical
TabIndex = 4
Top = 5760
Width = 3615
End
Begin VB.CommandButton Command4
Height = 615
Left = 480
Picture = "分组交换.frx":176B3A
Style = 1 'Graphical
TabIndex = 3
Top = 4680
Width = 3615
End
Begin VB.CommandButton Command3
Height = 615
Left = 480
Picture = "分组交换.frx":17CCD4
Style = 1 'Graphical
TabIndex = 2
Top = 3840
Width = 3615
End
Begin VB.CommandButton Command2
Height = 615
Left = 480
Picture = "分组交换.frx":182C2E
Style = 1 'Graphical
TabIndex = 1
Top = 2760
Width = 3615
End
Begin VB.CommandButton Command1
Height = 615
Left = 480
Picture = "分组交换.frx":189358
Style = 1 'Graphical
TabIndex = 0
Top = 1560
Width = 3615
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
BorderStyle = 1 'Fixed Single
Height = 975
Left = 2640
TabIndex = 8
Top = 360
Width = 5895
End
End
Attribute VB_Name = "Formb"
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_fzjh.filename = gdbpath & "分组交换简介.txt"
End Sub
Private Sub Command2_Click()
rtb_fzjh.filename = gdbpath & "分组交换功能.txt"
End Sub
Private Sub Command3_Click()
rtb_fzjh.filename = gdbpath & "分组交换入网方式通达地点.txt"
End Sub
Private Sub Command4_Click()
rtb_fzjh.filename = gdbpath & "分组交换主要收费.txt"
End Sub
Private Sub Command5_Click()
rtb_fzjh.filename = gdbpath & "分组交换基本月租费.txt"
End Sub
Private Sub Command6_Click()
rtb_fzjh.filename = gdbpath & "分组交换收费说明.txt"
End Sub
Private Sub Command7_Click()
rtb_fzjh.filename = gdbpath & "分组交换优惠项目.txt"
End Sub
Private Sub Command8_Click()
Forma.Show
Unload Me
End Sub
Private Sub Form_Load()
gdbpath = App.Path & "\"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -