home *** CD-ROM | disk | FTP | other *** search
- object ChooseDlg: TChooseDlg
- Left = 200
- Top = 99
- AutoScroll = False
- Caption = 'Choose Dlg'
- ClientHeight = 190
- ClientWidth = 268
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object BitBtn1: TBitBtn
- Left = 152
- Top = 144
- Width = 89
- Height = 33
- TabOrder = 0
- Kind = bkCancel
- end
- object BitBtn2: TBitBtn
- Left = 24
- Top = 144
- Width = 89
- Height = 33
- TabOrder = 1
- Kind = bkOK
- end
- object Panel1: TPanel
- Left = 8
- Top = 16
- Width = 249
- Height = 113
- TabOrder = 2
- object CompChoose: TRadioButton
- Left = 16
- Top = 16
- Width = 225
- Height = 17
- Caption = 'Computer Chooses Coordinates'
- TabOrder = 0
- end
- object DiskLoad: TRadioButton
- Left = 16
- Top = 48
- Width = 209
- Height = 17
- Caption = 'Load Coordinates From Disk'
- TabOrder = 1
- end
- object UserDraw: TRadioButton
- Left = 16
- Top = 80
- Width = 209
- Height = 17
- Caption = 'User Draws Coordinates'
- TabOrder = 2
- end
- end
- end
-