home *** CD-ROM | disk | FTP | other *** search
- object ChooseDlg: TChooseDlg
- Left = 200
- Top = 99
- AutoScroll = False
- Caption = 'Choose Dlg'
- ClientHeight = 158
- ClientWidth = 295
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object BCancel: TBitBtn
- Left = 157
- Top = 111
- Width = 89
- Height = 33
- TabOrder = 2
- Kind = bkCancel
- end
- object bOk: TBitBtn
- Left = 48
- Top = 111
- Width = 89
- Height = 33
- TabOrder = 1
- Kind = bkOK
- end
- object Panel1: TPanel
- Left = 8
- Top = 16
- Width = 278
- Height = 81
- TabOrder = 0
- TabStop = True
- object CompChoose: TRadioButton
- Left = 16
- Top = 16
- Width = 259
- Height = 17
- Caption = 'Computer Chooses Coordinates'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object DiskLoad: TRadioButton
- Left = 15
- Top = 47
- Width = 241
- Height = 17
- Caption = 'Load Coordinates From Disk'
- TabOrder = 1
- TabStop = True
- end
- end
- end
-