📄 传真存储转发.frm
字号:
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.1#0"; "RICHTX32.OCX"
Begin VB.Form Formd
BorderStyle = 0 'None
Caption = "Form6"
ClientHeight = 9000
ClientLeft = 0
ClientTop = 0
ClientWidth = 12000
LinkTopic = "Form6"
Picture = "传真存储转发.frx":0000
ScaleHeight = 9000
ScaleWidth = 12000
ShowInTaskbar = 0 'False
StartUpPosition = 3 'Windows Default
Begin RichTextLib.RichTextBox rtb_czcc
Height = 7000
Left = 4500
TabIndex = 7
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 = 15.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin VB.CommandButton Command14
Height = 615
Left = 480
Picture = "传真存储转发.frx":15FC0A
Style = 1 'Graphical
TabIndex = 5
Top = 1560
Width = 3615
End
Begin VB.CommandButton Command13
Height = 615
Left = 480
Picture = "传真存储转发.frx":1660FC
Style = 1 'Graphical
TabIndex = 4
Top = 3120
Width = 3615
End
Begin VB.CommandButton Command11
Height = 615
Left = 480
Picture = "传真存储转发.frx":16C5EE
Style = 1 'Graphical
TabIndex = 3
Top = 6120
Width = 3615
End
Begin VB.CommandButton Command10
Height = 615
Left = 480
Picture = "传真存储转发.frx":172DAC
Style = 1 'Graphical
TabIndex = 2
Top = 7680
Width = 3615
End
Begin VB.CommandButton Command9
Height = 615
Left = 480
Picture = "传真存储转发.frx":17929E
Style = 1 'Graphical
TabIndex = 1
Top = 4680
Width = 3615
End
Begin VB.CommandButton Command6
Height = 850
Left = 10440
Picture = "传真存储转发.frx":17F670
Style = 1 'Graphical
TabIndex = 0
ToolTipText = "返回"
Top = 480
Width = 1245
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
BorderStyle = 1 'Fixed Single
Height = 975
Left = 2760
TabIndex = 6
Top = 360
Width = 5655
End
End
Attribute VB_Name = "Formd"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim gdbpath As String
Private Sub Command14_Click()
rtb_czcc.filename = gdbpath & "传真存储简介.txt"
End Sub
Private Sub Command13_Click()
rtb_czcc.filename = gdbpath & "传真存储功能.txt"
End Sub
Private Sub Command9_Click()
rtb_czcc.filename = gdbpath & "传真存储实用便利.txt"
End Sub
Private Sub Command11_Click()
rtb_czcc.filename = gdbpath & "传真存储资费标准.txt"
End Sub
Private Sub Command10_Click()
rtb_czcc.filename = gdbpath & "传真存储业务受礼.txt"
End Sub
Private Sub Command6_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 + -