delphi 自定義網(wǎng)絡(luò)函數(shù):unit net interface uses sysutils ,windows ,dialogs ,winsock ,classes ,comobj ,wininet //得到本機(jī)的局域網(wǎng)ip地址 function getlocalip(var localip:string): boolean //通過(guò)ip返回機(jī)器名 function getnamebyipaddr(ipaddr: string var macname: string): boolean //獲取網(wǎng)絡(luò)中sqlserver列表 function getsqlserverlist(var list: tstringlist): boolean //獲取網(wǎng)絡(luò)中的所有網(wǎng)絡(luò)類型 function getnetlist(var list: tstringlist): boolean //獲取網(wǎng)絡(luò)中的工作組
標(biāo)簽: interface sysutils classes dialogs
上傳時(shí)間: 2015-05-09
上傳用戶:wanghui2438
delphi在數(shù)據(jù)庫(kù)中存取Word文檔indows, Messages, SysUtils, Classes, Graphics, Controls, Forms, dialogs, StdCtrls, OleCtnrs, ExtCtrls, DBTables, Db, DBCtrls
標(biāo)簽: Messages Graphics Controls SysUtils
上傳時(shí)間: 2014-01-06
上傳用戶:ynzfm
使用說(shuō)明: 編譯并安裝,在 IDE 的控件欄可以看見(jiàn) VCLSKIN 包含有 TSkinData,TSkinStore和TSkinCaption 請(qǐng)?jiān)诜胖?TSkinData 控件的 FORM 上放置一個(gè) TSkinCaption, 當(dāng)TSkinCaption 的 Active 屬性為 False 時(shí)關(guān)閉補(bǔ)丁,當(dāng) Active 為 True 時(shí)開(kāi)啟補(bǔ)丁。 補(bǔ)丁未開(kāi)啟時(shí) VclSkin 為 DEMO 版, 補(bǔ)丁開(kāi)啟時(shí) VclSkin 業(yè)已成為 retail 版本。 補(bǔ)丁支持運(yùn)行時(shí)動(dòng)態(tài)開(kāi)啟。 請(qǐng)注意:3.93 以后的版本補(bǔ)丁 active 屬性缺省為開(kāi)啟。 新增 SKIN 的透明設(shè)置 SkinAlpha,可以制作全透明的 Vista 界面,包括 Menus,dialogs,MessageBox 等等。 備注:此版本已經(jīng)可以和 TNT Unicode Controls 很好的一起工作! 如果你需要轉(zhuǎn)載本補(bǔ)丁,請(qǐng)指明出處。 maotpo@126.com QQ: 378453102 (歡迎交流)
標(biāo)簽: 使用說(shuō)明 編譯
上傳時(shí)間: 2015-05-10
上傳用戶:lps11188
中文名:Windows Forms 程序設(shè)計(jì) 英文名:Windows Forms Programming in c# 作者: Chris Sells 翻譯: 榮耀 蔣賢哲 出版社:人民郵電出版社 代碼內(nèi)容: 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
標(biāo)簽: Windows Forms Programming Chris
上傳時(shí)間: 2013-12-03
上傳用戶:啊颯颯大師的
一本很全面介紹WTL編程的書籍,中英雙語(yǔ),共分八章 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
標(biāo)簽: Classes WTL GUI Toolbars
上傳時(shí)間: 2015-10-09
上傳用戶:515414293
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
上傳時(shí)間: 2015-12-28
上傳用戶:bjgaofei
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
標(biāo)簽: interface Messages Graphics Controls
上傳時(shí)間: 2016-06-10
上傳用戶:gxmm
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++
標(biāo)簽: Chapter The Professional Developer
上傳時(shí)間: 2017-08-20
上傳用戶:dragonhaixm
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1