码迷,mamicode.com
首页 >  
搜索关键字:forms    ( 2772个结果
delphi实现起泡提示效果
unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl ...
分类:Windows程序   时间:2020-07-17 19:24:12    阅读次数:186
delphi实现起泡提示效果
unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl ...
分类:Windows程序   时间:2020-07-17 16:21:43    阅读次数:83
【python3】第19章用户账户
A、让用户能够输入数据 一、用于添加主题的表单 Django中创建表单最简单的方式是ModelForm。创建一个名为forms.py的文件,位置同models.py forms.py from django import forms from .models import Topic class T ...
分类:编程语言   时间:2020-07-13 13:51:47    阅读次数:68
ASP.NET Web Forms 教程
[ASP.NET Web Forms - 教程ASP.NET 是一个使用 HTML、CSS、JavaScript 和服务器脚本创建网页和网站的开发框架。ASP.NET 支持三种不同的开发模式:Web Pages(Web 页面)、MVC(Model View Controller 模型-视图-控制器)... ...
分类:Web程序   时间:2020-07-12 10:32:54    阅读次数:78
WEB基础——接收后台文件方法
方法一:通过form窗口进行获取 定义提交窗口 <!--用来输出所所有数据-->> <form id="forms" type="hidden" action="OutPut" method="post"> <input type="hidden" name="did" /> <input type ...
分类:Web程序   时间:2020-07-10 17:04:39    阅读次数:74
Revit API二次开发入门,完整学习流程,附源码
Revit二次开发入门 Revit二次开发的完整过程 完整演示最简单命令Hello World 调试代码 命令类属性用法 输入输出参数含义 用addin文件加载外部命令 外部命令加载工具AddinManager 两种方式来扩展Revit的功能 方式一:外部命令(External Command) 功 ...
分类:Windows程序   时间:2020-07-10 16:56:37    阅读次数:83
Delphi Leftstr,Rightstr函数应用
需要引用strUtils unit Unit1; interface uses Windows, StrUtils,Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TF ...
分类:Windows程序   时间:2020-07-08 01:24:23    阅读次数:102
C# 使用 WebBrowser 实现 HTML 转图片功能
在 .NET 平台上,我们有多种方式可以将一段 HTML 文本转换为一张图片:HTML Renderer、SelectPdf 、Aspose.Html 等。 在 WinForm 程序中,每一个 System.Windows.Forms.Control 的派生类型均包含一个名为 DrawToBitma ...
分类:Windows程序   时间:2020-07-04 15:32:02    阅读次数:94
Angular双向数据绑定
一,引入模块 import {FormsModule} from "@angular/forms"; 二,js中定义绑定数据 public user:any={ username:'', sex:'1', cityList:['北京','上海','深圳'], city:'北京', hobby:[ { ...
分类:其他好文   时间:2020-07-04 13:18:50    阅读次数:70
DELPHI常用类型及定义单元
Controls Application (the variable not a type) Forms Beep SysUtils or Windows (different functions) CGID_EXPLORER ShlObj CN_BASE Controls CoInitialize ...
分类:Windows程序   时间:2020-07-03 15:21:59    阅读次数:129
2772条   上一页 1 ... 5 6 7 8 9 ... 278 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!