⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmywjs.frm

📁 以前做的移动公司的一个多媒体查询系统,有话费查询
💻 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 
   BorderStyle     =   0  'None
   Caption         =   "Form2"
   ClientHeight    =   9000
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   12000
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Picture         =   "frmYWJS.frx":0000
   ScaleHeight     =   9000
   ScaleWidth      =   12000
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  '窗口缺省
   WindowState     =   2  'Maximized
   Begin RichTextLib.RichTextBox RTB1 
      Height          =   4065
      Left            =   3165
      TabIndex        =   6
      Top             =   2880
      Width           =   6960
      _ExtentX        =   12277
      _ExtentY        =   7170
      _Version        =   393217
      BorderStyle     =   0
      ReadOnly        =   -1  'True
      Appearance      =   0
      TextRTF         =   $"frmYWJS.frx":15F944
   End
   Begin VB.CommandButton Command6 
      Caption         =   "其他"
      Height          =   345
      Left            =   10215
      TabIndex        =   5
      Top             =   5685
      Width           =   1095
   End
   Begin VB.CommandButton Command5 
      Caption         =   "增值业务"
      Height          =   345
      Left            =   10215
      TabIndex        =   4
      Top             =   5034
      Width           =   1095
   End
   Begin VB.CommandButton Command4 
      Caption         =   "信息业务"
      Height          =   345
      Left            =   10215
      TabIndex        =   3
      Top             =   4386
      Width           =   1095
   End
   Begin VB.CommandButton Command3 
      Caption         =   "数据业务"
      Height          =   345
      Left            =   10215
      TabIndex        =   2
      Top             =   3738
      Width           =   1095
   End
   Begin VB.CommandButton Command2 
      Caption         =   "语音业务"
      Height          =   345
      Left            =   10215
      TabIndex        =   1
      Top             =   3090
      Width           =   1095
   End
   Begin VB.CommandButton Command1 
      Caption         =   "返回首页"
      Height          =   375
      Left            =   10230
      TabIndex        =   0
      Top             =   7215
      Width           =   1320
   End
   Begin ShockwaveFlashObjectsCtl.ShockwaveFlash ShockwaveFlash1 
      Height          =   1050
      Left            =   960
      TabIndex        =   7
      Top             =   7815
      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
End
Attribute VB_Name = "frmYWJS"
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 Command2_Click()
     RTB1.FileName = App.Path + "/txt/语音业务.txt"
End Sub

Private Sub Command3_Click()
     RTB1.FileName = App.Path + "/txt/数据业务.txt"
End Sub

Private Sub Command5_Click()
    Me.Hide
    frmywjs_next.Show
    
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 + -