home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 May / PCWorld_1999-05_cd.bin / software / Vyzkuste / Essay11 / Essay11.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  1998-12-09  |  906b  |  45 lines

  1. object MainForm: TMainForm
  2.   Left = 154
  3.   Top = 121
  4.   Width = 582
  5.   Height = 375
  6.   Caption = 'Jans'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsMDIForm
  14.   Menu = MainMenu1
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object MainMenu1: TMainMenu
  20.     Left = 96
  21.     Top = 40
  22.     object Help1: TMenuItem
  23.       Caption = '&Help'
  24.       GroupIndex = 1
  25.       object Contents1: TMenuItem
  26.         Caption = '&Contents'
  27.         ShortCut = 112
  28.         OnClick = Contents1Click
  29.       end
  30.       object N1: TMenuItem
  31.         Caption = '-'
  32.       end
  33.       object About1: TMenuItem
  34.         Caption = '&About'
  35.         OnClick = About1Click
  36.       end
  37.     end
  38.   end
  39.   object pw: TjansPasswordDialog
  40.     Password = '127am'
  41.     Left = 224
  42.     Top = 40
  43.   end
  44. end
  45.