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

📄 gameconfig.dfm

📁 翎风全套程序源码
💻 DFM
📖 第 1 页 / 共 5 页
字号:
        Height = 91
        Caption = 'Max gold'
        TabOrder = 5
        object Label68: TLabel
          Left = 10
          Top = 25
          Width = 68
          Height = 15
          Caption = 'Normal Max:'
        end
        object Label69: TLabel
          Left = 10
          Top = 55
          Width = 53
          Height = 15
          Caption = 'Trial max:'
        end
        object EditHumanMaxGold: TSpinEdit
          Left = 85
          Top = 20
          Width = 106
          Height = 24
          Increment = 10000
          MaxValue = 200000000
          MinValue = 1
          TabOrder = 0
          Value = 10
          OnChange = EditHumanMaxGoldChange
        end
        object EditHumanTryModeMaxGold: TSpinEdit
          Left = 85
          Top = 50
          Width = 106
          Height = 24
          Increment = 10000
          MaxValue = 200000000
          MinValue = 1
          TabOrder = 1
          Value = 10
          OnChange = EditHumanTryModeMaxGoldChange
        end
      end
      object GroupBox34: TGroupBox
        Left = 200
        Top = 105
        Width = 171
        Height = 76
        Caption = 'Trial'
        TabOrder = 6
        object Label70: TLabel
          Left = 10
          Top = 25
          Width = 52
          Height = 15
          Caption = 'Max level:'
        end
        object EditTryModeLevel: TSpinEdit
          Left = 85
          Top = 20
          Width = 76
          Height = 24
          EditorEnabled = False
          MaxValue = 100
          MinValue = 1
          TabOrder = 0
          Value = 10
          OnChange = EditTryModeLevelChange
        end
        object CheckBoxTryModeUseStorage: TCheckBox
          Left = 10
          Top = 48
          Width = 151
          Height = 21
          Hint = '???????????'
          Caption = 'Can use storage'
          TabOrder = 1
          OnClick = CheckBoxTryModeUseStorageClick
        end
      end
      object GroupBox19: TGroupBox
        Left = 340
        Top = 190
        Width = 111
        Height = 61
        Caption = 'Group members'
        TabOrder = 7
        object Label41: TLabel
          Left = 10
          Top = 25
          Width = 24
          Height = 15
          Caption = 'Max:'
        end
        object EditGroupMembersMax: TSpinEdit
          Left = 55
          Top = 20
          Width = 46
          Height = 24
          Hint = '???????'
          EditorEnabled = False
          MaxValue = 2000
          MinValue = 1
          TabOrder = 0
          Value = 10
          OnChange = EditGroupMembersMaxChange
        end
      end
    end
    object TabSheet1: TTabSheet
      Caption = 'Map info'
      ImageIndex = 4
      object ButtonOptionSave: TButton
        Left = 460
        Top = 226
        Width = 81
        Height = 32
        Caption = '&Save'
        TabOrder = 0
        OnClick = ButtonOptionSaveClick
      end
      object GroupBox16: TGroupBox
        Left = 10
        Top = 10
        Width = 131
        Height = 61
        Caption = 'SafeZone'
        TabOrder = 1
        object Label39: TLabel
          Left = 10
          Top = 25
          Width = 25
          Height = 15
          Caption = 'size:'
        end
        object EditSafeZoneSize: TSpinEdit
          Left = 55
          Top = 20
          Width = 56
          Height = 24
          Hint = '????????'
          EditorEnabled = False
          MaxValue = 2000
          MinValue = 1
          TabOrder = 0
          Value = 10
          OnChange = EditSafeZoneSizeChange
        end
      end
      object GroupBox18: TGroupBox
        Left = 10
        Top = 80
        Width = 131
        Height = 61
        Caption = 'StartPoint'
        TabOrder = 2
        object Label40: TLabel
          Left = 10
          Top = 25
          Width = 26
          Height = 15
          Caption = 'Size:'
        end
        object EditStartPointSize: TSpinEdit
          Left = 55
          Top = 20
          Width = 56
          Height = 24
          Hint = '???????,????????????'
          EditorEnabled = False
          MaxValue = 2000
          MinValue = 1
          TabOrder = 0
          Value = 10
          OnChange = EditStartPointSizeChange
        end
      end
      object GroupBox20: TGroupBox
        Left = 150
        Top = 10
        Width = 181
        Height = 111
        Caption = 'Red(pker) home map'
        TabOrder = 3
        object Label42: TLabel
          Left = 10
          Top = 55
          Width = 10
          Height = 15
          Caption = 'X:'
        end
        object Label43: TLabel
          Left = 10
          Top = 85
          Width = 10
          Height = 15
          Caption = 'Y:'
        end
        object Label44: TLabel
          Left = 10
          Top = 25
          Width = 26
          Height = 15
          Caption = 'Map:'
        end
        object EditRedHomeX: TSpinEdit
          Left = 65
          Top = 50
          Width = 66
          Height = 24
          EditorEnabled = False
          MaxValue = 2000
          MinValue = 1
          TabOrder = 0
          Value = 10
          OnChange = EditRedHomeXChange
        end
        object EditRedHomeY: TSpinEdit
          Left = 65
          Top = 80
          Width = 66
          Height = 24
          EditorEnabled = False
          MaxValue = 2000
          MinValue = 1
          TabOrder = 1
          Value = 10
          OnChange = EditRedHomeYChange
        end
        object EditRedHomeMap: TEdit
          Left = 65
          Top = 20
          Width = 91
          Height = 23
          Hint = '????????????'
          TabOrder = 2
          Text = '3'
          OnChange = EditRedHomeMapChange
        end
      end
      object GroupBox21: TGroupBox
        Left = 150
        Top = 130
        Width = 181
        Height = 111
        Caption = 'Red(pker) died home map'
        TabOrder = 4
        object Label45: TLabel
          Left = 10
          Top = 55
          Width = 10
          Height = 15
          Caption = 'X:'
        end
        object Label46: TLabel
          Left = 10
          Top = 85
          Width = 10
          Height = 15
          Caption = 'Y:'
        end
        object Label47: TLabel
          Left = 10
          Top = 25
          Width = 26
          Height = 15
          Caption = 'Map:'
        end
        object EditRedDieHomeX: TSpinEdit
          Left = 65
          Top = 50
          Width = 66
          Height = 24
          EditorEnabled = False
          MaxValue = 2000
          MinValue = 1
          TabOrder = 0
          Value = 10
          OnChange = EditRedDieHomeXChange
        end
        object EditRedDieHomeY: TSpinEdit
          Left = 65
          Top = 80
          Width = 66
          Height = 24
          EditorEnabled = False
          MaxValue = 2000
          MinValue = 1
          TabOrder = 1
          Value = 10
          OnChange = EditRedDieHomeYChange
        end
        object EditRedDieHomeMap: TEdit
          Left = 65
          Top = 20
          Width = 91
          Height = 23
          TabOrder = 2
          Text = '3'
          OnChange = EditRedDieHomeMapChange
        end
      end
      object GroupBox22: TGroupBox
        Left = 340
        Top = 10
        Width = 181
        Height = 111
        Caption = 'Normal Home map'
        TabOrder = 5
        object Label48: TLabel
          Left = 10
          Top = 55
          Width = 10
          Height = 15
          Caption = 'X:'
        end
        object Label49: TLabel
          Left = 10
          Top = 85
          Width = 10
          Height = 15
          Caption = 'Y:'
        end
        object Label50: TLabel
          Left = 10
          Top = 25
          Width = 26
          Height = 15
          Caption = 'Map:'
        end
        object EditHomeX: TSpinEdit
          Left = 65
          Top = 50
          Width = 66
          Height = 24
          EditorEnabled = False
          MaxValue = 2000
          MinValue = 1
          TabOrder = 0
          Value = 10
          OnChange = EditHomeXChange
        end
        object EditHomeY: TSpinEdit
          Left = 65
          Top = 80
          Width = 66
          Height = 24
          EditorEnabled = False
          MaxValue = 2000
          MinValue = 1
          TabOrder = 1
          Value = 10
          OnChange = EditHomeYChange
        end
        object EditHomeMap: TEdit
          Left = 65
          Top = 20
          Width = 91
          Height = 23
          TabOrder = 2
          Text = '3'
          OnChange = EditHomeMapChange
        end
      end
    end
    object TabSheet3: TTabSheet
      Caption = 'Pking'
      ImageIndex = 6
      object ButtonOptionSave2: TButton
        Left = 460
        Top = 226
        Width = 81
        Height = 32
        Caption = '&Save'
        TabOrder = 0
        OnClick = ButtonOptionSave2Click
      end
      object GroupBox23: TGroupBox
        Left = 10
        Top = 10
        Width = 191
        Height = 91
        Caption = 'Decrease pk points'
        TabOrder = 1
        object Label51: TLabel
          Left = 10
          Top = 25
          Width = 31
          Height = 15
          Caption = 'Time:'
        end
        object Label52: TLabel
          Left = 10
          Top = 55
          Width = 62
          Height = 15
          Caption = 'How much:'
        end
        object Label53: TLabel
          Left = 160
          Top = 25
          Width = 9
          Height = 15
          Caption = 'M'
        end
        object EditDecPkPointTime: TSpinEdit
          Left = 85
          Top = 20
          Width = 66
          Height = 24
          EditorEnabled = False
          MaxValue = 2000
          MinValue = 1
          TabOrder = 0
          Value = 10
          OnChange = EditDecPkPointTimeChange
        end
        object EditDecPkPointCount: TSpinEdit
          Left = 85
          Top = 50
          Width = 66
          Height = 24
          EditorEnabled = False
          MaxValue = 2000
          MinValue = 1
          TabOrder = 1
          Value = 10
          OnChange = EditDecPkPointCountChange
        end
      end
      object GroupBox24: TGroupBox
        Left = 10
        Top = 110
        Width = 131
        Height = 61
        Caption = 'PK Flag '
        TabOrder = 2
        object Label54: TLabel
          Left = 10
          Top = 25
          Width = 31
          Height = 15
          Caption = 'Time:'
        end
        object EditPKFlagTime: TSpinEdit
          Left = 55
          Top = 20
          Width = 66
          Height = 24
          EditorEnabled = False
          MaxValue = 2000
          MinValue = 1
          TabOrder = 0
          Value = 10
          OnChange = EditPKFlagTimeChange
        end
      end
      object GroupBox25: TGroupBox
        Left = 10
        Top = 180
        Width = 131
        Height = 61
        Caption = 'On Pk'
        TabOrder = 3
        object Label55: TLabel
          Left = 10
          Top = 25
          Width = 38
          Height = 15
          Caption = 'Points:'
        end
        object EditKillHumanAddPKPoint: TSpinEdit
          Left = 55
          Top = 20
          Width = 66
          Height = 24
          MaxValue = 2000
          MinValue = 1
          TabOrder = 0
          Value = 10
          OnChange = EditKillHumanAddPKPointChange
        end
      end
      object GroupBox32: TGroupBox
        Left = 210
        Top = 10
        Width = 331
        Height = 211
        Caption = 'PK settings'
        TabOrder = 4
        object Label58: TLabel
          Left = 140
          Top = 25
          Width = 55
          Height = 15
          Caption = 'gain level:'
        end
        object Label65: TLabel
          Left = 140
          Top = 55
          Width = 55
          Height = 15
          Caption = 'lose level:'
        end
        object Label66: TLabel
          Left = 140
          Top = 85
          Width = 44
          Height = 15
          Caption = 'win exp:'
        end
        object Label56: TLabel
          Left = 140
          Top = 115
          Width = 49
          Height = 15
          Caption = 'lose exp:'
        end
        object Label67: TLabel
          Left = 10
          Top = 115
          Width = 62
          Height = 15
          Caption = 'Level differ:'
        end
        object Label114: TLabel
          Left = 140
          Top = 145
          Width = 88
          Height = 15
          Caption = 'PK Protect level:'
        end
        object Label115: TLabel
          Left = 111
          Top = 175
          Width = 113
          Height = 15
          Caption = 'Red PK protect level:'
        end
        object CheckBoxKillHumanWinLevel: TCheckBox
          Left = 10
          Top = 23

⌨️ 快捷键说明

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