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

  1. object FormBloqueoDir: TFormBloqueoDir
  2.   Tag = 66900
  3.   Left = 232
  4.   Top = 180
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   BorderWidth = 11
  8.   Caption = 'Bloqueo de direcci∩┐╜n'
  9.   ClientHeight = 151
  10.   ClientWidth = 345
  11.   Color = 14215660
  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 = True
  19.   Position = poScreenCenter
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object ButtonBloquear: TPlaButton
  24.     Tag = 67300
  25.     Left = 191
  26.     Top = 130
  27.     Width = 73
  28.     Height = 21
  29.     Caption = 'Bloquear'
  30.     TabOrder = 1
  31.     OnClick = ButtonBloquearClick
  32.     Default = True
  33.     ModalResult = 1
  34.   end
  35.   object ButtonContinuar: TPlaButton
  36.     Tag = 67400
  37.     Left = 272
  38.     Top = 130
  39.     Width = 73
  40.     Height = 21
  41.     Caption = 'Continuar'
  42.     TabOrder = 2
  43.     OnClick = ButtonContinuarClick
  44.     Cancel = True
  45.     ModalResult = 1
  46.   end
  47.   object PlaGroupBox1: TPlaGroupBox
  48.     Tag = 67000
  49.     Left = 0
  50.     Top = 0
  51.     Width = 345
  52.     Height = 117
  53.     TitleFont.Charset = DEFAULT_CHARSET
  54.     TitleFont.Color = 13977088
  55.     TitleFont.Height = -11
  56.     TitleFont.Name = 'Tahoma'
  57.     TitleFont.Style = []
  58.     Caption = 'Direcci∩┐╜n bloqueada'
  59.     TabOrder = 0
  60.     object LabelDireccion: TLabel
  61.       Left = 71
  62.       Top = 76
  63.       Width = 264
  64.       Height = 17
  65.       AutoSize = False
  66.     end
  67.     object PandaBrown13: TImage
  68.       Left = 12
  69.       Top = 20
  70.       Width = 32
  71.       Height = 32
  72.       Picture.Data = {<image001.bmp>}
  73.       Transparent = True
  74.     end
  75.     object Label19: TLabel
  76.       Tag = 67100
  77.       Left = 52
  78.       Top = 17
  79.       Width = 284
  80.       Height = 34
  81.       AutoSize = False
  82.       Caption = 'El acceso a la direcci∩┐╜n mostrada a continuaci∩┐╜n est∩┐╜ bloqueada.'
  83.       Transparent = True
  84.       WordWrap = True
  85.     end
  86.     object LabelDir: TLabel
  87.       Tag = 67200
  88.       Left = 52
  89.       Top = 56
  90.       Width = 288
  91.       Height = 17
  92.       AutoSize = False
  93.       Caption = 'Direcci∩┐╜n:'
  94.       Transparent = True
  95.     end
  96.   end
  97.   object Timer1: TTimer
  98.     Enabled = False
  99.     OnTimer = Timer1Timer
  100.     Left = 280
  101.     Top = 4
  102.   end
  103. end
  104.