DXPExpertModule.dfm 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. object DMDXPExpertModule: TDMDXPExpertModule
  2. OldCreateOrder = False
  3. OnCreate = DataModuleCreate
  4. OnDestroy = DataModuleDestroy
  5. Left = 466
  6. Top = 110
  7. Height = 192
  8. Width = 281
  9. object PMFreePascal: TPopupMenu
  10. Left = 32
  11. Top = 8
  12. object MIExecute: TMenuItem
  13. Action = ACFPCExecute
  14. end
  15. object N2: TMenuItem
  16. Caption = '-'
  17. end
  18. object MICompile: TMenuItem
  19. Action = ACFPCCompile
  20. end
  21. object MIBuild: TMenuItem
  22. Action = ACFPCBuild
  23. end
  24. object N3: TMenuItem
  25. Caption = '-'
  26. end
  27. object Options1: TMenuItem
  28. Action = ACFPCOptions
  29. end
  30. end
  31. object ActionList: TActionList
  32. OnUpdate = ActionListUpdate
  33. Left = 112
  34. Top = 8
  35. object ACFPCExecute: TAction
  36. Category = 'FreePascal'
  37. Caption = 'Execute'
  38. ImageIndex = 24
  39. OnExecute = ACFPCExecuteExecute
  40. end
  41. object ACFPCCompile: TAction
  42. Category = 'FreePascal'
  43. Caption = 'Compile'
  44. ImageIndex = 106
  45. OnExecute = ACFPCCompileExecute
  46. end
  47. object ACFPCBuild: TAction
  48. Category = 'FreePascal'
  49. Caption = 'Build'
  50. ImageIndex = 32
  51. OnExecute = ACFPCBuildExecute
  52. end
  53. object ACFPCOptions: TAction
  54. Category = 'FreePascal'
  55. Caption = 'Options...'
  56. ImageIndex = 84
  57. OnExecute = ACFPCOptionsExecute
  58. end
  59. object ACDXPOptions: TAction
  60. Caption = 'Options...'
  61. ImageIndex = 36
  62. OnExecute = ACDXPOptionsExecute
  63. end
  64. object ACViewCompilerMessages: TAction
  65. Caption = 'Compiler Messages'
  66. OnExecute = ACViewCompilerMessagesExecute
  67. end
  68. end
  69. object PMDXP: TPopupMenu
  70. Left = 32
  71. Top = 56
  72. object View1: TMenuItem
  73. Caption = 'View'
  74. object MICompilerMessages: TMenuItem
  75. Action = ACViewCompilerMessages
  76. end
  77. end
  78. object N1: TMenuItem
  79. Caption = '-'
  80. end
  81. object MenuItem1: TMenuItem
  82. Action = ACDXPOptions
  83. end
  84. end
  85. end