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

📄 main.dfm

📁 hook简单应付用,希望可以给大家一些帮助. 谢谢大家,我要下载一个东西,所以传一个源码
💻 DFM
字号:
object FrmMain: TFrmMain
  Left = 18
  Top = 116
  BorderStyle = bsDialog
  Caption = 'Hook Main'
  ClientHeight = 358
  ClientWidth = 492
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 8
    Top = 288
    Width = 21
    Height = 13
    Caption = 'Row'
  end
  object Label3: TLabel
    Left = 144
    Top = 288
    Width = 42
    Height = 13
    Caption = 'Column'
  end
  object Memo1: TMemo
    Left = 8
    Top = 8
    Width = 473
    Height = 273
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object EdtRow: TEdit
    Left = 48
    Top = 288
    Width = 57
    Height = 21
    TabOrder = 1
    Text = '2'
  end
  object EdtCol: TEdit
    Left = 200
    Top = 288
    Width = 57
    Height = 21
    TabOrder = 2
    Text = '2'
  end
  object BtnHook: TButton
    Left = 8
    Top = 320
    Width = 75
    Height = 25
    Caption = 'Hook'
    TabOrder = 3
    OnClick = BtnHookClick
  end
  object BtnUnhook: TButton
    Left = 88
    Top = 320
    Width = 75
    Height = 25
    Caption = 'Unhook'
    Enabled = False
    TabOrder = 4
    OnClick = BtnUnhookClick
  end
  object BtnQueryRC: TButton
    Left = 168
    Top = 320
    Width = 75
    Height = 25
    Caption = 'Rows/Cols'
    Enabled = False
    TabOrder = 5
    OnClick = BtnQueryRCClick
  end
  object BtnHookCell: TButton
    Left = 248
    Top = 320
    Width = 75
    Height = 25
    Caption = 'Cell[X,Y]'
    Enabled = False
    TabOrder = 6
    OnClick = BtnHookCellClick
  end
  object BtnRow: TButton
    Left = 328
    Top = 320
    Width = 75
    Height = 25
    Caption = 'Row[Y]'
    Enabled = False
    TabOrder = 7
    OnClick = BtnRowClick
  end
  object BtnCol: TButton
    Left = 408
    Top = 320
    Width = 75
    Height = 25
    Caption = 'Col[X]'
    Enabled = False
    TabOrder = 8
    OnClick = BtnColClick
  end
end

⌨️ 快捷键说明

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