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

  1. object FormConfigAdjuntosPeligrosos: TFormConfigAdjuntosPeligrosos
  2.   Left = 398
  3.   Top = 194
  4.   BorderStyle = bsDialog
  5.   Caption = 'Configuraci∩┐╜n de archivos adjuntos peligrosos'
  6.   ClientHeight = 178
  7.   ClientWidth = 422
  8.   Color = 14215660
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   OnKeyPress = FormKeyPress
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PlaGroupBox2: TPlaGroupBox
  22.     Tag = 15900
  23.     Left = 14
  24.     Top = 7
  25.     Width = 397
  26.     Height = 124
  27.     TitleFont.Charset = DEFAULT_CHARSET
  28.     TitleFont.Color = 13977088
  29.     TitleFont.Height = -11
  30.     TitleFont.Name = 'Tahoma'
  31.     TitleFont.Style = []
  32.     Caption = 'Archivos adjuntos potencialmente peligrosos'
  33.     TabOrder = 0
  34.     object Label26: TLabel
  35.       Tag = 16000
  36.       Left = 58
  37.       Top = 19
  38.       Width = 327
  39.       Height = 26
  40.       AutoSize = False
  41.       Caption = 
  42.         'Indica qu∩┐╜ tipo de archivos deseas que sean considerados peligro' +
  43.         'sos.'
  44.       Transparent = True
  45.       WordWrap = True
  46.     end
  47.     object Image1: TImage
  48.       Left = 11
  49.       Top = 22
  50.       Width = 32
  51.       Height = 32
  52.       Picture.Data = {<image001.bmp>}
  53.       Transparent = True
  54.     end
  55.     object PlaCheckBoxMIMEIncorrecto: TPlaCheckBox
  56.       Tag = 16100
  57.       Left = 58
  58.       Top = 58
  59.       Width = 183
  60.       Height = 16
  61.       HelpContext = 217
  62.       Caption = 'Archivos con tipo MIME incorrecto'
  63.       TabOrder = 0
  64.     end
  65.     object PlaCheckBoxDobleExtension: TPlaCheckBox
  66.       Left = 58
  67.       Top = 76
  68.       Width = 161
  69.       Height = 16
  70.       HelpContext = 217
  71.       Caption = 'Archivos con doble extensi∩┐╜n'
  72.       TabOrder = 1
  73.     end
  74.     object PlaCheckBoxExtensiones: TPlaCheckBox
  75.       Left = 58
  76.       Top = 94
  77.       Width = 210
  78.       Height = 16
  79.       HelpContext = 218
  80.       Caption = 'Archivos con las siguientes extensiones'
  81.       TabOrder = 2
  82.       OnClick = PlaCheckBoxExtensionesClick
  83.     end
  84.     object PlaButtonExtensiones: TPlaButton
  85.       Left = 300
  86.       Top = 91
  87.       Width = 85
  88.       Height = 21
  89.       HelpContext = 219
  90.       Caption = 'Extensiones...'
  91.       TabOrder = 3
  92.       OnClick = PlaButtonExtensionesClick
  93.     end
  94.   end
  95.   object ButtonAceptar: TPlaButton
  96.     Tag = 2200
  97.     Left = 257
  98.     Top = 146
  99.     Width = 73
  100.     Height = 21
  101.     HelpContext = 193
  102.     Caption = '&Aceptar'
  103.     TabOrder = 1
  104.     OnClick = ButtonAceptarClick
  105.     Default = True
  106.     ModalResult = 1
  107.   end
  108.   object ButtonCancelar: TPlaButton
  109.     Tag = 2400
  110.     Left = 338
  111.     Top = 146
  112.     Width = 73
  113.     Height = 21
  114.     HelpContext = 194
  115.     Caption = '&Cancelar'
  116.     TabOrder = 2
  117.     TabStop = False
  118.     Cancel = True
  119.     ModalResult = 2
  120.   end
  121. end
  122.