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

  1. object FormBloqueoServ: TFormBloqueoServ
  2.   Tag = 67500
  3.   Left = 258
  4.   Top = 184
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   BorderWidth = 11
  8.   Caption = 'Bloqueo de servicio'
  9.   ClientHeight = 151
  10.   ClientWidth = 350
  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 PlaGroupBox1: TPlaGroupBox
  24.     Tag = 67600
  25.     Left = 0
  26.     Top = 0
  27.     Width = 350
  28.     Height = 109
  29.     TitleFont.Charset = DEFAULT_CHARSET
  30.     TitleFont.Color = 13977088
  31.     TitleFont.Height = -11
  32.     TitleFont.Name = 'Tahoma'
  33.     TitleFont.Style = []
  34.     Caption = 'Servicio bloqueado'
  35.     TabOrder = 2
  36.     object PandaBrown13: TImage
  37.       Left = 12
  38.       Top = 20
  39.       Width = 32
  40.       Height = 32
  41.       Picture.Data = {<image001.bmp>}
  42.       Transparent = True
  43.     end
  44.     object Label19: TLabel
  45.       Tag = 67700
  46.       Left = 52
  47.       Top = 17
  48.       Width = 290
  49.       Height = 34
  50.       AutoSize = False
  51.       Caption = 'El acceso al servicio mostrado a continuaci∩┐╜n est∩┐╜ bloqueado.'
  52.       Transparent = True
  53.       WordWrap = True
  54.     end
  55.     object LabelDir: TLabel
  56.       Tag = 67800
  57.       Left = 52
  58.       Top = 52
  59.       Width = 57
  60.       Height = 17
  61.       AutoSize = False
  62.       Caption = 'Servicio:'
  63.       Transparent = True
  64.     end
  65.     object LabelServicio: TLabel
  66.       Left = 103
  67.       Top = 52
  68.       Width = 234
  69.       Height = 17
  70.       AutoSize = False
  71.     end
  72.     object LabelPuerto: TLabel
  73.       Left = 103
  74.       Top = 71
  75.       Width = 234
  76.       Height = 17
  77.       AutoSize = False
  78.     end
  79.     object Label1: TLabel
  80.       Tag = 67800
  81.       Left = 52
  82.       Top = 71
  83.       Width = 45
  84.       Height = 17
  85.       AutoSize = False
  86.       Caption = 'Puerto:'
  87.       Transparent = True
  88.     end
  89.   end
  90.   object ButtonBloquear: TPlaButton
  91.     Tag = 67300
  92.     Left = 196
  93.     Top = 130
  94.     Width = 73
  95.     Height = 21
  96.     Caption = 'Bloquear'
  97.     TabOrder = 0
  98.     OnClick = ButtonBloquearClick
  99.     Default = True
  100.     ModalResult = 1
  101.   end
  102.   object ButtonContinuar: TPlaButton
  103.     Tag = 67400
  104.     Left = 277
  105.     Top = 130
  106.     Width = 73
  107.     Height = 21
  108.     Caption = 'Continuar'
  109.     TabOrder = 1
  110.     OnClick = ButtonContinuarClick
  111.     Cancel = True
  112.     ModalResult = 1
  113.   end
  114.   object Timer1: TTimer
  115.     Enabled = False
  116.     OnTimer = Timer1Timer
  117.     Left = 284
  118.     Top = 4
  119.   end
  120. end
  121.