home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 9 / FreelogHS09.iso / FractalExplo / FE.exe / 0 / RCDATA / TSELECTQFORM2 / TSELECTQFORM2.txt < prev   
Text File  |  2001-06-15  |  1KB  |  73 lines

  1. object SelectQForm2: TSelectQForm2
  2.   Left = 484
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'More quaternion options'
  7.   ClientHeight = 277
  8.   ClientWidth = 433
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object BitBtn4: TBitBtn
  23.     Left = 328
  24.     Top = 248
  25.     Width = 101
  26.     Height = 25
  27.     Caption = '&Cancel'
  28.     TabOrder = 0
  29.     Kind = bkCancel
  30.   end
  31.   object BitBtn3: TBitBtn
  32.     Left = 220
  33.     Top = 248
  34.     Width = 101
  35.     Height = 25
  36.     Caption = '&Select'
  37.     TabOrder = 1
  38.     Kind = bkOK
  39.   end
  40.   object GroupBox1: TGroupBox
  41.     Left = 4
  42.     Top = 4
  43.     Width = 185
  44.     Height = 237
  45.     Caption = ' Background: '
  46.     TabOrder = 2
  47.     object Shape1: TShape
  48.       Tag = 1
  49.       Left = 96
  50.       Top = 18
  51.       Width = 21
  52.       Height = 21
  53.       Shape = stCircle
  54.     end
  55.     object RadioButton1: TRadioButton
  56.       Left = 8
  57.       Top = 20
  58.       Width = 77
  59.       Height = 17
  60.       Caption = 'Solid color'
  61.       TabOrder = 0
  62.     end
  63.     object RadioButton2: TRadioButton
  64.       Left = 12
  65.       Top = 56
  66.       Width = 57
  67.       Height = 17
  68.       Caption = 'Image'
  69.       TabOrder = 1
  70.     end
  71.   end
  72. end
  73.