中国最专业的商业控件服务网
[
请登录
] [
注册
]
慧都解决方案
热门搜索:
XGantt
|
DevExpress
|
WebUI
|
BCGControlBar
|
工作流
|
silverlight 图表
|
报表
搜索控件
购买流程
销售承诺
支付方式
慧都服务
首页
找控件
控件问答
慧都学院
咨询服务
视频
资讯
关于慧都
电话:400-700-1020(免费)或023-66090381
慧都咨询服务,助你提升开发效率,降低成本
真实姓名:
方便我们称呼您,我公司将承诺对于您的个人信息将完全保密
*
公司名称:
请填写公司全称,以便我们为您提供一对一的贴心咨询服务
QQ:
请填写常用的QQ,以便我们为您提供即时的线上答疑
MSN:
请填写常用的MSN,以便我们为您提供即时的线上答疑
*
电话:
以便我们为您提供免费售前咨询服务
通讯住址:
方便给您免费投递控件资料
提交
product
您可能会用到这些产品
开发商产品
更多
Elegant Ribbon
Prof-UIS
用户评论
慧都网友:
有点感觉逐渐没落了,相比bcg差距逐渐拉大
版本更新
更多
Prof-UIS v2.87
(09-11-25)
...v2.84
(09-04-24)
...v2.81
(08-01-04)
...v2.80
(07-08-17)
...v2.54
(04-01-01)
...v2.52
(04-01-01)
...v2.70
(00-01-01)
...v2.64
(00-01-01)
授权相关问题
产品授权方式主要有哪些?
如何选择适合自己的授权方式呢?
怎么区别开发授权和分发授权?
购买了控件是否就可以任意使用呢?
授权的使用期限是多久?
相关文章
Prof-UIS V2.9发布,支持VS2010,增加Scrollbars主题
同类产品
Xceed 3D Views for WPF
Xceed Editors for .NET
3D Control Magic for .NET
TMS VCL Subscription
TMS ASP.NET Component Pack
TMS IntraWeb Component Studio
上一个
Xtreme Suite Pro
下一个
NetAdvantage for .NET
Prof-UIS
[产品编号: 10231 ]
收藏
订阅
当前版本:
v2.9
[销售以商家最新版为准,如需其他版本,请来电咨询]
开 发 商:
FOSS
正式授权
产品类型:独立控件
产品功能:
用户界面
控件类型:
C++/ MFC
其他特性:
Windows Form
产品源码:提供源码
关于本产品的分类与介绍仅供参考,具体以商家网站介绍为准。
产品介绍
下载
购买
版本更新
开发商
视频与培训
评论(1)
Prof-UIS v2.87
(最新版)
(09-11-25)
v2.84
Prof-UIS v2.87
(09-11-25)
...v2.84
(09-04-24)
...v2.81
(08-01-04)
...v2.80
(07-08-17)
...v2.54
(04-01-01)
...v2.52
(04-01-01)
...v2.70
(00-01-01)
...v2.64
(00-01-01)
...v2.61
(00-01-01)
Prof-UIS 版本更新 v2.87
(更新日期:11/25/2009)
New Features
Added an Office 2010 theme.
Ribbon controls are now skinned with the XML/PNG based paint manager (ProfSkin).
Prof-UIS is now fully compatible with Windows 7.
Added a currency control (the CExtEditSystemCurrency class) and a currency grid cell (the CExtGridCellSystemCurrency class). Both classes are based on the currency format from the Windows locale settings.
Added a number editor control (the CExtEditSystemNumber class) and a number grid cell (the CExtGridCellSystemNumber class). Both classes are based on the number format from the Windows locale settings.
Content in the controls based on the rich edit control (masked edit control, number editor and currency editor) can now be colorized .
Added the following new properties:
CExtEditWithBehavior::CBehaviorMasked::CharRule::m_clrSymbol
CExtEditMasked::m_clrDefault
CExtEditWithBehavior::m_clrRichTextNormal
CExtEditWithBehavior::m_clrRichTextReadOnly
CExtEditWithBehavior::m_clrRichTextDisabled
CExtEditWithBehavior::m_clrRichBackNormal
CExtEditWithBehavior::m_clrRichBackReadOnly
CExtEditWithBehavior::m_clrRichBackDisabled
Improvements
CExtTreeCtrl now supports the TVM_SETINSERTMARK message and the following notifications:
TVN_BEGINRDRAG
NM_KEYDOWN
NM_CLICK
NM_DBLCLK
NM_RCLICK
NM_RDBLCLK
CExtHeaderCtrl now supports the following notifications:
HDN_BEGINTRACK
HDN_TRACK
HDN_ENDTRACK
Added a CExtComboBoxBase::m_bUseCaseSensitiveAutoComplete property to turn on/off case sensitive autocompletion in the combo box control.
Added a set of CExtBitmap::OlePictureLoad() overloaded methods to load images of different formats into a CExtBitmap object using the OleLoadPicture() OLE API.
Added a CExtGridBaseWnd::SelectionOptimize() virtual method to minimize the number of selection rectangles used in grid controls.
Split buttons with auto-changeable command identifiers in ribbon controls now support screen tip auto-changing for the command part of the split button (see the CExtCustomizeCmdTreeNode::CmdScreenTipFindForDisplaying() method).
Added a __EPCWS_USE_SCROLLBAR_CTRL style to the CExtPageContainerWnd class to allow you to use a scroll bar common control for scrolling the content of pages.
Added a CExtBarButton::IsPaintDropDown() virtual method to provide a look of a simple push button for a drop-down button in a toolbar or in a ribbon.
Office 2003 theme on Vista now uses blue colors similar to those under the Luna theme on Windows XP.
Parameter bSelect in CExtTreeCtrl::SelectItem() is now set to true by default.
Added eTouchInside and eTouchOutside values to the e_ImageMode_t enumeration to stretch an image proportionally in a CExtLabel or CExtGridCellPictureBase control.
Added a feature to CExtTabWnd to display the shape of the drag-and-dropped tab item. Added the following styles and virtual method:
__ETWS_EX_EXTENDED_ITEM_DRAGGING
__ETWS_EX_TAB_SHAPE_ITEM_DRAGGING
CExtTabWnd::OnTabWndDrawDraggedTabItemContent()
Added a __EGCS_EX_MULTILINE_TEXT grid cell style to provide multi-line support without word wrapping.
Added a CExtTreeGridWnd::ItemHideSubTree() method to show/hide all tree items in a subtree.
CExtPropertyGridWnd now supports VK_TAB-based navigation through property values, property categories and neighboring controls on a dialog window.
Added a CExtBarButton::CtrlDetach() method to detach a window from a toolbar button.
Added a new CExtRibbonBar::m_bUniqueButtonsInQATB property to keep only unique buttons in the Quick Access Toolbar.
Added a bVisibleOnly parameter to the CExtRibbonPage::RibbonQuickAccessButton_***() methods to easier enumerate both initial and customized Quick Access Toolbar buttons.
Added CExtBitmap::Clipboard_***() methods and CExtBitmap::g_strExtBitmapClipboardFormatName static variable to support clipboard operations in CExtBitmap bitmaps.
CExtHeaderCtrl::OnHeaderItemClick() is now called on any mouse button click and features a new nMouseButton parameter.
Added a bSetSel parameter to the CExtEditWithBehavior::CBehaviorBase::Behavior_GetValidText() method.
Added a CExtGridCell::CompareEx() virtual method to ease cell comparison. For instance, you can now only dates when a report grid is being grouped and compare both dates and times when it is being sorted.
Bug Fixes
The Customize Quick Access Toolbar dialog and the dialog that allows you to customize keyboard shortcuts now contain only unique commands.
Grid cells in a print preview did not take up the unneeded space for the grid cell buttons which were not printed.
Fixed a bug in CExtTreeGridWnd when after removing some tree rows under deep nestled collapsed tree rows, it crashed.
CExtTreeCtrl in single selection mode now does not allow you to select multiple items with VK_CONTROL and left mouse button click.
Fixed a bug in the Unicode version of the CExtHeaderCtrl control related to its column resizing algorithm.