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

  1. object FormCfgFwlAvanzadasPrograma: TFormCfgFwlAvanzadasPrograma
  2.   Left = 478
  3.   Top = 87
  4.   ActiveControl = PlaPCAvanzadas
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Opciones avanzadas de programa'
  8.   ClientHeight = 494
  9.   ClientWidth = 453
  10.   Color = 14609391
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PlaPCAvanzadas: TPlaPageControl
  23.     Left = 7
  24.     Top = 6
  25.     Width = 440
  26.     Height = 446
  27.     ActivePage = PlaTabSheetPuertos
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -11
  31.     Font.Name = 'Tahoma'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     TabOrder = 0
  35.     TabStop = True
  36.     object PlaTabSheetPuertos: TPlaTabSheet
  37.       Caption = 'Puertos'
  38.       TabVisible = True
  39.       object PlaGroupBoxServidor: TPlaGroupBox
  40.         Left = 14
  41.         Top = 196
  42.         Width = 409
  43.         Height = 189
  44.         TitleFont.Charset = DEFAULT_CHARSET
  45.         TitleFont.Color = 13977088
  46.         TitleFont.Height = -11
  47.         TitleFont.Name = 'Tahoma'
  48.         TitleFont.Style = []
  49.         Caption = 'Conectarse desde otros ordenadores (Servidor)'
  50.         Font.Charset = DEFAULT_CHARSET
  51.         Font.Color = clWindowText
  52.         Font.Height = -11
  53.         Font.Name = 'Tahoma'
  54.         Font.Style = []
  55.         ParentFont = False
  56.         TabOrder = 1
  57.         object ImageServidor: TImage
  58.           Left = 11
  59.           Top = 22
  60.           Width = 32
  61.           Height = 32
  62.           Picture.Data = {<image001.bmp>}
  63.           Transparent = True
  64.         end
  65.         object LbInfoServPorts: TLabel
  66.           Left = 58
  67.           Top = 19
  68.           Width = 339
  69.           Height = 13
  70.           Caption = 
  71.             'Indica si vas a permitir que se conecten a este programa desde l' +
  72.             'a red.'
  73.           Constraints.MinWidth = 339
  74.           Transparent = True
  75.           WordWrap = True
  76.         end
  77.         object LbInfoServPorts2: TLabel
  78.           Left = 58
  79.           Top = 74
  80.           Width = 339
  81.           Height = 26
  82.           AutoSize = False
  83.           Caption = 
  84.             'Define los puertos mediante los cuales pueden conectarse a este ' +
  85.             'programa.'
  86.           Transparent = True
  87.           WordWrap = True
  88.         end
  89.         object LbInfoSrv1: TLabel
  90.           Left = 58
  91.           Top = 149
  92.           Width = 258
  93.           Height = 13
  94.           Caption = 'Escribe los puertos e intervalos separados por comas.'
  95.           Transparent = True
  96.         end
  97.         object LbInfoSrv2: TLabel
  98.           Left = 58
  99.           Top = 164
  100.           Width = 122
  101.           Height = 13
  102.           Caption = 'Ejemplo: 110, 25-30, 115'
  103.           Transparent = True
  104.         end
  105.         object LbTcpServ: TLabel
  106.           Left = 58
  107.           Top = 106
  108.           Width = 23
  109.           Height = 13
  110.           Caption = 'TCP:'
  111.           Transparent = True
  112.         end
  113.         object LbUpdServ: TLabel
  114.           Left = 261
  115.           Top = 106
  116.           Width = 24
  117.           Height = 13
  118.           Caption = 'UDP:'
  119.           Transparent = True
  120.         end
  121.         object PlaCheckBoxPermitirServidor: TPlaCheckBox
  122.           Left = 58
  123.           Top = 45
  124.           Width = 169
  125.           Height = 16
  126.           HelpContext = 238
  127.           Caption = 'Permitir (actuar como servidor)'
  128.           Font.Charset = DEFAULT_CHARSET
  129.           Font.Color = clWindowText
  130.           Font.Height = -11
  131.           Font.Name = 'Tahoma'
  132.           Font.Style = []
  133.           ParentFont = False
  134.           TabOrder = 0
  135.           OnClick = PlaCheckBoxPermitirServidorClick
  136.         end
  137.         object PlaComboBoxTCPServidor: TPlaComboBox
  138.           Left = 58
  139.           Top = 122
  140.           Width = 112
  141.           Height = 21
  142.           Cursor = crIBeam
  143.           HelpContext = 236
  144.           Font.Charset = DEFAULT_CHARSET
  145.           Font.Color = clWindowText
  146.           Font.Height = -11
  147.           Font.Name = 'Tahoma'
  148.           Font.Style = []
  149.           ParentFont = False
  150.           TabOrder = 1
  151.           Text = 'Todos'
  152.         end
  153.         object PlaComboBoxUDPServidor: TPlaComboBox
  154.           Left = 261
  155.           Top = 122
  156.           Width = 124
  157.           Height = 21
  158.           HelpContext = 237
  159.           Font.Charset = DEFAULT_CHARSET
  160.           Font.Color = clWindowText
  161.           Font.Height = -11
  162.           Font.Name = 'Tahoma'
  163.           Font.Style = []
  164.           ParentFont = False
  165.           TabOrder = 2
  166.           Text = 'Todos'
  167.         end
  168.       end
  169.       object PlaGroupBoxCliente: TPlaGroupBox
  170.         Left = 14
  171.         Top = 11
  172.         Width = 409
  173.         Height = 177
  174.         TitleFont.Charset = DEFAULT_CHARSET
  175.         TitleFont.Color = 13977088
  176.         TitleFont.Height = -11
  177.         TitleFont.Name = 'Tahoma'
  178.         TitleFont.Style = []
  179.         Caption = 'Conectarse con otros ordenadores (cliente)'
  180.         Font.Charset = DEFAULT_CHARSET
  181.         Font.Color = clWindowText
  182.         Font.Height = -11
  183.         Font.Name = 'Tahoma'
  184.         Font.Style = []
  185.         ParentFont = False
  186.         TabOrder = 0
  187.         object LbInfoClPorts: TLabel
  188.           Left = 58
  189.           Top = 19
  190.           Width = 339
  191.           Height = 13
  192.           Caption = 'Indica si este programa puede conectarse a la red.'
  193.           Constraints.MinWidth = 339
  194.           Transparent = True
  195.           WordWrap = True
  196.         end
  197.         object LbInfoClPort2: TLabel
  198.           Left = 58
  199.           Top = 74
  200.           Width = 340
  201.           Height = 13
  202.           Caption = 'Define los puertos a los que puede conectarse este programa.'
  203.           Constraints.MinWidth = 340
  204.           Transparent = True
  205.           WordWrap = True
  206.         end
  207.         object LbTcp: TLabel
  208.           Left = 58
  209.           Top = 93
  210.           Width = 23
  211.           Height = 13
  212.           Caption = 'TCP:'
  213.           Transparent = True
  214.         end
  215.         object LbUdp: TLabel
  216.           Left = 271
  217.           Top = 93
  218.           Width = 24
  219.           Height = 13
  220.           Caption = 'UDP:'
  221.           Transparent = True
  222.         end
  223.         object ImageCliente: TImage
  224.           Left = 11
  225.           Top = 22
  226.           Width = 32
  227.           Height = 32
  228.           Picture.Data = {<image002.bmp>}
  229.           Transparent = True
  230.         end
  231.         object LbInfoCl1: TLabel
  232.           Left = 58
  233.           Top = 137
  234.           Width = 258
  235.           Height = 13
  236.           Caption = 'Escribe los puertos e intervalos separados por comas.'
  237.           Transparent = True
  238.         end
  239.         object LbInfoCl2: TLabel
  240.           Left = 58
  241.           Top = 152
  242.           Width = 122
  243.           Height = 13
  244.           Caption = 'Ejemplo: 110, 25-30, 115'
  245.           Transparent = True
  246.         end
  247.         object PlaCheckBoxPermitirCliente: TPlaCheckBox
  248.           Left = 58
  249.           Top = 45
  250.           Width = 161
  251.           Height = 16
  252.           HelpContext = 235
  253.           Caption = 'Permitir (actuar como cliente)'
  254.           Font.Charset = DEFAULT_CHARSET
  255.           Font.Color = clWindowText
  256.           Font.Height = -11
  257.           Font.Name = 'Tahoma'
  258.           Font.Style = []
  259.           ParentFont = False
  260.           TabOrder = 0
  261.           OnClick = PlaCheckBoxPermitirClienteClick
  262.         end
  263.         object PlaComboBoxTCPCliente: TPlaComboBox
  264.           Left = 58
  265.           Top = 108
  266.           Width = 112
  267.           Height = 21
  268.           HelpContext = 236
  269.           Font.Charset = DEFAULT_CHARSET
  270.           Font.Color = clWindowText
  271.           Font.Height = -11
  272.           Font.Name = 'Tahoma'
  273.           Font.Style = []
  274.           ParentFont = False
  275.           TabOrder = 1
  276.           Text = 'Todos'
  277.         end
  278.         object PlaComboBoxUDPCliente: TPlaComboBox
  279.           Left = 271
  280.           Top = 108
  281.           Width = 126
  282.           Height = 21
  283.           Cursor = crIBeam
  284.           HelpContext = 237
  285.           Font.Charset = DEFAULT_CHARSET
  286.           Font.Color = clWindowText
  287.           Font.Height = -11
  288.           Font.Name = 'Tahoma'
  289.           Font.Style = []
  290.           ParentFont = False
  291.           TabOrder = 2
  292.           Text = 'Todos'
  293.         end
  294.       end
  295.     end
  296.     object PlaTabSheetGeneral: TPlaTabSheet
  297.       Caption = 'Direcciones'
  298.       TabVisible = True
  299.       object PlaGroupBoxDirecciones: TPlaGroupBox
  300.         Left = 14
  301.         Top = 11
  302.         Width = 409
  303.         Height = 161
  304.         TitleFont.Charset = DEFAULT_CHARSET
  305.         TitleFont.Color = 13977088
  306.         TitleFont.Height = -11
  307.         TitleFont.Name = 'Tahoma'
  308.         TitleFont.Style = []
  309.         Caption = 'Direcciones permitidas'
  310.         Font.Charset = DEFAULT_CHARSET
  311.         Font.Color = clWindowText
  312.         Font.Height = -11
  313.         Font.Name = 'Tahoma'
  314.         Font.Style = []
  315.         ParentFont = False
  316.         TabOrder = 0
  317.         object LbInfoDireccion: TLabel
  318.           Left = 58
  319.           Top = 19
  320.           Width = 339
  321.           Height = 13
  322.           AutoSize = False
  323.           Caption = 'Define con qu∩┐╜ direcciones puede comunicarse el programa:'
  324.           Transparent = True
  325.         end
  326.         object LbInfoDir2: TLabel
  327.           Left = 77
  328.           Top = 121
  329.           Width = 339
  330.           Height = 13
  331.           AutoSize = False
  332.           Caption = 'Escribe las direcciones e intervalos separados por comas.'
  333.           Transparent = True
  334.         end
  335.         object LbInfoDir3: TLabel
  336.           Left = 77
  337.           Top = 136
  338.           Width = 339
  339.           Height = 13
  340.           AutoSize = False
  341.           Caption = 'Ejemplo: 192.168.1.1-192.168.1.254,172.1.1.1'
  342.           Transparent = True
  343.         end
  344.         object ImageDirecciones: TImage
  345.           Left = 11
  346.           Top = 22
  347.           Width = 32
  348.           Height = 32
  349.           Picture.Data = {<image003.bmp>}
  350.           Transparent = True
  351.         end
  352.         object PlaRadioButtonDirTodas: TPlaRadioButton
  353.           Left = 58
  354.           Top = 48
  355.           Width = 50
  356.           Height = 16
  357.           HelpContext = 232
  358.           Caption = 'Todas'
  359.           Font.Charset = DEFAULT_CHARSET
  360.           Font.Color = clWindowText
  361.           Font.Height = -11
  362.           Font.Name = 'Tahoma'
  363.           Font.Style = []
  364.           ParentFont = False
  365.           TabOrder = 0
  366.           TabStop = False
  367.           OnClick = PlaRadioButtonDirTodasClick
  368.         end
  369.         object PlaRadioButtonDirEspecificas: TPlaRadioButton
  370.           Left = 58
  371.           Top = 76
  372.           Width = 148
  373.           Height = 16
  374.           HelpContext = 233
  375.           Caption = 'Las siguientes direcciones:'
  376.           Font.Charset = DEFAULT_CHARSET
  377.           Font.Color = clWindowText
  378.           Font.Height = -11
  379.           Font.Name = 'Tahoma'
  380.           Font.Style = []
  381.           ParentFont = False
  382.           TabOrder = 1
  383.           TabStop = False
  384.           OnClick = PlaRadioButtonDirEspecificasClick
  385.         end
  386.         object PlaEditDirIP: TPlaEdit
  387.           Left = 76
  388.           Top = 94
  389.           Width = 290
  390.           Height = 21
  391.           HelpContext = 234
  392.           Font.Charset = DEFAULT_CHARSET
  393.           Font.Color = clWindowText
  394.           Font.Height = -11
  395.           Font.Name = 'Tahoma'
  396.           Font.Style = []
  397.           ParentFont = False
  398.           TabOrder = 2
  399.           Transparent = False
  400.         end
  401.       end
  402.     end
  403.   end
  404.   object PlaButtonAceptar: TPlaButton
  405.     Left = 297
  406.     Top = 462
  407.     Width = 70
  408.     Height = 21
  409.     HelpContext = 193
  410.     Caption = 'Aceptar'
  411.     Font.Charset = DEFAULT_CHARSET
  412.     Font.Color = clWindowText
  413.     Font.Height = -11
  414.     Font.Name = 'Tahoma'
  415.     Font.Style = []
  416.     ParentFont = False
  417.     TabOrder = 1
  418.     OnClick = PlaButtonAceptarClick
  419.     Default = True
  420.   end
  421.   object PlaButtonCancelar: TPlaButton
  422.     Left = 375
  423.     Top = 462
  424.     Width = 70
  425.     Height = 21
  426.     HelpContext = 194
  427.     Caption = 'Cancelar'
  428.     Font.Charset = DEFAULT_CHARSET
  429.     Font.Color = clWindowText
  430.     Font.Height = -11
  431.     Font.Name = 'Tahoma'
  432.     Font.Style = []
  433.     ParentFont = False
  434.     TabOrder = 2
  435.     OnClick = PlaButtonCancelarClick
  436.     Cancel = True
  437.   end
  438. end
  439.