home *** CD-ROM | disk | FTP | other *** search
- object TeeDesign: TTeeDesign
- Left = 200
- Top = 103
- Width = 435
- Height = 348
- ActiveControl = Memo1
- Caption = 'TeePac Game Map Editor'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- TextHeight = 13
- object Memo1: TMemo
- Left = 9
- Top = 7
- Width = 416
- Height = 206
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- Lines.Strings = (
- 'Memo1')
- ParentFont = False
- TabOrder = 0
- end
- object BitBtn1: TBitBtn
- Left = 225
- Top = 275
- Width = 89
- Height = 33
- Caption = '&OK'
- TabOrder = 1
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 333
- Top = 275
- Width = 89
- Height = 33
- Caption = '&Cancel'
- TabOrder = 2
- Kind = bkCancel
- end
- object Memo2: TMemo
- Left = 9
- Top = 219
- Width = 185
- Height = 89
- TabStop = False
- Lines.Strings = (
- 'x = Wall'
- 'o = Target'
- 'r = Red Monster'
- 'g = Green Monster'
- 'p = TeePac Man !!!')
- ReadOnly = True
- TabOrder = 3
- end
- end
-