home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 9 / Chip_Hitware_Vol_09.iso / chiphit9 / freizeit / 95heart / hsmart95.exe / 0 / RCDATA / TFORM7 / TFORM7.txt
Encoding:
Text File  |  1996-06-20  |  999 b   |  56 lines

  1. object Form7: TForm7
  2.   Left = 200
  3.   Top = 99
  4.   AutoScroll = False
  5.   Caption = 'Menu Title'
  6.   ClientHeight = 103
  7.   ClientWidth = 258
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 27
  18.     Top = 5
  19.     Width = 102
  20.     Height = 16
  21.     Caption = 'Enter menu title'
  22.   end
  23.   object Edit1: TEdit
  24.     Left = 27
  25.     Top = 24
  26.     Width = 204
  27.     Height = 24
  28.     Font.Color = clWindowText
  29.     Font.Height = -13
  30.     Font.Name = 'Arial'
  31.     Font.Style = []
  32.     MaxLength = 30
  33.     ParentFont = False
  34.     TabOrder = 0
  35.     Text = 'Weekly Menu'
  36.   end
  37.   object BitBtn1: TBitBtn
  38.     Left = 26
  39.     Top = 56
  40.     Width = 89
  41.     Height = 33
  42.     TabOrder = 1
  43.     Kind = bkOK
  44.     Style = bsWin31
  45.   end
  46.   object BitBtn2: TBitBtn
  47.     Left = 142
  48.     Top = 56
  49.     Width = 89
  50.     Height = 33
  51.     TabOrder = 2
  52.     Kind = bkCancel
  53.     Style = bsWin31
  54.   end
  55. end
  56.