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

📄 frmload.frm

📁 图书管理系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmLoad 
   BorderStyle     =   0  'None
   Caption         =   "Form1"
   ClientHeight    =   3540
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   5340
   LinkTopic       =   "Form1"
   ScaleHeight     =   3540
   ScaleWidth      =   5340
   ShowInTaskbar   =   0   'False
   StartUpPosition =   1  '所有者中心
   Begin VB.CommandButton cmdOK 
      Cancel          =   -1  'True
      Caption         =   "确定"
      Default         =   -1  'True
      Height          =   345
      Left            =   3360
      TabIndex        =   3
      Top             =   2640
      Width           =   1260
   End
   Begin VB.PictureBox Picture1 
      BorderStyle     =   0  'None
      Height          =   615
      Left            =   240
      Picture         =   "frmLoad.frx":0000
      ScaleHeight     =   615
      ScaleWidth      =   735
      TabIndex        =   1
      Top             =   600
      Width           =   735
   End
   Begin VB.Label Label4 
      Caption         =   "版权所有,违者必究!"
      BeginProperty Font 
         Name            =   "华文行楷"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000000FF&
      Height          =   255
      Left            =   1800
      TabIndex        =   6
      Top             =   1920
      Width           =   1935
   End
   Begin VB.Label Label3 
      Caption         =   "xiaoxia66@info.jhc.cn"
      ForeColor       =   &H00FF8080&
      Height          =   255
      Left            =   1200
      TabIndex        =   5
      Top             =   2880
      Width           =   1935
   End
   Begin VB.Label Label2 
      Caption         =   "联系方法:"
      Height          =   255
      Left            =   360
      TabIndex        =   4
      Top             =   2880
      Width           =   855
   End
   Begin VB.Label lblDisclaimer 
      Caption         =   "程序作者:邬惠彪"
      ForeColor       =   &H00000000&
      Height          =   225
      Left            =   360
      TabIndex        =   2
      Top             =   2520
      Width           =   1575
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00808080&
      BorderStyle     =   6  'Inside Solid
      X1              =   120
      X2              =   6960
      Y1              =   2280
      Y2              =   2280
   End
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      Caption         =   "图书馆管理系统  "
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   24
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   735
      Left            =   1200
      TabIndex        =   0
      Top             =   600
      Width           =   3615
   End
End
Attribute VB_Name = "frmLoad"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub cmdOK_Click()
  Unload Me
End Sub

⌨️ 快捷键说明

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