home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / virus / Plat7esdCHS / data1.cab / Comunes / Plawiz.dll / 0 / RCDATA / TVENTANAAVISOLEGAL / TVENTANAAVISOLEGAL.txt < prev   
Text File  |  2003-02-05  |  2KB  |  89 lines

  1. object VentanaAvisoLegal: TVentanaAvisoLegal
  2.   Left = 214
  3.   Top = 141
  4.   BorderStyle = bsDialog
  5.   Caption = 'Aviso legal'
  6.   ClientHeight = 268
  7.   ClientWidth = 398
  8.   Color = 14215660
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 64
  21.     Top = 28
  22.     Width = 87
  23.     Height = 23
  24.     Caption = 'Aviso legal'
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -19
  28.     Font.Name = 'Tahoma'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     Transparent = True
  32.   end
  33.   object Image1: TImage
  34.     Left = 20
  35.     Top = 24
  36.     Width = 32
  37.     Height = 32
  38.     Picture.Data = {<image000.bmp>}
  39.     Transparent = True
  40.   end
  41.   object Label2: TLabel
  42.     Left = 64
  43.     Top = 68
  44.     Width = 313
  45.     Height = 52
  46.     Caption = 
  47.       'De acuerdo con la normativa vigente sobre protecci∩┐╜n de datos, l' +
  48.       'a informaci∩┐╜n que vas a facilitar a Panda Software pasar∩┐╜ a form' +
  49.       'ar parte de nuestros ficheros automatizados con la finalidad de ' +
  50.       'atender tus consultas v∩┐╜a e-mail.'
  51.     Constraints.MinWidth = 313
  52.     Transparent = True
  53.     WordWrap = True
  54.   end
  55.   object Label3: TLabel
  56.     Left = 64
  57.     Top = 140
  58.     Width = 313
  59.     Height = 65
  60.     Caption = 
  61.       'Panda Software te garantiza la adopci∩┐╜n de las medidas oportunas' +
  62.       ' para asegurar el tratamiento confidencial de tus datos. Si dese' +
  63.       'as ejercitar los derechos de acceso, rectificaci∩┐╜n o cancelaci∩┐╜n' +
  64.       ' de tus datos, puedes comunic∩┐╜rnoslo a la siguiente direcci∩┐╜n:'
  65.     Constraints.MinWidth = 313
  66.     Transparent = True
  67.     WordWrap = True
  68.   end
  69.   object BtnAceptar: TPlaButton
  70.     Left = 316
  71.     Top = 236
  72.     Width = 73
  73.     Height = 21
  74.     Caption = 'Aceptar'
  75.     TabOrder = 0
  76.     OnClick = BtnAceptarClick
  77.     Default = True
  78.   end
  79.   object LblDireccion: TPlaLinkLabel
  80.     Left = 60
  81.     Top = 220
  82.     Width = 181
  83.     Height = 16
  84.     Caption = 'asuntos_legales@pandasoftware.es'
  85.     TabOrder = 1
  86.     OnClick = LblDireccionClick
  87.   end
  88. end
  89.