unit1.dfm

来自「Green brightness grasps the bag implemen」· DFM 代码 · 共 67 行

DFM
67
字号
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 + =
减小字号Ctrl + -
显示快捷键?