object FormMain: TFormMain Left = 534 Height = 993 Top = 223 Width = 1491 Caption = 'Interpreter' ClientHeight = 959 ClientWidth = 1491 DesignTimePPI = 144 Menu = MainMenu1 OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '2.2.6.0' object PanelMessages: TPanel Left = 0 Height = 127 Top = 832 Width = 1491 Align = alBottom BevelOuter = bvNone TabOrder = 0 end object Splitter1: TSplitter Cursor = crVSplit Left = 0 Height = 8 Top = 824 Width = 1491 Align = alBottom ResizeAnchor = akBottom end object Panel1: TPanel Left = 0 Height = 824 Top = 0 Width = 1491 Align = alClient ClientHeight = 824 ClientWidth = 1491 TabOrder = 2 object PanelSource: TPanel Left = 1 Height = 822 Top = 1 Width = 826 Align = alClient BevelOuter = bvNone TabOrder = 0 end object PanelOutput: TPanel Left = 835 Height = 822 Top = 1 Width = 655 Align = alRight BevelOuter = bvNone TabOrder = 1 end object Splitter2: TSplitter Left = 827 Height = 822 Top = 1 Width = 8 Align = alRight ResizeAnchor = akRight end end object MainMenu1: TMainMenu Left = 744 Top = 759 object MenuItemFile: TMenuItem Caption = 'File' object MenuItem10: TMenuItem Action = AFileOpen end object MenuItem6: TMenuItem Action = AExit end end object MenuItemGenerate: TMenuItem Caption = 'Generate' object MenuItem1: TMenuItem Action = AGeneratePascal end object MenuItem2: TMenuItem Action = AGeneratePhp end object MenuItem3: TMenuItem Action = AGenerateCSharp end object MenuItem7: TMenuItem Action = AGenerateXml end end object MenuItemRun: TMenuItem Caption = 'Run' object MenuItem4: TMenuItem Action = ARun end object MenuItem5: TMenuItem Action = ACompile end end object MenuItem8: TMenuItem Caption = 'Tools' object MenuItem9: TMenuItem Action = ATest end end end object ActionList1: TActionList Left = 901 Top = 759 object AGeneratePascal: TAction Caption = 'Generate Pascal' OnExecute = AGeneratePascalExecute end object AGeneratePhp: TAction Caption = 'Generate PHP' OnExecute = AGeneratePhpExecute end object AGenerateCSharp: TAction Caption = 'Generate C#' OnExecute = AGenerateCSharpExecute end object ARun: TAction Caption = 'Run' OnExecute = ARunExecute ShortCut = 120 end object ACompile: TAction Caption = 'Compile' OnExecute = ACompileExecute ShortCut = 16497 end object AExit: TAction Caption = 'Exit' OnExecute = AExitExecute end object AGenerateXml: TAction Caption = 'Generate XML' OnExecute = AGenerateXmlExecute end object ATest: TAction Caption = 'Test' OnExecute = ATestExecute ShortCut = 122 end object AConsole: TAction Caption = 'Console' OnExecute = AConsoleExecute end object AFileOpen: TAction Caption = 'Open...' OnExecute = AFileOpenExecute end end object OpenDialog1: TOpenDialog DefaultExt = '.pas' Filter = 'Pascal file (.pas)|*.pas|Any file|*.*' Left = 536 Top = 759 end object ApplicationInfo1: TApplicationInfo Identification = 1 VersionMajor = 1 VersionMinor = 0 VersionBugFix = 0 AuthorsName = 'Chronosoft' EmailContact = 'robie@centrum.cz' AppName = 'xPascal' Description = 'Pascal mutli language transpiler and interpreter' RegistryKey = '\Software\xpascal' RegistryRoot = rrKeyCurrentUser License = 'CC0' Left = 348 Top = 274 end end