object FrmPassword: TFrmPassword Tag = 391 Left = 223 Top = 253 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = '391' ClientHeight = 111 ClientWidth = 287 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Tag = 375 Left = 34 Top = 16 Width = 34 Height = 13 Alignment = taRightJustify Caption = 'Senha:' FocusControl = SenhaEdit end object Label2: TLabel Tag = 638 Left = 7 Top = 48 Width = 61 Height = 13 Alignment = taRightJustify Caption = 'Confirmation:' FocusControl = ConfirmacaoEdit end object SenhaEdit: TEdit Left = 74 Top = 11 Width = 108 Height = 21 PasswordChar = '*' TabOrder = 0 end object ConfirmacaoEdit: TEdit Left = 74 Top = 43 Width = 108 Height = 21 PasswordChar = '*' TabOrder = 1 end object MascaraChk: TCheckBox Tag = 639 Left = 8 Top = 88 Width = 169 Height = 17 Caption = 'M�scara para Senha' State = cbChecked TabOrder = 2 OnClick = MascaraChkClick end object OkBtn: TButton Tag = 187 Left = 208 Top = 8 Width = 75 Height = 25 Caption = '&Ok' Default = True ModalResult = 1 TabOrder = 3 OnClick = OkBtnClick end object Button2: TButton Tag = 121 Left = 208 Top = 40 Width = 75 Height = 25 Caption = '&Cancela' ModalResult = 2 TabOrder = 4 end end