home *** CD-ROM | disk | FTP | other *** search
/ PC Computing Multimedia MegaPac / Multimedia_MegaPac_PC_Computing_D31N_Ziff-s_1999.iso / ZIP / ezzip2k.exe / _SETUP.1 / EZip.exe / 0 / RCDATA / TPASSWORDFORM / TPASSWORDFORM.txt
Text File  |  1999-06-03  |  1KB  |  65 lines

  1. object PasswordForm: TPasswordForm
  2.   Left = 452
  3.   Top = 141
  4.   BorderStyle = bsDialog
  5.   Caption = 'Password'
  6.   ClientHeight = 135
  7.   ClientWidth = 273
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object FPassword: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 49
  21.     Height = 13
  22.     Caption = '&Password:'
  23.   end
  24.   object Note: TLabel
  25.     Left = 8
  26.     Top = 56
  27.     Width = 177
  28.     Height = 65
  29.     AutoSize = False
  30.     Caption = 
  31.       'Note: the password will be applied to files you add now to  curr' +
  32.       'ent archive, and will be automatically cleared when the archive ' +
  33.       'is cloed.'
  34.     WordWrap = True
  35.   end
  36.   object OKButt: TCorelButton
  37.     Left = 192
  38.     Top = 8
  39.     Width = 75
  40.     Height = 23
  41.     Caption = 'OK'
  42.     Default = True
  43.     TabOrder = 1
  44.     OnClick = OKButtClick
  45.   end
  46.   object CancelButt: TCorelButton
  47.     Left = 192
  48.     Top = 40
  49.     Width = 75
  50.     Height = 23
  51.     Caption = 'Cancel'
  52.     TabOrder = 2
  53.     OnClick = CancelButtClick
  54.   end
  55.   object Password: TMaskEdit
  56.     Left = 8
  57.     Top = 24
  58.     Width = 177
  59.     Height = 21
  60.     PasswordChar = '?'
  61.     TabOrder = 0
  62.     Text = 'Password'
  63.   end
  64. end
  65.