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

📄 frmabout.frm

📁 完成企业内部部门人员的联系
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmAbout 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "关于"
   ClientHeight    =   3405
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   4815
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3405
   ScaleWidth      =   4815
   StartUpPosition =   1  '所有者中心
   Begin VB.Frame fr 
      Height          =   3495
      Index           =   0
      Left            =   0
      TabIndex        =   0
      Top             =   -90
      Width           =   4815
      Begin VB.PictureBox pic 
         Appearance      =   0  'Flat
         BackColor       =   &H00808080&
         BorderStyle     =   0  'None
         ForeColor       =   &H80000008&
         Height          =   465
         Index           =   0
         Left            =   15
         ScaleHeight     =   465
         ScaleWidth      =   4785
         TabIndex        =   8
         Top             =   105
         Width           =   4785
         Begin VB.Label lbl 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            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          =   210
            Index           =   0
            Left            =   780
            TabIndex        =   10
            Top             =   120
            Width           =   2955
         End
         Begin VB.Label lbl 
            AutoSize        =   -1  'True
            BackStyle       =   0  'Transparent
            Caption         =   "企业内部业务联系系统 1.0版"
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   700
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   210
            Index           =   1
            Left            =   810
            TabIndex        =   9
            Top             =   150
            Width           =   2955
         End
      End
      Begin VB.CommandButton cmdOK 
         Caption         =   "确定(&O)"
         Default         =   -1  'True
         Height          =   345
         Left            =   3420
         TabIndex        =   1
         Top             =   2580
         Width           =   1155
      End
      Begin VB.Frame fr 
         Height          =   75
         Index           =   1
         Left            =   0
         TabIndex        =   6
         Top             =   2340
         Width           =   4785
      End
      Begin VB.PictureBox pic 
         Height          =   1275
         Index           =   1
         Left            =   210
         ScaleHeight     =   1215
         ScaleWidth      =   4335
         TabIndex        =   3
         Top             =   960
         Width           =   4395
         Begin VB.Label lbl 
            AutoSize        =   -1  'True
            Caption         =   "本产品作者:"
            Height          =   180
            Index           =   7
            Left            =   180
            TabIndex        =   12
            Top             =   120
            Width           =   1080
         End
         Begin VB.Label lbl 
            AutoSize        =   -1  'True
            Caption         =   "郭文云(云南电信昭通分公司)"
            Height          =   180
            Index           =   6
            Left            =   360
            TabIndex        =   11
            Top             =   375
            Width           =   2340
         End
         Begin VB.Label lbl 
            AutoSize        =   -1  'True
            Caption         =   "特瑞飞软件 The Terrificsoft"
            Height          =   180
            Index           =   4
            Left            =   360
            TabIndex        =   5
            Top             =   900
            Width           =   2430
         End
         Begin VB.Label lbl 
            AutoSize        =   -1  'True
            Caption         =   "本产品版权:"
            Height          =   180
            Index           =   3
            Left            =   180
            TabIndex        =   4
            Top             =   645
            Width           =   1080
         End
      End
      Begin VB.Label lbl 
         AutoSize        =   -1  'True
         Caption         =   "警告:本程序受到版权法和国际条约的保护。未经授权,不得复制或传播本软件的部分或全部,否则将受到最大可能的起诉。"
         Height          =   720
         Index           =   5
         Left            =   240
         TabIndex        =   7
         Top             =   2550
         Width           =   2955
         WordWrap        =   -1  'True
      End
      Begin VB.Label lbl 
         AutoSize        =   -1  'True
         Caption         =   "版权所有 (C) 2004 Terrificsoft"
         Height          =   180
         Index           =   2
         Left            =   1860
         TabIndex        =   2
         Top             =   690
         Width           =   2700
      End
   End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'****************************************
'*      企业内部业务联系系统 1.0版      *
'*                                      *
'*  作者:郭文云(云南电信昭通分公司)    *
'*  日期:2004年8月                     *
'*  版权:Terrificsoft                  *
'*          版权所有  侵权必究          *
'****************************************

Option Explicit

Private Sub cmdOK_Click()
  Unload Me
End Sub

⌨️ 快捷键说明

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