home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 July
/
CHIP_CD_2005-07.iso
/
software
/
rapid
/
rapid_install.exe
/
rapid.exe
/
0
/
RCDATA
/
TABOUTFORM
/
TABOUTFORM.txt
< prev
Wrap
Text File
|
2005-05-02
|
4KB
|
163 lines
object AboutForm: TAboutForm
Left = 706
Top = 420
BorderStyle = bsNone
Caption = 'About'
ClientHeight = 272
ClientWidth = 427
Color = 15918813
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object boxForm: TShape
Left = 0
Top = 0
Width = 427
Height = 272
Brush.Color = 15918813
Pen.Color = clGrayText
end
object lblBuild: TLabel
Left = 113
Top = 32
Width = 34
Height = 13
Caption = 'version'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object lblAppName: TLabel
Left = 113
Top = 16
Width = 64
Height = 13
Caption = '@appname'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object imgLogo: TImage
Left = 1
Top = 1
Width = 94
Height = 270
AutoSize = True
Picture.Data = {<image000.bmp>}
end
object boxCopyright: TShape
Left = 104
Top = 56
Width = 313
Height = 177
Pen.Color = clGrayText
end
object lblCopyright: TLabel
Left = 112
Top = 64
Width = 113
Height = 13
Caption = 'Copyright '#169' 2003-2005,'
Color = clWhite
ParentColor = False
end
object lblURL: TLabel
Left = 112
Top = 104
Width = 136
Height = 13
Caption = 'http://www.rapidfd.com'
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clMenuHighlight
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
OnClick = lblURLClick
OnMouseEnter = lblMouseEnter
OnMouseLeave = lblMouseLeave
end
object lblMail: TLabel
Left = 112
Top = 120
Width = 121
Height = 13
Caption = 'support@rapidfd.com'
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clMenuHighlight
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
OnClick = lblMailClick
OnMouseEnter = lblMouseEnter
OnMouseLeave = lblMouseLeave
end
object lblAck: TLabel
Left = 112
Top = 144
Width = 73
Height = 13
Caption = 'Special thanks:'
Color = clWhite
ParentColor = False
end
object lblAuthors: TLabel
Left = 112
Top = 80
Width = 167
Height = 13
Caption = 'Scherbakov Sergey && Danilov Oleg'
Color = clWhite
ParentColor = False
end
object btnOK: TBitBtn
Left = 105
Top = 240
Width = 75
Height = 25
Cancel = True
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = btnOKClick
end
object Acks: TMemo
Left = 120
Top = 160
Width = 289
Height = 65
BorderStyle = bsNone
Lines.Strings = (
'Andrei Kourkine (German translation)'
'Anton "effrit" Sumin (icons, logo)'
'Lv Darong (Chinese translation)'
'Marco D'#39'Amato (Italian translation)'
'Mikhail "Yurich" Entaltsev (QA, German translation)'
'Olivier Touzot "QnnO" (LogFile manager)'
'Taewon Yun (Korean translation)'
'Troels Jakobsen (CoolTrayIcon)')
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 1
end
end