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

📄 frmabout.frm

📁 采用VB6.0开发,是一个简单的人事管理系统.
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmAbout 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "About"
   ClientHeight    =   3990
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   5415
   BeginProperty Font 
      Name            =   "Tahoma"
      Size            =   8.25
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3990
   ScaleWidth      =   5415
   StartUpPosition =   2  '屏幕中心
   Begin VB.CommandButton Command1 
      Caption         =   "确  定"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   4200
      TabIndex        =   5
      Top             =   3480
      Width           =   1095
   End
   Begin VB.Frame Frame1 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1695
      Left            =   120
      TabIndex        =   0
      Top             =   1320
      Width           =   5175
      Begin VB.PictureBox Picture1 
         BorderStyle     =   0  'None
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   1335
         Left            =   120
         ScaleHeight     =   1335
         ScaleWidth      =   4935
         TabIndex        =   1
         Top             =   120
         Width           =   4935
         Begin VB.Label Label3 
            Caption         =   "Label3"
            Height          =   255
            Left            =   360
            TabIndex        =   4
            Top             =   960
            Width           =   2175
         End
         Begin VB.Label Label2 
            Caption         =   "Label2"
            Height          =   255
            Left            =   360
            TabIndex        =   3
            Top             =   600
            Width           =   2175
         End
         Begin VB.Label Label1 
            Caption         =   "Label1"
            Height          =   255
            Left            =   360
            TabIndex        =   2
            Top             =   240
            Width           =   2295
         End
      End
   End
   Begin VB.Label Label4 
      Caption         =   "Copyright CJW All Rights Reserved"
      ForeColor       =   &H00404040&
      Height          =   255
      Left            =   2640
      TabIndex        =   6
      Top             =   3120
      Width           =   2655
   End
   Begin VB.Image Image2 
      Height          =   1185
      Left            =   0
      Picture         =   "frmAbout.frx":0000
      Top             =   0
      Width           =   5445
   End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'****************************************************************************
'人人为我,我为人人
'枕善居收藏整理
'发布日期:2007/12/17
'描    述:企事业单位人事管理系统 Ver 2007
'网    站:http://www.Mndsoft.com/  (VB6源码博客)
'网    站:http://www.VbDnet.com/   (VB.NET源码博客,主要基于.NET2005)
'e-mail  :Mndsoft@163.com
'e-mail  :Mndsoft@126.com
'OICQ    :88382850
'          如果您有新的好的代码别忘记给枕善居哦!
'****************************************************************************

Private Sub Command1_Click()
Unload Me
End Sub

Private Sub Form_Load()
Me.Icon = MDIfrm.Icon
Me.Label1.Caption = gXtmc
Me.Label2.Caption = "版本 " & App.Major & "." & App.Minor & "." & App.Revision
Me.Label3.Caption = "Bluesky QQ:20963389"
End Sub
Private Sub Form_Initialize()
Call InitCommonControls 'XP效果
End Sub

⌨️ 快捷键说明

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