home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / share / news / wclock / wclocks.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  1997-12-05  |  1KB  |  73 lines

  1. object AboutForm: TAboutForm
  2.   Left = 203
  3.   Top = 173
  4.   BorderStyle = bsDialog
  5.   Caption = 'About World Clocks'
  6.   ClientHeight = 176
  7.   ClientWidth = 352
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 337
  19.     Height = 129
  20.     Shape = bsFrame
  21.   end
  22.   object Image1: TImage
  23.     Left = 24
  24.     Top = 24
  25.     Width = 32
  26.     Height = 32
  27.     Picture.Data = {<image000.ico>}
  28.   end
  29.   object Button1: TButton
  30.     Left = 272
  31.     Top = 144
  32.     Width = 73
  33.     Height = 25
  34.     Cancel = True
  35.     Caption = 'OK'
  36.     Default = True
  37.     ModalResult = 1
  38.     TabOrder = 0
  39.     OnClick = Button1Click
  40.   end
  41.   object Panel1: TPanel
  42.     Left = 72
  43.     Top = 24
  44.     Width = 257
  45.     Height = 97
  46.     BevelOuter = bvNone
  47.     Enabled = False
  48.     TabOrder = 1
  49.     object Memo1: TMemo
  50.       Left = 0
  51.       Top = 0
  52.       Width = 257
  53.       Height = 97
  54.       TabStop = False
  55.       Align = alClient
  56.       BorderStyle = bsNone
  57.       Color = clBtnFace
  58.       Ctl3D = True
  59.       Lines.Strings = (
  60.         'World Clocks v2.0'
  61.         ''
  62.         ''
  63.         'This product was developed by Chirag Dalal.'
  64.         ''
  65.         'Any queries, suggestions and comments about this '
  66.         'product may be forwarded to chirag@theoffice.net')
  67.       ParentCtl3D = False
  68.       ReadOnly = True
  69.       TabOrder = 0
  70.     end
  71.   end
  72. end
  73.