在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例常用C#方法 → 一款国人基于c#开发的控件组件

一款国人基于c#开发的控件组件

常用C#方法

下载此实例
  • 开发语言:C#
  • 实例大小:11.35M
  • 下载次数:94
  • 浏览次数:665
  • 发布时间:2022-09-12
  • 实例类别:常用C#方法
  • 发 布 人:svai2009
  • 文件格式:.zip
  • 所需积分:2
 相关标签: 发的 开发 控件 组件 C#

实例介绍

【实例简介】一款国人基于c#开发的控件组件

【实例截图】

from clipboard

from clipboard

【核心代码】

.
├── NetWinformControl-master
│   ├── HZH_Controls
│   │   ├── HZH_Controls
│   │   │   ├── Colors
│   │   │   │   ├── BasisColors.cs
│   │   │   │   ├── BorderColors.cs
│   │   │   │   ├── ColorEnums.cs
│   │   │   │   ├── ColorExt.cs
│   │   │   │   ├── GradientColors.cs
│   │   │   │   ├── LineColors.cs
│   │   │   │   ├── StatusColors.cs
│   │   │   │   ├── TableColors.cs
│   │   │   │   └── TextColors.cs
│   │   │   ├── Controls
│   │   │   │   ├── Btn
│   │   │   │   │   ├── UCBtnExt.Designer.cs
│   │   │   │   │   ├── UCBtnExt.cs
│   │   │   │   │   ├── UCBtnExt.resx
│   │   │   │   │   ├── UCBtnFillet.Designer.cs
│   │   │   │   │   ├── UCBtnFillet.cs
│   │   │   │   │   ├── UCBtnFillet.resx
│   │   │   │   │   ├── UCBtnImg.Designer.cs
│   │   │   │   │   ├── UCBtnImg.cs
│   │   │   │   │   ├── UCBtnImg.resx
│   │   │   │   │   ├── UCDropDownBtn.Designer.cs
│   │   │   │   │   ├── UCDropDownBtn.cs
│   │   │   │   │   └── UCDropDownBtn.resx
│   │   │   │   ├── BtnsGroup
│   │   │   │   │   ├── UCBtnsGroup.Designer.cs
│   │   │   │   │   ├── UCBtnsGroup.cs
│   │   │   │   │   └── UCBtnsGroup.resx
│   │   │   │   ├── Charts
│   │   │   │   │   ├── AuxiliaryLable.cs
│   │   │   │   │   ├── AuxiliaryLine.cs
│   │   │   │   │   ├── FunnelChart
│   │   │   │   │   │   ├── FunelChartAlignment.cs
│   │   │   │   │   │   ├── FunelChartDirection.cs
│   │   │   │   │   │   ├── FunelChartItem.cs
│   │   │   │   │   │   └── UCFunnelChart.cs
│   │   │   │   │   ├── MarkText.cs
│   │   │   │   │   ├── MarkTextPositionStyle.cs
│   │   │   │   │   ├── RadarChart
│   │   │   │   │   │   ├── RadarLine.cs
│   │   │   │   │   │   ├── RadarPosition.cs
│   │   │   │   │   │   └── UCRadarChart.cs
│   │   │   │   │   └── ZoomType.cs
│   │   │   │   ├── Checkbox
│   │   │   │   │   ├── UCCheckBox.Designer.cs
│   │   │   │   │   ├── UCCheckBox.cs
│   │   │   │   │   └── UCCheckBox.resx
│   │   │   │   ├── ComboBox
│   │   │   │   │   ├── UCCombox.Designer.cs
│   │   │   │   │   ├── UCCombox.cs
│   │   │   │   │   ├── UCCombox.resx
│   │   │   │   │   ├── UCComboxGrid.Designer.cs
│   │   │   │   │   ├── UCComboxGrid.cs
│   │   │   │   │   ├── UCComboxGrid.resx
│   │   │   │   │   ├── UCComboxGridPanel.Designer.cs
│   │   │   │   │   ├── UCComboxGridPanel.cs
│   │   │   │   │   └── UCComboxGridPanel.resx
│   │   │   │   ├── DataGridView
│   │   │   │   │   ├── DataGridViewCellEntity.cs
│   │   │   │   │   ├── DataGridViewCellEventArgs.cs
│   │   │   │   │   ├── DataGridViewCellEventHandler.cs
│   │   │   │   │   ├── DataGridViewColumnEntity.cs
│   │   │   │   │   ├── DataGridViewRowCustomEventArgs.cs
│   │   │   │   │   ├── IDataGridViewCustomCell.cs
│   │   │   │   │   ├── IDataGridViewRow.cs
│   │   │   │   │   ├── UCDataGridView.Designer.cs
│   │   │   │   │   ├── UCDataGridView.cs
│   │   │   │   │   ├── UCDataGridView.resx
│   │   │   │   │   ├── UCDataGridViewRow.Designer.cs
│   │   │   │   │   ├── UCDataGridViewRow.cs
│   │   │   │   │   ├── UCDataGridViewRow.resx
│   │   │   │   │   ├── UCDataGridViewTreeRow.Designer.cs
│   │   │   │   │   ├── UCDataGridViewTreeRow.cs
│   │   │   │   │   └── UCDataGridViewTreeRow.resx
│   │   │   │   ├── DateTime
│   │   │   │   │   ├── DateTimePickerType.cs
│   │   │   │   │   ├── UCCalendarNotes.Designer.cs
│   │   │   │   │   ├── UCCalendarNotes.cs
│   │   │   │   │   ├── UCCalendarNotes.resx
│   │   │   │   │   ├── UCCalendarNotes_Week.Designer.cs
│   │   │   │   │   ├── UCCalendarNotes_Week.cs
│   │   │   │   │   ├── UCCalendarNotes_Week.resx
│   │   │   │   │   ├── UCDatePickerExt.Designer.cs
│   │   │   │   │   ├── UCDatePickerExt.cs
│   │   │   │   │   ├── UCDatePickerExt.resx
│   │   │   │   │   ├── UCDatePickerExt2.Designer.cs
│   │   │   │   │   ├── UCDatePickerExt2.cs
│   │   │   │   │   ├── UCDatePickerExt2.resx
│   │   │   │   │   ├── UCDateTimeSelectPan.Designer.cs
│   │   │   │   │   ├── UCDateTimeSelectPan.cs
│   │   │   │   │   ├── UCDateTimeSelectPan.resx
│   │   │   │   │   ├── UCDateTimeSelectPan2.Designer.cs
│   │   │   │   │   ├── UCDateTimeSelectPan2.cs
│   │   │   │   │   ├── UCDateTimeSelectPan2.resx
│   │   │   │   │   ├── UCTimePanel.Designer.cs
│   │   │   │   │   ├── UCTimePanel.cs
│   │   │   │   │   └── UCTimePanel.resx
│   │   │   │   ├── FactoryControls
│   │   │   │   │   ├── Arrow
│   │   │   │   │   │   └── UCArrow.cs
│   │   │   │   │   ├── Blower
│   │   │   │   │   │   ├── UCBlower.cs
│   │   │   │   │   │   └── UCBlower.resx
│   │   │   │   │   ├── Bottle
│   │   │   │   │   │   └── UCBottle.cs
│   │   │   │   │   ├── Conduit
│   │   │   │   │   │   └── UCConduit.cs
│   │   │   │   │   ├── Conveyor
│   │   │   │   │   │   └── UCConveyor.cs
│   │   │   │   │   ├── DialAisle
│   │   │   │   │   │   ├── UCDialAisle.Designer.cs
│   │   │   │   │   │   └── UCDialAisle.cs
│   │   │   │   │   ├── EllipseDialAisle
│   │   │   │   │   │   ├── UCEllipseDialAisle.Designer.cs
│   │   │   │   │   │   ├── UCEllipseDialAisle.cs
│   │   │   │   │   │   └── UCEllipseDialAisle.resx
│   │   │   │   │   ├── House
│   │   │   │   │   │   ├── UCHouse.Designer.cs
│   │   │   │   │   │   └── UCHouse.cs
│   │   │   │   │   ├── Lamp
│   │   │   │   │   │   ├── UCAlarmLamp.cs
│   │   │   │   │   │   └── UCSignalLamp.cs
│   │   │   │   │   ├── Meter
│   │   │   │   │   │   └── UCMeter.cs
│   │   │   │   │   ├── MindMapping
│   │   │   │   │   │   ├── MindMappingItemEntity.cs
│   │   │   │   │   │   ├── UCMindMapping.cs
│   │   │   │   │   │   ├── UCMindMappingPanel.Designer.cs
│   │   │   │   │   │   ├── UCMindMappingPanel.cs
│   │   │   │   │   │   └── UCMindMappingPanel.resx
│   │   │   │   │   ├── Pond
│   │   │   │   │   │   └── UCPond.cs
│   │   │   │   │   ├── Rotor
│   │   │   │   │   │   ├── UCRotor.Designer.cs
│   │   │   │   │   │   ├── UCRotor.cs
│   │   │   │   │   │   └── UCRotor.resx
│   │   │   │   │   ├── Syringe
│   │   │   │   │   │   ├── UCSyringe_Horizontal.Designer.cs
│   │   │   │   │   │   ├── UCSyringe_Horizontal.cs
│   │   │   │   │   │   ├── UCSyringe_Horizontal.resx
│   │   │   │   │   │   ├── UCSyringe_Vertical.Designer.cs
│   │   │   │   │   │   ├── UCSyringe_Vertical.cs
│   │   │   │   │   │   └── UCSyringe_Vertical.resx
│   │   │   │   │   ├── Thermometer
│   │   │   │   │   │   └── UCThermometer.cs
│   │   │   │   │   ├── Turntable
│   │   │   │   │   │   ├── UCTurntable.Designer.cs
│   │   │   │   │   │   ├── UCTurntable.cs
│   │   │   │   │   │   └── UCTurntable.resx
│   │   │   │   │   └── Valve
│   │   │   │   │       └── UCValve.cs
│   │   │   │   ├── GraphicalOverlay
│   │   │   │   │   ├── GraphicalOverlayComponent.cs
│   │   │   │   │   └── GraphicalOverlayComponent.designer.cs
│   │   │   │   ├── KeyBord
│   │   │   │   │   ├── UCKeyBorderAll.Designer.cs
│   │   │   │   │   ├── UCKeyBorderAll.cs
│   │   │   │   │   ├── UCKeyBorderAll.resx
│   │   │   │   │   ├── UCKeyBorderNum.Designer.cs
│   │   │   │   │   ├── UCKeyBorderNum.cs
│   │   │   │   │   ├── UCKeyBorderNum.resx
│   │   │   │   │   ├── UCKeyBorderPay.Designer.cs
│   │   │   │   │   ├── UCKeyBorderPay.cs
│   │   │   │   │   └── UCKeyBorderPay.resx
│   │   │   │   ├── LED
│   │   │   │   │   ├── UCLEDData.Designer.cs
│   │   │   │   │   ├── UCLEDData.cs
│   │   │   │   │   ├── UCLEDData.resx
│   │   │   │   │   ├── UCLEDDataTime.Designer.cs
│   │   │   │   │   ├── UCLEDDataTime.cs
│   │   │   │   │   ├── UCLEDDataTime.resx
│   │   │   │   │   ├── UCLEDNum.cs
│   │   │   │   │   ├── UCLEDNums.Designer.cs
│   │   │   │   │   ├── UCLEDNums.cs
│   │   │   │   │   ├── UCLEDNums.resx
│   │   │   │   │   ├── UCLEDTime.Designer.cs
│   │   │   │   │   ├── UCLEDTime.cs
│   │   │   │   │   └── UCLEDTime.resx
│   │   │   │   ├── List
│   │   │   │   │   ├── IListViewItem.cs
│   │   │   │   │   ├── UCHorizontalList.Designer.cs
│   │   │   │   │   ├── UCHorizontalList.cs
│   │   │   │   │   ├── UCHorizontalList.resx
│   │   │   │   │   ├── UCHorizontalListItem.Designer.cs
│   │   │   │   │   ├── UCHorizontalListItem.cs
│   │   │   │   │   ├── UCHorizontalListItem.resx
│   │   │   │   │   ├── UCListExt.Designer.cs
│   │   │   │   │   ├── UCListExt.cs
│   │   │   │   │   ├── UCListExt.resx
│   │   │   │   │   ├── UCListItemExt.Designer.cs
│   │   │   │   │   ├── UCListItemExt.cs
│   │   │   │   │   ├── UCListItemExt.resx
│   │   │   │   │   ├── UCListView.Designer.cs
│   │   │   │   │   ├── UCListView.cs
│   │   │   │   │   ├── UCListView.resx
│   │   │   │   │   ├── UCListViewItem.Designer.cs
│   │   │   │   │   ├── UCListViewItem.cs
│   │   │   │   │   └── UCListViewItem.resx
│   │   │   │   ├── Menu
│   │   │   │   │   ├── IMenuItem.cs
│   │   │   │   │   ├── MenuItemEntity.cs
│   │   │   │   │   ├── UCMenu.Designer.cs
│   │   │   │   │   ├── UCMenu.cs
│   │   │   │   │   ├── UCMenu.resx
│   │   │   │   │   ├── UCMenuChildrenItem.Designer.cs
│   │   │   │   │   ├── UCMenuChildrenItem.cs
│   │   │   │   │   ├── UCMenuChildrenItem.resx
│   │   │   │   │   ├── UCMenuParentItem.Designer.cs
│   │   │   │   │   ├── UCMenuParentItem.cs
│   │   │   │   │   └── UCMenuParentItem.resx
│   │   │   │   ├── Navigation
│   │   │   │   │   ├── CrumbNavigationClickEventArgs.cs
│   │   │   │   │   ├── CrumbNavigationItem.cs
│   │   │   │   │   ├── UCCrumbNavigation.Designer.cs
│   │   │   │   │   ├── UCCrumbNavigation.cs
│   │   │   │   │   └── UCCrumbNavigation.resx
│   │   │   │   ├── NavigationMenu
│   │   │   │   │   ├── NavigationMenuItem.cs
│   │   │   │   │   ├── NavigationMenuItemBase.cs
│   │   │   │   │   ├── NavigationMenuItemExt.cs
│   │   │   │   │   ├── UCNavigationMenu.Designer.cs
│   │   │   │   │   ├── UCNavigationMenu.cs
│   │   │   │   │   ├── UCNavigationMenu.resx
│   │   │   │   │   ├── UCNavigationMenuExt.Designer.cs
│   │   │   │   │   ├── UCNavigationMenuExt.cs
│   │   │   │   │   ├── UCNavigationMenuExt.resx
│   │   │   │   │   ├── UCNavigationMenuOffice.Designer.cs
│   │   │   │   │   ├── UCNavigationMenuOffice.cs
│   │   │   │   │   └── UCNavigationMenuOffice.resx
│   │   │   │   ├── Page
│   │   │   │   │   ├── IPageControl.cs
│   │   │   │   │   ├── PageControlEventHandler.cs
│   │   │   │   │   ├── PageModel.cs
│   │   │   │   │   ├── UCPagerControl.Designer.cs
│   │   │   │   │   ├── UCPagerControl.cs
│   │   │   │   │   ├── UCPagerControl.resx
│   │   │   │   │   ├── UCPagerControl2.Designer.cs
│   │   │   │   │   ├── UCPagerControl2.cs
│   │   │   │   │   ├── UCPagerControl2.resx
│   │   │   │   │   ├── UCPagerControlBase.cs
│   │   │   │   │   └── UCPagerControlBase.resx
│   │   │   │   ├── Panel
│   │   │   │   │   ├── UCPanelQuote.cs
│   │   │   │   │   ├── UCPanelTitle.Designer.cs
│   │   │   │   │   ├── UCPanelTitle.cs
│   │   │   │   │   └── UCPanelTitle.resx
│   │   │   │   ├── Process
│   │   │   │   │   ├── UCProcessEllipse.Designer.cs
│   │   │   │   │   ├── UCProcessEllipse.cs
│   │   │   │   │   ├── UCProcessEllipse.resx
│   │   │   │   │   ├── UCProcessExt.Designer.cs
│   │   │   │   │   ├── UCProcessExt.cs
│   │   │   │   │   ├── UCProcessExt.resx
│   │   │   │   │   ├── UCProcessLine.cs
│   │   │   │   │   ├── UCProcessLineExt.Designer.cs
│   │   │   │   │   ├── UCProcessLineExt.cs
│   │   │   │   │   ├── UCProcessLineExt.resx
│   │   │   │   │   ├── UCProcessRoll.cs
│   │   │   │   │   ├── UCProcessWave.Designer.cs
│   │   │   │   │   ├── UCProcessWave.cs
│   │   │   │   │   └── UCProcessWave.resx
│   │   │   │   ├── RadioButton
│   │   │   │   │   ├── UCRadioButton.Designer.cs
│   │   │   │   │   ├── UCRadioButton.cs
│   │   │   │   │   └── UCRadioButton.resx
│   │   │   │   ├── Roll
│   │   │   │   │   └── UCRollText.cs
│   │   │   │   ├── Sampling
│   │   │   │   │   └── UCSampling.cs
│   │   │   │   ├── ScrollBar
│   │   │   │   │   ├── ScrollbarComponent.cs
│   │   │   │   │   ├── ScrollbarControlDesigner.cs
│   │   │   │   │   ├── UCHScrollbar.cs
│   │   │   │   │   ├── UCVScrollbar.cs
│   │   │   │   │   └── UCVScrollbar.resx
│   │   │   │   ├── Shadow
│   │   │   │   │   └── ShadowComponent.cs
│   │   │   │   ├── Split
│   │   │   │   │   ├── UCSplitLine_H.Designer.cs
│   │   │   │   │   ├── UCSplitLine_H.cs
│   │   │   │   │   ├── UCSplitLine_H.resx
│   │   │   │   │   ├── UCSplitLine_V.Designer.cs
│   │   │   │   │   ├── UCSplitLine_V.cs
│   │   │   │   │   └── UCSplitLine_V.resx
│   │   │   │   ├── SplitLabel
│   │   │   │   │   └── UCSplitLabel.cs
│   │   │   │   ├── Step
│   │   │   │   │   ├── UCStep.Designer.cs
│   │   │   │   │   ├── UCStep.cs
│   │   │   │   │   └── UCStep.resx
│   │   │   │   ├── Switch
│   │   │   │   │   ├── UCSwitch.Designer.cs
│   │   │   │   │   ├── UCSwitch.cs
│   │   │   │   │   └── UCSwitch.resx
│   │   │   │   ├── Tab
│   │   │   │   │   └── TabControlExt.cs
│   │   │   │   ├── Text
│   │   │   │   │   ├── KeyBoardType.cs
│   │   │   │   │   ├── TextBoxEx.Designer.cs
│   │   │   │   │   ├── TextBoxEx.cs
│   │   │   │   │   ├── TextBoxTransparent.cs
│   │   │   │   │   ├── TextBoxTransparent.resx
│   │   │   │   │   ├── UCNumTextBox.Designer.cs
│   │   │   │   │   ├── UCNumTextBox.cs
│   │   │   │   │   ├── UCNumTextBox.resx
│   │   │   │   │   ├── UCTextBoxEx.Designer.cs
│   │   │   │   │   ├── UCTextBoxEx.cs
│   │   │   │   │   ├── UCTextBoxEx.resx
│   │   │   │   │   └── win32.cs
│   │   │   │   ├── TimeLine
│   │   │   │   │   ├── UCTimeLine.Designer.cs
│   │   │   │   │   ├── UCTimeLine.cs
│   │   │   │   │   └── UCTimeLine.resx
│   │   │   │   ├── ToolStripRendererEx
│   │   │   │   │   ├── ControlPaintEx.cs
│   │   │   │   │   ├── GraphicsPathHelper.cs
│   │   │   │   │   ├── InterpolationModeGraphics.cs
│   │   │   │   │   ├── ProfessionalToolStripRendererEx.cs
│   │   │   │   │   ├── RegionHelper.cs
│   │   │   │   │   ├── RenderHelper.cs
│   │   │   │   │   ├── RoundStyle.cs
│   │   │   │   │   ├── SmoothingModeGraphics.cs
│   │   │   │   │   ├── TextRenderingHintGraphics.cs
│   │   │   │   │   └── ToolStripColorTable.cs
│   │   │   │   ├── TrackBar
│   │   │   │   │   └── UCTrackBar.cs
│   │   │   │   ├── Transfer
│   │   │   │   │   ├── TransferEventArgs.cs
│   │   │   │   │   ├── UCTransfer.Designer.cs
│   │   │   │   │   ├── UCTransfer.cs
│   │   │   │   │   └── UCTransfer.resx
│   │   │   │   ├── Treeview
│   │   │   │   │   └── TreeViewEx.cs
│   │   │   │   ├── UCControlBase.Designer.cs
│   │   │   │   ├── UCControlBase.cs
│   │   │   │   ├── UCControlBase.resx
│   │   │   │   ├── Verification
│   │   │   │   │   ├── VerificationAttribute.cs
│   │   │   │   │   ├── VerificationComponent.cs
│   │   │   │   │   ├── VerificationEventArgs.cs
│   │   │   │   │   └── VerificationModel.cs
│   │   │   │   └── Wave
│   │   │   │       ├── UCWave.cs
│   │   │   │       └── UCWaveChart.cs
│   │   │   ├── Forms
│   │   │   │   ├── FrmAnchor.Designer.cs
│   │   │   │   ├── FrmAnchor.cs
│   │   │   │   ├── FrmAnchor.resx
│   │   │   │   ├── FrmAnchorTips.Designer.cs
│   │   │   │   ├── FrmAnchorTips.cs
│   │   │   │   ├── FrmAnchorTips.resx
│   │   │   │   ├── FrmBack.Designer.cs
│   │   │   │   ├── FrmBack.cs
│   │   │   │   ├── FrmBack.resx
│   │   │   │   ├── FrmBase.Designer.cs
│   │   │   │   ├── FrmBase.cs
│   │   │   │   ├── FrmBase.resx
│   │   │   │   ├── FrmDialog.Designer.cs
│   │   │   │   ├── FrmDialog.cs
│   │   │   │   ├── FrmDialog.resx
│   │   │   │   ├── FrmInputs.Designer.cs
│   │   │   │   ├── FrmInputs.cs
│   │   │   │   ├── FrmInputs.resx
│   │   │   │   ├── FrmLoading.Designer.cs
│   │   │   │   ├── FrmLoading.cs
│   │   │   │   ├── FrmLoading.resx
│   │   │   │   ├── FrmTips.Designer.cs
│   │   │   │   ├── FrmTips.cs
│   │   │   │   ├── FrmTips.resx
│   │   │   │   ├── FrmTransparent.Designer.cs
│   │   │   │   ├── FrmTransparent.cs
│   │   │   │   ├── FrmTransparent.resx
│   │   │   │   ├── FrmWaiting.Designer.cs
│   │   │   │   ├── FrmWaiting.cs
│   │   │   │   ├── FrmWaiting.resx
│   │   │   │   ├── FrmWithOKCancel1.Designer.cs
│   │   │   │   ├── FrmWithOKCancel1.cs
│   │   │   │   ├── FrmWithOKCancel1.resx
│   │   │   │   ├── FrmWithOKCancel2.Designer.cs
│   │   │   │   ├── FrmWithOKCancel2.cs
│   │   │   │   ├── FrmWithOKCancel2.resx
│   │   │   │   ├── FrmWithTitle.Designer.cs
│   │   │   │   ├── FrmWithTitle.cs
│   │   │   │   └── FrmWithTitle.resx
│   │   │   ├── HZH_Controls.csproj
│   │   │   ├── HZH_Controls.nuspec
│   │   │   ├── HandInput
│   │   │   │   ├── HandInput.dll
│   │   │   │   ├── HandInput64.dll
│   │   │   │   ├── certificate
│   │   │   │   ├── certificate64
│   │   │   │   ├── handinput.cupf
│   │   │   │   ├── handinput.exe
│   │   │   │   ├── handinput.ini
│   │   │   │   ├── icon.png
│   │   │   │   ├── lm_HW_PB_7000_kn.arpa.7e9.prune.1e-7.lm.fixed
│   │   │   │   ├── overlapEngine.dll
│   │   │   │   ├── sgim_annex.bin
│   │   │   │   ├── sgim_hz.bin
│   │   │   │   ├── sgim_py.bin
│   │   │   │   └── singleEngine.dll
│   │   │   ├── Helpers
│   │   │   │   ├── ControlHelper.cs
│   │   │   │   ├── Ext.cs
│   │   │   │   ├── GraphDirection.cs
│   │   │   │   ├── ITheme.cs
│   │   │   │   ├── MouseHook.cs
│   │   │   │   ├── NativeMethods.cs
│   │   │   │   ├── TextInputType.cs
│   │   │   │   └── WindowsHook.cs
│   │   │   ├── IconFont
│   │   │   │   ├── ElegantIcons.ttf
│   │   │   │   ├── FontAwesome.ttf
│   │   │   │   ├── FontIcons.cs
│   │   │   │   └── FontImages.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   └── Resources.resx
│   │   │   ├── Resources
│   │   │   │   ├── ComboBox.png
│   │   │   │   ├── alarm.png
│   │   │   │   ├── back.png
│   │   │   │   ├── caret-down.png
│   │   │   │   ├── caret-right.png
│   │   │   │   ├── checkbox0.png
│   │   │   │   ├── checkbox00.png
│   │   │   │   ├── checkbox1.png
│   │   │   │   ├── checkbox10.png
│   │   │   │   ├── chevron-left.png
│   │   │   │   ├── chevron-right.png
│   │   │   │   ├── dateRight.png
│   │   │   │   ├── datetLeft.png
│   │   │   │   ├── dialog_close.png
│   │   │   │   ├── down.png
│   │   │   │   ├── end.png
│   │   │   │   ├── error.png
│   │   │   │   ├── first.png
│   │   │   │   ├── handinput.exe
│   │   │   │   ├── help.png
│   │   │   │   ├── ic_add_black_18dp.png
│   │   │   │   ├── ic_remove_black_18dp.png
│   │   │   │   ├── ic_search_black_24dp.png
│   │   │   │   ├── input_clear.png
│   │   │   │   ├── keyboard.png
│   │   │   │   ├── keyboard_bs.png
│   │   │   │   ├── left.png
│   │   │   │   ├── list_add.png
│   │   │   │   ├── list_subtract.png
│   │   │   │   ├── loading.gif
│   │   │   │   ├── more1.png
│   │   │   │   ├── qty_delete.png
│   │   │   │   ├── radioButton0.png
│   │   │   │   ├── radioButton00.png
│   │   │   │   ├── radioButton1.png
│   │   │   │   ├── radioButton10.png
│   │   │   │   ├── right.png
│   │   │   │   ├── rigth.png
│   │   │   │   ├── sanjiao1.png
│   │   │   │   ├── sanjiao2.png
│   │   │   │   ├── success.png
│   │   │   │   ├── tips.png
│   │   │   │   ├── up.png
│   │   │   │   └── warning.png
│   │   │   ├── UIEditor
│   │   │   │   ├── FrmSelectImage.Designer.cs
│   │   │   │   ├── FrmSelectImage.cs
│   │   │   │   ├── FrmSelectImage.resx
│   │   │   │   └── ImagePropertyEditor.cs
│   │   │   ├── buidnuget.bat
│   │   │   └── nuget.exe
│   │   ├── HZH_Controls.sln
│   │   ├── Test
│   │   │   ├── FrmMain.Designer.cs
│   │   │   ├── FrmMain.cs
│   │   │   ├── FrmMain.resx
│   │   │   ├── FrmOKCancel1Test.Designer.cs
│   │   │   ├── FrmOKCancel1Test.cs
│   │   │   ├── FrmOKCancel1Test.resx
│   │   │   ├── FrmOKCancel2Test.Designer.cs
│   │   │   ├── FrmOKCancel2Test.cs
│   │   │   ├── FrmOKCancel2Test.resx
│   │   │   ├── FrmTestFrmBack.Designer.cs
│   │   │   ├── FrmTestFrmBack.cs
│   │   │   ├── FrmTestFrmBack.resx
│   │   │   ├── FrmTestLoading.Designer.cs
│   │   │   ├── FrmTestLoading.cs
│   │   │   ├── FrmTestLoading.resx
│   │   │   ├── FrmWithTitleTest.Designer.cs
│   │   │   ├── FrmWithTitleTest.cs
│   │   │   ├── FrmWithTitleTest.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Resources
│   │   │   │   └── rowicon.png
│   │   │   ├── Test.csproj
│   │   │   ├── TestGridModel.cs
│   │   │   ├── UC
│   │   │   │   ├── UCTestArrow.Designer.cs
│   │   │   │   ├── UCTestArrow.cs
│   │   │   │   ├── UCTestArrow.resx
│   │   │   │   ├── UCTestBlower.Designer.cs
│   │   │   │   ├── UCTestBlower.cs
│   │   │   │   ├── UCTestBlower.resx
│   │   │   │   ├── UCTestBtns.Designer.cs
│   │   │   │   ├── UCTestBtns.cs
│   │   │   │   ├── UCTestBtns.resx
│   │   │   │   ├── UCTestCalendarNotes.Designer.cs
│   │   │   │   ├── UCTestCalendarNotes.cs
│   │   │   │   ├── UCTestCalendarNotes.resx
│   │   │   │   ├── UCTestColors.Designer.cs
│   │   │   │   ├── UCTestColors.cs
│   │   │   │   ├── UCTestColors.resx
│   │   │   │   ├── UCTestConduit.Designer.cs
│   │   │   │   ├── UCTestConduit.cs
│   │   │   │   ├── UCTestConduit.resx
│   │   │   │   ├── UCTestContextMenu.Designer.cs
│   │   │   │   ├── UCTestContextMenu.cs
│   │   │   │   ├── UCTestContextMenu.resx
│   │   │   │   ├── UCTestConveyor.Designer.cs
│   │   │   │   ├── UCTestConveyor.cs
│   │   │   │   ├── UCTestConveyor.resx
│   │   │   │   ├── UCTestDialAisle.Designer.cs
│   │   │   │   ├── UCTestDialAisle.cs
│   │   │   │   ├── UCTestDialAisle.resx
│   │   │   │   ├── UCTestForms.Designer.cs
│   │   │   │   ├── UCTestForms.cs
│   │   │   │   ├── UCTestForms.resx
│   │   │   │   ├── UCTestFunnelChart.Designer.cs
│   │   │   │   ├── UCTestFunnelChart.cs
│   │   │   │   ├── UCTestFunnelChart.resx
│   │   │   │   ├── UCTestGraphicalOverlay.Designer.cs
│   │   │   │   ├── UCTestGraphicalOverlay.cs
│   │   │   │   ├── UCTestGraphicalOverlay.resx
│   │   │   │   ├── UCTestGridTable.Designer.cs
│   │   │   │   ├── UCTestGridTable.cs
│   │   │   │   ├── UCTestGridTable.resx
│   │   │   │   ├── UCTestGridTableCustom.Designer.cs
│   │   │   │   ├── UCTestGridTableCustom.cs
│   │   │   │   ├── UCTestGridTableCustom.resx
│   │   │   │   ├── UCTestGridTable_CustomCell.Designer.cs
│   │   │   │   ├── UCTestGridTable_CustomCell.cs
│   │   │   │   ├── UCTestGridTable_CustomCell.resx
│   │   │   │   ├── UCTestGridTable_CustomCellIcon.Designer.cs
│   │   │   │   ├── UCTestGridTable_CustomCellIcon.cs
│   │   │   │   ├── UCTestGridTable_CustomCellIcon.resx
│   │   │   │   ├── UCTestHorizontalList.Designer.cs
│   │   │   │   ├── UCTestHorizontalList.cs
│   │   │   │   ├── UCTestHorizontalList.resx
│   │   │   │   ├── UCTestIcon.Designer.cs
│   │   │   │   ├── UCTestIcon.cs
│   │   │   │   ├── UCTestIcon.resx
│   │   │   │   ├── UCTestLED.Designer.cs
│   │   │   │   ├── UCTestLED.cs
│   │   │   │   ├── UCTestLED.resx
│   │   │   │   ├── UCTestList.Designer.cs
│   │   │   │   ├── UCTestList.cs
│   │   │   │   ├── UCTestList.resx
│   │   │   │   ├── UCTestListView.Designer.cs
│   │   │   │   ├── UCTestListView.cs
│   │   │   │   ├── UCTestListView.resx
│   │   │   │   ├── UCTestLiveChar_Pie.resx
│   │   │   │   ├── UCTestLiveCharts
│   │   │   │   │   ├── Cartesian
│   │   │   │   │   │   ├── Basic Stacked Bar
│   │   │   │   │   │   │   ├── BasicStackedColumnExample.Designer.cs
│   │   │   │   │   │   │   ├── BasicStackedColumnExample.cs
│   │   │   │   │   │   │   ├── BasicStackedColumnExample.resx
│   │   │   │   │   │   │   ├── BasicsStackedRowExample.Designer.cs
│   │   │   │   │   │   │   ├── BasicsStackedRowExample.cs
│   │   │   │   │   │   │   └── BasicsStackedRowExample.resx
│   │   │   │   │   │   ├── BasicBar
│   │   │   │   │   │   │   ├── BasicColumnExample.Designer.cs
│   │   │   │   │   │   │   ├── BasicColumnExample.cs
│   │   │   │   │   │   │   ├── BasicColumnExample.resx
│   │   │   │   │   │   │   ├── BasicRowExample.Designer.cs
│   │   │   │   │   │   │   ├── BasicRowExample.cs
│   │   │   │   │   │   │   └── BasicRowExample.resx
│   │   │   │   │   │   ├── BasicBubbles
│   │   │   │   │   │   │   ├── BasicBubblesExample.Designer.cs
│   │   │   │   │   │   │   ├── BasicBubblesExample.cs
│   │   │   │   │   │   │   └── BasicBubblesExample.resx
│   │   │   │   │   │   ├── BasicLine
│   │   │   │   │   │   │   ├── BasicLineExample.Designer.cs
│   │   │   │   │   │   │   ├── BasicLineExample.cs
│   │   │   │   │   │   │   └── BasicLineExample.resx
│   │   │   │   │   │   ├── ConstantChanges
│   │   │   │   │   │   │   ├── ConstantChanges.Designer.cs
│   │   │   │   │   │   │   ├── ConstantChanges.cs
│   │   │   │   │   │   │   ├── ConstantChanges.resx
│   │   │   │   │   │   │   └── MeasureModel.cs
│   │   │   │   │   │   ├── Customized Series
│   │   │   │   │   │   │   ├── Customized Line Series.Designer.cs
│   │   │   │   │   │   │   ├── Customized Line Series.cs
│   │   │   │   │   │   │   └── Customized Line Series.resx
│   │   │   │   │   │   ├── DataPagination
│   │   │   │   │   │   │   ├── DataPaginationExample.Designer.cs
│   │   │   │   │   │   │   ├── DataPaginationExample.cs
│   │   │   │   │   │   │   └── DataPaginationExample.resx
│   │   │   │   │   │   ├── DateTime
│   │   │   │   │   │   │   ├── DateTimeExample.Designer.cs
│   │   │   │   │   │   │   ├── DateTimeExample.cs
│   │   │   │   │   │   │   └── DateTimeExample.resx
│   │   │   │   │   │   ├── DynamicVisibility
│   │   │   │   │   │   │   ├── DynamicVisibiltyExample.Designer.cs
│   │   │   │   │   │   │   ├── DynamicVisibiltyExample.cs
│   │   │   │   │   │   │   └── DynamicVisibiltyExample.resx
│   │   │   │   │   │   ├── Events
│   │   │   │   │   │   │   ├── EventsExample.Designer.cs
│   │   │   │   │   │   │   ├── EventsExample.cs
│   │   │   │   │   │   │   └── EventsExample.resx
│   │   │   │   │   │   ├── Financial
│   │   │   │   │   │   │   ├── FinancialExample.Designer.cs
│   │   │   │   │   │   │   ├── FinancialExample.cs
│   │   │   │   │   │   │   └── FinancialExample.resx
│   │   │   │   │   │   ├── FullyResponsive
│   │   │   │   │   │   │   ├── FullyResponsive.Designer.cs
│   │   │   │   │   │   │   ├── FullyResponsive.cs
│   │   │   │   │   │   │   └── FullyResponsive.resx
│   │   │   │   │   │   ├── FunnelChart
│   │   │   │   │   │   │   ├── FunnelExample.Designer.cs
│   │   │   │   │   │   │   ├── FunnelExample.cs
│   │   │   │   │   │   │   ├── FunnelExample.resx
│   │   │   │   │   │   │   └── Resources
│   │   │   │   │   │   │       ├── fingerprint.png
│   │   │   │   │   │   │       ├── user.png
│   │   │   │   │   │   │       └── view.png
│   │   │   │   │   │   ├── GanttChart
│   │   │   │   │   │   │   ├── GanttExample.Designer.cs
│   │   │   │   │   │   │   ├── GanttExample.cs
│   │   │   │   │   │   │   └── GanttExample.resx
│   │   │   │   │   │   ├── HeatSeriesExample
│   │   │   │   │   │   │   ├── HeatSeriesExample.Designer.cs
│   │   │   │   │   │   │   ├── HeatSeriesExample.cs
│   │   │   │   │   │   │   └── HeatSeriesExample.resx
│   │   │   │   │   │   ├── Inverted Series
│   │   │   │   │   │   │   ├── InvertedSeries.Designer.cs
│   │   │   │   │   │   │   ├── InvertedSeries.cs
│   │   │   │   │   │   │   └── InvertedSeries.resx
│   │   │   │   │   │   ├── Irregular Intervals
│   │   │   │   │   │   │   ├── IrregularIntervalsExample.Designer.cs
│   │   │   │   │   │   │   ├── IrregularIntervalsExample.cs
│   │   │   │   │   │   │   └── IrregularIntervalsExample.resx
│   │   │   │   │   │   ├── Labels
│   │   │   │   │   │   │   ├── Labels.Designer.cs
│   │   │   │   │   │   │   ├── Labels.cs
│   │   │   │   │   │   │   └── Labels.resx
│   │   │   │   │   │   ├── Linq
│   │   │   │   │   │   │   ├── City.cs
│   │   │   │   │   │   │   ├── DataBase.cs
│   │   │   │   │   │   │   ├── LinqExample.Designer.cs
│   │   │   │   │   │   │   ├── LinqExample.cs
│   │   │   │   │   │   │   ├── LinqExample.resx
│   │   │   │   │   │   │   └── cities.csv
│   │   │   │   │   │   ├── LogarithmScale
│   │   │   │   │   │   │   ├── LogarithmSacale.Designer.cs
│   │   │   │   │   │   │   ├── LogarithmSacale.cs
│   │   │   │   │   │   │   └── LogarithmSacale.resx
│   │   │   │   │   │   ├── MissingPoints
│   │   │   │   │   │   │   ├── MissingPoint.Designer.cs
│   │   │   │   │   │   │   ├── MissingPoint.cs
│   │   │   │   │   │   │   └── MissingPoint.resx
│   │   │   │   │   │   ├── MultiAxes
│   │   │   │   │   │   │   ├── MultipleAxesExample.Designer.cs
│   │   │   │   │   │   │   ├── MultipleAxesExample.cs
│   │   │   │   │   │   │   └── MultipleAxesExample.resx
│   │   │   │   │   │   ├── NegativeStackedRow
│   │   │   │   │   │   │   ├── NegativeStackedRow.Designer.cs
│   │   │   │   │   │   │   ├── NegativeStackedRow.cs
│   │   │   │   │   │   │   └── NegativeStackedRow.resx
│   │   │   │   │   │   ├── PointState
│   │   │   │   │   │   │   ├── PointState.Designer.cs
│   │   │   │   │   │   │   ├── PointState.cs
│   │   │   │   │   │   │   └── PointState.resx
│   │   │   │   │   │   ├── ScatterExample
│   │   │   │   │   │   │   ├── ScatterForm.Designer.cs
│   │   │   │   │   │   │   ├── ScatterForm.cs
│   │   │   │   │   │   │   └── ScatterForm.resx
│   │   │   │   │   │   ├── Sections
│   │   │   │   │   │   │   ├── SectionsExample.Designer.cs
│   │   │   │   │   │   │   ├── SectionsExample.cs
│   │   │   │   │   │   │   └── SectionsExample.resx
│   │   │   │   │   │   ├── StackedArea
│   │   │   │   │   │   │   ├── StackedAreaExample.Designer.cs
│   │   │   │   │   │   │   ├── StackedAreaExample.cs
│   │   │   │   │   │   │   └── StackedAreaExample.resx
│   │   │   │   │   │   ├── StepLine
│   │   │   │   │   │   │   ├── StepLineExample.Designer.cs
│   │   │   │   │   │   │   ├── StepLineExample.cs
│   │   │   │   │   │   │   └── StepLineExample.resx
│   │   │   │   │   │   ├── UielementsExample
│   │   │   │   │   │   │   ├── UielementsExample.Designer.cs
│   │   │   │   │   │   │   ├── UielementsExample.cs
│   │   │   │   │   │   │   ├── UielementsExample.resx
│   │   │   │   │   │   │   └── warning.png
│   │   │   │   │   │   └── Zooming and Panning
│   │   │   │   │   │       ├── ZomingAndPanningExample.Designer.cs
│   │   │   │   │   │       ├── ZomingAndPanningExample.cs
│   │   │   │   │   │       └── ZomingAndPanningExample.resx
│   │   │   │   │   ├── Gauge
│   │   │   │   │   │   ├── 360
│   │   │   │   │   │   │   ├── Gauge360Example.Designer.cs
│   │   │   │   │   │   │   ├── Gauge360Example.cs
│   │   │   │   │   │   │   └── Gauge360Example.resx
│   │   │   │   │   │   └── AngularGauge
│   │   │   │   │   │       ├── AngularGugeForm.Designer.cs
│   │   │   │   │   │       ├── AngularGugeForm.cs
│   │   │   │   │   │       └── AngularGugeForm.resx
│   │   │   │   │   ├── Maps
│   │   │   │   │   │   ├── GeoMapExample.Designer.cs
│   │   │   │   │   │   ├── GeoMapExample.cs
│   │   │   │   │   │   ├── GeoMapExample.resx
│   │   │   │   │   │   └── World.xml
│   │   │   │   │   └── PieChart
│   │   │   │   │       ├── DoughnutExample.Designer.cs
│   │   │   │   │       ├── DoughnutExample.cs
│   │   │   │   │       ├── DoughnutExample.resx
│   │   │   │   │       ├── PieChartExample.Designer.cs
│   │   │   │   │       ├── PieChartExample.cs
│   │   │   │   │       └── PieChartExample.resx
│   │   │   │   ├── UCTestLiveCharts.Designer.cs
│   │   │   │   ├── UCTestLiveCharts.cs
│   │   │   │   ├── UCTestLiveCharts.resx
│   │   │   │   ├── UCTestMenu.Designer.cs
│   │   │   │   ├── UCTestMenu.cs
│   │   │   │   ├── UCTestMenu.resx
│   │   │   │   ├── UCTestMeter.Designer.cs
│   │   │   │   ├── UCTestMeter.cs
│   │   │   │   ├── UCTestMeter.resx
│   │   │   │   ├── UCTestMindMapping.Designer.cs
│   │   │   │   ├── UCTestMindMapping.cs
│   │   │   │   ├── UCTestMindMapping.resx
│   │   │   │   ├── UCTestNavigation.Designer.cs
│   │   │   │   ├── UCTestNavigation.cs
│   │   │   │   ├── UCTestNavigation.resx
│   │   │   │   ├── UCTestNavigationMenu.Designer.cs
│   │   │   │   ├── UCTestNavigationMenu.cs
│   │   │   │   ├── UCTestNavigationMenu.resx
│   │   │   │   ├── UCTestNavigationMenuExt.Designer.cs
│   │   │   │   ├── UCTestNavigationMenuExt.cs
│   │   │   │   ├── UCTestNavigationMenuExt.resx
│   │   │   │   ├── UCTestNavigationMenuOffice.Designer.cs
│   │   │   │   ├── UCTestNavigationMenuOffice.cs
│   │   │   │   ├── UCTestNavigationMenuOffice.resx
│   │   │   │   ├── UCTestNavigationMenuOfficeItem.Designer.cs
│   │   │   │   ├── UCTestNavigationMenuOfficeItem.cs
│   │   │   │   ├── UCTestNavigationMenuOfficeItem.resx
│   │   │   │   ├── UCTestPage.Designer.cs
│   │   │   │   ├── UCTestPage.cs
│   │   │   │   ├── UCTestPage.resx
│   │   │   │   ├── UCTestPanelQuote.Designer.cs
│   │   │   │   ├── UCTestPanelQuote.cs
│   │   │   │   ├── UCTestPanelQuote.resx
│   │   │   │   ├── UCTestPanelTitle.Designer.cs
│   │   │   │   ├── UCTestPanelTitle.cs
│   │   │   │   ├── UCTestPanelTitle.resx
│   │   │   │   ├── UCTestProcess.Designer.cs
│   │   │   │   ├── UCTestProcess.cs
│   │   │   │   ├── UCTestProcess.resx
│   │   │   │   ├── UCTestRadarChart.Designer.cs
│   │   │   │   ├── UCTestRadarChart.cs
│   │   │   │   ├── UCTestRadarChart.resx
│   │   │   │   ├── UCTestRollText.Designer.cs
│   │   │   │   ├── UCTestRollText.cs
│   │   │   │   ├── UCTestRollText.resx
│   │   │   │   ├── UCTestRotor.Designer.cs
│   │   │   │   ├── UCTestRotor.cs
│   │   │   │   ├── UCTestRotor.resx
│   │   │   │   ├── UCTestSampling.Designer.cs
│   │   │   │   ├── UCTestSampling.cs
│   │   │   │   ├── UCTestSampling.resx
│   │   │   │   ├── UCTestScrollbar.Designer.cs
│   │   │   │   ├── UCTestScrollbar.cs
│   │   │   │   ├── UCTestScrollbar.resx
│   │   │   │   ├── UCTestShadow.Designer.cs
│   │   │   │   ├── UCTestShadow.cs
│   │   │   │   ├── UCTestShadow.resx
│   │   │   │   ├── UCTestSignalLamp.Designer.cs
│   │   │   │   ├── UCTestSignalLamp.cs
│   │   │   │   ├── UCTestSignalLamp.resx
│   │   │   │   ├── UCTestSplitLabel.Designer.cs
│   │   │   │   ├── UCTestSplitLabel.cs
│   │   │   │   ├── UCTestSplitLabel.resx
│   │   │   │   ├── UCTestStep.Designer.cs
│   │   │   │   ├── UCTestStep.cs
│   │   │   │   ├── UCTestStep.resx
│   │   │   │   ├── UCTestSyringe.Designer.cs
│   │   │   │   ├── UCTestSyringe.cs
│   │   │   │   ├── UCTestSyringe.resx
│   │   │   │   ├── UCTestTab.Designer.cs
│   │   │   │   ├── UCTestTab.cs
│   │   │   │   ├── UCTestTab.resx
│   │   │   │   ├── UCTestThermometer.Designer.cs
│   │   │   │   ├── UCTestThermometer.cs
│   │   │   │   ├── UCTestThermometer.resx
│   │   │   │   ├── UCTestTimeLine.Designer.cs
│   │   │   │   ├── UCTestTimeLine.cs
│   │   │   │   ├── UCTestTimeLine.resx
│   │   │   │   ├── UCTestTips.Designer.cs
│   │   │   │   ├── UCTestTips.cs
│   │   │   │   ├── UCTestTips.resx
│   │   │   │   ├── UCTestTrackbar.Designer.cs
│   │   │   │   ├── UCTestTrackbar.cs
│   │   │   │   ├── UCTestTrackbar.resx
│   │   │   │   ├── UCTestTransfer.Designer.cs
│   │   │   │   ├── UCTestTransfer.cs
│   │   │   │   ├── UCTestTransfer.resx
│   │   │   │   ├── UCTestTreeGridTable.Designer.cs
│   │   │   │   ├── UCTestTreeGridTable.cs
│   │   │   │   ├── UCTestTreeGridTable.resx
│   │   │   │   ├── UCTestTreeview.Designer.cs
│   │   │   │   ├── UCTestTreeview.cs
│   │   │   │   ├── UCTestTreeview.resx
│   │   │   │   ├── UCTestTurntable.Designer.cs
│   │   │   │   ├── UCTestTurntable.cs
│   │   │   │   ├── UCTestTurntable.resx
│   │   │   │   ├── UCTestUCEllipseDialAisle.Designer.cs
│   │   │   │   ├── UCTestUCEllipseDialAisle.cs
│   │   │   │   ├── UCTestUCEllipseDialAisle.resx
│   │   │   │   ├── UCTestValve.Designer.cs
│   │   │   │   ├── UCTestValve.cs
│   │   │   │   ├── UCTestValve.resx
│   │   │   │   ├── UCTestVerification.Designer.cs
│   │   │   │   ├── UCTestVerification.cs
│   │   │   │   ├── UCTestVerification.resx
│   │   │   │   ├── UCTestWave.Designer.cs
│   │   │   │   ├── UCTestWave.cs
│   │   │   │   ├── UCTestWave.resx
│   │   │   │   ├── UCTestWaveChart.Designer.cs
│   │   │   │   ├── UCTestWaveChart.cs
│   │   │   │   └── UCTestWaveChart.resx
│   │   │   ├── UCShouQuan.Designer.cs
│   │   │   ├── UCShouQuan.cs
│   │   │   ├── UCShouQuan.resx
│   │   │   ├── log.ico
│   │   │   ├── logo.ico
│   │   │   └── packages.config
│   │   └── packages
│   │       ├── LiveCharts.0.9.7
│   │       │   ├── LiveCharts.0.9.7.nupkg
│   │       │   ├── lib
│   │       │   │   ├── net40
│   │       │   │   │   ├── LiveCharts.dll
│   │       │   │   │   ├── LiveCharts.pdb
│   │       │   │   │   └── LiveCharts.xml
│   │       │   │   ├── net45
│   │       │   │   │   ├── LiveCharts.dll
│   │       │   │   │   ├── LiveCharts.pdb
│   │       │   │   │   └── LiveCharts.xml
│   │       │   │   └── portable-net45 win8 wp8
│   │       │   │       ├── LiveCharts.XML
│   │       │   │       ├── LiveCharts.dll
│   │       │   │       └── LiveCharts.pdb
│   │       │   └── readme.txt
│   │       ├── LiveCharts.WinForms.0.9.7.1
│   │       │   ├── LiveCharts.WinForms.0.9.7.1.nupkg
│   │       │   ├── lib
│   │       │   │   ├── net40
│   │       │   │   │   ├── LiveCharts.WinForms.XML
│   │       │   │   │   ├── LiveCharts.WinForms.dll
│   │       │   │   │   └── LiveCharts.WinForms.pdb
│   │       │   │   └── net45
│   │       │   │       ├── LiveCharts.WinForms.XML
│   │       │   │       ├── LiveCharts.WinForms.dll
│   │       │   │       └── LiveCharts.WinForms.pdb
│   │       │   └── tools
│   │       │       └── install.ps1
│   │       ├── LiveCharts.Wpf.0.9.7
│   │       │   ├── LiveCharts.Wpf.0.9.7.nupkg
│   │       │   ├── lib
│   │       │   │   ├── net40
│   │       │   │   │   ├── LiveCharts.Wpf.XML
│   │       │   │   │   ├── LiveCharts.Wpf.dll
│   │       │   │   │   └── LiveCharts.Wpf.pdb
│   │       │   │   └── net45
│   │       │   │       ├── LiveCharts.Wpf.XML
│   │       │   │       ├── LiveCharts.Wpf.dll
│   │       │   │       └── LiveCharts.Wpf.pdb
│   │       │   └── tools
│   │       │       └── install.ps1
│   │       └── repositories.config
│   ├── LICENSE
│   ├── README.md
│   ├── README_CN.md
│   └── logo.ico
└── 好例子网_NetWinformControl-master.zip

125 directories, 769 files



实例下载地址

一款国人基于c#开发的控件组件

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警