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

其他

开发平台:

Delphi

  1. object CloneScanDlg: TCloneScanDlg
  2.   Left = 529
  3.   Top = 0
  4.   BorderStyle = bsDialog
  5.   Caption = '克隆扫描'
  6.   ClientHeight = 408
  7.   ClientWidth = 345
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = '宋体'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object Label1: TLabel
  21.     Left = 24
  22.     Top = 12
  23.     Width = 36
  24.     Height = 12
  25.     Caption = '目标IP'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 12
  29.     Top = 140
  30.     Width = 48
  31.     Height = 12
  32.     Caption = '扫描结果'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 12
  36.     Top = 40
  37.     Width = 48
  38.     Height = 12
  39.     Caption = '开始端口'
  40.   end
  41.   object Label4: TLabel
  42.     Left = 132
  43.     Top = 40
  44.     Width = 48
  45.     Height = 12
  46.     Caption = '结束端口'
  47.   end
  48.   object Label5: TLabel
  49.     Left = 12
  50.     Top = 68
  51.     Width = 48
  52.     Height = 12
  53.     Caption = '扫描次数'
  54.   end
  55.   object Label6: TLabel
  56.     Left = 124
  57.     Top = 68
  58.     Width = 60
  59.     Height = 12
  60.     Caption = '超时值(ms)'
  61.   end
  62.   object Label7: TLabel
  63.     Left = 152
  64.     Top = 96
  65.     Width = 24
  66.     Height = 12
  67.     Caption = '源ID'
  68.   end
  69.   object Label8: TLabel
  70.     Left = 12
  71.     Top = 96
  72.     Width = 48
  73.     Height = 12
  74.     Caption = '线程个数'
  75.   end
  76.   object Label9: TLabel
  77.     Left = 72
  78.     Top = 140
  79.     Width = 78
  80.     Height = 12
  81.     Caption = '发现目标个数:'
  82.   end
  83.   object lbTargetNumber: TLabel
  84.     Left = 156
  85.     Top = 140
  86.     Width = 6
  87.     Height = 12
  88.     Caption = '0'
  89.   end
  90.   object btnPause: TButton
  91.     Left = 256
  92.     Top = 36
  93.     Width = 75
  94.     Height = 25
  95.     Caption = '停止'
  96.     TabOrder = 12
  97.     OnClick = btnPauseClick
  98.   end
  99.   object btnStart: TButton
  100.     Left = 256
  101.     Top = 8
  102.     Width = 75
  103.     Height = 25
  104.     Caption = '扫描'
  105.     Default = True
  106.     TabOrder = 8
  107.     OnClick = btnStartClick
  108.   end
  109.   object edIPAddr: TEdit
  110.     Left = 64
  111.     Top = 8
  112.     Width = 177
  113.     Height = 20
  114.     TabOrder = 0
  115.     Text = '127.0.0.1'
  116.   end
  117.   object PortList: TListBox
  118.     Left = 12
  119.     Top = 156
  120.     Width = 229
  121.     Height = 241
  122.     ItemHeight = 12
  123.     PopupMenu = ScanMenu
  124.     Sorted = True
  125.     TabOrder = 7
  126.     OnKeyDown = PortListKeyDown
  127.   end
  128.   object edStartPort: TSpinEdit
  129.     Left = 64
  130.     Top = 36
  131.     Width = 57
  132.     Height = 21
  133.     MaxValue = 0
  134.     MinValue = 0
  135.     TabOrder = 1
  136.     Value = 1000
  137.   end
  138.   object edStopPort: TSpinEdit
  139.     Left = 184
  140.     Top = 36
  141.     Width = 57
  142.     Height = 21
  143.     MaxValue = 0
  144.     MinValue = 0
  145.     TabOrder = 2
  146.     Value = 4500
  147.   end
  148.   object edTimes: TSpinEdit
  149.     Left = 64
  150.     Top = 64
  151.     Width = 57
  152.     Height = 21
  153.     MaxValue = 200
  154.     MinValue = 1
  155.     TabOrder = 3
  156.     Value = 3
  157.   end
  158.   object edTimeOut: TSpinEdit
  159.     Left = 184
  160.     Top = 64
  161.     Width = 57
  162.     Height = 21
  163.     MaxValue = 0
  164.     MinValue = 0
  165.     TabOrder = 4
  166.     Value = 500
  167.   end
  168.   object btnClose: TButton
  169.     Left = 256
  170.     Top = 64
  171.     Width = 75
  172.     Height = 25
  173.     Cancel = True
  174.     Caption = '关闭'
  175.     ModalResult = 1
  176.     TabOrder = 9
  177.     OnClick = btnCloseClick
  178.   end
  179.   object edSrcId: TEdit
  180.     Left = 184
  181.     Top = 92
  182.     Width = 57
  183.     Height = 20
  184.     TabOrder = 6
  185.     Text = '0'
  186.   end
  187.   object btnNuke: TButton
  188.     Left = 256
  189.     Top = 156
  190.     Width = 75
  191.     Height = 25
  192.     Caption = '炸他!'
  193.     TabOrder = 10
  194.     OnClick = btnNukeClick
  195.   end
  196.   object btnNukeAll: TButton
  197.     Left = 256
  198.     Top = 184
  199.     Width = 75
  200.     Height = 25
  201.     Caption = '炸他们!'
  202.     TabOrder = 11
  203.     OnClick = btnNukeAllClick
  204.   end
  205.   object edThreadNum: TSpinEdit
  206.     Left = 64
  207.     Top = 92
  208.     Width = 57
  209.     Height = 21
  210.     MaxValue = 50
  211.     MinValue = 2
  212.     TabOrder = 5
  213.     Value = 10
  214.   end
  215.   object ProgBar: TProgressBar
  216.     Left = 12
  217.     Top = 120
  218.     Width = 229
  219.     Height = 16
  220.     Min = 0
  221.     Max = 100
  222.     TabOrder = 13
  223.   end
  224.   object PortUDP: TNMUDP
  225.     RemotePort = 0
  226.     LocalPort = 8800
  227.     ReportLevel = 1
  228.     Left = 260
  229.     Top = 96
  230.   end
  231.   object OutTimer: TTimer
  232.     Enabled = False
  233.     OnTimer = OutTimerTimer
  234.     Left = 288
  235.     Top = 96
  236.   end
  237.   object ScanMenu: TPopupMenu
  238.     Left = 72
  239.     Top = 212
  240.     object mClear: TMenuItem
  241.       Caption = '清除'
  242.       OnClick = mClearClick
  243.     end
  244.     object mSave: TMenuItem
  245.       Caption = '存盘'
  246.       OnClick = mSaveClick
  247.     end
  248.   end
  249.   object SaveDlg: TSaveDialog
  250.     DefaultExt = 'txt'
  251.     Filter = '文本文件(*.txt)|*.txt'
  252.     Left = 100
  253.     Top = 212
  254.   end
  255. end