码迷,mamicode.com
首页 >  
搜索关键字:forms    ( 2772个结果
WinForm应用界面开发之高质量矢量图像的使用
点击获取DevExpress v21.1完整版下载 DevExpress WinForms拥有180+组件和UI库,能为Windows Forms平台创建具有影响力的业务解决方案。DevExpress WinForms能完美构建流畅、美观且易于使用的应用程序,无论是Office风格的界面,还是分析处 ...
分类:Windows程序   时间:2021-06-02 14:08:19    阅读次数:0
PickBoxTest示例(1)
using System; using System.Windows.Forms; using System.Drawing; namespace PickBoxTest { /// <summary> /// 这个类实现了窗体控件的 大小和移动函数 /// 用户运行时编辑 /// </summar ...
分类:其他好文   时间:2021-05-24 15:55:35    阅读次数:0
WinForm应用界面开发入门指南 - Office启发式用户界面
点击获取DevExpress完整版下载 DevExpress技术交流群3:700924826 欢迎一起进群讨论 DevExpress WinForms拥有180+组件和UI库,能为Windows Forms平台创建具有影响力的业务解决方案。DevExpress WinForms能完美构建流畅、美观且 ...
分类:Windows程序   时间:2021-05-24 07:28:52    阅读次数:0
loadrunner12.55:常用函数汇总说明之Web Vuser Functions(WEB)参数函数
Web Vuser Functions: C Language (WEB) HTTP-related functions have a web prefix. See: Action Functions Authentication Functions Asynchonous Functions C ...
分类:Web程序   时间:2021-05-24 00:41:49    阅读次数:0
element table 表格嵌套
/////////////////////////// 代码如下 <template> <div class="report-forms-page"> <div class="report-forms-main"> <div class="bottomForm"> <div style="margi ...
分类:其他好文   时间:2021-04-27 14:31:54    阅读次数:0
Profile your program using GNU gprof
Profiling is an indispensable measure for analyzing and optimizing the performance of your program. A typical profiler like GNU gprof will complete th ...
分类:其他好文   时间:2021-04-20 14:35:11    阅读次数:0
c# winform 定时器控件到期不执行的问题。
一个测试用小程序中用了两个timer控件(System.Windows.Forms.Timer)来执行定时任务。其中一个定时器timerA在异步获取到资源后会在这个异步的task(System.Threading.Tasks )中启动执行。日志打印中发现所有的启动条件都满足,但是无论如何都看不到此t ...
分类:Windows程序   时间:2021-04-05 11:45:57    阅读次数:0
Delphi队列和栈
D7 一般把栈叫堆栈;数据结构上的堆和栈是两个不同的东西; Unit {Queue(队列),先进先出;Stack(堆栈),后进先出}unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, ...
分类:Windows程序   时间:2021-03-31 12:09:01    阅读次数:0
移动应用界面开发利器——这个第三方控件支持暗黑主题
Telerik UI for Xamarin能帮助开发人员快速构建跨平台移动应用的原生UI。Telerik UI for Xamarin使用Xamarin.Forms技术,它可以让开发人员从一个单一的共享C#代码库中创建原生的iOS、Android和Windows Phone应用程序。不仅如此,UI ...
分类:移动开发   时间:2021-03-31 11:48:03    阅读次数:0
Django框架之forms组件
forms组件之校验字段 # 第一步:定义一个类,继承forms.Form # 第二步:在类中写字段,要校验的字段,字段属性就是校验规则 # 第三步:实例化得到一个Form对象,把要校验的数据传入 # 第四步:调用register_form.is_valid()校验,校验通过就是True # 第五步 ...
分类:其他好文   时间:2021-03-30 13:27:09    阅读次数:0
2772条   上一页 1 2 3 4 ... 278 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!