?? 綜合業務數字網.frm
字號:
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.1#0"; "RICHTX32.OCX"
Begin VB.Form Forme
BorderStyle = 0 'None
Caption = "Form5"
ClientHeight = 9000
ClientLeft = 0
ClientTop = 0
ClientWidth = 12000
BeginProperty Font
Name = "幼圓"
Size = 26.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form5"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "綜合業務數字網.frx":0000
ScaleHeight = 9000
ScaleWidth = 12000
ShowInTaskbar = 0 'False
StartUpPosition = 3 'Windows Default
Begin RichTextLib.RichTextBox rtb_zhyw
Height = 7000
Left = 4500
TabIndex = 8
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 Command14
Height = 615
Left = 480
Picture = "綜合業務數字網.frx":15FC0A
Style = 1 'Graphical
TabIndex = 6
Top = 1560
Width = 3615
End
Begin VB.CommandButton Command13
Height = 615
Left = 480
Picture = "綜合業務數字網.frx":1663C8
Style = 1 'Graphical
TabIndex = 5
Top = 2880
Width = 3615
End
Begin VB.CommandButton Command12
Height = 615
Left = 480
Picture = "綜合業務數字網.frx":16CB86
Style = 1 'Graphical
TabIndex = 4
Top = 4080
Width = 3615
End
Begin VB.CommandButton Command11
Height = 615
Left = 480
Picture = "綜合業務數字網.frx":173344
Style = 1 'Graphical
TabIndex = 3
Top = 6600
Width = 3615
End
Begin VB.CommandButton Command10
Height = 615
Left = 480
Picture = "綜合業務數字網.frx":179B02
Style = 1 'Graphical
TabIndex = 2
Top = 7800
Width = 3615
End
Begin VB.CommandButton Command9
Height = 615
Left = 480
Picture = "綜合業務數字網.frx":180354
Style = 1 'Graphical
TabIndex = 1
Top = 5400
Width = 3615
End
Begin VB.CommandButton Command5
BeginProperty Font
Name = "宋體"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 850
Left = 10200
Picture = "綜合業務數字網.frx":186B12
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 = 2640
TabIndex = 7
Top = 360
Width = 5895
End
End
Attribute VB_Name = "Forme"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim gdbpath As String
Private Sub Command12_Click()
rtb_zhyw.filename = gdbpath & "綜合業務用戶終端.txt"
End Sub
Private Sub Command14_Click()
rtb_zhyw.filename = gdbpath & "綜合業務簡介.txt"
End Sub
Private Sub Command13_Click()
rtb_zhyw.filename = gdbpath & "綜合業務特點.txt"
End Sub
Private Sub Command9_Click()
rtb_zhyw.filename = gdbpath & "綜合業務實用便利.txt"
End Sub
Private Sub Command11_Click()
rtb_zhyw.filename = gdbpath & "綜合業務資費標準.txt"
End Sub
Private Sub Command10_Click()
rtb_zhyw.filename = gdbpath & "綜合業務業務受禮.txt"
End Sub
Private Sub Command5_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 + -