home *** CD-ROM | disk | FTP | other *** search
- object FrmMap: TFrmMap
- Left = 200
- Top = 98
- BorderStyle = bsDialog
- Caption = 'Map'
- ClientHeight = 89
- ClientWidth = 292
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object lblName: TLabel
- Left = 8
- Top = 8
- Width = 50
- Height = 13
- Caption = 'Map &name'
- FocusControl = EditName
- end
- object btnOK: TButton
- Left = 128
- Top = 56
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object btnCancel: TButton
- Left = 208
- Top = 56
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object EditName: TEdit
- Left = 8
- Top = 24
- Width = 273
- Height = 21
- TabOrder = 0
- end
- end
-