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

📄 新业务.frm

📁 以前做的移动公司的一个多媒体查询系统,有话费查询
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Forma 
   BorderStyle     =   0  'None
   ClientHeight    =   9000
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   12000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Picture         =   "新业务.frx":0000
   ScaleHeight     =   9000
   ScaleWidth      =   12000
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  'Windows Default
   Begin VB.Timer Timer1 
      Interval        =   500
      Left            =   960
      Top             =   480
   End
   Begin VB.CommandButton Command2 
      Height          =   1100
      Left            =   4080
      Picture         =   "新业务.frx":15F942
      Style           =   1  'Graphical
      TabIndex        =   6
      Top             =   3840
      Width           =   3360
   End
   Begin VB.CommandButton Command6 
      Height          =   850
      Left            =   9840
      Picture         =   "新业务.frx":16B090
      Style           =   1  'Graphical
      TabIndex        =   4
      ToolTipText     =   "返回"
      Top             =   1200
      Width           =   1245
   End
   Begin VB.CommandButton Command5 
      Height          =   1100
      Left            =   6480
      Picture         =   "新业务.frx":16E7F2
      Style           =   1  'Graphical
      TabIndex        =   3
      Top             =   6120
      Width           =   3360
   End
   Begin VB.CommandButton Command4 
      Height          =   1100
      Left            =   1800
      Picture         =   "新业务.frx":17A05C
      Style           =   1  'Graphical
      TabIndex        =   2
      Top             =   6120
      Width           =   3240
   End
   Begin VB.CommandButton Command3 
      Height          =   1100
      Left            =   7680
      Picture         =   "新业务.frx":184F46
      Style           =   1  'Graphical
      TabIndex        =   1
      Top             =   3840
      Width           =   3360
   End
   Begin VB.CommandButton Command1 
      Height          =   1100
      Left            =   480
      Picture         =   "新业务.frx":19016C
      Style           =   1  'Graphical
      TabIndex        =   0
      Top             =   3840
      Width           =   3120
   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            =   5160
      TabIndex        =   7
      Top             =   2280
      Width           =   3855
   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          =   975
      Left            =   2640
      TabIndex        =   5
      Top             =   1200
      Width           =   5175
   End
End
Attribute VB_Name = "Forma"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
    Formb.Show
    Unload Me
End Sub

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

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

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

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

Private Sub Command6_Click()
    Form14.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 + -