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

📄 actionspeedconfig.dfm

📁 原版翎风(LF)引擎(M2)源码(Delphi)
💻 DFM
字号:
object frmActionSpeed: TfrmActionSpeed
  Left = 239
  Top = 294
  ActiveControl = ButtonClose
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = '组合操作速度设置'
  ClientHeight = 321
  ClientWidth = 398
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  ShowHint = True
  PixelsPerInch = 96
  TextHeight = 15
  object Label5: TLabel
    Left = 10
    Top = 300
    Width = 184
    Height = 17
    Caption = '参数调整后,在游戏中人物小退后生效,非立即生效.'
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object GroupBox1: TGroupBox
    Left = 10
    Top = 10
    Width = 371
    Height = 241
    TabOrder = 0
    object GroupBox3: TGroupBox
      Left = 190
      Top = 20
      Width = 171
      Height = 61
      TabOrder = 0
      object Label15: TLabel
        Left = 14
        Top = 30
        Width = 31
        Height = 15
        Caption = '跑位间隔:'
      end
      object EditRunLongHitIntervalTime: TSpinEdit
        Left = 85
        Top = 25
        Width = 66
        Height = 24
        Hint = '控制跑位刺杀攻击间隔时间,单位为(毫秒).'
        EditorEnabled = False
        Increment = 10
        MaxValue = 2000
        MinValue = 10
        TabOrder = 0
        Value = 350
        OnChange = EditRunLongHitIntervalTimeChange
      end
      object CheckBoxControlRunLongHit: TCheckBox
        Left = 10
        Top = -1
        Width = 151
        Height = 21
        Hint = '是否对跑位刺杀进行控制.'
        Caption = '启用跑位刺杀控制'
        TabOrder = 1
        OnClick = CheckBoxControlRunLongHitClick
      end
    end
    object GroupBox2: TGroupBox
      Left = 10
      Top = 20
      Width = 171
      Height = 61
      Caption = '组合操作间隔'
      TabOrder = 1
      object Label2: TLabel
        Left = 14
        Top = 30
        Width = 31
        Height = 15
        Caption = '间隔时间:'
      end
      object EditActionIntervalTime: TSpinEdit
        Left = 85
        Top = 25
        Width = 66
        Height = 24
        Hint = '控制组合普通操作间隔时间,单位为(毫秒).'
        EditorEnabled = False
        Increment = 10
        MaxValue = 2000
        MinValue = 10
        TabOrder = 0
        Value = 350
        OnChange = EditActionIntervalTimeChange
      end
    end
    object CheckBoxControlActionInterval: TCheckBox
      Left = 10
      Top = -1
      Width = 151
      Height = 21
      Hint = '是否对组合操作进行控制.'
      Caption = '启用组合操作控制'
      TabOrder = 2
      OnClick = CheckBoxControlActionIntervalClick
    end
    object GroupBox4: TGroupBox
      Left = 10
      Top = 90
      Width = 171
      Height = 61
      TabOrder = 3
      object Label1: TLabel
        Left = 14
        Top = 30
        Width = 31
        Height = 15
        Caption = '跑位间隔:'
      end
      object EditRunHitIntervalTime: TSpinEdit
        Left = 85
        Top = 25
        Width = 66
        Height = 24
        Hint = '控制跑位攻击间隔时间,单位为(毫秒).'
        EditorEnabled = False
        Increment = 10
        MaxValue = 2000
        MinValue = 10
        TabOrder = 0
        Value = 350
        OnChange = EditRunHitIntervalTimeChange
      end
      object CheckBoxControlRunHit: TCheckBox
        Left = 10
        Top = -1
        Width = 151
        Height = 21
        Hint = '是否对跑位攻击进行控制.'
        Caption = '启用跑位攻击控制'
        TabOrder = 1
        OnClick = CheckBoxControlRunHitClick
      end
    end
    object GroupBox5: TGroupBox
      Left = 190
      Top = 90
      Width = 171
      Height = 61
      TabOrder = 4
      object Label3: TLabel
        Left = 14
        Top = 30
        Width = 31
        Height = 15
        Caption = '走位间隔:'
      end
      object EditWalkHitIntervalTime: TSpinEdit
        Left = 85
        Top = 25
        Width = 66
        Height = 24
        Hint = '控制走位攻击间隔时间,单位为(毫秒).'
        EditorEnabled = False
        Increment = 10
        MaxValue = 2000
        MinValue = 10
        TabOrder = 0
        Value = 350
        OnChange = EditWalkHitIntervalTimeChange
      end
      object CheckBoxControlWalkHit: TCheckBox
        Left = 10
        Top = -1
        Width = 151
        Height = 21
        Hint = '是否对跑位攻击进行控制.'
        Caption = '启用走位攻击控制'
        TabOrder = 1
        OnClick = CheckBoxControlWalkHitClick
      end
    end
    object GroupBox6: TGroupBox
      Left = 10
      Top = 160
      Width = 171
      Height = 61
      TabOrder = 5
      object Label4: TLabel
        Left = 14
        Top = 30
        Width = 31
        Height = 15
        Caption = '跑位间隔:'
      end
      object EditRunMagicIntervalTime: TSpinEdit
        Left = 85
        Top = 25
        Width = 66
        Height = 24
        Hint = '控制跑位魔法间隔时间,单位为(毫秒).'
        EditorEnabled = False
        Increment = 10
        MaxValue = 2000
        MinValue = 10
        TabOrder = 0
        Value = 350
        OnChange = EditRunMagicIntervalTimeChange
      end
      object CheckBoxControlRunMagic: TCheckBox
        Left = 10
        Top = -1
        Width = 151
        Height = 21
        Hint = '是否对跑位攻击进行控制.'
        Caption = '启用跑位魔法控制'
        TabOrder = 1
        OnClick = CheckBoxControlRunMagicClick
      end
    end
  end
  object ButtonSave: TButton
    Left = 100
    Top = 256
    Width = 81
    Height = 32
    Caption = '保存(&S)'
    TabOrder = 1
    OnClick = ButtonSaveClick
  end
  object ButtonDefault: TButton
    Left = 10
    Top = 256
    Width = 81
    Height = 32
    Caption = '默认(&D)'
    TabOrder = 2
    OnClick = ButtonDefaultClick
  end
  object ButtonClose: TButton
    Left = 300
    Top = 255
    Width = 81
    Height = 31
    Caption = '关闭(&C)'
    TabOrder = 3
    OnClick = ButtonCloseClick
  end
  object CheckBoxIncremeng: TCheckBox
    Left = 200
    Top = 260
    Width = 91
    Height = 21
    Caption = '微调参数'
    TabOrder = 4
    OnClick = CheckBoxIncremengClick
  end
end

⌨️ 快捷键说明

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