object LogonDlg: TLogonDlg
  Left = 240
  Top = 124
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'Bienvenido a Calmira'
  ClientHeight = 157
  ClientWidth = 348
  Font.Color = clBlack
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  PixelsPerInch = 96
  Position = poDefault
  OnCreate = FormCreate
  OnShow = FormShow
  TextHeight = 13
  object Label1: TLabel
    Left = 60
    Top = 55
    Width = 54
    Height = 13
    Caption = '&Usuario:'
    FocusControl = UserCombo
  end
  object Label2: TLabel
    Left = 60
    Top = 82
    Width = 49
    Height = 13
    Caption = '&Contrasea:'
    FocusControl = PasswordEdit
  end
  object Image1: TImage
    Left = 12
    Top = 12
    Width = 32
    Height = 32
  end
  object Label3: TLabel
    Left = 60
    Top = 12
    Width = 206
    Height = 26
    Caption = 'Ingrese su nombre y su contrasea,luego presione'#13#10'Enter o haga clic en Aceptar.'
  end
  object PasswordEdit: TEdit
    Left = 144
    Top = 80
    Width = 189
    Height = 20
    PasswordChar = '*'
    TabOrder = 1
  end
  object OKBtn: TPicBtn
    Left = 176
    Top = 124
    Width = 80
    Height = 25
    Caption = 'Aceptar'
    Default = True
    TabOrder = 2
    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 = 260
    Top = 124
    Width = 80
    Height = 25
    TabOrder = 3
    Kind = bkCancel
    Margin = 4
    Style = bsNew
    Spacing = -1
    IsControl = True
  end
  object UserCombo: TComboBox
    Left = 144
    Top = 52
    Width = 189
    Height = 20
    ItemHeight = 13
    TabOrder = 0
  end
end
