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

📄 前言.frm

📁 以前做的移动公司的一个多媒体查询系统,有话费查询
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form14 
   BorderStyle     =   0  'None
   Caption         =   "Form14"
   ClientHeight    =   9000
   ClientLeft      =   -135
   ClientTop       =   -135
   ClientWidth     =   12000
   LinkTopic       =   "Form14"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Picture         =   "前言.frx":0000
   ScaleHeight     =   9000
   ScaleWidth      =   12000
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.PictureBox MCIWnd 
      Height          =   615
      Left            =   3360
      ScaleHeight     =   555
      ScaleWidth      =   1035
      TabIndex        =   11
      Top             =   3240
      Visible         =   0   'False
      Width           =   1095
   End
   Begin VB.Timer Timer2 
      Interval        =   1
      Left            =   3360
      Top             =   2640
   End
   Begin VB.CommandButton Command4 
      Height          =   855
      Left            =   9120
      Picture         =   "前言.frx":15F942
      Style           =   1  'Graphical
      TabIndex        =   10
      ToolTipText     =   "返回"
      Top             =   7560
      Width           =   1215
   End
   Begin VB.Timer Timer1 
      Interval        =   1000
      Left            =   10800
      Top             =   480
   End
   Begin VB.CommandButton Command3 
      Height          =   1000
      Left            =   480
      Picture         =   "前言.frx":1630A4
      Style           =   1  'Graphical
      TabIndex        =   2
      Top             =   4440
      Width           =   3250
   End
   Begin VB.CommandButton Command2 
      Height          =   1125
      Left            =   480
      Picture         =   "前言.frx":16ED92
      Style           =   1  'Graphical
      TabIndex        =   1
      Top             =   7200
      Width           =   3250
   End
   Begin VB.CommandButton Command1 
      Height          =   1000
      Left            =   480
      Picture         =   "前言.frx":17ACD8
      Style           =   1  'Graphical
      TabIndex        =   0
      Top             =   1080
      Width           =   3250
   End
   Begin VB.Label Label7 
      BackStyle       =   0  'Transparent
      BorderStyle     =   1  'Fixed Single
      Caption         =   "信"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   42
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   975
      Left            =   10560
      TabIndex        =   9
      Top             =   4800
      Width           =   1095
   End
   Begin VB.Label Label6 
      BackStyle       =   0  'Transparent
      BorderStyle     =   1  'Fixed Single
      Caption         =   "市"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   42
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FFFF&
      Height          =   975
      Left            =   9120
      TabIndex        =   8
      Top             =   4680
      Width           =   1095
   End
   Begin VB.Label Label5 
      BackStyle       =   0  'Transparent
      BorderStyle     =   1  'Fixed Single
      Caption         =   "局"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   42
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF00FF&
      Height          =   975
      Left            =   10560
      TabIndex        =   7
      Top             =   6480
      Width           =   1095
   End
   Begin VB.Label Label4 
      Caption         =   "Label1"
      Height          =   975
      Left            =   7560
      TabIndex        =   6
      Top             =   360
      Visible         =   0   'False
      Width           =   1095
   End
   Begin VB.Label Label3 
      BackStyle       =   0  'Transparent
      BorderStyle     =   1  'Fixed Single
      Caption         =   "西"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   42
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000080FF&
      Height          =   975
      Left            =   9120
      TabIndex        =   5
      Top             =   3240
      Width           =   1095
   End
   Begin VB.Label Label2 
      BackStyle       =   0  'Transparent
      BorderStyle     =   1  'Fixed Single
      Caption         =   "电"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   42
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFF00&
      Height          =   975
      Left            =   10560
      TabIndex        =   4
      Top             =   3240
      Width           =   1095
   End
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      BorderStyle     =   1  'Fixed Single
      Caption         =   "莱"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   42
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000000FF&
      Height          =   975
      Left            =   9120
      TabIndex        =   3
      Top             =   1680
      Width           =   1095
   End
End
Attribute VB_Name = "Form14"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim int_id As Integer

Private Sub Command1_Click()
    Form1.Show
    Form14.Visible = False
End Sub

Private Sub Command2_Click()
    Form15.Show
    Form14.Visible = False
    
End Sub

Private Sub Command3_Click()
    Forma.Show
    Form14.Visible = False
 
End Sub

Private Sub Command4_Click()
    end_pwd.Show 1
    If end_pwd.Text1.Text = "2000" Then
        End
    End If
End Sub

Private Sub Form_Load()
    gdbpath = App.Path & "\"
    int_id = 8
End Sub

Private Sub Timer1_Timer()
    Label4.ForeColor = Label1.ForeColor
    Label1.ForeColor = Label2.ForeColor
    Label2.ForeColor = Label3.ForeColor
    Label3.ForeColor = Label5.ForeColor
    Label5.ForeColor = Label6.ForeColor
    Label6.ForeColor = Label7.ForeColor
    Label7.ForeColor = Label4.ForeColor
End Sub

Private Sub Timer2_Timer()
'    Timer2.Interval = 10000
'    int_id = int_id + 1
'    If int_id = 9 Then
'        With MCIWnd
'            .FileName = "c:\zj\ryan.mid"
'            .Command = "open"
'            .Command = "play"
'        End With
'        int_id = 0
'    End If
End Sub

⌨️ 快捷键说明

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