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

📄 frmsplash.frm

📁 党务管理是一种人事管理
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmsplash 
   BorderStyle     =   3  'Fixed Dialog
   ClientHeight    =   3225
   ClientLeft      =   6075
   ClientTop       =   4440
   ClientWidth     =   5355
   ControlBox      =   0   'False
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3225
   ScaleWidth      =   5355
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame fraedge 
      Height          =   2895
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   5055
      Begin VB.Image Image1 
         Height          =   825
         Left            =   240
         Picture         =   "frmsplash.frx":0000
         Top             =   480
         Width           =   885
      End
      Begin VB.Label lb1info 
         Caption         =   "授权给:任何给本系统提出宝贵意见的人"
         Height          =   255
         Index           =   5
         Left            =   480
         TabIndex        =   6
         Top             =   2400
         Width           =   3495
      End
      Begin VB.Label lb1info 
         Caption         =   "版权所有,违者必究!"
         Height          =   255
         Index           =   4
         Left            =   480
         TabIndex        =   5
         Top             =   2160
         Width           =   1815
      End
      Begin VB.Label lb1info 
         Caption         =   "数据环境:Access"
         Height          =   255
         Index           =   3
         Left            =   2520
         TabIndex        =   4
         Top             =   1560
         Width           =   1575
      End
      Begin VB.Label lb1info 
         Caption         =   "开发环境:Visual Basic 6.0"
         Height          =   255
         Index           =   2
         Left            =   2520
         TabIndex        =   3
         Top             =   1320
         Width           =   2415
      End
      Begin VB.Label lb1info 
         Caption         =   "1.0.0"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Index           =   1
         Left            =   4320
         TabIndex        =   2
         Top             =   960
         Width           =   615
      End
      Begin VB.Label lb1info 
         Caption         =   "党务管理系统"
         BeginProperty Font 
            Name            =   "华文新魏"
            Size            =   24
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   615
         Index           =   0
         Left            =   1560
         TabIndex        =   1
         Top             =   360
         Width           =   3015
      End
   End
End
Attribute VB_Name = "frmsplash"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Public mbabout As Boolean
Sub unloadform()
  Unload Me
  If Not mbabout Then frmlogin.Show
End Sub

Private Sub Form_Click()
unloadform
End Sub

Private Sub Form_KeyPress(KeyAscii As Integer)
unloadform
End Sub

Private Sub fraedge_Click()
unloadform
End Sub

Private Sub lb1info_Click(index As Integer)
unloadform
End Sub

⌨️ 快捷键说明

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