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

  1. object FormAnadirPrograma: TFormAnadirPrograma
  2.   Left = 295
  3.   Top = 132
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'A∩┐╜adir programa'
  7.   ClientHeight = 308
  8.   ClientWidth = 416
  9.   Color = 14609391
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PlaButtonAceptar: TPlaButton
  22.     Left = 256
  23.     Top = 280
  24.     Width = 70
  25.     Height = 21
  26.     HelpContext = 193
  27.     Caption = 'Aceptar'
  28.     TabOrder = 1
  29.     OnClick = PlaButtonAceptarClick
  30.     Default = True
  31.   end
  32.   object PlaButtonCancelar: TPlaButton
  33.     Left = 333
  34.     Top = 280
  35.     Width = 70
  36.     Height = 21
  37.     HelpContext = 194
  38.     Caption = 'Cancelar'
  39.     TabOrder = 2
  40.     Cancel = True
  41.     ModalResult = 2
  42.   end
  43.   object PlaGroupBoxPrograma: TPlaGroupBox
  44.     Left = 14
  45.     Top = 11
  46.     Width = 390
  47.     Height = 258
  48.     TitleFont.Charset = DEFAULT_CHARSET
  49.     TitleFont.Color = 13977088
  50.     TitleFont.Height = -11
  51.     TitleFont.Name = 'Tahoma'
  52.     TitleFont.Style = []
  53.     Caption = 'Programa'
  54.     TabOrder = 0
  55.     object Label1: TLabel
  56.       Left = 58
  57.       Top = 19
  58.       Width = 322
  59.       Height = 26
  60.       AutoSize = False
  61.       Caption = 
  62.         'Introduce los datos del nuevo programa cuya comunicaci∩┐╜n deseas ' +
  63.         'configurar.'
  64.       Transparent = True
  65.       WordWrap = True
  66.     end
  67.     object Image1: TImage
  68.       Left = 11
  69.       Top = 22
  70.       Width = 32
  71.       Height = 32
  72.       Picture.Data = {<image001.bmp>}
  73.       Transparent = True
  74.     end
  75.     object Label2: TLabel
  76.       Left = 58
  77.       Top = 59
  78.       Width = 27
  79.       Height = 13
  80.       Caption = 'Ruta:'
  81.       Transparent = True
  82.     end
  83.     object Label3: TLabel
  84.       Left = 58
  85.       Top = 104
  86.       Width = 255
  87.       Height = 26
  88.       Caption = 
  89.         'Selecciona la acci∩┐╜n a realizar cuando este programa intente con' +
  90.         'ectarse a la red'
  91.       Transparent = True
  92.       WordWrap = True
  93.     end
  94.     object LabelAvanzadas: TLabel
  95.       Left = 58
  96.       Top = 184
  97.       Width = 275
  98.       Height = 41
  99.       AutoSize = False
  100.       Caption = 
  101.         'Las opciones avanzadas te permiten configurar los puertos y dire' +
  102.         'cciones a los que deseas permitir el acceso.'
  103.       Transparent = True
  104.       WordWrap = True
  105.     end
  106.     object Label4: TLabel
  107.       Left = 58
  108.       Top = 152
  109.       Width = 75
  110.       Height = 13
  111.       AutoSize = False
  112.       Caption = 'Acci∩┐╜n:'
  113.     end
  114.     object PlaEditRuta: TPlaEdit
  115.       Left = 58
  116.       Top = 75
  117.       Width = 273
  118.       Height = 21
  119.       HelpContext = 230
  120.       TabOrder = 0
  121.       Transparent = False
  122.       OnChange = PlaEditRutaChange
  123.     end
  124.     object PlaButtonRuta: TPlaButton
  125.       Left = 343
  126.       Top = 75
  127.       Width = 35
  128.       Height = 21
  129.       Caption = '...'
  130.       TabOrder = 1
  131.       OnClick = PlaButtonRutaClick
  132.     end
  133.     object PlaButtonOpcionesAvanzadas: TPlaButton
  134.       Left = 58
  135.       Top = 224
  136.       Width = 125
  137.       Height = 21
  138.       HelpContext = 227
  139.       Caption = 'Opciones avanzadas'
  140.       TabOrder = 2
  141.       OnClick = PlaButtonOpcionesAvanzadasClick
  142.     end
  143.     object ComboAcciones: TPlaComboBox
  144.       Left = 140
  145.       Top = 148
  146.       Width = 191
  147.       Height = 21
  148.       HelpContext = 224
  149.       Style = csDropDownList
  150.       TabOrder = 3
  151.       OnChange = ComboAccionesChange
  152.       Items.Strings = (
  153.         'Permitir comunicaci∩┐╜n'
  154.         'Denegar comunicaci∩┐╜n'
  155.         'Preguntar')
  156.     end
  157.   end
  158.   object OpenDialog: TOpenDialog
  159.     FilterIndex = 0
  160.     Left = 364
  161.     Top = 54
  162.   end
  163. end
  164.