home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Demo / Panda / platinumisshuk.exe / data1.cab / Comunes / Config.dll / 0 / RCDATA / TALERTASRED / TALERTASRED.txt < prev   
Encoding:
Text File  |  2003-11-01  |  3.6 KB  |  169 lines

  1. object AlertasRed: TAlertasRed
  2.   Tag = 49400
  3.   Left = 586
  4.   Top = 245
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Configuraci∩┐╜n de alertas en la Red'
  8.   ClientHeight = 293
  9.   ClientWidth = 422
  10.   Color = 14215660
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object ButtonAceptar: TPlaButton
  23.     Tag = 2200
  24.     Left = 257
  25.     Top = 261
  26.     Width = 73
  27.     Height = 21
  28.     Anchors = [akRight, akBottom]
  29.     Caption = '&Aceptar'
  30.     TabOrder = 1
  31.     OnClick = ButtonAceptarClick
  32.     Default = True
  33.     ModalResult = 1
  34.   end
  35.   object ButtonCancelar: TPlaButton
  36.     Tag = 2400
  37.     Left = 338
  38.     Top = 261
  39.     Width = 73
  40.     Height = 21
  41.     Anchors = [akRight, akBottom]
  42.     Caption = '&Cancelar'
  43.     TabOrder = 2
  44.     TabStop = False
  45.     Cancel = True
  46.     ModalResult = 2
  47.   end
  48.   object PlaGroupBox1: TPlaGroupBox
  49.     Left = 14
  50.     Top = 7
  51.     Width = 397
  52.     Height = 241
  53.     TitleFont.Charset = DEFAULT_CHARSET
  54.     TitleFont.Color = 13977088
  55.     TitleFont.Height = -11
  56.     TitleFont.Name = 'Tahoma'
  57.     TitleFont.Style = []
  58.     Caption = 'Analizar'
  59.     TabOrder = 0
  60.     object Image3: TImage
  61.       Left = 11
  62.       Top = 22
  63.       Width = 32
  64.       Height = 32
  65.       Picture.Data = {<image001.bmp>}
  66.       Transparent = True
  67.     end
  68.     object Label3: TLabel
  69.       Left = 58
  70.       Top = 19
  71.       Width = 327
  72.       Height = 26
  73.       AutoSize = False
  74.       Caption = 
  75.         'Introduce el nombre del puesto y/o dominio al que quieras enviar' +
  76.         ' el mensaje de alerta.'
  77.       WordWrap = True
  78.     end
  79.     object Label5: TLabel
  80.       Tag = 23400
  81.       Left = 77
  82.       Top = 98
  83.       Width = 86
  84.       Height = 13
  85.       Caption = 'Mensaje de alerta'
  86.     end
  87.     object Label6: TLabel
  88.       Tag = 23800
  89.       Left = 77
  90.       Top = 192
  91.       Width = 301
  92.       Height = 13
  93.       AutoSize = False
  94.       Caption = 'Mensaje de alerta'
  95.     end
  96.     object CBMensPuesto: TPlaCheckBox
  97.       Tag = 23300
  98.       Left = 58
  99.       Top = 52
  100.       Width = 141
  101.       Height = 16
  102.       HelpContext = 161
  103.       Caption = 'Enviar mensaje al puesto'
  104.       TabOrder = 0
  105.       OnClick = CBMensPuestoClick
  106.       ParentColor = False
  107.     end
  108.     object EditMensajePuesto: TPlaEdit
  109.       Left = 77
  110.       Top = 70
  111.       Width = 308
  112.       Height = 21
  113.       Cursor = crIBeam
  114.       HelpContext = 165
  115.       TabOrder = 1
  116.       TabStop = False
  117.       Transparent = False
  118.     end
  119.     object EditMensajeAlertaPuesto: TPlaEdit
  120.       Left = 77
  121.       Top = 114
  122.       Width = 308
  123.       Height = 21
  124.       HelpContext = 162
  125.       MaxLength = 255
  126.       TabOrder = 2
  127.       TabStop = False
  128.       Text = 'ATENCI∩┐╜N, ARCHIVO INFECTADO'
  129.       Transparent = False
  130.     end
  131.     object CBMensDominio: TPlaCheckBox
  132.       Tag = 23700
  133.       Left = 58
  134.       Top = 146
  135.       Width = 144
  136.       Height = 16
  137.       HelpContext = 163
  138.       Caption = 'Enviar mensaje al dominio'
  139.       TabOrder = 3
  140.       TabStop = False
  141.       OnClick = CBMensDominioClick
  142.       ParentColor = False
  143.     end
  144.     object EditMensajeDominio: TPlaEdit
  145.       Left = 77
  146.       Top = 164
  147.       Width = 308
  148.       Height = 21
  149.       HelpContext = 166
  150.       TabOrder = 4
  151.       TabStop = False
  152.       Transparent = False
  153.     end
  154.     object EditMensajeAlertaDominio: TPlaEdit
  155.       Left = 77
  156.       Top = 208
  157.       Width = 308
  158.       Height = 21
  159.       Cursor = crIBeam
  160.       HelpContext = 164
  161.       MaxLength = 255
  162.       TabOrder = 5
  163.       TabStop = False
  164.       Text = 'ATENCI∩┐╜N, ARCHIVO INFECTADO'
  165.       Transparent = False
  166.     end
  167.   end
  168. end
  169.