BSOne.SFC/Tocsg.Module/RemoteSecu/EXE_RemoteSecuClient/DSelRdpDest.dfm

121 lines
3.2 KiB
Plaintext

object DlgSelRdpDest: TDlgSelRdpDest
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
Caption = 'RDP '#50672#44208' '#50836#52397
ClientHeight = 212
ClientWidth = 447
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poOwnerFormCenter
TextHeight = 15
object pnClient: TPanel
Left = 0
Top = 0
Width = 447
Height = 171
Align = alClient
BevelOuter = bvNone
TabOrder = 0
ExplicitWidth = 451
ExplicitHeight = 172
object vtList: TVirtualStringTree
Left = 0
Top = 0
Width = 451
Height = 172
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 = 0
TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages]
TreeOptions.SelectionOptions = [toFullRowSelect, toRightClickSelect]
OnDblClick = btnOkClick
OnFreeNode = vtListFreeNode
OnGetText = vtListGetText
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 = 'IP '#51452#49548
Width = 120
end
item
Position = 2
Text = #49324#48264
Width = 80
end
item
Position = 3
Text = #44228#51221
Width = 80
end
item
Position = 4
Text = #52980#54504#53552' '#51060#47492
Width = 150
end>
end
end
object pnBottom: TPanel
Left = 0
Top = 171
Width = 447
Height = 41
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
ExplicitTop = 172
ExplicitWidth = 451
object btnOk: TButton
Left = 108
Top = 9
Width = 75
Height = 25
Caption = #54869#51064
TabOrder = 0
OnClick = btnOkClick
end
object btnCancel: TButton
Left = 268
Top = 9
Width = 75
Height = 25
Cancel = True
Caption = #52712#49548
ModalResult = 2
TabOrder = 1
end
end
end