object AmplifyVolumefrm: TAmplifyVolumefrm Left = 225 Top = 123 BorderIcons = [] BorderStyle = bsDialog Caption = 'Amplify volume' ClientHeight = 252 ClientWidth = 312 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = True Position = poScreenCenter OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 320 Height = 27 Stretch = True end object Label1: TLabel Left = 19 Top = 48 Width = 113 Height = 13 Caption = '&Percent of amplification:' FocusControl = TrackBar1 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 19 Top = 96 Width = 14 Height = 13 Caption = '0%' end object Label3: TLabel Left = 144 Top = 96 Width = 26 Height = 13 Caption = '100%' end object Label4: TLabel Left = 275 Top = 96 Width = 26 Height = 13 Caption = '200%' end object Image3: TImage Left = 127 Top = 0 Width = 185 Height = 252 Align = alRight AutoSize = True Picture.Data = {} Transparent = True end object Image2: TImage Left = 8 Top = 8 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end object GroupBox1: TGroupBox Left = 176 Top = 120 Width = 129 Height = 57 Caption = '&Manual Selection' TabOrder = 4 object Label5: TLabel Left = 99 Top = 25 Width = 14 Height = 16 Caption = '%' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Edit1: TEdit Left = 24 Top = 21 Width = 73 Height = 24 Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnExit = Edit1Exit OnKeyPress = Edit1KeyPress end end object TrackBar1: TTrackBar Left = 11 Top = 64 Width = 289 Height = 33 LineSize = 2 Max = 200 Min = 1 Orientation = trHorizontal Frequency = 10 Position = 100 SelEnd = 100 SelStart = 0 TabOrder = 0 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TrackBar1Change end object RadioGroup1: TRadioGroup Left = 8 Top = 120 Width = 161 Height = 121 Caption = '&Action:' ItemIndex = 2 Items.Strings = ( 'Double volume (200%)' 'Half volume (50%)' 'Manual selection') TabOrder = 1 OnClick = RadioGroup1Click end object Button1: TButton Left = 208 Top = 192 Width = 75 Height = 25 Caption = '&OK' TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 208 Top = 216 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' TabOrder = 3 OnClick = Button2Click end end