home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 November / Net02.iso / Utility / extracti.exe / #setuppath# / ExtractIcon.exe / 0 / RCDATA / TFORM_ABOUT / TFORM_ABOUT.txt < prev   
Encoding:
Text File  |  2000-09-23  |  3.2 KB  |  145 lines

  1. object Form_About: TForm_About
  2.   Left = 485
  3.   Top = 195
  4.   BorderStyle = bsSingle
  5.   Caption = 'About...'
  6.   ClientHeight = 274
  7.   ClientWidth = 378
  8.   Color = clMenu
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel_Main: TPanel
  20.     Left = 13
  21.     Top = 12
  22.     Width = 354
  23.     Height = 213
  24.     BevelOuter = bvLowered
  25.     Color = clSilver
  26.     TabOrder = 0
  27.     object Logotip: TImage
  28.       Left = 16
  29.       Top = 80
  30.       Width = 145
  31.       Height = 137
  32.       Center = True
  33.       Picture.Data = {<image001.jpg>}
  34.       Transparent = True
  35.     end
  36.     object Image_ICON: TImage
  37.       Left = 50
  38.       Top = 14
  39.       Width = 32
  40.       Height = 32
  41.       Picture.Data = {<image002.bmp>}
  42.     end
  43.     object Bevel_Sep: TBevel
  44.       Left = 10
  45.       Top = 41
  46.       Width = 334
  47.       Height = 18
  48.       Shape = bsBottomLine
  49.     end
  50.     object Lbl_BookWorm: TLabel
  51.       Left = 120
  52.       Top = 19
  53.       Width = 146
  54.       Height = 18
  55.       Caption = 'ExtractIcon v1.0'
  56.       Color = clSilver
  57.       Font.Charset = DEFAULT_CHARSET
  58.       Font.Color = clMaroon
  59.       Font.Height = -16
  60.       Font.Name = 'Verdana'
  61.       Font.Style = [fsBold]
  62.       ParentColor = False
  63.       ParentFont = False
  64.     end
  65.     object Label2: TLabel
  66.       Left = 8
  67.       Top = 66
  68.       Width = 158
  69.       Height = 13
  70.       Caption = 'Copyright (c) DuskLine, Inc. 2000'
  71.       Font.Charset = DEFAULT_CHARSET
  72.       Font.Color = clInactiveCaption
  73.       Font.Height = -11
  74.       Font.Name = 'MS Sans Serif'
  75.       Font.Style = []
  76.       ParentFont = False
  77.     end
  78.     object Lbl_URL: TLabel
  79.       Left = 193
  80.       Top = 108
  81.       Width = 141
  82.       Height = 16
  83.       Cursor = crHandPoint
  84.       Caption = 'http://www.duskline.com'
  85.       Font.Charset = DEFAULT_CHARSET
  86.       Font.Color = clBlue
  87.       Font.Height = -13
  88.       Font.Name = 'MS Sans Serif'
  89.       Font.Style = [fsUnderline]
  90.       ParentFont = False
  91.       OnClick = Lbl_URLClick
  92.     end
  93.     object Lbl_EMail_URL: TLabel
  94.       Left = 206
  95.       Top = 167
  96.       Width = 114
  97.       Height = 16
  98.       Cursor = crHandPoint
  99.       Caption = 'info@duskline.com'
  100.       Font.Charset = DEFAULT_CHARSET
  101.       Font.Color = clBlue
  102.       Font.Height = -13
  103.       Font.Name = 'MS Sans Serif'
  104.       Font.Style = [fsUnderline]
  105.       ParentFont = False
  106.       OnClick = Lbl_EMail_URLClick
  107.     end
  108.     object Lbl_Internet: TLabel
  109.       Left = 235
  110.       Top = 79
  111.       Width = 56
  112.       Height = 16
  113.       Caption = 'Internet:'
  114.       Font.Charset = DEFAULT_CHARSET
  115.       Font.Color = clWindowText
  116.       Font.Height = -13
  117.       Font.Name = 'MS Sans Serif'
  118.       Font.Style = [fsBold]
  119.       ParentFont = False
  120.     end
  121.     object Lbl_EMail: TLabel
  122.       Left = 239
  123.       Top = 138
  124.       Width = 49
  125.       Height = 16
  126.       Caption = 'E-Mail:'
  127.       Font.Charset = DEFAULT_CHARSET
  128.       Font.Color = clWindowText
  129.       Font.Height = -13
  130.       Font.Name = 'MS Sans Serif'
  131.       Font.Style = [fsBold]
  132.       ParentFont = False
  133.     end
  134.   end
  135.   object Btn_Close: TButton
  136.     Left = 165
  137.     Top = 242
  138.     Width = 61
  139.     Height = 25
  140.     Caption = 'Ok'
  141.     TabOrder = 1
  142.     OnClick = Btn_CloseClick
  143.   end
  144. end
  145.