mirror of https://github.com/stascorp/rdpwrap
				
				
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							30 lines
						
					
					
						
							649 B
						
					
					
				
			
		
		
	
	
							30 lines
						
					
					
						
							649 B
						
					
					
				object Frm: TFrm
 | 
						|
  Left = 0
 | 
						|
  Top = 0
 | 
						|
  BorderIcons = [biSystemMenu, biMinimize]
 | 
						|
  BorderStyle = bsSingle
 | 
						|
  Caption = 'Local RDP Checker'
 | 
						|
  ClientHeight = 480
 | 
						|
  ClientWidth = 640
 | 
						|
  Color = clBtnFace
 | 
						|
  Font.Charset = DEFAULT_CHARSET
 | 
						|
  Font.Color = clWindowText
 | 
						|
  Font.Height = -11
 | 
						|
  Font.Name = 'Tahoma'
 | 
						|
  Font.Style = []
 | 
						|
  OldCreateOrder = False
 | 
						|
  Position = poDesktopCenter
 | 
						|
  OnCreate = FormCreate
 | 
						|
  PixelsPerInch = 96
 | 
						|
  TextHeight = 13
 | 
						|
  object RDP: TMsRdpClient2
 | 
						|
    Left = 0
 | 
						|
    Top = 0
 | 
						|
    Width = 640
 | 
						|
    Height = 480
 | 
						|
    TabOrder = 0
 | 
						|
    OnDisconnected = RDPDisconnected
 | 
						|
    ControlData = {0003000008000200000000000B0000000B000000}
 | 
						|
  end
 | 
						|
end
 |