home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #8 / Software USA Volume 4.08.iso / pc / games / fructus / run / fructus.exe / 0 / RCDATA / TTFRUCTUSOPTIONWINDOW / TTFRUCTUSOPTIONWINDOW.txt < prev   
Encoding:
Text File  |  1998-12-20  |  4.1 KB  |  192 lines

  1. object TFructusOptionWindow: TTFructusOptionWindow
  2.   Left = 185
  3.   Top = 163
  4.   BorderIcons = [biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Options'
  7.   ClientHeight = 228
  8.   ClientWidth = 292
  9.   Color = clSilver
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Scaled = False
  16.   OnCloseQuery = CheckValues
  17.   OnShow = SetupWindow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Button1: TButton
  21.     Left = 230
  22.     Top = 200
  23.     Width = 60
  24.     Height = 23
  25.     Caption = '&Ok'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 0
  29.     OnClick = Ok
  30.   end
  31.   object PageControl1: TPageControl
  32.     Left = 2
  33.     Top = 0
  34.     Width = 289
  35.     Height = 193
  36.     ActivePage = TabSheet1
  37.     TabOrder = 1
  38.     object TabSheet1: TTabSheet
  39.       Caption = '&Blocks'
  40.       object Image1: TImage
  41.         Left = 10
  42.         Top = 18
  43.         Width = 124
  44.         Height = 125
  45.         Picture.Data = {<image000.bmp>}
  46.       end
  47.       object GroupBox1: TGroupBox
  48.         Left = 144
  49.         Top = 64
  50.         Width = 130
  51.         Height = 81
  52.         Caption = 'Blocks options.'
  53.         TabOrder = 0
  54.         object CheckBox2: TCheckBox
  55.           Left = 8
  56.           Top = 24
  57.           Width = 105
  58.           Height = 17
  59.           Caption = '&Blocks of fruits'
  60.           TabOrder = 0
  61.         end
  62.         object CheckBox3: TCheckBox
  63.           Left = 8
  64.           Top = 40
  65.           Width = 113
  66.           Height = 17
  67.           Caption = '&Enable jocker block'
  68.           TabOrder = 1
  69.         end
  70.         object CheckBox4: TCheckBox
  71.           Left = 8
  72.           Top = 56
  73.           Width = 105
  74.           Height = 17
  75.           Caption = 'Show &next block'
  76.           TabOrder = 2
  77.         end
  78.       end
  79.     end
  80.     object TabSheet2: TTabSheet
  81.       Caption = '&Audio'
  82.       object Image3: TImage
  83.         Left = 220
  84.         Top = 50
  85.         Width = 32
  86.         Height = 32
  87.         Picture.Data = {<image001.ico>}
  88.       end
  89.       object GroupBox2: TGroupBox
  90.         Left = 8
  91.         Top = 16
  92.         Width = 185
  93.         Height = 41
  94.         Caption = '&Wav files'
  95.         TabOrder = 1
  96.       end
  97.       object CheckBox1: TCheckBox
  98.         Left = 32
  99.         Top = 32
  100.         Width = 129
  101.         Height = 17
  102.         Caption = 'A few &sound effects.'
  103.         TabOrder = 0
  104.       end
  105.       object RadioGroup1: TRadioGroup
  106.         Left = 8
  107.         Top = 64
  108.         Width = 185
  109.         Height = 80
  110.         Caption = '&Music type'
  111.         Columns = 2
  112.         Items.Strings = (
  113.           '&A-type'
  114.           '&B-type'
  115.           '&C-type'
  116.           '&Off')
  117.         TabOrder = 2
  118.       end
  119.     end
  120.     object TabSheet3: TTabSheet
  121.       Caption = '&Misc.'
  122.       object Image2: TImage
  123.         Left = 220
  124.         Top = 50
  125.         Width = 32
  126.         Height = 32
  127.         Picture.Data = {<image002.ico>}
  128.       end
  129.       object Panel2: TPanel
  130.         Left = 16
  131.         Top = 16
  132.         Width = 177
  133.         Height = 133
  134.         BevelInner = bvRaised
  135.         BevelOuter = bvLowered
  136.         TabOrder = 0
  137.         object Label1: TLabel
  138.           Left = 8
  139.           Top = 13
  140.           Width = 111
  141.           Height = 13
  142.           Caption = 'Number of fruits to align'
  143.         end
  144.         object Label2: TLabel
  145.           Left = 8
  146.           Top = 43
  147.           Width = 61
  148.           Height = 13
  149.           Caption = 'Starting level'
  150.         end
  151.         object SpinEdit1: TSpinEdit
  152.           Left = 128
  153.           Top = 8
  154.           Width = 41
  155.           Height = 22
  156.           MaxValue = 0
  157.           MinValue = 0
  158.           TabOrder = 0
  159.           Value = 0
  160.         end
  161.         object SpinEdit2: TSpinEdit
  162.           Left = 128
  163.           Top = 40
  164.           Width = 41
  165.           Height = 22
  166.           MaxValue = 0
  167.           MinValue = 0
  168.           TabOrder = 1
  169.           Value = 0
  170.         end
  171.         object CheckBox5: TCheckBox
  172.           Left = 8
  173.           Top = 96
  174.           Width = 97
  175.           Height = 17
  176.           Caption = 'Joystick enabled.'
  177.           TabOrder = 2
  178.         end
  179.       end
  180.     end
  181.   end
  182.   object Button2: TButton
  183.     Left = 160
  184.     Top = 200
  185.     Width = 60
  186.     Height = 23
  187.     Caption = '&Cancel'
  188.     ModalResult = 2
  189.     TabOrder = 2
  190.   end
  191. end
  192.