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

📄 长途电讯局.frm

📁 以前做的移动公司的一个多媒体查询系统,有话费查询
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form1 
   BorderStyle     =   0  'None
   Caption         =   "Form1"
   ClientHeight    =   9000
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   12000
   BeginProperty Font 
      Name            =   "宋体"
      Size            =   10.5
      Charset         =   134
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Picture         =   "长途电讯局.frx":0000
   ScaleHeight     =   9000
   ScaleWidth      =   12000
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Begin VB.Timer Timer1 
      Interval        =   500
      Left            =   8880
      Top             =   480
   End
   Begin VB.CommandButton Command9 
      Height          =   1575
      Left            =   9000
      Picture         =   "长途电讯局.frx":15F942
      Style           =   1  'Graphical
      TabIndex        =   8
      Top             =   6120
      Width           =   2535
   End
   Begin VB.CommandButton Command8 
      Height          =   1575
      Left            =   6120
      Picture         =   "长途电讯局.frx":16C9E0
      Style           =   1  'Graphical
      TabIndex        =   7
      Top             =   6120
      Width           =   2535
   End
   Begin VB.CommandButton Command7 
      Height          =   1575
      Left            =   3240
      Picture         =   "长途电讯局.frx":179A7E
      Style           =   1  'Graphical
      TabIndex        =   6
      Top             =   6120
      Width           =   2535
   End
   Begin VB.CommandButton Command6 
      Height          =   1575
      Left            =   360
      Picture         =   "长途电讯局.frx":186B1C
      Style           =   1  'Graphical
      TabIndex        =   5
      Top             =   6120
      Width           =   2535
   End
   Begin VB.CommandButton Command5 
      Height          =   1575
      Left            =   9000
      Picture         =   "长途电讯局.frx":193BBA
      Style           =   1  'Graphical
      TabIndex        =   4
      Top             =   3360
      Width           =   2535
   End
   Begin VB.CommandButton Command4 
      Height          =   1575
      Left            =   6120
      Picture         =   "长途电讯局.frx":1A0C58
      Style           =   1  'Graphical
      TabIndex        =   3
      Top             =   3360
      Width           =   2535
   End
   Begin VB.CommandButton Command3 
      Height          =   1575
      Left            =   3240
      Picture         =   "长途电讯局.frx":1ADCF6
      Style           =   1  'Graphical
      TabIndex        =   2
      Top             =   3360
      Width           =   2535
   End
   Begin VB.CommandButton Command2 
      Height          =   1575
      Left            =   360
      Picture         =   "长途电讯局.frx":1BAD94
      Style           =   1  'Graphical
      TabIndex        =   1
      Top             =   3360
      Width           =   2535
   End
   Begin VB.CommandButton Command1 
      Height          =   855
      Left            =   9960
      Picture         =   "长途电讯局.frx":1C7E32
      Style           =   1  'Graphical
      TabIndex        =   0
      ToolTipText     =   "返回"
      Top             =   1080
      Width           =   1215
   End
   Begin VB.Label Label2 
      BackStyle       =   0  'Transparent
      BorderStyle     =   1  'Fixed Single
      Caption         =   "业务查询"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   36
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000000FF&
      Height          =   855
      Left            =   5400
      TabIndex        =   10
      Top             =   2040
      Width           =   3015
   End
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      BorderStyle     =   1  'Fixed Single
      Caption         =   "莱西市电信局"
      BeginProperty Font 
         Name            =   "幼圆"
         Size            =   36
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000000FF&
      Height          =   855
      Left            =   2640
      TabIndex        =   9
      Top             =   1080
      Width           =   4695
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
    Form14.Show
    Unload Me
End Sub



Private Sub Command2_Click()
    frm_yhzn.Show
    Unload Me
End Sub

Private Sub Command3_Click()
    Form5.Show
    Unload Me
End Sub

Private Sub Command4_Click()
    Form8.Show
    Unload Me
End Sub

Private Sub Command5_Click()
    Form9.Show
    Unload Me
End Sub

Private Sub Command6_Click()
    Form10.Show
    Unload Me
End Sub

Private Sub Command7_Click()
    form11.Show
    Unload Me
End Sub

Private Sub Command8_Click()
    Form13.Show
    Unload Me
End Sub

Private Sub Command9_Click()
    Form12.Show
    Unload Me
End Sub

Private Sub Timer1_Timer()
    Label1.ForeColor = Label1.ForeColor + 4000
    Label2.ForeColor = Label2.ForeColor + 4000
End Sub

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -