actionspeedconfig.dfm

来自「2009最新 传奇汉化0599代码 传奇汉化」· DFM 代码 · 共 249 行

DFM
249
字号
object frmActionSpeed: TfrmActionSpeed
  Left = 239
  Top = 296
  ActiveControl = ButtonClose
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = 'Action Speed Config'
  ClientHeight = 294
  ClientWidth = 304
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '??'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  ShowHint = True
  PixelsPerInch = 96
  TextHeight = 15
  object GroupBox1: TGroupBox
    Left = 10
    Top = 10
    Width = 287
    Height = 231
    TabOrder = 0
    object GroupBox3: TGroupBox
      Left = 144
      Top = 20
      Width = 129
      Height = 61
      TabOrder = 0
      object Label15: TLabel
        Left = 14
        Top = 30
        Width = 31
        Height = 15
        Caption = 'Time:'
      end
      object EditRunLongHitIntervalTime: TSpinEdit
        Left = 53
        Top = 25
        Width = 66
        Height = 24
        EditorEnabled = False
        Increment = 10
        MaxValue = 2000
        MinValue = 10
        TabOrder = 0
        Value = 350
        OnChange = EditRunLongHitIntervalTimeChange
      end
      object CheckBoxControlRunLongHit: TCheckBox
        Left = 10
        Top = -1
        Width = 95
        Height = 21
        Caption = 'Run Long Hit'
        TabOrder = 1
        OnClick = CheckBoxControlRunLongHitClick
      end
    end
    object GroupBox2: TGroupBox
      Left = 10
      Top = 20
      Width = 127
      Height = 61
      Caption = 'Action'
      TabOrder = 1
      object Label2: TLabel
        Left = 14
        Top = 30
        Width = 31
        Height = 15
        Caption = 'Time:'
      end
      object EditActionIntervalTime: TSpinEdit
        Left = 53
        Top = 25
        Width = 66
        Height = 24
        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
      Caption = 'Action Interval'
      TabOrder = 2
      OnClick = CheckBoxControlActionIntervalClick
    end
    object GroupBox4: TGroupBox
      Left = 10
      Top = 90
      Width = 127
      Height = 61
      TabOrder = 3
      object Label1: TLabel
        Left = 14
        Top = 30
        Width = 31
        Height = 15
        Caption = 'Time:'
      end
      object EditRunHitIntervalTime: TSpinEdit
        Left = 53
        Top = 25
        Width = 66
        Height = 24
        EditorEnabled = False
        Increment = 10
        MaxValue = 2000
        MinValue = 10
        TabOrder = 0
        Value = 350
        OnChange = EditRunHitIntervalTimeChange
      end
      object CheckBoxControlRunHit: TCheckBox
        Left = 10
        Top = -1
        Width = 63
        Height = 21
        Caption = 'Run Hit'
        TabOrder = 1
        OnClick = CheckBoxControlRunHitClick
      end
    end
    object GroupBox5: TGroupBox
      Left = 144
      Top = 90
      Width = 129
      Height = 61
      TabOrder = 4
      object Label3: TLabel
        Left = 14
        Top = 30
        Width = 31
        Height = 15
        Caption = 'Time:'
      end
      object EditWalkHitIntervalTime: TSpinEdit
        Left = 53
        Top = 25
        Width = 66
        Height = 24
        EditorEnabled = False
        Increment = 10
        MaxValue = 2000
        MinValue = 10
        TabOrder = 0
        Value = 350
        OnChange = EditWalkHitIntervalTimeChange
      end
      object CheckBoxControlWalkHit: TCheckBox
        Left = 10
        Top = -1
        Width = 71
        Height = 21
        Caption = 'Walk Hit'
        TabOrder = 1
        OnClick = CheckBoxControlWalkHitClick
      end
    end
    object GroupBox6: TGroupBox
      Left = 10
      Top = 160
      Width = 127
      Height = 61
      TabOrder = 5
      object Label4: TLabel
        Left = 14
        Top = 30
        Width = 31
        Height = 15
        Caption = 'Time:'
      end
      object EditRunMagicIntervalTime: TSpinEdit
        Left = 53
        Top = 25
        Width = 66
        Height = 24
        EditorEnabled = False
        Increment = 10
        MaxValue = 2000
        MinValue = 10
        TabOrder = 0
        Value = 350
        OnChange = EditRunMagicIntervalTimeChange
      end
      object CheckBoxControlRunMagic: TCheckBox
        Left = 10
        Top = -1
        Width = 79
        Height = 21
        Caption = 'Run Magic'
        TabOrder = 1
        OnClick = CheckBoxControlRunMagicClick
      end
    end
  end
  object ButtonSave: TButton
    Left = 84
    Top = 256
    Width = 61
    Height = 32
    Hint = 'Save settings'
    Caption = '&Save'
    TabOrder = 1
    OnClick = ButtonSaveClick
  end
  object ButtonDefault: TButton
    Left = 10
    Top = 256
    Width = 71
    Height = 32
    Hint = 'Reload defaults'
    Caption = '&Defaults'
    TabOrder = 2
    OnClick = ButtonDefaultClick
  end
  object ButtonClose: TButton
    Left = 148
    Top = 255
    Width = 53
    Height = 34
    Hint = 'Close window'
    Caption = '&Close'
    TabOrder = 3
    OnClick = ButtonCloseClick
  end
  object CheckBoxIncremeng: TCheckBox
    Left = 208
    Top = 260
    Width = 81
    Height = 21
    Caption = '&Increment'
    TabOrder = 4
    OnClick = CheckBoxIncremengClick
  end
end

⌨️ 快捷键说明

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