home *** CD-ROM | disk | FTP | other *** search
- object Form_About: TForm_About
- Left = 485
- Top = 195
- BorderStyle = bsSingle
- Caption = 'About...'
- ClientHeight = 274
- ClientWidth = 378
- Color = clMenu
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- Position = poMainFormCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Panel_Main: TPanel
- Left = 13
- Top = 12
- Width = 354
- Height = 213
- BevelOuter = bvLowered
- Color = clSilver
- TabOrder = 0
- object Logotip: TImage
- Left = 16
- Top = 80
- Width = 145
- Height = 137
- Center = True
- Picture.Data = {<image001.jpg>}
- Transparent = True
- end
- object Image_ICON: TImage
- Left = 50
- Top = 14
- Width = 32
- Height = 32
- Picture.Data = {<image002.bmp>}
- end
- object Bevel_Sep: TBevel
- Left = 10
- Top = 41
- Width = 334
- Height = 18
- Shape = bsBottomLine
- end
- object Lbl_BookWorm: TLabel
- Left = 120
- Top = 19
- Width = 146
- Height = 18
- Caption = 'ExtractIcon v1.0'
- Color = clSilver
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -16
- Font.Name = 'Verdana'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- end
- object Label2: TLabel
- Left = 8
- Top = 66
- Width = 158
- Height = 13
- Caption = 'Copyright (c) DuskLine, Inc. 2000'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clInactiveCaption
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Lbl_URL: TLabel
- Left = 193
- Top = 108
- Width = 141
- Height = 16
- Cursor = crHandPoint
- Caption = 'http://www.duskline.com'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = Lbl_URLClick
- end
- object Lbl_EMail_URL: TLabel
- Left = 206
- Top = 167
- Width = 114
- Height = 16
- Cursor = crHandPoint
- Caption = 'info@duskline.com'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = Lbl_EMail_URLClick
- end
- object Lbl_Internet: TLabel
- Left = 235
- Top = 79
- Width = 56
- Height = 16
- Caption = 'Internet:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Lbl_EMail: TLabel
- Left = 239
- Top = 138
- Width = 49
- Height = 16
- Caption = 'E-Mail:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- end
- object Btn_Close: TButton
- Left = 165
- Top = 242
- Width = 61
- Height = 25
- Caption = 'Ok'
- TabOrder = 1
- OnClick = Btn_CloseClick
- end
- end
-