home *** CD-ROM | disk | FTP | other *** search
/ Freelog 6 / Freelog006.iso / Logs / Musique / Orangator / ORAN20.EXE / 0 / RCDATA / TFATGENERATIONFORM / TFATGENERATIONFORM.txt
Text File  |  1998-02-08  |  2KB  |  98 lines

  1. object FatGenerationForm: TFatGenerationForm
  2.   Left = 198
  3.   Top = 139
  4.   BorderStyle = bsDialog
  5.   Caption = 'Fat wizard'
  6.   ClientHeight = 225
  7.   ClientWidth = 394
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Button1: TButton
  16.     Left = 148
  17.     Top = 193
  18.     Width = 75
  19.     Height = 25
  20.     Caption = 'OK'
  21.     Default = True
  22.     ModalResult = 1
  23.     TabOrder = 0
  24.     OnClick = Button1Click
  25.   end
  26.   object Button2: TButton
  27.     Left = 228
  28.     Top = 193
  29.     Width = 75
  30.     Height = 25
  31.     Cancel = True
  32.     Caption = 'Cancel'
  33.     ModalResult = 2
  34.     TabOrder = 1
  35.     OnClick = Button2Click
  36.   end
  37.   object Button3: TButton
  38.     Left = 308
  39.     Top = 193
  40.     Width = 75
  41.     Height = 25
  42.     Caption = '&Help'
  43.     TabOrder = 2
  44.   end
  45.   object ParametersGroupBox: TGroupBox
  46.     Left = 8
  47.     Top = 8
  48.     Width = 201
  49.     Height = 169
  50.     Caption = 'Parameters'
  51.     TabOrder = 3
  52.     object RangeLabel: TLabel
  53.       Left = 16
  54.       Top = 16
  55.       Width = 32
  56.       Height = 13
  57.       Caption = 'Range'
  58.     end
  59.     object MaxDetuneLabel: TLabel
  60.       Left = 16
  61.       Top = 72
  62.       Width = 58
  63.       Height = 13
  64.       Caption = 'Max Detune'
  65.     end
  66.     object RangeTrackBar: TTrackBar
  67.       Left = 8
  68.       Top = 32
  69.       Width = 185
  70.       Height = 33
  71.       Max = 4
  72.       Min = 1
  73.       Orientation = trHorizontal
  74.       Frequency = 1
  75.       Position = 4
  76.       SelEnd = 0
  77.       SelStart = 0
  78.       TabOrder = 0
  79.       TickMarks = tmBottomRight
  80.       TickStyle = tsAuto
  81.     end
  82.     object DetuneTrackBar: TTrackBar
  83.       Left = 8
  84.       Top = 88
  85.       Width = 185
  86.       Height = 33
  87.       Orientation = trHorizontal
  88.       Frequency = 1
  89.       Position = 10
  90.       SelEnd = 0
  91.       SelStart = 0
  92.       TabOrder = 1
  93.       TickMarks = tmBottomRight
  94.       TickStyle = tsAuto
  95.     end
  96.   end
  97. end
  98.