203 lines
4.5 KiB
Plaintext
203 lines
4.5 KiB
Plaintext
object DlgRmtHostMain: TDlgRmtHostMain
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu, biMinimize]
|
|
BorderStyle = bsSingle
|
|
Caption = 'RemoteHost'
|
|
ClientHeight = 295
|
|
ClientWidth = 298
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
TextHeight = 13
|
|
object pnBottom: TPanel
|
|
Left = 0
|
|
Top = 272
|
|
Width = 298
|
|
Height = 23
|
|
Align = alBottom
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
object lbMsg: TLabel
|
|
Left = 9
|
|
Top = 4
|
|
Width = 81
|
|
Height = 13
|
|
Caption = #51456#48708#46104#50632#49845#45768#45796'.'
|
|
end
|
|
end
|
|
object pcMain: TPageControl
|
|
Left = 0
|
|
Top = 0
|
|
Width = 298
|
|
Height = 272
|
|
ActivePage = tabHosting
|
|
Align = alClient
|
|
TabOrder = 1
|
|
object tabSetting: TTabSheet
|
|
Caption = #49444#51221
|
|
object Label4: TLabel
|
|
Left = 13
|
|
Top = 155
|
|
Width = 54
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
Caption = #54364#49884' '#51060#47492' :'
|
|
end
|
|
object GroupBox1: TGroupBox
|
|
Left = 12
|
|
Top = 10
|
|
Width = 265
|
|
Height = 129
|
|
Caption = 'Gateway '#51221#48372
|
|
TabOrder = 0
|
|
object Label1: TLabel
|
|
Left = 26
|
|
Top = 33
|
|
Width = 29
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
Caption = #51452#49548' :'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 26
|
|
Top = 60
|
|
Width = 29
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
Caption = #54252#53944' :'
|
|
end
|
|
object Label3: TLabel
|
|
Left = 15
|
|
Top = 87
|
|
Width = 40
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
Caption = #48372#50504#53412' :'
|
|
end
|
|
object edGtAddr: TEdit
|
|
Left = 66
|
|
Top = 29
|
|
Width = 175
|
|
Height = 21
|
|
TabOrder = 0
|
|
end
|
|
object edGtPort: TEdit
|
|
Left = 66
|
|
Top = 56
|
|
Width = 103
|
|
Height = 21
|
|
NumbersOnly = True
|
|
TabOrder = 1
|
|
end
|
|
object edGtSecureKey: TEdit
|
|
Left = 66
|
|
Top = 83
|
|
Width = 103
|
|
Height = 21
|
|
PasswordChar = #8
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object edDispName: TEdit
|
|
Left = 78
|
|
Top = 151
|
|
Width = 175
|
|
Height = 21
|
|
TabOrder = 1
|
|
end
|
|
object btnActive: TButton
|
|
Left = 32
|
|
Top = 194
|
|
Width = 226
|
|
Height = 29
|
|
Caption = #50896#44201#51648#50896' '#50836#52397
|
|
TabOrder = 2
|
|
OnClick = btnActiveClick
|
|
end
|
|
end
|
|
object tabHosting: TTabSheet
|
|
Caption = #54840#49828#54021
|
|
ImageIndex = 1
|
|
object Label5: TLabel
|
|
Left = 32
|
|
Top = 11
|
|
Width = 94
|
|
Height = 13
|
|
Caption = #50672#44208#46108' '#49436#54252#53552' '#47785#47197
|
|
end
|
|
object sStatus1: TShape
|
|
Left = 132
|
|
Top = 10
|
|
Width = 15
|
|
Height = 15
|
|
Brush.Color = clSilver
|
|
Shape = stCircle
|
|
end
|
|
object sStatus2: TShape
|
|
Left = 140
|
|
Top = 10
|
|
Width = 15
|
|
Height = 15
|
|
Brush.Color = clSilver
|
|
Shape = stCircle
|
|
end
|
|
object btnStop: TButton
|
|
Left = 32
|
|
Top = 194
|
|
Width = 226
|
|
Height = 29
|
|
Caption = #50896#44201#51648#50896' '#51473#51648
|
|
TabOrder = 0
|
|
OnClick = btnStopClick
|
|
end
|
|
object lxSuppoter: TListBox
|
|
Left = 32
|
|
Top = 32
|
|
Width = 226
|
|
Height = 156
|
|
ItemHeight = 13
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|
|
object PClient: TRtcHttpPortalClient
|
|
UserVisible = True
|
|
GwStoreParams = True
|
|
OnLogIn = PClientLogIn
|
|
OnLogOut = PClientLogOut
|
|
OnParams = PClientParams
|
|
OnStart = PClientStart
|
|
OnError = PClientError
|
|
OnFatalError = PClientFatalError
|
|
AutoSyncEvents = True
|
|
DataEncrypt = 16
|
|
DataForceEncrypt = True
|
|
RetryOtherCalls = 5
|
|
MultiThreaded = True
|
|
Gate_Timeout = 300
|
|
OnStatusGet = PClientStatusGet
|
|
OnStatusPut = PClientStatusPut
|
|
Left = 124
|
|
Top = 119
|
|
end
|
|
object PDesktopHost: TRtcPDesktopHost
|
|
Client = PClient
|
|
GwStoreParams = True
|
|
OnUserJoined = PDesktopHostUserJoined
|
|
OnUserLeft = PDesktopHostUserLeft
|
|
Left = 220
|
|
Top = 119
|
|
end
|
|
object PDesktopControl: TRtcPDesktopControl
|
|
Client = PClient
|
|
OnNewUI = PDesktopControlNewUI
|
|
Left = 252
|
|
Top = 119
|
|
end
|
|
end
|