viewlist.dfm

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

DFM
1,300
字号
          Left = 10
          Top = 23
          Width = 62
          Height = 15
          Caption = 'Item name:'
        end
        object ButtonItemBindIPaddrMod: TButton
          Left = 120
          Top = 140
          Width = 81
          Height = 31
          Caption = '&Save'
          TabOrder = 0
          OnClick = ButtonItemBindIPaddrModClick
        end
        object EditItemBindIPaddrItemIdx: TSpinEdit
          Left = 85
          Top = 49
          Width = 116
          Height = 24
          MaxValue = 5000
          MinValue = 1
          TabOrder = 1
          Value = 10
          OnChange = EditItemBindIPaddrItemIdxChange
        end
        object EditItemBindIPaddrItemMakeIdx: TSpinEdit
          Left = 85
          Top = 79
          Width = 116
          Height = 24
          MaxValue = 0
          MinValue = 0
          TabOrder = 2
          Value = 10
          OnChange = EditItemBindIPaddrItemMakeIdxChange
        end
        object EditItemBindIPaddrItemName: TEdit
          Left = 85
          Top = 20
          Width = 116
          Height = 23
          ReadOnly = True
          TabOrder = 3
        end
        object ButtonItemBindIPaddrAdd: TButton
          Left = 10
          Top = 140
          Width = 81
          Height = 31
          Caption = '&Add'
          TabOrder = 4
          OnClick = ButtonItemBindIPaddrAddClick
        end
        object ButtonItemBindIPaddrRef: TButton
          Left = 120
          Top = 180
          Width = 81
          Height = 31
          Caption = '&Refresh'
          TabOrder = 5
          OnClick = ButtonItemBindIPaddrRefClick
        end
        object ButtonItemBindIPaddrDel: TButton
          Left = 10
          Top = 180
          Width = 81
          Height = 31
          Caption = '&Delete'
          TabOrder = 6
          OnClick = ButtonItemBindIPaddrDelClick
        end
        object EditItemBindIPaddrName: TEdit
          Left = 85
          Top = 110
          Width = 116
          Height = 23
          TabOrder = 7
          OnChange = EditItemBindIPaddrNameChange
        end
      end
    end
    object TabSheet3: TTabSheet
      Caption = 'Map move'
      ImageIndex = 2
      object GroupBox5: TGroupBox
        Left = 10
        Top = 5
        Width = 221
        Height = 221
        Caption = 'Disable teleporting'
        TabOrder = 0
        object ListBoxDisableMoveMap: TListBox
          Left = 10
          Top = 20
          Width = 201
          Height = 191
          Hint = 'These maps cannot be teleported in/to'
          ItemHeight = 15
          TabOrder = 0
          OnClick = ListBoxDisableMoveMapClick
        end
      end
      object ButtonDisableMoveMapAdd: TButton
        Left = 250
        Top = 30
        Width = 91
        Height = 31
        Caption = '&Add'
        TabOrder = 1
        OnClick = ButtonDisableMoveMapAddClick
      end
      object ButtonDisableMoveMapDelete: TButton
        Left = 250
        Top = 70
        Width = 91
        Height = 31
        Caption = '&Delete'
        TabOrder = 2
        OnClick = ButtonDisableMoveMapDeleteClick
      end
      object ButtonDisableMoveMapAddAll: TButton
        Left = 250
        Top = 110
        Width = 91
        Height = 31
        Caption = 'Add al&l'
        TabOrder = 3
        OnClick = ButtonDisableMoveMapAddAllClick
      end
      object ButtonDisableMoveMapDeleteAll: TButton
        Left = 250
        Top = 150
        Width = 91
        Height = 31
        Caption = 'D&elete all'
        TabOrder = 4
        OnClick = ButtonDisableMoveMapDeleteAllClick
      end
      object ButtonDisableMoveMapSave: TButton
        Left = 250
        Top = 190
        Width = 91
        Height = 31
        Caption = '&Save'
        TabOrder = 5
        OnClick = ButtonDisableMoveMapSaveClick
      end
      object GroupBox6: TGroupBox
        Left = 360
        Top = 5
        Width = 221
        Height = 221
        Caption = 'Map list'
        TabOrder = 6
        object ListBoxMapList: TListBox
          Left = 10
          Top = 20
          Width = 201
          Height = 191
          ItemHeight = 15
          TabOrder = 0
          OnClick = ListBoxMapListClick
        end
      end
    end
    object TabSheet12: TTabSheet
      Caption = 'Item name'
      ImageIndex = 12
      object GridItemNameList: TStringGrid
        Left = 10
        Top = 10
        Width = 421
        Height = 221
        ColCount = 3
        DefaultRowHeight = 18
        FixedCols = 0
        Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSelect]
        TabOrder = 0
        OnClick = GridItemNameListClick
        ColWidths = (
          97
          69
          145)
      end
      object GroupBox19: TGroupBox
        Left = 440
        Top = 10
        Width = 211
        Height = 221
        Caption = 'Settings'
        TabOrder = 1
        object Label18: TLabel
          Left = 10
          Top = 53
          Width = 49
          Height = 15
          Caption = 'Item IDX:'
        end
        object Label19: TLabel
          Left = 10
          Top = 83
          Width = 43
          Height = 15
          Caption = 'New ID:'
        end
        object Label20: TLabel
          Left = 10
          Top = 113
          Width = 72
          Height = 15
          Caption = 'Player name:'
        end
        object Label21: TLabel
          Left = 10
          Top = 23
          Width = 62
          Height = 15
          Caption = 'Item name:'
        end
        object ButtonItemNameMod: TButton
          Left = 120
          Top = 140
          Width = 81
          Height = 31
          Caption = '&Save'
          TabOrder = 0
          OnClick = ButtonItemNameModClick
        end
        object EditItemNameIdx: TSpinEdit
          Left = 85
          Top = 49
          Width = 116
          Height = 24
          MaxValue = 5000
          MinValue = 1
          TabOrder = 1
          Value = 10
          OnChange = EditItemNameIdxChange
        end
        object EditItemNameMakeIndex: TSpinEdit
          Left = 85
          Top = 79
          Width = 116
          Height = 24
          MaxValue = 0
          MinValue = 0
          TabOrder = 2
          Value = 10
          OnChange = EditItemNameMakeIndexChange
        end
        object EditItemNameOldName: TEdit
          Left = 85
          Top = 20
          Width = 116
          Height = 23
          ReadOnly = True
          TabOrder = 3
        end
        object ButtonItemNameAdd: TButton
          Left = 10
          Top = 140
          Width = 81
          Height = 31
          Caption = '&Add'
          TabOrder = 4
          OnClick = ButtonItemNameAddClick
        end
        object ButtonItemNameRef: TButton
          Left = 120
          Top = 180
          Width = 81
          Height = 31
          Caption = '&Refresh'
          TabOrder = 5
          OnClick = ButtonItemNameRefClick
        end
        object ButtonItemNameDel: TButton
          Left = 10
          Top = 180
          Width = 81
          Height = 31
          Caption = '&Delete'
          TabOrder = 6
          OnClick = ButtonItemNameDelClick
        end
        object EditItemNameNewName: TEdit
          Left = 85
          Top = 110
          Width = 116
          Height = 23
          TabOrder = 7
          OnChange = EditItemNameNewNameChange
        end
      end
    end
    object TabSheetMonDrop: TTabSheet
      Caption = 'Drop limiter'
      ImageIndex = 7
      object StringGridMonDropLimit: TStringGrid
        Left = 10
        Top = 10
        Width = 351
        Height = 221
        ColCount = 4
        DefaultRowHeight = 18
        FixedCols = 0
        Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSelect]
        TabOrder = 0
        OnClick = StringGridMonDropLimitClick
        ColWidths = (
          81
          64
          57
          52)
      end
      object GroupBox7: TGroupBox
        Left = 370
        Top = 10
        Width = 211
        Height = 221
        Caption = 'Settings'
        TabOrder = 1
        object Label29: TLabel
          Left = 10
          Top = 53
          Width = 63
          Height = 15
          Caption = 'Drop count:'
        end
        object Label1: TLabel
          Left = 10
          Top = 83
          Width = 62
          Height = 15
          Caption = 'Count limit:'
        end
        object Label2: TLabel
          Left = 10
          Top = 113
          Width = 80
          Height = 15
          Caption = 'No drop count:'
        end
        object Label3: TLabel
          Left = 10
          Top = 23
          Width = 62
          Height = 15
          Caption = 'Item name:'
        end
        object ButtonMonDropLimitSave: TButton
          Left = 120
          Top = 140
          Width = 81
          Height = 31
          Caption = '&Save'
          TabOrder = 0
          OnClick = ButtonMonDropLimitSaveClick
        end
        object EditDropCount: TSpinEdit
          Left = 93
          Top = 49
          Width = 76
          Height = 24
          MaxValue = 100000
          MinValue = 0
          TabOrder = 1
          Value = 10
          OnChange = EditDropCountChange
        end
        object EditCountLimit: TSpinEdit
          Left = 93
          Top = 79
          Width = 76
          Height = 24
          MaxValue = 100000
          MinValue = 0
          TabOrder = 2
          Value = 10
          OnChange = EditCountLimitChange
        end
        object EditNoDropCount: TSpinEdit
          Left = 93
          Top = 109
          Width = 76
          Height = 24
          MaxValue = 100000
          MinValue = 0
          TabOrder = 3
          Value = 10
          OnChange = EditNoDropCountChange
        end
        object EditItemName: TEdit
          Left = 93
          Top = 20
          Width = 111
          Height = 23
          TabOrder = 4
        end
        object ButtonMonDropLimitAdd: TButton
          Left = 10
          Top = 140
          Width = 81
          Height = 31
          Caption = '&Add'
          TabOrder = 5
          OnClick = ButtonMonDropLimitAddClick
        end
        object ButtonMonDropLimitRef: TButton
          Left = 120
          Top = 180
          Width = 81
          Height = 31
          Caption = '&Refresh'
          TabOrder = 6
          OnClick = ButtonMonDropLimitRefClick
        end
        object ButtonMonDropLimitDel: TButton
          Left = 10
          Top = 180
          Width = 81
          Height = 31
          Caption = '&Delete'
          TabOrder = 7
          OnClick = ButtonMonDropLimitDelClick
        end
      end
    end
  end
end

⌨️ 快捷键说明

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