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

  1. object PasswordDlg: TPasswordDlg
  2.   Left = 199
  3.   Top = 190
  4.   ActiveControl = Password
  5.   BorderStyle = bsDialog
  6.   Caption = 'Password Dialog'
  7.   ClientHeight = 63
  8.   ClientWidth = 434
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'System'
  12.   Font.Style = [fsBold]
  13.   Icon.Data = {<image000.ico>}
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 434
  21.     Height = 63
  22.     Align = alClient
  23.     BevelOuter = bvLowered
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 9
  27.       Top = 7
  28.       Width = 304
  29.       Height = 19
  30.       AutoSize = False
  31.       Caption = 'File requires password (up to 80 chars) :'
  32.     end
  33.     object Password: TEdit
  34.       Left = 9
  35.       Top = 32
  36.       Width = 343
  37.       Height = 24
  38.       MaxLength = 80
  39.       PasswordChar = '*'
  40.       TabOrder = 0
  41.     end
  42.     object Button2: TButton
  43.       Left = 357
  44.       Top = 33
  45.       Width = 68
  46.       Height = 22
  47.       Cancel = True
  48.       Caption = '&Cancel'
  49.       ModalResult = 2
  50.       TabOrder = 2
  51.     end
  52.     object Button1: TButton
  53.       Left = 357
  54.       Top = 9
  55.       Width = 68
  56.       Height = 22
  57.       Caption = '&Ok'
  58.       Default = True
  59.       ModalResult = 1
  60.       TabOrder = 1
  61.     end
  62.   end
  63. end
  64.