home *** CD-ROM | disk | FTP | other *** search
/ Screen - 100 Snelle Screensavers / ScreenSaver.iso / egyptgallery / setup.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt
Text File  |  1997-07-23  |  1KB  |  67 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 283
  3.   Top = 226
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Screen Saver'
  7.   ClientHeight = 180
  8.   ClientWidth = 376
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object logo: TImage
  18.     Left = 8
  19.     Top = 8
  20.     Width = 80
  21.     Height = 160
  22.     AutoSize = True
  23.   end
  24.   object Button1: TButton
  25.     Left = 294
  26.     Top = 146
  27.     Width = 75
  28.     Height = 23
  29.     Caption = '&OK'
  30.     Default = True
  31.     TabOrder = 0
  32.     OnClick = Button1Click
  33.   end
  34.   object Panel2: TPanel
  35.     Left = 96
  36.     Top = 8
  37.     Width = 273
  38.     Height = 129
  39.     BevelInner = bvRaised
  40.     BevelOuter = bvLowered
  41.     Font.Color = clBlack
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     TabOrder = 1
  47.     object Label2: TLabel
  48.       Left = 8
  49.       Top = 8
  50.       Width = 257
  51.       Height = 54
  52.       Alignment = taCenter
  53.       AutoSize = False
  54.       Caption = '[ about ]'
  55.     end
  56.     object text: TLabel
  57.       Left = 8
  58.       Top = 64
  59.       Width = 257
  60.       Height = 54
  61.       Alignment = taCenter
  62.       AutoSize = False
  63.       Caption = '[ client text ]'
  64.     end
  65.   end
  66. end
  67.