mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-10-31 14:21:31 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			63 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			63 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| object formCorelExplorer: TformCorelExplorer
 | |
|   Left = 216
 | |
|   Height = 345
 | |
|   Top = 192
 | |
|   Width = 466
 | |
|   Caption = 'FP Corel Explorer'
 | |
|   ClientHeight = 345
 | |
|   ClientWidth = 466
 | |
|   LCLVersion = '0.9.31'
 | |
|   object Label1: TLabel
 | |
|     Left = 8
 | |
|     Height = 18
 | |
|     Top = 40
 | |
|     Width = 158
 | |
|     Caption = 'Location of the Input file:'
 | |
|     ParentColor = False
 | |
|   end
 | |
|   object Label2: TLabel
 | |
|     Left = 8
 | |
|     Height = 32
 | |
|     Top = 8
 | |
|     Width = 224
 | |
|     AutoSize = False
 | |
|     Caption = 'This application helps us explore the internal structure of Corel Draw files (*.cdr).'
 | |
|     ParentColor = False
 | |
|     WordWrap = True
 | |
|   end
 | |
|   object shellInput: TShellTreeView
 | |
|     Left = 8
 | |
|     Height = 272
 | |
|     Top = 64
 | |
|     Width = 224
 | |
|     FileSortType = fstFoldersFirst
 | |
|     TabOrder = 0
 | |
|     OnSelectionChanged = shellInputSelectionChanged
 | |
|     ObjectTypes = [otFolders, otNonFolders]
 | |
|   end
 | |
|   object labelFilename: TLabel
 | |
|     Left = 256
 | |
|     Height = 18
 | |
|     Top = 65
 | |
|     Width = 62
 | |
|     Caption = 'Filename:'
 | |
|     ParentColor = False
 | |
|   end
 | |
|   object labelVersion: TLabel
 | |
|     Left = 256
 | |
|     Height = 18
 | |
|     Top = 88
 | |
|     Width = 52
 | |
|     Caption = 'Version:'
 | |
|     ParentColor = False
 | |
|   end
 | |
|   object labelSize: TLabel
 | |
|     Left = 256
 | |
|     Height = 18
 | |
|     Top = 112
 | |
|     Width = 32
 | |
|     Caption = 'Size:'
 | |
|     ParentColor = False
 | |
|   end
 | |
| end
 | 
