实例介绍
压缩包是包括简体中文书籍(PDF,清晰文字版,非扫描图片版)和该书配套的实例光盘源代码。 本书详细介绍了利用Delphi 7开发应用程序的各项知识和诸多技巧。内容由浅入深、重点突出、实例丰富,既适于初/中级读者按部就班地学习,也可作为中/高级读者的良好参考书籍。 全书共包括25章,分门别类的介绍了Delphi 7的知识,全面深入地讲解了Delphi 7的各项功能,每章先介绍基础原理,再分析各种具体的技术手段,最后是工程实践应用。既能让读者系统的学习各方面内容,又可以直接应用于项目开发。
【实例截图】
【核心代码】
4fa80b49-07b4-4fd0-93f8-157193141874
├── Delphi7程序设计与开发技术大全.pdf
└── Delphi7程序设计与开发技术大全(光盘)
├── AUTORUN.INF
├── logo.exe
├── Section02
│ └── Reg
│ └── Auto.reg
├── Section03
│ ├── MDI
│ │ ├── about.dfm
│ │ ├── about.pas
│ │ ├── CHILDWIN.DFM
│ │ ├── CHILDWIN.PAS
│ │ ├── MAIN.DFM
│ │ ├── MAIN.PAS
│ │ ├── MDIAPP.DPR
│ │ ├── MDIAPP.exe
│ │ ├── MDIAPP.ICO
│ │ └── MDIAPP.RES
│ ├── RES
│ │ ├── RES.cfg
│ │ ├── RES.dof
│ │ ├── RES.dpr
│ │ ├── RES.exe
│ │ ├── RES.res
│ │ ├── Sound.rc
│ │ ├── sound.res
│ │ ├── Sound.wav
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ └── Welcome
│ ├── Unit1.dfm
│ ├── Unit1.pas
│ ├── Welcome.dpr
│ ├── Welcome.exe
│ └── Welcome.res
├── Section04
│ ├── Function
│ │ ├── FunctionDemo.cfg
│ │ ├── FunctionDemo.dof
│ │ ├── FunctionDemo.dpr
│ │ └── FunctionDemo.exe
│ └── Pointer
│ ├── Point.dpr
│ └── Point.exe
├── Section05
│ └── Demo
│ ├── Demo.cfg
│ ├── Demo.dof
│ ├── Demo.dpr
│ ├── Demo.exe
│ ├── Demo.res
│ ├── Unit1.dfm
│ └── Unit1.pas
├── Section06
│ ├── Dialog
│ │ ├── DialogDemo.cfg
│ │ ├── DialogDemo.dof
│ │ ├── DialogDemo.dpr
│ │ ├── DialogDemo.exe
│ │ ├── DialogDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── Edit
│ │ ├── EditDemo.cfg
│ │ ├── EditDemo.dof
│ │ ├── EditDemo.dpr
│ │ ├── EditDemo.exe
│ │ ├── EditDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── Group
│ │ ├── GroupDemo.cfg
│ │ ├── GroupDemo.dof
│ │ ├── GroupDemo.dpr
│ │ ├── GroupDemo.exe
│ │ ├── GroupDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── Object
│ │ ├── ObjectDemo.dpr
│ │ ├── ObjectDemo.exe
│ │ ├── ObjectDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── Picture
│ │ ├── a.bmp
│ │ ├── PictureDemo.cfg
│ │ ├── PictureDemo.dof
│ │ ├── PictureDemo.dpr
│ │ ├── PictureDemo.exe
│ │ ├── PictureDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ └── Thumbs.db
├── Section07
│ ├── FormPro
│ │ ├── FormProDemo.dpr
│ │ ├── FormProDemo.exe
│ │ ├── FormProDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── List
│ │ ├── ICO
│ │ │ ├── Whistler XP2 Icon 11.ico
│ │ │ ├── Whistler XP2 Icon 12.ico
│ │ │ ├── Whistler XP2 Icon 15.ico
│ │ │ ├── Whistler XP2 Icon 19.ico
│ │ │ └── Whistler XP2 Icon 30.ico
│ │ ├── ListDemo.dpr
│ │ ├── ListDemo.exe
│ │ ├── ListDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── Menu
│ │ ├── MenuDemo.cfg
│ │ ├── MenuDemo.dof
│ │ ├── MenuDemo.dpr
│ │ ├── MenuDemo.exe
│ │ ├── MenuDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ └── Table
│ ├── 1.bmp
│ ├── TableDemo.cfg
│ ├── TableDemo.dof
│ ├── TableDemo.dpr
│ ├── TableDemo.exe
│ ├── TableDemo.res
│ ├── Unit1.dfm
│ └── Unit1.pas
├── Section08
│ ├── Abnormity
│ │ ├── 1.BMP
│ │ ├── AbnormityDemo.cfg
│ │ ├── AbnormityDemo.dof
│ │ ├── AbnormityDemo.dpr
│ │ ├── AbnormityDemo.exe
│ │ ├── AbnormityDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── Alpha
│ │ ├── AlphaDemo.cfg
│ │ ├── AlphaDemo.dof
│ │ ├── AlphaDemo.dpr
│ │ ├── AlphaDemo.exe
│ │ ├── AlphaDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── Form
│ │ ├── FormDemo.cfg
│ │ ├── FormDemo.dof
│ │ ├── FormDemo.dpr
│ │ ├── FormDemo.exe
│ │ ├── FormDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── MDI
│ │ ├── MDIDemo.cfg
│ │ ├── MDIDemo.dof
│ │ ├── MDIDemo.dpr
│ │ ├── MDIDemo.exe
│ │ ├── MDIDemo.res
│ │ ├── Unit1.dfm
│ │ ├── Unit1.pas
│ │ ├── Unit2.dfm
│ │ └── Unit2.pas
│ ├── MouseEven
│ │ ├── MouseEvenDemo.cfg
│ │ ├── MouseEvenDemo.dof
│ │ ├── MouseEvenDemo.dpr
│ │ ├── MouseEvenDemo.exe
│ │ ├── MouseEvenDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ └── TForm
│ ├── TFormDemo.cfg
│ ├── TFormDemo.dof
│ ├── TFormDemo.dpr
│ ├── TFormDemo.exe
│ ├── TFormDemo.res
│ ├── Unit1.dfm
│ └── Unit1.pas
├── Section09
│ ├── Dock
│ │ ├── DockDemo.cfg
│ │ ├── DockDemo.dof
│ │ ├── DockDemo.dpr
│ │ ├── DockDemo.exe
│ │ ├── DockDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── KeySim
│ │ ├── KeySimDemo.cfg
│ │ ├── KeySimDemo.dof
│ │ ├── KeySimDemo.dpr
│ │ ├── KeySimDemo.exe
│ │ ├── KeySimDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── MouseCur
│ │ ├── 3dsmove.cur
│ │ ├── MouseCur.cfg
│ │ ├── MouseCur.dof
│ │ ├── MouseCur.dpr
│ │ ├── MouseCur.exe
│ │ ├── MouseCur.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── MousePlace
│ │ ├── MousePlaceDemo.cfg
│ │ ├── MousePlaceDemo.dof
│ │ ├── MousePlaceDemo.dpr
│ │ ├── MousePlaceDemo.exe
│ │ ├── MousePlaceDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── Shift、Alt、Ctrl
│ │ ├── ShiftAltCtrl.cfg
│ │ ├── ShiftAltCtrl.dof
│ │ ├── ShiftAltCtrl.dpr
│ │ ├── ShiftAltCtrl.exe
│ │ ├── ShiftAltCtrl.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── Speed
│ │ ├── SpeedDemo.cfg
│ │ ├── SpeedDemo.dof
│ │ ├── SpeedDemo.dpr
│ │ ├── SpeedDemo.exe
│ │ ├── SpeedDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ └── Traipse
│ ├── TraipseDemo.cfg
│ ├── TraipseDemo.dof
│ ├── TraipseDemo.dpr
│ ├── TraipseDemo.exe
│ ├── TraipseDemo.res
│ ├── Unit1.dfm
│ └── Unit1.pas
├── Section10
│ ├── CurrPath
│ │ ├── CurrDirDemo.cfg
│ │ ├── CurrDirDemo.dof
│ │ ├── CurrDirDemo.dpr
│ │ ├── CurrDirDemo.exe
│ │ ├── CurrDirDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── Drivers
│ │ ├── DriversDemo.cfg
│ │ ├── DriversDemo.dof
│ │ ├── DriversDemo.dpr
│ │ ├── DriversDemo.exe
│ │ ├── DriversDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── MapFile
│ │ ├── Get
│ │ │ ├── GetDemo.cfg
│ │ │ ├── GetDemo.dof
│ │ │ ├── GetDemo.dpr
│ │ │ ├── GetDemo.exe
│ │ │ ├── GetDemo.res
│ │ │ ├── Unit1.dfm
│ │ │ └── Unit1.pas
│ │ └── Send
│ │ ├── SendDemo.dpr
│ │ ├── SendDemo.exe
│ │ ├── SendDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── PersonFile
│ │ ├── PersonFile.dat
│ │ ├── PersonFileDemo.cfg
│ │ ├── PersonFileDemo.dof
│ │ ├── PersonFileDemo.dpr
│ │ ├── PersonFileDemo.exe
│ │ ├── PersonFileDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── SystemPath
│ │ ├── SystemPath.cfg
│ │ ├── SystemPath.dof
│ │ ├── SystemPath.dpr
│ │ ├── SystemPath.exe
│ │ ├── SystemPath.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── TextFile
│ │ ├── TextFileDemo.cfg
│ │ ├── TextFileDemo.dof
│ │ ├── TextFileDemo.dpr
│ │ ├── TextFileDemo.exe
│ │ ├── TextFileDemo.res
│ │ ├── TextFile.txt
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── UnTypedFile
│ │ ├── Unit1.dfm
│ │ ├── Unit1.pas
│ │ ├── UnTypedFile.cfg
│ │ ├── UnTypedFile.dat
│ │ ├── UnTypedFile.dof
│ │ ├── UnTypedFile.dpr
│ │ ├── UnTypedFile.exe
│ │ └── UnTypedFile.res
│ └── WindowsPath
│ ├── Unit1.dfm
│ ├── Unit1.pas
│ ├── WindowsPathDemo.cfg
│ ├── WindowsPathDemo.dof
│ ├── WindowsPathDemo.dpr
│ ├── WindowsPathDemo.exe
│ └── WindowsPathDemo.res
├── Section11
│ ├── Canvas
│ │ ├── CanvasDemo.cfg
│ │ ├── CanvasDemo.dof
│ │ ├── CanvasDemo.dpr
│ │ ├── CanvasDemo.exe
│ │ ├── CanvasDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── CreateFont
│ │ ├── CreateFontDemo.cfg
│ │ ├── CreateFontDemo.dof
│ │ ├── CreateFontDemo.dpr
│ │ ├── CreateFontDemo.exe
│ │ ├── CreateFontDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── Draw
│ │ ├── 1.bmp
│ │ ├── DrawDemo.cfg
│ │ ├── DrawDemo.dof
│ │ ├── DrawDemo.dpr
│ │ ├── DrawDemo.exe
│ │ ├── DrawDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── ImageSave
│ │ ├── a.bmp
│ │ ├── ImageSaveDemo.cfg
│ │ ├── ImageSaveDemo.dof
│ │ ├── ImageSaveDemo.dpr
│ │ ├── ImageSaveDemo.exe
│ │ ├── ImageSaveDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── Jpeg
│ │ ├── JpegDemo.cfg
│ │ ├── JpegDemo.dof
│ │ ├── JpegDemo.dpr
│ │ ├── JpegDemo.exe
│ │ ├── JpegDemo.res
│ │ ├── Tower.BMP
│ │ ├── Tower.jpg
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── Line
│ │ ├── LineDemo.cfg
│ │ ├── LineDemo.dof
│ │ ├── LineDemo.dpr
│ │ ├── LineDemo.exe
│ │ ├── LineDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── MappMode
│ │ ├── MappModeDemo.cfg
│ │ ├── MappModeDemo.dof
│ │ ├── MappModeDemo.dpr
│ │ ├── MappModeDemo.exe
│ │ ├── MappModeDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── Mode
│ │ ├── ModeDemo.cfg
│ │ ├── ModeDemo.dof
│ │ ├── ModeDemo.dpr
│ │ ├── ModeDemo.exe
│ │ ├── ModeDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── Palette
│ │ ├── Color.bmp
│ │ ├── Era.bmp
│ │ ├── Palette.cfg
│ │ ├── Palette.dof
│ │ ├── Palette.dpr
│ │ ├── Palette.exe
│ │ ├── Palette.res
│ │ ├── Unit1.dfm
│ │ ├── Unit1.pas
│ │ ├── Unit2.dfm
│ │ └── Unit2.pas
│ ├── Screen
│ │ ├── ScreenDemo.cfg
│ │ ├── ScreenDemo.dof
│ │ ├── ScreenDemo.dpr
│ │ ├── ScreenDemo.exe
│ │ ├── ScreenDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── TBrush
│ │ ├── TBrushDemo.cfg
│ │ ├── TBrushDemo.dof
│ │ ├── TBrushDemo.dpr
│ │ ├── TBrushDemo.exe
│ │ ├── TBrushDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── TColor
│ │ ├── TColorDemo.cfg
│ │ ├── TColorDemo.dof
│ │ ├── TColorDemo.dpr
│ │ ├── TColorDemo.exe
│ │ ├── TColorDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ └── TPen
│ ├── TPenDemo.cfg
│ ├── TPenDemo.dof
│ ├── TPenDemo.dpr
│ ├── TPenDemo.exe
│ ├── TPenDemo.res
│ ├── Unit1.dfm
│ └── Unit1.pas
├── Section12
│ ├── BitBlt
│ │ ├── a.bmp
│ │ ├── BitBltDemo.cfg
│ │ ├── BitBltDemo.dof
│ │ ├── BitBltDemo.dpr
│ │ ├── BitBltDemo.exe
│ │ ├── BitBltDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── CopyRect
│ │ ├── a.bmp
│ │ ├── CopyRectDemo.cfg
│ │ ├── CopyRectDemo.dof
│ │ ├── CopyRectDemo.dpr
│ │ ├── CopyRectDemo.exe
│ │ ├── CopyRectDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── ImageMove
│ │ ├── 1.bmp
│ │ ├── 2.bmp
│ │ ├── 3.bmp
│ │ ├── 4.bmp
│ │ ├── 5.bmp
│ │ ├── ImageMoveDemo.cfg
│ │ ├── ImageMoveDemo.dof
│ │ ├── ImageMoveDemo.dpr
│ │ ├── ImageMoveDemo.exe
│ │ ├── ImageMoveDemo.res
│ │ ├── ImageMove.psd
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── mciSendString
│ │ ├── mciSendStringDemo.cfg
│ │ ├── mciSendStringDemo.dof
│ │ ├── mciSendStringDemo.dpr
│ │ ├── mciSendStringDemo.exe
│ │ ├── mciSendStringDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── MediaPlayer
│ │ ├── 2.wav
│ │ ├── MediaPlayerDemo.cfg
│ │ ├── MediaPlayerDemo.dof
│ │ ├── MediaPlayerDemo.dpr
│ │ ├── MediaPlayerDemo.exe
│ │ ├── MediaPlayerDemo.res
│ │ ├── speedis.avi
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── PlaySound
│ │ ├── 2.wav
│ │ ├── PlaySoundDemo.cfg
│ │ ├── PlaySoundDemo.dof
│ │ ├── PlaySoundDemo.dpr
│ │ ├── PlaySoundDemo.exe
│ │ ├── PlaySoundDemo.res
│ │ ├── sound.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ └── TextMove
│ ├── TextMoveDemo.cfg
│ ├── TextMoveDemo.dof
│ ├── TextMoveDemo.dpr
│ ├── TextMoveDemo.exe
│ ├── TextMoveDemo.res
│ ├── Unit1.dfm
│ └── Unit1.pas
├── Section13
│ ├── Message
│ │ ├── MessageDemo.cfg
│ │ ├── MessageDemo.dof
│ │ ├── MessageDemo.dpr
│ │ ├── MessageDemo.exe
│ │ ├── MessageDemo.res
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ └── MessageM
│ ├── MessageMDemo.cfg
│ ├── MessageMDemo.dof
│ ├── MessageMDemo.dpr
│ ├── MessageMDemo.exe
│ ├── MessageMDemo.res
│ ├── Unit1.dfm
│ └── Unit1.pas
├── Section14
│ ├── Threads
│ │ ├── Thrddemo.cfg
│ │ ├── Thrddemo.dof
│ │ ├── Thrddemo.dpr
│ │ ├── Thrddemo.exe
│ │ ├── Thrddemo.res
│ │ ├── Unit1.dfm
│ │ ├── Unit1.pas
│ │ └── Unit2.pas
│ └── TSquareThread
│ ├── TSquareThread.cfg
│ ├── TSquareThread.dof
│ ├── TSquareThread.dpr
│ ├── TSquareThread.exe
│ ├── TSquareThread.res
│ ├── Unit1.dfm
│ ├── Unit1.pas
│ └── Unit2.pas
├── Section15
│ ├── DLLForm
│ │ ├── DLLForm.dcu
│ │ ├── DLLForm.ddp
│ │ ├── DLLForm.dfm
│ │ ├── DLLForm.pas
│ │ ├── FormDLL.cfg
│ │ ├── FormDLL.dll
│ │ ├── FormDLL.dof
│ │ ├── FormDLL.dpr
│ │ ├── FormDLL.res
│ │ ├── test.cfg
│ │ ├── testDLLForm.dcu
│ │ ├── testDLLForm.ddp
│ │ ├── testDLLForm.dfm
│ │ ├── testDLLForm.pas
│ │ ├── test.dof
│ │ ├── test.dpr
│ │ ├── test.exe
│ │ └── test.res
│ ├── DLLMem
│ │ ├── DLLMem.cfg
│ │ ├── DLLMemClient.cfg
│ │ ├── DLLMemClient.dof
│ │ ├── DLLMemClient.dpr
│ │ ├── DLLMemClient.exe
│ │ ├── DLLMemClient.res
│ │ ├── DLLMem.dll
│ │ ├── DLLMem.dof
│ │ ├── DLLMem.dpr
│ │ ├── DLLMem.res
│ │ ├── DLLMemServer.cfg
│ │ ├── DLLMemServer.dof
│ │ ├── DLLMemServer.dpr
│ │ ├── DLLMemServer.exe
│ │ ├── DLLMemServer.res
│ │ ├── ShareMemClient.dcu
│ │ ├── ShareMemClient.dfm
│ │ ├── ShareMemClient.pas
│ │ ├── ShareMem.dcu
│ │ ├── ShareMem.pas
│ │ ├── ShareMemServer.dcu
│ │ ├── ShareMemServer.dfm
│ │ └── ShareMemServer.pas
│ ├── DynLoad
│ │ ├── DynLoad.dcu
│ │ ├── DynLoad.ddp
│ │ ├── DynLoad.dfm
│ │ ├── DynLoadDLL.cfg
│ │ ├── DynLoadDLL.dof
│ │ ├── DynLoadDLL.dpr
│ │ ├── DynLoadDLL.exe
│ │ ├── DynLoadDLL.res
│ │ ├── DynLoad.pas
│ │ └── MyFirstDLL.dll
│ ├── firstDLL
│ │ ├── FirstDLL.dcu
│ │ ├── FirstDLL.pas
│ │ ├── MyFirstDLL.cfg
│ │ ├── MyFirstDLL.dll
│ │ ├── MyFirstDLL.dof
│ │ ├── MyFirstDLL.dpr
│ │ └── MyFirstDLL.res
│ ├── hook
│ │ ├── GetKey.cfg
│ │ ├── GetKey.dll
│ │ ├── GetKey.dof
│ │ ├── GetKey.dpr
│ │ ├── GetKey.res
│ │ ├── HookMain.dcu
│ │ ├── HookMain.pas
│ │ ├── testHook.cfg
│ │ ├── testHook.dof
│ │ ├── testHook.dpr
│ │ ├── testHook.exe
│ │ ├── testHook.res
│ │ ├── Unit1.dcu
│ │ ├── Unit1.ddp
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ └── StaticLoad
│ ├── MyFirstDLL.dll
│ ├── StaticLoad.dcu
│ ├── StaticLoad.ddp
│ ├── StaticLoad.dfm
│ ├── StaticLoadDLL.cfg
│ ├── StaticLoadDLL.dof
│ ├── StaticLoadDLL.dpr
│ ├── StaticLoadDLL.exe
│ ├── StaticLoadDLL.res
│ └── StaticLoad.pas
├── Section16
│ ├── bdExample.cfg
│ ├── bdExample.dcu
│ ├── bdExample.dof
│ ├── bdExample.dpk
│ ├── bdExample.res
│ ├── TAboutBoxDlg
│ │ ├── AboutBoxDlg.dcu
│ │ ├── AboutBoxDlg.pas
│ │ ├── About.dcu
│ │ ├── ABOUT.DFM
│ │ ├── ABOUT.PAS
│ │ ├── testAbout.dcu
│ │ ├── testAbout.ddp
│ │ ├── testAbout.dfm
│ │ ├── testAbout.pas
│ │ ├── test.cfg
│ │ ├── test.dof
│ │ ├── test.dpr
│ │ ├── test.exe
│ │ └── test.res
│ ├── TDBCalendar
│ │ ├── DBCalendar.dcu
│ │ ├── DBCalendar.pas
│ │ ├── SampleCalendar.dcu
│ │ ├── test.cfg
│ │ ├── testDBCal.dcu
│ │ ├── testDBCal.ddp
│ │ ├── testDBCal.dfm
│ │ ├── testDBCal.mdb
│ │ ├── testDBCal.pas
│ │ ├── test.dof
│ │ ├── test.dpr
│ │ ├── test.exe
│ │ └── test.res
│ ├── TSampleCalendar
│ │ ├── SampleCalendar.dcu
│ │ ├── SampleCalendar.pas
│ │ ├── test.cfg
│ │ ├── test.dof
│ │ ├── test.dpr
│ │ ├── test.exe
│ │ ├── test.res
│ │ ├── testSampleCalendar.dcu
│ │ ├── testSampleCalendar.ddp
│ │ ├── testSampleCalendar.dfm
│ │ └── testSampleCalendar.pas
│ ├── TSampleShape
│ │ ├── SampleShape.dcu
│ │ ├── SampleShape.pas
│ │ ├── test.cfg
│ │ ├── test.dof
│ │ ├── test.dpr
│ │ ├── test.exe
│ │ ├── test.res
│ │ ├── testSampleShape.dcu
│ │ ├── testSampleShape.dfm
│ │ └── testSampleShape.pas
│ └── TWrapMemo
│ ├── Project1.cfg
│ ├── Project1.dof
│ ├── Project1.dpr
│ ├── Project1.exe
│ ├── Project1.res
│ ├── TestWrapmemo.dcu
│ ├── TestWrapmemo.dfm
│ ├── TestWrapmemo.pas
│ ├── WrapMemo.dcu
│ └── WrapMemo.pas
├── Section17
│ ├── dbcombbox
│ │ ├── Project2.cfg
│ │ ├── Project2.dof
│ │ ├── Project2.dpr
│ │ ├── Project2.exe
│ │ ├── Project2.res
│ │ ├── Unit1.dcu
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── dbedit
│ │ ├── Damo_dbedit.cfg
│ │ ├── Damo_dbedit.dof
│ │ ├── Damo_dbedit.dpr
│ │ ├── Damo_dbedit.res
│ │ ├── Project1.cfg
│ │ ├── Project1.dof
│ │ ├── Project1.dpr
│ │ ├── Project1.exe
│ │ ├── Project1.res
│ │ ├── Unit1.dcu
│ │ ├── Unit1.ddp
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── dbgrid
│ │ ├── dbgrid.cfg
│ │ ├── dbgrid.dof
│ │ ├── dbgrid.dpr
│ │ └── dbgrid.res
│ ├── dbimg
│ │ ├── dbimg.cfg
│ │ ├── dbimg.dof
│ │ ├── dbimg.dpr
│ │ ├── dbimg.exe
│ │ └── dbimg.res
│ ├── dblistbox
│ │ ├── Project2.cfg
│ │ ├── Project2.dof
│ │ ├── Project2.dpr
│ │ ├── Project2.exe
│ │ ├── Project2.res
│ │ ├── Unit1.dcu
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── dblookuplist
│ │ ├── 1
│ │ │ ├── Project2.cfg
│ │ │ ├── Project2.dof
│ │ │ ├── Project2.dpr
│ │ │ ├── Project2.exe
│ │ │ ├── Project2.res
│ │ │ ├── Unit1.dfm
│ │ │ └── Unit1.pas
│ │ ├── Project2.cfg
│ │ ├── Project2.dof
│ │ ├── Project2.dpr
│ │ ├── Project2.exe
│ │ ├── Project2.res
│ │ ├── Unit1.dcu
│ │ ├── Unit1.ddp
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── dbmemo1
│ │ ├── Project1.cfg
│ │ ├── Project1.dof
│ │ ├── Project1.dpr
│ │ ├── Project1.res
│ │ ├── Unit1.ddp
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ └── dbmome2
│ ├── Project1.cfg
│ ├── Project1.dof
│ ├── Project1.dpr
│ ├── Project1.exe
│ ├── Project1.res
│ ├── Unit1.dcu
│ ├── Unit1.dfm
│ └── Unit1.pas
├── Section19
│ └── briefcase
│ ├── briefcase.bpg
│ ├── client.dpr
│ ├── client.exe
│ ├── client.res
│ ├── clntfrm.dcu
│ ├── clntfrm.dfm
│ ├── clntfrm.pas
│ ├── server.dpr
│ ├── server.exe
│ ├── server.res
│ ├── server.tlb
│ ├── server_tlb.dcu
│ ├── server_tlb.pas
│ ├── srvrdm.dcu
│ ├── srvrdm.dfm
│ ├── srvrdm.pas
│ ├── srvrfrm.dcu
│ ├── srvrfrm.dfm
│ └── srvrfrm.pas
├── Section20
│ ├── decision
│ │ ├── Project2.cfg
│ │ ├── Project2.dof
│ │ ├── Project2.dpr
│ │ ├── Project2.exe
│ │ ├── Project2.res
│ │ ├── Unit1.dcu
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── Rave
│ │ ├── Project1.cfg
│ │ ├── Project1.dof
│ │ ├── Project1.dpr
│ │ ├── Project1.exe
│ │ ├── Project1.res
│ │ ├── Unit1.dcu
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ └── TChart
│ ├── Project2.cfg
│ ├── Project2.dof
│ ├── Project2.dpr
│ ├── Project2.exe
│ ├── Project2.res
│ ├── Unit1.dcu
│ ├── Unit1.dfm
│ └── Unit1.pas
├── Section21
│ ├── db
│ │ ├── BookTable.DB
│ │ ├── BookTable.FAM
│ │ ├── BookTable.PX
│ │ ├── BookTable.TV
│ │ ├── bRecord.DB
│ │ ├── bRecord.PX
│ │ ├── DBDWORK.INI
│ │ ├── StuTable.DB
│ │ ├── StuTable.PX
│ │ └── User1.DB
│ ├── Del3.MB
│ ├── Del9.MB
│ ├── Project1.cfg
│ ├── Project1.dof
│ ├── Project1.dpr
│ ├── Project1.exe
│ ├── Project1.res
│ ├── readme.txt
│ ├── Unit10.dcu
│ ├── Unit10.ddp
│ ├── Unit10.dfm
│ ├── Unit10.pas
│ ├── Unit11.dcu
│ ├── Unit11.ddp
│ ├── Unit11.dfm
│ ├── Unit11.pas
│ ├── Unit1.dcu
│ ├── Unit1.ddp
│ ├── Unit1.dfm
│ ├── Unit1.pas
│ ├── Unit2.dcu
│ ├── Unit2.ddp
│ ├── Unit2.dfm
│ ├── Unit2.pas
│ ├── Unit3.dcu
│ ├── Unit3.ddp
│ ├── Unit3.dfm
│ ├── Unit3.pas
│ ├── Unit4.dcu
│ ├── Unit4.ddp
│ ├── Unit4.dfm
│ ├── Unit4.pas
│ ├── Unit5.dcu
│ ├── Unit5.ddp
│ ├── Unit5.dfm
│ ├── Unit5.pas
│ ├── Unit6.dcu
│ ├── Unit6.ddp
│ ├── Unit6.dfm
│ ├── Unit6.pas
│ ├── Unit7.dcu
│ ├── Unit7.ddp
│ ├── Unit7.dfm
│ ├── Unit7.pas
│ ├── Unit8.dcu
│ ├── Unit8.ddp
│ ├── Unit8.dfm
│ ├── Unit8.pas
│ ├── Unit9.dcu
│ ├── Unit9.ddp
│ ├── Unit9.dfm
│ └── Unit9.pas
├── Section22
│ ├── Socket编程
│ │ ├── Client
│ │ │ ├── Project1.cfg
│ │ │ ├── Project1.dof
│ │ │ ├── Project1.dpr
│ │ │ ├── Project1.exe
│ │ │ ├── Project1.res
│ │ │ ├── Unit1.dcu
│ │ │ ├── Unit1.dfm
│ │ │ └── Unit1.pas
│ │ └── Server
│ │ ├── Project2.cfg
│ │ ├── Project2.dof
│ │ ├── Project2.dpr
│ │ ├── Project2.exe
│ │ ├── Project2.res
│ │ ├── Unit1.dcu
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ ├── 局域网聊天
│ │ ├── Chatmain.dcu
│ │ ├── Chatmain.pas
│ │ ├── Chatmain.xfm
│ │ ├── NetChat.dpr
│ │ ├── NetChat.exe
│ │ └── NetChat.res
│ └── 远程抓屏
│ ├── Client
│ │ ├── Project1.cfg
│ │ ├── Project1.dof
│ │ ├── Project1.dpr
│ │ ├── Project1.exe
│ │ ├── Project1.res
│ │ ├── Unit1.dcu
│ │ ├── Unit1.ddp
│ │ ├── Unit1.dfm
│ │ └── Unit1.pas
│ └── Server
│ ├── Project1.cfg
│ ├── Project1.dof
│ ├── Project1.dpr
│ ├── Project1.exe
│ ├── Project1.res
│ ├── Unit1.dcu
│ ├── Unit1.ddp
│ ├── Unit1.dfm
│ └── Unit1.pas
└── 光盘使用必读.TXT
117 directories, 818 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论