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

  1. object FormCfgFwlProgramas: TFormCfgFwlProgramas
  2.   Left = 145
  3.   Top = 140
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Configuraci∩┐╜n de programas con acceso a la red'
  7.   ClientHeight = 394
  8.   ClientWidth = 607
  9.   Color = 14609391
  10.   Constraints.MinHeight = 401
  11.   Constraints.MinWidth = 480
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'Tahoma'
  16.   Font.Style = []
  17.   Icon.Data = {<image000.ico>}
  18.   OldCreateOrder = False
  19.   Position = poScreenCenter
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object PlaButtonCerrar: TPlaButton
  24.     Left = 519
  25.     Top = 365
  26.     Width = 72
  27.     Height = 21
  28.     Anchors = [akRight, akBottom]
  29.     Caption = 'Cerrar'
  30.     TabOrder = 1
  31.     OnClick = PlaButtonCerrarClick
  32.     Cancel = True
  33.     Default = True
  34.     ModalResult = 2
  35.   end
  36.   object PlaGroupBoxProgramas: TPlaGroupBox
  37.     Left = 14
  38.     Top = 9
  39.     Width = 580
  40.     Height = 338
  41.     TitleFont.Charset = DEFAULT_CHARSET
  42.     TitleFont.Color = 13977088
  43.     TitleFont.Height = -11
  44.     TitleFont.Name = 'Tahoma'
  45.     TitleFont.Style = []
  46.     Anchors = [akLeft, akTop, akRight, akBottom]
  47.     Caption = 'Programas con acceso a la red'
  48.     TabOrder = 0
  49.     object ImageProgramas: TImage
  50.       Left = 11
  51.       Top = 22
  52.       Width = 32
  53.       Height = 32
  54.       Picture.Data = {<image001.bmp>}
  55.       Transparent = True
  56.     end
  57.     object Label1: TLabel
  58.       Left = 58
  59.       Top = 19
  60.       Width = 503
  61.       Height = 13
  62.       AutoSize = False
  63.       Caption = 
  64.         'Puedes establecer qu∩┐╜ programas pueden comunicarse usando la red' +
  65.         '.'
  66.       Transparent = True
  67.     end
  68.     object PlaListViewProgramas: TPlaListView
  69.       Left = 54
  70.       Top = 45
  71.       Width = 510
  72.       Height = 203
  73.       Anchors = [akLeft, akTop, akRight, akBottom]
  74.       Color = clWhite
  75.       CheckBoxes = False
  76.       Columns = <
  77.         item
  78.           Width = 310
  79.           Caption = 'Programa'
  80.         end
  81.         item
  82.           Editable = True
  83.           Width = 174
  84.           Caption = 'Comunicaci∩┐╜n'
  85.           DropDownList.Strings = (
  86.             'Denegada'
  87.             'Permitida'
  88.             'Preguntar')
  89.         end
  90.         item
  91.           Width = 0
  92.         end>
  93.       DragCursor = crDrag
  94.       DragMode = dmManual
  95.       Editable = True
  96.       Font.Charset = DEFAULT_CHARSET
  97.       Font.Color = clBlack
  98.       Font.Height = -11
  99.       Font.Name = 'Tahoma'
  100.       Font.Style = []
  101.       HideSelection = False
  102.       ImageList = ImageListProgIcons
  103.       MultiSelect = False
  104.       ParentColor = False
  105.       ParentFont = False
  106.       ParentShowHint = False
  107.       ShowHint = True
  108.       ShowColumnHeaders = True
  109.       TabOrder = 0
  110.       OnEdited = PlaListViewProgramasEdited
  111.       OnGetHintInfo = PlaListViewProgramasGetHintInfo
  112.       OnSelectItem = PlaListViewProgramasSelectItem
  113.       Data = {000100000000FE}
  114.     end
  115.     object PlaButtonAnadir: TPlaButton
  116.       Left = 56
  117.       Top = 280
  118.       Width = 122
  119.       Height = 21
  120.       HelpContext = 226
  121.       Anchors = [akRight, akBottom]
  122.       Caption = 'A∩┐╜adir programa...'
  123.       TabOrder = 1
  124.       OnClick = PlaButtonAnadirClick
  125.     end
  126.     object PlaButtonEditar: TPlaButton
  127.       Left = 441
  128.       Top = 280
  129.       Width = 122
  130.       Height = 21
  131.       HelpContext = 227
  132.       Anchors = [akRight, akBottom]
  133.       Caption = 'Opciones avanzadas...'
  134.       TabOrder = 4
  135.       OnClick = PlaButtonEditarClick
  136.     end
  137.     object PlaButtonQuitar: TPlaButton
  138.       Left = 184
  139.       Top = 280
  140.       Width = 122
  141.       Height = 21
  142.       HelpContext = 228
  143.       Anchors = [akRight, akBottom]
  144.       Caption = 'Quitar programa'
  145.       TabOrder = 2
  146.       OnClick = PlaButtonQuitarClick
  147.     end
  148.     object PlaCheckBoxMostrar: TPlaCheckBox
  149.       Left = 58
  150.       Top = 255
  151.       Width = 221
  152.       Height = 16
  153.       HelpContext = 225
  154.       Anchors = [akLeft, akBottom]
  155.       Caption = 'Mostrar programas del sistema operativo.'
  156.       TabOrder = 3
  157.       OnClick = PlaCheckBoxMostrarClick
  158.       State = cbChecked
  159.     end
  160.     object PlaCheckBoxReportar: TPlaCheckBox
  161.       Left = 58
  162.       Top = 310
  163.       Width = 333
  164.       Height = 16
  165.       HelpContext = 229
  166.       Anchors = [akLeft, akBottom]
  167.       Caption = 'Reflejar en el informe cada vez que se deniegue la comunicaci∩┐╜n.'
  168.       TabOrder = 5
  169.       State = cbChecked
  170.     end
  171.   end
  172.   object PBRestaurar: TPlaButton
  173.     Left = 326
  174.     Top = 289
  175.     Width = 122
  176.     Height = 21
  177.     Anchors = [akRight, akBottom]
  178.     Caption = 'Regenerar lista'
  179.     TabOrder = 2
  180.     OnClick = PBRestaurarClick
  181.   end
  182.   object ImageListProgIcons: TImageList
  183.     BlendColor = clWhite
  184.     BkColor = clWhite
  185.     Masked = False
  186.     Top = 366
  187.   end
  188.   object Timer: TTimer
  189.     Enabled = False
  190.     Interval = 100
  191.     OnTimer = TimerTimer
  192.     Left = 28
  193.     Top = 366
  194.   end
  195. end
  196.