PortScan.dfm
Upload User: hbtcygglw
Upload Date: 2007-01-07
Package Size: 281k
Code Size: 2k
Category:

Other systems

Development Platform:

Delphi

  1. object ScannerDlg: TScannerDlg
  2.   Left = 220
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'OICQ 扫描器'
  6.   ClientHeight = 355
  7.   ClientWidth = 648
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = '宋体'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 12
  18.   object Splitter1: TSplitter
  19.     Left = 0
  20.     Top = 141
  21.     Width = 648
  22.     Height = 3
  23.     Cursor = crVSplit
  24.     Align = alTop
  25.   end
  26.   object Label1: TLabel
  27.     Left = 12
  28.     Top = 328
  29.     Width = 60
  30.     Height = 12
  31.     Caption = '开始IP地址'
  32.   end
  33.   object Label2: TLabel
  34.     Left = 204
  35.     Top = 328
  36.     Width = 24
  37.     Height = 12
  38.     Caption = '个数'
  39.   end
  40.   object SendList: TListBox
  41.     Left = 0
  42.     Top = 0
  43.     Width = 648
  44.     Height = 141
  45.     Align = alTop
  46.     ItemHeight = 12
  47.     TabOrder = 0
  48.   end
  49.   object RecvList: TListBox
  50.     Left = 0
  51.     Top = 144
  52.     Width = 648
  53.     Height = 173
  54.     Align = alTop
  55.     ItemHeight = 12
  56.     TabOrder = 1
  57.   end
  58.   object btnScan: TBitBtn
  59.     Left = 460
  60.     Top = 324
  61.     Width = 75
  62.     Height = 25
  63.     Caption = '开始'
  64.     TabOrder = 2
  65.     OnClick = btnScanClick
  66.     Glyph.Data = {
  67.       F6000000424DF600000000000000760000002800000010000000100000000100
  68.       0400000000008000000084120000841200001000000000000000000000000000
  69.       80000080000000808000800000008000800080800000C0C0C000808080000000
  70.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  71.       FFFFF0B00FFFFFFFFFFFFF0BB00FFFFFFFFFFFF0BBB00FFFFFFFFFFF0BBBB00F
  72.       FFFFFFFFF0BBBBB00FFFF000000BBBBBB0FFFF0BBBBBB000000FFFF0BBBBBB0F
  73.       FFFFFFFF0BBBBBB0FFFFFFFFF0BB00000FFFFFFFFF0BB0FFFFFFFFF0000BBB0F
  74.       FFFFFFFF0BBBBBB0FFFFFFFFF0BBBBBB0FFFFFFFFF0BBBBBB0FF}
  75.   end
  76.   object BitBtn2: TBitBtn
  77.     Left = 540
  78.     Top = 324
  79.     Width = 75
  80.     Height = 25
  81.     TabOrder = 3
  82.     Kind = bkClose
  83.   end
  84.   object edStartAddr: TEdit
  85.     Left = 76
  86.     Top = 324
  87.     Width = 121
  88.     Height = 20
  89.     TabOrder = 4
  90.   end
  91.   object edAddrNum: TSpinEdit
  92.     Left = 232
  93.     Top = 324
  94.     Width = 121
  95.     Height = 21
  96.     MaxValue = 254
  97.     MinValue = 1
  98.     TabOrder = 5
  99.     Value = 0
  100.   end
  101.   object ScanUdp: TNMUDP
  102.     RemotePort = 4000
  103.     LocalPort = 8860
  104.     ReportLevel = 1
  105.     Left = 280
  106.     Top = 96
  107.   end
  108. end