fpvc_mainform.lfm 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. object formVectorialConverter: TformVectorialConverter
  2. Left = 216
  3. Height = 439
  4. Top = 192
  5. Width = 240
  6. BorderStyle = bsSingle
  7. Caption = 'FP Vectorial Converter'
  8. ClientHeight = 439
  9. ClientWidth = 240
  10. LCLVersion = '0.9.29'
  11. object Label1: TLabel
  12. Left = 8
  13. Height = 14
  14. Top = 104
  15. Width = 123
  16. Caption = 'Location of the Input file:'
  17. ParentColor = False
  18. end
  19. object Label2: TLabel
  20. Left = 11
  21. Height = 96
  22. Top = 8
  23. Width = 224
  24. AutoSize = False
  25. Caption = 'This converter application use the fpvectorial library to convert between various different vectorial graphics formats. The type is detected from the extension and the supported types are: PDF (*.pdf), SVG (*.svg) and Corel Draw file (*.cdr).'
  26. ParentColor = False
  27. WordWrap = True
  28. end
  29. object editInput: TFileNameEdit
  30. Left = 8
  31. Height = 21
  32. Top = 120
  33. Width = 192
  34. DialogOptions = []
  35. FilterIndex = 0
  36. HideDirectories = False
  37. ButtonWidth = 23
  38. NumGlyphs = 0
  39. MaxLength = 0
  40. TabOrder = 0
  41. end
  42. object Label3: TLabel
  43. Left = 8
  44. Height = 14
  45. Top = 144
  46. Width = 132
  47. Caption = 'Full path of the Output file:'
  48. ParentColor = False
  49. end
  50. object editOutput: TFileNameEdit
  51. Left = 8
  52. Height = 21
  53. Top = 160
  54. Width = 192
  55. DialogOptions = []
  56. FilterIndex = 0
  57. HideDirectories = False
  58. ButtonWidth = 23
  59. NumGlyphs = 0
  60. MaxLength = 0
  61. TabOrder = 1
  62. end
  63. object buttonConvert: TButton
  64. Left = 87
  65. Height = 25
  66. Top = 192
  67. Width = 67
  68. Caption = 'Convert'
  69. OnClick = buttonConvertClick
  70. TabOrder = 2
  71. end
  72. object buttonQuit: TButton
  73. Left = 176
  74. Height = 25
  75. Top = 192
  76. Width = 59
  77. Caption = 'Quit'
  78. OnClick = buttonQuitClick
  79. TabOrder = 3
  80. end
  81. object imagePreview: TImage
  82. Left = 8
  83. Height = 210
  84. Top = 224
  85. Width = 224
  86. end
  87. object buttonVisualize: TButton
  88. Left = 8
  89. Height = 25
  90. Top = 192
  91. Width = 59
  92. Caption = 'Visualize'
  93. OnClick = buttonVisualizeClick
  94. TabOrder = 4
  95. end
  96. end