home *** CD-ROM | disk | FTP | other *** search
/ Freelog 10 / Freelog010.iso / BAS / Graphism / DoubleFractal / fractal.exe / 0 / RCDATA / TFORMEXTENDEDBASIC / TFORMEXTENDEDBASIC.txt
Text File  |  2000-04-20  |  1KB  |  74 lines

  1. inherited FormExtendedBasic: TFormExtendedBasic
  2.   Left = 232
  3.   Top = 221
  4.   Width = 743
  5.   Caption = 'Form to be used as ancestor'
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited GroupBox1: TGroupBox
  9.     Left = 185
  10.     Width = 450
  11.     inherited PB: TImage
  12.       Width = 446
  13.     end
  14.   end
  15.   inherited GroupBox2: TGroupBox
  16.     Left = 635
  17.   end
  18.   object GroupTypes: TGroupBox [3]
  19.     Left = 101
  20.     Top = 0
  21.     Width = 84
  22.     Height = 387
  23.     Align = alLeft
  24.     Caption = 'Types'
  25.     TabOrder = 3
  26.     object SBAL1: TSpeedButton
  27.       Left = 8
  28.       Top = 16
  29.       Width = 73
  30.       Height = 57
  31.     end
  32.     object SBAL2: TSpeedButton
  33.       Left = 8
  34.       Top = 72
  35.       Width = 73
  36.       Height = 57
  37.     end
  38.     object SBAL3: TSpeedButton
  39.       Left = 8
  40.       Top = 128
  41.       Width = 73
  42.       Height = 57
  43.     end
  44.     object SBAL4: TSpeedButton
  45.       Left = 8
  46.       Top = 184
  47.       Width = 73
  48.       Height = 57
  49.     end
  50.     object SBAL5: TSpeedButton
  51.       Left = 8
  52.       Top = 240
  53.       Width = 73
  54.       Height = 57
  55.     end
  56.     object SBAL6: TSpeedButton
  57.       Left = 8
  58.       Top = 296
  59.       Width = 73
  60.       Height = 57
  61.     end
  62.   end
  63.   inherited MMenu: TMainMenu
  64.     inherited MMView: TMenuItem
  65.       object MMTypes: TMenuItem [3]
  66.         Caption = '&Types'
  67.         Checked = True
  68.         ShortCut = 0
  69.         OnClick = MMTypesClick
  70.       end
  71.     end
  72.   end
  73. end
  74.