📄 gameconfig.dfm
字号:
Width = 121
Height = 21
Caption = 'Kill, gain level'
TabOrder = 0
OnClick = CheckBoxKillHumanWinLevelClick
end
object CheckBoxKilledLostLevel: TCheckBox
Left = 10
Top = 45
Width = 121
Height = 21
Caption = 'Killed, lose level'
TabOrder = 1
OnClick = CheckBoxKilledLostLevelClick
end
object CheckBoxKilledLostExp: TCheckBox
Left = 10
Top = 85
Width = 121
Height = 21
Caption = 'Killed, lose exp'
TabOrder = 2
OnClick = CheckBoxKilledLostExpClick
end
object CheckBoxKillHumanWinExp: TCheckBox
Left = 10
Top = 65
Width = 121
Height = 21
Caption = 'Kill, win exp'
TabOrder = 3
OnClick = CheckBoxKillHumanWinExpClick
end
object EditKillHumanWinLevel: TSpinEdit
Left = 230
Top = 20
Width = 91
Height = 24
EditorEnabled = False
MaxValue = 100
MinValue = 1
TabOrder = 4
Value = 10
OnChange = EditKillHumanWinLevelChange
end
object EditKilledLostLevel: TSpinEdit
Left = 230
Top = 50
Width = 91
Height = 24
EditorEnabled = False
MaxValue = 100
MinValue = 1
TabOrder = 5
Value = 10
OnChange = EditKilledLostLevelChange
end
object EditKillHumanWinExp: TSpinEdit
Left = 230
Top = 80
Width = 91
Height = 24
Increment = 1000
MaxValue = 200000000
MinValue = 1
TabOrder = 6
Value = 10
OnChange = EditKillHumanWinExpChange
end
object EditKillHumanLostExp: TSpinEdit
Left = 230
Top = 110
Width = 91
Height = 24
Increment = 1000
MaxValue = 200000000
MinValue = 1
TabOrder = 7
Value = 10
OnChange = EditKillHumanLostExpChange
end
object EditHumanLevelDiffer: TSpinEdit
Left = 70
Top = 110
Width = 61
Height = 24
EditorEnabled = False
MaxValue = 100
MinValue = 1
TabOrder = 8
Value = 10
OnChange = EditHumanLevelDifferChange
end
object CheckBoxPKLevelProtect: TCheckBox
Left = 10
Top = 145
Width = 111
Height = 21
Hint =
'??PK????,??????,??????????????????????????(????????????),???????' +
'????????????????(????????????)?'
Caption = 'PK Level Protect'
TabOrder = 9
OnClick = CheckBoxPKLevelProtectClick
end
object EditPKProtectLevel: TSpinEdit
Left = 230
Top = 140
Width = 91
Height = 24
Hint = '???????????????,????????????'
EditorEnabled = False
MaxValue = 65535
MinValue = 1
TabOrder = 10
Value = 10
OnChange = EditPKProtectLevelChange
end
object EditRedPKProtectLevel: TSpinEdit
Left = 230
Top = 170
Width = 91
Height = 24
Hint =
'????PK??,???????????????????????????????????????????????????????' +
'?'
EditorEnabled = False
MaxValue = 65535
MinValue = 1
TabOrder = 11
Value = 10
OnChange = EditRedPKProtectLevelChange
end
end
end
object TabSheet2: TTabSheet
Caption = 'Options(2)'
ImageIndex = 5
object GroupBox17: TGroupBox
Left = 350
Top = 10
Width = 191
Height = 211
TabOrder = 0
object CheckBoxDisHumRun: TCheckBox
Left = 13
Top = 21
Width = 124
Height = 17
Hint = '??????,???????????????'
Caption = 'DisableHumRun'
TabOrder = 0
OnClick = CheckBoxDisHumRunClick
end
object CheckBoxRunHum: TCheckBox
Left = 34
Top = 40
Width = 122
Height = 16
Hint = '??????,???????????'
Caption = 'RunHum'
TabOrder = 1
OnClick = CheckBoxRunHumClick
end
object CheckBoxRunMon: TCheckBox
Left = 34
Top = 64
Width = 124
Height = 16
Hint = '??????,?????????'
Caption = 'RunMon'
TabOrder = 2
OnClick = CheckBoxRunMonClick
end
object CheckBoxWarDisHumRun: TCheckBox
Left = 34
Top = 126
Width = 152
Height = 17
Hint = '??????,?????,????????'
Caption = 'War Disable HumRun'
TabOrder = 3
OnClick = CheckBoxWarDisHumRunClick
end
object CheckBoxRunNpc: TCheckBox
Left = 34
Top = 84
Width = 124
Height = 16
Hint = '??????,???????NPC'
Caption = 'RunNPC'
TabOrder = 4
OnClick = CheckBoxRunNpcClick
end
object CheckBoxGMRunAll: TCheckBox
Left = 34
Top = 149
Width = 152
Height = 16
Hint = '??????,????????????????'
Caption = 'GM run always'
TabOrder = 5
OnClick = CheckBoxGMRunAllClick
end
object CheckBoxRunGuard: TCheckBox
Left = 34
Top = 104
Width = 124
Height = 16
Hint = '??????,?????????(??????)'
Caption = 'RunGuard'
TabOrder = 6
OnClick = CheckBoxRunGuardClick
end
end
object ButtonOptionSave3: TButton
Left = 460
Top = 226
Width = 81
Height = 32
Caption = '&Save'
TabOrder = 1
OnClick = ButtonOptionSave3Click
end
object GroupBox53: TGroupBox
Left = 10
Top = 10
Width = 161
Height = 131
Caption = 'Trading'
TabOrder = 2
object Label20: TLabel
Left = 10
Top = 25
Width = 31
Height = 15
Caption = 'Time:'
end
object Label104: TLabel
Left = 10
Top = 55
Width = 46
Height = 15
Caption = 'OkTime:'
end
object Label105: TLabel
Left = 134
Top = 25
Width = 7
Height = 15
Caption = '?'
end
object Label106: TLabel
Left = 134
Top = 54
Width = 7
Height = 15
Caption = '?'
end
object EditTryDealTime: TSpinEdit
Left = 85
Top = 20
Width = 46
Height = 24
Hint = '?????,??????????????'
EditorEnabled = False
MaxValue = 10
MinValue = 1
TabOrder = 0
Value = 10
OnChange = EditTryDealTimeChange
end
object EditDealOKTime: TSpinEdit
Left = 85
Top = 50
Width = 46
Height = 24
Hint = '???????,??????????????'
EditorEnabled = False
MaxValue = 10
MinValue = 1
TabOrder = 1
Value = 10
OnChange = EditDealOKTimeChange
end
object CheckBoxCanNotGetBackDeal: TCheckBox
Left = 14
Top = 80
Width = 137
Height = 16
Hint = '??????,???????????????,????????????'
Caption = 'Cannot get back'
TabOrder = 2
OnClick = CheckBoxCanNotGetBackDealClick
end
object CheckBoxDisableDeal: TCheckBox
Left = 14
Top = 100
Width = 137
Height = 16
Hint = '?????,?????????????'
Caption = 'Disable trading'
TabOrder = 3
OnClick = CheckBoxDisableDealClick
end
end
object GroupBox26: TGroupBox
Left = 10
Top = 160
Width = 161
Height = 61
Caption = 'GreenPosion(HP)'
TabOrder = 3
object Label57: TLabel
Left = 10
Top = 25
Width = 52
Height = 15
Caption = 'Dec time:'
end
object EditPosionDecHealthTime: TSpinEdit
Left = 85
Top = 20
Width = 66
Height = 24
Hint = '??????,??????????'
Increment = 100
MaxValue = 20000
MinValue = 1
TabOrder = 0
Value = 10
OnChange = EditPosionDecHealthTimeChange
end
end
object GroupBox27: TGroupBox
Left = 180
Top = 160
Width = 161
Height = 61
Caption = 'RedPosion(AC)'
TabOrder = 4
object Label59: TLabel
Left = 10
Top = 25
Width = 31
Height = 15
Caption = 'Time:'
end
object EditPosionDamagarmor: TSpinEdit
Left = 55
Top = 20
Width = 66
Height = 24
Hint = '???????????????,?????10??????'
EditorEnabled = False
MaxValue = 20000
MinValue = 1
TabOrder = 0
Value = 10
OnChange = EditPosionDamagarmorChange
end
end
object GroupBox64: TGroupBox
Left = 180
Top = 10
Width = 161
Height = 141
Caption = 'Dropping'
TabOrder = 5
object Label118: TLabel
Left = 10
Top = 55
Width = 31
Height = 15
Caption = 'Price:'
end
object Label119: TLabel
Left = 10
Top = 85
Width = 75
Height = 15
Caption = 'Drop amount:'
end
object EditCanDropPrice: TSpinEdit
Left = 85
Top = 50
Width = 66
Height = 24
Hint = '????????,???????,????????'
Increment = 100
MaxValue = 20000000
MinValue = 1
TabOrder = 0
Value = 10
OnChange = EditCanDropPriceChange
end
object CheckBoxControlDropItem: TCheckBox
Left = 14
Top = 25
Width = 137
Height = 16
Hint = '??????,?????????????????,?????????????????????,?????????'
Caption = 'Control dropping'
TabOrder = 1
OnClick = CheckBoxControlDropItemClick
end
object EditCanDropGold: TSpinEdit
Left = 85
Top = 80
Width = 66
Height = 24
Hint = '?????????,??????'
Increment = 100
MaxValue = 20000000
MinValue = 1
TabOrder = 2
Value = 10
OnChange = EditCanDropGoldChange
end
object CheckBoxIsSafeDisableDrop: TCheckBox
Left = 14
Top = 115
Width = 137
Height = 16
Hint = '??????,????????????'
Caption = 'Disable drops in SZ'
TabOrder = 3
OnClick = CheckBoxIsSafeDisableDropClick
end
end
end
object GameSpeedSheet: TTabSheet
Caption = 'Game Speed'
object GroupBox1: TGroupBox
Left = 10
Top = 10
Width = 121
Height = 251
Caption = 'Times'
TabOrder = 0
object Label1: TLabel
Left = 14
Top = 30
Width = 18
Height = 15
Caption = 'Hit:'
end
object Label2: TLabel
Left = 14
Top = 60
Width = 35
Height = 15
Caption = 'Magic:'
end
object Label3: TLabel
Left = 14
Top = 90
Width = 26
Height = 15
Caption = 'Run:'
end
object Label4: TLabel
Left = 14
Top = 120
Width = 30
Height = 15
Caption = 'Walk:'
end
object Label5: TLabel
Left = 14
Top = 180
Width = 29
Height = 15
Caption = 'Mine:'
Enabled = False
end
object Label6: TLabel
Left = 14
Top = 150
Width = 28
Height = 15
Caption = 'Turn:'
end
object EditHitIntervalTime: TSpinEdit
Left = 55
Top = 25
Width = 56
Height = 24
EditorEnabled = False
Increment = 10
MaxValue = 2000
MinValue = 10
TabOrder = 0
Value = 900
OnChange = EditHitIntervalTimeChange
end
object EditMagicHitIntervalTime: TSpinEdit
Left = 55
Top = 55
Width = 56
Height = 24
EditorEnabled = False
Increment = 10
MaxValue = 2000
MinValue = 10
TabOrder = 1
Value = 800
OnChange = EditMagicHitIntervalTimeChange
end
object EditRunIntervalTime: TSpinEdit
Left = 55
Top = 85
Width = 56
Height = 24
EditorEnabled = False
Increment = 10
MaxValue = 2000
MinValue = 10
TabOrder = 2
Value = 600
OnChange = EditRunIntervalTimeChange
end
object EditWalkIntervalTime: TSpinEdit
Left = 55
Top = 115
Width = 56
Height = 24
EditorEnabled = False
Increment = 10
MaxValue = 2000
MinValue = 10
TabOrder = 3
Value = 600
OnChange = EditWalkIntervalTimeChange
end
object EditTurnIntervalTime: TSpinEdit
Left = 55
Top = 145
Width = 56
Height = 24
EditorEnabled = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -