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

📄 frmabout.frm

📁 本系统实现了对实验室设备的增删改查等基本的功能
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmabout 
   BackColor       =   &H0080C0FF&
   Caption         =   "关于"
   ClientHeight    =   3465
   ClientLeft      =   4125
   ClientTop       =   2340
   ClientWidth     =   4905
   Icon            =   "frmabout.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   3465
   ScaleWidth      =   4905
   Begin VB.CommandButton Command1 
      BackColor       =   &H000080FF&
      Caption         =   "确定"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   3720
      Style           =   1  'Graphical
      TabIndex        =   9
      Top             =   2880
      Width           =   975
   End
   Begin VB.PictureBox Picture1 
      BackColor       =   &H00C0C0FF&
      Height          =   1695
      Left            =   120
      ScaleHeight     =   1635
      ScaleWidth      =   4635
      TabIndex        =   3
      Top             =   840
      Width           =   4695
      Begin VB.Label Label7 
         BackColor       =   &H00C0C0FF&
         Caption         =   "室创意工作组"
         Height          =   255
         Left            =   480
         TabIndex        =   7
         Top             =   1200
         Width           =   2655
      End
      Begin VB.Label Label6 
         BackColor       =   &H00C0C0FF&
         Caption         =   "本产品版权:"
         Height          =   255
         Left            =   120
         TabIndex        =   6
         Top             =   840
         Width           =   1215
      End
      Begin VB.Label Label5 
         BackColor       =   &H00C0C0FF&
         Caption         =   "工作组全体成员"
         Height          =   255
         Left            =   480
         TabIndex        =   5
         Top             =   480
         Width           =   1815
      End
      Begin VB.Label Label4 
         BackColor       =   &H00C0C0FF&
         Caption         =   "本产品作者:"
         Height          =   255
         Left            =   120
         TabIndex        =   4
         Top             =   120
         Width           =   1455
      End
   End
   Begin VB.Label Label8 
      BackColor       =   &H0080C0FF&
      Caption         =   "警告:本程序受到版权法和国际条约的保护。未经授权,不得复制或传播本软件的部分或全部,否则将受到最大可能的起诉。"
      Height          =   735
      Left            =   120
      TabIndex        =   8
      Top             =   2760
      Width           =   3495
   End
   Begin VB.Line Line1 
      X1              =   0
      X2              =   4920
      Y1              =   2640
      Y2              =   2640
   End
   Begin VB.Label Label3 
      BackColor       =   &H0080C0FF&
      Caption         =   "版权所有:3513工作室创意工作组"
      Height          =   255
      Left            =   1920
      TabIndex        =   2
      Top             =   600
      Width           =   2895
   End
   Begin VB.Label Label2 
      BackColor       =   &H000080FF&
      Caption         =   "实验室设备管理系统1.0版"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFFFF&
      Height          =   255
      Left            =   1080
      TabIndex        =   1
      Top             =   120
      Width           =   2895
   End
   Begin VB.Label Label1 
      BackColor       =   &H000080FF&
      Height          =   495
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   4935
   End
End
Attribute VB_Name = "frmabout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
   Unload Me
End Sub

⌨️ 快捷键说明

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