viewonlinehuman.dfm
来自「2009最新 传奇汉化0599代码 传奇汉化」· DFM 代码 · 共 128 行
DFM
128 行
object frmViewOnlineHuman: TfrmViewOnlineHuman
Left = 96
Top = 215
Width = 847
Height = 363
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Online Players'
ClientHeight = 320
ClientWidth = 860
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 15
object Label1: TLabel
Left = 140
Top = 292
Width = 25
Height = 15
Caption = 'Sort:'
end
object PanelStatus: TPanel
Left = 0
Top = 0
Width = 860
Height = 271
Align = alTop
Caption = '??????...'
TabOrder = 0
object GridHuman: TStringGrid
Left = 1
Top = 1
Width = 858
Height = 269
Align = alClient
ColCount = 14
DefaultRowHeight = 18
FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
TabOrder = 0
OnDblClick = GridHumanDblClick
ColWidths = (
33
78
31
44
39
37
47
74
89
32
138
59
55
57)
end
end
object ButtonRefGrid: TButton
Left = 10
Top = 282
Width = 91
Height = 31
Hint = 'Refresh the list'
Caption = '&Refresh'
TabOrder = 1
OnClick = ButtonRefGridClick
end
object ComboBoxSort: TComboBox
Left = 190
Top = 290
Width = 141
Height = 23
Style = csDropDownList
ItemHeight = 15
TabOrder = 2
OnClick = ComboBoxSortClick
Items.Strings = (
'Name'
'Gender'
'Job'
'Level'
'Map'
'IP Address'
'Permission Level'
'Local IP')
end
object EditSearchName: TEdit
Left = 400
Top = 290
Width = 161
Height = 23
TabOrder = 3
end
object ButtonSearch: TButton
Left = 570
Top = 282
Width = 91
Height = 31
Caption = '&Search'
TabOrder = 4
OnClick = ButtonSearchClick
end
object ButtonView: TButton
Left = 752
Top = 282
Width = 101
Height = 31
Hint = 'View the selected characters full data card'
Caption = '&View'
TabOrder = 5
OnClick = ButtonViewClick
end
object Timer: TTimer
Enabled = False
Left = 288
Top = 232
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?