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

📄 unit1.dfm

📁 用delphi编写的网站后台扫描器--单线程
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 564
  Height = 468
  Caption = #32593#31449#21518#21488#25195#25551#22120'  --By '#26080#25932#23567#40857'  QQ'#65306'5450913'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 40
    Width = 60
    Height = 13
    Caption = #30446#26631#32593#31449#65306
  end
  object Button1: TButton
    Left = 240
    Top = 32
    Width = 75
    Height = 25
    Caption = #36733#20837#25991#20214
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 72
    Top = 32
    Width = 153
    Height = 21
    TabOrder = 1
    Text = 'http://www.xdxf.cn'
  end
  object ListBox1: TListBox
    Left = 152
    Top = 72
    Width = 393
    Height = 321
    Ctl3D = False
    ItemHeight = 13
    ParentCtl3D = False
    TabOrder = 2
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 404
    Width = 556
    Height = 30
    Panels = <
      item
        Width = 360
      end
      item
        Width = 50
      end>
    SimplePanel = False
  end
  object Button2: TButton
    Left = 328
    Top = 32
    Width = 75
    Height = 25
    Caption = #24320#22987#25195#25551
    TabOrder = 4
    OnClick = Button2Click
  end
  object Memo1: TMemo
    Left = 8
    Top = 72
    Width = 145
    Height = 321
    Ctl3D = False
    Lines.Strings = (
      '/admin'
      '/index.html'
      '/index.php'
      '/admin_index'
      '/admintab'
      '/admin_main'
      '/wwwlog'
      '/wenzhang'
      '/blog'
      '/default.asp'
      '/admin.htm')
    ParentCtl3D = False
    TabOrder = 5
  end
  object OpenDialog1: TOpenDialog
    Left = 432
    Top = 32
  end
end

⌨️ 快捷键说明

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