home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / life / chsdlg.txt < prev    next >
Encoding:
Text File  |  1995-03-21  |  1.2 KB  |  62 lines

  1. object ChooseDlg: TChooseDlg
  2.   Left = 200
  3.   Top = 99
  4.   AutoScroll = False
  5.   Caption = 'Choose Dlg'
  6.   ClientHeight = 190
  7.   ClientWidth = 268
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object BitBtn1: TBitBtn
  15.     Left = 152
  16.     Top = 144
  17.     Width = 89
  18.     Height = 33
  19.     TabOrder = 0
  20.     Kind = bkCancel
  21.   end
  22.   object BitBtn2: TBitBtn
  23.     Left = 24
  24.     Top = 144
  25.     Width = 89
  26.     Height = 33
  27.     TabOrder = 1
  28.     Kind = bkOK
  29.   end
  30.   object Panel1: TPanel
  31.     Left = 8
  32.     Top = 16
  33.     Width = 249
  34.     Height = 113
  35.     TabOrder = 2
  36.     object CompChoose: TRadioButton
  37.       Left = 16
  38.       Top = 16
  39.       Width = 225
  40.       Height = 17
  41.       Caption = 'Computer Chooses Coordinates'
  42.       TabOrder = 0
  43.     end
  44.     object DiskLoad: TRadioButton
  45.       Left = 16
  46.       Top = 48
  47.       Width = 209
  48.       Height = 17
  49.       Caption = 'Load Coordinates From Disk'
  50.       TabOrder = 1
  51.     end
  52.     object UserDraw: TRadioButton
  53.       Left = 16
  54.       Top = 80
  55.       Width = 209
  56.       Height = 17
  57.       Caption = 'User Draws Coordinates'
  58.       TabOrder = 2
  59.     end
  60.   end
  61. end
  62.