Merge ea376cc43c93588a06dce0e7d0a1e36487c6c956 into a5c64a43319e4e375b391ad42c41504bcb349b4a
This commit is contained in:
commit
90f9d592e2
@ -17,11 +17,12 @@ object Frm: TFrm
|
||||
OnCreate = FormCreate
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object RDP: TMsRdpClient2
|
||||
object RDP: TMsRdpClient2NotSafeForScripting
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 640
|
||||
Height = 480
|
||||
Align = alClient
|
||||
TabOrder = 0
|
||||
OnDisconnected = RDPDisconnected
|
||||
ControlData = {0003000008000200000000000B0000000B000000}
|
||||
|
@ -24,7 +24,7 @@ uses
|
||||
|
||||
type
|
||||
TFrm = class(TForm)
|
||||
RDP: TMsRdpClient2;
|
||||
RDP: TMsRdpClient2NotSafeForScripting;
|
||||
procedure RDPDisconnected(ASender: TObject; discReason: Integer);
|
||||
procedure FormCreate(Sender: TObject);
|
||||
private
|
||||
|
Loading…
x
Reference in New Issue
Block a user