viewlist.dfm
来自「2009最新 传奇汉化0599代码 传奇汉化」· DFM 代码 · 共 1,300 行 · 第 1/3 页
DFM
1,300 行
TabOrder = 3
OnClick = ButtonDisableTakeOffAddAllClick
end
object ButtonDisableTakeOffDelAll: TButton
Left = 250
Top = 150
Width = 91
Height = 31
Caption = 'D&elete all'
TabOrder = 4
OnClick = ButtonDisableTakeOffDelAllClick
end
object ButtonDisableTakeOffSave: TButton
Left = 250
Top = 190
Width = 91
Height = 31
Caption = '&Save'
TabOrder = 5
OnClick = ButtonDisableTakeOffSaveClick
end
object GroupBox11: TGroupBox
Left = 360
Top = 5
Width = 221
Height = 221
Caption = 'Item list'
TabOrder = 6
object ListBoxitemList3: TListBox
Left = 10
Top = 20
Width = 201
Height = 191
ItemHeight = 15
TabOrder = 0
OnClick = ListBoxitemList3Click
end
end
end
object TabSheet11: TTabSheet
Caption = 'Clear mon'
ImageIndex = 11
object GroupBox13: TGroupBox
Left = 10
Top = 4
Width = 221
Height = 221
Caption = 'Safe mobs'
TabOrder = 0
object ListBoxNoClearMonList: TListBox
Left = 10
Top = 20
Width = 201
Height = 191
Hint = 'All these mobs will be SAFE when Clearmonmap command is used'
ItemHeight = 15
TabOrder = 0
OnClick = ListBoxNoClearMonListClick
end
end
object ButtonNoClearMonAdd: TButton
Left = 250
Top = 30
Width = 91
Height = 31
Caption = '&Add'
TabOrder = 1
OnClick = ButtonNoClearMonAddClick
end
object ButtonNoClearMonDel: TButton
Left = 250
Top = 70
Width = 91
Height = 31
Caption = '&Delete'
TabOrder = 2
OnClick = ButtonNoClearMonDelClick
end
object ButtonNoClearMonAddAll: TButton
Left = 250
Top = 110
Width = 91
Height = 31
Caption = 'Add al&l'
TabOrder = 3
OnClick = ButtonNoClearMonAddAllClick
end
object ButtonNoClearMonDelAll: TButton
Left = 250
Top = 150
Width = 91
Height = 31
Caption = 'D&elete all'
TabOrder = 4
OnClick = ButtonNoClearMonDelAllClick
end
object ButtonNoClearMonSave: TButton
Left = 250
Top = 190
Width = 91
Height = 31
Caption = '&Save'
TabOrder = 5
OnClick = ButtonNoClearMonSaveClick
end
object GroupBox14: TGroupBox
Left = 360
Top = 4
Width = 221
Height = 221
Caption = 'Mob list'
TabOrder = 6
object ListBoxMonList: TListBox
Left = 10
Top = 20
Width = 201
Height = 191
ItemHeight = 15
TabOrder = 0
OnClick = ListBoxMonListClick
end
end
end
object TabSheet6: TTabSheet
Caption = 'Player binding'
ImageIndex = 5
object GridItemBindCharName: TStringGrid
Left = 10
Top = 10
Width = 421
Height = 221
ColCount = 4
DefaultRowHeight = 18
FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSelect]
TabOrder = 0
OnClick = GridItemBindCharNameClick
ColWidths = (
91
63
68
88)
end
object GroupBox17: TGroupBox
Left = 440
Top = 10
Width = 211
Height = 221
Caption = 'Settings'
TabOrder = 1
object Label10: TLabel
Left = 10
Top = 53
Width = 49
Height = 15
Caption = 'Item IDX:'
end
object Label11: TLabel
Left = 10
Top = 83
Width = 42
Height = 15
Caption = 'Item ID:'
end
object Label12: TLabel
Left = 10
Top = 113
Width = 72
Height = 15
Caption = 'Player name:'
end
object Label13: TLabel
Left = 10
Top = 23
Width = 62
Height = 15
Caption = 'Item name:'
end
object ButtonItemBindCharNameMod: TButton
Left = 120
Top = 140
Width = 81
Height = 31
Caption = '&Save'
TabOrder = 0
OnClick = ButtonItemBindCharNameModClick
end
object EditItemBindCharNameItemIdx: TSpinEdit
Left = 85
Top = 49
Width = 116
Height = 24
MaxValue = 5000
MinValue = 1
TabOrder = 1
Value = 10
OnChange = EditItemBindCharNameItemIdxChange
end
object EditItemBindCharNameItemMakeIdx: TSpinEdit
Left = 85
Top = 79
Width = 116
Height = 24
MaxValue = 0
MinValue = 0
TabOrder = 2
Value = 10
OnChange = EditItemBindCharNameItemMakeIdxChange
end
object EditItemBindCharNameItemName: TEdit
Left = 85
Top = 20
Width = 116
Height = 23
ReadOnly = True
TabOrder = 3
end
object ButtonItemBindCharNameAdd: TButton
Left = 10
Top = 140
Width = 81
Height = 31
Caption = '&Add'
TabOrder = 4
OnClick = ButtonItemBindCharNameAddClick
end
object ButtonItemBindCharNameRef: TButton
Left = 120
Top = 180
Width = 81
Height = 31
Caption = '&Refresh'
TabOrder = 5
OnClick = ButtonItemBindCharNameRefClick
end
object ButtonItemBindCharNameDel: TButton
Left = 10
Top = 180
Width = 81
Height = 31
Caption = '&Delete'
TabOrder = 6
OnClick = ButtonItemBindCharNameDelClick
end
object EditItemBindCharNameName: TEdit
Left = 85
Top = 110
Width = 116
Height = 23
TabOrder = 7
OnChange = EditItemBindCharNameNameChange
end
end
end
object TabSheet5: TTabSheet
Caption = 'Account binding'
ImageIndex = 4
object GridItemBindAccount: TStringGrid
Left = 10
Top = 10
Width = 421
Height = 221
ColCount = 4
DefaultRowHeight = 18
FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSelect]
TabOrder = 0
OnClick = GridItemBindAccountClick
ColWidths = (
91
63
68
88)
end
object GroupBox16: TGroupBox
Left = 440
Top = 10
Width = 211
Height = 221
Caption = 'Settings'
TabOrder = 1
object Label6: TLabel
Left = 10
Top = 53
Width = 49
Height = 15
Caption = 'Item IDX:'
end
object Label7: TLabel
Left = 10
Top = 83
Width = 42
Height = 15
Caption = 'Item ID:'
end
object Label8: TLabel
Left = 10
Top = 113
Width = 46
Height = 15
Caption = 'Account:'
end
object Label9: TLabel
Left = 10
Top = 23
Width = 62
Height = 15
Caption = 'Item name:'
end
object ButtonItemBindAcountMod: TButton
Left = 120
Top = 140
Width = 81
Height = 31
Caption = '&Save'
TabOrder = 0
OnClick = ButtonItemBindAcountModClick
end
object EditItemBindAccountItemIdx: TSpinEdit
Left = 85
Top = 49
Width = 116
Height = 24
MaxValue = 5000
MinValue = 1
TabOrder = 1
Value = 10
OnChange = EditItemBindAccountItemIdxChange
end
object EditItemBindAccountItemMakeIdx: TSpinEdit
Left = 85
Top = 79
Width = 116
Height = 24
MaxValue = 0
MinValue = 0
TabOrder = 2
Value = 10
OnChange = EditItemBindAccountItemMakeIdxChange
end
object EditItemBindAccountItemName: TEdit
Left = 85
Top = 20
Width = 116
Height = 23
ReadOnly = True
TabOrder = 3
end
object ButtonItemBindAcountAdd: TButton
Left = 10
Top = 140
Width = 81
Height = 31
Caption = '&Add'
TabOrder = 4
OnClick = ButtonItemBindAcountAddClick
end
object ButtonItemBindAcountRef: TButton
Left = 120
Top = 180
Width = 81
Height = 31
Caption = '&Refresh'
TabOrder = 5
OnClick = ButtonItemBindAcountRefClick
end
object ButtonItemBindAcountDel: TButton
Left = 10
Top = 180
Width = 81
Height = 31
Caption = '&Delete'
TabOrder = 6
OnClick = ButtonItemBindAcountDelClick
end
object EditItemBindAccountName: TEdit
Left = 85
Top = 110
Width = 116
Height = 23
TabOrder = 7
OnChange = EditItemBindAccountNameChange
end
end
end
object TabSheet7: TTabSheet
Caption = 'IP binding'
ImageIndex = 6
object GridItemBindIPaddr: TStringGrid
Left = 10
Top = 10
Width = 421
Height = 221
ColCount = 4
DefaultRowHeight = 18
FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSelect]
TabOrder = 0
OnClick = GridItemBindIPaddrClick
ColWidths = (
91
63
68
88)
end
object GroupBox18: TGroupBox
Left = 440
Top = 10
Width = 211
Height = 221
Caption = 'Settings'
TabOrder = 1
object Label14: TLabel
Left = 10
Top = 53
Width = 49
Height = 15
Caption = 'Item IDX:'
end
object Label15: TLabel
Left = 10
Top = 83
Width = 42
Height = 15
Caption = 'Item ID:'
end
object Label16: TLabel
Left = 10
Top = 113
Width = 63
Height = 15
Caption = 'IP address:'
end
object Label17: TLabel
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?