home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Warsztat / Compress / SUPERZIP / _SETUP.1 / SZIPW32.exe / 0 / RCDATA / TRECOMPRESSFRM / TRECOMPRESSFRM.txt < prev   
Text File  |  1996-12-22  |  2KB  |  102 lines

  1. object RecompressFrm: TRecompressFrm
  2.   Left = 272
  3.   Top = 167
  4.   BorderStyle = bsDialog
  5.   Caption = 'Recompress Archive'
  6.   ClientHeight = 190
  7.   ClientWidth = 326
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   Icon.Data = {<image000.ico>}
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label3: TLabel
  17.     Left = 19
  18.     Top = 116
  19.     Width = 95
  20.     Height = 13
  21.     Caption = 'New password : '
  22.   end
  23.   object Label2: TLabel
  24.     Left = 19
  25.     Top = 72
  26.     Width = 89
  27.     Height = 13
  28.     Caption = 'Old password : '
  29.   end
  30.   object Label1: TLabel
  31.     Left = 15
  32.     Top = 7
  33.     Width = 111
  34.     Height = 13
  35.     Caption = 'Compression level :'
  36.   end
  37.   object NewPass: TEdit
  38.     Left = 19
  39.     Top = 132
  40.     Width = 286
  41.     Height = 21
  42.     Hint = '|New password for the file'
  43.     TabOrder = 1
  44.   end
  45.   object pass: TEdit
  46.     Left = 19
  47.     Top = 88
  48.     Width = 286
  49.     Height = 21
  50.     Hint = '|Current password for the file'
  51.     TabOrder = 0
  52.   end
  53.   object Button2: TButton
  54.     Left = 181
  55.     Top = 162
  56.     Width = 76
  57.     Height = 21
  58.     Cancel = True
  59.     Caption = '&Cancel'
  60.     ModalResult = 2
  61.     TabOrder = 3
  62.   end
  63.   object Button1: TButton
  64.     Left = 58
  65.     Top = 162
  66.     Width = 75
  67.     Height = 21
  68.     Caption = '&Ok'
  69.     Default = True
  70.     ModalResult = 1
  71.     TabOrder = 2
  72.   end
  73.   object TrackBar1: TTrackBar
  74.     Left = 16
  75.     Top = 32
  76.     Width = 289
  77.     Height = 33
  78.     Max = 4
  79.     Orientation = trHorizontal
  80.     PageSize = 1
  81.     Frequency = 1
  82.     Position = 4
  83.     SelEnd = 0
  84.     SelStart = 0
  85.     TabOrder = 4
  86.     TabStop = False
  87.     TickMarks = tmBottomRight
  88.     TickStyle = tsAuto
  89.     OnChange = TrackBar1Change
  90.   end
  91.   object Edit1: TEdit
  92.     Left = 180
  93.     Top = 4
  94.     Width = 125
  95.     Height = 21
  96.     Color = clBtnFace
  97.     ReadOnly = True
  98.     TabOrder = 5
  99.     Text = 'Extra'
  100.   end
  101. end
  102.