home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 March
/
Chip_1999-03_cd.bin
/
zkuste
/
delphi
/
DELUT
/
BICAT2.ZIP
/
Bicat.exe
/
0
/
RCDATA
/
TABOUTBOX
/
TABOUTBOX.txt
< prev
Wrap
Text File
|
1998-07-14
|
4KB
|
188 lines
object AboutBox: TAboutBox
Left = 205
Top = 121
BorderStyle = bsDialog
Caption = 'AboutBox'
ClientHeight = 279
ClientWidth = 358
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object IDLabel: TLabel
Left = 8
Top = 252
Width = 17
Height = 13
Caption = 'info'
Visible = False
end
object Panel: TPanel
Left = 8
Top = 8
Width = 344
Height = 223
BevelOuter = bvNone
ParentColor = True
TabOrder = 0
object GF1: TGradientFill
Left = 60
Top = 6
Width = 282
Height = 17
BeginColor = clGray
EndColor = clWhite
FillDirection = fdLeftToRight
NumberOfColors = 255
end
object ProgramIcon: TImage
Left = 8
Top = 8
Width = 32
Height = 32
Picture.Data = {<image000.ico>}
Stretch = True
IsControl = True
end
object ProductName: TLabel
Left = 62
Top = 8
Width = 105
Height = 13
Caption = 'BiCat - Bitmap Catalog'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
Transparent = True
IsControl = True
end
object VersionLabel: TLabel
Left = 62
Top = 24
Width = 61
Height = 13
Caption = 'VersionLabel'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
IsControl = True
end
object Copyright: TLabel
Left = 62
Top = 45
Width = 70
Height = 13
Caption = 'CopyrightLabel'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
IsControl = True
end
object TopicsLabel: TLabel
Left = 62
Top = 173
Width = 58
Height = 13
Caption = 'TopicsLabel'
end
object BitmapsLabel: TLabel
Left = 62
Top = 195
Width = 63
Height = 13
Caption = 'BitmapsLabel'
end
object Bevel1: TBevel
Left = 62
Top = 218
Width = 280
Height = 2
Shape = bsTopLine
end
object TopicsNumLabel: TLabel
Left = 253
Top = 173
Width = 89
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'TopicsNumLabel'
end
object BitmapsNumLabel: TLabel
Left = 253
Top = 195
Width = 89
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'BitmapsNumLabel'
end
object Bevel2: TBevel
Left = 62
Top = 162
Width = 280
Height = 2
Shape = bsTopLine
end
object RegLabel: TLabel
Left = 62
Top = 118
Width = 46
Height = 13
Caption = 'RegLabel'
OnDblClick = RegLabelDblClick
end
object UserLabel: TLabel
Left = 62
Top = 134
Width = 279
Height = 26
AutoSize = False
Caption = 'UserName'
WordWrap = True
end
object UrlLabel: TUrlLabel
Left = 62
Top = 60
Width = 178
Height = 13
Cursor = 5
Caption = 'http://www.strongsoftware.net/dronix'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
PopupMenu = UrlLabel.
URL = 'http://www.strongsoftware.net/dronix'
end
end
object OKButton: TButton
Left = 276
Top = 246
Width = 75
Height = 25
Cancel = True
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
end