GuangYu.frm
上传用户:linhua1013
上传日期:2014-12-05
资源大小:375k
文件大小:4k
源码类别:

SQL Server

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Begin VB.Form GuangYu 
  3.    Caption         =   "关于"
  4.    ClientHeight    =   3105
  5.    ClientLeft      =   60
  6.    ClientTop       =   405
  7.    ClientWidth     =   5130
  8.    LinkTopic       =   "Form1"
  9.    ScaleHeight     =   3105
  10.    ScaleWidth      =   5130
  11.    StartUpPosition =   1  '所有者中心
  12.    Begin VB.Label Label7 
  13.       AutoSize        =   -1  'True
  14.       Caption         =   "1.15正式测试版"
  15.       Height          =   180
  16.       Left            =   3480
  17.       TabIndex        =   6
  18.       Top             =   2640
  19.       Width           =   1260
  20.    End
  21.    Begin VB.Label Label6 
  22.       AutoSize        =   -1  'True
  23.       Caption         =   "程序版本号:"
  24.       Height          =   180
  25.       Left            =   2400
  26.       TabIndex        =   5
  27.       Top             =   2640
  28.       Width           =   1080
  29.    End
  30.    Begin VB.Label Label5 
  31.       AutoSize        =   -1  'True
  32.       Caption         =   "苏小平          朱立光"
  33.       BeginProperty Font 
  34.          Name            =   "新宋体"
  35.          Size            =   10.5
  36.          Charset         =   134
  37.          Weight          =   400
  38.          Underline       =   0   'False
  39.          Italic          =   0   'False
  40.          Strikethrough   =   0   'False
  41.       EndProperty
  42.       Height          =   210
  43.       Left            =   1800
  44.       TabIndex        =   4
  45.       Top             =   2040
  46.       Width           =   2310
  47.    End
  48.    Begin VB.Label Label4 
  49.       AutoSize        =   -1  'True
  50.       Caption         =   "刘月明          刘振权"
  51.       BeginProperty Font 
  52.          Name            =   "新宋体"
  53.          Size            =   10.5
  54.          Charset         =   134
  55.          Weight          =   400
  56.          Underline       =   0   'False
  57.          Italic          =   0   'False
  58.          Strikethrough   =   0   'False
  59.       EndProperty
  60.       Height          =   210
  61.       Left            =   1800
  62.       TabIndex        =   3
  63.       Top             =   1680
  64.       Width           =   2310
  65.    End
  66.    Begin VB.Label Label3 
  67.       AutoSize        =   -1  'True
  68.       Caption         =   "组员:(排名不分先后)"
  69.       BeginProperty Font 
  70.          Name            =   "新宋体"
  71.          Size            =   10.5
  72.          Charset         =   134
  73.          Weight          =   400
  74.          Underline       =   0   'False
  75.          Italic          =   0   'False
  76.          Strikethrough   =   0   'False
  77.       EndProperty
  78.       Height          =   210
  79.       Left            =   1200
  80.       TabIndex        =   2
  81.       Top             =   1320
  82.       Width           =   2310
  83.    End
  84.    Begin VB.Label Label2 
  85.       AutoSize        =   -1  'True
  86.       Caption         =   "数据库课程设计"
  87.       BeginProperty Font 
  88.          Name            =   "华文中宋"
  89.          Size            =   12
  90.          Charset         =   134
  91.          Weight          =   400
  92.          Underline       =   0   'False
  93.          Italic          =   0   'False
  94.          Strikethrough   =   0   'False
  95.       EndProperty
  96.       Height          =   285
  97.       Left            =   120
  98.       TabIndex        =   1
  99.       Top             =   120
  100.       Width           =   1680
  101.    End
  102.    Begin VB.Label Label1 
  103.       AutoSize        =   -1  'True
  104.       Caption         =   "公 司 人 事 管 理 系 统"
  105.       BeginProperty Font 
  106.          Name            =   "华文彩云"
  107.          Size            =   21.75
  108.          Charset         =   134
  109.          Weight          =   400
  110.          Underline       =   0   'False
  111.          Italic          =   0   'False
  112.          Strikethrough   =   0   'False
  113.       EndProperty
  114.       ForeColor       =   &H0000C000&
  115.       Height          =   450
  116.       Left            =   480
  117.       TabIndex        =   0
  118.       Top             =   600
  119.       Width           =   4215
  120.    End
  121. End
  122. Attribute VB_Name = "GuangYu"
  123. Attribute VB_GlobalNameSpace = False
  124. Attribute VB_Creatable = False
  125. Attribute VB_PredeclaredId = True
  126. Attribute VB_Exposed = False
  127. Private Sub Form_Click()
  128.  Unload Me
  129. End Sub