📄 frmywjs_next.frm
字号:
VERSION 5.00
Object = "{D27CDB6B-AE6D-11CF-96B8-444553540000}#1.0#0"; "Flash.ocx"
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form frmywjs_next
BorderStyle = 0 'None
ClientHeight = 9000
ClientLeft = 0
ClientTop = 0
ClientWidth = 11790
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "frmywjs_next.frx":0000
ScaleHeight = 9000
ScaleWidth = 11790
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
WindowState = 2 'Maximized
Begin ShockwaveFlashObjectsCtl.ShockwaveFlash ShockwaveFlash1
Height = 1050
Left = 975
TabIndex = 6
Top = 7785
Width = 10785
_cx = 19024
_cy = 1852
FlashVars = ""
Movie = "c:/多媒体查询系统/skin/ywjs.swf"
Src = "c:/多媒体查询系统/skin/ywjs.swf"
WMode = "Window"
Play = -1 'True
Loop = -1 'True
Quality = "High"
SAlign = ""
Menu = -1 'True
Base = ""
Scale = "NoBorder"
DeviceFont = 0 'False
EmbedMovie = -1 'True
BGColor = ""
SWRemote = ""
End
Begin VB.CommandButton Command5
Caption = "短信服务"
Height = 315
Left = 10455
TabIndex = 5
Top = 4875
Width = 1230
End
Begin VB.CommandButton Command4
Caption = "呼叫等待"
Height = 315
Left = 10455
TabIndex = 4
Top = 4386
Width = 1230
End
Begin VB.CommandButton Command3
Caption = "呼叫限制"
Height = 315
Left = 10455
TabIndex = 3
Top = 3899
Width = 1230
End
Begin VB.CommandButton Command2
Caption = "呼叫转移"
Height = 315
Left = 10455
TabIndex = 2
Top = 3412
Width = 1230
End
Begin VB.CommandButton Command1
Caption = "主叫号码显示"
Height = 315
Left = 10455
TabIndex = 1
Top = 2925
Width = 1230
End
Begin RichTextLib.RichTextBox RTB1
Height = 4020
Left = 3195
TabIndex = 0
Top = 2970
Width = 7110
_ExtentX = 12541
_ExtentY = 7091
_Version = 393217
BorderStyle = 0
Appearance = 0
TextRTF = $"frmywjs_next.frx":15F944
End
End
Attribute VB_Name = "frmywjs_next"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
RTB1.FileName = App.Path + "/txt/主叫号码显示.txt"
End Sub
Private Sub Command2_Click()
RTB1.FileName = App.Path + "/txt/呼叫转移.txt"
End Sub
Private Sub Command3_Click()
RTB1.FileName = App.Path + "/txt/呼叫限制.txt"
End Sub
Private Sub Command4_Click()
RTB1.FileName = App.Path + "/txt/呼叫等待.txt"
End Sub
Private Sub Command5_Click()
RTB1.FileName = App.Path + "/txt/短信服务.txt"
End Sub
Private Sub Form_Load()
ShockwaveFlash1.Movie = App.Path + "/skin/ywjs.swf"
RTB1.FileName = App.Path + "/txt/主叫号码显示.txt"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -