虫虫首页|资源下载|资源专辑|精品软件
登录|注册

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 //获取网络中sqlserver列表 function getsqlserverlist(var list: tstringlist): boolean //获取网络中的所有网络类型 function getnetlist(var list: tstringlist): boolean //获取网络中的工作组

    标签: interface sysutils classes dialogs

    上传时间: 2015-05-09

    上传用户:wanghui2438

  • 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

    标签: Messages Graphics Controls SysUtils

    上传时间: 2014-01-06

    上传用户:ynzfm

  • 使用说明:    编译并安装

    使用说明:    编译并安装,在 IDE 的控件栏可以看见 VCLSKIN 包含有 TSkinData,TSkinStore和TSkinCaption 请在放置 TSkinData 控件的 FORM 上放置一个 TSkinCaption, 当TSkinCaption 的 Active 属性为 False 时关闭补丁,当 Active 为 True 时开启补丁。 补丁未开启时 VclSkin 为 DEMO 版, 补丁开启时 VclSkin 业已成为 retail 版本。 补丁支持运行时动态开启。 请注意:3.93 以后的版本补丁 active 属性缺省为开启。 新增 SKIN 的透明设置 SkinAlpha,可以制作全透明的 Vista 界面,包括 Menus,dialogs,MessageBox 等等。 备注:此版本已经可以和 TNT Unicode Controls 很好的一起工作! 如果你需要转载本补丁,请指明出处。 maotpo@126.com QQ: 378453102 (欢迎交流)

    标签: 使用说明 编译

    上传时间: 2015-05-09

    上传用户:lps11188

  • 中文名: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 Basics * Chapter 6 Drawing Text * Chapter 7 Advanced Drawing * Chapter 8 Printing * Chapter 9 Components * Chapter 10 Controls * Chapter 11 Design-Time Integration: The Properties Window * Chapter 12 Design-Time Integration: Designers and Smart Tags * Chapter 13 Resources * Chapter 14 Applications * Chapter 15 Settings * Chapter 16 Data Binding Basics * Chapter 17 Applied Data Binding * Chapter 18 Multithreaded User Interfaces * Chapter 19 ClickOnce Deployment * Appendix A Whats New in Windows Forms 2.0 * Appendix C Delegates and Events * Appendix D Component and Control Survey * Appendix E Drag and Drop * Appendix F Document Management * Bibliography * Index

    标签: Windows Forms Programming Chris

    上传时间: 2013-12-02

    上传用户:啊飒飒大师的

  • 一本很全面介绍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

    标签: Classes WTL GUI Toolbars

    上传时间: 2015-10-09

    上传用户:515414293

  • 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 Panel5: TPanel Panel6: TPanel Label2: TLabel EditNoCities: TSpinEdit EditPopulationSize: TSpinEdit EditKill: TSpinEdit EditInversion: TSpinEdit EditTransposition: TSpinEdit EditGens: TSpinEdit ButtonRun: TButton ButtonStep: TButton ButtonCreateCities: TButton ButtonCreatePop: TButton

    标签: tsp 算法 源代码

    上传时间: 2015-12-28

    上传用户:bjgaofei

  • 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: TButton procedure Button1Click(Sender: TObject) procedure Button2Click(Sender: TObject) procedure Btn_sendClick(Sender: TObject) procedure Comm1ReceiveData(Sender: TObject Buffer: Pointer BufferLength: Word) private { Private declarations } public { Public declarations } end

    标签: interface Messages Graphics Controls

    上传时间: 2016-06-10

    上传用户:gxmm

  • 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 Interface Programming Chapter 8: Using the Windows Common Controls Chapter 9: Writing Programs for the Windows Shell Chapter 10: Utility and Exception Classes Chapter 11: Writing Multithreaded Applications with MFC Chapter 12: Creating Dynamic-link Libraries Chapter 13: Writing Database Applications Chapter 14: Writing OLE Containers Chapter 15: Writing OLE Servers Chapter 16: ActiveX Controls Chapter 17: ActiveX Control Containers Chapter 18: Internet Client Programming Chapter 19: Internet Server Programming Appendix A: Installing Visual C++

    标签: Chapter The Professional Developer

    上传时间: 2017-08-20

    上传用户:dragonhaixm