humaninfo.dfm
来自「2009最新 传奇汉化0599代码 传奇汉化」· DFM 代码 · 共 663 行 · 第 1/2 页
DFM
663 行
end
object EditCreditPoint: TSpinEdit
Left = 93
Top = 79
Width = 86
Height = 24
MaxValue = 255
MinValue = 0
TabOrder = 2
Value = 0
end
object EditBonusPoint: TSpinEdit
Left = 93
Top = 109
Width = 86
Height = 24
Hint = 'Amount of bonus points'
MaxValue = 2000000
MinValue = 0
TabOrder = 3
Value = 0
end
object EditEditBonusPointUsed: TSpinEdit
Left = 93
Top = 147
Width = 86
Height = 24
Hint = 'Total bonus points used'
EditorEnabled = False
Enabled = False
MaxValue = 0
MinValue = 0
TabOrder = 4
Value = 0
end
end
end
object TabSheet3: TTabSheet
Caption = 'Stats'
ImageIndex = 2
object GroupBox3: TGroupBox
Left = 10
Top = 10
Width = 191
Height = 241
Caption = 'Stats'
TabOrder = 0
object Label11: TLabel
Left = 10
Top = 24
Width = 19
Height = 15
Caption = 'AC:'
end
object Label13: TLabel
Left = 10
Top = 54
Width = 28
Height = 15
Caption = 'MAC:'
end
object Label14: TLabel
Left = 10
Top = 84
Width = 21
Height = 15
Caption = 'DC:'
end
object Label15: TLabel
Left = 10
Top = 114
Width = 21
Height = 15
Caption = 'MC:'
end
object Label16: TLabel
Left = 10
Top = 144
Width = 20
Height = 15
Caption = 'SC:'
end
object Label17: TLabel
Left = 10
Top = 174
Width = 20
Height = 15
Caption = 'HP:'
end
object Label18: TLabel
Left = 10
Top = 204
Width = 20
Height = 15
Caption = 'MP:'
end
object EditAC: TEdit
Left = 70
Top = 20
Width = 101
Height = 23
ReadOnly = True
TabOrder = 0
Text = 'EditName'
end
object EditMAC: TEdit
Left = 70
Top = 50
Width = 101
Height = 23
ReadOnly = True
TabOrder = 1
Text = 'EditName'
end
object EditDC: TEdit
Left = 70
Top = 80
Width = 101
Height = 23
ReadOnly = True
TabOrder = 2
Text = 'EditName'
end
object EditMC: TEdit
Left = 70
Top = 110
Width = 101
Height = 23
ReadOnly = True
TabOrder = 3
Text = 'EditName'
end
object EditSC: TEdit
Left = 70
Top = 140
Width = 101
Height = 23
ReadOnly = True
TabOrder = 4
Text = 'EditName'
end
object EditHP: TEdit
Left = 70
Top = 170
Width = 101
Height = 23
ReadOnly = True
TabOrder = 5
Text = 'EditName'
end
object EditMP: TEdit
Left = 70
Top = 200
Width = 101
Height = 23
ReadOnly = True
TabOrder = 6
Text = 'EditName'
end
end
end
object TabSheet4: TTabSheet
Caption = 'Equipped'
ImageIndex = 3
object GroupBox7: TGroupBox
Left = 10
Top = 10
Width = 761
Height = 251
Caption = 'Items that are currently equipped'
TabOrder = 0
object GridUserItem: TStringGrid
Left = 10
Top = 20
Width = 741
Height = 221
ColCount = 10
DefaultColWidth = 55
DefaultRowHeight = 18
RowCount = 14
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goRowSelect]
TabOrder = 0
ColWidths = (
55
67
63
68
45
45
44
43
46
87)
end
end
end
object TabSheet5: TTabSheet
Caption = 'Bag'
ImageIndex = 4
object GroupBox8: TGroupBox
Left = 10
Top = 10
Width = 761
Height = 251
Caption = 'Items that are currently in bag'
TabOrder = 0
object GridBagItem: TStringGrid
Left = 10
Top = 20
Width = 741
Height = 221
ColCount = 10
DefaultColWidth = 55
DefaultRowHeight = 18
RowCount = 14
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goRowSelect]
TabOrder = 0
ColWidths = (
55
67
63
68
45
45
44
43
46
88)
end
end
end
object TabSheet6: TTabSheet
Caption = 'Storage'
ImageIndex = 5
object GroupBox10: TGroupBox
Left = 10
Top = 10
Width = 761
Height = 251
Caption = 'Items that are currently in storage'
TabOrder = 0
object GridStorageItem: TStringGrid
Left = 10
Top = 20
Width = 741
Height = 221
ColCount = 10
DefaultColWidth = 55
DefaultRowHeight = 18
FixedCols = 0
RowCount = 14
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goRowSelect]
TabOrder = 0
ColWidths = (
55
67
63
67
45
45
44
43
46
89)
end
end
end
end
object GroupBox4: TGroupBox
Left = 10
Top = 320
Width = 181
Height = 91
Caption = 'Disconnecting user'
TabOrder = 1
object CheckBoxMonitor: TCheckBox
Left = 10
Top = 20
Width = 143
Height = 21
Caption = 'Automatically refresh'
Checked = True
State = cbChecked
TabOrder = 0
OnClick = CheckBoxMonitorClick
end
object ButtonKick: TButton
Left = 10
Top = 50
Width = 81
Height = 31
Hint = 'Disconnects a user from the server'
Caption = '&Kick user'
TabOrder = 1
OnClick = ButtonKickClick
end
end
object GroupBox5: TGroupBox
Left = 200
Top = 320
Width = 151
Height = 91
Caption = 'Status'
TabOrder = 2
object EditHumanStatus: TEdit
Left = 10
Top = 30
Width = 131
Height = 23
ReadOnly = True
TabOrder = 0
end
end
object ButtonSave: TButton
Left = 420
Top = 370
Width = 81
Height = 31
Hint = 'Save settings'
Caption = '&Save'
TabOrder = 3
OnClick = ButtonSaveClick
end
object Timer: TTimer
Enabled = False
OnTimer = TimerTimer
Left = 432
Top = 240
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?