📄 frmzfbz.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 frmZFBZ
BorderStyle = 0 'None
ClientHeight = 9000
ClientLeft = 0
ClientTop = 0
ClientWidth = 12000
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "frmZFBZ.frx":0000
ScaleHeight = 9000
ScaleWidth = 12000
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
WindowState = 2 'Maximized
Begin ShockwaveFlashObjectsCtl.ShockwaveFlash ShockwaveFlash1
Height = 675
Left = 2445
TabIndex = 7
Top = 1245
Width = 6615
_cx = 11668
_cy = 1191
FlashVars = ""
Movie = "C:\多媒体查询系统\skin\movie1.swf"
Src = "C:\多媒体查询系统\skin\movie1.swf"
WMode = "Window"
Play = -1 'True
Loop = -1 'True
Quality = "High"
SAlign = ""
Menu = -1 'True
Base = ""
Scale = "ShowAll"
DeviceFont = 0 'False
EmbedMovie = -1 'True
BGColor = ""
SWRemote = ""
End
Begin RichTextLib.RichTextBox RTB1
Height = 5340
Left = 1905
TabIndex = 6
Top = 2085
Width = 8700
_ExtentX = 15346
_ExtentY = 9419
_Version = 393217
BorderStyle = 0
Enabled = -1 'True
ReadOnly = -1 'True
Appearance = 0
TextRTF = $"frmZFBZ.frx":15F944
End
Begin VB.CommandButton Command6
Caption = "其他"
Height = 405
Left = 30
TabIndex = 5
Top = 5925
Width = 1395
End
Begin VB.CommandButton Command5
Caption = "增值业务资费"
Height = 405
Left = 30
TabIndex = 4
Top = 5205
Width = 1395
End
Begin VB.CommandButton Command4
Caption = "信息服务资费"
Height = 405
Left = 30
TabIndex = 3
Top = 4470
Width = 1395
End
Begin VB.CommandButton Command3
Caption = "数据业务资费"
Height = 405
Left = 30
TabIndex = 2
Top = 3750
Width = 1395
End
Begin VB.CommandButton Command2
Caption = "移动电话资费"
Height = 405
Left = 30
TabIndex = 1
Top = 3030
Width = 1395
End
Begin VB.CommandButton Command1
Caption = "返回首页"
Height = 360
Left = 10530
TabIndex = 0
Top = 8595
Width = 1455
End
Begin ShockwaveFlashObjectsCtl.ShockwaveFlash ShockwaveFlash2
Height = 885
Left = 3075
TabIndex = 8
Top = 30
Width = 6870
_cx = 12118
_cy = 1561
FlashVars = ""
Movie = ""
Src = ""
WMode = "Window"
Play = -1 'True
Loop = -1 'True
Quality = "High"
SAlign = ""
Menu = -1 'True
Base = ""
Scale = "ShowAll"
DeviceFont = 0 'False
EmbedMovie = -1 'True
BGColor = ""
SWRemote = ""
End
End
Attribute VB_Name = "frmZFBZ"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Me.Hide
Form1.Show
End Sub
Private Sub Command5_Click()
RTB1.FileName = App.Path + "/txt/增值业务资费.txt"
End Sub
Private Sub Form_Load()
ShockwaveFlash1.Movie = App.Path + "/skin/movie1.swf"
ShockwaveFlash2.Movie = App.Path + "/skin/goutong.swf"
RTB1.FileName = App.Path + "/txt/增值业务资费.txt"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -