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

  1. object AlertasRed: TAlertasRed
  2.   Tag = 49400
  3.   Left = 280
  4.   Top = 195
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Configuraci∩┐╜n de alertas en la Red'
  8.   ClientHeight = 382
  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 = 350
  26.     Width = 73
  27.     Height = 21
  28.     Caption = '&Aceptar'
  29.     TabOrder = 2
  30.     OnClick = ButtonAceptarClick
  31.     Default = True
  32.     ModalResult = 1
  33.   end
  34.   object ButtonCancelar: TPlaButton
  35.     Tag = 2400
  36.     Left = 338
  37.     Top = 350
  38.     Width = 73
  39.     Height = 21
  40.     Caption = '&Cancelar'
  41.     TabOrder = 3
  42.     TabStop = False
  43.     Cancel = True
  44.     ModalResult = 2
  45.   end
  46.   object PlaGroupBox1: TPlaGroupBox
  47.     Left = 14
  48.     Top = 7
  49.     Width = 397
  50.     Height = 241
  51.     TitleFont.Charset = DEFAULT_CHARSET
  52.     TitleFont.Color = 13977088
  53.     TitleFont.Height = -11
  54.     TitleFont.Name = 'Tahoma'
  55.     TitleFont.Style = []
  56.     Caption = 'Analizar'
  57.     TabOrder = 0
  58.     object Image3: TImage
  59.       Left = 11
  60.       Top = 22
  61.       Width = 32
  62.       Height = 32
  63.       Picture.Data = {<image001.bmp>}
  64.       Transparent = True
  65.     end
  66.     object Label3: TLabel
  67.       Left = 58
  68.       Top = 19
  69.       Width = 327
  70.       Height = 26
  71.       AutoSize = False
  72.       Caption = 
  73.         'Introduce el nombre del puesto y/o dominio al que quieras enviar' +
  74.         ' el mensaje de alerta.'
  75.       WordWrap = True
  76.     end
  77.     object Label5: TLabel
  78.       Tag = 23400
  79.       Left = 77
  80.       Top = 98
  81.       Width = 86
  82.       Height = 13
  83.       Caption = 'Mensaje de alerta'
  84.     end
  85.     object Label6: TLabel
  86.       Tag = 23800
  87.       Left = 77
  88.       Top = 192
  89.       Width = 301
  90.       Height = 13
  91.       AutoSize = False
  92.       Caption = 'Mensaje de alerta'
  93.     end
  94.     object CBMensPuesto: TPlaCheckBox
  95.       Tag = 23300
  96.       Left = 58
  97.       Top = 52
  98.       Width = 141
  99.       Height = 16
  100.       HelpContext = 161
  101.       Caption = 'Enviar mensaje al puesto'
  102.       TabOrder = 0
  103.       OnClick = CBMensPuestoClick
  104.       ParentColor = False
  105.     end
  106.     object EditMensajePuesto: TPlaEdit
  107.       Left = 77
  108.       Top = 70
  109.       Width = 308
  110.       Height = 21
  111.       HelpContext = 165
  112.       TabOrder = 1
  113.       TabStop = False
  114.       Transparent = False
  115.     end
  116.     object EditMensajeAlertaPuesto: TPlaEdit
  117.       Left = 77
  118.       Top = 114
  119.       Width = 308
  120.       Height = 21
  121.       Cursor = crIBeam
  122.       HelpContext = 162
  123.       MaxLength = 255
  124.       TabOrder = 2
  125.       TabStop = False
  126.       Text = 'ATENCI∩┐╜N, VIRUS ENCONTRADO'
  127.       Transparent = False
  128.     end
  129.     object CBMensDominio: TPlaCheckBox
  130.       Tag = 23700
  131.       Left = 58
  132.       Top = 146
  133.       Width = 144
  134.       Height = 16
  135.       HelpContext = 163
  136.       Caption = 'Enviar mensaje al dominio'
  137.       TabOrder = 3
  138.       TabStop = False
  139.       OnClick = CBMensDominioClick
  140.       ParentColor = False
  141.     end
  142.     object EditMensajeDominio: TPlaEdit
  143.       Left = 77
  144.       Top = 164
  145.       Width = 308
  146.       Height = 21
  147.       Cursor = crIBeam
  148.       HelpContext = 166
  149.       TabOrder = 4
  150.       TabStop = False
  151.       Transparent = False
  152.     end
  153.     object EditMensajeAlertaDominio: TPlaEdit
  154.       Left = 77
  155.       Top = 208
  156.       Width = 308
  157.       Height = 21
  158.       Cursor = crIBeam
  159.       HelpContext = 164
  160.       MaxLength = 255
  161.       TabOrder = 5
  162.       TabStop = False
  163.       Text = 'ATENCI∩┐╜N, VIRUS ENCONTRADO'
  164.       Transparent = False
  165.     end
  166.   end
  167.   object PlaGroupBox2: TPlaGroupBox
  168.     Tag = 21200
  169.     Left = 14
  170.     Top = 257
  171.     Width = 397
  172.     Height = 85
  173.     TitleFont.Charset = DEFAULT_CHARSET
  174.     TitleFont.Color = 13977088
  175.     TitleFont.Height = -11
  176.     TitleFont.Name = 'Tahoma'
  177.     TitleFont.Style = []
  178.     Caption = 'Servidor'
  179.     TabOrder = 1
  180.     object Image1: TImage
  181.       Left = 11
  182.       Top = 22
  183.       Width = 32
  184.       Height = 32
  185.       Picture.Data = {<image002.bmp>}
  186.       Transparent = True
  187.     end
  188.     object Label4: TLabel
  189.       Tag = 68000
  190.       Left = 58
  191.       Top = 19
  192.       Width = 327
  193.       Height = 26
  194.       AutoSize = False
  195.       Caption = 
  196.         'Introduce el nombre del servidor a trav∩┐╜s del cual se enviar∩┐╜ el' +
  197.         ' mensaje de alerta.'
  198.       WordWrap = True
  199.     end
  200.     object Label1: TLabel
  201.       Tag = 21200
  202.       Left = 58
  203.       Top = 56
  204.       Width = 61
  205.       Height = 13
  206.       AutoSize = False
  207.       Caption = 'Servidor'
  208.     end
  209.     object EditServidor: TPlaEdit
  210.       Left = 121
  211.       Top = 52
  212.       Width = 264
  213.       Height = 21
  214.       HelpContext = 1007
  215.       MaxLength = 256
  216.       TabOrder = 0
  217.       Transparent = False
  218.     end
  219.   end
  220. end
  221.