⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.~dfm

📁 delphi,scanport duoxiancheng
💻 ~DFM
字号:
object frmMain: TfrmMain
  Left = 244
  Top = 216
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #21335#22495#21073#30431#31471#21475#25195#25551#22120
  ClientHeight = 362
  ClientWidth = 281
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Verdana'
  Font.Style = []
  Icon.Data = {
    0000010001001010100000000000280100001600000028000000100000002000
    00000100040000000000C0000000000000000000000000000000000000000000
    0000000080000080000000808000800000008000800080800000C0C0C0008080
    80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF009999
    9999999999999990999999990099998000099998890998888890009998099999
    0988899998099998090809909809999898089080980999799799707097099909
    7000797097099797777790709709997909997970970999979097997097099999
    F9F999F99F0999999F0999999F0999999F9999999F9999999999999999990000
    0000000000000000000000000000000000000000000000000000000000000000
    000000000000000000000000000000000000000000000000000000000000}
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object LblIPAddress: TLabel
    Left = 4
    Top = 18
    Width = 45
    Height = 13
    Caption = 'IP '#22320#22336':'
    Transparent = True
  end
  object lblScanRange: TLabel
    Left = 4
    Top = 48
    Width = 53
    Height = 13
    Caption = #35774#32622#31471#21475':'
    Transparent = True
  end
  object lblPorttoport: TLabel
    Left = 4
    Top = 72
    Width = 89
    Height = 13
    Caption = #31471#21475':            '#21040
    Transparent = True
  end
  object lblOpenPorts: TLabel
    Left = 5
    Top = 98
    Width = 29
    Height = 13
    Caption = #29366#24577':'
    Transparent = True
  end
  object Label1: TLabel
    Left = 8
    Top = 118
    Width = 29
    Height = 13
    Caption = #32447#31243':'
  end
  object Label2: TLabel
    Left = 10
    Top = 158
    Width = 101
    Height = 13
    Caption = #24050#25195#25551#23384#22312#30340#31471#21475':'
  end
  object Label3: TLabel
    Left = 186
    Top = 116
    Width = 7
    Height = 13
    Caption = '0'
  end
  object Label4: TLabel
    Left = 186
    Top = 158
    Width = 7
    Height = 13
    Caption = '0'
  end
  object Label5: TLabel
    Left = 10
    Top = 138
    Width = 77
    Height = 13
    Caption = #24050#25195#25551#30340#31471#21475':'
  end
  object Label6: TLabel
    Left = 186
    Top = 137
    Width = 7
    Height = 13
    Caption = '0'
  end
  object txtIPAddress: TEdit
    Left = 62
    Top = 16
    Width = 129
    Height = 19
    Ctl3D = False
    MaxLength = 15
    ParentCtl3D = False
    TabOrder = 0
    Text = '127.0.0.1'
  end
  object txtMinPort: TEdit
    Left = 34
    Top = 68
    Width = 41
    Height = 19
    Ctl3D = False
    ParentCtl3D = False
    TabOrder = 1
    Text = '1'
  end
  object txtMaxPort: TEdit
    Left = 98
    Top = 68
    Width = 69
    Height = 19
    Ctl3D = False
    ParentCtl3D = False
    TabOrder = 2
    Text = '32767'
  end
  object cmdStart: TButton
    Left = 207
    Top = 8
    Width = 71
    Height = 32
    Caption = #24320#22987#25195#25551
    TabOrder = 3
    OnClick = cmdStartClick
  end
  object cmdStop: TButton
    Left = 207
    Top = 43
    Width = 70
    Height = 32
    Caption = #20572#27490#25195#25551
    Enabled = False
    TabOrder = 4
    OnClick = cmdStopClick
  end
  object ListBox2: TListBox
    Left = 4
    Top = 180
    Width = 273
    Height = 119
    ItemHeight = 13
    TabOrder = 5
  end
  object Button1: TButton
    Left = 202
    Top = 304
    Width = 75
    Height = 25
    Caption = #20998#31867
    TabOrder = 6
    OnClick = Button1Click
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 344
    Width = 281
    Height = 18
    Panels = <
      item
        Text = 'www.98exe.com'
        Width = 100
      end
      item
        Text = #19978#20852
        Width = 181
      end>
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -