object RecompressFrm: TRecompressFrm Left = 272 Top = 167 BorderStyle = bsDialog Caption = 'Recompress Archive' ClientHeight = 190 ClientWidth = 326 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Icon.Data = {} OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label3: TLabel Left = 19 Top = 116 Width = 95 Height = 13 Caption = 'New password : ' end object Label2: TLabel Left = 19 Top = 72 Width = 89 Height = 13 Caption = 'Old password : ' end object Label1: TLabel Left = 15 Top = 7 Width = 111 Height = 13 Caption = 'Compression level :' end object NewPass: TEdit Left = 19 Top = 132 Width = 286 Height = 21 Hint = '|New password for the file' TabOrder = 1 end object pass: TEdit Left = 19 Top = 88 Width = 286 Height = 21 Hint = '|Current password for the file' TabOrder = 0 end object Button2: TButton Left = 181 Top = 162 Width = 76 Height = 21 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 3 end object Button1: TButton Left = 58 Top = 162 Width = 75 Height = 21 Caption = '&Ok' Default = True ModalResult = 1 TabOrder = 2 end object TrackBar1: TTrackBar Left = 16 Top = 32 Width = 289 Height = 33 Max = 4 Orientation = trHorizontal PageSize = 1 Frequency = 1 Position = 4 SelEnd = 0 SelStart = 0 TabOrder = 4 TabStop = False TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TrackBar1Change end object Edit1: TEdit Left = 180 Top = 4 Width = 125 Height = 21 Color = clBtnFace ReadOnly = True TabOrder = 5 Text = 'Extra' end end