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

📄 ipaddrfilter.~dfm

📁 2009最新 传奇汉化0599代码 传奇汉化
💻 ~DFM
字号:
object frmIPaddrFilter: TfrmIPaddrFilter
  Left = 224
  Top = 175
  ActiveControl = EditClientTimeOutTime
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #32593#32476#23433#20840#36807#28388
  ClientHeight = 300
  ClientWidth = 572
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object GroupBoxActive: TGroupBox
    Left = 10
    Top = 10
    Width = 127
    Height = 239
    Caption = #24403#21069#36830#25509
    TabOrder = 0
    object Label4: TLabel
      Left = 10
      Top = 14
      Width = 54
      Height = 12
      Caption = #36830#25509#21015#34920':'
    end
    object ListBoxActiveList: TListBox
      Left = 10
      Top = 26
      Width = 111
      Height = 207
      Hint = 'List of currently connected IP'#39's'
      ItemHeight = 12
      Items.Strings = (
        '888.888.888.888')
      ParentShowHint = False
      PopupMenu = ActiveListPopupMenu
      ShowHint = True
      Sorted = True
      TabOrder = 0
    end
  end
  object GroupBox1: TGroupBox
    Left = 142
    Top = 10
    Width = 243
    Height = 239
    Caption = #36807#28388#21015#34920
    TabOrder = 1
    object LabelTempList: TLabel
      Left = 10
      Top = 14
      Width = 54
      Height = 12
      Caption = #21160#24577#36807#28388':'
    end
    object Label1: TLabel
      Left = 122
      Top = 14
      Width = 54
      Height = 12
      Caption = #27704#20037#36807#28388':'
    end
    object ListBoxTempList: TListBox
      Left = 10
      Top = 26
      Width = 111
      Height = 207
      Hint = 'List of IP'#39's that are banned for the current session'
      ItemHeight = 12
      Items.Strings = (
        '888.888.888.888')
      ParentShowHint = False
      PopupMenu = TempBlockListPopupMenu
      ShowHint = True
      Sorted = True
      TabOrder = 0
    end
    object ListBoxBlockList: TListBox
      Left = 122
      Top = 26
      Width = 111
      Height = 207
      Hint = 
        'List of IP'#39's that are banned from accessing the server permanent' +
        'ly'
      ItemHeight = 12
      Items.Strings = (
        '888.888.888.888')
      ParentShowHint = False
      PopupMenu = BlockListPopupMenu
      ShowHint = True
      Sorted = True
      TabOrder = 1
    end
  end
  object GroupBox2: TGroupBox
    Left = 394
    Top = 10
    Width = 175
    Height = 255
    Caption = #25915#20987#20445#25252
    TabOrder = 2
    object Label2: TLabel
      Left = 10
      Top = 17
      Width = 54
      Height = 12
      Caption = #36830#25509#38480#21046':'
    end
    object Label9: TLabel
      Left = 10
      Top = 39
      Width = 54
      Height = 12
      Caption = #36830#25509#36229#26102':'
    end
    object EditMaxConnect: TSpinEdit
      Left = 64
      Top = 12
      Width = 57
      Height = 21
      Hint = 'Max no of times a single IP can be connected'
      EditorEnabled = False
      MaxValue = 1000
      MinValue = 1
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
      Value = 50
      OnChange = EditMaxConnectChange
    end
    object GroupBox3: TGroupBox
      Left = 10
      Top = 166
      Width = 159
      Height = 83
      Caption = #25915#20987#25805#20316
      TabOrder = 1
      object RadioAddBlockList: TRadioButton
        Left = 4
        Top = 52
        Width = 117
        Height = 21
        Hint = 'IP address will be blocked permanantely'
        Caption = #21152#20837#27704#20037#36807#28388#21015#34920
        ParentShowHint = False
        ShowHint = True
        TabOrder = 0
        OnClick = RadioAddBlockListClick
      end
      object RadioAddTempList: TRadioButton
        Left = 4
        Top = 32
        Width = 117
        Height = 21
        Hint = 'IP address will be blocked temporarily'
        Caption = #21152#20837#21160#24577#36807#28388#21015#34920
        ParentShowHint = False
        ShowHint = True
        TabOrder = 1
        OnClick = RadioAddTempListClick
      end
      object RadioDisConnect: TRadioButton
        Left = 4
        Top = 12
        Width = 93
        Height = 21
        Hint = 'Player will be disconnected'
        Caption = #26029#24320#36830#25509
        ParentShowHint = False
        ShowHint = True
        TabOrder = 2
        OnClick = RadioDisConnectClick
      end
    end
    object GroupBox4: TGroupBox
      Left = 10
      Top = 56
      Width = 159
      Height = 105
      Caption = #27969#37327#25511#21046
      TabOrder = 2
      object Label6: TLabel
        Left = 10
        Top = 39
        Width = 54
        Height = 12
        Caption = #26368#22823#38480#21046':'
      end
      object Label8: TLabel
        Left = 10
        Top = 61
        Width = 54
        Height = 12
        Caption = #25968#37327#38480#21046':'
      end
      object Label5: TLabel
        Left = 10
        Top = 17
        Width = 54
        Height = 12
        Caption = #20020#30028#22823#23567':'
      end
      object EditMaxSize: TSpinEdit
        Left = 64
        Top = 34
        Width = 81
        Height = 21
        EditorEnabled = False
        Increment = 10
        MaxValue = 10000
        MinValue = 1
        ParentShowHint = False
        ShowHint = True
        TabOrder = 0
        Value = 6000
        OnChange = EditMaxSizeChange
      end
      object EditMaxClientMsgCount: TSpinEdit
        Left = 64
        Top = 56
        Width = 81
        Height = 21
        EditorEnabled = False
        MaxValue = 100
        MinValue = 1
        ParentShowHint = False
        ShowHint = True
        TabOrder = 1
        Value = 5
        OnChange = EditMaxClientMsgCountChange
      end
      object CheckBoxLostLine: TCheckBox
        Left = 56
        Top = 78
        Width = 89
        Height = 21
        BiDiMode = bdLeftToRight
        Caption = #24322#24120#25481#32447#22788#29702
        ParentBiDiMode = False
        ParentShowHint = False
        ShowHint = True
        TabOrder = 2
        OnClick = CheckBoxLostLineClick
      end
      object EditNomSize: TSpinEdit
        Left = 64
        Top = 12
        Width = 81
        Height = 21
        EditorEnabled = False
        Increment = 10
        MaxValue = 1000
        MinValue = 1
        ParentShowHint = False
        ShowHint = True
        TabOrder = 3
        Value = 100
        OnChange = EditNomSizeChange
      end
    end
    object EditClientTimeOutTime: TSpinEdit
      Left = 64
      Top = 34
      Width = 57
      Height = 21
      Hint = 'Client will time out after # of minutes'
      EditorEnabled = False
      MaxValue = 10
      MinValue = 1
      ParentShowHint = False
      ShowHint = True
      TabOrder = 3
      Value = 5
      OnChange = EditClientTimeOutTimeChange
    end
  end
  object ButtonOK: TButton
    Left = 490
    Top = 270
    Width = 79
    Height = 27
    Caption = #30830#23450'(&O)'
    Default = True
    TabOrder = 3
    OnClick = ButtonOKClick
  end
  object BlockListPopupMenu: TPopupMenu
    OnPopup = BlockListPopupMenuPopup
    Left = 320
    Top = 160
    object BPOPMENU_REFLIST: TMenuItem
      Caption = '&Refresh'
      OnClick = BPOPMENU_REFLISTClick
    end
    object BPOPMENU_SORT: TMenuItem
      Caption = '&Sort'
      OnClick = BPOPMENU_SORTClick
    end
    object BPOPMENU_ADD: TMenuItem
      Caption = '&Add'
      OnClick = BPOPMENU_ADDClick
    end
    object BPOPMENU_ADDTEMPLIST: TMenuItem
      Caption = 'Add &Temp'
      OnClick = BPOPMENU_ADDTEMPLISTClick
    end
    object BPOPMENU_DELETE: TMenuItem
      Caption = '&Delete'
      OnClick = BPOPMENU_DELETEClick
    end
  end
  object TempBlockListPopupMenu: TPopupMenu
    OnPopup = TempBlockListPopupMenuPopup
    Left = 216
    Top = 160
    object TPOPMENU_REFLIST: TMenuItem
      Caption = '&Refresh'
      OnClick = TPOPMENU_REFLISTClick
    end
    object TPOPMENU_SORT: TMenuItem
      Caption = '&Sort'
      OnClick = TPOPMENU_SORTClick
    end
    object TPOPMENU_ADD: TMenuItem
      Caption = '&Add'
      OnClick = TPOPMENU_ADDClick
    end
    object TPOPMENU_BLOCKLIST: TMenuItem
      Caption = '&Block'
      OnClick = TPOPMENU_BLOCKLISTClick
    end
    object TPOPMENU_DELETE: TMenuItem
      Caption = '&Delete'
      OnClick = TPOPMENU_DELETEClick
    end
  end
  object ActiveListPopupMenu: TPopupMenu
    OnPopup = ActiveListPopupMenuPopup
    Left = 32
    Top = 160
    object APOPMENU_REFLIST: TMenuItem
      Caption = '&Refresh'
      OnClick = APOPMENU_REFLISTClick
    end
    object APOPMENU_SORT: TMenuItem
      Caption = '&Sort'
      OnClick = APOPMENU_SORTClick
    end
    object APOPMENU_ADDTEMPLIST: TMenuItem
      Caption = '&Add Temp'
      OnClick = APOPMENU_ADDTEMPLISTClick
    end
    object APOPMENU_BLOCKLIST: TMenuItem
      Caption = '&Block'
      OnClick = APOPMENU_BLOCKLISTClick
    end
    object APOPMENU_KICK: TMenuItem
      Caption = '&Kick'
      OnClick = APOPMENU_KICKClick
    end
  end
end

⌨️ 快捷键说明

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