wxFormBuilder-V3.9 绿色免安装版
立即下载
资源介绍:
wxFormBuilder是由softonic推出的一款界面编辑设计工具,这款软件用于生成跨平台编译代码,能够快速搭建GUI开发环境,而且软件右边的编辑栏还会自动变成对应控件的属性编辑,其你可以修改该控件和窗体的各类属性,非常实用。另外,wxFormBuilder也支持快速生成C++,python,Lua等代码和XRC资源文件,而且还搭建高效的带有GUI界面编辑器的开发环境,其操作非常简便,界面简洁清晰,有需求的用户快来下载体验吧!
wxFormBuilder ChangeLog
********************************************************************************
10/01/2015 Version 3.05.02 (RC2)
* #162 Setting extra style interferres with base class
* #159 Generated code for wxDataViewCtrl & co. is wrong/inconsistent
* #164 Alignment issues 3.5-RC1
* #165 A Fatal Error Occured
* #157 Setting min larger than max causes crash
06/17/2015 Version 3.05.01.01 (RC1)
* Updated installer scripts.
03/27/2015 Version 3.05.01 (RC1)
* #142 3.5-0 beta doesn't generates cpp/h files from command line (patch by Alexey Elizarov).
* #145 ObjectInspector sometimes reselects wrong item (patch by sodev).
* #146 Fixed codegeneration to use the static box of a wxStaticBoxSizer as parent for its children (patch by sodev).
* #153 Incorrect generated python eventbinding code.
* #7 get wxformbuilder to build on Mac OS X.
+ #61 wxDataViewCtrlColumn support.
* Partial fix of #131 wxStaticBoxSizer highlighting issues.
+ #8 Support for wxAUI_NB_MIDDLE_CLICK_CLOSE (patch by FGI).
* #9 fix mac os install scripts (patch by Roberto Perpuly).
* #10 update line endings in code generation on Mac OS X (patch by Roberto Perpuly).
* #121 Incorrect line endings for newer versions of Mac OS.
05/06/2014 Version 3.05.00 (Beta)
+ Added support for wxRibbonBar and related classes.
+ Added support for wxDataViewCtrl and derived classes.
+ Added abbility to define property grid's/manager's content.
+ Re-arranged widgets palettes.
* #140 GUI dont work after some controls added
^ Property names used in code templates may be encapsulated by curly brackets (e.g. ${name})
so they can be surrounded by the template's content without any extra white spaces now.
* #112 Using wxListbook under MSW causes assertion on startup
04/13/2014 Version 3.04.03 (Beta)
* Both wxToolBar and wxAuiToolBar now use GetId() function member of their tools to handle
ID assigned to the tools automatically.
+ The object inspector now remembers name of the last modified property and tries to select it
again when active widget is changed (patch by tuyanyi).
* #138 Wrong Icons in GUI.
* #137 XRC generation uses class "unknown" for search control.
* #136 AUI pane captions dont get marked for translation.
01/24/2014 Version 3.04.02 (Beta)
* #126 wxWidgets > 2.8 compile fix (patch by sodev).
* #127 Wrong parent passed to IComponent::OnCreated() (patch by sodev).
* #128 Object Inspector expansion fix (patch by sodev).
* #129 Support for statusbar plugins (patch by sodev).
* Avoid flickering on MS Windows.
+ Added abbility to swap the editor and the object properties panels (patch by tuyanyi).
11/12/2013 Version 3.04.01 (Beta)
* Fixed build error with wxWidgets 3.0.0.
^ Removed borders from designer frame/dialog/panel when built with wxWidgets 2.9 or later
under wxGTK.
05/10/2013 Version 3.04.00 (Beta)
+ Added support for wxLUA code generation.
03/21/2013 Version 3.03.05 (Beta)
* Fixed various issues when built with wxWidgets 2.9.x and later.
+ Added support for wxInfoBar widget ( when built with wxWidgets 2.9.4 and later ).
+ Added support for wxPropertyGrid and wxPropertyGridManager widgets ( when built with wxWidgets 2.9.4 and later ).
+ Added support for wxStyledTextCtrl widget ( when built with wxWidgets 2.9.4 and later ).
+ Added support for wxTimer non-visual object.
* Fixed "default" font family in generated XRC under wxWidgets 2.9.x and later.
* Fixed minor visual issues under wxWidgets 2.9.x and later.
+ Added XRC code generation for wxAuiNotebook ( when built with wxWidgets 2.9.5 and later ).
+ Added support for bitmaps in XRC code generated for wxNotebook.
10/07/2012 Version 3.03.04 (Beta)
* ID: 3519419 - Create inherited class bracket error.
* Fixed code generation for PHP wxSplitterWindow wxEVT_IDLE.
* Fixed "scrollbar jump" in Object Inspector occured if wxFB built with wxWidgets 2.9.x and later.
* ID: 3536076, 3536080 - Sub-class behaviour changed 3.2 to 3.3
* ID: 3556216 - Missing field in generated XRC
* ID: 3530800 - wxTextCtrl "maxlenght"
* ID: 3142678 - Adds 'public' to python class when doing 'subclass'
04/06/2012 Version 3.03.03 (Beta)
* ID: 3510480 - Subclass not displayed after reloading a project in 3.3.2.
* ID: 3506972 - Generating Python code.
* ID: 3148236 - Configure wxAuiManager + AUI-related properties aren't shown for widgets/forms where it has no sense.
* Fixed code generation for wxToolBar/wxAuiToolBar if parent form is managed by AUI.
* wxAdditions widgets (such are wxPropertyGrid, wxScintilla, etc.) can be placed directly to the AUI-managed frame as well.
* Offers validators just for those controls where it has a sense.
* Improved highlighting of widgets if AUI is used.
* AUI notebook is used instead of FlatNotebook if wxFB built with wxWidgets 2.9.x and later.
* Fixed various bugs if wxFB built with wxWidgets 2.9.x and later.
* Fixed Python code generation for tool placed inside stand-alone toolbar.
02/10/2012 Version 3.03.02 (Beta)
* ID: 3470209 - wxDIRCTRL_MULTIPLE Style missing for wxGenericDirCtrl.
* ID: 3472032 - Error in svn trunk 3.3-1 beta version generating python code.
* ID: 3480059 - Gettext, Unicode and wxPython.
* ID: 3486641 - XRC import does not accept CENTRE attributes.
* ID: 3482829 - Default font is targeted to the current machine.
* ID: 3460028 - Offer "default" value for fonts.
* ID: 3488348 - Newlines in wxStaticText.
* ID: 3493539 - Generate Inherited Class deletes additional includes (c++).
01/17/2012 Version 3.03.01 (Beta)
* Fixed code generation for bitmaps provided by wxArtProvider - John Labenski.
^ Added support for custom resource and client wxArtProvider's IDs in bitmap properties - John Labenski.
* ID: 3437910 - Fixed codegeneration for context menus assigned to subclassed controls.
* ID: 3435478 - Fixed crash on loading icon from resource.
* ID: 3432356 - Possible bug with generated code for wxGridBagSizer.
* ID: 3396919 - Bug on AUI toolbar buttons.
* ID: 3395468 - wxChoice missing wxCB_SORT style.
^ Added ability to set default selection for wxComboBox/wxBitmapComboBox.
* ID: 3432383 - Missing delete for wxMenu object.
* ID: 3417877 - Generated cpp file leads to compiler warnings.
* ID: 3462454 - Fixed wxListCtrl code generation for wxEVT_COMMAND_LIST_COL_RIGHT_CLICK event.
* wxFB source code can be built with wxWidgets 2.9.2 - Andrea Zanellato, Eran Ifrah.
12/02/2011 Version 3.03.00 (Beta)
* Fixed improper placement of a comma at the end of the C/C++ enum list - Andrea Zanellato.
+ Added support for wxWizard - Andrea Zanellato.
+ Added support for PHP code generation - JGM.
^ Combo box component (wxComboBox) now supports value change from visual designer.
* Fixed gridbag sizer so it can be added directly to any container without need of
another underlying sizer.
^ Added missing IDs to wxArtProvider bitmap source.
* Fixed AUI pane buttons.
* Fixed AUI code generation for wxToolBar/wxAuiToolBar.
^ Drop-down menu associated with AUI toolbar's tool now shows its real content in designer.
^ Context menu associated with a widget is shown in designer after RMB click.
11/08/2011 Version 3.02.03 (Beta)
* Several toolbars can be inserted directly into AUI-managed frames.
+ Added "Load From Embedded File" for bitmap properties.
* Added missing import for wx.aui.AuiToolBar class.
+ Added support for wxArtProvider.
+ Added support for drop-down menus in wxAuiToolBar - Andrea Zanellato.
* Fixed handling of "moveable" AUI property.
+ XRCID() macro can be used as a widget ID.
^ Upgraded to use new wxPropertyGrid control.
* Fixed C++ code generation for drop-down menus assigned to AUI toolbar's tools.
^ wxFB project version increased to 1.11 due to different format of bitmap properties.
03/22/2011 Version 3.02.02 (Beta)
* Fixed positioning of status bar on AUI-managed frame.
* Fixed centering of frame/dialog which is managed by AUI.
^ Improved and fixed components' inheritance definition.
* Fixed doubled setup code for wxBitmapButton (and potentialy for all components
with multiple inheritance)
资源文件列表:
wxFormBuilder_V3.9.zip 大约有252个文件