object Form18: TForm18 Left = 207 Top = 161 BorderStyle = bsDialog Caption = 'Dynamic expander' ClientHeight = 148 ClientWidth = 281 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 9 Top = 8 Width = 263 Height = 81 end object Label1: TLabel Left = 24 Top = 20 Width = 92 Height = 13 Caption = '&Amplification factor:' FocusControl = ScrollBar1 end object Label2: TLabel Left = 32 Top = 64 Width = 6 Height = 13 Caption = '0' end object Label3: TLabel Left = 179 Top = 64 Width = 6 Height = 13 Caption = '2' end object Label4: TLabel Left = 106 Top = 64 Width = 6 Height = 13 Caption = '1' end object Label5: TLabel Left = 216 Top = 37 Width = 25 Height = 22 Caption = '1.0' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -19 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False end object ScrollBar1: TScrollBar Left = 24 Top = 40 Width = 169 Height = 16 LargeChange = 5 Max = 200 Position = 100 TabOrder = 0 OnChange = ScrollBar1Change end object Button1: TButton Left = 55 Top = 104 Width = 75 Height = 25 Caption = '&OK' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 151 Top = 104 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' TabOrder = 2 OnClick = Button2Click end end