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

📄 frmabout.frm

📁 VB影碟出租系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmAbout 
   Caption         =   "Form1"
   ClientHeight    =   3000
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   6210
   LinkTopic       =   "Form1"
   ScaleHeight     =   3000
   ScaleWidth      =   6210
   StartUpPosition =   2  '屏幕中心
   Begin VB.CommandButton Command1 
      Caption         =   "确定"
      Height          =   495
      Left            =   4560
      TabIndex        =   7
      Top             =   2280
      Width           =   1215
   End
   Begin VB.PictureBox Picture1 
      BorderStyle     =   0  'None
      Height          =   1095
      Left            =   240
      Picture         =   "frmAbout.frx":0000
      ScaleHeight     =   1095
      ScaleWidth      =   1575
      TabIndex        =   0
      Top             =   240
      Width           =   1575
   End
   Begin VB.Label Label7 
      Caption         =   "师师"
      ForeColor       =   &H00FF0000&
      Height          =   255
      Left            =   2640
      TabIndex        =   9
      Top             =   840
      Width           =   495
   End
   Begin VB.Label Label5 
      Caption         =   "E-mail:shi3000@21cn.com"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   240
      MouseIcon       =   "frmAbout.frx":3393
      MousePointer    =   99  'Custom
      TabIndex        =   8
      Top             =   2520
      Width           =   2655
   End
   Begin VB.Label Label2 
      BackStyle       =   0  'Transparent
      Caption         =   "版权所有(C)  2004年11月"
      Height          =   255
      Left            =   3840
      TabIndex        =   6
      Top             =   1320
      Width           =   2295
   End
   Begin VB.Label lblDescription 
      BackStyle       =   0  'Transparent
      Height          =   255
      Left            =   2160
      TabIndex        =   5
      Top             =   1920
      Width           =   3855
   End
   Begin VB.Label Label6 
      BackStyle       =   0  'Transparent
      Caption         =   "作者:"
      Height          =   255
      Left            =   2160
      TabIndex        =   4
      Top             =   840
      Width           =   495
   End
   Begin VB.Label Label11 
      Caption         =   "简体中文版 1.0"
      Height          =   255
      Left            =   2160
      TabIndex        =   3
      Top             =   1320
      Width           =   1455
   End
   Begin VB.Label Label12 
      Caption         =   "第一版完成日前:2004年11月"
      Height          =   255
      Left            =   3600
      TabIndex        =   2
      Top             =   840
      Width           =   2415
   End
   Begin VB.Label Label1 
      Caption         =   "影碟管理系统1.0"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   14.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   2640
      TabIndex        =   1
      Top             =   240
      Width           =   2295
   End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'Download by http://www.codefans.net
Private Sub Command1_Click()
Unload Me
End Sub

Private Sub Label5_Click()
Shell "C:\Program Files\Internet Explorer\IEXPLORE.EXE mailto:shi3000@21cn.com", vbHide
End Sub

⌨️ 快捷键说明

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