home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2002 March / PCWMAR02.iso / software / other_programs / artizen / Artizen.CAB / XGIF20.ocx / 0 / RCDATA / TXGIFABOUT / TXGIFABOUT.txt
Text File  |  2000-06-26  |  1KB  |  50 lines

  1. object XGIFAbout: TXGIFAbout
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About this control...'
  7.   ClientHeight = 156
  8.   ClientWidth = 329
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object NameLbl: TLabel
  16.     Left = 76
  17.     Top = 8
  18.     Width = 178
  19.     Height = 20
  20.     Caption = 'Softuarium XGIF v2.0'
  21.     Font.Charset = DEFAULT_CHARSET
  22.     Font.Color = clBtnText
  23.     Font.Height = -17
  24.     Font.Name = 'Default'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.   end
  28.   object CopyrightLbl: TLabel
  29.     Left = 53
  30.     Top = 41
  31.     Width = 251
  32.     Height = 64
  33.     Caption = 
  34.       'Copyright (c) 2000 Softuarium'#13#10'www.softuarium.com, info@softuari' +
  35.       'um.com'#13#10'This software is based in part on '#13#10'the work of Anders M' +
  36.       'elander'
  37.   end
  38.   object OkBtn: TButton
  39.     Left = 118
  40.     Top = 118
  41.     Width = 92
  42.     Height = 31
  43.     Cancel = True
  44.     Caption = 'OK'
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 0
  48.   end
  49. end
  50.