object PasswordDlg: TPasswordDlg
  Left = 270
  Top = 202
  BorderStyle = bsDialog
  ClientHeight = 149
  ClientWidth = 356
  Font.Color = clBlack
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  PixelsPerInch = 96
  Position = poScreenCenter
  TextHeight = 13
  object Label1: TLabel
    Left = 12
    Top = 12
    Width = 54
    Height = 13
    Caption = 'Usuario:'
  end
  object Label2: TLabel
    Left = 12
    Top = 44
    Width = 76
    Height = 13
    Caption = 'Contrasea:'
  end
  object Label3: TLabel
    Left = 12
    Top = 76
    Width = 109
    Height = 13
    Caption = 'Comfirme contrasea:'
  end
  object Edit1: TEdit
    Left = 164
    Top = 8
    Width = 180
    Height = 20
    MaxLength = 8
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 164
    Top = 40
    Width = 180
    Height = 20
    PasswordChar = '*'
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 164
    Top = 72
    Width = 180
    Height = 20
    PasswordChar = '*'
    TabOrder = 2
  end
  object OKBtn: TPicBtn
    Left = 184
    Top = 116
    Width = 80
    Height = 25
    Caption = 'Aceptar'
    Default = True
    TabOrder = 3
    OnClick = OKBtnClick
    Glyph.Data = {
      DE010000424DDE01000000000000760000002800000024000000120000000100
      0400000000006801000000000000000000000000000000000000000000000000
      8000008000000080800080000000800080008080000080808000C0C0C0000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
      33333333333333333333333300003333333777773333333333333FFFFF333333
      000033333700000777333333333F777773FF3333000033330022222007733333
      337733333773F3330000333022222222207733333733333333373F3300003302
      22222222220733337F3333F333337F3300003302222F222222077333733337FF
      333373F30000302222FFF22222207337F333777FF33337F3000030222FFFFF22
      22207337F3377777FF3337F3000030222FF2FFF222207337F33773777FF337F3
      000030222F222FFF22207337F337333777F337F300003022222222FF22203337
      3F33333377F33733000033022222222F220733337F33333337337F3300003302
      222222222203333373F3333333337333000033302222222220333333373FF333
      33F7333300003333002222200333333333773FFFF77333330000333333000003
      3333333333337777733333330000333333333333333333333333333333333333
      0000}
    Margin = 4
    NumGlyphs = 2
    Style = bsNew
    Spacing = -1
    IsControl = True
  end
  object CancelBtn: TPicBtn
    Left = 268
    Top = 116
    Width = 80
    Height = 25
    TabOrder = 4
    Kind = bkCancel
    Margin = 4
    Style = bsNew
    Spacing = -1
    IsControl = True
  end
end
