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

📄 frmabout.frm

📁 健身俱乐部管理系统
💻 FRM
字号:
VERSION 5.00
Object = "{57EA6131-FAB3-49C3-BF10-85A4777A5A7C}#1.0#0"; "XPButton.ocx"
Begin VB.Form FrmAbout 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "关于健身俱乐部管理系统"
   ClientHeight    =   3105
   ClientLeft      =   2340
   ClientTop       =   1935
   ClientWidth     =   5745
   ClipControls    =   0   'False
   Icon            =   "FrmAbout.frx":0000
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2143.126
   ScaleMode       =   0  'User
   ScaleWidth      =   5394.852
   ShowInTaskbar   =   0   'False
   StartUpPosition =   1  '所有者中心
   Begin XP_Button.XPButton XPButton1 
      Height          =   345
      Left            =   4230
      TabIndex        =   3
      Top             =   2745
      Width           =   1500
      _ExtentX        =   2646
      _ExtentY        =   609
      caption         =   "确定"
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00808080&
      BorderStyle     =   6  'Inside Solid
      Index           =   1
      X1              =   84.515
      X2              =   5309.398
      Y1              =   1397.691
      Y2              =   1397.691
   End
   Begin VB.Label lblDescription 
      BackStyle       =   0  'Transparent
      Caption         =   "ShenYang Century Asuntech Tech.co.,Ltd 版权所有(CopyRight) 2001-2005  "
      ForeColor       =   &H00000000&
      Height          =   450
      Left            =   1260
      TabIndex        =   0
      Top             =   1170
      Width           =   3585
   End
   Begin VB.Label lblTitle 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "健身俱乐部管理系统"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   14.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000040C0&
      Height          =   285
      Left            =   1080
      TabIndex        =   2
      Top             =   420
      Width           =   2565
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00FFFFFF&
      BorderWidth     =   2
      Index           =   0
      X1              =   84.515
      X2              =   5295.313
      Y1              =   1408.044
      Y2              =   1408.044
   End
   Begin VB.Label lblDisclaimer 
      BackStyle       =   0  'Transparent
      Caption         =   $"FrmAbout.frx":000C
      ForeColor       =   &H00000000&
      Height          =   825
      Left            =   150
      TabIndex        =   1
      Top             =   2265
      Width           =   3825
   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()
Beep
End Sub

Private Sub XPButton1_Click()
    Unload Me '退出
End Sub

⌨️ 快捷键说明

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