home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Comunicatii / xns / xns53p_setup.exe / xns5.exe / 0 / RCDATA / TFRMPORTINFO / TFRMPORTINFO.txt
Text File  |  2005-05-02  |  4KB  |  165 lines

  1. object frmPortInfo: TfrmPortInfo
  2.   Left = 233
  3.   Top = 187
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Port Info'
  6.   ClientHeight = 271
  7.   ClientWidth = 445
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnKeyPress = FormKeyPress
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 3
  24.     Top = 36
  25.     Width = 56
  26.     Height = 13
  27.     Caption = 'Enter &port: '
  28.     FocusControl = cbPort
  29.   end
  30.   object cbPort: TComboBox
  31.     Left = 62
  32.     Top = 33
  33.     Width = 147
  34.     Height = 21
  35.     ItemHeight = 13
  36.     TabOrder = 0
  37.     OnChange = cbPortChange
  38.     OnKeyPress = cbPortKeyPress
  39.   end
  40.   object GroupBox1: TGroupBox
  41.     Left = 216
  42.     Top = 29
  43.     Width = 226
  44.     Height = 242
  45.     Caption = 'Trojan Horse Information'
  46.     TabOrder = 1
  47.     object Label3: TLabel
  48.       Left = 8
  49.       Top = 24
  50.       Width = 3
  51.       Height = 13
  52.     end
  53.     object Label4: TLabel
  54.       Left = 8
  55.       Top = 48
  56.       Width = 155
  57.       Height = 13
  58.       Caption = 'Click a trojan to get information.'
  59.     end
  60.     object tlb: TListBox
  61.       Left = 16
  62.       Top = 64
  63.       Width = 209
  64.       Height = 153
  65.       Cursor = crHandPoint
  66.       BorderStyle = bsNone
  67.       Color = clBtnFace
  68.       Font.Charset = DEFAULT_CHARSET
  69.       Font.Color = clBlue
  70.       Font.Height = -11
  71.       Font.Name = 'Tahoma'
  72.       Font.Style = [fsUnderline]
  73.       ItemHeight = 13
  74.       ParentFont = False
  75.       TabOrder = 0
  76.       OnClick = tlbClick
  77.     end
  78.   end
  79.   object GroupBox2: TGroupBox
  80.     Left = 2
  81.     Top = 60
  82.     Width = 207
  83.     Height = 209
  84.     TabOrder = 2
  85.     object butTrojInfo: TToolbarButton97
  86.       Left = 18
  87.       Top = 184
  88.       Width = 170
  89.       Height = 22
  90.       Caption = 'Trojan horse information >>'
  91.       Font.Charset = DEFAULT_CHARSET
  92.       Font.Color = 12976128
  93.       Font.Height = -11
  94.       Font.Name = 'Tahoma'
  95.       Font.Style = [fsUnderline]
  96.       Glyph.Data = {
  97.         F6000000424DF600000000000000760000002800000010000000100000000100
  98.         04000000000080000000C40E0000C40E00001000000000000000000000000000
  99.         80000080000000808000800000008000800080800000C0C0C000808080000000
  100.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777070777
  101.         7777777770F0F0777777777770FFF0777777777770FFF0777777777770FFF077
  102.         7777777770FFFF077777777770FFFF07777777770FFFFFF077777000FF9FF9FF
  103.         00770FFFFF0FF0FFFF07FFFFFFFFFFFFFFF0FF000FFFFF0000F0FF077000F077
  104.         70F00F07777707770FF00F07777777770F077077777777777077}
  105.       GlyphMask.Data = {00000000}
  106.       NoBorder = True
  107.       ParentFont = False
  108.       OnClick = butTrojInfoClick
  109.     end
  110.     object Memo1: TMemo
  111.       Left = 7
  112.       Top = 13
  113.       Width = 194
  114.       Height = 164
  115.       BorderStyle = bsNone
  116.       Color = clBtnFace
  117.       Ctl3D = True
  118.       Font.Charset = DEFAULT_CHARSET
  119.       Font.Color = clWindowText
  120.       Font.Height = -11
  121.       Font.Name = 'MS Sans Serif'
  122.       Font.Style = []
  123.       ParentCtl3D = False
  124.       ParentFont = False
  125.       ReadOnly = True
  126.       TabOrder = 0
  127.     end
  128.   end
  129.   object Panel1: TPanel
  130.     Left = 0
  131.     Top = 0
  132.     Width = 445
  133.     Height = 29
  134.     Align = alTop
  135.     BevelOuter = bvLowered
  136.     Color = clNavy
  137.     Font.Charset = DEFAULT_CHARSET
  138.     Font.Color = clWhite
  139.     Font.Height = -11
  140.     Font.Name = 'MS Sans Serif'
  141.     Font.Style = [fsBold]
  142.     ParentFont = False
  143.     TabOrder = 3
  144.     object label2: TLabel
  145.       Left = 13
  146.       Top = 6
  147.       Width = 58
  148.       Height = 16
  149.       Caption = 'Port Info'
  150.       Font.Charset = DEFAULT_CHARSET
  151.       Font.Color = clWhite
  152.       Font.Height = -13
  153.       Font.Name = 'Tahoma'
  154.       Font.Style = [fsBold]
  155.       ParentFont = False
  156.     end
  157.   end
  158.   object trojURLS: TStrHolder
  159.     Macros = <>
  160.     Left = 179
  161.     Top = 196
  162.     InternalVer = 1
  163.   end
  164. end
  165.