搜索结果
找到约 8 项符合
dialogs 的查询结果
书籍源码 delphi 自定义网络函数:unit net interface uses sysutils ,windows ,dialogs ,winsock ,classes
delphi 自定义网络函数:unit net
interface
uses
sysutils
,windows
,dialogs
,winsock
,classes
,comobj
,wininet
//得到本机的局域网ip地址
function getlocalip(var localip:string): boolean
//通过ip返回机器名
function getnamebyipaddr(ipaddr: string var macname: string): boolean
//获取网络 ...
Delphi控件源码 delphi在数据库中存取Word文档indows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtr
delphi在数据库中存取Word文档indows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, OleCtnrs, ExtCtrls, DBTables, Db, DBCtrls
Delphi控件源码 使用说明: 编译并安装
使用说明:
编译并安装,在 IDE 的控件栏可以看见 VCLSKIN 包含有 TSkinData,TSkinStore和TSkinCaption
请在放置 TSkinData 控件的 FORM 上放置一个 TSkinCaption,
当TSkinCaption 的 Active 属性为 False 时关闭补丁,当 Active 为 True 时开启补丁。
补丁未开启时 VclSkin 为 DEMO 版,
补丁开启时 VclSkin ...
书籍源码 中文名:Windows Forms 程序设计 英文名:Windows Forms Programming in c# 作者: Chris Sells 翻译: 荣耀 蒋贤哲 出版社:人民
中文名:Windows Forms 程序设计
英文名:Windows Forms Programming in c#
作者: Chris Sells
翻译: 荣耀 蒋贤哲
出版社:人民邮电出版社
代码内容:
The Table of Contents
* Foreword
* Preface
* Chapter 1 Hello, Windows Forms
* Chapter 2 Forms
* Chapter 3 Dialogs
* Chapter 4 Layout
* Chapter 5 Drawing B ...
VC书籍 一本很全面介绍WTL编程的书籍,中英双语,共分八章 1.ATL GUI Classes 2.WTL GUI Base Classes 3.Toolbars and Status Bars 4.
一本很全面介绍WTL编程的书籍,中英双语,共分八章
1.ATL GUI Classes
2.WTL GUI Base Classes
3.Toolbars and Status Bars
4.Dialogs and Controls
5.Advanced Dialog UI Classes
6.Hosting ActiveX Controls
7.Splitter Windows
8.Property Sheets and Wizards
人工智能/神经网络 tsp遗传算法源代码
tsp遗传算法源代码,nit fEA_TSP
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, StdCtrls, Spin, ComCtrls, uIEA, uITSP, uUtilsEA, uDisplayTSP
type
TFormGA = class(TForm)
PanelFit: TPanel
Panel2: TPanel
Panel3: TPanel
PanelDisp: TPanel
P ...
串口编程 unit comm interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, D
unit comm
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
SPComm, StdCtrls, ExtCtrls
type
TFcomm = class(TForm)
Comm1: TComm
GroupBox1: TGroupBox
Memo1: TMemo
Memo2: TMemo
GroupBox2: TGroupBox
Button1: TButton
Btn_send: TButton
Button2: ...
VC书籍 Professional MFC. Chapter 1: The Microsoft Developer Studio Chapter 2: The Wizards and The Gallery
Professional MFC.
Chapter 1: The Microsoft Developer Studio
Chapter 2: The Wizards and The Gallery
Chapter 3: The Application Architecture Hierarchy
Chapter 4: The Document/View Architecture
Chapter 5: Using Dialogs and Controls in MFC
Chapter 6: User Interface Issues
Chapter 7: Advanced User Interf ...