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

📄 startfrm.frm

📁 一个票务管理软件
💻 FRM
字号:
VERSION 5.00
Begin VB.Form startfrm 
   BackColor       =   &H00FFFFFF&
   BorderStyle     =   0  'None
   ClientHeight    =   3360
   ClientLeft      =   2790
   ClientTop       =   3150
   ClientWidth     =   5775
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   1983.724
   ScaleMode       =   0  'User
   ScaleWidth      =   5409.897
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.PictureBox Picture1 
      Appearance      =   0  'Flat
      BackColor       =   &H80000001&
      ForeColor       =   &H80000008&
      Height          =   855
      Left            =   480
      Picture         =   "startfrm.frx":0000
      ScaleHeight     =   825
      ScaleWidth      =   825
      TabIndex        =   1
      Top             =   480
      Width           =   855
   End
   Begin VB.Timer Timer1 
      Interval        =   1000
      Left            =   5280
      Top             =   2760
   End
   Begin VB.PictureBox Picture2 
      BackColor       =   &H80000001&
      Height          =   3975
      Left            =   0
      ScaleHeight     =   3915
      ScaleWidth      =   915
      TabIndex        =   2
      Top             =   0
      Width           =   975
   End
   Begin VB.Label Label4 
      BackColor       =   &H00FFFFFF&
      Caption         =   "程序制作人:王涛"
      ForeColor       =   &H00000000&
      Height          =   255
      Left            =   1800
      TabIndex        =   5
      Top             =   2400
      Width           =   1575
   End
   Begin VB.Label Label3 
      BackColor       =   &H00FFFFFF&
      Caption         =   "版权所有 @ 2002-2006"
      Height          =   255
      Left            =   1800
      TabIndex        =   4
      Top             =   2760
      Width           =   2055
   End
   Begin VB.Line Line1 
      BorderColor     =   &H80000000&
      X1              =   1686.202
      X2              =   4946.191
      Y1              =   1275.251
      Y2              =   1275.251
   End
   Begin VB.Label Label2 
      BackColor       =   &H00FFFFFF&
      Caption         =   "津滨高速公路"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   21.75
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00800000&
      Height          =   495
      Left            =   2040
      TabIndex        =   3
      Top             =   480
      Width           =   3015
   End
   Begin VB.Label Label1 
      BackColor       =   &H00FFFFFF&
      Caption         =   "票务管理系统"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   21.75
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00800000&
      Height          =   375
      Left            =   2040
      TabIndex        =   0
      Top             =   960
      Width           =   3015
   End
End
Attribute VB_Name = "startfrm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Timer1.Enabled = True
End Sub

Private Sub Timer1_Timer()
Unload Me
Loginfrm.Show
End Sub

⌨️ 快捷键说明

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