home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / life / chsdlg.dfm / chsdlg.txt
Encoding:
Text File  |  1995-03-21  |  1.0 KB  |  58 lines

  1. object ChooseDlg: TChooseDlg
  2.   Left = 200
  3.   Top = 99
  4.   AutoScroll = False
  5.   Caption = 'Choose Dlg'
  6.   ClientHeight = 158
  7.   ClientWidth = 295
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'Courier New'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object BCancel: TBitBtn
  15.     Left = 157
  16.     Top = 111
  17.     Width = 89
  18.     Height = 33
  19.     TabOrder = 2
  20.     Kind = bkCancel
  21.   end
  22.   object bOk: TBitBtn
  23.     Left = 48
  24.     Top = 111
  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 = 278
  34.     Height = 81
  35.     TabOrder = 0
  36.     TabStop = True
  37.     object CompChoose: TRadioButton
  38.       Left = 16
  39.       Top = 16
  40.       Width = 259
  41.       Height = 17
  42.       Caption = 'Computer Chooses Coordinates'
  43.       Checked = True
  44.       TabOrder = 0
  45.       TabStop = True
  46.     end
  47.     object DiskLoad: TRadioButton
  48.       Left = 15
  49.       Top = 47
  50.       Width = 241
  51.       Height = 17
  52.       Caption = 'Load Coordinates From Disk'
  53.       TabOrder = 1
  54.       TabStop = True
  55.     end
  56.   end
  57. end
  58.