object FatGenerationForm: TFatGenerationForm Left = 198 Top = 139 BorderStyle = bsDialog Caption = 'Fat wizard' ClientHeight = 225 ClientWidth = 394 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 148 Top = 193 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 228 Top = 193 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 OnClick = Button2Click end object Button3: TButton Left = 308 Top = 193 Width = 75 Height = 25 Caption = '&Help' TabOrder = 2 end object ParametersGroupBox: TGroupBox Left = 8 Top = 8 Width = 201 Height = 169 Caption = 'Parameters' TabOrder = 3 object RangeLabel: TLabel Left = 16 Top = 16 Width = 32 Height = 13 Caption = 'Range' end object MaxDetuneLabel: TLabel Left = 16 Top = 72 Width = 58 Height = 13 Caption = 'Max Detune' end object RangeTrackBar: TTrackBar Left = 8 Top = 32 Width = 185 Height = 33 Max = 4 Min = 1 Orientation = trHorizontal Frequency = 1 Position = 4 SelEnd = 0 SelStart = 0 TabOrder = 0 TickMarks = tmBottomRight TickStyle = tsAuto end object DetuneTrackBar: TTrackBar Left = 8 Top = 88 Width = 185 Height = 33 Orientation = trHorizontal Frequency = 1 Position = 10 SelEnd = 0 SelStart = 0 TabOrder = 1 TickMarks = tmBottomRight TickStyle = tsAuto end end end