📄 ipaddrfilter.~dfm
字号:
object frmIPaddrFilter: TfrmIPaddrFilter
Left = 242
Top = 273
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = #32593#32476#23433#20840#36807#28388
ClientHeight = 243
ClientWidth = 579
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 = 231
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 = 199
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 = 231
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 = 199
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 = 199
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 = 386
Top = 10
Width = 191
Height = 231
Caption = #25915#20987#20445#25252
TabOrder = 2
object Label2: TLabel
Left = 10
Top = 17
Width = 54
Height = 12
Caption = #36830#25509#38480#21046':'
WordWrap = True
end
object Label3: TLabel
Left = 130
Top = 17
Width = 42
Height = 12
Caption = #36830#25509'/IP'
end
object EditMaxConnect: TSpinEdit
Left = 64
Top = 12
Width = 65
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 = 1
OnChange = EditMaxConnectChange
end
object GroupBox3: TGroupBox
Left = 10
Top = 106
Width = 167
Height = 87
Caption = #25915#20987#25805#20316
TabOrder = 1
object RadioAddBlockList: TRadioButton
Left = 12
Top = 56
Width = 125
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 = 12
Top = 34
Width = 125
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 = 12
Top = 12
Width = 85
Height = 21
Hint = 'Player will be disconnected'
Caption = #26029#24320#36830#25509
ParentShowHint = False
ShowHint = True
TabOrder = 2
OnClick = RadioDisConnectClick
end
end
end
object ButtonOK: TButton
Left = 482
Top = 212
Width = 79
Height = 21
Caption = #30830#23450'(&O)'
Default = True
TabOrder = 3
OnClick = ButtonOKClick
end
object BlockListPopupMenu: TPopupMenu
OnPopup = BlockListPopupMenuPopup
Left = 336
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 = 40
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 + -