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

📄 gameconfig.dfm

📁 翎风世界..传奇服务端..DELPHI源代码 包括DBServer,LogDataServer,LoginGate,LoginSrv,M2Server等..内容齐全.
💻 DFM
📖 第 1 页 / 共 5 页
字号:
          Increment = 10
          MaxValue = 2000
          MinValue = 10
          TabOrder = 4
          Value = 600
          OnChange = EditTurnIntervalTimeChange
        end
        object EditDigUpIntervalTime: TSpinEdit
          Left = 55
          Top = 175
          Width = 56
          Height = 24
          EditorEnabled = False
          Enabled = False
          Increment = 10
          MaxValue = 2000
          MinValue = 10
          TabOrder = 5
          Value = 10
          OnChange = EditWalkIntervalTimeChange
        end
      end
      object GroupBox2: TGroupBox
        Left = 140
        Top = 10
        Width = 101
        Height = 251
        Caption = 'Max counts'
        TabOrder = 1
        object Label7: TLabel
          Left = 14
          Top = 30
          Width = 18
          Height = 15
          Caption = 'Hit:'
        end
        object Label8: TLabel
          Left = 14
          Top = 60
          Width = 35
          Height = 15
          Caption = 'Magic:'
        end
        object Label9: TLabel
          Left = 14
          Top = 90
          Width = 26
          Height = 15
          Caption = 'Run:'
        end
        object Label10: TLabel
          Left = 14
          Top = 120
          Width = 30
          Height = 15
          Caption = 'Walk:'
        end
        object Label11: TLabel
          Left = 14
          Top = 180
          Width = 29
          Height = 15
          Caption = 'Mine:'
        end
        object Label12: TLabel
          Left = 14
          Top = 150
          Width = 28
          Height = 15
          Caption = 'Turn:'
        end
        object EditMaxHitMsgCount: TSpinEdit
          Left = 55
          Top = 25
          Width = 36
          Height = 24
          Hint = '????????,??????1(?????,??????????)'
          EditorEnabled = False
          MaxValue = 50
          MinValue = 1
          TabOrder = 0
          Value = 2
          OnChange = EditMaxHitMsgCountChange
        end
        object EditMaxSpellMsgCount: TSpinEdit
          Left = 55
          Top = 55
          Width = 36
          Height = 24
          Hint = '????????,??????1(?????,??????????)'
          EditorEnabled = False
          MaxValue = 50
          MinValue = 1
          TabOrder = 1
          Value = 2
          OnChange = EditMaxSpellMsgCountChange
        end
        object EditMaxRunMsgCount: TSpinEdit
          Left = 55
          Top = 85
          Width = 36
          Height = 24
          Hint = '????????,??????1(?????,??????????)'
          EditorEnabled = False
          MaxValue = 50
          MinValue = 1
          TabOrder = 2
          Value = 2
          OnChange = EditMaxRunMsgCountChange
        end
        object EditMaxWalkMsgCount: TSpinEdit
          Left = 55
          Top = 115
          Width = 36
          Height = 24
          Hint = '????????,??????1(?????,??????????)'
          EditorEnabled = False
          MaxValue = 50
          MinValue = 1
          TabOrder = 3
          Value = 2
          OnChange = EditMaxWalkMsgCountChange
        end
        object EditMaxTurnMsgCount: TSpinEdit
          Left = 55
          Top = 145
          Width = 36
          Height = 24
          Hint = '????????,??????1(?????,??????????)'
          EditorEnabled = False
          MaxValue = 50
          MinValue = 1
          TabOrder = 4
          Value = 2
          OnChange = EditMaxTurnMsgCountChange
        end
        object EditMaxDigUpMsgCount: TSpinEdit
          Left = 55
          Top = 175
          Width = 36
          Height = 24
          Hint = '????????,??????1(?????,??????????)'
          EditorEnabled = False
          MaxValue = 50
          MinValue = 1
          TabOrder = 5
          Value = 2
          OnChange = EditMaxDigUpMsgCountChange
        end
      end
      object GroupBox3: TGroupBox
        Left = 450
        Top = 90
        Width = 141
        Height = 61
        Caption = 'Item speed time'
        TabOrder = 2
        object Label13: TLabel
          Left = 24
          Top = 30
          Width = 31
          Height = 15
          Caption = 'Time:'
        end
        object EditItemSpeedTime: TSpinEdit
          Left = 75
          Top = 25
          Width = 56
          Height = 24
          Hint = '????????,??????,?????'
          EditorEnabled = False
          MaxValue = 50
          MinValue = 1
          TabOrder = 0
          Value = 50
          OnChange = EditItemSpeedTimeChange
        end
      end
      object ButtonGameSpeedSave: TButton
        Left = 510
        Top = 226
        Width = 81
        Height = 32
        Caption = '&Save'
        TabOrder = 3
        OnClick = ButtonGameSpeedSaveClick
      end
      object GroupBox4: TGroupBox
        Left = 450
        Top = 10
        Width = 141
        Height = 71
        Caption = 'Modes'
        TabOrder = 4
        object RadioButtonDelyMode: TRadioButton
          Left = 10
          Top = 20
          Width = 121
          Height = 21
          Hint = '??????????????,???????,?????????????????????'
          Caption = 'DelayMode'
          TabOrder = 0
          OnClick = RadioButtonDelyModeClick
        end
        object RadioButtonFilterMode: TRadioButton
          Left = 10
          Top = 40
          Width = 121
          Height = 21
          Hint = '??????????????,????????,??????????????????,??????'
          Caption = 'FilterMode'
          TabOrder = 1
          OnClick = RadioButtonFilterModeClick
        end
      end
      object GroupBox7: TGroupBox
        Left = 250
        Top = 160
        Width = 161
        Height = 101
        Caption = 'SM_STRUCK'
        TabOrder = 5
        object Label22: TLabel
          Left = 14
          Top = 30
          Width = 31
          Height = 15
          Caption = 'Time:'
        end
        object EditStruckTime: TSpinEdit
          Left = 85
          Top = 25
          Width = 66
          Height = 24
          EditorEnabled = False
          MaxValue = 1000
          MinValue = 10
          TabOrder = 0
          Value = 100
          OnChange = EditStruckTimeChange
        end
        object CheckBoxDisableStruck: TCheckBox
          Left = 14
          Top = 56
          Width = 131
          Height = 22
          Caption = 'Disable struck'
          TabOrder = 1
          OnClick = CheckBoxDisableStruckClick
        end
        object CheckBoxDisableSelfStruck: TCheckBox
          Left = 14
          Top = 76
          Width = 131
          Height = 22
          Caption = 'Disable self struck'
          TabOrder = 2
          OnClick = CheckBoxDisableSelfStruckClick
        end
      end
      object GroupBox15: TGroupBox
        Left = 250
        Top = 10
        Width = 191
        Height = 141
        TabOrder = 6
        object Label38: TLabel
          Left = 14
          Top = 110
          Width = 34
          Height = 15
          Caption = 'ksh-#:'
        end
        object Label142: TLabel
          Left = 94
          Top = 110
          Width = 28
          Height = 15
          Caption = 'drop:'
        end
        object EditOverSpeedKickCount: TSpinEdit
          Left = 55
          Top = 105
          Width = 36
          Height = 24
          Hint = '????,???????????'
          EditorEnabled = False
          MaxValue = 50
          MinValue = 1
          TabOrder = 0
          Value = 4
          OnChange = EditOverSpeedKickCountChange
        end
        object CheckBoxboKickOverSpeed: TCheckBox
          Left = 10
          Top = 79
          Width = 171
          Height = 21
          Hint = '????????????'
          Caption = 'Kick speed hackers'
          TabOrder = 1
          OnClick = CheckBoxboKickOverSpeedClick
        end
        object EditDropOverSpeed: TSpinEdit
          Left = 130
          Top = 105
          Width = 51
          Height = 24
          Hint = '????????,??????,?????????????????(??)'
          EditorEnabled = False
          Increment = 10
          MaxValue = 1000
          MinValue = 1
          TabOrder = 2
          Value = 50
          OnChange = EditDropOverSpeedChange
        end
        object CheckBoxSpellSendUpdateMsg: TCheckBox
          Left = 10
          Top = 39
          Width = 161
          Height = 21
          Hint = '??????????????,?????????????'
          Caption = 'Spell SendUpdateMsg'
          TabOrder = 3
          OnClick = CheckBoxSpellSendUpdateMsgClick
        end
        object CheckBoxActionSendActionMsg: TCheckBox
          Left = 10
          Top = 59
          Width = 161
          Height = 21
          Hint = '??????????????,?????????????'
          Caption = 'Send ActionMsg'
          TabOrder = 4
          OnClick = CheckBoxActionSendActionMsgClick
        end
      end
      object ButtonGameSpeedDefault: TButton
        Left = 420
        Top = 225
        Width = 81
        Height = 31
        Caption = '&Default'
        TabOrder = 7
        OnClick = ButtonGameSpeedDefaultClick
      end
      object ButtonActionSpeedConfig: TButton
        Left = 450
        Top = 185
        Width = 141
        Height = 31
        Caption = '&Action speed config'
        TabOrder = 8
        OnClick = ButtonActionSpeedConfigClick
      end
    end
    object TabSheet10: TTabSheet
      Caption = 'Paralyse'
      ImageIndex = 13
      object ButtonCharStatusSave: TButton
        Left = 460
        Top = 226
        Width = 81
        Height = 32
        Caption = '&Save'
        TabOrder = 0
        OnClick = ButtonCharStatusSaveClick
      end
      object GroupBox72: TGroupBox
        Left = 10
        Top = 10
        Width = 161
        Height = 111
        Caption = 'Paralised'
        TabOrder = 1
        object CheckBoxParalyCanRun: TCheckBox
          Left = 10
          Top = 20
          Width = 91
          Height = 21
          Hint = '????????????,???????'
          Caption = 'Can run'
          TabOrder = 0
          OnClick = CheckBoxParalyCanRunClick
        end
        object CheckBoxParalyCanWalk: TCheckBox
          Left = 10
          Top = 40
          Width = 91
          Height = 21
          Hint = '????????????,???????'
          Caption = 'Can walk'
          TabOrder = 1
          OnClick = CheckBoxParalyCanWalkClick
        end
        object CheckBoxParalyCanHit: TCheckBox
          Left = 10
          Top = 60
          Width = 91
          Height = 21
          Hint = '????????????,???????'
          Caption = 'Can hit'
          TabOrder = 2
          OnClick = CheckBoxParalyCanHitClick
        end
        object CheckBoxParalyCanSpell: TCheckBox
          Left = 10
          Top = 80
          Width = 135
          Height = 21
          Hint = '????????????,???????'
          Caption = 'Can use magic'
          TabOrder = 3
          OnClick = CheckBoxParalyCanSpellClick
        end
      end
    end
    object ExpSheet: TTabSheet
      Caption = 'Exp'
      ImageIndex = 1
      object GroupBox8: TGroupBox
        Left = 350
        Top = 10
        Width = 191
        Height = 91
        Caption = 'Kill mon exp multiplier'
        TabOrder = 0
        object Label23: TLabel
          Left = 14
          Top = 30
          Width = 10
          Height = 15
          Caption = '#:'
        end
        object EditKillMonExpMultiple: TSpinEdit
          Left = 55
          Top = 25
          Width = 66
          Height = 24
          EditorEnabled = False
          MaxValue = 2000
          MinValue = 1
          TabOrder = 0
          Value = 10
          OnChange = EditKillMonExpMultipleChange
        end
        object CheckBoxHighLevelKillMonFixExp: TCheckBox
          Left = 14
          Top = 56
          Width = 167
          Height = 22
          Caption = 'HighLevelKillMonsters fix'
          TabOrder = 1
          OnClick = CheckBoxHighLevelKillMonFixExpClick
        end
      end
      object ButtonExpSave: TButton
        Left = 460
        Top = 206
        Width = 81
        Height = 32
        Caption = '&Save'
        TabOrder = 1
        OnClick = ButtonExpSaveClick
      end
      object GroupBoxLevelExp: TGroupBox
        Left = 10
        Top = 10
        Width = 211
        Height = 231
        Caption = 'Level&+exp'
        TabOrder = 2
        object Label37: TLabel
          Left = 14
          Top = 206
          Width = 23
          Height = 15
          Caption = 'Exp:'
        end
        object ComboBoxLevelExp: TComboBox
          Left = 60
          Top = 200
          Width = 141
          Height = 23
          Style = csDropDownList
          ItemHeight = 0
          TabOrder = 0
          OnClick = ComboBoxLevelExpClick
        end
        object GridLevelExp: TStringGrid
          Left = 10
          Top = 20
          Width = 191
          Height = 171
          ColCount = 2
          DefaultRowHeight = 18
          RowCount = 501
          Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing]
          TabOrder = 1
          OnSetEditText = GridLevelExpSetEditText
          ColWidths = (
            64
            67)
          RowHeights = (
            18
            18
            19
            18
            18
            18
            18
            18
            18
            18
            18
            18
            18
            18
            18
            18
            18
            18
            18
            18
            18
            18
            18
            18
            18
            18
            18
            18
            18
            18
            18
            18
            18
            18
            18
            18

⌨️ 快捷键说明

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