mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 01:03:33 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			237 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			237 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
object Form1: TForm1
 | 
						|
  Caption = 'Form1'
 | 
						|
  ClientHeight = 73
 | 
						|
  ClientWidth = 408
 | 
						|
  OnCreate = FormCreate
 | 
						|
  PixelsPerInch = 112
 | 
						|
  HorzScrollBar.Page = 407
 | 
						|
  VertScrollBar.Page = 72
 | 
						|
  Left = 290
 | 
						|
  Height = 73
 | 
						|
  Top = 163
 | 
						|
  Width = 408
 | 
						|
end
 |