home *** CD-ROM | disk | FTP | other *** search
- object VentanaSafedisk: TVentanaSafedisk
- Left = 265
- Top = 225
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Asistente para la creaci�n de los Discos de Rescate'
- ClientHeight = 360
- ClientWidth = 497
- Color = 14215660
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 0
- Top = 310
- Width = 497
- Height = 5
- Shape = bsBottomLine
- end
- object PanelBotones: TPanel
- Left = 0
- Top = 316
- Width = 497
- Height = 44
- Align = alBottom
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 0
- object PlaBevel1: TPlaBevel
- Left = 0
- Top = 0
- Width = 497
- Height = 2
- Align = alTop
- end
- object BtnCancelar: TPlaButton
- Left = 413
- Top = 12
- Width = 73
- Height = 21
- Caption = 'Cancelar'
- TabOrder = 1
- OnClick = BtnCancelarClick
- end
- object BtnSiguiente: TPlaButton
- Left = 328
- Top = 12
- Width = 73
- Height = 21
- Caption = 'Siguiente >'
- TabOrder = 0
- OnClick = BtnSiguienteClick
- Default = True
- end
- object BtnAnterior: TPlaButton
- Left = 253
- Top = 12
- Width = 73
- Height = 21
- Caption = '< Anterior'
- Enabled = False
- TabOrder = 2
- Visible = False
- OnClick = BtnAnteriorClick
- end
- end
- object NtbSafeDisk: TNotebook
- Left = 0
- Top = 0
- Width = 497
- Height = 316
- Align = alClient
- Color = 14215660
- PageIndex = 1
- ParentColor = False
- TabOrder = 1
- object TPage
- Left = 0
- Top = 0
- Caption = 'InicioSafedisk'
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 164
- Height = 316
- Align = alLeft
- Picture.Data = {<image000.bmp>}
- Stretch = True
- end
- object PanelIzdaInicio: TPanel
- Left = 164
- Top = 0
- Width = 333
- Height = 316
- Align = alClient
- BevelOuter = bvNone
- Color = clWhite
- TabOrder = 0
- object TextTituloInicio: TLabel
- Left = 9
- Top = 12
- Width = 313
- Height = 49
- AutoSize = False
- Caption = 'Asistente para la creaci�n de los Discos de Rescate'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- object TextInicio1: TLabel
- Left = 9
- Top = 74
- Width = 305
- Height = 26
- Caption =
- 'Este asistente te permite crear unos discos de rescate para arra' +
- 'ncar el equipo desde un entorno limpio.'
- Constraints.MinWidth = 305
- Transparent = True
- WordWrap = True
- end
- object TextInicio2: TLabel
- Left = 9
- Top = 116
- Width = 305
- Height = 39
- Caption =
- 'En caso de infecci�n por parte de alg�n virus que act�e en el ar' +
- 'ranque del sistema, necesitar�s hacer uso de estos discos para d' +
- 'esinfectarlo.'
- Constraints.MinWidth = 305
- Transparent = True
- WordWrap = True
- end
- object TextInicio3: TLabel
- Left = 9
- Top = 171
- Width = 305
- Height = 26
- Caption =
- 'Durante el proceso se pedir�n %d disquetes para guardar los arch' +
- 'ivos necesarios.'
- Constraints.MinWidth = 305
- Transparent = True
- WordWrap = True
- end
- object TextoInicio4: TLabel
- Left = 9
- Top = 284
- Width = 312
- Height = 13
- Caption = 'Cuando est�s preparado pulsa Siguiente.'
- Constraints.MinWidth = 312
- WordWrap = True
- end
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'CreacionDisco'
- object Bevel3: TBevel
- Left = 0
- Top = 58
- Width = 497
- Height = 11
- Shape = bsTopLine
- end
- object TextCreacion1: TLabel
- Left = 24
- Top = 68
- Width = 449
- Height = 37
- AutoSize = False
- Caption = 'Por favor, espera mientras se crean los discos de rescate.'
- Transparent = True
- WordWrap = True
- end
- object TextCreacion2: TLabel
- Left = 48
- Top = 104
- Width = 77
- Height = 13
- Caption = 'Creando discos:'
- Transparent = True
- end
- object PrgEnvio: TPlaProgressBar
- Left = 76
- Top = 120
- Width = 357
- Height = 17
- Position = 0
- Step = 0
- end
- object Panel2: TPanel
- Left = -3
- Top = 0
- Width = 501
- Height = 57
- BevelOuter = bvNone
- Color = clWhite
- TabOrder = 0
- object Image3: TImage
- Left = 326
- Top = 0
- Width = 175
- Height = 57
- Align = alRight
- AutoSize = True
- Center = True
- Picture.Data = {<image001.bmp>}
- Stretch = True
- Transparent = True
- end
- object TextCreacionTitulo: TLabel
- Left = 28
- Top = 12
- Width = 460
- Height = 13
- BiDiMode = bdLeftToRight
- Caption = 'Discos de Rescate'
- Color = clWhite
- Constraints.MinWidth = 460
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentBiDiMode = False
- ParentColor = False
- ParentFont = False
- Transparent = True
- end
- object TextCreacionSubTitulo: TLabel
- Left = 52
- Top = 28
- Width = 159
- Height = 13
- Caption = 'Creaci�n de los discos de rescate'
- Transparent = True
- end
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'FinalSafedisk'
- object Bevel4: TBevel
- Left = 0
- Top = 58
- Width = 497
- Height = 11
- Shape = bsTopLine
- end
- object TextFinal1: TLabel
- Left = 24
- Top = 68
- Width = 441
- Height = 45
- AutoSize = False
- Caption =
- 'Extrae el disquete de la disquetera y si a�n no lo has hecho, et' +
- 'iqueta los discos.'
- Transparent = True
- WordWrap = True
- end
- object TextFinal2: TLabel
- Left = 24
- Top = 124
- Width = 441
- Height = 61
- AutoSize = False
- Caption =
- 'Con estos disquetes podr�s realizar un an�lisis de tu PC desde u' +
- 'n entorno limpio, para ello, introduce el disco etiquetado como ' +
- #39'Disco de Rescate 1'#39' y reinicia el equipo. Posteriormente sigue ' +
- 'las instrucciones que te ir�n apareciendo en la pantalla.'
- Transparent = True
- WordWrap = True
- end
- object Panel3: TPanel
- Left = -3
- Top = 0
- Width = 501
- Height = 57
- BevelOuter = bvNone
- Color = clWhite
- TabOrder = 0
- object Image4: TImage
- Left = 326
- Top = 0
- Width = 175
- Height = 57
- Align = alRight
- Picture.Data = {<image002.bmp>}
- Stretch = True
- end
- object TextFinalTitulo: TLabel
- Left = 28
- Top = 12
- Width = 102
- Height = 13
- Caption = 'Discos de Rescate'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object TextFinalSubtitulo: TLabel
- Left = 48
- Top = 29
- Width = 218
- Height = 13
- Caption = 'Se han creado con �xito los discos de rescate'
- Transparent = True
- end
- end
- end
- end
- end
-