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

  1. object AlertasNotes: TAlertasNotes
  2.   Tag = 74900
  3.   Left = 238
  4.   Top = 199
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Configuraci∩┐╜n de alertas en Lotus Notes'
  8.   ClientHeight = 382
  9.   ClientWidth = 442
  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 = 277
  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 ButtonCancel: TPlaButton
  35.     Tag = 2400
  36.     Left = 358
  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.     Tag = 75300
  48.     Left = 14
  49.     Top = 7
  50.     Width = 417
  51.     Height = 169
  52.     TitleFont.Charset = DEFAULT_CHARSET
  53.     TitleFont.Color = 13977088
  54.     TitleFont.Height = -11
  55.     TitleFont.Name = 'Tahoma'
  56.     TitleFont.Style = []
  57.     Caption = 'Destinatarios'
  58.     TabOrder = 0
  59.     object Image3: TImage
  60.       Left = 11
  61.       Top = 22
  62.       Width = 32
  63.       Height = 32
  64.       Picture.Data = {<image001.bmp>}
  65.       Transparent = True
  66.     end
  67.     object Label1: TLabel
  68.       Tag = 75000
  69.       Left = 58
  70.       Top = 19
  71.       Width = 346
  72.       Height = 26
  73.       AutoSize = False
  74.       Caption = 
  75.         'Puedes especificar los usuarios destinatarios del mensaje separ∩┐╜' +
  76.         'ndolos por una coma, por ej. (Abraham,Oscar,Manu).'
  77.       WordWrap = True
  78.     end
  79.     object GBAlertasMensaje: TPlaGroupBox
  80.       Tag = 76900
  81.       Left = 58
  82.       Top = 92
  83.       Width = 347
  84.       Height = 65
  85.       TitleFont.Charset = DEFAULT_CHARSET
  86.       TitleFont.Color = 8408344
  87.       TitleFont.Height = -11
  88.       TitleFont.Name = 'Tahoma'
  89.       TitleFont.Style = []
  90.       Caption = 'En caso de virus en documentos de notes'
  91.       ParentColor = False
  92.       TabOrder = 1
  93.       object CBAlertaAlAutor: TPlaCheckBox
  94.         Tag = 75100
  95.         Left = 14
  96.         Top = 19
  97.         Width = 195
  98.         Height = 16
  99.         Caption = 'Enviar alerta al autor del documento'
  100.         TabOrder = 1
  101.       end
  102.       object CBAlertaAlUsuario: TPlaCheckBox
  103.         Tag = 75200
  104.         Left = 14
  105.         Top = 37
  106.         Width = 208
  107.         Height = 16
  108.         Caption = 'Enviar alerta al usuario del documento.'
  109.         TabOrder = 0
  110.         TabStop = False
  111.       end
  112.     end
  113.     object EditUsers: TPlaEdit
  114.       Left = 58
  115.       Top = 58
  116.       Width = 347
  117.       Height = 21
  118.       Cursor = crIBeam
  119.       MaxLength = 256
  120.       TabOrder = 0
  121.       Transparent = False
  122.     end
  123.   end
  124.   object PlaGroupBox2: TPlaGroupBox
  125.     Tag = 20700
  126.     Left = 14
  127.     Top = 188
  128.     Width = 417
  129.     Height = 91
  130.     TitleFont.Charset = DEFAULT_CHARSET
  131.     TitleFont.Color = 13977088
  132.     TitleFont.Height = -11
  133.     TitleFont.Name = 'Tahoma'
  134.     TitleFont.Style = []
  135.     Caption = 'Mensaje de alerta'
  136.     TabOrder = 1
  137.     object Image1: TImage
  138.       Left = 11
  139.       Top = 22
  140.       Width = 32
  141.       Height = 32
  142.       Picture.Data = {<image002.bmp>}
  143.       Transparent = True
  144.     end
  145.     object Label3: TLabel
  146.       Tag = 21800
  147.       Left = 58
  148.       Top = 19
  149.       Width = 349
  150.       Height = 26
  151.       AutoSize = False
  152.       Caption = 
  153.         'Puedes escribir el mensaje que desees sea mostrado cuando se enc' +
  154.         'uentre un virus.'
  155.       WordWrap = True
  156.     end
  157.     object EditNotesMensaje: TPlaEdit
  158.       Left = 58
  159.       Top = 58
  160.       Width = 349
  161.       Height = 21
  162.       Cursor = crIBeam
  163.       MaxLength = 256
  164.       TabOrder = 0
  165.       Text = 'ATENCI∩┐╜N, VIRUS ENCONTRADO'
  166.       Transparent = False
  167.     end
  168.   end
  169. end
  170.