home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIPCD200305.iso
/
virus
/
Plat7esdCHS
/
data1.cab
/
ComunesSafedisk
/
Sdisk32.exe
/
0
/
RCDATA
/
TMENSAJEDISCO
/
TMENSAJEDISCO.txt
< prev
Wrap
Text File
|
2003-02-05
|
1KB
|
66 lines
object MensajeDisco: TMensajeDisco
Left = 263
Top = 124
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'MensajeDisco'
ClientHeight = 120
ClientWidth = 398
Color = 14215660
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Icon.Data = {<image000.ico>}
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object ImageBitmap: TImage
Left = 17
Top = 14
Width = 32
Height = 32
Anchors = [akTop]
AutoSize = True
Picture.Data = {<image001.bmp>}
Transparent = True
end
object LabelMensaje: TLabel
Left = 66
Top = 10
Width = 317
Height = 71
Anchors = [akTop]
AutoSize = False
Caption = 'Mensaje ....'
Color = 15202303
ParentColor = False
Transparent = True
WordWrap = True
end
object BtnAceptar: TPlaButton
Left = 231
Top = 90
Width = 73
Height = 21
Anchors = [akRight, akBottom]
Caption = '&Aceptar'
TabOrder = 0
OnClick = BtnAceptarClick
ModalResult = 1
end
object BtnCancelar: TPlaButton
Left = 315
Top = 90
Width = 73
Height = 21
Anchors = [akRight, akBottom]
Caption = '&Cancelar'
TabOrder = 1
OnClick = BtnCancelarClick
ModalResult = 2
end
end