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

📄 about.frm

📁 本源代码为学生图书管管理系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmAbout 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "关于我的应用程序"
   ClientHeight    =   1935
   ClientLeft      =   2340
   ClientTop       =   1935
   ClientWidth     =   4995
   ClipControls    =   0   'False
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   1335.571
   ScaleMode       =   0  'User
   ScaleWidth      =   4690.564
   ShowInTaskbar   =   0   'False
   StartUpPosition =   1  '所有者中心
   Begin VB.PictureBox picIcon 
      AutoSize        =   -1  'True
      ClipControls    =   0   'False
      Height          =   540
      Left            =   240
      Picture         =   "About.frx":0000
      ScaleHeight     =   337.12
      ScaleMode       =   0  'User
      ScaleWidth      =   337.12
      TabIndex        =   0
      Top             =   240
      Width           =   540
   End
   Begin VB.Label lblTip2 
      Caption         =   "ZDX制作组"
      Height          =   375
      Left            =   960
      TabIndex        =   4
      Top             =   1440
      Width           =   3495
   End
   Begin VB.Label lblTip 
      Height          =   255
      Left            =   960
      TabIndex        =   3
      Top             =   1080
      Width           =   3255
   End
   Begin VB.Label lblTitle 
      Caption         =   "图书馆管理系统"
      ForeColor       =   &H00000000&
      Height          =   480
      Left            =   1050
      TabIndex        =   1
      Top             =   240
      Width           =   3885
   End
   Begin VB.Label lblVersion 
      Caption         =   "版本(V 1.00)"
      Height          =   225
      Left            =   958
      TabIndex        =   2
      Top             =   780
      Width           =   3885
   End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub Form_Load()
    lblTip.Caption = "版权归ZDX所有!"
    lblTip2.Caption = "使用中有问题请与bashen-zdx@163.com联系!"
End Sub

⌨️ 快捷键说明

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