Update MainUnit.dfm
This commit is contained in:
parent
5976db5692
commit
ea376cc43c
|
@ -17,11 +17,12 @@ object Frm: TFrm
|
||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
PixelsPerInch = 96
|
PixelsPerInch = 96
|
||||||
TextHeight = 13
|
TextHeight = 13
|
||||||
object RDP: TMsRdpClient2
|
object RDP: TMsRdpClient2NotSafeForScripting
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 640
|
Width = 640
|
||||||
Height = 480
|
Height = 480
|
||||||
|
Align = alClient
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
OnDisconnected = RDPDisconnected
|
OnDisconnected = RDPDisconnected
|
||||||
ControlData = {0003000008000200000000000B0000000B000000}
|
ControlData = {0003000008000200000000000B0000000B000000}
|
||||||
|
|
Loading…
Reference in New Issue