- VERSION 5.00
- Begin VB.Form Aboutfrm
- BorderStyle = 3 'Fixed Dialog
- Caption = "关于本软件"
- ClientHeight = 3870
- ClientLeft = 45
- ClientTop = 330
- ClientWidth = 5490
- Icon = "Aboutfrm.frx":0000
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 3870
- ScaleWidth = 5490
- ShowInTaskbar = 0 'False
- StartUpPosition = 2 '屏幕中心
- Begin VB.CommandButton cmdExit
- BackColor = &H0000C000&
- Cancel = -1 'True
- Height = 615
- Left = 4440
- Picture = "Aboutfrm.frx":0442
- Style = 1 'Graphical
- TabIndex = 12
- ToolTipText = "关闭"
- Top = 3120
- Width = 855
- End
- Begin VB.Frame Frame1
- Height = 135
- Left = 360
- TabIndex = 8
- Top = 2520
- Width = 4935
- End
- Begin VB.Label Label6
- AutoSize = -1 'True
- Caption = "jinghui2000@263.net"
- ForeColor = &H00FF0000&
- Height = 180
- Left = 1320
- TabIndex = 11
- Top = 3480
- Width = 1710
- End
- Begin VB.Label Label5
- AutoSize = -1 'True
- Caption = "作者信箱"
- Height = 180
- Left = 360
- TabIndex = 10
- Top = 3480
- Width = 720
- End
- Begin VB.Label Label4
- AutoSize = -1 'True
- BackColor = &H80000002&
- Caption = "晗青软件工作室"
- BeginProperty Font
- Name = "华文行楷"
- Size = 15
- Charset = 134
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H0000FF00&
- Height = 315
- Left = 360
- TabIndex = 9
- Top = 2880
- Width = 2100
- End
- Begin VB.Label Label3
- Caption = "件还有许多功能没有完善,希望大家多提意见"
- ForeColor = &H000000C0&
- Height = 375
- Left = 2160
- TabIndex = 7
- Top = 1920
- Width = 2895
- End
- Begin VB.Label Label2
- AutoSize = -1 'True
- Height = 180
- Index = 1
- Left = 1680
- TabIndex = 6
- Top = 1800
- Width = 90
- End
- Begin VB.Label Label2
- Caption = "本软件可作为中小企业和学校的图书管理软件,也可供个人学习使用,此软"
- ForeColor = &H000000C0&
- Height = 345
- Index = 0
- Left = 2160
- TabIndex = 5
- Top = 1560
- Width = 2880
- End
- Begin VB.Label Label1
- AutoSize = -1 'True
- Caption = "说明:"
- BeginProperty Font
- Name = "宋体"
- Size = 12
- Charset = 134
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 240
- Index = 4
- Left = 960
- TabIndex = 4
- Top = 1560
- Width = 600
- End
- Begin VB.Label Label1
- AutoSize = -1 'True
- Caption = "1.0"
- BeginProperty Font
- Name = "楷体_GB2312"
- Size = 12
- Charset = 134
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H00FF0000&
- Height = 240
- Index = 3
- Left = 2160
- TabIndex = 3
- Top = 1080
- Width = 420
- End
- Begin VB.Label Label1
- AutoSize = -1 'True
- Caption = "软件版本"
- BeginProperty Font
- Name = "宋体"
- Size = 12
- Charset = 134
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 240
- Index = 2
- Left = 960
- TabIndex = 2
- Top = 1080
- Width = 960
- End
- Begin VB.Label Label1
- AutoSize = -1 'True
- Caption = "软件名称"
- BeginProperty Font
- Name = "宋体"
- Size = 12
- Charset = 134
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 240
- Index = 1
- Left = 960
- TabIndex = 1
- Top = 600
- Width = 960
- End
- Begin VB.Label Label1
- AutoSize = -1 'True
- Caption = "晗青图书管理系统"
- BeginProperty Font
- Name = "楷体_GB2312"
- Size = 14.25
- Charset = 134
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H00FF0000&
- Height = 285
- Index = 0
- Left = 2160
- TabIndex = 0
- Top = 600
- Width = 2535
- End
- Begin VB.Image Image1
- Height = 480
- Left = 240
- Picture = "Aboutfrm.frx":0884
- Top = 480
- Width = 480
- End
- End
- Attribute VB_Name = "Aboutfrm"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub cmdExit_Click()
- Unload Me
- End Sub