实例介绍
【实例截图】
【核心代码】
.
├── hml-master
│ ├── README.md
│ ├── WcleAnimationLibrary
│ │ ├── AnimationCore.cs
│ │ ├── AnimationTimer.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── WcleAnimationLibrary.csproj
│ ├── WinformControlLibraryExtension
│ │ ├── Commom
│ │ │ ├── ControlCommom.cs
│ │ │ ├── DotsPerInchHelper.cs
│ │ │ └── WindowNavigate.cs
│ │ ├── Design
│ │ │ ├── AnomalyButton
│ │ │ │ ├── AnomalyButtonDesigner.cs
│ │ │ │ └── ShapePointsAnchorEditor.cs
│ │ │ ├── CheckBoxExtDesigner.cs
│ │ │ ├── CollectionEditorExt.cs
│ │ │ ├── ColorEditorExt.cs
│ │ │ ├── ColorExtDesigner.cs
│ │ │ ├── ColorPickerExtDesigner.cs
│ │ │ ├── DateExtDesigner.cs
│ │ │ ├── DatePickerExtDesigner.cs
│ │ │ ├── DottedLineBorderExtDesigner.cs
│ │ │ ├── EmptyConverter.cs
│ │ │ ├── FisheyeBarExtDesigner.cs
│ │ │ ├── ImageCarouselExtDesigner.cs
│ │ │ ├── ImageWhirligigExtDesigner.cs
│ │ │ ├── MenuExtEditor.cs
│ │ │ ├── RadioButtonExtDesigner.cs
│ │ │ ├── TextCarouselCollectionEditorExt.cs
│ │ │ ├── TextCarouselColorItemCollectionEditorExt.cs
│ │ │ └── TextCarouselExtDesigner.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Resources
│ │ │ ├── Global.wav
│ │ │ ├── collapsebtn.png
│ │ │ ├── date.png
│ │ │ ├── expandbtn.png
│ │ │ ├── expandfirstbtn.png
│ │ │ ├── fixed.png
│ │ │ ├── layout.png
│ │ │ ├── message_error.png
│ │ │ ├── message_question.png
│ │ │ ├── message_warning.png
│ │ │ ├── msg.wav
│ │ │ ├── searchclearbtn.png
│ │ │ ├── shake.wav
│ │ │ ├── squaresback.png
│ │ │ ├── unfixed.png
│ │ │ ├── 关闭.png
│ │ │ ├── 复制.png
│ │ │ ├── 疑问.png
│ │ │ ├── 警告.png
│ │ │ ├── 通知.png
│ │ │ ├── 通过.png
│ │ │ ├── 错误.png
│ │ │ ├── 自定义.png
│ │ │ ├── 通知栏正常图标.ico
│ │ │ ├── 通知栏疑问闪烁图标.ico
│ │ │ ├── 通知栏警告闪烁图标.ico
│ │ │ ├── 通知栏通知闪烁图标.ico
│ │ │ ├── 通知栏通过闪烁图标.ico
│ │ │ └── 通知栏错误闪烁图标.ico
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── WinformControlLibraryExtension.csproj
│ │ ├── WinformControlLibraryExtension.csproj.user
│ │ └── 控件
│ │ ├── AlertFormExt.Designer.cs
│ │ ├── AlertFormExt.cs
│ │ ├── AlertFormExt.resx
│ │ ├── AnimationComponent.cs
│ │ ├── AnimationStaticTimer.cs
│ │ ├── AnomalyButton.cs
│ │ ├── ButtonExt.cs
│ │ ├── ChartExt.cs
│ │ ├── CheckBoxExt.cs
│ │ ├── ColorExt.cs
│ │ ├── DateExt.cs
│ │ ├── FisheyeMenuExt
│ │ │ ├── FisheyeMenuExt.cs
│ │ │ └── FisheyeMenuHandleExt.cs
│ │ ├── Form
│ │ │ ├── FormExt.Designer.cs
│ │ │ └── FormExt.cs
│ │ ├── GradualProgressExt.cs
│ │ ├── GroupPanelExt.cs
│ │ ├── HRulerExt.cs
│ │ ├── HalvingLineExt.cs
│ │ ├── ImageCarouselExt.cs
│ │ ├── ImageExt.cs
│ │ ├── ImageWhirligigExt.cs
│ │ ├── JigsawValidExt.cs
│ │ ├── LabelExt.cs
│ │ ├── ListBoxExt.cs
│ │ ├── LoadExt.cs
│ │ ├── MaskingExt
│ │ │ └── MaskingExt.cs
│ │ ├── MessageBoxExt
│ │ │ └── MessageBoxExt.cs
│ │ ├── MeterExt.cs
│ │ ├── MultidropSlideBarExt.cs
│ │ ├── NavigationBarExt.cs
│ │ ├── NumberTimeExt.cs
│ │ ├── PatternLockExt.cs
│ │ ├── PercentageProgressExt.cs
│ │ ├── ProcedureExt.cs
│ │ ├── RadarChartExt.cs
│ │ ├── RadarScanExt.cs
│ │ ├── RadianMenuExt
│ │ │ ├── RadianMenuExt.cs
│ │ │ └── RadianMenuHandleExt.cs
│ │ ├── RadioButtonExt.cs
│ │ ├── SlideMenuExt
│ │ │ ├── SlideMenuExt.cs
│ │ │ └── SlideMenuPanelExt.cs
│ │ ├── SwitchButtonExt.cs
│ │ ├── TabControlExt.cs
│ │ ├── TextCarouselExt.cs
│ │ ├── ThermometerExt.cs
│ │ ├── TimerExt.cs
│ │ ├── ToolTipExt.cs
│ │ ├── VRulerExt.cs
│ │ ├── ValidCodeExt.cs
│ │ ├── WaveProgressExt.cs
│ │ └── 工具栏
│ │ ├── ContextMenuStripExt.cs
│ │ ├── MenuStripExt.cs
│ │ ├── StatusStripExt.cs
│ │ └── ToolStripExt.cs
│ ├── WinformControlLibraryExtension.ComplexityPropertys
│ │ ├── PointF.cs
│ │ ├── PointFConverter.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── WinformControlLibraryExtension.ComplexityPropertys.csproj
│ ├── WinformDemo
│ │ ├── AllForm.Designer.cs
│ │ ├── AllForm.cs
│ │ ├── AllForm.resx
│ │ ├── DemoForm.Designer.cs
│ │ ├── DemoForm.cs
│ │ ├── DemoForm.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Resources
│ │ │ ├── 1.png
│ │ │ ├── 2.png
│ │ │ ├── 3.png
│ │ │ ├── 4.png
│ │ │ ├── 5.png
│ │ │ ├── 6.png
│ │ │ ├── 7.png
│ │ │ ├── 8.png
│ │ │ ├── 9.png
│ │ │ ├── Adobe1.png
│ │ │ ├── Adobe2.png
│ │ │ ├── Adobe3.png
│ │ │ ├── Adobe4.png
│ │ │ ├── Adobe5.png
│ │ │ ├── Adobe6.png
│ │ │ ├── Adobe7.png
│ │ │ ├── Adobe8.png
│ │ │ ├── Adobe9.png
│ │ │ ├── GroupPanelTitle.png
│ │ │ ├── Thumbs.db
│ │ │ ├── demomenu_anomalybutton.png
│ │ │ ├── demomenu_button.png
│ │ │ ├── demomenu_chart.png
│ │ │ ├── demomenu_checkbox.png
│ │ │ ├── demomenu_color.png
│ │ │ ├── demomenu_contextmenustrip.png
│ │ │ ├── demomenu_date.png
│ │ │ ├── demomenu_fisheyebar.png
│ │ │ ├── demomenu_grouppanel.png
│ │ │ ├── demomenu_halvingline.png
│ │ │ ├── demomenu_image.png
│ │ │ ├── demomenu_imagecarousel.png
│ │ │ ├── demomenu_imagewhirligig.png
│ │ │ ├── demomenu_jigsawslide.png
│ │ │ ├── demomenu_listbox.png
│ │ │ ├── demomenu_loadprogress.png
│ │ │ ├── demomenu_masking.png
│ │ │ ├── demomenu_menupanel.png
│ │ │ ├── demomenu_message.png
│ │ │ ├── demomenu_meterbar.png
│ │ │ ├── demomenu_multidropslidebar.png
│ │ │ ├── demomenu_navigationbar.png
│ │ │ ├── demomenu_numbertime.png
│ │ │ ├── demomenu_patternlock.png
│ │ │ ├── demomenu_percentagebar.png
│ │ │ ├── demomenu_progress.png
│ │ │ ├── demomenu_radar.png
│ │ │ ├── demomenu_radarchart.png
│ │ │ ├── demomenu_radianmenu.png
│ │ │ ├── demomenu_radio.png
│ │ │ ├── demomenu_ruler.png
│ │ │ ├── demomenu_sepprocess.png
│ │ │ ├── demomenu_tabcontrol.png
│ │ │ ├── demomenu_textcarousel.png
│ │ │ ├── demomenu_thermometer.png
│ │ │ ├── demomenu_timer.png
│ │ │ ├── demomenu_toggleswitch.png
│ │ │ ├── demomenu_tooltip.png
│ │ │ ├── demomenu_tooltip_label.png
│ │ │ ├── demomenu_validcode.png
│ │ │ ├── demomenu_waveprogress.png
│ │ │ ├── demomenu_windowalert.png
│ │ │ ├── menu.png
│ │ │ ├── menu_collapse_left.png
│ │ │ ├── menu_collapse_right.png
│ │ │ ├── menu_expand.png
│ │ │ ├── menutab.png
│ │ │ ├── message_custom.png
│ │ │ ├── statusstrip_versions.png
│ │ │ ├── toolstrip_center.png
│ │ │ ├── toolstrip_copy.png
│ │ │ ├── toolstrip_cut.png
│ │ │ ├── toolstrip_left.png
│ │ │ ├── toolstrip_new.png
│ │ │ ├── toolstrip_open.png
│ │ │ ├── toolstrip_othersave.png
│ │ │ ├── toolstrip_paste.png
│ │ │ ├── toolstrip_right.png
│ │ │ ├── toolstrip_save.png
│ │ │ ├── toolstrip_shape_align_bottom.png
│ │ │ ├── toolstrip_shape_align_center.png
│ │ │ ├── toolstrip_shape_align_left.png
│ │ │ ├── toolstrip_shape_align_middle.png
│ │ │ ├── toolstrip_shape_align_right.png
│ │ │ ├── toolstrip_shape_align_top.png
│ │ │ ├── toolstrip_text_italic.png
│ │ │ ├── toolstrip_text_kerning.png
│ │ │ ├── toolstrip_text_left_to_right.png
│ │ │ ├── toolstrip_text_letter_omega.png
│ │ │ ├── toolstrip_text_letterspacing.png
│ │ │ ├── toolstrip_text_linespacing.png
│ │ │ ├── toolstrip_text_list_bullets.png
│ │ │ ├── toolstrip_text_list_numbers.png
│ │ │ ├── toolstrip_text_lowercase_a.png
│ │ │ ├── toolstrip_window1.png
│ │ │ ├── toolstrip_window2.png
│ │ │ ├── toolstrip_window3.png
│ │ │ ├── validimage.png
│ │ │ ├── 云20.png
│ │ │ ├── 云25.png
│ │ │ ├── 火车.png
│ │ │ ├── 飞机.png
│ │ │ ├── 云块20.png
│ │ │ ├── 动态图片.gif
│ │ │ ├── 画笔路径.png
│ │ │ ├── 静态图片.png
│ │ │ └── 新建文本文档.txt
│ │ ├── WinformDemo.csproj
│ │ ├── WinformDemo.csproj.user
│ │ ├── app.config
│ │ ├── favicon.ico
│ │ └── 窗体
│ │ ├── AlertFormExtForm.Designer.cs
│ │ ├── AlertFormExtForm.cs
│ │ ├── AlertFormExtForm.resx
│ │ ├── AnomalyButtonForm.Designer.cs
│ │ ├── AnomalyButtonForm.cs
│ │ ├── AnomalyButtonForm.resx
│ │ ├── ButtonExtForm.Designer.cs
│ │ ├── ButtonExtForm.cs
│ │ ├── ButtonExtForm.resx
│ │ ├── ChartExtForm.Designer.cs
│ │ ├── ChartExtForm.cs
│ │ ├── ChartExtForm.resx
│ │ ├── CheckBoxExtForm.Designer.cs
│ │ ├── CheckBoxExtForm.cs
│ │ ├── CheckBoxExtForm.resx
│ │ ├── ColorExtForm.Designer.cs
│ │ ├── ColorExtForm.cs
│ │ ├── ColorExtForm.resx
│ │ ├── DatePickerExtForm.Designer.cs
│ │ ├── DatePickerExtForm.cs
│ │ ├── DatePickerExtForm.resx
│ │ ├── FisheyeMenuExt
│ │ │ ├── FisheyeMenuExtComponentForm.Designer.cs
│ │ │ ├── FisheyeMenuExtComponentForm.cs
│ │ │ ├── FisheyeMenuExtComponentForm.resx
│ │ │ ├── FisheyeMenuExtForm.Designer.cs
│ │ │ ├── FisheyeMenuExtForm.cs
│ │ │ └── FisheyeMenuExtForm.resx
│ │ ├── Form
│ │ │ ├── FormExtForm.Designer.cs
│ │ │ ├── FormExtForm.cs
│ │ │ └── FormExtForm.resx
│ │ ├── GradualProgressExtForm.Designer.cs
│ │ ├── GradualProgressExtForm.cs
│ │ ├── GradualProgressExtForm.resx
│ │ ├── GroupPanelExtForm.Designer.cs
│ │ ├── GroupPanelExtForm.cs
│ │ ├── GroupPanelExtForm.resx
│ │ ├── HRulerExtForm.Designer.cs
│ │ ├── HRulerExtForm.cs
│ │ ├── HRulerExtForm.resx
│ │ ├── HalvingLineExtForm.Designer.cs
│ │ ├── HalvingLineExtForm.cs
│ │ ├── HalvingLineExtForm.resx
│ │ ├── ImageCarouselExtForm.Designer.cs
│ │ ├── ImageCarouselExtForm.cs
│ │ ├── ImageCarouselExtForm.resx
│ │ ├── ImageExtForm.Designer.cs
│ │ ├── ImageExtForm.cs
│ │ ├── ImageExtForm.resx
│ │ ├── ImageWhirligigExtForm.Designer.cs
│ │ ├── ImageWhirligigExtForm.cs
│ │ ├── ImageWhirligigExtForm.resx
│ │ ├── JigsawValidExtForm.Designer.cs
│ │ ├── JigsawValidExtForm.cs
│ │ ├── JigsawValidExtForm.resx
│ │ ├── LabelExtForm.Designer.cs
│ │ ├── LabelExtForm.cs
│ │ ├── LabelExtForm.resx
│ │ ├── ListBoxExtForm.cs
│ │ ├── ListBoxExtForm.designer.cs
│ │ ├── ListBoxExtForm.resx
│ │ ├── LoadExtForm.Designer.cs
│ │ ├── LoadExtForm.cs
│ │ ├── LoadExtForm.resx
│ │ ├── MaskingExt
│ │ │ ├── MaskingExtForm.Designer.cs
│ │ │ ├── MaskingExtForm.cs
│ │ │ └── MaskingExtForm.resx
│ │ ├── MessageBoxExt
│ │ │ ├── MessageBoxExtForm.Designer.cs
│ │ │ ├── MessageBoxExtForm.cs
│ │ │ └── MessageBoxExtForm.resx
│ │ ├── MeterExtForm.Designer.cs
│ │ ├── MeterExtForm.cs
│ │ ├── MeterExtForm.resx
│ │ ├── MultidropSlideBarExtForm.Designer.cs
│ │ ├── MultidropSlideBarExtForm.cs
│ │ ├── MultidropSlideBarExtForm.resx
│ │ ├── NavigationBarExtForm.Designer.cs
│ │ ├── NavigationBarExtForm.cs
│ │ ├── NavigationBarExtForm.resx
│ │ ├── NumberTimeExtForm.Designer.cs
│ │ ├── NumberTimeExtForm.cs
│ │ ├── NumberTimeExtForm.resx
│ │ ├── PatternLockExtForm.Designer.cs
│ │ ├── PatternLockExtForm.cs
│ │ ├── PatternLockExtForm.resx
│ │ ├── PercentageProgressExtForm.Designer.cs
│ │ ├── PercentageProgressExtForm.cs
│ │ ├── PercentageProgressExtForm.resx
│ │ ├── ProcedureExtForm.Designer.cs
│ │ ├── ProcedureExtForm.cs
│ │ ├── ProcedureExtForm.resx
│ │ ├── RadarChartExtForm.Designer.cs
│ │ ├── RadarChartExtForm.cs
│ │ ├── RadarChartExtForm.resx
│ │ ├── RadarScanExtForm.Designer.cs
│ │ ├── RadarScanExtForm.cs
│ │ ├── RadarScanExtForm.resx
│ │ ├── RadianMenuExt
│ │ │ ├── RadianMenuExtComponentForm.Designer.cs
│ │ │ ├── RadianMenuExtComponentForm.cs
│ │ │ ├── RadianMenuExtComponentForm.resx
│ │ │ ├── RadianMenuExtForm.Designer.cs
│ │ │ ├── RadianMenuExtForm.cs
│ │ │ └── RadianMenuExtForm.resx
│ │ ├── RadioButtonExtForm.Designer.cs
│ │ ├── RadioButtonExtForm.cs
│ │ ├── RadioButtonExtForm.resx
│ │ ├── SlideMenuExt
│ │ │ ├── SlideMenuExtForm.Designer.cs
│ │ │ ├── SlideMenuExtForm.cs
│ │ │ ├── SlideMenuExtForm.resx
│ │ │ ├── SlideMenuPanelExtForm.Designer.cs
│ │ │ ├── SlideMenuPanelExtForm.cs
│ │ │ └── SlideMenuPanelExtForm.resx
│ │ ├── SwitchButtonExtForm.Designer.cs
│ │ ├── SwitchButtonExtForm.cs
│ │ ├── SwitchButtonExtForm.resx
│ │ ├── TabControlExtForm.Designer.cs
│ │ ├── TabControlExtForm.cs
│ │ ├── TabControlExtForm.resx
│ │ ├── TextCarouselExtForm.Designer.cs
│ │ ├── TextCarouselExtForm.cs
│ │ ├── TextCarouselExtForm.resx
│ │ ├── ThermometerExtForm.Designer.cs
│ │ ├── ThermometerExtForm.cs
│ │ ├── ThermometerExtForm.resx
│ │ ├── TimerExtForm.Designer.cs
│ │ ├── TimerExtForm.cs
│ │ ├── TimerExtForm.resx
│ │ ├── ToolTipExtForm.Designer.cs
│ │ ├── ToolTipExtForm.cs
│ │ ├── ToolTipExtForm.resx
│ │ ├── ValidCodeExtForm.cs
│ │ ├── ValidCodeExtForm.designer.cs
│ │ ├── ValidCodeExtForm.resx
│ │ ├── WaveProgressExtForm.Designer.cs
│ │ ├── WaveProgressExtForm.cs
│ │ ├── WaveProgressExtForm.resx
│ │ └── 工具栏
│ │ ├── ContextMenuStripExtForm.Designer.cs
│ │ ├── ContextMenuStripExtForm.cs
│ │ ├── ContextMenuStripExtForm.resx
│ │ ├── MenuStripExtForm.Designer.cs
│ │ ├── MenuStripExtForm.cs
│ │ ├── MenuStripExtForm.resx
│ │ ├── StatusStripExtForm.Designer.cs
│ │ ├── StatusStripExtForm.cs
│ │ ├── StatusStripExtForm.resx
│ │ ├── ToolStripExtForm.Designer.cs
│ │ ├── ToolStripExtForm.cs
│ │ └── ToolStripExtForm.resx
│ ├── lib
│ │ └── WinformControlLibraryExtension.ComplexityPropertys.dll
│ └── 花木兰控件库.sln
└── winform控件_hml-master.zip
31 directories, 393 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论