mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 05:39:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			239 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			239 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
object frmRectangles: TfrmRectangles
 | 
						|
  Left = 290
 | 
						|
  Height = 150
 | 
						|
  Top = 171
 | 
						|
  Width = 400
 | 
						|
  BorderIcons = [biSystemMenu, biMinimize]
 | 
						|
  BorderStyle = bsSingle
 | 
						|
  Caption = 'Rectangles Test'
 | 
						|
  OnPaint = FormPaint
 | 
						|
  LCLVersion = '0.9.27'
 | 
						|
end
 |