# WinFBEX **Repository Path**: lmstz/WinFBEX ## Basic Information - **Project Name**: WinFBEX - **Description**: FreeBasic Language Visual Editor for Windows. - **Primary Language**: 其他 - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-10 - **Last Updated**: 2024-06-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WinFBEX #### 介绍 WinFBEX是一款基于 WinFBE( Paul Squires, PlanetSquires Software) 进行二次开发的可视化开发工具,代码风格非常类似 VB6.0。 FreeBasic Editor for Windows. ### #支持拖控件 ![IMG01](IMG01.png) ![IMG03](IMG03.png) ![IMG02](IMG02.png) Code is written using the FreeBASIC language and uses the Scintilla editing library (in DLL form). Features: - Unicode enabled. - 32 bit and 64 bit versions. - High DPI aware for any monitor resolution. - Language localization. Simple create language file based on English.lang file. - Localized for 10 languages: - - English, French, Spanish, German, Czech, Italian, Chinese, Russian, Ukranian, Portuguese - Projects and non-project based editing. - Built-in Visual Designer for GUI application development. - Easy integration of Console or GUI based code. - Incremental compiling of code defined as a "module". - Easy including of Windows Resource files simply by specifying which source code file is the resource. - Seamless integration of the FreeBasic Compiler (both 32 bit and 64 bit). - Codetip popups and auto completion. Requirements: - Windows Vista or later operating system. Windows XP is not supported because many newer API's are used in the source code. - FreeBASIC Compiler http://www.freebasic.net/ Resources: - Jose Roca WinFBX library:https://github.com/JoseRoca/WinFBX - Paul Squires, PlanetSquires Software https://github.com/PaulSquires/WinFBE - Visit http://www.planetsquires.com/protect/forum/index.php for support forum. WinFBEX - Programmer's Code Editor for the FreeBASIC Compiler Copyright (C) 2020 Blues Lan Software Studio The WinFBEX editor is licensed under the GNU GPLv3 or later.