home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIPCD200305.iso
/
virus
/
Plat7esdCHS
/
data1.cab
/
Comunes
/
Config.dll
/
0
/
RCDATA
/
TCONTRASENA
/
TCONTRASENA.txt
< prev
Wrap
Text File
|
2003-02-05
|
3KB
|
131 lines
object Contrasena: TContrasena
Left = 292
Top = 181
BorderIcons = [biSystemMenu, biHelp]
BorderStyle = bsSingle
Caption = 'Cambiar contrase�a'
ClientHeight = 238
ClientWidth = 443
Color = 14215660
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Icon.Data = {<image000.ico>}
KeyPreview = True
OldCreateOrder = False
Position = poDesktopCenter
OnKeyDown = FormKeyDown
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object GrpContrasena: TPlaGroupBox
Left = 14
Top = 7
Width = 418
Height = 183
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = 13977088
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
Caption = 'Cambiar contrase�a'
TabOrder = 0
object LblTitulo: TLabel
Left = 58
Top = 17
Width = 349
Height = 76
AutoSize = False
Caption =
'La contrase�a introducida restringir� el acceso a los componente' +
's seleccionados del antivirus.\n\nSi pierdes u olvidas la contra' +
'se�a, no pod�s acceder a los componentes protegidos'
WordWrap = True
end
object LblAnterior: TLabel
Left = 58
Top = 98
Width = 160
Height = 13
Caption = 'Introduce la contrase�a anterior:'
end
object LblNueva: TLabel
Left = 58
Top = 126
Width = 92
Height = 13
Caption = 'Nueva contrase�a:'
end
object LblConfirmar: TLabel
Left = 58
Top = 154
Width = 148
Height = 13
Caption = 'Confirma la nueva contrase�a:'
end
object Image1: TImage
Left = 11
Top = 22
Width = 32
Height = 32
Picture.Data = {<image001.bmp>}
Transparent = True
end
object EdtAnterior: TPlaEdit
Left = 260
Top = 95
Width = 146
Height = 21
HelpContext = 199
PasswordChar = '*'
TabOrder = 0
Transparent = False
end
object EdtNueva: TPlaEdit
Left = 260
Top = 123
Width = 146
Height = 21
Cursor = crIBeam
HelpContext = 200
PasswordChar = '*'
TabOrder = 1
Transparent = False
end
object EdtConfirmar: TPlaEdit
Left = 260
Top = 151
Width = 146
Height = 21
HelpContext = 198
PasswordChar = '*'
TabOrder = 2
Transparent = False
end
end
object ButtonAceptar: TPlaButton
Tag = 2200
Left = 278
Top = 206
Width = 73
Height = 21
Caption = '&Aceptar'
TabOrder = 1
OnClick = ButtonAceptarClick
Default = True
end
object ButtonCancelar: TPlaButton
Tag = 2400
Left = 359
Top = 206
Width = 73
Height = 21
Caption = '&Cancelar'
TabOrder = 2
Cancel = True
ModalResult = 2
end
end