fpc/packages/fpvectorial/examples/fpce_mainform.lfm
2011-05-13 12:01:40 +00:00

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 = 17
Top = 40
Width = 160
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 = 17
Top = 65
Width = 61
Caption = 'Filename:'
ParentColor = False
end
object labelVersion: TLabel
Left = 256
Height = 17
Top = 88
Width = 53
Caption = 'Version:'
ParentColor = False
end
object labelSize: TLabel
Left = 256
Height = 17
Top = 112
Width = 31
Caption = 'Size:'
ParentColor = False
end
end