mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-10-31 18:01:44 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			240 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			240 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| object Form1: TForm1
 | |
|   Caption = 'Form1'
 | |
|   ClientHeight = 300
 | |
|   ClientWidth = 400
 | |
|   OnCreate = FormCreate
 | |
|   PixelsPerInch = 112
 | |
|   HorzScrollBar.Page = 399
 | |
|   VertScrollBar.Page = 299
 | |
|   Left = 290
 | |
|   Height = 300
 | |
|   Top = 163
 | |
|   Width = 400
 | |
| end
 | 
