117 lines
2.8 KiB
Plaintext
117 lines
2.8 KiB
Plaintext
object DlgMsaaExtrMain: TDlgMsaaExtrMain
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'UIAutoExtractor'
|
|
ClientHeight = 654
|
|
ClientWidth = 916
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
TextHeight = 15
|
|
object SP1: TSplitter
|
|
Left = 0
|
|
Top = 434
|
|
Width = 916
|
|
Height = 5
|
|
Cursor = crVSplit
|
|
Align = alBottom
|
|
ExplicitTop = 252
|
|
ExplicitWidth = 657
|
|
end
|
|
object pnTop: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 916
|
|
Height = 41
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
ExplicitWidth = 912
|
|
object btnExtract: TButton
|
|
Left = 167
|
|
Top = 10
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Extract'
|
|
TabOrder = 0
|
|
OnClick = btnExtractClick
|
|
end
|
|
object cbTarget: TComboBox
|
|
Left = 16
|
|
Top = 12
|
|
Width = 145
|
|
Height = 23
|
|
TabOrder = 1
|
|
Text = 'chrome.exe'
|
|
Items.Strings = (
|
|
'chrome.exe'
|
|
'msedge.exe'
|
|
'whale.exe'
|
|
'vivaldi.exe'
|
|
'ChatGPT.exe'
|
|
'CopilotNative.exe'
|
|
'Telegram.exe')
|
|
end
|
|
end
|
|
object vtTree: TVirtualStringTree
|
|
Left = 0
|
|
Top = 439
|
|
Width = 916
|
|
Height = 215
|
|
AccessibleName = 'Info'
|
|
Align = alBottom
|
|
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 = [hoAutoResize, hoColumnResize, hoDrag, hoShowSortGlyphs]
|
|
HintMode = hmTooltip
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 1
|
|
OnFreeNode = vtTreeFreeNode
|
|
OnGetText = vtTreeGetText
|
|
OnGetHint = vtTreeGetHint
|
|
OnGetNodeDataSize = vtTreeGetNodeDataSize
|
|
Touch.InteractiveGestures = [igPan, igPressAndTap]
|
|
Touch.InteractiveGestureOptions = [igoPanSingleFingerHorizontal, igoPanSingleFingerVertical, igoPanInertia, igoPanGutter, igoParentPassthrough]
|
|
Columns = <
|
|
item
|
|
Position = 0
|
|
Text = 'Info'
|
|
Width = 912
|
|
end>
|
|
DefaultText = ''
|
|
end
|
|
object mmInfo: TMemo
|
|
Left = 0
|
|
Top = 41
|
|
Width = 916
|
|
Height = 393
|
|
Align = alClient
|
|
ReadOnly = True
|
|
ScrollBars = ssVertical
|
|
TabOrder = 2
|
|
ExplicitWidth = 912
|
|
ExplicitHeight = 392
|
|
end
|
|
end
|