NetInfoDlg.dfm
上传用户:hbtcygglw
上传日期:2007-01-07
资源大小:281k
文件大小:2k
源码类别:

其他

开发平台:

Delphi

  1. object NetBiosInfoDlg: TNetBiosInfoDlg
  2.   Left = 208
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = '刺探主机NetBIOS信息'
  6.   ClientHeight = 302
  7.   ClientWidth = 363
  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.   PixelsPerInch = 96
  16.   TextHeight = 12
  17.   object Label1: TLabel
  18.     Left = 12
  19.     Top = 12
  20.     Width = 36
  21.     Height = 12
  22.     Caption = '目标IP'
  23.   end
  24.   object edHostAddr: TEdit
  25.     Left = 52
  26.     Top = 8
  27.     Width = 121
  28.     Height = 20
  29.     TabOrder = 0
  30.   end
  31.   object GroupBox1: TGroupBox
  32.     Left = 12
  33.     Top = 36
  34.     Width = 341
  35.     Height = 257
  36.     Caption = 'NetBIOS信息'
  37.     TabOrder = 2
  38.     object InfoList: TListBox
  39.       Left = 2
  40.       Top = 14
  41.       Width = 337
  42.       Height = 241
  43.       Align = alClient
  44.       ItemHeight = 12
  45.       TabOrder = 0
  46.     end
  47.   end
  48.   object btnExecute: TButton
  49.     Left = 196
  50.     Top = 8
  51.     Width = 75
  52.     Height = 25
  53.     Caption = '刺探!'
  54.     Default = True
  55.     TabOrder = 1
  56.     OnClick = btnExecuteClick
  57.   end
  58.   object btnClose: TButton
  59.     Left = 276
  60.     Top = 8
  61.     Width = 75
  62.     Height = 25
  63.     Cancel = True
  64.     Caption = '关闭'
  65.     ModalResult = 1
  66.     TabOrder = 3
  67.   end
  68.   object InfoMenu: TPopupMenu
  69.     Left = 144
  70.     Top = 88
  71.     object mClear: TMenuItem
  72.       Caption = '清除'
  73.       OnClick = mClearClick
  74.     end
  75.     object mSave: TMenuItem
  76.       Caption = '保存'
  77.       OnClick = mSaveClick
  78.     end
  79.   end
  80.   object SaveDlg: TSaveDialog
  81.     DefaultExt = 'txt'
  82.     Filter = '文本文件(*.TXT)|.TXT'
  83.     Left = 100
  84.     Top = 136
  85.   end
  86. end