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

📄 unit1.dfm

📁 Green brightness grasps the bag implement
💻 DFM
字号:
object Form1: TForm1
  Left = 238
  Top = 166
  BorderStyle = bsSingle
  Caption = '绿光抓包器v1.1'
  ClientHeight = 189
  ClientWidth = 289
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 8
    Top = 72
    Width = 75
    Height = 25
    Caption = '开始钩挂'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 200
    Top = 72
    Width = 75
    Height = 25
    Caption = '撤消钩挂'
    TabOrder = 1
    OnClick = Button2Click
  end
  object StaticText1: TStaticText
    Left = 40
    Top = 24
    Width = 220
    Height = 20
    Caption = '请按小键盘上面的星号键呼叫出抓包窗口'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
  end
  object StaticText2: TStaticText
    Left = 8
    Top = 152
    Width = 80
    Height = 17
    Caption = '作者:halflifezy'
    TabOrder = 3
  end
  object StaticText3: TStaticText
    Left = 192
    Top = 152
    Width = 88
    Height = 17
    Caption = 'My QQ:15978396'
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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