137 lines
3.1 KiB
Plaintext
137 lines
3.1 KiB
Plaintext
object DlgSockMonMain: TDlgSockMonMain
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'SocketMon'
|
|
ClientHeight = 427
|
|
ClientWidth = 936
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
TextHeight = 15
|
|
object pnTop: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 936
|
|
Height = 41
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
object btnMon: TButton
|
|
Left = 2
|
|
Top = 10
|
|
Width = 135
|
|
Height = 25
|
|
Caption = #54056#53431' '#47784#45768#53552#47553' '#49884#51089
|
|
TabOrder = 0
|
|
OnClick = btnMonClick
|
|
end
|
|
end
|
|
object pnBottom: TPanel
|
|
Left = 0
|
|
Top = 403
|
|
Width = 936
|
|
Height = 24
|
|
Align = alBottom
|
|
BevelOuter = bvNone
|
|
TabOrder = 1
|
|
object lbState: TLabel
|
|
Left = 2
|
|
Top = 6
|
|
Width = 75
|
|
Height = 15
|
|
Caption = #51456#48708#46096#49845#45768#45796'.'
|
|
end
|
|
end
|
|
object vtList: TVirtualStringTree
|
|
Left = 0
|
|
Top = 41
|
|
Width = 936
|
|
Height = 362
|
|
Align = alClient
|
|
Header.AutoSizeIndex = 0
|
|
Header.Options = [hoColumnResize, hoDrag, hoShowSortGlyphs, hoVisible]
|
|
HintMode = hmTooltip
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 2
|
|
TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages]
|
|
TreeOptions.SelectionOptions = [toFullRowSelect, toMultiSelect, toRightClickSelect]
|
|
OnFreeNode = vtListFreeNode
|
|
OnGetText = vtListGetText
|
|
OnGetHint = vtListGetHint
|
|
OnGetNodeDataSize = vtListGetNodeDataSize
|
|
Touch.InteractiveGestures = [igPan, igPressAndTap]
|
|
Touch.InteractiveGestureOptions = [igoPanSingleFingerHorizontal, igoPanSingleFingerVertical, igoPanInertia, igoPanGutter, igoParentPassthrough]
|
|
Columns = <
|
|
item
|
|
Position = 0
|
|
Text = #48264#54840
|
|
end
|
|
item
|
|
Position = 1
|
|
Text = #54056#53431' '#51068#49884
|
|
Width = 150
|
|
end
|
|
item
|
|
Position = 2
|
|
Text = #54532#47196#53664#53084
|
|
Width = 70
|
|
end
|
|
item
|
|
Position = 3
|
|
Text = #48156#49888' IP'
|
|
Width = 90
|
|
end
|
|
item
|
|
Position = 4
|
|
Text = #48156#49888' Port'
|
|
Width = 70
|
|
end
|
|
item
|
|
Position = 5
|
|
Text = #49688#49888' IP'
|
|
Width = 90
|
|
end
|
|
item
|
|
Position = 6
|
|
Text = #49688#49888' Port'
|
|
Width = 70
|
|
end
|
|
item
|
|
Position = 7
|
|
Text = #54532#47196#49464#49828' '#51060#47492
|
|
Width = 120
|
|
end
|
|
item
|
|
Position = 8
|
|
Text = 'PID'
|
|
Width = 60
|
|
end
|
|
item
|
|
Position = 9
|
|
Text = #54056#53431' '#53356#44592
|
|
Width = 70
|
|
end
|
|
item
|
|
Position = 10
|
|
Text = #45936#51060#53552' '#53356#44592
|
|
Width = 80
|
|
end
|
|
item
|
|
Position = 11
|
|
Text = #45936#51060#53552
|
|
Width = 300
|
|
end>
|
|
end
|
|
object tProg: TTimer
|
|
Enabled = False
|
|
OnTimer = tProgTimer
|
|
Left = 240
|
|
Top = 208
|
|
end
|
|
end
|