148 lines
4.1 KiB
Plaintext
148 lines
4.1 KiB
Plaintext
object DlgUsbInfo: TDlgUsbInfo
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'USB '#50672#44208' '#51221#48372
|
|
ClientHeight = 210
|
|
ClientWidth = 552
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
OnClose = FormClose
|
|
TextHeight = 15
|
|
object vtList: TVirtualStringTree
|
|
Left = 0
|
|
Top = 0
|
|
Width = 552
|
|
Height = 210
|
|
AccessibleName = 'DriveInstance'
|
|
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
|
|
PopupMenu = popFun
|
|
ShowHint = True
|
|
TabOrder = 0
|
|
TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages]
|
|
TreeOptions.SelectionOptions = [toFullRowSelect, toRightClickSelect]
|
|
OnCompareNodes = vtListCompareNodes
|
|
OnFreeNode = vtListFreeNode
|
|
OnGetText = vtListGetText
|
|
OnGetHint = vtListGetHint
|
|
OnGetNodeDataSize = vtListGetNodeDataSize
|
|
OnHeaderClick = vtListHeaderClick
|
|
Touch.InteractiveGestures = [igPan, igPressAndTap]
|
|
Touch.InteractiveGestureOptions = [igoPanSingleFingerHorizontal, igoPanSingleFingerVertical, igoPanInertia, igoPanGutter, igoParentPassthrough]
|
|
ExplicitLeft = 8
|
|
ExplicitTop = 8
|
|
ExplicitWidth = 536
|
|
ExplicitHeight = 194
|
|
Columns = <
|
|
item
|
|
Position = 0
|
|
Text = #48264#54840
|
|
end
|
|
item
|
|
Position = 1
|
|
Text = #46300#46972#51060#48652
|
|
Width = 70
|
|
end
|
|
item
|
|
Position = 2
|
|
Text = #48380#47464' '#51060#47492
|
|
Width = 70
|
|
end
|
|
item
|
|
Position = 3
|
|
Text = #51109#52824' '#51060#47492
|
|
Width = 124
|
|
end
|
|
item
|
|
Position = 4
|
|
Text = #53356#44592
|
|
Width = 60
|
|
end
|
|
item
|
|
Position = 5
|
|
Text = #51064#49828#53556#49828' '#44221#47196
|
|
Width = 150
|
|
end
|
|
item
|
|
Position = 6
|
|
Text = 'VID'
|
|
end
|
|
item
|
|
Position = 7
|
|
Text = 'PID'
|
|
end
|
|
item
|
|
Position = 8
|
|
Text = #49884#47532#50620
|
|
Width = 80
|
|
end
|
|
item
|
|
Position = 9
|
|
Text = #54028#51068#49884#49828#53596
|
|
Width = 80
|
|
end
|
|
item
|
|
Position = 10
|
|
Text = #46356#49828#53356' '#48264#54840
|
|
Width = 80
|
|
end
|
|
item
|
|
Position = 11
|
|
Text = 'DriveInstance'
|
|
Width = 150
|
|
end>
|
|
DefaultText = ''
|
|
end
|
|
object popFun: TPopupMenu
|
|
AutoHotkeys = maManual
|
|
OnPopup = popFunPopup
|
|
Left = 264
|
|
Top = 88
|
|
object miRefresh: TMenuItem
|
|
Caption = #49352#47196#44256#52840
|
|
OnClick = miRefreshClick
|
|
end
|
|
object N2: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object miCopyAll: TMenuItem
|
|
Caption = #49440#53469#54620' USB '#51204#52404' '#51221#48372#47484' '#53364#47549#48372#46300#50640' '#48373#49324
|
|
OnClick = miCopyAllClick
|
|
end
|
|
object miInstanceId: TMenuItem
|
|
Caption = #49440#53469#54620' USB('#51064#49828#53556#49828') '#51221#48372#47484' '#53364#47549#48372#46300#50640' '#48373#49324
|
|
OnClick = miInstanceIdClick
|
|
end
|
|
object miCopyVidPidSerial: TMenuItem
|
|
Caption = #49440#53469#54620' USB(VID,PID,SERIAL) '#51221#48372#47484' '#53364#47549#48372#46300#50640' '#48373#49324
|
|
OnClick = miVidPidSerialClick
|
|
end
|
|
end
|
|
end
|