GuangYu.frm
资源名称:20080403.rar [点击查看]
上传用户:linhua1013
上传日期:2014-12-05
资源大小:375k
文件大小:4k
源码类别:
SQL Server
开发平台:
Visual Basic
- VERSION 5.00
- Begin VB.Form GuangYu
- Caption = "关于"
- ClientHeight = 3105
- ClientLeft = 60
- ClientTop = 405
- ClientWidth = 5130
- LinkTopic = "Form1"
- ScaleHeight = 3105
- ScaleWidth = 5130
- StartUpPosition = 1 '所有者中心
- Begin VB.Label Label7
- AutoSize = -1 'True
- Caption = "1.15正式测试版"
- Height = 180
- Left = 3480
- TabIndex = 6
- Top = 2640
- Width = 1260
- End
- Begin VB.Label Label6
- AutoSize = -1 'True
- Caption = "程序版本号:"
- Height = 180
- Left = 2400
- TabIndex = 5
- Top = 2640
- Width = 1080
- End
- Begin VB.Label Label5
- AutoSize = -1 'True
- Caption = "苏小平 朱立光"
- BeginProperty Font
- Name = "新宋体"
- Size = 10.5
- Charset = 134
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 210
- Left = 1800
- TabIndex = 4
- Top = 2040
- Width = 2310
- End
- Begin VB.Label Label4
- AutoSize = -1 'True
- Caption = "刘月明 刘振权"
- BeginProperty Font
- Name = "新宋体"
- Size = 10.5
- Charset = 134
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 210
- Left = 1800
- TabIndex = 3
- Top = 1680
- Width = 2310
- End
- Begin VB.Label Label3
- AutoSize = -1 'True
- Caption = "组员:(排名不分先后)"
- BeginProperty Font
- Name = "新宋体"
- Size = 10.5
- Charset = 134
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 210
- Left = 1200
- TabIndex = 2
- Top = 1320
- Width = 2310
- End
- Begin VB.Label Label2
- AutoSize = -1 'True
- Caption = "数据库课程设计"
- BeginProperty Font
- Name = "华文中宋"
- Size = 12
- Charset = 134
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 285
- Left = 120
- TabIndex = 1
- Top = 120
- Width = 1680
- End
- Begin VB.Label Label1
- AutoSize = -1 'True
- Caption = "公 司 人 事 管 理 系 统"
- BeginProperty Font
- Name = "华文彩云"
- Size = 21.75
- Charset = 134
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H0000C000&
- Height = 450
- Left = 480
- TabIndex = 0
- Top = 600
- Width = 4215
- End
- End
- Attribute VB_Name = "GuangYu"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Form_Click()
- Unload Me
- End Sub