home *** CD-ROM | disk | FTP | other *** search
- object FormUserPass: TFormUserPass
- Left = 596
- Top = 337
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Panda Platinum Internet Security'
- ClientHeight = 147
- ClientWidth = 335
- Color = 14215660
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PlaGroupBox1: TPlaGroupBox
- Left = 14
- Top = 10
- Width = 307
- Height = 89
- TitleFont.Charset = DEFAULT_CHARSET
- TitleFont.Color = 13977088
- TitleFont.Height = -11
- TitleFont.Name = 'Tahoma'
- TitleFont.Style = []
- Caption = 'Introduce tu nombre de usuario y contrase�a'
- TabOrder = 0
- object Image1: TImage
- Left = 16
- Top = 21
- Width = 32
- Height = 32
- Picture.Data = {<image001.bmp>}
- Transparent = True
- end
- object Label1: TLabel
- Left = 64
- Top = 28
- Width = 92
- Height = 13
- Caption = 'Nombre de usuario:'
- end
- object Label2: TLabel
- Left = 64
- Top = 60
- Width = 57
- Height = 13
- Caption = 'Contrase�a:'
- end
- object lstParentalUsers: TPlaComboBox
- Left = 176
- Top = 24
- Width = 113
- Height = 21
- Style = csDropDownList
- TabOrder = 0
- end
- object txtParentalUserPassword: TPlaEdit
- Left = 176
- Top = 56
- Width = 113
- Height = 22
- Cursor = crIBeam
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- PasswordChar = '*'
- TabOrder = 1
- Transparent = False
- end
- end
- object PlaButton1: TPlaButton
- Left = 251
- Top = 114
- Width = 73
- Height = 21
- Caption = '&Cancelar'
- TabOrder = 1
- ModalResult = 2
- end
- object PlaButton2: TPlaButton
- Left = 167
- Top = 114
- Width = 73
- Height = 21
- Caption = '&Aceptar'
- TabOrder = 2
- OnClick = PlaButton2Click
- Default = True
- end
- end
-