home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip_2000-11_cd2.bin / sharewar / 2020 / SETUP.EXE / %MAINDIR% / 2020.exe / 0 / RCDATA / TABOUTDLG / TABOUTDLG.txt < prev   
Encoding:
Text File  |  2000-09-13  |  2.0 KB  |  101 lines

  1. object AboutDlg: TAboutDlg
  2.   Left = 271
  3.   Top = 193
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = ' '
  7.   ClientHeight = 250
  8.   ClientWidth = 255
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 255
  23.     Height = 250
  24.     Align = alClient
  25.     BevelInner = bvLowered
  26.     BorderStyle = bsSingle
  27.     TabOrder = 0
  28.     object Label6: TLabel
  29.       Left = 93
  30.       Top = 4
  31.       Width = 64
  32.       Height = 31
  33.       Caption = '20/20'
  34.       Font.Charset = DEFAULT_CHARSET
  35.       Font.Color = clBlack
  36.       Font.Height = -27
  37.       Font.Name = 'Times New Roman'
  38.       Font.Style = [fsBold]
  39.       ParentFont = False
  40.     end
  41.     object Label5: TLabel
  42.       Left = 61
  43.       Top = 87
  44.       Width = 128
  45.       Height = 13
  46.       Caption = 'Copyright (C) 1997-2000 by'
  47.     end
  48.     object Label7: TLabel
  49.       Left = 69
  50.       Top = 103
  51.       Width = 119
  52.       Height = 13
  53.       Caption = 'byLight Technolgies, Inc.'
  54.     end
  55.     object Label8: TLabel
  56.       Left = 81
  57.       Top = 119
  58.       Width = 88
  59.       Height = 13
  60.       Caption = '(all rights reserved)'
  61.     end
  62.     object Image2: TImage
  63.       Left = 6
  64.       Top = 6
  65.       Width = 38
  66.       Height = 37
  67.       Picture.Data = {<image000.ico>}
  68.     end
  69.     object Label1: TLabel
  70.       Left = 99
  71.       Top = 45
  72.       Width = 53
  73.       Height = 13
  74.       Caption = 'Version 2.2'
  75.     end
  76.     object Label2: TLabel
  77.       Left = 62
  78.       Top = 144
  79.       Width = 127
  80.       Height = 13
  81.       Caption = 'Portions Copyrighted (C) by'
  82.     end
  83.     object Label3: TLabel
  84.       Left = 94
  85.       Top = 159
  86.       Width = 63
  87.       Height = 13
  88.       Caption = 'Skyline Tools'
  89.     end
  90.     object Button2: TButton
  91.       Left = 88
  92.       Top = 208
  93.       Width = 75
  94.       Height = 25
  95.       Caption = 'OK'
  96.       TabOrder = 0
  97.       OnClick = Button1Click
  98.     end
  99.   end
  100. end
  101.