- VERSION 5.00
- Begin VB.Form frmAbout
- BorderStyle = 3 'Fixed Dialog
- Caption = "关于 光盘管家"
- ClientHeight = 1485
- ClientLeft = 2340
- ClientTop = 1935
- ClientWidth = 4065
- ClipControls = 0 'False
- Icon = "frmAbout.frx":0000
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 1024.973
- ScaleMode = 0 'User
- ScaleWidth = 3817.245
- ShowInTaskbar = 0 'False
- Begin VB.PictureBox picIcon
- Appearance = 0 'Flat
- AutoSize = -1 'True
- BackColor = &H80000004&
- BorderStyle = 0 'None
- ClipControls = 0 'False
- ForeColor = &H80000008&
- Height = 480
- Left = 240
- Picture = "frmAbout.frx":0442
- ScaleHeight = 337.12
- ScaleMode = 0 'User
- ScaleWidth = 337.12
- TabIndex = 1
- Top = 240
- Width = 480
- End
- Begin VB.CommandButton cmdOK
- Cancel = -1 'True
- Caption = "确定"
- Default = -1 'True
- Height = 345
- Left = 2760
- TabIndex = 0
- Top = 240
- Width = 1140
- End
- Begin VB.Label Label3
- AutoSize = -1 'True
- Caption = "TronLin@sina.com"
- BeginProperty Font
- Name = "宋体"
- Size = 9
- Charset = 134
- Weight = 400
- Underline = -1 'True
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H00FF0000&
- Height = 180
- Left = 1560
- MouseIcon = "frmAbout.frx":0884
- MousePointer = 99 'Custom
- TabIndex = 6
- ToolTipText = "写信给我"
- Top = 1080
- Width = 1440
- End
- Begin VB.Label Label2
- AutoSize = -1 'True
- Caption = "Email:"
- Height = 180
- Left = 960
- TabIndex = 5
- Top = 1080
- Width = 540
- End
- Begin VB.Label Label1
- AutoSize = -1 'True
- Caption = "出品: 忠霖软件创作室"
- Height = 180
- Left = 960
- TabIndex = 4
- Top = 840
- Width = 1800
- End
- Begin VB.Label lblTitle
- AutoSize = -1 'True
- Caption = "光盘管家"
- BeginProperty Font
- Name = "宋体"
- Size = 12
- Charset = 134
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H00000000&
- Height = 240
- Left = 960
- TabIndex = 2
- Top = 240
- Width = 1035
- End
- Begin VB.Label lblVersion
- AutoSize = -1 'True
- Caption = "版本 beta 1.01"
- Height = 180
- Left = 960
- TabIndex = 3
- Top = 600
- Width = 1260
- End
- End
- Attribute VB_Name = "frmAbout"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub cmdOK_Click()
- Unload Me
- End Sub
- Private Sub Form_Load()
- CencerForm Me
- End Sub
- Private Sub Label3_Click()
- ShellExecute 0&, vbNullString, "mailto:tronlin@sina.com", vbNullString, vbNullString, vbNormalFocus
- End Sub