58 lines
1.3 KiB
Plaintext
58 lines
1.3 KiB
Plaintext
object DlgRdpLink: TDlgRdpLink
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu, biMinimize]
|
|
BorderStyle = bsSingle
|
|
Caption = 'RDP '#50672#44208
|
|
ClientHeight = 182
|
|
ClientWidth = 263
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poOwnerFormCenter
|
|
OnClose = FormClose
|
|
TextHeight = 15
|
|
object lbMsg: TLabel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 263
|
|
Height = 65
|
|
Align = alTop
|
|
Alignment = taCenter
|
|
AutoSize = False
|
|
Caption = #50896#44201' '#51217#49549#51012' '#50836#52397#54633#45768#45796'....'
|
|
Layout = tlCenter
|
|
ExplicitWidth = 329
|
|
end
|
|
object btnOpenMstsc: TButton
|
|
Left = 32
|
|
Top = 96
|
|
Width = 201
|
|
Height = 25
|
|
Caption = 'mstsc.exe '#49892#54665' '#54980' '#50672#44208
|
|
Enabled = False
|
|
TabOrder = 0
|
|
OnClick = btnOpenMstscClick
|
|
end
|
|
object btnCopyCB: TButton
|
|
Left = 32
|
|
Top = 136
|
|
Width = 201
|
|
Height = 25
|
|
Caption = #51217#49549' '#51221#48372#47484' '#53364#47549#48372#46300#50640' '#48373#49324
|
|
Enabled = False
|
|
TabOrder = 1
|
|
OnClick = btnCopyCBClick
|
|
end
|
|
object tMstscAuto: TTimer
|
|
Enabled = False
|
|
Interval = 500
|
|
OnTimer = tMstscAutoTimer
|
|
Left = 200
|
|
Top = 80
|
|
end
|
|
end
|