home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Demo / Panda / platinumisshuk.exe / data1.cab / ComunesSafedisk / SDISK32.EXE / 0 / RCDATA / TFORMMSGREINTENTO / TFORMMSGREINTENTO.txt < prev   
Encoding:
Text File  |  2003-11-01  |  1.5 KB  |  72 lines

  1. object FormMsgReintento: TFormMsgReintento
  2.   Left = 444
  3.   Top = 227
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Discos de rescate'
  7.   ClientHeight = 103
  8.   ClientWidth = 398
  9.   Color = 14215660
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poOwnerFormCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 17
  23.     Top = 14
  24.     Width = 32
  25.     Height = 32
  26.     Picture.Data = {<image001.bmp>}
  27.     Transparent = True
  28.   end
  29.   object LbMsgError: TLabel
  30.     Left = 66
  31.     Top = 10
  32.     Width = 320
  33.     Height = 13
  34.     Caption = 'Mensaje de error'
  35.     Constraints.MinWidth = 320
  36.     Transparent = True
  37.     WordWrap = True
  38.   end
  39.   object LbMsgSugerencia: TLabel
  40.     Left = 68
  41.     Top = 36
  42.     Width = 320
  43.     Height = 13
  44.     Caption = 'Sugerencia.      !!!CONTROLES AJUSTADOS POR C∩┐╜DIGO!!!'
  45.     Constraints.MinWidth = 320
  46.     Transparent = True
  47.     WordWrap = True
  48.   end
  49.   object BtCancel: TPlaButton
  50.     Left = 297
  51.     Top = 74
  52.     Width = 90
  53.     Height = 21
  54.     Anchors = [akRight, akBottom]
  55.     Caption = '&Cancelar'
  56.     TabOrder = 0
  57.     Cancel = True
  58.     ModalResult = 2
  59.   end
  60.   object BtReintentar: TPlaButton
  61.     Left = 195
  62.     Top = 74
  63.     Width = 90
  64.     Height = 21
  65.     Anchors = [akRight, akBottom]
  66.     Caption = '&Reintentar'
  67.     TabOrder = 1
  68.     Default = True
  69.     ModalResult = 4
  70.   end
  71. end
  72.