码迷,mamicode.com
首页 >  
搜索关键字:forms    ( 2772个结果
WPF 打印操作之PrintDocument,WPF获取打印机列表,WPF指定打印机
一、WPF 打印操作之PrintDocument,WPF获取打印机列表,WPF指定打印机 PrintDocument 定义一个可重用的对象,当从Windows Forms应用程序进行打印时,该对象将输出发送到打印机 通常,您将创建PrintDocument类的实例,设置诸如DocumentName和 ...
分类:Windows程序   时间:2020-05-01 20:27:42    阅读次数:274
[力软7.0.6]力软敏捷开发框架敏捷框架前端API
力软前端组件 API 目录 力软前端组件 API.............................................................................................................. 1 一、时间查询框...... ...
分类:Windows程序   时间:2020-05-01 13:04:21    阅读次数:1055
当动态代理遇到ioc
在 work log 2020.4.28中,我们使用jdk动态代理处理方法的事务增强 public class TransactionProxyFactory implements InvocationHandler { private Object target; public Transacti ...
分类:其他好文   时间:2020-04-29 18:58:40    阅读次数:78
Delphi类引用示例
相关资料: https://jingyan.baidu.com/article/bad08e1e2ec23b09c9512148.html 实例代码: 1 unit Unit1; 2 3 interface 4 5 uses 6 Winapi.Windows, Winapi.Messages, Sy ...
分类:Windows程序   时间:2020-04-25 16:45:47    阅读次数:98
Delphi 的匿名多线程
unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V ...
分类:编程语言   时间:2020-04-24 21:32:26    阅读次数:185
使用DataGridView更新数据库
目标:使用DataGridView表格显示数据,并实现在DataGridView修改后更新数据库.步骤:1.连接数据库stringconstr="server=.;database=tushuguanli;uid=sa;pwd=123456‘‘SqlConnectioncon=newSqlConnection(constr);con.open();2.使用datagrea
分类:数据库   时间:2020-04-22 10:12:35    阅读次数:101
Delphi的类和对象(七)- 继承
继承就是根据已有的类创建一个新类的过程,新类可继承父类可见的成员,并根据需要添加更多成员。 父类是最为抽象,最具有共性的一个类,子类的功能就是完善与拓展父类。 子类可以增大从父类继承过来的成员的可见性,如果父类中成员A 可见性为protected ,在子类中就可以将A 修改为public ,只需要在 ...
分类:Windows程序   时间:2020-04-18 09:30:31    阅读次数:72
Delphi的类和对象之属性理解(二)
unit Unit2; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Bu ...
分类:Windows程序   时间:2020-04-17 21:48:27    阅读次数:88
基于form组件的注册
基于form组件的注册 urls.py from django.contrib import admin from django.urls import path from blog import views urlpatterns = [ path('admin/', admin.site.url ...
分类:其他好文   时间:2020-04-16 19:28:01    阅读次数:57
DataTable 增加、修改、删除
using System; using System.Data; using System.Windows.Forms; using DotNet.Utilities; namespace WindowsFormsApp1 { public partial class Form1 : Form { ...
分类:其他好文   时间:2020-04-16 13:14:22    阅读次数:66
2772条   上一页 1 ... 10 11 12 13 14 ... 278 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!