home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / EXAMPLES / PACMAN / UDESIGN.DFM / UDESIGN.txt
Encoding:
Text File  |  1998-10-24  |  1.2 KB  |  64 lines

  1. object TeeDesign: TTeeDesign
  2.   Left = 200
  3.   Top = 103
  4.   Width = 435
  5.   Height = 348
  6.   ActiveControl = Memo1
  7.   Caption = 'TeePac  Game Map Editor'
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   TextHeight = 13
  16.   object Memo1: TMemo
  17.     Left = 9
  18.     Top = 7
  19.     Width = 416
  20.     Height = 206
  21.     Font.Color = clBlack
  22.     Font.Height = -13
  23.     Font.Name = 'Arial'
  24.     Font.Style = [fsBold]
  25.     Lines.Strings = (
  26.       'Memo1')
  27.     ParentFont = False
  28.     TabOrder = 0
  29.   end
  30.   object BitBtn1: TBitBtn
  31.     Left = 225
  32.     Top = 275
  33.     Width = 89
  34.     Height = 33
  35.     Caption = '&OK'
  36.     TabOrder = 1
  37.     Kind = bkOK
  38.   end
  39.   object BitBtn2: TBitBtn
  40.     Left = 333
  41.     Top = 275
  42.     Width = 89
  43.     Height = 33
  44.     Caption = '&Cancel'
  45.     TabOrder = 2
  46.     Kind = bkCancel
  47.   end
  48.   object Memo2: TMemo
  49.     Left = 9
  50.     Top = 219
  51.     Width = 185
  52.     Height = 89
  53.     TabStop = False
  54.     Lines.Strings = (
  55.       'x   =  Wall'
  56.       'o   =  Target'
  57.       'r    =  Red Monster'
  58.       'g   =  Green Monster'
  59.       'p   =  TeePac Man !!!')
  60.     ReadOnly = True
  61.     TabOrder = 3
  62.   end
  63. end
  64.