home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 27 / Pce27cd2.iso / Utilitarios / Office / WinClin / szip3.exe / SolusZip.exe / 0 / RCDATA / TFRMPASSWORD / TFRMPASSWORD.txt
Text File  |  2000-02-21  |  2KB  |  91 lines

  1. object FrmPassword: TFrmPassword
  2.   Tag = 391
  3.   Left = 223
  4.   Top = 253
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = '391'
  8.   ClientHeight = 111
  9.   ClientWidth = 287
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Tag = 375
  23.     Left = 34
  24.     Top = 16
  25.     Width = 34
  26.     Height = 13
  27.     Alignment = taRightJustify
  28.     Caption = 'Senha:'
  29.     FocusControl = SenhaEdit
  30.   end
  31.   object Label2: TLabel
  32.     Tag = 638
  33.     Left = 7
  34.     Top = 48
  35.     Width = 61
  36.     Height = 13
  37.     Alignment = taRightJustify
  38.     Caption = 'Confirmation:'
  39.     FocusControl = ConfirmacaoEdit
  40.   end
  41.   object SenhaEdit: TEdit
  42.     Left = 74
  43.     Top = 11
  44.     Width = 108
  45.     Height = 21
  46.     PasswordChar = '*'
  47.     TabOrder = 0
  48.   end
  49.   object ConfirmacaoEdit: TEdit
  50.     Left = 74
  51.     Top = 43
  52.     Width = 108
  53.     Height = 21
  54.     PasswordChar = '*'
  55.     TabOrder = 1
  56.   end
  57.   object MascaraChk: TCheckBox
  58.     Tag = 639
  59.     Left = 8
  60.     Top = 88
  61.     Width = 169
  62.     Height = 17
  63.     Caption = 'M∩┐╜scara para Senha'
  64.     State = cbChecked
  65.     TabOrder = 2
  66.     OnClick = MascaraChkClick
  67.   end
  68.   object OkBtn: TButton
  69.     Tag = 187
  70.     Left = 208
  71.     Top = 8
  72.     Width = 75
  73.     Height = 25
  74.     Caption = '&Ok'
  75.     Default = True
  76.     ModalResult = 1
  77.     TabOrder = 3
  78.     OnClick = OkBtnClick
  79.   end
  80.   object Button2: TButton
  81.     Tag = 121
  82.     Left = 208
  83.     Top = 40
  84.     Width = 75
  85.     Height = 25
  86.     Caption = '&Cancela'
  87.     ModalResult = 2
  88.     TabOrder = 4
  89.   end
  90. end
  91.