fpce_mainform.lfm 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. object formCorelExplorer: TformCorelExplorer
  2. Left = 216
  3. Height = 345
  4. Top = 192
  5. Width = 466
  6. Caption = 'FP Corel Explorer'
  7. ClientHeight = 345
  8. ClientWidth = 466
  9. LCLVersion = '0.9.29'
  10. object Label1: TLabel
  11. Left = 8
  12. Height = 14
  13. Top = 40
  14. Width = 123
  15. Caption = 'Location of the Input file:'
  16. ParentColor = False
  17. end
  18. object Label2: TLabel
  19. Left = 8
  20. Height = 32
  21. Top = 8
  22. Width = 224
  23. AutoSize = False
  24. Caption = 'This application helps us explore the internal structure of Corel Draw files (*.cdr).'
  25. ParentColor = False
  26. WordWrap = True
  27. end
  28. object shellInput: TShellTreeView
  29. Left = 8
  30. Height = 272
  31. Top = 64
  32. Width = 224
  33. FileSortType = fstFoldersFirst
  34. TabOrder = 0
  35. OnSelectionChanged = shellInputSelectionChanged
  36. ObjectTypes = [otFolders, otNonFolders]
  37. end
  38. object labelFilename: TLabel
  39. Left = 256
  40. Height = 14
  41. Top = 65
  42. Width = 47
  43. Caption = 'Filename:'
  44. ParentColor = False
  45. end
  46. object labelVersion: TLabel
  47. Left = 256
  48. Height = 14
  49. Top = 88
  50. Width = 40
  51. Caption = 'Version:'
  52. ParentColor = False
  53. end
  54. object labelSize: TLabel
  55. Left = 256
  56. Height = 14
  57. Top = 112
  58. Width = 24
  59. Caption = 'Size:'
  60. ParentColor = False
  61. end
  62. end