112 lines
2.3 KiB
Plaintext
112 lines
2.3 KiB
Plaintext
object DlgCoeAgentMain: TDlgCoeAgentMain
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'RemoteSecuClient'
|
|
ClientHeight = 240
|
|
ClientWidth = 392
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Menu = MainMenu
|
|
Position = poScreenCenter
|
|
TextHeight = 15
|
|
object mmLog: TMemo
|
|
Left = 0
|
|
Top = 0
|
|
Width = 392
|
|
Height = 220
|
|
Align = alClient
|
|
ReadOnly = True
|
|
ScrollBars = ssBoth
|
|
TabOrder = 0
|
|
ExplicitWidth = 388
|
|
ExplicitHeight = 219
|
|
end
|
|
object pnBottom: TPanel
|
|
Left = 0
|
|
Top = 220
|
|
Width = 392
|
|
Height = 20
|
|
Align = alBottom
|
|
BevelOuter = bvNone
|
|
TabOrder = 1
|
|
ExplicitTop = 219
|
|
ExplicitWidth = 388
|
|
DesignSize = (
|
|
392
|
|
20)
|
|
object lbTime: TLabel
|
|
Left = 4
|
|
Top = 2
|
|
Width = 36
|
|
Height = 15
|
|
Caption = #51456#48708#46120
|
|
end
|
|
object lbStatus: TLabel
|
|
Left = 302
|
|
Top = 2
|
|
Width = 85
|
|
Height = 15
|
|
Alignment = taRightJustify
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'RDP'#48372#50504' '#48120#51201#50857
|
|
end
|
|
end
|
|
object btnScrSecu: TButton
|
|
Left = 8
|
|
Top = 8
|
|
Width = 97
|
|
Height = 25
|
|
Caption = #54868#47732' '#48372#50504' '#49884#51089
|
|
TabOrder = 2
|
|
OnClick = btnScrSecuClick
|
|
end
|
|
object MainMenu: TMainMenu
|
|
AutoHotkeys = maManual
|
|
Left = 232
|
|
Top = 120
|
|
object miConnection: TMenuItem
|
|
Caption = #50672#44208'(&C)'
|
|
OnClick = miConnectionClick
|
|
object miConnect: TMenuItem
|
|
Caption = #51217#49549'(&A)'
|
|
OnClick = miConnectClick
|
|
end
|
|
object miDisconnect: TMenuItem
|
|
Caption = #51217#49549' '#54644#51228'(&D)'
|
|
OnClick = miDisconnectClick
|
|
end
|
|
object N1: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object miExit: TMenuItem
|
|
Caption = #51333#47308'(&X)'
|
|
OnClick = miExitClick
|
|
end
|
|
end
|
|
object N2: TMenuItem
|
|
Caption = #50896#44201' '#51217#49549'(&R)'
|
|
object RDP1: TMenuItem
|
|
Caption = 'RDP '#50672#44208' '#50836#52397
|
|
OnClick = RDP1Click
|
|
end
|
|
end
|
|
end
|
|
object tInit: TTimer
|
|
Enabled = False
|
|
Interval = 100
|
|
OnTimer = tInitTimer
|
|
Left = 112
|
|
Top = 56
|
|
end
|
|
object tStatus: TTimer
|
|
Enabled = False
|
|
OnTimer = tStatusTimer
|
|
Left = 112
|
|
Top = 120
|
|
end
|
|
end
|