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

📄 unit1.dfm

📁 用DELPHI开发的按键例子可以做简单游戏外挂
💻 DFM
📖 第 1 页 / 共 2 页
字号:
        end
        object Label16: TLabel
          Left = 306
          Top = 72
          Width = 61
          Height = 16
          AutoSize = False
          Caption = 'M2 轴坐标: '
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clNavy
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object Label11: TLabel
          Left = 118
          Top = 46
          Width = 97
          Height = 16
          AutoSize = False
          Caption = 'S1 像素点颜色值: '
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clNavy
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object Label15: TLabel
          Left = 118
          Top = 74
          Width = 97
          Height = 16
          AutoSize = False
          Caption = 'M1 像素点颜色值: '
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clNavy
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object Label10: TLabel
          Left = 4
          Top = 48
          Width = 61
          Height = 16
          AutoSize = False
          Caption = 'S1轴坐标: '
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clNavy
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object Label14: TLabel
          Left = 4
          Top = 76
          Width = 61
          Height = 16
          AutoSize = False
          Caption = 'M1轴坐标: '
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clNavy
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object SpinEdit4: TSpinEdit
          Left = 65
          Top = 16
          Width = 52
          Height = 26
          MaxValue = 0
          MinValue = 0
          TabOrder = 0
          Value = 66
        end
        object SpinEdit6: TSpinEdit
          Left = 216
          Top = 14
          Width = 88
          Height = 26
          MaxValue = 0
          MinValue = 0
          TabOrder = 1
          Value = 10235904
        end
        object SpinEdit5: TSpinEdit
          Left = 368
          Top = 14
          Width = 52
          Height = 26
          MaxValue = 0
          MinValue = 0
          TabOrder = 2
          Value = 60
        end
        object SpinEdit7: TSpinEdit
          Left = 516
          Top = 12
          Width = 121
          Height = 26
          MaxValue = 0
          MinValue = 0
          TabOrder = 3
          Value = 9223919
        end
        object SpinEdit11: TSpinEdit
          Left = 516
          Top = 40
          Width = 121
          Height = 26
          MaxValue = 0
          MinValue = 0
          TabOrder = 4
          Value = 9223919
        end
        object SpinEdit15: TSpinEdit
          Left = 516
          Top = 68
          Width = 121
          Height = 26
          MaxValue = 0
          MinValue = 0
          TabOrder = 5
          Value = 9223919
        end
        object SpinEdit10: TSpinEdit
          Left = 368
          Top = 41
          Width = 52
          Height = 26
          MaxValue = 0
          MinValue = 0
          TabOrder = 6
          Value = 58
        end
        object SpinEdit14: TSpinEdit
          Left = 368
          Top = 68
          Width = 52
          Height = 26
          MaxValue = 0
          MinValue = 0
          TabOrder = 7
          Value = 62
        end
        object SpinEdit9: TSpinEdit
          Left = 216
          Top = 42
          Width = 88
          Height = 26
          MaxValue = 0
          MinValue = 0
          TabOrder = 8
          Value = 10235904
        end
        object SpinEdit13: TSpinEdit
          Left = 216
          Top = 70
          Width = 88
          Height = 26
          MaxValue = 0
          MinValue = 0
          TabOrder = 9
          Value = 10235904
        end
        object SpinEdit8: TSpinEdit
          Left = 65
          Top = 43
          Width = 52
          Height = 26
          MaxValue = 0
          MinValue = 0
          TabOrder = 10
          Value = 63
        end
        object SpinEdit12: TSpinEdit
          Left = 65
          Top = 70
          Width = 52
          Height = 26
          MaxValue = 0
          MinValue = 0
          TabOrder = 11
          Value = 71
        end
      end
    end
    object GroupBox4: TGroupBox
      Left = 2
      Top = 179
      Width = 647
      Height = 52
      Align = alTop
      Caption = '第二步:  设置鼠标定时点击像素点: '
      TabOrder = 1
      object Label3: TLabel
        Left = 6
        Top = 24
        Width = 81
        Height = 16
        AutoSize = False
        Caption = '间隔监控时间:  '
      end
      object Label4: TLabel
        Left = 138
        Top = 24
        Width = 35
        Height = 16
        AutoSize = False
        Caption = '秒/次'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clRed
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label18: TLabel
        Left = 174
        Top = 24
        Width = 64
        Height = 16
        Caption = '点击区域(X)'
      end
      object Label19: TLabel
        Left = 298
        Top = 24
        Width = 65
        Height = 16
        Caption = '点击区域(Y)'
      end
      object SpinEdit3: TSpinEdit
        Left = 84
        Top = 20
        Width = 50
        Height = 26
        MaxValue = 0
        MinValue = 0
        TabOrder = 0
        Value = 8
      end
      object RadioButton1: TRadioButton
        Left = 436
        Top = 13
        Width = 123
        Height = 17
        Caption = '在第一个坐标轴上。'
        Checked = True
        TabOrder = 1
        TabStop = True
      end
      object RadioButton2: TRadioButton
        Left = 436
        Top = 30
        Width = 125
        Height = 17
        Caption = '在第二个坐标轴上。'
        TabOrder = 2
      end
      object SpinEdit16: TSpinEdit
        Left = 240
        Top = 20
        Width = 51
        Height = 26
        MaxValue = 0
        MinValue = 0
        TabOrder = 3
        Value = 5
      end
      object SpinEdit17: TSpinEdit
        Left = 366
        Top = 18
        Width = 51
        Height = 26
        MaxValue = 0
        MinValue = 0
        TabOrder = 4
        Value = 5
      end
    end
    object Button1: TButton
      Left = 566
      Top = 190
      Width = 73
      Height = 21
      Caption = '应用设置'
      TabOrder = 2
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 566
      Top = 210
      Width = 73
      Height = 19
      Caption = '取消'
      TabOrder = 3
      OnClick = Button2Click
    end
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 2000
    OnTimer = Timer1Timer
    Left = 130
    Top = 136
  end
  object Timer2: TTimer
    Enabled = False
    OnTimer = Timer2Timer
    Left = 150
    Top = 132
  end
  object PopupMenu1: TPopupMenu
    OwnerDraw = True
    Left = 184
    Top = 136
    object N1: TMenuItem
      Caption = '设置'
      OnClick = N1Click
    end
    object N2: TMenuItem
      Caption = '关闭监控'
      OnClick = N2Click
    end
    object N3: TMenuItem
      Caption = '开启监控'
      OnClick = N3Click
    end
    object N4: TMenuItem
      Caption = '-'
    end
    object N5: TMenuItem
      Caption = '退出'
      OnClick = N5Click
    end
  end
  object XPMenu1: TXPMenu
    DimLevel = 30
    GrayLevel = 10
    Font.Charset = GB2312_CHARSET
    Font.Color = clMenuText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    Color = clBtnFace
    IconBackColor = clBtnFace
    MenuBarColor = clBtnFace
    SelectColor = clHighlight
    SelectBorderColor = clHighlight
    SelectFontColor = clMenuText
    DisabledColor = clInactiveCaption
    SeparatorColor = clBtnFace
    CheckedColor = clHighlight
    IconWidth = 24
    DrawSelect = True
    UseSystemColors = True
    OverrideOwnerDraw = False
    Gradient = False
    FlatMenu = False
    AutoDetect = False
    Active = True
    Left = 160
    Top = 103
  end
end

⌨️ 快捷键说明

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