functionconfig.dfm

来自「2009最新 传奇汉化0599代码 传奇汉化」· DFM 代码 · 共 2,370 行 · 第 1/5 页

DFM
2,370
字号
            Width = 148
            Height = 53
            Caption = 'Posion power'
            TabOrder = 0
            object Label11: TLabel
              Left = 9
              Top = 20
              Width = 33
              Height = 13
              Caption = 'Power:'
            end
            object EditAmyOunsulPoint: TSpinEdit
              Left = 74
              Top = 16
              Width = 57
              Height = 22
              Hint = 'No idea????'
              EditorEnabled = False
              MaxValue = 100
              MinValue = 1
              TabOrder = 0
              Value = 10
              OnChange = EditAmyOunsulPointChange
            end
          end
        end
        object TabSheet3: TTabSheet
          Caption = 'BoneFamiliar'
          ImageIndex = 1
          object GroupBox5: TGroupBox
            Left = 5
            Top = 3
            Width = 143
            Height = 145
            TabOrder = 0
            object Label2: TLabel
              Left = 9
              Top = 20
              Width = 31
              Height = 13
              Caption = 'Name:'
            end
            object Label3: TLabel
              Left = 9
              Top = 63
              Width = 31
              Height = 13
              Caption = 'Count:'
            end
            object EditBoneFammName: TEdit
              Left = 9
              Top = 35
              Width = 113
              Height = 21
              Hint = 'Mob name in DB'
              TabOrder = 0
              Text = 'BoneFamiliar'
              OnChange = EditBoneFammNameChange
            end
            object EditBoneFammCount: TSpinEdit
              Left = 65
              Top = 60
              Width = 57
              Height = 22
              Hint = 'Maximum no you can spawn at once'
              EditorEnabled = False
              MaxValue = 255
              MinValue = 1
              TabOrder = 1
              Value = 10
              OnChange = EditBoneFammCountChange
            end
          end
          object GroupBox6: TGroupBox
            Left = 156
            Top = 3
            Width = 313
            Height = 145
            TabOrder = 1
            object GridBoneFamm: TStringGrid
              Left = 9
              Top = 17
              Width = 287
              Height = 123
              ColCount = 4
              DefaultRowHeight = 18
              FixedCols = 0
              RowCount = 11
              Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing]
              TabOrder = 0
              OnSetEditText = GridBoneFammSetEditText
              ColWidths = (
                55
                76
                57
                52)
            end
          end
        end
        object TabSheet4: TTabSheet
          Caption = 'Shinsu'
          ImageIndex = 2
          object GroupBox11: TGroupBox
            Left = 5
            Top = 3
            Width = 143
            Height = 145
            TabOrder = 0
            object Label5: TLabel
              Left = 9
              Top = 20
              Width = 31
              Height = 13
              Caption = 'Name:'
            end
            object Label6: TLabel
              Left = 9
              Top = 63
              Width = 31
              Height = 13
              Caption = 'Count:'
            end
            object EditDogzName: TEdit
              Left = 9
              Top = 35
              Width = 113
              Height = 23
              Hint = 'Mob name in DB'
              TabOrder = 0
              Text = 'Shinsu'
              OnChange = EditDogzNameChange
            end
            object EditDogzCount: TSpinEdit
              Left = 65
              Top = 60
              Width = 57
              Height = 24
              Hint = 'Maximum no you can spawn at once'
              EditorEnabled = False
              MaxValue = 255
              MinValue = 1
              TabOrder = 1
              Value = 10
              OnChange = EditDogzCountChange
            end
          end
          object GroupBox12: TGroupBox
            Left = 156
            Top = 3
            Width = 313
            Height = 145
            TabOrder = 1
            object GridDogz: TStringGrid
              Left = 9
              Top = 17
              Width = 287
              Height = 123
              ColCount = 4
              DefaultRowHeight = 18
              FixedCols = 0
              RowCount = 11
              Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing]
              TabOrder = 0
              OnSetEditText = GridBoneFammSetEditText
              ColWidths = (
                55
                76
                57
                52)
            end
          end
        end
        object TabSheet41: TTabSheet
          Caption = 'ParaBall'
          ImageIndex = 32
          object GroupBox41: TGroupBox
            Left = 9
            Top = 9
            Width = 157
            Height = 79
            TabOrder = 0
            object Label101: TLabel
              Left = 9
              Top = 20
              Width = 43
              Height = 13
              Caption = 'Random:'
            end
            object Label102: TLabel
              Left = 9
              Top = 46
              Width = 73
              Height = 13
              Caption = 'Min Level Limit:'
            end
            object EditMabMabeHitRandRate: TSpinEdit
              Left = 88
              Top = 16
              Width = 57
              Height = 24
              Hint = '???????????????,?????????'
              EditorEnabled = False
              MaxValue = 20
              MinValue = 1
              TabOrder = 0
              Value = 10
              OnChange = EditMabMabeHitRandRateChange
            end
            object EditMabMabeHitMinLvLimit: TSpinEdit
              Left = 88
              Top = 42
              Width = 57
              Height = 24
              Hint = 'Minimum level of player/mob spell can be used on'
              EditorEnabled = False
              MaxValue = 20
              MinValue = 1
              TabOrder = 1
              Value = 10
              OnChange = EditMabMabeHitMinLvLimitChange
            end
          end
          object GroupBox42: TGroupBox
            Left = 9
            Top = 95
            Width = 157
            Height = 53
            Caption = 'Hit success rate'
            TabOrder = 1
            object Label103: TLabel
              Left = 9
              Top = 20
              Width = 26
              Height = 13
              Caption = 'Rate:'
            end
            object EditMabMabeHitSucessRate: TSpinEdit
              Left = 74
              Top = 16
              Width = 57
              Height = 24
              Hint = '??????,????,?????????'
              EditorEnabled = False
              MaxValue = 20
              MinValue = 1
              TabOrder = 0
              Value = 10
              OnChange = EditMabMabeHitSucessRateChange
            end
          end
          object GroupBox43: TGroupBox
            Left = 173
            Top = 9
            Width = 157
            Height = 53
            Caption = 'Hit time rate'
            TabOrder = 2
            object Label104: TLabel
              Left = 9
              Top = 20
              Width = 26
              Height = 13
              Caption = 'Rate:'
            end
            object EditMabMabeHitMabeTimeRate: TSpinEdit
              Left = 74
              Top = 16
              Width = 57
              Height = 24
              Hint = '????????,???????????'
              EditorEnabled = False
              MaxValue = 20
              MinValue = 1
              TabOrder = 0
              Value = 10
              OnChange = EditMabMabeHitMabeTimeRateChange
            end
          end
        end
        object TabSheet43: TTabSheet
          Caption = 'LionRoar'
          ImageIndex = 33
          object GroupBox48: TGroupBox
            Left = 9
            Top = 9
            Width = 122
            Height = 44
            TabOrder = 0
            object CheckBoxGroupMbAttackPlayObject: TCheckBox
              Left = 9
              Top = 17
              Width = 105
              Height = 19
              Hint = 'Allow spell to be used on on other players'
              Caption = 'Work on humans'
              TabOrder = 0
              OnClick = CheckBoxGroupMbAttackPlayObjectClick
            end
          end
        end
      end
      object ButtonSkillSave: TButton
        Left = 407
        Top = 300
        Width = 71
        Height = 22
        Hint = 'Save settings'
        Caption = '&Save'
        TabOrder = 1
        OnClick = ButtonSkillSaveClick
      end
    end
    object TabSheet34: TTabSheet
      Caption = 'Refining'
      ImageIndex = 6
      object GroupBox8: TGroupBox
        Left = 9
        Top = 9
        Width = 174
        Height = 131
        Caption = 'Refining'
        TabOrder = 0
        object Label13: TLabel
          Left = 9
          Top = 20
          Width = 64
          Height = 13
          Caption = 'Max updates:'
        end
        object Label15: TLabel
          Left = 9
          Top = 46
          Width = 27
          Height = 13
          Caption = 'Price:'
        end
        object Label16: TLabel
          Left = 9
          Top = 72
          Width = 70
          Height = 13
          Caption = 'Getback Time:'
        end
        object Label17: TLabel
          Left = 9
          Top = 98
          Width = 49
          Height = 13
          Caption = 'HoldDays:'
        end
        object Label18: TLabel
          Left = 147
          Top = 70
          Width = 21
          Height = 13
          Caption = 'mins'
        end
        object Label19: TLabel
          Left = 147
          Top = 96
          Width = 22
          Height = 13
          Caption = 'days'
        end
        object EditUpgradeWeaponMaxPoint: TSpinEdit
          Left = 81
          Top = 16
          Width = 65
          Height = 22
          Hint = 'Maximum no of refines that can be made on 1 weapon'
          EditorEnabled = False
          MaxValue = 1000
          MinValue = 1
          TabOrder = 0
          Value = 20
          OnChange = EditUpgradeWeaponMaxPointChange
        end
        object EditUpgradeWeaponPrice: TSpinEdit
          Left = 81
          Top = 42
          Width = 65
          Height = 22
          Hint = 'Cost per refine'
          EditorEnabled = False
          MaxValue = 1000000
          MinValue = 1
          TabOrder = 1
          Value = 10000
          OnChange = EditUpgradeWeaponPriceChange
        end
        object EditUPgradeWeaponGetBackTime: TSpinEdit
          Left = 81
          Top = 68
          Width = 65
          Height = 22
          Hint = 'Time in minutes before you can get weapon back'
          EditorEnabled = False
          MaxValue = 36000000
          MinValue = 1
          TabOrder = 2
          Value = 3600
          OnChange = EditUPgradeWeaponGetBackTimeChange
        end
        object EditClearExpireUpgradeWeaponDays: TSpinEdit
          Left = 81
          Top = 94
          Width = 65
          Height = 22
          Hint = 'No of days weapon will be kept before being deleted'
          EditorEnabled = False
          MaxValue = 100
          MinValue = 1
          TabOrder = 3
          Value = 8
          OnChange = EditClearExpireUpgradeWeaponDaysChange
        end
      end
      object GroupBox18: TGroupBox
        Left = 191
        Top = 9
        Width = 287
        Height = 96
        Caption = 'DC Rates'
        TabOrder = 1
        object Label20: TLabel
          Left = 9
          Top = 20
          Width = 18
          Height = 13
          Caption = 'DC:'
        end
        object Label21: TLabel
          Left = 9
          Top = 46
          Width = 29
          Height = 13
          Caption = 'DCx2:'
        end
        object Label22: TLabel
          Left = 9
          Top = 72
          Width = 29
          Height = 13
          Caption = 'DCx3:'
        end
        object ScrollBarUpgradeWeaponDCRate: TScrollBar
          Left = 69
          Top = 17
          Width = 157
          Height = 19
          Hint = '???????????,????????'
          Max = 500
          PageSize = 0
          TabOrder = 0
          OnChange = ScrollBarUpgradeWeaponDCRateChange
        end
        object EditUpgradeWeaponDCRate: TEdit
          Left = 234
          Top = 17
          Width = 44
          Height = 19
          Ctl3D = False
          Enabled = False
          ParentCtl3D = False
          ReadOnly = True
          TabOrder = 1
          Text = '100'
        end
        object ScrollBarUpgradeWeaponDCTwoPointRate: TScrollBar
          Left = 69
          Top = 43
          Width = 157
          Height = 19
          

⌨️ 快捷键说明

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