1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
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
|