The current language version is 10 menu bar, each menu bar has a different effect, and the toolbar is from the menu bar to find a convenient button, below I will give you a detailed explanation of each menu bar
Menu Bar Detailed
The Programs menu
The equivalent of other applications of the "File" menu, this menu is mainly responsible for file operations, such as "new", "Open", "Save", "Save as" and so on, but also includes "program Configuration", "Easy module management" and so on. It is worth the beginner's attention that the "compile standalone release version" menu is also included in the Easy Language Program menu. With this menu command, the user can package the prepared program into an EXE executable file.
The Edit menu
As with other application editing menus, this menu integrates all text-editing commands, such as "Cut", "copy", "Paste", "find", and so on, including the menu editor, which is used to program the menu. The Edit menu is primarily for the Code editing window.
"View" menu
Used primarily for access to the table-type code sections of your program, such as custom data type tables, global container tables, resource tables, and so on. The View menu also includes a tool bar that controls how the main window is laid out.
The Insert menu
The Insert menu is also primarily for the Code editing window. Used to insert various types of program components and code in the Code editing window.
The Database menu
Used to operate on an easy database. This includes the "Structure editor" for creating easy databases and the "record editor" for directly editing easy databases.
The Run menu
This menu commands the main control program's operation, suspension, termination, etc. They are often used to demonstrate program effects.
The Compile menu
When the program is done, we compile it for others to use, the general choice of static compilation can be, the trial version is not supported compiled.
Tools menu
The configuration of the software system is done here.
The Window menu
As with other application window menus, it is used to toggle between multiple child windows, or to select the distribution of child windows, horizontally/vertically tiled, cascading, arranging icons, and so on.
The Help menu
What you don't understand, you can find the appropriate help tutorials here, as well as the software author information in this menu bar
Well, today's menu bar and toolbar are here first, and the next article we start writing simple code