BSOne.SFC/Tocsg.Module/AppCtrl/EXE_AppCtrl/DAppCtrlMain.dfm

157 lines
3.9 KiB
Plaintext

object DlgAppCtrlMain: TDlgAppCtrlMain
Left = 0
Top = 0
Caption = 'AppCtrl'
ClientHeight = 360
ClientWidth = 438
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 = 438
Height = 41
Align = alTop
BevelOuter = bvNone
TabOrder = 0
ExplicitWidth = 434
object btnHook: TButton
Left = 0
Top = 10
Width = 113
Height = 25
Caption = 'APP '#51228#50612' '#49884#51089
TabOrder = 0
OnClick = btnHookClick
end
object Button2: TButton
Left = 168
Top = 10
Width = 75
Height = 25
Caption = 'Button2'
Enabled = False
TabOrder = 1
Visible = False
OnClick = Button2Click
end
object btnTestMsg: TButton
Left = 249
Top = 10
Width = 75
Height = 25
Caption = 'btnTestMsg'
TabOrder = 2
Visible = False
OnClick = btnTestMsgClick
end
end
object pnClient: TPanel
Left = 0
Top = 41
Width = 438
Height = 319
Align = alClient
BevelOuter = bvNone
TabOrder = 1
ExplicitWidth = 434
ExplicitHeight = 318
object GroupBox2: TGroupBox
Left = 0
Top = 0
Width = 438
Height = 105
Align = alTop
Caption = #51228#50612' '#45824#49345' APP'
TabOrder = 0
ExplicitWidth = 434
DesignSize = (
438
105)
object mmTgApp: TMemo
Left = 9
Top = 24
Width = 415
Height = 71
Anchors = [akLeft, akTop, akRight]
Lines.Strings = (
'chrome.exe|msedge.exe|Kakaotalk.exe')
ScrollBars = ssVertical
TabOrder = 0
ExplicitWidth = 411
end
end
object vtList: TVirtualStringTree
Left = 0
Top = 105
Width = 438
Height = 214
Align = alClient
Colors.BorderColor = 15987699
Colors.DisabledColor = clGray
Colors.DropMarkColor = 15385233
Colors.DropTargetColor = 15385233
Colors.DropTargetBorderColor = 15385233
Colors.FocusedSelectionColor = 15385233
Colors.FocusedSelectionBorderColor = 15385233
Colors.GridLineColor = 15987699
Colors.HeaderHotColor = clBlack
Colors.HotColor = clBlack
Colors.SelectionRectangleBlendColor = 15385233
Colors.SelectionRectangleBorderColor = 15385233
Colors.SelectionTextColor = clBlack
Colors.TreeLineColor = 9471874
Colors.UnfocusedColor = clGray
Colors.UnfocusedSelectionColor = clWhite
Colors.UnfocusedSelectionBorderColor = clWhite
Header.AutoSizeIndex = 0
Header.Options = [hoColumnResize, hoDrag, hoShowSortGlyphs, hoVisible]
HintMode = hmTooltip
ParentShowHint = False
ShowHint = True
TabOrder = 1
TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages]
TreeOptions.SelectionOptions = [toFullRowSelect]
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 = #54532#47196#49464#49828' '#51060#47492
Width = 130
end
item
Position = 2
Text = 'PID'
Width = 80
end
item
Position = 3
Text = #44221#47196
Width = 250
end>
end
end
object tMtx: TTimer
Enabled = False
Interval = 500
OnTimer = tMtxTimer
Left = 368
Top = 8
end
end