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

📄 综合业务数字网.frm

📁 以前做的移动公司的一个多媒体查询系统,有话费查询
💻 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 + -