ComponentOne 2021 V1軟體開發應用元件-資安軟體/研究分析軟體/心理學軟體/新永資訊有限公司

ComponentOne 2021 V1軟體開發應用元件

ComponentOne 2021 V1軟體開發應用元件

  • ComponentOne 2021 V1軟體開發應用元件
  • 編號
  • 類別
    程式開發軟體
  • 介紹
    可擴展,性能控制, 提供流線型,更快速的應用程序,並避免與我們的小組件膨脹。 無縫Visual Studio集成 為Visual Studio的生態系統設計,我們的控件可讓您舒適,高效地工作。
  • 價格

ComponentOne 2021 V1 Software Development Application Components

What's New in ComponentOne 2021 v1
The ComponentOne 2021 v1 release is finally here! This release includes new and exciting controls for Blazor and .NET 5 (WinForms and WPF), along with feature enhancements for FlexGrid across numerous platforms, support for Xamarin.Forms 5, and more. Read about everything new for each .NET platform and product below.
What's New in WinForms
New .NET 5 Controls for WinForms
The following controls are now available for .NET 5 apps: C1FlexPivot, C1Maps, C1TreeView, C1FlexReport, C1FlexViewer, C1Document, C1Input, and C1Command. Several themes, including Expression Dark, Expression Light, Mac Blue, Mac Silver, and High Contrast, are also available. These controls can also be used in the latest .NET 6 preview, as Microsoft has created a seamless transition from .NET 5 to future versions.

FlexGrid for WinForms Enhancements
The following requested features have been added to FlexGrid
for .NET Framework and .NET 5.
WinForms Multi-column Sorting
Sort the FlexGrid by multiple columns by holding the CTRL key and clicking multiple column headers.The available sorting modes are single column, column range, or multiple columns.

FlexGrid Grouping by Context Menu
The column context menu now has grouping and ungrouping functionality. Users can right-click a column header to group or ungroup the FlexGrid in that column.


WinForms Maps Control Enhancements
​​
​ComponentOne Maps for WinForms can be programmatically zoomed to center on certain items using the new ZoomToItems method. Customize your text markers with additional rotation angle properties.
German Localization Improved
The localized resources for German have been improved this release.​​​​​​

Generate Reports from Salesforce, Dynamics, QuickBooks, Google Analytics, and More
With ComponentOne FlexReport, users may now create business reports from cloud data sources such as Salesforce, Dynamics 365 Sales, QuickBooks Online, Google Analytics, OData, and Kintone using the FlexReport Designer. The integration enables users to create reports in the same way as against traditional data sources by choosing fields or writing SQL queries. The connection is supported using ComponentOne DataConnectors, which is a stand-alone library for online data integration.
​​​​

What's New in WPF
New .NET 5 Controls for WPF
The following controls are now available for .NET 5 apps: C1Calendar, C1ProgressBar, C1Accordion, C1DragDropManager, C1SpellChecker, and C1RadialMenu. These controls can also be used in the latest .NET 6 preview - as Microsoft has created a seamless transition from .NET 5 to future versions.
New WPF Calendar for .NET 5
Our WPF calendar component has a new look! Designed for desktop and improved for touch, this calendar supports custom UI templates and smooth animation.

New WPF Accordion for .NET 5
​​​
Our WPF accordion control also has a new fluent style for .NET 5. It's more than a traditional accordion because you can configure all panels to be expanded at one time.

WPF RadialMenu, SpellChecker, ProgressBar and More for .NET 5
Our .NET Framework RadialMenu, ProgressBar, SpellChecker, and DragDropManager components have been ported as-is to .NET 5.

FlexGrid for WPF Enhancements
The following handy features are added to FlexGrid for .NET Framework and .NET 5.
WPF Multi-column Sorting
Sort the FlexGrid by multiple columns by holding the CTRL key and clicking multiple column headers.

WPF Filter Row
​​​
Filter text within any column using the classic filter row feature. Use the new GridRowFilter row type and configure it with autocomplete and text matching settings.


WPF Datagrid Hover Styles
FlexGrid for WPF now supports a mouse over/hover style that works in conjunction with the selected style. Set the MouseOverMode and MouseOverBrush properties.

FlexPivot for WPF Supports Cubes and KPIs
Last year we refactored OLAP for WPF .NET 5, which is now known as FlexPivot. Now, we've added OLAP cube support. You can display data from OLAP data sources with support for KPIs like goal, status, and trend.

WPF German Localization Improved
The localized resources for German have been improved this release.

What's New in Blazor
Our newest Blazor Edition continues to expand with new input and layout controls built natively in Blazor for Server and WebAssembly applications.
Blazor Window Component
Create modal and modeless prompts and dialogs in Blazor apps using the new C1Window component. C1Window can be used as a full pop-up window to support resizing, closing, and dragging the window using a mouse. Use it to provide popup editing for FlexGrid. You can also use C1Window as a simple popup to display additional information for any owner element.

Blazor DateRangePicker Component
Select a date range with the new C1DateRangePicker component. It's helpful to use a Blazor DateRangePicker when booking a service for a range of time or analyzing data for a specific date window. You may limit the date range to a single month or use the multi-month calendar in the drop-down to select date ranges with the mouse or keyboard.

Blazor Calendar with Custom Templates
Our Blazor Calendar component now supports customization of the day slots. You can use HTML to create a template for each type of date slot.

Blazor Tooltip Component
​​
Show tooltips when the user hovers over any element with the new C1Tooltip component. You can specify the position where the tooltip appears.

Blazor MaskedTextBox Component
​​
Validate and format user input against a mask using the new C1MaskedTextBox component. With a masked input control, you can prevent users from entering invalid inputs and skips over literals when saving the data back to the data source.

Blazor FlexGrid Column Resizing
​​
FlexGrid now supports column resizing by mouse in both Blazor Server and WebAssembly applications. This feature is enabled by default.

Blazor ListView with Checkbox Selection
​​
Our Blazor ListView now supports multiple item selection using the mouse and keyboard or with checkboxes. Use the new ShowCheckBoxes property to display checkboxes.

Blazor FlexChart Line Markers
FlexChart now supports line markers that allow you to add a mouse-driven cursor to your charts. The cursor consists of a text element used to display information about the point under the mouse and optional lines to indicate its exact position.

What's New in ASP.NET MVC
MVC Date Range Input Control
The new InputDateRange control is an advanced date picker that allows users to select a range of dates. Selecting a date range helps book service accommodations or analyze data for a specific date window. You may limit the date range that the user may pick from or use the multi-month calendar in the drop-down to select date ranges with the mouse or keyboard.

MVC CollectionView Calculated Fields
You can now add calculated fields in C1CollectionView using the CalculatedFields property. Each calculated field contains a name and expression. The regular expression may contain the variable '$' to refer to the current data item.

MVC FlexGrid Validation Errors
You can now show multiple validation errors in a FlexGrid row by displaying a tooltip in the row header. This feature is enabled through CollectionView.

What's New in Data Service Components
We added support for DbProvider Factories, enabling the data connectors to be used by applications and tools that allow external ADO.NET data connectors to be used via these DbProvider Factory configurations. We also updated the data connectors to support Entity Framework Core 3.1, which includes, among other feature gains, reverse engineering of data source views.
More DataEngine Workbench Data Sources, CSV
Use the DataEngine Workbench desktop app on Windows or Mac to create and visualize queries without coding. Utilize the script and JSON generated by this workbench in JavaScript applications. Get data from different sources to gain more insight.
Thanks to ComponentOne DataConnectors integration, now you can analyze data from various cloud-based data sources such as Kintone & OData-based sources that support OAuth. The Workbench app also supports exporting query results to CSV, which helps share the analytical results between users and applications.

What's New in Xamarin
Our entire Studio for Xamarin now supports Xamarin.Forms 5. The version of the controls has not increased. However, they've been tested and approved for Xamarin.Forms 5.0 applications.
 

系統需求

OS:
WinForms System Requirements:
All Windows OS that support .NET framework 2.0 and above
WPF:
It supports all Windows OS that support .NET 4.0 and above
UWP:
Windows 10
ActiveX:
• Windows Server 2003
• Windows Server 2008
• Windows XP SP2
• Windows 7
• Windows 10
ASP.NET Web Forms:
• Windows Server® 2003
• Windows Server 2008
• Windows XP SP2
• Windows Vista™
• Windows 7
• Windows 10

ENV:
WinForms System Requirements:
• .NET Framework 2.0 and above
• .C# .NET
• .Visual Basic .NET
• .Visual Studio 2010 and above
WPF:
• .NET Framework 4.0 and above
• .Visual Studio 2010 and above
UWP:
Microsoft Visual Studio 2015 and above
ASP.NET MVC:
• For ASP.NET Core 2.0 MVC applications, Visual Studio 2015 and
   .NET Framework 4.5 (or above) are required.
• .NET 4 and above
• ASP.NET MVC 3 and above.
• Visual Studio 2012 and above

Web API:
For Web API 2.2
• For ASP.NET Core 2.0 MVC applications, Visual Studio 2015 and
  .NET Framework 4.5 (or above) are required.
• .NET 4.5 and above
• Visual Studio 2012 and above
   For ASP.NETCore
• .NET 4.5 and above
• Visual Studio 2015 and above
ActiveX:
• Visual Basic 6
• Visual C++ 6.0
• Visual Studio 6.0
• Visual Studio 2008 (C++)
ASP.NET Web Forms:
• .NET 3.0 and above
• Visual Studio 2008 and above
LightSwitch Cloud Business Apps:
• Visual Studio 2012 (Update 2 and above) or Visual Studio
   2013 Professional
• Visual Studio 2013 SDK
• LightSwitch Extensibility Toolkit for Visual Studio 2013
LightSwitch HTML:
• Visual Studio 2012 (Update 2 or greater)
• Install Visual Studio 2013 Professional
• Install Visual Studio 2013 SDK
• Install the LightSwitch Extensibility Toolkit for Visual
   Studio 2013
Silverlight:
• Microsoft Silverlight 5.0 and above
• Microsoft Visual Studio 2010 and above
BS:
ASP.NET MVC:
• Internet Explorer 9 and above
• Microsoft Edge
• Mozilla Firefox
• Safari
• Chrome
ASP.NET Web Forms:
• Internet Explorer 6.0 and above
• Microsoft Edge
• Firefox 2.0 and above
• Safari 2.0 and above
• Chrome
LightSwitch Cloud Business Apps:

• Internet Explorer 9 and above
• Microsoft Edge
• Google Chrome
• Mozilla Firefox
• Safari
• Chrome
LightSwitch HTML:
• Internet Explorer 6.0 and above
• Microsoft Edge
• Firefox 2.0 and above
• Safari 2.0 and above
• Chrome
WS:
Web API:

For WebAPI
• Microsoft Internet Information Services (IIS) 7.0 and above
For ASP.NETCore
• Microsoft Internet Information Services (IIS) 7.5 and above
ASP.NET Web Forms:
Microsoft Internet Information Services (IIS) 6.0 and above



 

ComponentOne 2021 V1軟體開發應用元件

ComponentOne 2021 V1的新增功能
ComponentOne 2021 v1版本終於發布了!此版本包括Blazor和.NET 5(WinForms和WPF)的令人興奮的新控件,以及跨多個平台的FlexGrid的功能增強,對Xamarin.Forms 5的支持等。在下面閱讀有關每個.NET平台和產品的所有新內容。
新增功能WinForms的新增功能
WinForms的新.NET 5控件
.NET 5應用程序現在可以使用以下控件:C1FlexPivot,C1Maps,C1TreeView,C1FlexReport,C1FlexViewer,C1Document,C1Input和C1Command。還提供了多個主題,包括“黑暗表情”,“淺光錶情”,“ Mac Blue”,“ Mac Silver”和“ High Contrast”。這些控件也可以在最新的.NET 6預覽版中使用,因為Microsoft已經創建了從.NET 5到未來版本的無縫過渡。

FlexGrid for WinForms增強功能
以下請求的功能已添加到..NET Framework和.NET 5的FlexGrid中。
WinForms多列排序按住CTRL鍵並單擊多個列標題,以按多列對FlexGrid進行排序。可用的排序模式為單列,列範圍或多列。

FlexGrid按上下文菜單分組
列上下文菜單現在具有分組和取消分組功能。用戶可以右鍵單擊列標題以對FlexGrid進行分組或取消分組。

WinForms Maps控件增強功能
​​
​​​​​可以使用新的ZoomToItems方法以編程方式將ComponentOne Maps for WinForms縮放到某些項目的中心。使用其他旋轉角度屬性自定義您的文本標記。
德語本地化改進
​​​​​​此版本改進了德語的本地化資源。

成本效益高
從Salesforce,Dynamics,QuickBooks,Google Analytics等生成報告
使用ComponentOne FlexReport,用戶現在可以使用FlexReport Designer從雲數據源(如Salesforce,Dynamics 365 Sales,QuickBooks Online,Google Analytics,OData和Kintone)創建業務報告。集成使用戶可以通過選擇字段或編寫SQL查詢,以與傳統數據源相同的方式創建報告。使用ComponentOne DataConnectors支持連接,這是一個用於在線數據集成的獨立庫。​​​
​​​​

WPF的新增功能
WPF的新.NET 5控件
.NET 5應用程序現在可以使用以下控件:C1Calendar,C1ProgressBar,C1Accordion,C1DragDropManager,C1SpellChecker和C1RadialMenu。這些控件也可以在最新的.NET 6預覽版中使用-因為Microsoft已經創建了從.NET 5到未來版本的無縫過渡。
NET 5的新WPF日曆
我們的WPF日曆組件煥然一新!該日曆專為桌面設計,並針對觸摸進行了改進,支持自定義UI模板和流暢的動畫。

NET 5的新WPF手風琴
​​​
​​​​我們的WPF手風琴控件還為.NET 5提供了一種新的流利風格。它比傳統的手風琴要好得多,因為您可以配置所有面板一次擴展。

適用於.NET 5的WPF RadialMenu,SpellChecker,ProgressBar等
我們的.NET Framework RadialMenu,ProgressBar,SpellChecker和DragDropManager組件已按原樣移植到.NET 5。

​​​​​​用於WPF增強功能的FlexGrid
以下便捷功能已添加到..NET Framework和.NET 5的FlexGrid中
WPF多列排序,通過按住CTRL鍵並單擊多個列標題,可以按多列對FlexGrid進行排序。

WPF篩選器行
​​​
​​​​使用經典的過濾器行功能過濾任何列中的文本。使用新的GridRowFilter行類型,並使用自動完成和文本匹配設置對其進行配置。

使用經典的過濾器行功能過濾任何列中的文本。使用新的GridRowFilter行類型,並使用自動完成和文本匹配設置對其進行配置。

WPF Datagrid懸停樣式
FlexGrid for WPF現在支持將鼠標懸停/懸停樣式與所選樣式結合使用。設置MouseOverMode和MouseOverBrush屬性。

WPF的FlexPivot支持多維數據集和KPI
去年,我們為WPF .NET 5重構了OLAP,現在將其稱為FlexPivot。現在,我們添加了OLAP多維數據集支持。您可以顯示來自OLAP數據源的數據,並支持目標,狀態和趨勢等KPI。

WPF德語本地化得到改進
​​​​​​此版本改進了德語的本地化資源。

Blazor的新功能
我們最新的Blazor Edition繼續擴展,並在Blazor中為服務器和WebAssembly應用程序內置了新的輸入和佈局控件。
開拓者窗口組件
​​​​​​使用新的C1Window組件在Blazor應用程序中創建模式和無模式的提示和對話框。C1Window可以用作完整的彈出窗口,以支持使用鼠標調整窗口大小,關閉和拖動窗口。使用它為FlexGrid提供彈出窗口編輯。您還可以將C1Window用作一個簡單的彈出窗口,以顯示任何所有者元素的其他信息。

Blazor DateRangePicker組件
使用新的C1DateRangePicker組件選擇一個日期範圍。在一定時間範圍內預訂服務或分析特定日期窗口的數據時,使用Blazor DateRangePicker很有幫助。您可以將日期範圍限制為一個月,也可以使用下拉菜單中的多月日曆通過鼠標或鍵盤選擇日期範圍。

帶有自定義模板的Blazor日曆
我們的Blazor日曆組件現在支持自定義時段。您可以使用HTML為每種類型的日期欄創建模板。

Blazor工具提示組件
​​
​​​​​當用戶將鼠標懸停在新的C1Tooltip組件上的任何元素上時,顯示工具提示。您可以指定工具提示出現的位置。

Blazor MaskedTextBox組
​​
​​​​​使用新的C1MaskedTextBox組件針對掩碼驗證和格式化用戶輸入。使用帶掩碼的輸入控件,可以防止用戶輸入無效的輸入,並在將數據保存回數據源時跳過文字。

Blazor FlexGrid列大小調整
​​
​​​​​現在,FlexGrid支持在Blazor Server和WebAssembly應用程序中通過鼠標調整列大小。默認情況下啟用此功能。

Blazor ListView與復選框選擇
​​
​​​​​我們的Blazor ListView現在支持使用鼠標和鍵盤或帶有復選框的多個項目選擇。使用新的ShowCheckBoxes屬性顯示複選框。

Blazor FlexChart線標記
FlexChart現在支持線標記,使您可以將鼠標驅動的光標添加到圖表中。光標由一個文本元素組成,該文本元素用於顯示有關鼠標下的點的信息,並顯示可選行以指示其確切位置。

ASP.NET MVC的新增功能
MVC日期範圍輸入控制
新的InputDateRange控件是一個高級日期選擇器,允許用戶選擇日期範圍。選擇日期範圍有助於預訂服務住宿或分析特定日期窗口的數據。您可以限制用戶可以選擇的日期範圍,也可以使用下拉菜單中的多月日曆通過鼠標或鍵盤選擇日期範圍。

MVC CollectionView計算字段
​​​​​​現在,您可以使用CalculatedFields屬性在C1CollectionView中添加計算字段。每個計算的字段都包含一個名稱和表達式。正則表達式可以包含變量“ $”以引用當前數據項。

MVC FlexGrid驗證錯誤
現在,您可以通過在行標題中顯示工具提示來在FlexGrid行中顯示多個驗證錯誤。此功能通過CollectionView啟用。

數據服務組件中的新增功能
DataConnectors DbProvider工廠,EF Core 3.1

我們增加了對DbProvider工廠的支持,使數據連接器可以被允許通過這些DbProvider Factory配置使用外部ADO.NET數據連接器的應用程序和工具使用。我們還更新了數據連接器以支持Entity Framework Core 3.1,其中包括除其他功能外,還對數據源視圖進行了逆向工程
更多DataEngine Workbench數據源,CSV
使用Windows或Mac上的DataEngine Workbench桌面應用程序無需編碼即可創建和可視化查詢。在JavaScript應用程序中利用此工作台生成的腳本和JSON。從不同來源獲取數據以獲得更多見解。借助ComponentOne DataConnectors集成,現在您可以分析來自各種基於雲的數據源(例如支持OAuth的基於Kintone和OData的數據源)中的數據。Workbench應用程序還支持將查詢結果導出為CSV,這有助於在用戶和應用程序之間共享分析結果。

Xamarin的新增功能
現在,我們用於Xamarin的整個Studio現在都支持Xamarin.Forms5。控件的版本沒有增加。但是,它們已經過Xamarin.Forms 5.0應用程序的測試和批准。
 

HTBasic 10 程式語言軟體

HTBasic的窗口式編輯器,具有書籤、用戶自定義字體、彩色關鍵字和語法錯誤識別等功能,即使是最大的源代碼,程序員也能輕鬆瀏覽和編輯。切換關閉行號消除了低效的編程限制,同時又不影響編程的方便性。

HTBasic 10 程式語言軟體

Altova 2021 程式開發工具軟體

Altova公司®是一家軟件公司,專門在幫助開發數據管理,軟件和應用開發,移動開發和數據集成工具。 Altova為XML,SQL和UML提供了一整套桌面開發軟件; 高性能工作流程自動化服務器產品; 和跨平台的移動開發框架。

Altova 2021 程式開發工具軟體

EditPlus 5.4 文字編輯軟體

EditPlus是一個內置FTP(也是FTPS)和sftp功能的Windows 文本編輯器。雖然它可以作為一個很好的記事本更換,它還為網頁作者和程序員提供了許多強大的功能。 HTML,PHP,Java,C / C ++,CSS,ASP,Perl,JavaScript,VBScript,Python和Ruby on Rails的語法突出顯示。此外,它可以擴展為基於自定義語法文件的其他編程語言。 用於預覽HTML頁面的無縫Web瀏覽器以及將本地文件上傳到FTP服務器的FTP(也稱為sftp和FTPS)功能。 其他功能包括Hex Viewer,HTML工具欄,用戶工具,行號,標尺,URL高亮顯示,自動完成,cliptext,列選擇,強大的搜索和替換,多個撤消/重做,拼寫檢查,可自定義的鍵盤快捷鍵等。

EditPlus 5.4 文字編輯軟體