├── Part1 ├── 01 │ ├── 01.bpg │ ├── Frames1 │ │ ├── Form.dfm │ │ ├── Form.pas │ │ ├── Frame.dfm │ │ ├── Frame.pas │ │ ├── Frames1.dof │ │ ├── Frames1.dpr │ │ └── Frames1.res │ ├── OiFontPk │ │ ├── MdDropDownFont.pas │ │ ├── OiFontPk.dof │ │ ├── OiFontPk.dpk │ │ └── OiFontPk.res │ └── ToDoTest │ │ ├── ToDoForm.dfm │ │ ├── ToDoForm.pas │ │ ├── ToDoTest.dof │ │ ├── ToDoTest.dpr │ │ ├── ToDoTest.res │ │ └── ToDoTest.todo ├── 02 │ ├── 02.bpg │ ├── ANIMALS1 │ │ ├── ANIM.PAS │ │ ├── AnimF.dfm │ │ ├── AnimF.pas │ │ ├── Animals1.dof │ │ ├── Animals1.dpr │ │ └── Animals1.res │ ├── ANIMALS2 │ │ ├── ANIM.PAS │ │ ├── ANIM.WAV │ │ ├── AnimF.dfm │ │ ├── AnimF.pas │ │ ├── Animals2.dof │ │ ├── Animals2.dpr │ │ ├── Animals2.res │ │ └── DOG.WAV │ ├── ANIMALS3 │ │ ├── ANIM.PAS │ │ ├── AnimF.dfm │ │ ├── AnimF.pas │ │ ├── Animals3.dof │ │ ├── Animals3.dpr │ │ ├── Animals3.res │ │ ├── CAT.WAV │ │ └── DOG.WAV │ ├── CREATEC │ │ ├── CreateCF.dfm │ │ ├── CreateCF.pas │ │ ├── Createc.dof │ │ ├── Createc.dpr │ │ └── Createc.res │ ├── DBGridCol │ │ ├── DBGridCol.dof │ │ ├── DBGridCol.dpr │ │ ├── dbcolform.dfm │ │ ├── dbcolform.pas │ │ └── prodbcol.dof │ ├── POLIFORM │ │ ├── BmpView.dfm │ │ ├── BmpView.pas │ │ ├── MAIN.PAS │ │ ├── MAIN.dfm │ │ ├── POLIFORM.DPR │ │ ├── Poliform.dof │ │ ├── TextView.dfm │ │ ├── TextView.pas │ │ ├── Viewer.dfm │ │ └── Viewer.pas │ ├── Protection │ │ ├── ProtForm.dfm │ │ ├── ProtForm.pas │ │ ├── Protection.dof │ │ ├── Protection.dpr │ │ └── TestClass.pas │ ├── Reintr │ │ ├── Reintr.dof │ │ ├── Reintr.dpr │ │ ├── Reintr.res │ │ ├── ReintrF.dfm │ │ └── ReintrF.pas │ ├── TextProp │ │ ├── TextPF.dfm │ │ ├── TextPF.pas │ │ ├── TextProp.dof │ │ └── TextProp.dpr │ ├── VFI │ │ ├── Unit1.dfm │ │ ├── Unit1.pas │ │ ├── Unit2.dfm │ │ ├── Unit2.pas │ │ ├── Vfi.dof │ │ ├── Vfi.dpr │ │ └── Vfi.res │ ├── VIEWD2 │ │ ├── DATES.PAS │ │ ├── DateF.dfm │ │ ├── DateF.pas │ │ ├── Viewd2.dof │ │ ├── Viewd2.dpr │ │ └── Viewd2.res │ └── VIEWDATE │ │ ├── DATES.PAS │ │ ├── DateF.dfm │ │ ├── DateF.pas │ │ ├── VIEWDATE.DPR │ │ ├── Viewdate.dof │ │ └── Viewdate.res ├── 03 │ ├── 03.bpg │ ├── CLASSREF │ │ ├── CLASSREF.DPR │ │ ├── CREFF.PAS │ │ ├── CREFF.dfm │ │ ├── Classref.dof │ │ └── Classref.res │ ├── COUNTOB2 │ │ ├── CountF.dfm │ │ ├── CountF.pas │ │ ├── Countob2.dof │ │ ├── Countob2.dpr │ │ └── Countob2.res │ ├── COUNTOBJ │ │ ├── COUNTOBJ.DPR │ │ ├── CountF.dfm │ │ ├── CountF.pas │ │ ├── Countobj.dof │ │ └── Countobj.res │ ├── CountOld │ │ ├── CountF.dfm │ │ ├── CountF.pas │ │ ├── CountOld.dof │ │ ├── CountOld.dpr │ │ └── CountOld.res │ ├── DATECOMP │ │ ├── DateF.dfm │ │ ├── DateF.pas │ │ ├── Datecomp.dof │ │ ├── Datecomp.dpr │ │ ├── Datecomp.res │ │ └── Dates.pas │ ├── DATEEVT │ │ ├── DATEEVT.DPR │ │ ├── DATES.PAS │ │ ├── DateF.dfm │ │ ├── DateF.pas │ │ ├── Dateevt.dof │ │ └── Dateevt.res │ ├── DATEPROP │ │ ├── DATEPROP.DPR │ │ ├── DATES.PAS │ │ ├── DateF.dfm │ │ ├── DateF.pas │ │ ├── Dateprop.dof │ │ └── Dateprop.res │ ├── EXCEPT │ │ ├── EXCEP.DPR │ │ ├── EXCEPF.DFM │ │ ├── EXCEPF.PAS │ │ ├── Excep.dof │ │ └── Excep.res │ ├── EXCEPT2 │ │ ├── Excep2.dof │ │ ├── Excep2.dpr │ │ ├── Excep2.res │ │ ├── ExcepF.dfm │ │ └── ExcepF.pas │ ├── EXCEPT3 │ │ ├── Excep3.dof │ │ ├── Excep3.dpr │ │ ├── Excep3.res │ │ ├── ExcepF.dfm │ │ └── ExcepF.pas │ ├── ErrorLog │ │ ├── ERRORLOG.log │ │ ├── ErrorLog.dof │ │ ├── ErrorLog.dpr │ │ ├── ErrorLog.res │ │ ├── LogForm.dfm │ │ └── LogForm.pas │ ├── IntfDemo │ │ ├── InftForm.dfm │ │ ├── InftForm.pas │ │ ├── IntfDemo.dof │ │ ├── IntfDemo.dpr │ │ ├── IntfDemo.res │ │ └── WalkIntf.pas │ ├── MultInh │ │ ├── MultAnim.pas │ │ ├── MultForm.dfm │ │ ├── MultForm.pas │ │ ├── MultInh.dof │ │ ├── MultInh.dpr │ │ └── MultInh.res │ └── ObjClone │ │ ├── ObjClone.dof │ │ ├── ObjClone.dpr │ │ ├── ObjClone.res │ │ ├── UNit1.dfm │ │ └── UNit1.pas └── 04 │ ├── 04.bpg │ ├── ChangeOwner │ ├── ChOwn1.dfm │ ├── ChOwn1.pas │ ├── ChOwn2.dfm │ ├── ChOwn2.pas │ ├── ChangeOwner.dof │ ├── ChangeOwner.dpr │ └── ChangeOwner.res │ ├── ClassInfo │ ├── ClassInfo.dof │ ├── ClassInfo.dpr │ ├── ClassInfo.res │ ├── InfoForm.dfm │ └── InfoForm.pas │ ├── Contain │ ├── Contain.dof │ ├── Contain.dpr │ ├── Contain.res │ ├── Dates.pas │ ├── ListForm.dfm │ └── ListForm.pas │ ├── DateList │ ├── DateForm.dfm │ ├── DateForm.pas │ ├── DateL.pas │ ├── DateList.dof │ ├── DateList.dpr │ ├── DateList.res │ └── Dates.pas │ ├── Frames2 │ ├── Frames.dof │ ├── Frames2.dof │ ├── Frames2.dpr │ ├── FramesForm.dfm │ ├── FramesForm.pas │ ├── ListFrame.dfm │ └── ListFrame.pas │ ├── HideComp │ ├── HideComp.dof │ ├── HideComp.dpr │ ├── HideComp.res │ ├── HideForm.dfm │ └── HideForm.pas │ ├── IfSender │ ├── IfSender.dof │ ├── IfSender.dpr │ ├── IfSender.res │ ├── SendForm.dfm │ └── SendForm.pas │ └── LISTDEMO │ ├── Dates.pas │ ├── ListForm.dfm │ ├── ListForm.pas │ ├── Listdemo.dof │ ├── Listdemo.dpr │ └── Listdemo.res ├── Part2 ├── 05 │ ├── 05.bpg │ ├── Actions │ │ ├── Actions.dof │ │ ├── Actions.dpr │ │ ├── Actions.res │ │ ├── ActionsF.dfm │ │ └── ActionsF.pas │ ├── CustPop │ │ ├── CustPop.dof │ │ ├── CustPop.dpr │ │ ├── PopForm.dfm │ │ └── PopForm.pas │ ├── DragList │ │ ├── DragF.dfm │ │ ├── DragF.pas │ │ ├── DragList.dof │ │ ├── DragList.dpr │ │ └── DragList.res │ ├── DragTree │ │ ├── DragTree.dof │ │ ├── DragTree.dpr │ │ ├── DragTree.res │ │ ├── TreeForm.dfm │ │ ├── TreeForm.pas │ │ └── TreeText.txt │ ├── DynaMenu │ │ ├── DynaMenu.dfm │ │ ├── DynaMenu.dof │ │ ├── DynaMenu.dpr │ │ ├── DynaMenu.pas │ │ ├── DynaMenu.res │ │ ├── MenuF.dfm │ │ └── MenuF.pas │ ├── InFocus │ │ ├── FocusF.dfm │ │ ├── FocusF.pas │ │ ├── InFocus.dof │ │ ├── InFocus.dpr │ │ └── InFocus.res │ ├── MenuImg │ │ ├── MenuImg.dof │ │ ├── MenuImg.dpr │ │ ├── MenuImg.res │ │ ├── MenuImgF.dfm │ │ └── MenuImgF.pas │ ├── NewCheck │ │ ├── CHECK.PAS │ │ ├── CHECK.dfm │ │ ├── NO.BMP │ │ ├── Newcheck.dof │ │ ├── Newcheck.dpr │ │ ├── Newcheck.res │ │ └── OK.BMP │ ├── OdList │ │ ├── ODListF.dfm │ │ ├── ODListF.pas │ │ ├── Odlist.dof │ │ ├── Odlist.dpr │ │ └── Odlist.res │ ├── OdMenu │ │ ├── BitMenuF.dfm │ │ ├── BitMenuF.pas │ │ ├── ELLIPSE.BMP │ │ ├── Odmenu.dof │ │ ├── Odmenu.dpr │ │ ├── Odmenu.res │ │ ├── RECTANG.BMP │ │ └── ROUNDREC.BMP │ ├── RefList │ │ ├── BITMAPS.RES │ │ ├── Items.txt │ │ ├── REFLIST.DPR │ │ ├── RefForm.dfm │ │ ├── RefForm.pas │ │ ├── Reflist.dof │ │ └── Reflist.res │ └── SYSMENU │ │ ├── SYSFORM.PAS │ │ ├── SYSFORM.dfm │ │ ├── Sysmenu.dof │ │ ├── Sysmenu.dpr │ │ └── Sysmenu.res ├── 06 │ ├── 06.bpg │ ├── ActivApp │ │ ├── ActivApp.dof │ │ ├── ActivApp.dpr │ │ ├── ActivApp.res │ │ ├── MainF.dfm │ │ ├── MainF.pas │ │ ├── SecondF.dfm │ │ └── SecondF.pas │ ├── BICONS │ │ ├── BIcons.GID │ │ ├── BIcons.cnt │ │ ├── BIcons.hlp │ │ ├── BIconsF.dfm │ │ ├── BIconsF.pas │ │ ├── Bicons.dof │ │ ├── Bicons.dpr │ │ └── Bicons.res │ ├── BORDERS │ │ ├── BORDERS.DPR │ │ ├── BORDERSF.DFM │ │ ├── BORDERSF.PAS │ │ ├── Borders.dof │ │ ├── Borders.res │ │ ├── SECOND.DFM │ │ └── SECOND.PAS │ ├── CreatOrd │ │ ├── CreatOrd.dof │ │ ├── CreatOrd.dpr │ │ ├── CreatOrd.res │ │ ├── CreateF.dfm │ │ └── CreateF.pas │ ├── KPreview │ │ ├── KPREVF.DFM │ │ ├── KPREVF.PAS │ │ ├── KPREVIEW.DPR │ │ ├── Kpreview.dof │ │ └── Kpreview.res │ ├── MouseOne │ │ ├── MouseF.dfm │ │ ├── MouseF.pas │ │ ├── MouseOne.dof │ │ ├── MouseOne.dpr │ │ └── MouseOne.res │ ├── NoTitle │ │ ├── NoTitle.dof │ │ ├── NoTitle.dpr │ │ ├── NoTitle.res │ │ ├── NoTitleF.dfm │ │ └── NoTitleF.pas │ ├── SCALE │ │ ├── SCALE.DPR │ │ ├── Scale.dof │ │ ├── Scale.res │ │ ├── ScaleF.dfm │ │ └── ScaleF.pas │ ├── SCREEN │ │ ├── SECONDF.DFM │ │ ├── SECONDF.PAS │ │ ├── Screen.dof │ │ ├── Screen.dpr │ │ ├── Screen.res │ │ ├── ScreenF.dfm │ │ └── ScreenF.pas │ ├── SYSMENU2 │ │ ├── SYSFORM.PAS │ │ ├── SYSFORM.dfm │ │ ├── Sysmenu2.dof │ │ ├── Sysmenu2.dpr │ │ └── Sysmenu2.res │ ├── Screen2 │ │ ├── Screen2.dof │ │ ├── Screen2.dpr │ │ ├── Screen2.res │ │ ├── ScreenF.dfm │ │ ├── ScreenF.pas │ │ ├── SecondF.dfm │ │ └── SecondF.pas │ └── ShowApp │ │ ├── SHOWAPP.DPR │ │ ├── ShowForm.dfm │ │ ├── ShowForm.pas │ │ ├── Showapp.dof │ │ └── Showapp.res ├── 07 │ ├── 07.bpg │ ├── Anchors │ │ ├── AnchForm.dfm │ │ ├── AnchForm.pas │ │ ├── Anchors.dof │ │ ├── Anchors.dpr │ │ └── Anchors.res │ ├── CoolDemo │ │ ├── COOLBAR.DPR │ │ ├── CoolForm.dfm │ │ ├── CoolForm.pas │ │ ├── Coolbar.dof │ │ ├── Coolbar.res │ │ ├── HCENTER.BMP │ │ ├── HLEFT.BMP │ │ ├── HNOTE.BMP │ │ └── HRIGHT.BMP │ ├── CustHint │ │ ├── CustHint.dof │ │ ├── CustHint.dpr │ │ ├── CustHint.res │ │ ├── HintForm.dfm │ │ └── HintForm.pas │ ├── DockTest │ │ ├── DockForm.dfm │ │ ├── DockForm.pas │ │ ├── DockHost.dfm │ │ ├── DockHost.pas │ │ ├── DockTest.dof │ │ ├── DockTest.dpr │ │ └── dock.dck │ ├── HdrSplit │ │ ├── HdrSlipt.dof │ │ ├── HdrSlipt.dpr │ │ ├── HdrSlipt.res │ │ ├── SplitF.dfm │ │ └── SplitF.pas │ ├── MdEdit Basics.rtf │ ├── MdEdit1 │ │ ├── MdEdit Basics.rtf │ │ ├── MdEdit1.dof │ │ ├── MdEdit1.dpr │ │ ├── MdEdit1.res │ │ ├── RichForm.dfm │ │ ├── RichForm.pas │ │ └── size.bmp │ ├── MdEdit2 │ │ ├── MdEdit2.dof │ │ ├── MdEdit2.dpr │ │ ├── MdEdit2.res │ │ ├── RichForm.dfm │ │ └── RichForm.pas │ ├── MdEdit3 │ │ ├── MdEdit3.dof │ │ ├── MdEdit3.dpr │ │ ├── MdEdit3.res │ │ ├── RichForm.dfm │ │ └── RichForm.pas │ ├── MdEdit4 │ │ ├── MdEdit4.dof │ │ ├── MdEdit4.dpr │ │ ├── MdEdit4.res │ │ ├── RichForm.dfm │ │ └── RichForm.pas │ ├── MdEdit5 │ │ ├── MdEdit5.dof │ │ ├── MdEdit5.dpr │ │ ├── MdEdit5.res │ │ ├── RichForm.dfm │ │ └── RichForm.pas │ ├── MdEdit6 │ │ ├── MdEdit6.dof │ │ ├── MdEdit6.dpr │ │ ├── MdEdit6.res │ │ ├── RichForm.dfm │ │ └── RichForm.pas │ ├── SCROLL1 │ │ ├── SCROLLF.DFM │ │ ├── SCROLLF.PAS │ │ ├── STATUSF.DFM │ │ ├── STATUSF.PAS │ │ ├── Scroll1.dof │ │ ├── Scroll1.dpr │ │ └── Scroll1.res │ ├── SCROLL2 │ │ ├── SCROLL2.DPR │ │ ├── SCROLLF.DFM │ │ ├── SCROLLF.PAS │ │ ├── Scroll2.dof │ │ └── Scroll2.res │ ├── SPLIT1 │ │ ├── SPLITFRM.DFM │ │ ├── SPLITFRM.PAS │ │ ├── Split1.dof │ │ ├── Split1.dpr │ │ └── Split1.res │ ├── Split2 │ │ ├── Split2.dof │ │ ├── Split2.dpr │ │ ├── Split2.res │ │ ├── SplitFrm.dfm │ │ └── SplitFrm.pas │ └── SplitH │ │ ├── SplitHF.dfm │ │ ├── SplitHF.pas │ │ ├── Splith.dof │ │ ├── Splith.dpr │ │ └── Splith.res └── 08 │ ├── 08.bpg │ ├── COMMDLG │ ├── CDLGTEST.PAS │ ├── CDLGTEST.dfm │ ├── COMMDLG.DPR │ ├── Commdlg.dof │ └── Commdlg.res │ ├── CREDITS │ ├── ABOUT.DFM │ ├── ABOUT.PAS │ ├── CREDITS.DPR │ ├── Credits.dof │ ├── Credits.res │ ├── USELESS.DFM │ └── USELESS.PAS │ ├── DlgApply │ ├── DlgApply.dof │ ├── DlgApply.dpr │ ├── DlgApply.res │ ├── LISTD.DFM │ ├── LISTD.PAS │ ├── MAIN.PAS │ ├── MAIN.dfm │ ├── StyleD.dfm │ └── StyleD.pas │ ├── DockPage │ ├── CalForm.dfm │ ├── CalForm.pas │ ├── DockPF.dfm │ ├── DockPF.pas │ ├── DockPage.dof │ ├── DockPage.dpr │ ├── DockPage.res │ ├── EditForm.dfm │ └── EditForm.pas │ ├── FramePag │ ├── Frame2u.dfm │ ├── Frame2u.pas │ ├── Frame3u.dfm │ ├── Frame3u.pas │ ├── FramePag.dof │ ├── FramePag.dpr │ ├── FramePag.res │ ├── PageForm.dfm │ ├── PageForm.pas │ ├── list.txt │ └── list2.txt │ ├── FrameTab │ ├── Frame2u.dfm │ ├── Frame2u.pas │ ├── Frame3u.dfm │ ├── Frame3u.pas │ ├── FrameTab.dof │ ├── FrameTab.dpr │ ├── FrameTab.res │ ├── TabForm.dfm │ ├── TabForm.pas │ └── list.txt │ ├── MBPARADE │ ├── MBFORM.DFM │ ├── MBFORM.PAS │ ├── MBPARADE.DPR │ ├── Mbparade.dof │ └── Mbparade.res │ ├── MORE │ ├── ARROW.BMP │ ├── CONFDIAL.PAS │ ├── CONFDIAL.dfm │ ├── MORE.DPR │ ├── MOREF.DFM │ ├── MOREF.PAS │ ├── More.dof │ └── More.res │ ├── MdiDemo │ ├── CHILD.PAS │ ├── CHILD.dfm │ ├── FRAME.PAS │ ├── FRAME.dfm │ ├── Mdidemo.dof │ ├── Mdidemo.dpr │ └── Mdidemo.res │ ├── MdiMulti │ ├── CHILD.DFM │ ├── CHILD.PAS │ ├── CHILD2.DFM │ ├── CHILD2.PAS │ ├── FRAME.PAS │ ├── FRAME.dfm │ ├── MdiMulti.dof │ ├── MdiMulti.dpr │ └── MdiMulti.res │ ├── MultiWin │ ├── MWForm2.dfm │ ├── MWForm2.pas │ ├── MWForm3.dfm │ ├── MWForm3.pas │ ├── MWForm4.dfm │ ├── MWForm4.pas │ ├── MainForm.dfm │ ├── MainForm.pas │ ├── MultiWin.dof │ ├── MultiWin.dpr │ └── MultiWin.res │ ├── PAGES │ ├── PAGES.DPR │ ├── Pages.dof │ ├── Pages.res │ ├── PagesF.dfm │ └── PagesF.pas │ ├── RefList2 │ ├── BITMAPS.RES │ ├── Items.txt │ ├── NewDial.dfm │ ├── NewDial.pas │ ├── RefForm.dfm │ ├── RefForm.pas │ ├── Reflist2.dof │ ├── Reflist2.dpr │ └── Reflist2.res │ ├── SPLASH0 │ ├── ABOUTF.DFM │ ├── ABOUTF.PAS │ ├── MainSpF.dfm │ ├── MainSpF.pas │ ├── Splash0.dof │ ├── Splash0.dpr │ └── Splash0.res │ ├── SPLASH1 │ ├── ABOUTF.DFM │ ├── ABOUTF.PAS │ ├── MainSpF.dfm │ ├── MainSpF.pas │ ├── Splash1.dof │ ├── Splash1.dpr │ └── Splash1.res │ ├── SPLASH2 │ ├── AboutF.dfm │ ├── AboutF.pas │ ├── MainSpF.dfm │ ├── MainSpF.pas │ ├── Splash2.dof │ ├── Splash2.dpr │ └── Splash2.res │ ├── TABONLY │ ├── Tabonly.dof │ ├── Tabonly.dpr │ ├── Tabonly.res │ ├── VIEWER.PAS │ └── VIEWER.dfm │ └── WizardUI │ ├── WizForm.dfm │ ├── WizForm.pas │ ├── WizardUI.dof │ ├── WizardUI.dpr │ └── WizardUI.res ├── Part3 ├── 10 │ ├── 10.bpg │ ├── CacheUpd │ │ ├── CacheF.dfm │ │ ├── CacheF.pas │ │ ├── CacheUpd.dof │ │ ├── CacheUpd.dpr │ │ ├── CacheUpd.res │ │ ├── ErrorF.dfm │ │ └── ErrorF.pas │ ├── CallBack │ │ ├── CBackF.dfm │ │ ├── CBackF.pas │ │ ├── CallBack.dof │ │ ├── CallBack.dpr │ │ └── CallBack.res │ ├── CheckDbg │ │ ├── CheckDbg.dof │ │ ├── CheckDbg.dpr │ │ ├── CheckDbg.res │ │ ├── CheckF.dfm │ │ └── CheckF.pas │ ├── DbError │ │ ├── DBERROR.DPR │ │ ├── DBErrFo.dfm │ │ ├── DBErrFo.pas │ │ ├── Dberror.dof │ │ └── Dberror.res │ ├── DbPack │ │ ├── DbPack.dof │ │ ├── DbPack.dpr │ │ ├── DbPack.res │ │ ├── DbPackF.dfm │ │ └── DbPackF.pas │ ├── DrawData │ │ ├── DrawData.dof │ │ ├── DrawData.dpr │ │ ├── DrawData.res │ │ ├── DrawForm.dfm │ │ └── DrawForm.pas │ ├── DynQuery │ │ ├── DynQForm.dfm │ │ ├── DynQForm.pas │ │ ├── DynQuery.dof │ │ ├── DynQuery.dpr │ │ └── DynQuery.res │ ├── LockTest │ │ ├── LockForm.dfm │ │ ├── LockForm.pas │ │ ├── LockTest.dof │ │ ├── LockTest.dpr │ │ └── LockTest.res │ ├── MASTDET │ │ ├── MASTDET.DPR │ │ ├── MASTDETF.DFM │ │ ├── MASTDETF.PAS │ │ ├── Mastdet.dof │ │ ├── Mastdet.res │ │ ├── MdData.dfm │ │ ├── MdData.dti │ │ └── MdData.pas │ ├── MASTDET2 │ │ ├── MASTDETF.DFM │ │ ├── MASTDETF.PAS │ │ ├── Mastdet2.dof │ │ ├── Mastdet2.dpr │ │ ├── Mastdet2.res │ │ ├── MdData.dfm │ │ ├── MdData.dti │ │ └── MdData.pas │ ├── MdiView │ │ ├── DataM.dfm │ │ ├── DataM.pas │ │ ├── FormView.dfm │ │ ├── FormView.pas │ │ ├── GridView.dfm │ │ ├── GridView.pas │ │ ├── Main.dfm │ │ ├── Main.pas │ │ ├── MdiView.dof │ │ ├── MdiView.dpr │ │ └── MdiView.res │ ├── MltGrid │ │ ├── mltdbgrd.dfm │ │ ├── mltdbgrd.pas │ │ ├── mltgrid.dof │ │ ├── mltgrid.dpr │ │ └── mltgrid.res │ ├── ORDERS │ │ ├── ORDERF.DFM │ │ ├── ORDERF.PAS │ │ ├── ORDERS.DPR │ │ ├── Orders.dof │ │ └── Orders.res │ ├── ParQuery │ │ ├── ParQForm.dfm │ │ ├── ParQForm.pas │ │ ├── ParQuery.dof │ │ ├── ParQuery.dpr │ │ └── ParQuery.res │ ├── TRANSACT │ │ ├── Tranform.dfm │ │ ├── Tranform.pas │ │ ├── Transact.dof │ │ ├── Transact.dpr │ │ └── Transact.res │ └── Twoviews │ │ ├── DataM.dfm │ │ ├── DataM.dti │ │ ├── DataM.pas │ │ ├── FormView.dfm │ │ ├── FormView.pas │ │ ├── GridView.dfm │ │ ├── GridView.pas │ │ ├── RangeDb.dfm │ │ ├── RangeDb.pas │ │ ├── Twoviews.dof │ │ ├── Twoviews.dpr │ │ └── Twoviews.res ├── 11 │ ├── 11.bpg │ ├── DdlSample │ │ ├── DdlForm.dfm │ │ ├── DdlForm.pas │ │ ├── DdlSample.dof │ │ ├── DdlSample.dpr │ │ └── DdlSample.res │ ├── GetMax │ │ ├── GetMax.dof │ │ ├── GetMax.dpr │ │ ├── GetMax.res │ │ ├── MaxForm.dfm │ │ └── MaxForm.pas │ ├── IBEMP │ │ ├── IbEmpF.dfm │ │ ├── IbEmpF.pas │ │ ├── Ibemp.dof │ │ ├── Ibemp.dpr │ │ ├── Ibemp.res │ │ └── QUERY1.QRY │ ├── IbEmp2 │ │ ├── IbEmpF.dfm │ │ ├── IbEmpF.pas │ │ ├── Ibemp2.dof │ │ ├── Ibemp2.dpr │ │ ├── Ibemp2.res │ │ └── QUERY1.QRY │ ├── IbxMon │ │ ├── IbxMon.dof │ │ ├── IbxMon.dpr │ │ ├── IbxMon.res │ │ ├── MonForm.dfm │ │ └── MonForm.pas │ ├── SqlBuilder │ │ ├── main.dfm │ │ ├── main.pas │ │ ├── sqlbuilder.dof │ │ ├── sqlbuilder.dpr │ │ └── sqlbuilder.res │ ├── TranSample │ │ ├── main.dfm │ │ ├── main.pas │ │ ├── transample.dof │ │ ├── transample.dpr │ │ └── transample.res │ ├── UpdSql2 │ │ ├── UpdSql2.dof │ │ ├── UpdSql2.dpr │ │ ├── UpdSql2.res │ │ ├── UpdateForm.dfm │ │ └── UpdateForm.pas │ └── UpdateSql │ │ ├── DEPTS.DFM │ │ ├── DEPTS.PAS │ │ ├── JOBS.DFM │ │ ├── JOBS.PAS │ │ ├── data.dfm │ │ ├── data.dti │ │ ├── data.pas │ │ ├── main.dfm │ │ ├── main.pas │ │ ├── upsqldemo.dof │ │ ├── upsqldemo.dpr │ │ └── upsqldemo.res ├── 12 │ ├── 12.bpg │ ├── AdoEmpl │ │ ├── AEForm.dfm │ │ ├── AEForm.pas │ │ ├── AdoEmpl.dof │ │ ├── AdoEmpl.dpr │ │ └── AdoEmpl.res │ ├── AdoMd │ │ ├── AdoMDForm.dfm │ │ ├── AdoMDForm.pas │ │ ├── AdoMd.dof │ │ ├── AdoMd.dpr │ │ └── AdoMd.res │ ├── AdoPrimer │ │ ├── AdoPrimer.dof │ │ ├── AdoPrimer.dpr │ │ ├── AdoPrimer.res │ │ ├── DmPrimer.dfm │ │ ├── DmPrimer.dti │ │ ├── DmPrimer.pas │ │ ├── FormPrimer.dfm │ │ └── FormPrimer.pas │ ├── AdoSort │ │ ├── AdoSort.dof │ │ ├── AdoSort.dpr │ │ ├── AdoSort.res │ │ ├── SortForm.dfm │ │ ├── SortForm.pas │ │ ├── temp.ado │ │ └── temp2.ado │ ├── Bde2Ado │ │ ├── B2AForm.dfm │ │ ├── B2AForm.pas │ │ ├── Bde2Ado.dof │ │ ├── Bde2Ado.dpr │ │ └── Bde2Ado.res │ ├── DbAware2 │ │ ├── DbAwForm.dfm │ │ ├── DbAwForm.pas │ │ ├── DbAware2.dof │ │ ├── DbAware2.dpr │ │ └── DbAware2.res │ └── data │ │ ├── MdData.UDL │ │ └── MdData.mdb └── 09 │ ├── 09.bpg │ ├── CALC │ ├── Calc.dof │ ├── Calc.dpr │ ├── Calc.res │ ├── CalcF.dfm │ └── CalcF.pas │ ├── ChartDb │ ├── ChartDb.dof │ ├── ChartDb.dpr │ ├── ChartDb.res │ ├── ChartDbF.dfm │ └── ChartDbF.pas │ ├── DbAware │ ├── DbAwForm.dfm │ ├── DbAwForm.pas │ ├── DbAware.dof │ ├── DbAware.dpr │ └── DbAware.res │ ├── DbDates │ ├── DbDates.dof │ ├── DbDates.dpr │ ├── DbDates.res │ ├── DbDatesF.dfm │ └── DbDatesF.pas │ ├── DbEvts │ ├── DbEvts.dof │ ├── DbEvts.dpr │ ├── DbEvts.res │ ├── DbEvtsF.dfm │ └── DbEvtsF.pas │ ├── EditDemo │ ├── EditDemo.dof │ ├── EditDemo.dpr │ ├── EditDemo.res │ ├── EditForm.dfm │ └── EditForm.pas │ ├── FIELDACC │ ├── FIELDACC.DPR │ ├── FieldF.dfm │ ├── FieldF.pas │ ├── Fieldacc.dof │ └── Fieldacc.res │ ├── FldText │ ├── FldText.dof │ ├── FldText.dpr │ ├── FldText.res │ ├── FldTextF.dfm │ └── FldTextF.pas │ ├── GridDemo │ ├── GridDemo.dof │ ├── GridDemo.dpr │ ├── GridDemo.res │ ├── GridF.dfm │ └── GridF.pas │ ├── MULTI1 │ ├── MULTIREC.DFM │ ├── MULTIREC.PAS │ ├── Multi1.dof │ ├── Multi1.dpr │ └── Multi1.res │ ├── MULTI2 │ ├── Multi2.dof │ ├── Multi2.dpr │ ├── Multi2.res │ ├── MultiRec.dfm │ └── MultiRec.pas │ ├── NonAware │ ├── NonAwF.dfm │ ├── NonAwF.pas │ ├── NonAware.dof │ ├── NonAware.dpr │ └── NonAware.res │ ├── SEARCH │ ├── Search.dof │ ├── Search.dpr │ ├── Search.res │ ├── SearchF.dfm │ └── SearchF.pas │ ├── SendToDb │ ├── SendToDb.dof │ ├── SendToDb.dpr │ ├── SendToDb.res │ ├── SendToF.dfm │ └── SendToF.pas │ ├── TOTAL │ ├── TOTAL.DPR │ ├── Total.dof │ ├── Total.res │ ├── TotalF.dfm │ └── TotalF.pas │ └── Tables │ ├── Dbgridf.dfm │ ├── Dbgridf.pas │ ├── FieldsF.dfm │ ├── FieldsF.pas │ ├── Tables.dof │ ├── Tables.dpr │ ├── Tables.res │ ├── TablesF.dfm │ └── TablesF.pas ├── Part4 ├── 13 │ ├── 13.bpg │ ├── ActiveB │ │ ├── ActiveB.dof │ │ ├── ActiveB.dpr │ │ ├── ActiveB.res │ │ ├── ActiveF.dfm │ │ └── ActiveF.pas │ ├── ArrowDemo │ │ ├── ArrowDemo.dof │ │ ├── ArrowDemo.dpr │ │ ├── ArrowDemo.res │ │ ├── ArrowForm.dfm │ │ └── ArrowForm.pas │ ├── FontBoxDemo │ │ ├── FbDemoForm.dfm │ │ ├── FbDemoForm.pas │ │ ├── FontBoxDemo.dof │ │ ├── FontBoxDemo.dpr │ │ └── FontBoxDemo.res │ ├── ListDialDemo │ │ ├── LDTESTF.PAS │ │ ├── LDTESTF.dfm │ │ ├── LdDemoF.dfm │ │ ├── LdDemoF.pas │ │ ├── ListDialDemo.dof │ │ ├── ListDialDemo.dpr │ │ └── ListDialDemo.res │ ├── ListTest │ │ ├── ListForm.dfm │ │ ├── ListForm.pas │ │ ├── ListTest.dof │ │ ├── ListTest.dpr │ │ └── ListTest.res │ ├── MdDespk │ │ ├── Md4IlpeForm.dfm │ │ ├── MdCompEdit.pas │ │ ├── MdDesPk.dof │ │ ├── MdDesPk.dpk │ │ ├── MdDesPk.res │ │ ├── MdIlpeForm.pas │ │ ├── MdIlpeform.dfm │ │ ├── MdPropEdit.pas │ │ ├── MdWizard.pas │ │ ├── PeFSound.dfm │ │ ├── PeFSound.pas │ │ └── PeSound.pas │ ├── Mdpack │ │ ├── MdActiveBtn.pas │ │ ├── MdArrReg.pas │ │ ├── MdArrow.dcr │ │ ├── MdArrow.pas │ │ ├── MdClock.dcr │ │ ├── MdClock.pas │ │ ├── MdFontbox.pas │ │ ├── MdListAct.pas │ │ ├── MdListDial.dcr │ │ ├── MdListDial.dfm │ │ ├── MdListDial.pas │ │ ├── MdNumEd.dcr │ │ ├── MdNumEd.pas │ │ ├── MdSounB.dcr │ │ ├── MdSounB.pas │ │ ├── Mdpack.dof │ │ ├── Mdpack.dpk │ │ └── Mdpack.res │ ├── SoundB │ │ ├── SoundB.dof │ │ ├── SoundB.dpr │ │ ├── SoundB.res │ │ ├── SoundF.dfm │ │ └── SoundF.pas │ └── frpack │ │ ├── MdFrClock.dcr │ │ ├── MdFrClock.dfm │ │ ├── MdFrClock.pas │ │ ├── Unitframetest.dfm │ │ ├── Unitframetest.pas │ │ ├── frpack.dof │ │ └── frpack.dpk ├── 14 │ ├── 14.bpg │ ├── CPPDLL │ │ ├── CALLCPP.DPR │ │ ├── CALLCPPF.DFM │ │ ├── CALLCPPF.PAS │ │ ├── CPPDLL.POF │ │ ├── Callcpp.dof │ │ ├── Callcpp.res │ │ ├── CppDll.bpr │ │ └── CppDll.cpp │ ├── DLLMEM │ │ ├── DllMem.bpg │ │ ├── DllMemU.pas │ │ ├── Dllmem.dpr │ │ ├── UseMemF.dfm │ │ ├── UseMemF.pas │ │ ├── Usemem.dof │ │ ├── Usemem.dpr │ │ └── Usemem.res │ ├── DYNACALL │ │ ├── DYNACALL.DPR │ │ ├── DynaForm.dfm │ │ ├── DynaForm.pas │ │ ├── Dynacall.dof │ │ └── Dynacall.res │ ├── FIRSTDLL │ │ ├── CallForm.dfm │ │ ├── CallForm.pas │ │ ├── Callfrst.dof │ │ ├── Callfrst.dpr │ │ ├── Callfrst.res │ │ ├── FirstDll.bpg │ │ ├── Firstdll.dof │ │ └── Firstdll.dpr │ ├── FORMDLL │ │ ├── FormDll.bpg │ │ ├── Formdll.dof │ │ ├── Formdll.dpr │ │ ├── SCROLLF.PAS │ │ ├── SCROLLF.dfm │ │ ├── UseColF.dfm │ │ ├── UseColF.pas │ │ ├── Usecol.dof │ │ ├── Usecol.dpr │ │ ├── Usecol.res │ │ └── WORDCALL.TXT │ ├── FormDllD │ │ ├── FormdllD.dof │ │ ├── FormdllD.dpr │ │ ├── SCROLLF.PAS │ │ ├── SCROLLF.dfm │ │ ├── UseDyna.dof │ │ ├── UseDyna.dpr │ │ ├── UseDynaF.dfm │ │ └── UseDynaF.pas │ ├── FormDllP │ │ ├── FormDllP.bpg │ │ ├── FormdllP.dof │ │ ├── FormdllP.dpr │ │ ├── IsNoLib.pas │ │ ├── SCROLLF.PAS │ │ ├── SCROLLF.dfm │ │ ├── UseColF.dfm │ │ ├── UseColF.pas │ │ ├── UsecolP.dof │ │ ├── UsecolP.dpr │ │ └── UsecolP.res │ └── PackInfo │ │ ├── PackForm.dfm │ │ ├── PackForm.pas │ │ ├── PackInfo.dof │ │ ├── PackInfo.dpr │ │ └── PackInfo.res ├── 15 │ ├── 15.bpg │ ├── FirstCom │ │ ├── FirstCom.dof │ │ ├── FirstCom.dpr │ │ ├── FirstCom.res │ │ ├── FirstCom.tlb │ │ ├── FirstCom_TLB.pas │ │ ├── NumIntf.pas │ │ └── NumServ.pas │ ├── NEWGUID │ │ ├── GUIDFORM.DFM │ │ ├── GUIDFORM.PAS │ │ ├── NEWGUID.DPR │ │ ├── Newguid.dof │ │ └── Newguid.res │ ├── PROPCOM │ │ ├── NumIntf.pas │ │ ├── NumServ.pas │ │ ├── PROPCOM_TLB.pas │ │ ├── Propcom.dof │ │ ├── Propcom.dpr │ │ ├── Propcom.res │ │ └── Propcom.tlb │ ├── SHCUT │ │ ├── SHCUT.DPR │ │ ├── ShCutF.dfm │ │ ├── ShCutF.pas │ │ ├── Shcut.dof │ │ ├── Shcut.res │ │ └── Shortcut to ShCut.exe Delphi Demo.lnk │ ├── TESTCOM │ │ ├── NumIntf.pas │ │ ├── TESTCOM.DPR │ │ ├── TestComF.dfm │ │ ├── TestComF.pas │ │ ├── Testcom.dof │ │ └── Testcom.res │ ├── TESTPROP │ │ ├── NumIntf.pas │ │ ├── TestProF.dfm │ │ ├── TestProF.pas │ │ ├── TestProp.dof │ │ ├── TestProp.dpr │ │ └── TestProp.res │ └── ToDoFile │ │ ├── ToDoFile.dof │ │ ├── ToDoFile.dpr │ │ ├── ToDoFile.res │ │ ├── ToDoForm.dfm │ │ ├── ToDoForm.pas │ │ ├── ToDoMenu.pas │ │ ├── ToDoShll.dof │ │ ├── ToDoShll.dpr │ │ ├── ToDoShll.reg │ │ ├── ToDoShll.res │ │ ├── ToDoShll.tlb │ │ ├── todolist.MB │ │ └── todolist.db └── 16 │ ├── 16.bpg │ ├── ArrPack │ ├── MdWArrow.dcr │ ├── MdWArrow.pas │ ├── MdXArr.dof │ ├── MdXArr.dpk │ └── MdXArr.res │ ├── DBOffice │ ├── DBOffice.dof │ ├── DBOffice.dpr │ ├── DBOffice.res │ ├── OfficeForm.dfm │ └── OfficeForm.pas │ ├── ListCli │ ├── ImportTlb.pas │ ├── LCliForm.dfm │ ├── LCliForm.pas │ ├── ListCli.dof │ ├── ListCli.dpr │ └── ListCli.res │ ├── ListServ │ ├── ListForm.dfm │ ├── ListForm.pas │ ├── ListObj.pas │ ├── ListServ.dof │ ├── ListServ.dpr │ ├── ListServ.res │ ├── ListServ.tlb │ └── ListServ_TLB.pas │ ├── OleCont │ ├── COPY.DOL │ ├── LINES.OLE │ ├── MEDIA.OLE │ ├── OLEFORM.DFM │ ├── OLEFORM.PAS │ ├── Olecont.dof │ ├── Olecont.dpr │ ├── Olecont.res │ └── TEXT.DOL │ ├── TLIBCLI │ ├── PROJECT1LIB.DCR │ ├── PROJECT1LIB.PAS │ ├── TLIBCLI.DCR │ ├── TLIBCLI.PAS │ ├── TLibCliF.dfm │ ├── TLibCliF.pas │ ├── Tlibcli.dof │ ├── Tlibcli.dpr │ ├── Tlibcli.res │ ├── Tlibdemo.tlb │ └── TlibdemoLib_TLB.pas │ ├── TLIBDEMO │ ├── DemoObj.pas │ ├── MainForm.dfm │ ├── MainForm.pas │ ├── PackAuto.dof │ ├── PackAuto.dpk │ ├── PackAuto.res │ ├── Tlibdemo.dof │ ├── Tlibdemo.dpr │ ├── Tlibdemo.res │ ├── Tlibdemo.tlb │ └── TlibdemoLib_TLB.pas │ ├── TLibComp │ ├── CompForm.dfm │ ├── CompForm.pas │ ├── TLibComp.dof │ ├── TLibComp.dpr │ └── TLibComp.res │ ├── WebBrows │ ├── Greeting.htm │ ├── WebDemo.dof │ ├── WebDemo.dpr │ ├── WebDemo.res │ ├── WebDemoF.dfm │ └── WebDemoF.pas │ ├── WordCont │ ├── ContForm.dfm │ ├── ContForm.pas │ ├── WordCont.dof │ ├── WordCont.dpr │ └── WordCont.res │ ├── XArrow │ ├── MdWArrowImpl1.pas │ ├── XArrow.dof │ ├── XArrow.dpr │ ├── XArrow.htm │ ├── XArrow.res │ ├── XArrow.tlb │ ├── XArrowCust.htm │ ├── XArrow_TLB.dcr │ ├── XArrow_TLB.pas │ ├── Xappage.dfm │ └── Xappage.pas │ └── XClock │ ├── XClockImpl.dfm │ ├── XClockImpl.pas │ ├── XClockLib.dof │ ├── XClockLib.dpr │ ├── XClockLib.htm │ ├── XClockLib.res │ ├── XClockLib.tlb │ ├── XClockLib_TLB.pas │ ├── XWebWiz.htm │ └── Xform1.htm ├── Part5 ├── 17 │ ├── 17.bpg │ ├── OneCopy │ │ ├── OneF.dfm │ │ ├── OneF.pas │ │ ├── Onecopy.dof │ │ ├── Onecopy.dpr │ │ └── Onecopy.res │ ├── THLOCK │ │ ├── MAINFORM.DFM │ │ ├── MAINFORM.PAS │ │ ├── PAINTTH.PAS │ │ ├── THLOCK.DPR │ │ ├── Thlock.dof │ │ └── Thlock.res │ ├── THOLD │ │ ├── MAINFORM.DFM │ │ ├── MAINFORM.PAS │ │ ├── PAINTTH.PAS │ │ ├── THOLD.DPR │ │ ├── Thold.dof │ │ └── Thold.res │ ├── THPRIOR │ │ ├── MainForm.dfm │ │ ├── MainForm.pas │ │ ├── THPRIOR.DPR │ │ ├── Thprior.dof │ │ ├── Thprior.res │ │ └── paintth.pas │ ├── THSYNCH │ │ ├── CRITSEC.DFM │ │ ├── CRITSEC.PAS │ │ ├── MUTEX.DFM │ │ ├── MUTEX.PAS │ │ ├── Plain.dfm │ │ ├── Plain.pas │ │ ├── SYNCFORM.DFM │ │ ├── SYNCFORM.PAS │ │ ├── TCRISECT.DFM │ │ ├── TCRISECT.PAS │ │ ├── THSYNCH.DPR │ │ ├── Thsynch.dof │ │ └── Thsynch.res │ ├── THWAIT │ │ ├── CHECKTH.PAS │ │ ├── MainForm.dfm │ │ ├── MainForm.pas │ │ ├── THWAIT.DPR │ │ ├── Thwait.dof │ │ └── Thwait.res │ └── ThreadDB │ │ ├── ThreadDB.dof │ │ ├── ThreadDB.dpr │ │ ├── ThreadDB.res │ │ ├── dbthreadclass.pas │ │ ├── formDbthread.dfm │ │ ├── formDbthread.pas │ │ ├── threadedmodule.dfm │ │ ├── threadedmodule.dti │ │ └── threadedmodule.pas ├── 18 │ ├── 18.bpg │ ├── ASSERT │ │ ├── ASSERT.DPR │ │ ├── Assert.dof │ │ ├── Assert.res │ │ ├── AssertF.dfm │ │ └── AssertF.pas │ ├── BREAKP │ │ ├── BreakP.dof │ │ ├── BreakP.dpr │ │ ├── BreakP.dsk │ │ ├── BreakP.res │ │ ├── BreakpF.dfm │ │ └── BreakpF.pas │ ├── MSGFLOW │ │ ├── FLOWF.DFM │ │ ├── FLOWF.PAS │ │ ├── MLIST.PAS │ │ ├── MSGFLOW.DPR │ │ ├── Msgflow.dof │ │ ├── Msgflow.res │ │ ├── UNIT2.DFM │ │ └── UNIT2.PAS │ ├── OdsDemo │ │ ├── OdsDemo.dof │ │ ├── OdsDemo.dpr │ │ ├── OdsDemo.res │ │ ├── OdsForm.dfm │ │ └── OdsForm.pas │ └── VclMem │ │ ├── MainForm.dfm │ │ ├── MainForm.pas │ │ ├── MemForm.dfm │ │ ├── MemForm.pas │ │ ├── VclMem.dof │ │ ├── VclMem.dpr │ │ └── VclMem.res ├── 19 │ ├── 19.bpg │ ├── CLIPBMP │ │ ├── CLIPBMP.DPR │ │ ├── Clipbmp.dof │ │ ├── Clipbmp.res │ │ ├── PREVIEW.DFM │ │ ├── PREVIEW.PAS │ │ ├── VIEWER.PAS │ │ └── VIEWER.dfm │ ├── DIRS │ │ ├── DIRS.DPR │ │ ├── Dirs.dof │ │ ├── Dirs.res │ │ ├── DirsForm.dfm │ │ └── DirsForm.pas │ ├── HelpProj │ │ ├── HELPPROJ.HLP │ │ ├── HelpForm.dfm │ │ ├── HelpForm.pas │ │ ├── HelpProj.GID │ │ ├── HelpProj.cnt │ │ ├── HelpProj.dof │ │ ├── HelpProj.dpr │ │ ├── HelpProj.hpj │ │ └── HelpProj.rtf │ ├── ICONS │ │ ├── AA.ICO │ │ ├── BB.ICO │ │ ├── Icons.dof │ │ ├── Icons.dpr │ │ ├── Icons.drc │ │ ├── Icons.ita │ │ ├── IconsF.dfm │ │ ├── IconsF.pas │ │ └── ita │ │ │ ├── Icons.dof │ │ │ ├── Icons.dpr │ │ │ ├── Icons.drc │ │ │ ├── IconsF.dfm │ │ │ ├── IconsF.dfn │ │ │ ├── Icons_DRC.rc │ │ │ └── Icons_DRC.res │ ├── IniOne │ │ ├── INIONE.ini │ │ ├── IniForm.dfm │ │ ├── IniForm.pas │ │ ├── Inione.dof │ │ └── Inione.dpr │ ├── MemIcon │ │ ├── MemIcon.dof │ │ ├── MemIcon.dpr │ │ ├── MemIcon.res │ │ ├── RESFORM.dfm │ │ ├── RESFORM.pas │ │ ├── RUNFIRST.PAS │ │ └── RYG.RES │ ├── PRINTBMP │ │ ├── PREVIEW.DFM │ │ ├── PREVIEW.PAS │ │ ├── PRINTBMP.DPR │ │ ├── Printbmp.dof │ │ ├── Printbmp.res │ │ ├── VIEWER.PAS │ │ └── VIEWER.dfm │ ├── QRNAV │ │ ├── NAVIG.DPR │ │ ├── NavForm.dfm │ │ ├── NavForm.pas │ │ ├── Navig.dof │ │ ├── Navig.res │ │ ├── RptForm.dfm │ │ └── RptForm.pas │ ├── REGISTR │ │ ├── REGISTR.DPR │ │ ├── RegForm.dfm │ │ ├── RegForm.pas │ │ ├── Registr.dof │ │ └── Registr.res │ ├── REGVIEW │ │ ├── REGFORM.DFM │ │ ├── REGFORM.PAS │ │ ├── Regview.dof │ │ ├── Regview.dpr │ │ └── Regview.res │ ├── RUNPROP │ │ ├── RUNPROP.DPR │ │ ├── RUNPROP.dof │ │ ├── RunPropF.dfm │ │ └── RunPropF.pas │ └── VINFO │ │ ├── VInfoF.dfm │ │ ├── VInfoF.pas │ │ ├── Vinfo.dof │ │ ├── Vinfo.dpr │ │ └── Vinfo.res ├── 20 │ ├── 20.bpg │ ├── AspTest │ │ ├── AspTest.dof │ │ ├── AspTest.dpr │ │ ├── AspTest.tlb │ │ ├── AspTest1_TLB.pas │ │ ├── AspTest_TLB.pas │ │ ├── aspobj1.pas │ │ ├── asptest.asp │ │ ├── testdm.dfm │ │ ├── testdm.dti │ │ └── testdm.pas │ ├── BrokDemo │ │ ├── BrokCgi.dof │ │ ├── BrokCgi.dpr │ │ ├── BrokCgi.res │ │ ├── BrokIsa.dof │ │ ├── BrokIsa.dpr │ │ ├── BrokIsa.res │ │ ├── BrokWm.dfm │ │ ├── BrokWm.dti │ │ └── BrokWm.pas │ ├── CgiDate │ │ ├── CgiDate.dof │ │ └── CgiDate.dpr │ ├── CustQueP │ │ ├── CustQueP.dof │ │ ├── CustQueP.dpr │ │ ├── CustQueP.res │ │ ├── CustWebM.dfm │ │ ├── CustWebM.dti │ │ ├── CustWebM.pas │ │ └── QueryForm.html │ ├── HtmlProd │ │ ├── DBHForm.dfm │ │ ├── DBHForm.pas │ │ ├── HtmlProd.dof │ │ ├── HtmlProd.dpr │ │ ├── HtmlProd.res │ │ ├── demo.htm │ │ ├── line.htm │ │ ├── table.htm │ │ ├── tablecss.htm │ │ └── test.css │ ├── IsapiDem │ │ ├── IsapiDem.dof │ │ └── IsapiDem.dpr │ ├── MailGen │ │ ├── MailGen.dof │ │ ├── MailGen.dpr │ │ ├── MailGen.res │ │ ├── MailGenF.dfm │ │ └── MailGenF.pas │ ├── Sock1 │ │ ├── Client1.dof │ │ ├── Client1.dpr │ │ ├── Client1.res │ │ ├── Client1Form.dfm │ │ ├── Client1Form.pas │ │ ├── Server1.dof │ │ ├── Server1.dpr │ │ ├── Server1.res │ │ ├── ServerForm.dfm │ │ └── ServerForm.pas │ ├── Sock2 │ │ ├── CliBmp.dfm │ │ ├── CliBmp.pas │ │ ├── CliText.dfm │ │ ├── CliText.pas │ │ ├── Client2.dof │ │ ├── Client2.dpr │ │ ├── Client2.res │ │ ├── ClientForm.dfm │ │ ├── ClientForm.pas │ │ ├── Server2.dof │ │ ├── Server2.dpr │ │ ├── Server2.res │ │ ├── ServerForm.dfm │ │ └── ServerForm.pas │ ├── SockDb │ │ ├── ClientDb.dof │ │ ├── ClientDb.dpr │ │ ├── ClientDb.res │ │ ├── ClientForm.dfm │ │ ├── ClientForm.pas │ │ ├── ServDb.PX │ │ ├── ServDb.db │ │ ├── ServerDb.dof │ │ ├── ServerDb.dpr │ │ ├── ServerDb.res │ │ ├── ServerForm.dfm │ │ ├── ServerForm.pas │ │ └── clientdb.DB │ ├── WebCount │ │ ├── CountWm.dfm │ │ ├── CountWm.dti │ │ ├── CountWm.pas │ │ ├── WebCount.dof │ │ ├── WebCount.dpr │ │ └── WebCount.htm │ ├── WebFind │ │ ├── FindTh.pas │ │ ├── WebFind.dof │ │ ├── WebFind.dpr │ │ ├── WebFind.res │ │ ├── WebFindF.dfm │ │ └── WebFindF.pas │ ├── WebMail │ │ ├── GetMail.dof │ │ ├── GetMail.dpr │ │ ├── GetMail.res │ │ ├── GetMailF.dfm │ │ ├── GetMailF.pas │ │ ├── MailForm.htm │ │ ├── WMailDm.dfm │ │ ├── WMailDm.dti │ │ ├── WMailDm.pas │ │ ├── WebMail2.dof │ │ └── WebMail2.dpr │ ├── XFORM1 │ │ ├── FormX1.dfm │ │ ├── FormX1.pas │ │ ├── XFORM1_TLB.pas │ │ ├── Xform1.dof │ │ ├── Xform1.dpr │ │ ├── Xform1.res │ │ └── Xform1.tlb │ ├── XFUSER │ │ ├── XFUser.dof │ │ ├── XFUser.dpr │ │ ├── XFUser.res │ │ ├── XFUser.tlb │ │ ├── XFUser_TLB.pas │ │ ├── XUserF.dfm │ │ └── XUserF.pas │ └── XWebWiz │ │ ├── WizForm.dfm │ │ ├── WizForm.pas │ │ ├── XWebWiz.dof │ │ ├── XWebWiz.dpr │ │ ├── XWebWiz.htm │ │ ├── XWebWiz.res │ │ ├── XWebWiz.tlb │ │ ├── XWebWiz_TLB.pas │ │ ├── XWizF.dfm │ │ └── XWizF.pas └── 21 │ ├── 21.bpg │ ├── AdtDemo │ ├── AdtDemo.dof │ ├── AdtDemo.dpr │ ├── AdtDemo.res │ ├── AdtForm.dfm │ ├── AdtForm.pas │ └── data.cds │ ├── AfRemote │ ├── AfRemote.dof │ ├── AfRemote.dpr │ ├── AfRemote.htm │ ├── AfRemote.res │ ├── AfRemote.tlb │ ├── AfRemote_TLB.dcr │ ├── AfRemote_TLB.pas │ ├── ReconDlg.dfm │ ├── ReconDlg.pas │ ├── Remote.dfm │ └── Remote.pas │ ├── AppSPlus │ ├── AppSForm.dfm │ ├── AppSForm.pas │ ├── AppSPlus.dof │ ├── AppSPlus.dpr │ ├── AppSPlus.res │ ├── AppSPlus.tlb │ ├── AppSPlus_TLB.pas │ ├── AppSRDM.dfm │ ├── AppSRDM.dti │ ├── AppSRDM.pas │ ├── Midas_TLB.dcr │ └── Midas_TLB.pas │ ├── AppServ1 │ ├── AppServ1.dof │ ├── AppServ1.dpr │ ├── AppServ1.res │ ├── AppServ1.tlb │ ├── AppServ1_TLB.pas │ ├── AppServForm.dfm │ ├── AppServForm.pas │ ├── AppServRdm.dfm │ ├── AppServRdm.dti │ ├── AppServRdm.pas │ ├── Midas_TLB.dcr │ └── Midas_TLB.pas │ ├── AppServ2 │ ├── AppServ2.dof │ ├── AppServ2.dpr │ ├── AppServ2.res │ ├── AppServ2.tlb │ ├── AppServ2_TLB.dcr │ ├── AppServ2_TLB.pas │ ├── AppServTwo_TLB.pas │ ├── Midas_TLB.dcr │ ├── Midas_TLB.pas │ ├── RemoteDM.dfm │ ├── RemoteDM.dti │ ├── RemoteDM.pas │ ├── SrvForm.dfm │ └── SrvForm.pas │ ├── CdsCalcs │ ├── CalcForm.dfm │ ├── CalcForm.pas │ ├── CdsCalcs.dof │ ├── CdsCalcs.dpr │ └── CdsCalcs.res │ ├── IeFirst │ ├── IeFirst.dof │ ├── IeFirst.dpr │ ├── IeFirst.res │ ├── IeFirstDm.dfm │ ├── IeFirstDm.dti │ └── IeFirstDm.pas │ ├── IeMd │ ├── IdMd.dof │ ├── IeMd.dof │ ├── IeMd.dpr │ ├── IeMd.res │ ├── IeMd2.dof │ ├── IeMd3.dof │ ├── MdModule.dfm │ ├── MdModule.dti │ └── MdModule.pas │ ├── ThinCli1 │ ├── ThinCli1.dof │ ├── ThinCli1.dpr │ ├── ThinCli1.res │ ├── ThinForm.dfm │ └── ThinForm.pas │ ├── ThinCli2 │ ├── DeltForm.dfm │ ├── DeltForm.pas │ ├── Reconc.dfm │ ├── Reconc.pas │ ├── ThinCli2.dof │ ├── ThinCli2.dpr │ ├── ThinCli2.res │ ├── ThinForm.dfm │ └── ThinForm.pas │ └── ThinPlus │ ├── QueForm.dfm │ ├── QueForm.pas │ ├── ThinForm.dfm │ ├── ThinForm.pas │ ├── ThinPlus.dof │ ├── ThinPlus.dpr │ └── ThinPlus.res ├── README.md └── WebBonus └── 22 ├── 22.bpg ├── AnimBtn ├── AnimBF.dfm ├── AnimBF.pas ├── AnimBtn.dof ├── AnimBtn.dpr └── AnimBtn.res ├── AnimCtrl ├── ANIMCTRL.DPR ├── AnimF.dfm ├── AnimF.pas ├── Animctrl.dof ├── Animctrl.res └── FILECOPY.AVI ├── BmpDraw ├── BmpDraw.dof ├── BmpDraw.dpr ├── BmpDraw.res ├── BmpForm.dfm └── BmpForm.pas ├── FIRE ├── BOOM.WAV ├── FIRE.BMP ├── FIRE.DPR ├── FIRE2.BMP ├── Fire.dof ├── Fire.res ├── FireForm.dfm └── FireForm.pas ├── FIRE2 ├── BOOM.WAV ├── FIRE.BMP ├── FIRE4.BMP ├── FIREFORM.DFM ├── FIREFORM.PAS ├── Fire2.dof ├── Fire2.dpr └── Fire2.res ├── FONTGRID ├── FONTGRID.DPR ├── FontGF.dfm ├── FontGF.pas ├── Fontgrid.dof └── Fontgrid.res ├── GRAPH1 ├── Graph1.dof ├── Graph1.dpr ├── Graph1.res ├── GraphF.dfm └── GraphF.pas ├── GRAPH2 ├── Graph2.dof ├── Graph2.dpr ├── Graph2.res ├── GraphF.dfm ├── GraphF.pas ├── data1.chr └── data2.chr ├── IMAGEV ├── IMAGEF.DFM ├── IMAGEF.PAS ├── IMAGEV.DPR ├── Imagev.dof └── Imagev.res ├── IMAGEV2 ├── IMAGEF.DFM ├── IMAGEF.PAS ├── Imagev2.dof ├── Imagev2.dpr └── Imagev2.res ├── MINES ├── 0.BMP ├── 1.BMP ├── 2.BMP ├── 3.BMP ├── 4.BMP ├── 5.BMP ├── 6.BMP ├── 7.BMP ├── 8.BMP ├── BITMAPS.RC ├── BITMAPS.RES ├── BOOM.WAV ├── K.BMP ├── M.BMP ├── MINESF.PAS ├── MINESF.dfm ├── Mines.dof ├── Mines.dpr ├── Mines.res ├── UNDEF.BMP └── W.BMP ├── ShapeBmp ├── ShapeBmp.dof ├── ShapeBmp.dpr ├── ShapeBmp.res ├── ShapesF.dfm └── ShapesF.pas ├── Shapes ├── SHAPES.DPR ├── Shapes.dof ├── Shapes.res ├── ShapesF.dfm ├── ShapesF.pas └── ShapesH.pas ├── ShapesPr ├── ShapesF.dfm ├── ShapesF.pas ├── ShapesH.pas ├── ShapesPr.dof ├── ShapesPr.dpr └── ShapesPr.res ├── SideText ├── SideText.dof ├── SideText.dpr ├── SideText.res ├── SideTxtF.dfm └── SideTxtF.pas ├── WORLD ├── W1.BMP ├── W10.BMP ├── W11.BMP ├── W12.BMP ├── W13.BMP ├── W14.BMP ├── W15.BMP ├── W16.BMP ├── W2.BMP ├── W3.BMP ├── W4.BMP ├── W5.BMP ├── W6.BMP ├── W7.BMP ├── W8.BMP ├── W9.BMP ├── WORLD.DPR ├── WORLDF.DFM ├── WORLDF.PAS ├── World.dof └── World.res ├── WORLD2 ├── W1.BMP ├── W10.BMP ├── W11.BMP ├── W12.BMP ├── W13.BMP ├── W14.BMP ├── W15.BMP ├── W16.BMP ├── W2.BMP ├── W3.BMP ├── W4.BMP ├── W5.BMP ├── W6.BMP ├── W7.BMP ├── W8.BMP ├── W9.BMP ├── WORLDBMP.RC ├── WORLDBMP.RES ├── World2.dof ├── World2.dpr ├── World2.res ├── WorldF.dfm └── WorldF.pas ├── WebChart ├── ChartMod.dfm ├── ChartMod.dti ├── ChartMod.pas ├── WebChart.dof ├── WebChart.dpr └── WebChart.res └── WmfDemo ├── WmfDemo.dof ├── WmfDemo.dpr ├── WmfDemo.res ├── WmfForm.dfm ├── WmfForm.pas └── test.emf /Part1/01/Frames1/Form.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/01/Frames1/Form.dfm -------------------------------------------------------------------------------- /Part1/01/Frames1/Frames1.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/01/Frames1/Frames1.res -------------------------------------------------------------------------------- /Part1/01/OiFontPk/MdDropDownFont.pas: -------------------------------------------------------------------------------- 1 | unit MdDropDownFont; 2 | 3 | interface 4 | 5 | implementation 6 | 7 | uses 8 | DsgnIntf; 9 | 10 | initialization 11 | FontNamePropertyDisplayFontNames := True; 12 | 13 | end. 14 | -------------------------------------------------------------------------------- /Part1/01/OiFontPk/OiFontPk.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/01/OiFontPk/OiFontPk.res -------------------------------------------------------------------------------- /Part1/01/ToDoTest/ToDoTest.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/01/ToDoTest/ToDoTest.res -------------------------------------------------------------------------------- /Part1/01/ToDoTest/ToDoTest.todo: -------------------------------------------------------------------------------- 1 | {TODO 1 -oMarco : Check compiler settings} -------------------------------------------------------------------------------- /Part1/02/ANIMALS1/AnimF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/ANIMALS1/AnimF.dfm -------------------------------------------------------------------------------- /Part1/02/ANIMALS1/Animals1.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/ANIMALS1/Animals1.res -------------------------------------------------------------------------------- /Part1/02/ANIMALS2/ANIM.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/ANIMALS2/ANIM.WAV -------------------------------------------------------------------------------- /Part1/02/ANIMALS2/AnimF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/ANIMALS2/AnimF.dfm -------------------------------------------------------------------------------- /Part1/02/ANIMALS2/Animals2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/ANIMALS2/Animals2.res -------------------------------------------------------------------------------- /Part1/02/ANIMALS2/DOG.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/ANIMALS2/DOG.WAV -------------------------------------------------------------------------------- /Part1/02/ANIMALS3/AnimF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/ANIMALS3/AnimF.dfm -------------------------------------------------------------------------------- /Part1/02/ANIMALS3/Animals3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/ANIMALS3/Animals3.res -------------------------------------------------------------------------------- /Part1/02/ANIMALS3/CAT.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/ANIMALS3/CAT.WAV -------------------------------------------------------------------------------- /Part1/02/ANIMALS3/DOG.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/ANIMALS3/DOG.WAV -------------------------------------------------------------------------------- /Part1/02/CREATEC/CreateCF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/CREATEC/CreateCF.dfm -------------------------------------------------------------------------------- /Part1/02/CREATEC/Createc.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/CREATEC/Createc.res -------------------------------------------------------------------------------- /Part1/02/DBGridCol/dbcolform.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/DBGridCol/dbcolform.dfm -------------------------------------------------------------------------------- /Part1/02/POLIFORM/BmpView.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/POLIFORM/BmpView.dfm -------------------------------------------------------------------------------- /Part1/02/POLIFORM/MAIN.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/POLIFORM/MAIN.dfm -------------------------------------------------------------------------------- /Part1/02/POLIFORM/TextView.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/POLIFORM/TextView.dfm -------------------------------------------------------------------------------- /Part1/02/POLIFORM/Viewer.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/POLIFORM/Viewer.dfm -------------------------------------------------------------------------------- /Part1/02/POLIFORM/Viewer.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/POLIFORM/Viewer.pas -------------------------------------------------------------------------------- /Part1/02/Protection/ProtForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/Protection/ProtForm.dfm -------------------------------------------------------------------------------- /Part1/02/Reintr/Reintr.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/Reintr/Reintr.res -------------------------------------------------------------------------------- /Part1/02/Reintr/ReintrF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/Reintr/ReintrF.dfm -------------------------------------------------------------------------------- /Part1/02/TextProp/TextPF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/TextProp/TextPF.dfm -------------------------------------------------------------------------------- /Part1/02/VFI/Unit1.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/VFI/Unit1.dfm -------------------------------------------------------------------------------- /Part1/02/VFI/Unit2.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/VFI/Unit2.dfm -------------------------------------------------------------------------------- /Part1/02/VFI/Vfi.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/VFI/Vfi.res -------------------------------------------------------------------------------- /Part1/02/VIEWD2/DateF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/VIEWD2/DateF.dfm -------------------------------------------------------------------------------- /Part1/02/VIEWD2/Viewd2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/VIEWD2/Viewd2.res -------------------------------------------------------------------------------- /Part1/02/VIEWDATE/DateF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/VIEWDATE/DateF.dfm -------------------------------------------------------------------------------- /Part1/02/VIEWDATE/Viewdate.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/02/VIEWDATE/Viewdate.res -------------------------------------------------------------------------------- /Part1/03/CLASSREF/CLASSREF.DPR: -------------------------------------------------------------------------------- 1 | program ClassRef; 2 | 3 | uses 4 | Forms, 5 | CRefF in 'CRefF.pas' {Form1}; 6 | 7 | {$R *.RES} 8 | 9 | begin 10 | Application.CreateForm(TForm1, Form1); 11 | Application.Run; 12 | end. 13 | -------------------------------------------------------------------------------- /Part1/03/CLASSREF/CREFF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/03/CLASSREF/CREFF.dfm -------------------------------------------------------------------------------- /Part1/03/CLASSREF/Classref.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/03/CLASSREF/Classref.res -------------------------------------------------------------------------------- /Part1/03/COUNTOB2/CountF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/03/COUNTOB2/CountF.dfm -------------------------------------------------------------------------------- /Part1/03/COUNTOB2/Countob2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/03/COUNTOB2/Countob2.res -------------------------------------------------------------------------------- /Part1/03/COUNTOBJ/CountF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/03/COUNTOBJ/CountF.dfm -------------------------------------------------------------------------------- /Part1/03/COUNTOBJ/Countobj.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/03/COUNTOBJ/Countobj.res -------------------------------------------------------------------------------- /Part1/03/CountOld/CountF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/03/CountOld/CountF.dfm -------------------------------------------------------------------------------- /Part1/03/CountOld/CountOld.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/03/CountOld/CountOld.res -------------------------------------------------------------------------------- /Part1/03/DATECOMP/DateF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/03/DATECOMP/DateF.dfm -------------------------------------------------------------------------------- /Part1/03/DATECOMP/Datecomp.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/03/DATECOMP/Datecomp.res -------------------------------------------------------------------------------- /Part1/03/DATEEVT/DateF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/03/DATEEVT/DateF.dfm -------------------------------------------------------------------------------- /Part1/03/DATEEVT/Dateevt.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/03/DATEEVT/Dateevt.res -------------------------------------------------------------------------------- /Part1/03/DATEPROP/DateF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/03/DATEPROP/DateF.dfm -------------------------------------------------------------------------------- /Part1/03/DATEPROP/Dateprop.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/03/DATEPROP/Dateprop.res -------------------------------------------------------------------------------- /Part1/03/EXCEPT/EXCEP.DPR: -------------------------------------------------------------------------------- 1 | program Excep; 2 | 3 | uses 4 | Forms, 5 | ExcepF in 'ExcepF.pas' {Form1}; 6 | 7 | {$R *.RES} 8 | 9 | begin 10 | Application.CreateForm(TForm1, Form1); 11 | Application.Run; 12 | end. 13 | 14 | -------------------------------------------------------------------------------- /Part1/03/EXCEPT/EXCEPF.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/03/EXCEPT/EXCEPF.DFM -------------------------------------------------------------------------------- /Part1/03/EXCEPT/Excep.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/03/EXCEPT/Excep.res -------------------------------------------------------------------------------- /Part1/03/EXCEPT2/Excep2.dpr: -------------------------------------------------------------------------------- 1 | program Excep2; 2 | 3 | uses 4 | Forms, 5 | ExcepF in 'ExcepF.pas' {Form1}; 6 | 7 | {$R *.RES} 8 | 9 | begin 10 | Application.CreateForm(TForm1, Form1); 11 | Application.Run; 12 | end. 13 | 14 | -------------------------------------------------------------------------------- /Part1/03/EXCEPT2/Excep2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/03/EXCEPT2/Excep2.res -------------------------------------------------------------------------------- /Part1/03/EXCEPT2/ExcepF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/03/EXCEPT2/ExcepF.dfm -------------------------------------------------------------------------------- /Part1/03/EXCEPT3/Excep3.dpr: -------------------------------------------------------------------------------- 1 | program Excep3; 2 | 3 | uses 4 | Forms, 5 | ExcepF in 'ExcepF.pas' {Form1}; 6 | 7 | {$R *.RES} 8 | 9 | begin 10 | Application.CreateForm(TForm1, Form1); 11 | Application.Run; 12 | end. 13 | 14 | -------------------------------------------------------------------------------- /Part1/03/EXCEPT3/Excep3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/03/EXCEPT3/Excep3.res -------------------------------------------------------------------------------- /Part1/03/EXCEPT3/ExcepF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/03/EXCEPT3/ExcepF.dfm -------------------------------------------------------------------------------- /Part1/03/ErrorLog/ErrorLog.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/03/ErrorLog/ErrorLog.res -------------------------------------------------------------------------------- /Part1/03/ErrorLog/LogForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/03/ErrorLog/LogForm.dfm -------------------------------------------------------------------------------- /Part1/03/IntfDemo/InftForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/03/IntfDemo/InftForm.dfm -------------------------------------------------------------------------------- /Part1/03/IntfDemo/IntfDemo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/03/IntfDemo/IntfDemo.res -------------------------------------------------------------------------------- /Part1/03/MultInh/MultForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/03/MultInh/MultForm.dfm -------------------------------------------------------------------------------- /Part1/03/MultInh/MultInh.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/03/MultInh/MultInh.res -------------------------------------------------------------------------------- /Part1/03/ObjClone/ObjClone.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/03/ObjClone/ObjClone.res -------------------------------------------------------------------------------- /Part1/03/ObjClone/UNit1.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/03/ObjClone/UNit1.dfm -------------------------------------------------------------------------------- /Part1/04/ChangeOwner/ChOwn1.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/04/ChangeOwner/ChOwn1.dfm -------------------------------------------------------------------------------- /Part1/04/ChangeOwner/ChOwn2.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/04/ChangeOwner/ChOwn2.dfm -------------------------------------------------------------------------------- /Part1/04/ChangeOwner/ChangeOwner.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/04/ChangeOwner/ChangeOwner.res -------------------------------------------------------------------------------- /Part1/04/ClassInfo/ClassInfo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/04/ClassInfo/ClassInfo.res -------------------------------------------------------------------------------- /Part1/04/ClassInfo/InfoForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/04/ClassInfo/InfoForm.dfm -------------------------------------------------------------------------------- /Part1/04/Contain/Contain.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/04/Contain/Contain.res -------------------------------------------------------------------------------- /Part1/04/Contain/ListForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/04/Contain/ListForm.dfm -------------------------------------------------------------------------------- /Part1/04/DateList/DateForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/04/DateList/DateForm.dfm -------------------------------------------------------------------------------- /Part1/04/DateList/DateList.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/04/DateList/DateList.res -------------------------------------------------------------------------------- /Part1/04/Frames2/FramesForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/04/Frames2/FramesForm.dfm -------------------------------------------------------------------------------- /Part1/04/HideComp/HideComp.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/04/HideComp/HideComp.res -------------------------------------------------------------------------------- /Part1/04/HideComp/HideForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/04/HideComp/HideForm.dfm -------------------------------------------------------------------------------- /Part1/04/IfSender/IfSender.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/04/IfSender/IfSender.res -------------------------------------------------------------------------------- /Part1/04/IfSender/SendForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/04/IfSender/SendForm.dfm -------------------------------------------------------------------------------- /Part1/04/LISTDEMO/ListForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/04/LISTDEMO/ListForm.dfm -------------------------------------------------------------------------------- /Part1/04/LISTDEMO/Listdemo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part1/04/LISTDEMO/Listdemo.res -------------------------------------------------------------------------------- /Part2/05/Actions/Actions.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/Actions/Actions.res -------------------------------------------------------------------------------- /Part2/05/CustPop/PopForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/CustPop/PopForm.dfm -------------------------------------------------------------------------------- /Part2/05/DragList/DragF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/DragList/DragF.dfm -------------------------------------------------------------------------------- /Part2/05/DragList/DragList.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/DragList/DragList.res -------------------------------------------------------------------------------- /Part2/05/DragTree/DragTree.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/DragTree/DragTree.res -------------------------------------------------------------------------------- /Part2/05/DragTree/TreeForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/DragTree/TreeForm.dfm -------------------------------------------------------------------------------- /Part2/05/DragTree/TreeForm.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/DragTree/TreeForm.pas -------------------------------------------------------------------------------- /Part2/05/DynaMenu/DynaMenu.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/DynaMenu/DynaMenu.dfm -------------------------------------------------------------------------------- /Part2/05/DynaMenu/DynaMenu.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/DynaMenu/DynaMenu.pas -------------------------------------------------------------------------------- /Part2/05/DynaMenu/DynaMenu.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/DynaMenu/DynaMenu.res -------------------------------------------------------------------------------- /Part2/05/DynaMenu/MenuF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/DynaMenu/MenuF.dfm -------------------------------------------------------------------------------- /Part2/05/DynaMenu/MenuF.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/DynaMenu/MenuF.pas -------------------------------------------------------------------------------- /Part2/05/InFocus/FocusF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/InFocus/FocusF.dfm -------------------------------------------------------------------------------- /Part2/05/InFocus/InFocus.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/InFocus/InFocus.res -------------------------------------------------------------------------------- /Part2/05/MenuImg/MenuImg.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/MenuImg/MenuImg.res -------------------------------------------------------------------------------- /Part2/05/MenuImg/MenuImgF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/MenuImg/MenuImgF.dfm -------------------------------------------------------------------------------- /Part2/05/MenuImg/MenuImgF.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/MenuImg/MenuImgF.pas -------------------------------------------------------------------------------- /Part2/05/NewCheck/CHECK.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/NewCheck/CHECK.dfm -------------------------------------------------------------------------------- /Part2/05/NewCheck/NO.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/NewCheck/NO.BMP -------------------------------------------------------------------------------- /Part2/05/NewCheck/Newcheck.dpr: -------------------------------------------------------------------------------- 1 | program Newcheck; 2 | 3 | uses 4 | Forms, 5 | CHECK in 'CHECK.PAS' {Form1}; 6 | 7 | {$R *.RES} 8 | 9 | begin 10 | Application.CreateForm(TForm1, Form1); 11 | Application.Run; 12 | end. 13 | -------------------------------------------------------------------------------- /Part2/05/NewCheck/Newcheck.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/NewCheck/Newcheck.res -------------------------------------------------------------------------------- /Part2/05/NewCheck/OK.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/NewCheck/OK.BMP -------------------------------------------------------------------------------- /Part2/05/OdList/Odlist.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/OdList/Odlist.res -------------------------------------------------------------------------------- /Part2/05/OdMenu/BitMenuF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/OdMenu/BitMenuF.dfm -------------------------------------------------------------------------------- /Part2/05/OdMenu/BitMenuF.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/OdMenu/BitMenuF.pas -------------------------------------------------------------------------------- /Part2/05/OdMenu/ELLIPSE.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/OdMenu/ELLIPSE.BMP -------------------------------------------------------------------------------- /Part2/05/OdMenu/Odmenu.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/OdMenu/Odmenu.res -------------------------------------------------------------------------------- /Part2/05/OdMenu/RECTANG.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/OdMenu/RECTANG.BMP -------------------------------------------------------------------------------- /Part2/05/OdMenu/ROUNDREC.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/OdMenu/ROUNDREC.BMP -------------------------------------------------------------------------------- /Part2/05/RefList/BITMAPS.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/RefList/BITMAPS.RES -------------------------------------------------------------------------------- /Part2/05/RefList/Items.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/RefList/Items.txt -------------------------------------------------------------------------------- /Part2/05/RefList/REFLIST.DPR: -------------------------------------------------------------------------------- 1 | program RefList; 2 | 3 | uses 4 | Forms, 5 | RefForm in 'RefForm.pas' {Form1}; 6 | 7 | {$R *.RES} 8 | 9 | begin 10 | Application.CreateForm(TForm1, Form1); 11 | Application.Run; 12 | end. 13 | -------------------------------------------------------------------------------- /Part2/05/RefList/RefForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/RefList/RefForm.dfm -------------------------------------------------------------------------------- /Part2/05/RefList/RefForm.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/RefList/RefForm.pas -------------------------------------------------------------------------------- /Part2/05/RefList/Reflist.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/RefList/Reflist.res -------------------------------------------------------------------------------- /Part2/05/SYSMENU/SYSFORM.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/SYSMENU/SYSFORM.dfm -------------------------------------------------------------------------------- /Part2/05/SYSMENU/Sysmenu.dpr: -------------------------------------------------------------------------------- 1 | program sysmenu; 2 | 3 | uses 4 | Forms, 5 | sysform in 'sysform.pas' {Form1}; 6 | 7 | {$R *.RES} 8 | 9 | begin 10 | Application.CreateForm(TForm1, Form1); 11 | Application.Run; 12 | end. 13 | -------------------------------------------------------------------------------- /Part2/05/SYSMENU/Sysmenu.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/05/SYSMENU/Sysmenu.res -------------------------------------------------------------------------------- /Part2/06/ActivApp/ActivApp.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/ActivApp/ActivApp.res -------------------------------------------------------------------------------- /Part2/06/ActivApp/MainF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/ActivApp/MainF.dfm -------------------------------------------------------------------------------- /Part2/06/ActivApp/SecondF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/ActivApp/SecondF.dfm -------------------------------------------------------------------------------- /Part2/06/BICONS/BIcons.GID: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/BICONS/BIcons.GID -------------------------------------------------------------------------------- /Part2/06/BICONS/BIcons.cnt: -------------------------------------------------------------------------------- 1 | ; This contents file was created with HelpScribble 4.1.0 2 | ; *** UNREGISTERED *** 3 | 4 | :BASE BIcons.hlp 5 | :TITLE BIcons Help 6 | 1 BIcons Project=Scribble10 7 | 1 BIcons Form=Scribble20 8 | -------------------------------------------------------------------------------- /Part2/06/BICONS/BIcons.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/BICONS/BIcons.hlp -------------------------------------------------------------------------------- /Part2/06/BICONS/BIconsF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/BICONS/BIconsF.dfm -------------------------------------------------------------------------------- /Part2/06/BICONS/Bicons.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/BICONS/Bicons.res -------------------------------------------------------------------------------- /Part2/06/BORDERS/BORDERSF.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/BORDERS/BORDERSF.DFM -------------------------------------------------------------------------------- /Part2/06/BORDERS/Borders.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/BORDERS/Borders.res -------------------------------------------------------------------------------- /Part2/06/BORDERS/SECOND.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/BORDERS/SECOND.DFM -------------------------------------------------------------------------------- /Part2/06/CreatOrd/CreatOrd.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/CreatOrd/CreatOrd.res -------------------------------------------------------------------------------- /Part2/06/CreatOrd/CreateF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/CreatOrd/CreateF.dfm -------------------------------------------------------------------------------- /Part2/06/KPreview/KPREVF.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/KPreview/KPREVF.DFM -------------------------------------------------------------------------------- /Part2/06/KPreview/Kpreview.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/KPreview/Kpreview.res -------------------------------------------------------------------------------- /Part2/06/MouseOne/MouseF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/MouseOne/MouseF.dfm -------------------------------------------------------------------------------- /Part2/06/MouseOne/MouseOne.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/MouseOne/MouseOne.res -------------------------------------------------------------------------------- /Part2/06/NoTitle/NoTitle.dpr: -------------------------------------------------------------------------------- 1 | program NoTitle; 2 | 3 | uses 4 | Forms, 5 | NoTitleF in 'NoTitleF.pas' {Form1}; 6 | 7 | {$R *.RES} 8 | 9 | begin 10 | Application.CreateForm(TForm1, Form1); 11 | Application.Run; 12 | end. 13 | -------------------------------------------------------------------------------- /Part2/06/NoTitle/NoTitle.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/NoTitle/NoTitle.res -------------------------------------------------------------------------------- /Part2/06/NoTitle/NoTitleF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/NoTitle/NoTitleF.dfm -------------------------------------------------------------------------------- /Part2/06/SCALE/SCALE.DPR: -------------------------------------------------------------------------------- 1 | program Scale; 2 | 3 | uses 4 | Forms, 5 | ScaleF in 'ScaleF.pas' {Form1}; 6 | 7 | {$R *.RES} 8 | 9 | begin 10 | Application.CreateForm(TForm1, Form1); 11 | Application.Run; 12 | end. 13 | -------------------------------------------------------------------------------- /Part2/06/SCALE/Scale.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/SCALE/Scale.res -------------------------------------------------------------------------------- /Part2/06/SCALE/ScaleF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/SCALE/ScaleF.dfm -------------------------------------------------------------------------------- /Part2/06/SCREEN/SECONDF.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/SCREEN/SECONDF.DFM -------------------------------------------------------------------------------- /Part2/06/SCREEN/Screen.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/SCREEN/Screen.res -------------------------------------------------------------------------------- /Part2/06/SCREEN/ScreenF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/SCREEN/ScreenF.dfm -------------------------------------------------------------------------------- /Part2/06/SYSMENU2/SYSFORM.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/SYSMENU2/SYSFORM.dfm -------------------------------------------------------------------------------- /Part2/06/SYSMENU2/Sysmenu2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/SYSMENU2/Sysmenu2.res -------------------------------------------------------------------------------- /Part2/06/Screen2/Screen2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/Screen2/Screen2.res -------------------------------------------------------------------------------- /Part2/06/Screen2/ScreenF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/Screen2/ScreenF.dfm -------------------------------------------------------------------------------- /Part2/06/Screen2/SecondF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/Screen2/SecondF.dfm -------------------------------------------------------------------------------- /Part2/06/ShowApp/SHOWAPP.DPR: -------------------------------------------------------------------------------- 1 | program ShowApp; 2 | 3 | uses 4 | Forms, 5 | ShowForm in 'ShowForm.pas' {Form1}; 6 | 7 | {$R *.RES} 8 | 9 | begin 10 | Application.CreateForm(TForm1, Form1); 11 | Application.Run; 12 | end. 13 | -------------------------------------------------------------------------------- /Part2/06/ShowApp/ShowForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/ShowApp/ShowForm.dfm -------------------------------------------------------------------------------- /Part2/06/ShowApp/Showapp.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/06/ShowApp/Showapp.res -------------------------------------------------------------------------------- /Part2/07/Anchors/AnchForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/Anchors/AnchForm.dfm -------------------------------------------------------------------------------- /Part2/07/Anchors/Anchors.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/Anchors/Anchors.res -------------------------------------------------------------------------------- /Part2/07/CoolDemo/CoolForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/CoolDemo/CoolForm.dfm -------------------------------------------------------------------------------- /Part2/07/CoolDemo/Coolbar.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/CoolDemo/Coolbar.res -------------------------------------------------------------------------------- /Part2/07/CoolDemo/HCENTER.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/CoolDemo/HCENTER.BMP -------------------------------------------------------------------------------- /Part2/07/CoolDemo/HLEFT.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/CoolDemo/HLEFT.BMP -------------------------------------------------------------------------------- /Part2/07/CoolDemo/HNOTE.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/CoolDemo/HNOTE.BMP -------------------------------------------------------------------------------- /Part2/07/CoolDemo/HRIGHT.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/CoolDemo/HRIGHT.BMP -------------------------------------------------------------------------------- /Part2/07/CustHint/CustHint.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/CustHint/CustHint.res -------------------------------------------------------------------------------- /Part2/07/CustHint/HintForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/CustHint/HintForm.dfm -------------------------------------------------------------------------------- /Part2/07/DockTest/DockForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/DockTest/DockForm.dfm -------------------------------------------------------------------------------- /Part2/07/DockTest/DockHost.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/DockTest/DockHost.dfm -------------------------------------------------------------------------------- /Part2/07/DockTest/dock.dck: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/DockTest/dock.dck -------------------------------------------------------------------------------- /Part2/07/HdrSplit/HdrSlipt.dpr: -------------------------------------------------------------------------------- 1 | program HdrSlipt; 2 | 3 | uses 4 | Forms, 5 | SplitF in 'SplitF.pas' {Form1}; 6 | 7 | {$R *.RES} 8 | 9 | begin 10 | Application.CreateForm(TForm1, Form1); 11 | Application.Run; 12 | end. 13 | -------------------------------------------------------------------------------- /Part2/07/HdrSplit/HdrSlipt.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/HdrSplit/HdrSlipt.res -------------------------------------------------------------------------------- /Part2/07/HdrSplit/SplitF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/HdrSplit/SplitF.dfm -------------------------------------------------------------------------------- /Part2/07/MdEdit1/MdEdit1.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/MdEdit1/MdEdit1.res -------------------------------------------------------------------------------- /Part2/07/MdEdit1/RichForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/MdEdit1/RichForm.dfm -------------------------------------------------------------------------------- /Part2/07/MdEdit1/RichForm.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/MdEdit1/RichForm.pas -------------------------------------------------------------------------------- /Part2/07/MdEdit1/size.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/MdEdit1/size.bmp -------------------------------------------------------------------------------- /Part2/07/MdEdit2/MdEdit2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/MdEdit2/MdEdit2.res -------------------------------------------------------------------------------- /Part2/07/MdEdit2/RichForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/MdEdit2/RichForm.dfm -------------------------------------------------------------------------------- /Part2/07/MdEdit2/RichForm.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/MdEdit2/RichForm.pas -------------------------------------------------------------------------------- /Part2/07/MdEdit3/MdEdit3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/MdEdit3/MdEdit3.res -------------------------------------------------------------------------------- /Part2/07/MdEdit3/RichForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/MdEdit3/RichForm.dfm -------------------------------------------------------------------------------- /Part2/07/MdEdit3/RichForm.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/MdEdit3/RichForm.pas -------------------------------------------------------------------------------- /Part2/07/MdEdit4/MdEdit4.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/MdEdit4/MdEdit4.res -------------------------------------------------------------------------------- /Part2/07/MdEdit4/RichForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/MdEdit4/RichForm.dfm -------------------------------------------------------------------------------- /Part2/07/MdEdit4/RichForm.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/MdEdit4/RichForm.pas -------------------------------------------------------------------------------- /Part2/07/MdEdit5/MdEdit5.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/MdEdit5/MdEdit5.res -------------------------------------------------------------------------------- /Part2/07/MdEdit5/RichForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/MdEdit5/RichForm.dfm -------------------------------------------------------------------------------- /Part2/07/MdEdit5/RichForm.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/MdEdit5/RichForm.pas -------------------------------------------------------------------------------- /Part2/07/MdEdit6/MdEdit6.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/MdEdit6/MdEdit6.res -------------------------------------------------------------------------------- /Part2/07/MdEdit6/RichForm.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/MdEdit6/RichForm.pas -------------------------------------------------------------------------------- /Part2/07/SCROLL1/SCROLLF.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/SCROLL1/SCROLLF.DFM -------------------------------------------------------------------------------- /Part2/07/SCROLL1/STATUSF.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/SCROLL1/STATUSF.DFM -------------------------------------------------------------------------------- /Part2/07/SCROLL1/Scroll1.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/SCROLL1/Scroll1.res -------------------------------------------------------------------------------- /Part2/07/SCROLL2/SCROLL2.DPR: -------------------------------------------------------------------------------- 1 | program Scroll2; 2 | 3 | uses 4 | Forms, 5 | ScrollF in 'ScrollF.pas' {Form2}; 6 | 7 | {$R *.RES} 8 | 9 | begin 10 | Application.CreateForm(TForm2, Form2); 11 | Application.Run; 12 | end. 13 | -------------------------------------------------------------------------------- /Part2/07/SCROLL2/SCROLLF.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/SCROLL2/SCROLLF.DFM -------------------------------------------------------------------------------- /Part2/07/SCROLL2/Scroll2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/SCROLL2/Scroll2.res -------------------------------------------------------------------------------- /Part2/07/SPLIT1/SPLITFRM.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/SPLIT1/SPLITFRM.DFM -------------------------------------------------------------------------------- /Part2/07/SPLIT1/Split1.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/SPLIT1/Split1.res -------------------------------------------------------------------------------- /Part2/07/Split2/Split2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/Split2/Split2.res -------------------------------------------------------------------------------- /Part2/07/Split2/SplitFrm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/Split2/SplitFrm.dfm -------------------------------------------------------------------------------- /Part2/07/SplitH/SplitHF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/SplitH/SplitHF.dfm -------------------------------------------------------------------------------- /Part2/07/SplitH/Splith.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/07/SplitH/Splith.res -------------------------------------------------------------------------------- /Part2/08/COMMDLG/CDLGTEST.PAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/COMMDLG/CDLGTEST.PAS -------------------------------------------------------------------------------- /Part2/08/COMMDLG/CDLGTEST.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/COMMDLG/CDLGTEST.dfm -------------------------------------------------------------------------------- /Part2/08/COMMDLG/Commdlg.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/COMMDLG/Commdlg.res -------------------------------------------------------------------------------- /Part2/08/CREDITS/ABOUT.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/CREDITS/ABOUT.DFM -------------------------------------------------------------------------------- /Part2/08/CREDITS/ABOUT.PAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/CREDITS/ABOUT.PAS -------------------------------------------------------------------------------- /Part2/08/CREDITS/Credits.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/CREDITS/Credits.res -------------------------------------------------------------------------------- /Part2/08/CREDITS/USELESS.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/CREDITS/USELESS.DFM -------------------------------------------------------------------------------- /Part2/08/DlgApply/DlgApply.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/DlgApply/DlgApply.res -------------------------------------------------------------------------------- /Part2/08/DlgApply/LISTD.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/DlgApply/LISTD.DFM -------------------------------------------------------------------------------- /Part2/08/DlgApply/MAIN.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/DlgApply/MAIN.dfm -------------------------------------------------------------------------------- /Part2/08/DlgApply/StyleD.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/DlgApply/StyleD.dfm -------------------------------------------------------------------------------- /Part2/08/DockPage/CalForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/DockPage/CalForm.dfm -------------------------------------------------------------------------------- /Part2/08/DockPage/DockPF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/DockPage/DockPF.dfm -------------------------------------------------------------------------------- /Part2/08/DockPage/DockPage.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/DockPage/DockPage.res -------------------------------------------------------------------------------- /Part2/08/DockPage/EditForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/DockPage/EditForm.dfm -------------------------------------------------------------------------------- /Part2/08/FramePag/FramePag.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/FramePag/FramePag.res -------------------------------------------------------------------------------- /Part2/08/FramePag/PageForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/FramePag/PageForm.dfm -------------------------------------------------------------------------------- /Part2/08/FramePag/list.txt: -------------------------------------------------------------------------------- 1 | one 2 | two 3 | three 4 | 5 | -------------------------------------------------------------------------------- /Part2/08/FramePag/list2.txt: -------------------------------------------------------------------------------- 1 | aaaaaaaa 2 | bbbbbbbb 3 | cccccccc 4 | dddddddd 5 | eeeeeeee 6 | -------------------------------------------------------------------------------- /Part2/08/FrameTab/FrameTab.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/FrameTab/FrameTab.res -------------------------------------------------------------------------------- /Part2/08/FrameTab/TabForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/FrameTab/TabForm.dfm -------------------------------------------------------------------------------- /Part2/08/FrameTab/list.txt: -------------------------------------------------------------------------------- 1 | one 2 | two 3 | three 4 | 5 | -------------------------------------------------------------------------------- /Part2/08/MBPARADE/MBFORM.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/MBPARADE/MBFORM.DFM -------------------------------------------------------------------------------- /Part2/08/MBPARADE/MBPARADE.DPR: -------------------------------------------------------------------------------- 1 | program Mbparade; 2 | 3 | uses 4 | Forms, 5 | MBForm in 'MBForm.pas' {Form1}; 6 | 7 | {$R *.RES} 8 | 9 | begin 10 | Application.CreateForm(TForm1, Form1); 11 | Application.Run; 12 | end. 13 | -------------------------------------------------------------------------------- /Part2/08/MBPARADE/Mbparade.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/MBPARADE/Mbparade.res -------------------------------------------------------------------------------- /Part2/08/MORE/ARROW.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/MORE/ARROW.BMP -------------------------------------------------------------------------------- /Part2/08/MORE/CONFDIAL.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/MORE/CONFDIAL.dfm -------------------------------------------------------------------------------- /Part2/08/MORE/MOREF.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/MORE/MOREF.DFM -------------------------------------------------------------------------------- /Part2/08/MORE/More.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/MORE/More.res -------------------------------------------------------------------------------- /Part2/08/MdiDemo/CHILD.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/MdiDemo/CHILD.dfm -------------------------------------------------------------------------------- /Part2/08/MdiDemo/FRAME.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/MdiDemo/FRAME.dfm -------------------------------------------------------------------------------- /Part2/08/MdiDemo/Mdidemo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/MdiDemo/Mdidemo.res -------------------------------------------------------------------------------- /Part2/08/MdiMulti/CHILD.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/MdiMulti/CHILD.DFM -------------------------------------------------------------------------------- /Part2/08/MdiMulti/CHILD2.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/MdiMulti/CHILD2.DFM -------------------------------------------------------------------------------- /Part2/08/MdiMulti/FRAME.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/MdiMulti/FRAME.dfm -------------------------------------------------------------------------------- /Part2/08/MdiMulti/MdiMulti.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/MdiMulti/MdiMulti.res -------------------------------------------------------------------------------- /Part2/08/MultiWin/MWForm2.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/MultiWin/MWForm2.dfm -------------------------------------------------------------------------------- /Part2/08/MultiWin/MWForm3.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/MultiWin/MWForm3.dfm -------------------------------------------------------------------------------- /Part2/08/MultiWin/MWForm4.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/MultiWin/MWForm4.dfm -------------------------------------------------------------------------------- /Part2/08/MultiWin/MainForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/MultiWin/MainForm.dfm -------------------------------------------------------------------------------- /Part2/08/MultiWin/MultiWin.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/MultiWin/MultiWin.res -------------------------------------------------------------------------------- /Part2/08/PAGES/PAGES.DPR: -------------------------------------------------------------------------------- 1 | program Pages; 2 | 3 | uses 4 | Forms, 5 | PagesF in 'PagesF.pas' {Form1}; 6 | 7 | {$R *.RES} 8 | 9 | begin 10 | Application.CreateForm(TForm1, Form1); 11 | Application.Run; 12 | end. 13 | -------------------------------------------------------------------------------- /Part2/08/PAGES/Pages.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/PAGES/Pages.res -------------------------------------------------------------------------------- /Part2/08/PAGES/PagesF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/PAGES/PagesF.dfm -------------------------------------------------------------------------------- /Part2/08/RefList2/BITMAPS.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/RefList2/BITMAPS.RES -------------------------------------------------------------------------------- /Part2/08/RefList2/Items.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/RefList2/Items.txt -------------------------------------------------------------------------------- /Part2/08/RefList2/NewDial.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/RefList2/NewDial.dfm -------------------------------------------------------------------------------- /Part2/08/RefList2/RefForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/RefList2/RefForm.dfm -------------------------------------------------------------------------------- /Part2/08/RefList2/RefForm.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/RefList2/RefForm.pas -------------------------------------------------------------------------------- /Part2/08/RefList2/Reflist2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/RefList2/Reflist2.res -------------------------------------------------------------------------------- /Part2/08/SPLASH0/ABOUTF.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/SPLASH0/ABOUTF.DFM -------------------------------------------------------------------------------- /Part2/08/SPLASH0/MainSpF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/SPLASH0/MainSpF.dfm -------------------------------------------------------------------------------- /Part2/08/SPLASH0/Splash0.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/SPLASH0/Splash0.res -------------------------------------------------------------------------------- /Part2/08/SPLASH1/ABOUTF.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/SPLASH1/ABOUTF.DFM -------------------------------------------------------------------------------- /Part2/08/SPLASH1/MainSpF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/SPLASH1/MainSpF.dfm -------------------------------------------------------------------------------- /Part2/08/SPLASH1/Splash1.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/SPLASH1/Splash1.res -------------------------------------------------------------------------------- /Part2/08/SPLASH2/AboutF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/SPLASH2/AboutF.dfm -------------------------------------------------------------------------------- /Part2/08/SPLASH2/MainSpF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/SPLASH2/MainSpF.dfm -------------------------------------------------------------------------------- /Part2/08/SPLASH2/Splash2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/SPLASH2/Splash2.res -------------------------------------------------------------------------------- /Part2/08/TABONLY/Tabonly.dpr: -------------------------------------------------------------------------------- 1 | program Tabonly; 2 | 3 | uses 4 | Forms, 5 | Viewer in 'VIEWER.PAS' {Form1}; 6 | 7 | {$R *.RES} 8 | 9 | begin 10 | Application.CreateForm(TForm1, Form1); 11 | Application.Run; 12 | end. 13 | -------------------------------------------------------------------------------- /Part2/08/TABONLY/Tabonly.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/TABONLY/Tabonly.res -------------------------------------------------------------------------------- /Part2/08/TABONLY/VIEWER.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/TABONLY/VIEWER.dfm -------------------------------------------------------------------------------- /Part2/08/WizardUI/WizForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/WizardUI/WizForm.dfm -------------------------------------------------------------------------------- /Part2/08/WizardUI/WizardUI.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part2/08/WizardUI/WizardUI.res -------------------------------------------------------------------------------- /Part3/09/CALC/Calc.dpr: -------------------------------------------------------------------------------- 1 | program Calc; 2 | 3 | uses 4 | Forms, 5 | CalcF in 'CalcF.pas' {CalcForm}; 6 | 7 | {$R *.RES} 8 | 9 | begin 10 | Application.CreateForm(TCalcForm, CalcForm); 11 | Application.Run; 12 | end. 13 | -------------------------------------------------------------------------------- /Part3/09/CALC/Calc.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/CALC/Calc.res -------------------------------------------------------------------------------- /Part3/09/CALC/CalcF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/CALC/CalcF.dfm -------------------------------------------------------------------------------- /Part3/09/ChartDb/ChartDb.dpr: -------------------------------------------------------------------------------- 1 | program ChartDb; 2 | 3 | uses 4 | Forms, 5 | ChartDbF in 'ChartDbF.pas' {Form1}; 6 | 7 | {$R *.RES} 8 | 9 | begin 10 | Application.CreateForm(TForm1, Form1); 11 | Application.Run; 12 | end. 13 | -------------------------------------------------------------------------------- /Part3/09/ChartDb/ChartDb.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/ChartDb/ChartDb.res -------------------------------------------------------------------------------- /Part3/09/ChartDb/ChartDbF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/ChartDb/ChartDbF.dfm -------------------------------------------------------------------------------- /Part3/09/DbAware/DbAwForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/DbAware/DbAwForm.dfm -------------------------------------------------------------------------------- /Part3/09/DbAware/DbAware.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/DbAware/DbAware.res -------------------------------------------------------------------------------- /Part3/09/DbDates/DbDates.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/DbDates/DbDates.res -------------------------------------------------------------------------------- /Part3/09/DbDates/DbDatesF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/DbDates/DbDatesF.dfm -------------------------------------------------------------------------------- /Part3/09/DbEvts/DbEvts.dpr: -------------------------------------------------------------------------------- 1 | program DbEvts; 2 | 3 | uses 4 | Forms, 5 | DbEvtsF in 'DbEvtsF.pas' {Form1}; 6 | 7 | {$R *.RES} 8 | 9 | begin 10 | Application.CreateForm(TForm1, Form1); 11 | Application.Run; 12 | end. 13 | -------------------------------------------------------------------------------- /Part3/09/DbEvts/DbEvts.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/DbEvts/DbEvts.res -------------------------------------------------------------------------------- /Part3/09/DbEvts/DbEvtsF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/DbEvts/DbEvtsF.dfm -------------------------------------------------------------------------------- /Part3/09/EditDemo/EditDemo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/EditDemo/EditDemo.res -------------------------------------------------------------------------------- /Part3/09/EditDemo/EditForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/EditDemo/EditForm.dfm -------------------------------------------------------------------------------- /Part3/09/FIELDACC/FIELDACC.DPR: -------------------------------------------------------------------------------- 1 | program FieldAcc; 2 | 3 | uses 4 | Forms, 5 | FieldF in 'FieldF.pas' {Form2}; 6 | 7 | {$R *.RES} 8 | 9 | begin 10 | Application.CreateForm(TForm2, Form2); 11 | Application.Run; 12 | end. 13 | -------------------------------------------------------------------------------- /Part3/09/FIELDACC/FieldF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/FIELDACC/FieldF.dfm -------------------------------------------------------------------------------- /Part3/09/FIELDACC/Fieldacc.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/FIELDACC/Fieldacc.res -------------------------------------------------------------------------------- /Part3/09/FldText/FldText.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/FldText/FldText.res -------------------------------------------------------------------------------- /Part3/09/FldText/FldTextF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/FldText/FldTextF.dfm -------------------------------------------------------------------------------- /Part3/09/GridDemo/GridDemo.dpr: -------------------------------------------------------------------------------- 1 | program GridDemo; 2 | 3 | uses 4 | Forms, 5 | GridF in 'GridF.pas' {Form1}; 6 | 7 | {$R *.RES} 8 | 9 | begin 10 | Application.CreateForm(TForm1, Form1); 11 | Application.Run; 12 | end. 13 | -------------------------------------------------------------------------------- /Part3/09/GridDemo/GridDemo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/GridDemo/GridDemo.res -------------------------------------------------------------------------------- /Part3/09/GridDemo/GridF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/GridDemo/GridF.dfm -------------------------------------------------------------------------------- /Part3/09/MULTI1/MULTIREC.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/MULTI1/MULTIREC.DFM -------------------------------------------------------------------------------- /Part3/09/MULTI1/Multi1.dpr: -------------------------------------------------------------------------------- 1 | program Multi1; 2 | 3 | uses 4 | Forms, 5 | MultiRec in 'MultiRec.pas' {Form1}; 6 | 7 | {$R *.RES} 8 | 9 | begin 10 | Application.CreateForm(TForm1, Form1); 11 | Application.Run; 12 | end. 13 | -------------------------------------------------------------------------------- /Part3/09/MULTI1/Multi1.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/MULTI1/Multi1.res -------------------------------------------------------------------------------- /Part3/09/MULTI2/Multi2.dpr: -------------------------------------------------------------------------------- 1 | program Multi2; 2 | 3 | uses 4 | Forms, 5 | MultiRec in 'MultiRec.pas' {Form1}; 6 | 7 | {$R *.RES} 8 | 9 | begin 10 | Application.CreateForm(TForm1, Form1); 11 | Application.Run; 12 | end. 13 | -------------------------------------------------------------------------------- /Part3/09/MULTI2/Multi2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/MULTI2/Multi2.res -------------------------------------------------------------------------------- /Part3/09/MULTI2/MultiRec.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/MULTI2/MultiRec.dfm -------------------------------------------------------------------------------- /Part3/09/NonAware/NonAwF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/NonAware/NonAwF.dfm -------------------------------------------------------------------------------- /Part3/09/NonAware/NonAware.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/NonAware/NonAware.res -------------------------------------------------------------------------------- /Part3/09/SEARCH/Search.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/SEARCH/Search.res -------------------------------------------------------------------------------- /Part3/09/SEARCH/SearchF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/SEARCH/SearchF.dfm -------------------------------------------------------------------------------- /Part3/09/SendToDb/SendToDb.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/SendToDb/SendToDb.res -------------------------------------------------------------------------------- /Part3/09/SendToDb/SendToF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/SendToDb/SendToF.dfm -------------------------------------------------------------------------------- /Part3/09/TOTAL/Total.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/TOTAL/Total.res -------------------------------------------------------------------------------- /Part3/09/TOTAL/TotalF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/TOTAL/TotalF.dfm -------------------------------------------------------------------------------- /Part3/09/Tables/Dbgridf.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/Tables/Dbgridf.dfm -------------------------------------------------------------------------------- /Part3/09/Tables/FieldsF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/Tables/FieldsF.dfm -------------------------------------------------------------------------------- /Part3/09/Tables/Tables.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/Tables/Tables.res -------------------------------------------------------------------------------- /Part3/09/Tables/TablesF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/09/Tables/TablesF.dfm -------------------------------------------------------------------------------- /Part3/10/CacheUpd/CacheF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/CacheUpd/CacheF.dfm -------------------------------------------------------------------------------- /Part3/10/CacheUpd/CacheUpd.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/CacheUpd/CacheUpd.res -------------------------------------------------------------------------------- /Part3/10/CacheUpd/ErrorF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/CacheUpd/ErrorF.dfm -------------------------------------------------------------------------------- /Part3/10/CallBack/CBackF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/CallBack/CBackF.dfm -------------------------------------------------------------------------------- /Part3/10/CallBack/CallBack.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/CallBack/CallBack.res -------------------------------------------------------------------------------- /Part3/10/CheckDbg/CheckDbg.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/CheckDbg/CheckDbg.res -------------------------------------------------------------------------------- /Part3/10/CheckDbg/CheckF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/CheckDbg/CheckF.dfm -------------------------------------------------------------------------------- /Part3/10/DbError/DBErrFo.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/DbError/DBErrFo.dfm -------------------------------------------------------------------------------- /Part3/10/DbError/Dberror.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/DbError/Dberror.res -------------------------------------------------------------------------------- /Part3/10/DbPack/DbPack.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/DbPack/DbPack.res -------------------------------------------------------------------------------- /Part3/10/DbPack/DbPackF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/DbPack/DbPackF.dfm -------------------------------------------------------------------------------- /Part3/10/DrawData/DrawData.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/DrawData/DrawData.res -------------------------------------------------------------------------------- /Part3/10/DrawData/DrawForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/DrawData/DrawForm.dfm -------------------------------------------------------------------------------- /Part3/10/DynQuery/DynQForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/DynQuery/DynQForm.dfm -------------------------------------------------------------------------------- /Part3/10/DynQuery/DynQuery.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/DynQuery/DynQuery.res -------------------------------------------------------------------------------- /Part3/10/LockTest/LockForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/LockTest/LockForm.dfm -------------------------------------------------------------------------------- /Part3/10/LockTest/LockTest.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/LockTest/LockTest.res -------------------------------------------------------------------------------- /Part3/10/MASTDET/MASTDETF.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/MASTDET/MASTDETF.DFM -------------------------------------------------------------------------------- /Part3/10/MASTDET/Mastdet.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/MASTDET/Mastdet.res -------------------------------------------------------------------------------- /Part3/10/MASTDET/MdData.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/MASTDET/MdData.dfm -------------------------------------------------------------------------------- /Part3/10/MASTDET2/MASTDETF.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/MASTDET2/MASTDETF.DFM -------------------------------------------------------------------------------- /Part3/10/MASTDET2/Mastdet2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/MASTDET2/Mastdet2.res -------------------------------------------------------------------------------- /Part3/10/MASTDET2/MdData.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/MASTDET2/MdData.dfm -------------------------------------------------------------------------------- /Part3/10/MdiView/DataM.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/MdiView/DataM.dfm -------------------------------------------------------------------------------- /Part3/10/MdiView/FormView.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/MdiView/FormView.dfm -------------------------------------------------------------------------------- /Part3/10/MdiView/GridView.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/MdiView/GridView.dfm -------------------------------------------------------------------------------- /Part3/10/MdiView/Main.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/MdiView/Main.dfm -------------------------------------------------------------------------------- /Part3/10/MdiView/MdiView.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/MdiView/MdiView.res -------------------------------------------------------------------------------- /Part3/10/MltGrid/mltdbgrd.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/MltGrid/mltdbgrd.dfm -------------------------------------------------------------------------------- /Part3/10/MltGrid/mltgrid.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/MltGrid/mltgrid.res -------------------------------------------------------------------------------- /Part3/10/ORDERS/ORDERF.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/ORDERS/ORDERF.DFM -------------------------------------------------------------------------------- /Part3/10/ORDERS/Orders.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/ORDERS/Orders.res -------------------------------------------------------------------------------- /Part3/10/ParQuery/ParQForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/ParQuery/ParQForm.dfm -------------------------------------------------------------------------------- /Part3/10/ParQuery/ParQuery.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/ParQuery/ParQuery.res -------------------------------------------------------------------------------- /Part3/10/TRANSACT/Tranform.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/TRANSACT/Tranform.dfm -------------------------------------------------------------------------------- /Part3/10/TRANSACT/Transact.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/TRANSACT/Transact.res -------------------------------------------------------------------------------- /Part3/10/Twoviews/DataM.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/Twoviews/DataM.dfm -------------------------------------------------------------------------------- /Part3/10/Twoviews/FormView.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/Twoviews/FormView.dfm -------------------------------------------------------------------------------- /Part3/10/Twoviews/GridView.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/Twoviews/GridView.dfm -------------------------------------------------------------------------------- /Part3/10/Twoviews/RangeDb.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/Twoviews/RangeDb.dfm -------------------------------------------------------------------------------- /Part3/10/Twoviews/Twoviews.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/10/Twoviews/Twoviews.res -------------------------------------------------------------------------------- /Part3/11/DdlSample/DdlForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/11/DdlSample/DdlForm.dfm -------------------------------------------------------------------------------- /Part3/11/DdlSample/DdlSample.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/11/DdlSample/DdlSample.res -------------------------------------------------------------------------------- /Part3/11/GetMax/GetMax.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/11/GetMax/GetMax.res -------------------------------------------------------------------------------- /Part3/11/GetMax/MaxForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/11/GetMax/MaxForm.dfm -------------------------------------------------------------------------------- /Part3/11/IBEMP/IbEmpF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/11/IBEMP/IbEmpF.dfm -------------------------------------------------------------------------------- /Part3/11/IBEMP/Ibemp.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/11/IBEMP/Ibemp.res -------------------------------------------------------------------------------- /Part3/11/IbEmp2/IbEmpF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/11/IbEmp2/IbEmpF.dfm -------------------------------------------------------------------------------- /Part3/11/IbEmp2/Ibemp2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/11/IbEmp2/Ibemp2.res -------------------------------------------------------------------------------- /Part3/11/IbxMon/IbxMon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/11/IbxMon/IbxMon.res -------------------------------------------------------------------------------- /Part3/11/IbxMon/MonForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/11/IbxMon/MonForm.dfm -------------------------------------------------------------------------------- /Part3/11/SqlBuilder/main.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/11/SqlBuilder/main.dfm -------------------------------------------------------------------------------- /Part3/11/SqlBuilder/sqlbuilder.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/11/SqlBuilder/sqlbuilder.res -------------------------------------------------------------------------------- /Part3/11/TranSample/main.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/11/TranSample/main.dfm -------------------------------------------------------------------------------- /Part3/11/TranSample/transample.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/11/TranSample/transample.res -------------------------------------------------------------------------------- /Part3/11/UpdSql2/UpdSql2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/11/UpdSql2/UpdSql2.res -------------------------------------------------------------------------------- /Part3/11/UpdateSql/DEPTS.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/11/UpdateSql/DEPTS.DFM -------------------------------------------------------------------------------- /Part3/11/UpdateSql/JOBS.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/11/UpdateSql/JOBS.DFM -------------------------------------------------------------------------------- /Part3/11/UpdateSql/data.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/11/UpdateSql/data.dfm -------------------------------------------------------------------------------- /Part3/11/UpdateSql/main.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/11/UpdateSql/main.dfm -------------------------------------------------------------------------------- /Part3/11/UpdateSql/upsqldemo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/11/UpdateSql/upsqldemo.res -------------------------------------------------------------------------------- /Part3/12/AdoEmpl/AEForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/12/AdoEmpl/AEForm.dfm -------------------------------------------------------------------------------- /Part3/12/AdoEmpl/AdoEmpl.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/12/AdoEmpl/AdoEmpl.res -------------------------------------------------------------------------------- /Part3/12/AdoMd/AdoMDForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/12/AdoMd/AdoMDForm.dfm -------------------------------------------------------------------------------- /Part3/12/AdoMd/AdoMd.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/12/AdoMd/AdoMd.res -------------------------------------------------------------------------------- /Part3/12/AdoPrimer/AdoPrimer.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/12/AdoPrimer/AdoPrimer.res -------------------------------------------------------------------------------- /Part3/12/AdoPrimer/DmPrimer.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/12/AdoPrimer/DmPrimer.dfm -------------------------------------------------------------------------------- /Part3/12/AdoSort/AdoSort.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/12/AdoSort/AdoSort.res -------------------------------------------------------------------------------- /Part3/12/AdoSort/SortForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/12/AdoSort/SortForm.dfm -------------------------------------------------------------------------------- /Part3/12/AdoSort/temp.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/12/AdoSort/temp.ado -------------------------------------------------------------------------------- /Part3/12/AdoSort/temp2.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/12/AdoSort/temp2.ado -------------------------------------------------------------------------------- /Part3/12/Bde2Ado/B2AForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/12/Bde2Ado/B2AForm.dfm -------------------------------------------------------------------------------- /Part3/12/Bde2Ado/Bde2Ado.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/12/Bde2Ado/Bde2Ado.res -------------------------------------------------------------------------------- /Part3/12/DbAware2/DbAwForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/12/DbAware2/DbAwForm.dfm -------------------------------------------------------------------------------- /Part3/12/DbAware2/DbAware2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/12/DbAware2/DbAware2.res -------------------------------------------------------------------------------- /Part3/12/data/MdData.UDL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/12/data/MdData.UDL -------------------------------------------------------------------------------- /Part3/12/data/MdData.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part3/12/data/MdData.mdb -------------------------------------------------------------------------------- /Part4/13/ActiveB/ActiveB.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/13/ActiveB/ActiveB.res -------------------------------------------------------------------------------- /Part4/13/ActiveB/ActiveF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/13/ActiveB/ActiveF.dfm -------------------------------------------------------------------------------- /Part4/13/ArrowDemo/ArrowDemo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/13/ArrowDemo/ArrowDemo.res -------------------------------------------------------------------------------- /Part4/13/ArrowDemo/ArrowForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/13/ArrowDemo/ArrowForm.dfm -------------------------------------------------------------------------------- /Part4/13/FontBoxDemo/FbDemoForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/13/FontBoxDemo/FbDemoForm.dfm -------------------------------------------------------------------------------- /Part4/13/FontBoxDemo/FontBoxDemo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/13/FontBoxDemo/FontBoxDemo.res -------------------------------------------------------------------------------- /Part4/13/ListDialDemo/LDTESTF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/13/ListDialDemo/LDTESTF.dfm -------------------------------------------------------------------------------- /Part4/13/ListDialDemo/LdDemoF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/13/ListDialDemo/LdDemoF.dfm -------------------------------------------------------------------------------- /Part4/13/ListDialDemo/ListDialDemo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/13/ListDialDemo/ListDialDemo.res -------------------------------------------------------------------------------- /Part4/13/ListTest/ListForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/13/ListTest/ListForm.dfm -------------------------------------------------------------------------------- /Part4/13/ListTest/ListTest.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/13/ListTest/ListTest.res -------------------------------------------------------------------------------- /Part4/13/MdDespk/Md4IlpeForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/13/MdDespk/Md4IlpeForm.dfm -------------------------------------------------------------------------------- /Part4/13/MdDespk/MdCompEdit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/13/MdDespk/MdCompEdit.pas -------------------------------------------------------------------------------- /Part4/13/MdDespk/MdDesPk.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/13/MdDespk/MdDesPk.res -------------------------------------------------------------------------------- /Part4/13/MdDespk/MdIlpeform.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/13/MdDespk/MdIlpeform.dfm -------------------------------------------------------------------------------- /Part4/13/MdDespk/MdWizard.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/13/MdDespk/MdWizard.pas -------------------------------------------------------------------------------- /Part4/13/MdDespk/PeFSound.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/13/MdDespk/PeFSound.dfm -------------------------------------------------------------------------------- /Part4/13/Mdpack/MdArrow.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/13/Mdpack/MdArrow.dcr -------------------------------------------------------------------------------- /Part4/13/Mdpack/MdClock.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/13/Mdpack/MdClock.dcr -------------------------------------------------------------------------------- /Part4/13/Mdpack/MdListDial.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/13/Mdpack/MdListDial.dcr -------------------------------------------------------------------------------- /Part4/13/Mdpack/MdListDial.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/13/Mdpack/MdListDial.dfm -------------------------------------------------------------------------------- /Part4/13/Mdpack/MdNumEd.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/13/Mdpack/MdNumEd.dcr -------------------------------------------------------------------------------- /Part4/13/Mdpack/MdSounB.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/13/Mdpack/MdSounB.dcr -------------------------------------------------------------------------------- /Part4/13/Mdpack/Mdpack.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/13/Mdpack/Mdpack.res -------------------------------------------------------------------------------- /Part4/13/SoundB/SoundB.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/13/SoundB/SoundB.res -------------------------------------------------------------------------------- /Part4/13/frpack/MdFrClock.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/13/frpack/MdFrClock.dcr -------------------------------------------------------------------------------- /Part4/14/CPPDLL/CALLCPP.DPR: -------------------------------------------------------------------------------- 1 | program Callcpp; 2 | 3 | uses 4 | Forms, 5 | CallCppF in 'CallCppF.pas' {Form1}; 6 | 7 | {$R *.RES} 8 | 9 | begin 10 | Application.CreateForm(TForm1, Form1); 11 | Application.Run; 12 | end. 13 | -------------------------------------------------------------------------------- /Part4/14/CPPDLL/CALLCPPF.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/14/CPPDLL/CALLCPPF.DFM -------------------------------------------------------------------------------- /Part4/14/CPPDLL/Callcpp.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/14/CPPDLL/Callcpp.res -------------------------------------------------------------------------------- /Part4/14/DLLMEM/Dllmem.dpr: -------------------------------------------------------------------------------- 1 | library dllmem; 2 | 3 | uses 4 | SysUtils, 5 | DllMemU in 'DllMemU.pas'; 6 | 7 | exports 8 | SetData, GetData, 9 | GetShareData, SetShareData; 10 | 11 | end. 12 | -------------------------------------------------------------------------------- /Part4/14/DLLMEM/UseMemF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/14/DLLMEM/UseMemF.dfm -------------------------------------------------------------------------------- /Part4/14/DLLMEM/Usemem.dpr: -------------------------------------------------------------------------------- 1 | program usemem; 2 | 3 | uses 4 | Forms, 5 | UseMemF in 'UseMemF.pas' {Form1}; 6 | 7 | {$R *.RES} 8 | 9 | begin 10 | Application.CreateForm(TForm1, Form1); 11 | Application.Run; 12 | end. 13 | -------------------------------------------------------------------------------- /Part4/14/DLLMEM/Usemem.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/14/DLLMEM/Usemem.res -------------------------------------------------------------------------------- /Part4/14/DYNACALL/DynaForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/14/DYNACALL/DynaForm.dfm -------------------------------------------------------------------------------- /Part4/14/DYNACALL/Dynacall.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/14/DYNACALL/Dynacall.res -------------------------------------------------------------------------------- /Part4/14/FIRSTDLL/CallForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/14/FIRSTDLL/CallForm.dfm -------------------------------------------------------------------------------- /Part4/14/FIRSTDLL/Callfrst.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/14/FIRSTDLL/Callfrst.res -------------------------------------------------------------------------------- /Part4/14/FORMDLL/Formdll.dpr: -------------------------------------------------------------------------------- 1 | library FormDLL; 2 | 3 | uses 4 | ScrollF in 'SCROLLF.PAS' {FormScroll}; 5 | 6 | exports 7 | GetColor, ShowColor, SyncApp; 8 | 9 | end. 10 | -------------------------------------------------------------------------------- /Part4/14/FORMDLL/SCROLLF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/14/FORMDLL/SCROLLF.dfm -------------------------------------------------------------------------------- /Part4/14/FORMDLL/UseColF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/14/FORMDLL/UseColF.dfm -------------------------------------------------------------------------------- /Part4/14/FORMDLL/Usecol.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/14/FORMDLL/Usecol.res -------------------------------------------------------------------------------- /Part4/14/FormDllD/FormdllD.dpr: -------------------------------------------------------------------------------- 1 | library FormdllD; 2 | 3 | uses 4 | ScrollF in 'SCROLLF.PAS' {FormScroll}; 5 | 6 | exports 7 | GetColor, ShowColor; 8 | 9 | end. 10 | -------------------------------------------------------------------------------- /Part4/14/FormDllD/SCROLLF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/14/FormDllD/SCROLLF.dfm -------------------------------------------------------------------------------- /Part4/14/FormDllD/UseDynaF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/14/FormDllD/UseDynaF.dfm -------------------------------------------------------------------------------- /Part4/14/FormDllP/FormdllP.dpr: -------------------------------------------------------------------------------- 1 | library FormdllP; 2 | 3 | uses 4 | ScrollF in 'SCROLLF.PAS' {FormScroll}; 5 | 6 | exports 7 | GetColor, ShowColor; 8 | 9 | end. 10 | -------------------------------------------------------------------------------- /Part4/14/FormDllP/IsNoLib.pas: -------------------------------------------------------------------------------- 1 | unit IsNoLib; 2 | 3 | interface 4 | 5 | implementation 6 | 7 | initialization 8 | IsLibrary := False; 9 | end. 10 | -------------------------------------------------------------------------------- /Part4/14/FormDllP/SCROLLF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/14/FormDllP/SCROLLF.dfm -------------------------------------------------------------------------------- /Part4/14/FormDllP/UseColF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/14/FormDllP/UseColF.dfm -------------------------------------------------------------------------------- /Part4/14/FormDllP/UsecolP.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/14/FormDllP/UsecolP.res -------------------------------------------------------------------------------- /Part4/14/PackInfo/PackForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/14/PackInfo/PackForm.dfm -------------------------------------------------------------------------------- /Part4/14/PackInfo/PackInfo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/14/PackInfo/PackInfo.res -------------------------------------------------------------------------------- /Part4/15/FirstCom/FirstCom.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/15/FirstCom/FirstCom.res -------------------------------------------------------------------------------- /Part4/15/FirstCom/FirstCom.tlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/15/FirstCom/FirstCom.tlb -------------------------------------------------------------------------------- /Part4/15/NEWGUID/GUIDFORM.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/15/NEWGUID/GUIDFORM.DFM -------------------------------------------------------------------------------- /Part4/15/NEWGUID/Newguid.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/15/NEWGUID/Newguid.res -------------------------------------------------------------------------------- /Part4/15/PROPCOM/Propcom.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/15/PROPCOM/Propcom.res -------------------------------------------------------------------------------- /Part4/15/PROPCOM/Propcom.tlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/15/PROPCOM/Propcom.tlb -------------------------------------------------------------------------------- /Part4/15/SHCUT/ShCutF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/15/SHCUT/ShCutF.dfm -------------------------------------------------------------------------------- /Part4/15/SHCUT/Shcut.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/15/SHCUT/Shcut.res -------------------------------------------------------------------------------- /Part4/15/SHCUT/Shortcut to ShCut.exe Delphi Demo.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/15/SHCUT/Shortcut to ShCut.exe Delphi Demo.lnk -------------------------------------------------------------------------------- /Part4/15/TESTCOM/TestComF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/15/TESTCOM/TestComF.dfm -------------------------------------------------------------------------------- /Part4/15/TESTCOM/Testcom.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/15/TESTCOM/Testcom.res -------------------------------------------------------------------------------- /Part4/15/TESTPROP/TestProF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/15/TESTPROP/TestProF.dfm -------------------------------------------------------------------------------- /Part4/15/TESTPROP/TestProp.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/15/TESTPROP/TestProp.res -------------------------------------------------------------------------------- /Part4/15/ToDoFile/ToDoFile.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/15/ToDoFile/ToDoFile.res -------------------------------------------------------------------------------- /Part4/15/ToDoFile/ToDoForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/15/ToDoFile/ToDoForm.dfm -------------------------------------------------------------------------------- /Part4/15/ToDoFile/ToDoShll.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/15/ToDoFile/ToDoShll.res -------------------------------------------------------------------------------- /Part4/15/ToDoFile/ToDoShll.tlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/15/ToDoFile/ToDoShll.tlb -------------------------------------------------------------------------------- /Part4/15/ToDoFile/todolist.MB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/15/ToDoFile/todolist.MB -------------------------------------------------------------------------------- /Part4/15/ToDoFile/todolist.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/15/ToDoFile/todolist.db -------------------------------------------------------------------------------- /Part4/16/ArrPack/MdWArrow.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/ArrPack/MdWArrow.dcr -------------------------------------------------------------------------------- /Part4/16/ArrPack/MdXArr.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/ArrPack/MdXArr.res -------------------------------------------------------------------------------- /Part4/16/DBOffice/DBOffice.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/DBOffice/DBOffice.res -------------------------------------------------------------------------------- /Part4/16/DBOffice/OfficeForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/DBOffice/OfficeForm.dfm -------------------------------------------------------------------------------- /Part4/16/ListCli/LCliForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/ListCli/LCliForm.dfm -------------------------------------------------------------------------------- /Part4/16/ListCli/ListCli.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/ListCli/ListCli.res -------------------------------------------------------------------------------- /Part4/16/ListServ/ListForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/ListServ/ListForm.dfm -------------------------------------------------------------------------------- /Part4/16/ListServ/ListServ.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/ListServ/ListServ.res -------------------------------------------------------------------------------- /Part4/16/ListServ/ListServ.tlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/ListServ/ListServ.tlb -------------------------------------------------------------------------------- /Part4/16/OleCont/COPY.DOL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/OleCont/COPY.DOL -------------------------------------------------------------------------------- /Part4/16/OleCont/LINES.OLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/OleCont/LINES.OLE -------------------------------------------------------------------------------- /Part4/16/OleCont/MEDIA.OLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/OleCont/MEDIA.OLE -------------------------------------------------------------------------------- /Part4/16/OleCont/OLEFORM.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/OleCont/OLEFORM.DFM -------------------------------------------------------------------------------- /Part4/16/OleCont/Olecont.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/OleCont/Olecont.res -------------------------------------------------------------------------------- /Part4/16/OleCont/TEXT.DOL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/OleCont/TEXT.DOL -------------------------------------------------------------------------------- /Part4/16/TLIBCLI/PROJECT1LIB.DCR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/TLIBCLI/PROJECT1LIB.DCR -------------------------------------------------------------------------------- /Part4/16/TLIBCLI/TLIBCLI.DCR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/TLIBCLI/TLIBCLI.DCR -------------------------------------------------------------------------------- /Part4/16/TLIBCLI/TLibCliF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/TLIBCLI/TLibCliF.dfm -------------------------------------------------------------------------------- /Part4/16/TLIBCLI/Tlibcli.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/TLIBCLI/Tlibcli.res -------------------------------------------------------------------------------- /Part4/16/TLIBCLI/Tlibdemo.tlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/TLIBCLI/Tlibdemo.tlb -------------------------------------------------------------------------------- /Part4/16/TLIBDEMO/MainForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/TLIBDEMO/MainForm.dfm -------------------------------------------------------------------------------- /Part4/16/TLIBDEMO/PackAuto.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/TLIBDEMO/PackAuto.res -------------------------------------------------------------------------------- /Part4/16/TLIBDEMO/Tlibdemo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/TLIBDEMO/Tlibdemo.res -------------------------------------------------------------------------------- /Part4/16/TLIBDEMO/Tlibdemo.tlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/TLIBDEMO/Tlibdemo.tlb -------------------------------------------------------------------------------- /Part4/16/TLibComp/TLibComp.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/TLibComp/TLibComp.res -------------------------------------------------------------------------------- /Part4/16/WebBrows/WebDemo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/WebBrows/WebDemo.res -------------------------------------------------------------------------------- /Part4/16/WebBrows/WebDemoF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/WebBrows/WebDemoF.dfm -------------------------------------------------------------------------------- /Part4/16/WordCont/ContForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/WordCont/ContForm.dfm -------------------------------------------------------------------------------- /Part4/16/WordCont/WordCont.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/WordCont/WordCont.res -------------------------------------------------------------------------------- /Part4/16/XArrow/XArrow.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/XArrow/XArrow.res -------------------------------------------------------------------------------- /Part4/16/XArrow/XArrow.tlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/XArrow/XArrow.tlb -------------------------------------------------------------------------------- /Part4/16/XArrow/XArrow_TLB.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/XArrow/XArrow_TLB.dcr -------------------------------------------------------------------------------- /Part4/16/XArrow/Xappage.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/XArrow/Xappage.dfm -------------------------------------------------------------------------------- /Part4/16/XClock/XClockImpl.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/XClock/XClockImpl.dfm -------------------------------------------------------------------------------- /Part4/16/XClock/XClockLib.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/XClock/XClockLib.res -------------------------------------------------------------------------------- /Part4/16/XClock/XClockLib.tlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part4/16/XClock/XClockLib.tlb -------------------------------------------------------------------------------- /Part5/17/OneCopy/OneF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/17/OneCopy/OneF.dfm -------------------------------------------------------------------------------- /Part5/17/OneCopy/Onecopy.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/17/OneCopy/Onecopy.res -------------------------------------------------------------------------------- /Part5/17/THLOCK/MAINFORM.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/17/THLOCK/MAINFORM.DFM -------------------------------------------------------------------------------- /Part5/17/THLOCK/Thlock.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/17/THLOCK/Thlock.res -------------------------------------------------------------------------------- /Part5/17/THOLD/MAINFORM.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/17/THOLD/MAINFORM.DFM -------------------------------------------------------------------------------- /Part5/17/THOLD/Thold.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/17/THOLD/Thold.res -------------------------------------------------------------------------------- /Part5/17/THPRIOR/MainForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/17/THPRIOR/MainForm.dfm -------------------------------------------------------------------------------- /Part5/17/THPRIOR/Thprior.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/17/THPRIOR/Thprior.res -------------------------------------------------------------------------------- /Part5/17/THSYNCH/CRITSEC.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/17/THSYNCH/CRITSEC.DFM -------------------------------------------------------------------------------- /Part5/17/THSYNCH/MUTEX.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/17/THSYNCH/MUTEX.DFM -------------------------------------------------------------------------------- /Part5/17/THSYNCH/Plain.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/17/THSYNCH/Plain.dfm -------------------------------------------------------------------------------- /Part5/17/THSYNCH/SYNCFORM.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/17/THSYNCH/SYNCFORM.DFM -------------------------------------------------------------------------------- /Part5/17/THSYNCH/TCRISECT.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/17/THSYNCH/TCRISECT.DFM -------------------------------------------------------------------------------- /Part5/17/THSYNCH/Thsynch.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/17/THSYNCH/Thsynch.res -------------------------------------------------------------------------------- /Part5/17/THWAIT/MainForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/17/THWAIT/MainForm.dfm -------------------------------------------------------------------------------- /Part5/17/THWAIT/Thwait.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/17/THWAIT/Thwait.res -------------------------------------------------------------------------------- /Part5/17/ThreadDB/ThreadDB.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/17/ThreadDB/ThreadDB.res -------------------------------------------------------------------------------- /Part5/17/ThreadDB/formDbthread.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/17/ThreadDB/formDbthread.dfm -------------------------------------------------------------------------------- /Part5/17/ThreadDB/threadedmodule.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/17/ThreadDB/threadedmodule.dfm -------------------------------------------------------------------------------- /Part5/18/ASSERT/Assert.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/18/ASSERT/Assert.res -------------------------------------------------------------------------------- /Part5/18/ASSERT/AssertF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/18/ASSERT/AssertF.dfm -------------------------------------------------------------------------------- /Part5/18/BREAKP/BreakP.dpr: -------------------------------------------------------------------------------- 1 | program Breakp; 2 | 3 | uses 4 | Forms, 5 | BreakpF in 'BreakpF.pas' {Form1}; 6 | 7 | {$R *.RES} 8 | 9 | begin 10 | Application.CreateForm(TForm1, Form1); 11 | Application.Run; 12 | end. 13 | -------------------------------------------------------------------------------- /Part5/18/BREAKP/BreakP.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/18/BREAKP/BreakP.res -------------------------------------------------------------------------------- /Part5/18/BREAKP/BreakpF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/18/BREAKP/BreakpF.dfm -------------------------------------------------------------------------------- /Part5/18/MSGFLOW/FLOWF.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/18/MSGFLOW/FLOWF.DFM -------------------------------------------------------------------------------- /Part5/18/MSGFLOW/Msgflow.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/18/MSGFLOW/Msgflow.res -------------------------------------------------------------------------------- /Part5/18/MSGFLOW/UNIT2.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/18/MSGFLOW/UNIT2.DFM -------------------------------------------------------------------------------- /Part5/18/OdsDemo/OdsDemo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/18/OdsDemo/OdsDemo.res -------------------------------------------------------------------------------- /Part5/18/OdsDemo/OdsForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/18/OdsDemo/OdsForm.dfm -------------------------------------------------------------------------------- /Part5/18/VclMem/MemForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/18/VclMem/MemForm.dfm -------------------------------------------------------------------------------- /Part5/18/VclMem/VclMem.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/18/VclMem/VclMem.res -------------------------------------------------------------------------------- /Part5/19/CLIPBMP/Clipbmp.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/CLIPBMP/Clipbmp.res -------------------------------------------------------------------------------- /Part5/19/CLIPBMP/PREVIEW.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/CLIPBMP/PREVIEW.DFM -------------------------------------------------------------------------------- /Part5/19/CLIPBMP/VIEWER.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/CLIPBMP/VIEWER.dfm -------------------------------------------------------------------------------- /Part5/19/DIRS/DIRS.DPR: -------------------------------------------------------------------------------- 1 | program Dirs; 2 | 3 | uses 4 | Forms, 5 | DirsForm in 'DirsForm.pas' {Form1}; 6 | 7 | {$R *.RES} 8 | 9 | begin 10 | Application.CreateForm(TForm1, Form1); 11 | Application.Run; 12 | end. 13 | -------------------------------------------------------------------------------- /Part5/19/DIRS/Dirs.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/DIRS/Dirs.res -------------------------------------------------------------------------------- /Part5/19/DIRS/DirsForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/DIRS/DirsForm.dfm -------------------------------------------------------------------------------- /Part5/19/HelpProj/HELPPROJ.HLP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/HelpProj/HELPPROJ.HLP -------------------------------------------------------------------------------- /Part5/19/HelpProj/HelpForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/HelpProj/HelpForm.dfm -------------------------------------------------------------------------------- /Part5/19/HelpProj/HelpProj.GID: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/HelpProj/HelpProj.GID -------------------------------------------------------------------------------- /Part5/19/ICONS/AA.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/ICONS/AA.ICO -------------------------------------------------------------------------------- /Part5/19/ICONS/BB.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/ICONS/BB.ICO -------------------------------------------------------------------------------- /Part5/19/ICONS/Icons.ita: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/ICONS/Icons.ita -------------------------------------------------------------------------------- /Part5/19/ICONS/IconsF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/ICONS/IconsF.dfm -------------------------------------------------------------------------------- /Part5/19/ICONS/ita/IconsF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/ICONS/ita/IconsF.dfm -------------------------------------------------------------------------------- /Part5/19/ICONS/ita/Icons_DRC.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/ICONS/ita/Icons_DRC.res -------------------------------------------------------------------------------- /Part5/19/IniOne/INIONE.ini: -------------------------------------------------------------------------------- 1 | [MainForm] 2 | Top=172 3 | Left=357 4 | Width=325 5 | Height=242 6 | Status=1 7 | -------------------------------------------------------------------------------- /Part5/19/IniOne/IniForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/IniOne/IniForm.dfm -------------------------------------------------------------------------------- /Part5/19/IniOne/Inione.dpr: -------------------------------------------------------------------------------- 1 | program IniOne; 2 | 3 | uses 4 | Forms, 5 | IniForm in 'IniForm.pas' {Form1}; 6 | 7 | {$R *.RES} 8 | 9 | begin 10 | Application.CreateForm(TForm1, Form1); 11 | Application.Run; 12 | end. 13 | -------------------------------------------------------------------------------- /Part5/19/MemIcon/MemIcon.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/MemIcon/MemIcon.res -------------------------------------------------------------------------------- /Part5/19/MemIcon/RESFORM.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/MemIcon/RESFORM.dfm -------------------------------------------------------------------------------- /Part5/19/MemIcon/RESFORM.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/MemIcon/RESFORM.pas -------------------------------------------------------------------------------- /Part5/19/MemIcon/RUNFIRST.PAS: -------------------------------------------------------------------------------- 1 | unit RunFirst; 2 | 3 | interface 4 | 5 | implementation 6 | 7 | initialization 8 | IsLibrary := True; 9 | end. 10 | -------------------------------------------------------------------------------- /Part5/19/MemIcon/RYG.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/MemIcon/RYG.RES -------------------------------------------------------------------------------- /Part5/19/PRINTBMP/PREVIEW.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/PRINTBMP/PREVIEW.DFM -------------------------------------------------------------------------------- /Part5/19/PRINTBMP/Printbmp.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/PRINTBMP/Printbmp.res -------------------------------------------------------------------------------- /Part5/19/PRINTBMP/VIEWER.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/PRINTBMP/VIEWER.dfm -------------------------------------------------------------------------------- /Part5/19/QRNAV/NavForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/QRNAV/NavForm.dfm -------------------------------------------------------------------------------- /Part5/19/QRNAV/Navig.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/QRNAV/Navig.res -------------------------------------------------------------------------------- /Part5/19/QRNAV/RptForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/QRNAV/RptForm.dfm -------------------------------------------------------------------------------- /Part5/19/REGISTR/RegForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/REGISTR/RegForm.dfm -------------------------------------------------------------------------------- /Part5/19/REGISTR/Registr.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/REGISTR/Registr.res -------------------------------------------------------------------------------- /Part5/19/REGVIEW/REGFORM.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/REGVIEW/REGFORM.DFM -------------------------------------------------------------------------------- /Part5/19/REGVIEW/Regview.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/REGVIEW/Regview.res -------------------------------------------------------------------------------- /Part5/19/RUNPROP/RunPropF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/RUNPROP/RunPropF.dfm -------------------------------------------------------------------------------- /Part5/19/VINFO/VInfoF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/VINFO/VInfoF.dfm -------------------------------------------------------------------------------- /Part5/19/VINFO/Vinfo.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/VINFO/Vinfo.dof -------------------------------------------------------------------------------- /Part5/19/VINFO/Vinfo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/19/VINFO/Vinfo.res -------------------------------------------------------------------------------- /Part5/20/AspTest/AspTest.tlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/AspTest/AspTest.tlb -------------------------------------------------------------------------------- /Part5/20/BrokDemo/BrokCgi.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/BrokDemo/BrokCgi.res -------------------------------------------------------------------------------- /Part5/20/BrokDemo/BrokIsa.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/BrokDemo/BrokIsa.res -------------------------------------------------------------------------------- /Part5/20/BrokDemo/BrokWm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/BrokDemo/BrokWm.dfm -------------------------------------------------------------------------------- /Part5/20/CustQueP/CustQueP.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/CustQueP/CustQueP.res -------------------------------------------------------------------------------- /Part5/20/CustQueP/CustWebM.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/CustQueP/CustWebM.dfm -------------------------------------------------------------------------------- /Part5/20/HtmlProd/DBHForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/HtmlProd/DBHForm.dfm -------------------------------------------------------------------------------- /Part5/20/HtmlProd/HtmlProd.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/HtmlProd/HtmlProd.res -------------------------------------------------------------------------------- /Part5/20/HtmlProd/test.css: -------------------------------------------------------------------------------- 1 | .highlight { 2 | font-weight : bold; 3 | background-color : Red; 4 | } 5 | 6 | -------------------------------------------------------------------------------- /Part5/20/MailGen/MailGen.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/MailGen/MailGen.res -------------------------------------------------------------------------------- /Part5/20/MailGen/MailGenF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/MailGen/MailGenF.dfm -------------------------------------------------------------------------------- /Part5/20/Sock1/Client1.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/Sock1/Client1.res -------------------------------------------------------------------------------- /Part5/20/Sock1/Client1Form.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/Sock1/Client1Form.dfm -------------------------------------------------------------------------------- /Part5/20/Sock1/Server1.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/Sock1/Server1.res -------------------------------------------------------------------------------- /Part5/20/Sock1/ServerForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/Sock1/ServerForm.dfm -------------------------------------------------------------------------------- /Part5/20/Sock2/CliBmp.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/Sock2/CliBmp.dfm -------------------------------------------------------------------------------- /Part5/20/Sock2/CliText.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/Sock2/CliText.dfm -------------------------------------------------------------------------------- /Part5/20/Sock2/Client2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/Sock2/Client2.res -------------------------------------------------------------------------------- /Part5/20/Sock2/ClientForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/Sock2/ClientForm.dfm -------------------------------------------------------------------------------- /Part5/20/Sock2/Server2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/Sock2/Server2.res -------------------------------------------------------------------------------- /Part5/20/Sock2/ServerForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/Sock2/ServerForm.dfm -------------------------------------------------------------------------------- /Part5/20/SockDb/ClientDb.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/SockDb/ClientDb.res -------------------------------------------------------------------------------- /Part5/20/SockDb/ClientForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/SockDb/ClientForm.dfm -------------------------------------------------------------------------------- /Part5/20/SockDb/ServDb.PX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/SockDb/ServDb.PX -------------------------------------------------------------------------------- /Part5/20/SockDb/ServDb.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/SockDb/ServDb.db -------------------------------------------------------------------------------- /Part5/20/SockDb/ServerDb.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/SockDb/ServerDb.res -------------------------------------------------------------------------------- /Part5/20/SockDb/ServerForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/SockDb/ServerForm.dfm -------------------------------------------------------------------------------- /Part5/20/SockDb/clientdb.DB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/SockDb/clientdb.DB -------------------------------------------------------------------------------- /Part5/20/WebCount/CountWm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/WebCount/CountWm.dfm -------------------------------------------------------------------------------- /Part5/20/WebFind/WebFind.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/WebFind/WebFind.res -------------------------------------------------------------------------------- /Part5/20/WebFind/WebFindF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/WebFind/WebFindF.dfm -------------------------------------------------------------------------------- /Part5/20/WebMail/GetMail.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/WebMail/GetMail.res -------------------------------------------------------------------------------- /Part5/20/WebMail/GetMailF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/WebMail/GetMailF.dfm -------------------------------------------------------------------------------- /Part5/20/WebMail/WMailDm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/WebMail/WMailDm.dfm -------------------------------------------------------------------------------- /Part5/20/XFORM1/FormX1.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/XFORM1/FormX1.dfm -------------------------------------------------------------------------------- /Part5/20/XFORM1/Xform1.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/XFORM1/Xform1.res -------------------------------------------------------------------------------- /Part5/20/XFORM1/Xform1.tlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/XFORM1/Xform1.tlb -------------------------------------------------------------------------------- /Part5/20/XFUSER/XFUser.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/XFUSER/XFUser.res -------------------------------------------------------------------------------- /Part5/20/XFUSER/XFUser.tlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/XFUSER/XFUser.tlb -------------------------------------------------------------------------------- /Part5/20/XFUSER/XUserF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/XFUSER/XUserF.dfm -------------------------------------------------------------------------------- /Part5/20/XWebWiz/WizForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/XWebWiz/WizForm.dfm -------------------------------------------------------------------------------- /Part5/20/XWebWiz/XWebWiz.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/XWebWiz/XWebWiz.res -------------------------------------------------------------------------------- /Part5/20/XWebWiz/XWebWiz.tlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/XWebWiz/XWebWiz.tlb -------------------------------------------------------------------------------- /Part5/20/XWebWiz/XWizF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/20/XWebWiz/XWizF.dfm -------------------------------------------------------------------------------- /Part5/21/AdtDemo/AdtDemo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/AdtDemo/AdtDemo.res -------------------------------------------------------------------------------- /Part5/21/AdtDemo/AdtForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/AdtDemo/AdtForm.dfm -------------------------------------------------------------------------------- /Part5/21/AdtDemo/data.cds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/AdtDemo/data.cds -------------------------------------------------------------------------------- /Part5/21/AfRemote/AfRemote.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/AfRemote/AfRemote.res -------------------------------------------------------------------------------- /Part5/21/AfRemote/AfRemote.tlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/AfRemote/AfRemote.tlb -------------------------------------------------------------------------------- /Part5/21/AfRemote/AfRemote_TLB.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/AfRemote/AfRemote_TLB.dcr -------------------------------------------------------------------------------- /Part5/21/AfRemote/ReconDlg.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/AfRemote/ReconDlg.dfm -------------------------------------------------------------------------------- /Part5/21/AfRemote/Remote.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/AfRemote/Remote.dfm -------------------------------------------------------------------------------- /Part5/21/AppSPlus/AppSPlus.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/AppSPlus/AppSPlus.res -------------------------------------------------------------------------------- /Part5/21/AppSPlus/AppSPlus.tlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/AppSPlus/AppSPlus.tlb -------------------------------------------------------------------------------- /Part5/21/AppSPlus/Midas_TLB.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/AppSPlus/Midas_TLB.dcr -------------------------------------------------------------------------------- /Part5/21/AppServ1/AppServ1.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/AppServ1/AppServ1.res -------------------------------------------------------------------------------- /Part5/21/AppServ1/AppServ1.tlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/AppServ1/AppServ1.tlb -------------------------------------------------------------------------------- /Part5/21/AppServ1/AppServForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/AppServ1/AppServForm.dfm -------------------------------------------------------------------------------- /Part5/21/AppServ1/AppServRdm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/AppServ1/AppServRdm.dfm -------------------------------------------------------------------------------- /Part5/21/AppServ1/Midas_TLB.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/AppServ1/Midas_TLB.dcr -------------------------------------------------------------------------------- /Part5/21/AppServ2/AppServ2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/AppServ2/AppServ2.res -------------------------------------------------------------------------------- /Part5/21/AppServ2/AppServ2.tlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/AppServ2/AppServ2.tlb -------------------------------------------------------------------------------- /Part5/21/AppServ2/AppServ2_TLB.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/AppServ2/AppServ2_TLB.dcr -------------------------------------------------------------------------------- /Part5/21/AppServ2/Midas_TLB.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/AppServ2/Midas_TLB.dcr -------------------------------------------------------------------------------- /Part5/21/AppServ2/RemoteDM.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/AppServ2/RemoteDM.dfm -------------------------------------------------------------------------------- /Part5/21/AppServ2/SrvForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/AppServ2/SrvForm.dfm -------------------------------------------------------------------------------- /Part5/21/CdsCalcs/CalcForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/CdsCalcs/CalcForm.dfm -------------------------------------------------------------------------------- /Part5/21/CdsCalcs/CdsCalcs.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/CdsCalcs/CdsCalcs.res -------------------------------------------------------------------------------- /Part5/21/IeFirst/IeFirst.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/IeFirst/IeFirst.res -------------------------------------------------------------------------------- /Part5/21/IeMd/IeMd.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/IeMd/IeMd.res -------------------------------------------------------------------------------- /Part5/21/ThinCli1/ThinCli1.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/ThinCli1/ThinCli1.res -------------------------------------------------------------------------------- /Part5/21/ThinCli1/ThinForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/ThinCli1/ThinForm.dfm -------------------------------------------------------------------------------- /Part5/21/ThinCli2/DeltForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/ThinCli2/DeltForm.dfm -------------------------------------------------------------------------------- /Part5/21/ThinCli2/Reconc.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/ThinCli2/Reconc.dfm -------------------------------------------------------------------------------- /Part5/21/ThinCli2/ThinCli2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/ThinCli2/ThinCli2.res -------------------------------------------------------------------------------- /Part5/21/ThinCli2/ThinForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/ThinCli2/ThinForm.dfm -------------------------------------------------------------------------------- /Part5/21/ThinPlus/ThinForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/ThinPlus/ThinForm.dfm -------------------------------------------------------------------------------- /Part5/21/ThinPlus/ThinPlus.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/Part5/21/ThinPlus/ThinPlus.res -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # MasteringDelphi5 2 | Source code for Marco Cantu "Mastering Delphi 5" book 3 | -------------------------------------------------------------------------------- /WebBonus/22/AnimBtn/AnimBF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/AnimBtn/AnimBF.dfm -------------------------------------------------------------------------------- /WebBonus/22/AnimBtn/AnimBtn.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/AnimBtn/AnimBtn.res -------------------------------------------------------------------------------- /WebBonus/22/AnimCtrl/AnimF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/AnimCtrl/AnimF.dfm -------------------------------------------------------------------------------- /WebBonus/22/AnimCtrl/Animctrl.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/AnimCtrl/Animctrl.res -------------------------------------------------------------------------------- /WebBonus/22/AnimCtrl/FILECOPY.AVI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/AnimCtrl/FILECOPY.AVI -------------------------------------------------------------------------------- /WebBonus/22/BmpDraw/BmpDraw.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/BmpDraw/BmpDraw.res -------------------------------------------------------------------------------- /WebBonus/22/BmpDraw/BmpForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/BmpDraw/BmpForm.dfm -------------------------------------------------------------------------------- /WebBonus/22/BmpDraw/BmpForm.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/BmpDraw/BmpForm.pas -------------------------------------------------------------------------------- /WebBonus/22/FIRE/BOOM.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/FIRE/BOOM.WAV -------------------------------------------------------------------------------- /WebBonus/22/FIRE/FIRE.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/FIRE/FIRE.BMP -------------------------------------------------------------------------------- /WebBonus/22/FIRE/FIRE.DPR: -------------------------------------------------------------------------------- 1 | program Fire; 2 | 3 | uses 4 | Forms, 5 | FireForm in 'FireForm.pas' {Form1}; 6 | 7 | {$R *.RES} 8 | 9 | begin 10 | Application.CreateForm(TForm1, Form1); 11 | Application.Run; 12 | end. 13 | -------------------------------------------------------------------------------- /WebBonus/22/FIRE/FIRE2.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/FIRE/FIRE2.BMP -------------------------------------------------------------------------------- /WebBonus/22/FIRE/Fire.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/FIRE/Fire.res -------------------------------------------------------------------------------- /WebBonus/22/FIRE/FireForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/FIRE/FireForm.dfm -------------------------------------------------------------------------------- /WebBonus/22/FIRE2/BOOM.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/FIRE2/BOOM.WAV -------------------------------------------------------------------------------- /WebBonus/22/FIRE2/FIRE.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/FIRE2/FIRE.BMP -------------------------------------------------------------------------------- /WebBonus/22/FIRE2/FIRE4.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/FIRE2/FIRE4.BMP -------------------------------------------------------------------------------- /WebBonus/22/FIRE2/FIREFORM.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/FIRE2/FIREFORM.DFM -------------------------------------------------------------------------------- /WebBonus/22/FIRE2/Fire2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/FIRE2/Fire2.res -------------------------------------------------------------------------------- /WebBonus/22/FONTGRID/FontGF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/FONTGRID/FontGF.dfm -------------------------------------------------------------------------------- /WebBonus/22/FONTGRID/Fontgrid.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/FONTGRID/Fontgrid.res -------------------------------------------------------------------------------- /WebBonus/22/GRAPH1/Graph1.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/GRAPH1/Graph1.res -------------------------------------------------------------------------------- /WebBonus/22/GRAPH1/GraphF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/GRAPH1/GraphF.dfm -------------------------------------------------------------------------------- /WebBonus/22/GRAPH2/Graph2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/GRAPH2/Graph2.res -------------------------------------------------------------------------------- /WebBonus/22/GRAPH2/GraphF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/GRAPH2/GraphF.dfm -------------------------------------------------------------------------------- /WebBonus/22/GRAPH2/GraphF.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/GRAPH2/GraphF.pas -------------------------------------------------------------------------------- /WebBonus/22/GRAPH2/data1.chr: -------------------------------------------------------------------------------- 1 | M `G,P$$ 2 | @;A/&G.= -------------------------------------------------------------------------------- /WebBonus/22/GRAPH2/data2.chr: -------------------------------------------------------------------------------- 1 | M `,$G -------------------------------------------------------------------------------- /WebBonus/22/IMAGEV/IMAGEF.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/IMAGEV/IMAGEF.DFM -------------------------------------------------------------------------------- /WebBonus/22/IMAGEV/IMAGEF.PAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/IMAGEV/IMAGEF.PAS -------------------------------------------------------------------------------- /WebBonus/22/IMAGEV/Imagev.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/IMAGEV/Imagev.res -------------------------------------------------------------------------------- /WebBonus/22/IMAGEV2/IMAGEF.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/IMAGEV2/IMAGEF.DFM -------------------------------------------------------------------------------- /WebBonus/22/IMAGEV2/IMAGEF.PAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/IMAGEV2/IMAGEF.PAS -------------------------------------------------------------------------------- /WebBonus/22/IMAGEV2/Imagev2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/IMAGEV2/Imagev2.res -------------------------------------------------------------------------------- /WebBonus/22/MINES/0.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/MINES/0.BMP -------------------------------------------------------------------------------- /WebBonus/22/MINES/1.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/MINES/1.BMP -------------------------------------------------------------------------------- /WebBonus/22/MINES/2.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/MINES/2.BMP -------------------------------------------------------------------------------- /WebBonus/22/MINES/3.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/MINES/3.BMP -------------------------------------------------------------------------------- /WebBonus/22/MINES/4.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/MINES/4.BMP -------------------------------------------------------------------------------- /WebBonus/22/MINES/5.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/MINES/5.BMP -------------------------------------------------------------------------------- /WebBonus/22/MINES/6.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/MINES/6.BMP -------------------------------------------------------------------------------- /WebBonus/22/MINES/7.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/MINES/7.BMP -------------------------------------------------------------------------------- /WebBonus/22/MINES/8.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/MINES/8.BMP -------------------------------------------------------------------------------- /WebBonus/22/MINES/BITMAPS.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/MINES/BITMAPS.RES -------------------------------------------------------------------------------- /WebBonus/22/MINES/BOOM.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/MINES/BOOM.WAV -------------------------------------------------------------------------------- /WebBonus/22/MINES/K.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/MINES/K.BMP -------------------------------------------------------------------------------- /WebBonus/22/MINES/M.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/MINES/M.BMP -------------------------------------------------------------------------------- /WebBonus/22/MINES/MINESF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/MINES/MINESF.dfm -------------------------------------------------------------------------------- /WebBonus/22/MINES/Mines.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/MINES/Mines.res -------------------------------------------------------------------------------- /WebBonus/22/MINES/UNDEF.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/MINES/UNDEF.BMP -------------------------------------------------------------------------------- /WebBonus/22/MINES/W.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/MINES/W.BMP -------------------------------------------------------------------------------- /WebBonus/22/ShapeBmp/ShapeBmp.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/ShapeBmp/ShapeBmp.res -------------------------------------------------------------------------------- /WebBonus/22/ShapeBmp/ShapesF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/ShapeBmp/ShapesF.dfm -------------------------------------------------------------------------------- /WebBonus/22/ShapeBmp/ShapesF.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/ShapeBmp/ShapesF.pas -------------------------------------------------------------------------------- /WebBonus/22/Shapes/Shapes.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/Shapes/Shapes.res -------------------------------------------------------------------------------- /WebBonus/22/Shapes/ShapesF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/Shapes/ShapesF.dfm -------------------------------------------------------------------------------- /WebBonus/22/Shapes/ShapesF.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/Shapes/ShapesF.pas -------------------------------------------------------------------------------- /WebBonus/22/ShapesPr/ShapesF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/ShapesPr/ShapesF.dfm -------------------------------------------------------------------------------- /WebBonus/22/ShapesPr/ShapesF.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/ShapesPr/ShapesF.pas -------------------------------------------------------------------------------- /WebBonus/22/ShapesPr/ShapesPr.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/ShapesPr/ShapesPr.res -------------------------------------------------------------------------------- /WebBonus/22/SideText/SideText.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/SideText/SideText.res -------------------------------------------------------------------------------- /WebBonus/22/SideText/SideTxtF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/SideText/SideTxtF.dfm -------------------------------------------------------------------------------- /WebBonus/22/WORLD/W1.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD/W1.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD/W10.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD/W10.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD/W11.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD/W11.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD/W12.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD/W12.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD/W13.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD/W13.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD/W14.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD/W14.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD/W15.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD/W15.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD/W16.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD/W16.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD/W2.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD/W2.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD/W3.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD/W3.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD/W4.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD/W4.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD/W5.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD/W5.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD/W6.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD/W6.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD/W7.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD/W7.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD/W8.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD/W8.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD/W9.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD/W9.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD/WORLDF.DFM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD/WORLDF.DFM -------------------------------------------------------------------------------- /WebBonus/22/WORLD/World.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD/World.res -------------------------------------------------------------------------------- /WebBonus/22/WORLD2/W1.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD2/W1.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD2/W10.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD2/W10.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD2/W11.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD2/W11.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD2/W12.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD2/W12.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD2/W13.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD2/W13.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD2/W14.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD2/W14.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD2/W15.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD2/W15.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD2/W16.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD2/W16.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD2/W2.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD2/W2.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD2/W3.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD2/W3.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD2/W4.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD2/W4.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD2/W5.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD2/W5.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD2/W6.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD2/W6.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD2/W7.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD2/W7.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD2/W8.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD2/W8.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD2/W9.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD2/W9.BMP -------------------------------------------------------------------------------- /WebBonus/22/WORLD2/WORLDBMP.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD2/WORLDBMP.RES -------------------------------------------------------------------------------- /WebBonus/22/WORLD2/World2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD2/World2.res -------------------------------------------------------------------------------- /WebBonus/22/WORLD2/WorldF.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WORLD2/WorldF.dfm -------------------------------------------------------------------------------- /WebBonus/22/WebChart/ChartMod.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WebChart/ChartMod.dfm -------------------------------------------------------------------------------- /WebBonus/22/WebChart/WebChart.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WebChart/WebChart.res -------------------------------------------------------------------------------- /WebBonus/22/WmfDemo/WmfDemo.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WmfDemo/WmfDemo.res -------------------------------------------------------------------------------- /WebBonus/22/WmfDemo/WmfForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WmfDemo/WmfForm.dfm -------------------------------------------------------------------------------- /WebBonus/22/WmfDemo/test.emf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcoDelphiBooks/MasteringDelphi5/51d18693d606d52bf74685e4e407d2ed46398530/WebBonus/22/WmfDemo/test.emf --------------------------------------------------------------------------------