├── SDT ├── htmlhelp │ ├── templates │ │ ├── darkhan.tid │ │ ├── msdn │ │ │ ├── msdn.tid │ │ │ ├── scripts │ │ │ │ ├── fontawesome │ │ │ │ │ └── fonts │ │ │ │ │ │ ├── fontawesome.otf │ │ │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ │ │ ├── fontawesome-webfont.woff │ │ │ │ │ │ └── fontawesome-webfont.woff2 │ │ │ │ ├── highlightjs │ │ │ │ │ └── styles │ │ │ │ │ │ ├── darkula.css │ │ │ │ │ │ ├── mono-blue.css │ │ │ │ │ │ ├── dark.css │ │ │ │ │ │ ├── codepen-embed.css │ │ │ │ │ │ ├── vs.css │ │ │ │ │ │ ├── far.css │ │ │ │ │ │ ├── kavadocs.css │ │ │ │ │ │ ├── github-gist.css │ │ │ │ │ │ ├── github-mm.css │ │ │ │ │ │ └── monokai.css │ │ │ │ └── bootstrap │ │ │ │ │ └── dist │ │ │ │ │ └── js │ │ │ │ │ └── npm.js │ │ │ ├── index.wcs │ │ │ ├── datastoredproc.wcs │ │ │ ├── whatsnew.wcs │ │ │ ├── topic.wcs │ │ │ ├── header.wcs │ │ │ ├── webservice.wcs │ │ │ ├── database.wcs │ │ │ └── datacolumn.wcs │ │ ├── MSWORD │ │ │ ├── msword.tid │ │ │ ├── emptydocument.doc │ │ │ ├── helpbuildertemplate.doc │ │ │ ├── scripts │ │ │ │ ├── fontawesome │ │ │ │ │ └── fonts │ │ │ │ │ │ ├── fontawesome.otf │ │ │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ │ │ ├── fontawesome-webfont.woff │ │ │ │ │ │ ├── fontawesome-webfont.ttf._rb │ │ │ │ │ │ └── fontawesome-webfont.woff2 │ │ │ │ ├── highlightjs │ │ │ │ │ └── styles │ │ │ │ │ │ ├── darkula.css │ │ │ │ │ │ ├── mono-blue.css │ │ │ │ │ │ ├── dark.css │ │ │ │ │ │ ├── codepen-embed.css │ │ │ │ │ │ ├── vs.css │ │ │ │ │ │ ├── far.css │ │ │ │ │ │ ├── kavadocs.css │ │ │ │ │ │ ├── github-mm.css │ │ │ │ │ │ ├── github-gist.css │ │ │ │ │ │ ├── monokai.css │ │ │ │ │ │ └── darcula.css │ │ │ │ └── bootstrap │ │ │ │ │ └── dist │ │ │ │ │ └── js │ │ │ │ │ └── npm.js │ │ │ ├── index.wcs │ │ │ ├── whatsnew.wcs │ │ │ ├── datastoredproc.wcs │ │ │ ├── topic.wcs │ │ │ ├── header.wcs │ │ │ ├── webservice.wcs │ │ │ ├── database.wcs │ │ │ └── datacolumn.wcs │ │ ├── darkhan │ │ │ ├── darkhan.tid │ │ │ ├── scripts │ │ │ │ ├── fontawesome │ │ │ │ │ └── fonts │ │ │ │ │ │ ├── FontAwesome.otf │ │ │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ │ │ ├── fontawesome-webfont.woff │ │ │ │ │ │ └── fontawesome-webfont.woff2 │ │ │ │ ├── highlightjs │ │ │ │ │ └── styles │ │ │ │ │ │ ├── darkula.css │ │ │ │ │ │ ├── mono-blue.css │ │ │ │ │ │ ├── dark.css │ │ │ │ │ │ ├── codepen-embed.css │ │ │ │ │ │ ├── vs.css │ │ │ │ │ │ ├── far.css │ │ │ │ │ │ ├── kavadocs.css │ │ │ │ │ │ ├── github-gist.css │ │ │ │ │ │ ├── github-mm.css │ │ │ │ │ │ └── monokai.css │ │ │ │ └── bootstrap │ │ │ │ │ └── dist │ │ │ │ │ ├── fonts │ │ │ │ │ └── glyphicons-halflings-regular.ttf._rb │ │ │ │ │ └── js │ │ │ │ │ └── npm.js │ │ │ ├── updatescripts.ps1 │ │ │ ├── index.wcs │ │ │ ├── whatsnew.wcs │ │ │ ├── datastoredproc.wcs │ │ │ ├── topic.wcs │ │ │ ├── header.wcs │ │ │ ├── webservice.wcs │ │ │ ├── database.wcs │ │ │ └── datacolumn.wcs │ │ ├── github │ │ │ ├── github.tid │ │ │ ├── scripts │ │ │ │ ├── fontawesome │ │ │ │ │ └── fonts │ │ │ │ │ │ ├── fontawesome.otf │ │ │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ │ │ ├── fontawesome-webfont.woff │ │ │ │ │ │ └── fontawesome-webfont.woff2 │ │ │ │ ├── highlightjs │ │ │ │ │ └── styles │ │ │ │ │ │ ├── darkula.css │ │ │ │ │ │ ├── mono-blue.css │ │ │ │ │ │ ├── dark.css │ │ │ │ │ │ ├── codepen-embed.css │ │ │ │ │ │ ├── vs.css │ │ │ │ │ │ ├── far.css │ │ │ │ │ │ ├── kavadocs.css │ │ │ │ │ │ ├── github-mm.css │ │ │ │ │ │ ├── github-gist.css │ │ │ │ │ │ ├── monokai.css │ │ │ │ │ │ └── darcula.css │ │ │ │ └── bootstrap │ │ │ │ │ └── dist │ │ │ │ │ └── js │ │ │ │ │ └── npm.js │ │ │ ├── index.wcs │ │ │ ├── whatsnew.wcs │ │ │ ├── datastoredproc.wcs │ │ │ ├── topic.wcs │ │ │ ├── header.wcs │ │ │ ├── webservice.wcs │ │ │ ├── database.wcs │ │ │ └── datacolumn.wcs │ │ ├── scripts │ │ │ ├── fontawesome │ │ │ │ └── fonts │ │ │ │ │ ├── fontawesome.otf │ │ │ │ │ ├── FontAwesome.otf._rb │ │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ │ ├── fontawesome-webfont.woff │ │ │ │ │ └── fontawesome-webfont.woff2 │ │ │ ├── highlightjs │ │ │ │ └── styles │ │ │ │ │ ├── darkula.css │ │ │ │ │ ├── mono-blue.css │ │ │ │ │ ├── dark.css │ │ │ │ │ ├── codepen-embed.css │ │ │ │ │ ├── vs.css │ │ │ │ │ ├── far.css │ │ │ │ │ ├── kavadocs.css │ │ │ │ │ ├── github-gist.css │ │ │ │ │ ├── github-mm.css │ │ │ │ │ ├── monokai.css │ │ │ │ │ └── darcula.css │ │ │ └── bootstrap │ │ │ │ └── dist │ │ │ │ └── js │ │ │ │ └── npm.js │ │ ├── index.wcs │ │ ├── datastoredproc.wcs │ │ ├── whatsnew.wcs │ │ ├── topic.wcs │ │ ├── Compiled │ │ │ └── index.PRG │ │ ├── header.wcs │ │ ├── webservice.wcs │ │ ├── database.wcs │ │ └── datacolumn.wcs │ ├── sdt.cdx │ ├── sdt.fpt │ ├── sdt.hbp │ ├── bmp │ │ ├── enum.gif │ │ ├── enum.png │ │ ├── main.tb │ │ ├── plus.gif │ │ ├── folder.png │ │ ├── header.gif │ │ ├── header.png │ │ ├── index.gif │ │ ├── index.png │ │ ├── license.gif │ │ ├── license.png │ │ ├── minus.gif │ │ ├── newtype.gif │ │ ├── project.gif │ │ ├── search.avi │ │ ├── seealso.gif │ │ ├── seealso.png │ │ ├── static.gif │ │ ├── static.png │ │ ├── style.gif │ │ ├── style.png │ │ ├── thumb.gif │ │ ├── topic.gif │ │ ├── topic.png │ │ ├── unknown.gif │ │ ├── unknown.png │ │ ├── weblink.gif │ │ ├── weblink.png │ │ ├── database.gif │ │ ├── database.png │ │ ├── datatable.gif │ │ ├── datatable.png │ │ ├── dataview.gif │ │ ├── dataview.png │ │ ├── delegate.gif │ │ ├── delegate.png │ │ ├── interface.gif │ │ ├── interface.png │ │ ├── namespace.gif │ │ ├── namespace.png │ │ ├── text_16x.png │ │ ├── vsizegrip.png │ │ ├── whatsnew.gif │ │ ├── whatsnew.png │ │ ├── classevent.gif │ │ ├── classevent.png │ │ ├── classfield.gif │ │ ├── classfield.png │ │ ├── classheader.gif │ │ ├── classheader.png │ │ ├── classmethod.gif │ │ ├── classmethod.png │ │ ├── datacolumn.gif │ │ ├── datacolumn.png │ │ ├── datafunction.gif │ │ ├── datafunction.png │ │ ├── header_open.gif │ │ ├── header_open.png │ │ ├── index_open.gif │ │ ├── index_open.png │ │ ├── newtype_open.gif │ │ ├── topic_open.gif │ │ ├── vstsworkitem.png │ │ ├── weblink_open.gif │ │ ├── webservice.gif │ │ ├── webservice.png │ │ ├── classproperty.gif │ │ ├── classproperty.png │ │ ├── datastoredproc.gif │ │ ├── datastoredproc.png │ │ ├── whatsnew_open.gif │ │ ├── classconstructor.gif │ │ ├── classconstructor.png │ │ ├── classevent_open.gif │ │ ├── classheader_open.gif │ │ ├── classmethod_open.gif │ │ ├── vstsworkitemquery.png │ │ ├── classproperty_open.gif │ │ ├── classmethodprotected.gif │ │ ├── classmethodprotected.png │ │ ├── classpropertyprotected.gif │ │ └── classpropertyprotected.png │ ├── lookups.dbf │ ├── images │ │ ├── ADD.BMP │ │ ├── COPY.BMP │ │ ├── OPEN.BMP │ │ ├── SAVE.BMP │ │ ├── STOP.BMP │ │ ├── UNDO.BMP │ │ ├── logo.png │ │ ├── sdt.gif │ │ ├── td1.gif │ │ ├── td2.gif │ │ ├── td3.gif │ │ ├── td4.gif │ │ ├── ATTACH.BMP │ │ ├── DELETE.BMP │ │ ├── IMPORT.BMP │ │ ├── MODIFY.BMP │ │ ├── PRINT.BMP │ │ ├── Thumbs.db │ │ ├── UPDATE.BMP │ │ ├── WIZARD.BMP │ │ ├── fixdbc.gif │ │ ├── sysdoc.gif │ │ ├── ADDTABL.BMP │ │ ├── BATCHADD.BMP │ │ ├── BROWSTBL.BMP │ │ ├── INDEXES.BMP │ │ ├── LIBRARY.BMP │ │ ├── NEWTABL.BMP │ │ ├── PROJINFO.BMP │ │ ├── REDEFINE.BMP │ │ ├── REDEFINE.MSK │ │ ├── REMOVTBL.BMP │ │ ├── dragcopy.gif │ │ ├── dragmove.gif │ │ ├── extprops.gif │ │ ├── fieldrep.gif │ │ ├── indexwiz.gif │ │ ├── mrulist.gif │ │ ├── newprop.gif │ │ ├── newview.gif │ │ ├── sdtpref1.gif │ │ ├── sdtpref2.gif │ │ ├── sdtpref3.gif │ │ ├── vsizegrip.png │ │ ├── notifyfield.gif │ │ ├── notifytable.gif │ │ └── fieldtutorial.gif │ ├── lookups.fpt │ └── wwhelp.ini ├── sdt.app ├── sdt.chm ├── sdt.pj2 ├── sdt.pjt ├── sdt.pjx ├── Source │ ├── add.bmp │ ├── sdt.bmp │ ├── sdt.sc2 │ ├── sdt.sct │ ├── sdt.scx │ ├── sdt.vc2 │ ├── sdt.vct │ ├── sdt.vcx │ ├── td.sc2 │ ├── td.sct │ ├── td.scx │ ├── close.bmp │ ├── close.msk │ ├── copy.bmp │ ├── error.fr2 │ ├── error.frx │ ├── help.bmp │ ├── icalc.bmp │ ├── ikey.bmp │ ├── iview.bmp │ ├── logo.sc2 │ ├── logo.sct │ ├── logo.scx │ ├── open.bmp │ ├── print.bmp │ ├── save.bmp │ ├── table.bmp │ ├── undo.bmp │ ├── views.fr2 │ ├── views.frx │ ├── addtabl.bmp │ ├── attach.bmp │ ├── batchadd.bmp │ ├── browstbl.bmp │ ├── database.bmp │ ├── dbcxmgr.vc2 │ ├── dbcxmgr.vct │ ├── dbcxmgr.vcx │ ├── delete.bmp │ ├── dragcopy.cur │ ├── dragmove.cur │ ├── fields.bmp │ ├── fields.fr2 │ ├── fields.frt │ ├── fields.frx │ ├── getfield.sc2 │ ├── getfield.sct │ ├── getfield.scx │ ├── idatabas.bmp │ ├── ifields.bmp │ ├── iindexes.bmp │ ├── ilibrary.bmp │ ├── import.bmp │ ├── indexes.bmp │ ├── indexes.fr2 │ ├── indexes.frx │ ├── indexwiz.sc2 │ ├── indexwiz.sct │ ├── indexwiz.scx │ ├── iremview.bmp │ ├── itable.bmp │ ├── library.bmp │ ├── modify.bmp │ ├── newprop.sc2 │ ├── newprop.sct │ ├── newprop.scx │ ├── newremvu.bmp │ ├── newtabl.bmp │ ├── newview.bmp │ ├── newview.sc2 │ ├── newview.sct │ ├── newview.scx │ ├── nodrop01.cur │ ├── notify.fr2 │ ├── notify.frt │ ├── notify.frx │ ├── notify.sc2 │ ├── notify.sct │ ├── notify.scx │ ├── preview.bmp │ ├── projinfo.bmp │ ├── property.bmp │ ├── redefine.bmp │ ├── redefine.msk │ ├── removtbl.bmp │ ├── sdtpref.sc2 │ ├── sdtpref.sct │ ├── sdtpref.scx │ ├── sdtspanish.h │ ├── seldbc.sc2 │ ├── seldbc.sct │ ├── seldbc.scx │ ├── storepro.bmp │ ├── summary.fr2 │ ├── summary.frx │ ├── sysdoc.sc2 │ ├── sysdoc.sct │ ├── sysdoc.scx │ ├── tables.fr2 │ ├── tables.frx │ ├── update.bmp │ ├── wizard.bmp │ ├── wrench.ico │ ├── sdtccontrol.vc2 │ ├── sdtccontrol.vct │ ├── sdtccontrol.vcx │ ├── sdtcontrols.vc2 │ ├── sdtcontrols.vct │ ├── sdtcontrols.vcx │ ├── sdtmanagers.vc2 │ ├── sdtmanagers.vct │ └── sdtmanagers.vcx ├── DBCX │ ├── dbcxmgr.vct │ ├── dbcxmgr.vcx │ ├── dbcxref.doc │ ├── validate.prg │ └── calcfld.prg ├── Utility │ ├── dbcxreg.cdx │ ├── dbcxreg.dbf │ ├── dbcxreg.fpt │ ├── dummy.dbc │ ├── dummy.dcx │ ├── fixdbc.app │ ├── fixdbc.pjt │ ├── fixdbc.sct │ ├── fixdbc.scx │ ├── foxdbc.pjx │ ├── props.cdx │ ├── props.dbf │ ├── sdtmeta.cdx │ ├── sdtmeta.dbf │ ├── sdtuser.cdx │ ├── sdtuser.dbf │ ├── coremeta.cdx │ ├── coremeta.dbf │ ├── fox.reg │ └── dummy.dct └── Tutorial │ ├── setup.prg │ ├── copysrc.prg │ ├── copyclnt.prg │ └── corrupt.prg ├── SFCommon ├── sffont.h ├── stop.bmp ├── add_all.bmp ├── add_one.bmp ├── rem_all.bmp ├── rem_one.bmp ├── sfctrls.vc2 ├── sfctrls.vct ├── sfctrls.vcx ├── sffont.vc2 ├── sffont.vct ├── sffont.vcx ├── sfmenu.vc2 ├── sfmenu.vct ├── sfmenu.vcx ├── sfmover.vc2 ├── sfmover.vct ├── sfmover.vcx ├── sfpersist.h ├── sfactivex.vc2 ├── sfactivex.vct ├── sfactivex.vcx ├── sfbutton.vc2 ├── sfbutton.vct ├── sfbutton.vcx ├── sfmessage.vc2 ├── sfmessage.vct ├── sfmessage.vcx ├── sfpersist.vc2 ├── sfpersist.vct ├── sfpersist.vcx ├── sfregistry.vc2 ├── sfregistry.vct ├── sfregistry.vcx ├── sfutility.vc2 ├── sfutility.vct ├── sfutility.vcx ├── sfcollection.vc2 ├── sfcollection.vct ├── sfcollection.vcx ├── sftextmerge.vc2 ├── sftextmerge.vct ├── sftextmerge.vcx ├── sfctrlchar.h ├── sfmessage.h ├── sfactivex.h ├── sfutility.h ├── sfctrls.h └── execscript.prg ├── .gitattributes └── .gitignore /SDT/htmlhelp/templates/darkhan.tid: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/msdn/msdn.tid: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/msword.tid: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/darkhan/darkhan.tid: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/github/github.tid: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SFCommon/sffont.h: -------------------------------------------------------------------------------- 1 | #define ccPOINT 'pt.' 2 | -------------------------------------------------------------------------------- /SDT/sdt.app: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/sdt.app -------------------------------------------------------------------------------- /SDT/sdt.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/sdt.chm -------------------------------------------------------------------------------- /SDT/sdt.pj2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/sdt.pj2 -------------------------------------------------------------------------------- /SDT/sdt.pjt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/sdt.pjt -------------------------------------------------------------------------------- /SDT/sdt.pjx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/sdt.pjx -------------------------------------------------------------------------------- /SDT/Source/add.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/add.bmp -------------------------------------------------------------------------------- /SDT/Source/sdt.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/sdt.bmp -------------------------------------------------------------------------------- /SDT/Source/sdt.sc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/sdt.sc2 -------------------------------------------------------------------------------- /SDT/Source/sdt.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/sdt.sct -------------------------------------------------------------------------------- /SDT/Source/sdt.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/sdt.scx -------------------------------------------------------------------------------- /SDT/Source/sdt.vc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/sdt.vc2 -------------------------------------------------------------------------------- /SDT/Source/sdt.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/sdt.vct -------------------------------------------------------------------------------- /SDT/Source/sdt.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/sdt.vcx -------------------------------------------------------------------------------- /SDT/Source/td.sc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/td.sc2 -------------------------------------------------------------------------------- /SDT/Source/td.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/td.sct -------------------------------------------------------------------------------- /SDT/Source/td.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/td.scx -------------------------------------------------------------------------------- /SFCommon/stop.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/stop.bmp -------------------------------------------------------------------------------- /SDT/DBCX/dbcxmgr.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/DBCX/dbcxmgr.vct -------------------------------------------------------------------------------- /SDT/DBCX/dbcxmgr.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/DBCX/dbcxmgr.vcx -------------------------------------------------------------------------------- /SDT/DBCX/dbcxref.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/DBCX/dbcxref.doc -------------------------------------------------------------------------------- /SDT/Source/close.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/close.bmp -------------------------------------------------------------------------------- /SDT/Source/close.msk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/close.msk -------------------------------------------------------------------------------- /SDT/Source/copy.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/copy.bmp -------------------------------------------------------------------------------- /SDT/Source/error.fr2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/error.fr2 -------------------------------------------------------------------------------- /SDT/Source/error.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/error.frx -------------------------------------------------------------------------------- /SDT/Source/help.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/help.bmp -------------------------------------------------------------------------------- /SDT/Source/icalc.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/icalc.bmp -------------------------------------------------------------------------------- /SDT/Source/ikey.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/ikey.bmp -------------------------------------------------------------------------------- /SDT/Source/iview.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/iview.bmp -------------------------------------------------------------------------------- /SDT/Source/logo.sc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/logo.sc2 -------------------------------------------------------------------------------- /SDT/Source/logo.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/logo.sct -------------------------------------------------------------------------------- /SDT/Source/logo.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/logo.scx -------------------------------------------------------------------------------- /SDT/Source/open.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/open.bmp -------------------------------------------------------------------------------- /SDT/Source/print.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/print.bmp -------------------------------------------------------------------------------- /SDT/Source/save.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/save.bmp -------------------------------------------------------------------------------- /SDT/Source/table.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/table.bmp -------------------------------------------------------------------------------- /SDT/Source/undo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/undo.bmp -------------------------------------------------------------------------------- /SDT/Source/views.fr2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/views.fr2 -------------------------------------------------------------------------------- /SDT/Source/views.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/views.frx -------------------------------------------------------------------------------- /SDT/htmlhelp/sdt.cdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/sdt.cdx -------------------------------------------------------------------------------- /SDT/htmlhelp/sdt.fpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/sdt.fpt -------------------------------------------------------------------------------- /SDT/htmlhelp/sdt.hbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/sdt.hbp -------------------------------------------------------------------------------- /SFCommon/add_all.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/add_all.bmp -------------------------------------------------------------------------------- /SFCommon/add_one.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/add_one.bmp -------------------------------------------------------------------------------- /SFCommon/rem_all.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/rem_all.bmp -------------------------------------------------------------------------------- /SFCommon/rem_one.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/rem_one.bmp -------------------------------------------------------------------------------- /SFCommon/sfctrls.vc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfctrls.vc2 -------------------------------------------------------------------------------- /SFCommon/sfctrls.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfctrls.vct -------------------------------------------------------------------------------- /SFCommon/sfctrls.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfctrls.vcx -------------------------------------------------------------------------------- /SFCommon/sffont.vc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sffont.vc2 -------------------------------------------------------------------------------- /SFCommon/sffont.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sffont.vct -------------------------------------------------------------------------------- /SFCommon/sffont.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sffont.vcx -------------------------------------------------------------------------------- /SFCommon/sfmenu.vc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfmenu.vc2 -------------------------------------------------------------------------------- /SFCommon/sfmenu.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfmenu.vct -------------------------------------------------------------------------------- /SFCommon/sfmenu.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfmenu.vcx -------------------------------------------------------------------------------- /SFCommon/sfmover.vc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfmover.vc2 -------------------------------------------------------------------------------- /SFCommon/sfmover.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfmover.vct -------------------------------------------------------------------------------- /SFCommon/sfmover.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfmover.vcx -------------------------------------------------------------------------------- /SFCommon/sfpersist.h: -------------------------------------------------------------------------------- 1 | #include SFCTRLS.H 2 | 3 | #define ccERR_NO_ITEMS 'Items were not defined' 4 | -------------------------------------------------------------------------------- /SDT/Source/addtabl.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/addtabl.bmp -------------------------------------------------------------------------------- /SDT/Source/attach.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/attach.bmp -------------------------------------------------------------------------------- /SDT/Source/batchadd.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/batchadd.bmp -------------------------------------------------------------------------------- /SDT/Source/browstbl.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/browstbl.bmp -------------------------------------------------------------------------------- /SDT/Source/database.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/database.bmp -------------------------------------------------------------------------------- /SDT/Source/dbcxmgr.vc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/dbcxmgr.vc2 -------------------------------------------------------------------------------- /SDT/Source/dbcxmgr.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/dbcxmgr.vct -------------------------------------------------------------------------------- /SDT/Source/dbcxmgr.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/dbcxmgr.vcx -------------------------------------------------------------------------------- /SDT/Source/delete.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/delete.bmp -------------------------------------------------------------------------------- /SDT/Source/dragcopy.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/dragcopy.cur -------------------------------------------------------------------------------- /SDT/Source/dragmove.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/dragmove.cur -------------------------------------------------------------------------------- /SDT/Source/fields.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/fields.bmp -------------------------------------------------------------------------------- /SDT/Source/fields.fr2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/fields.fr2 -------------------------------------------------------------------------------- /SDT/Source/fields.frt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/fields.frt -------------------------------------------------------------------------------- /SDT/Source/fields.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/fields.frx -------------------------------------------------------------------------------- /SDT/Source/getfield.sc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/getfield.sc2 -------------------------------------------------------------------------------- /SDT/Source/getfield.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/getfield.sct -------------------------------------------------------------------------------- /SDT/Source/getfield.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/getfield.scx -------------------------------------------------------------------------------- /SDT/Source/idatabas.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/idatabas.bmp -------------------------------------------------------------------------------- /SDT/Source/ifields.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/ifields.bmp -------------------------------------------------------------------------------- /SDT/Source/iindexes.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/iindexes.bmp -------------------------------------------------------------------------------- /SDT/Source/ilibrary.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/ilibrary.bmp -------------------------------------------------------------------------------- /SDT/Source/import.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/import.bmp -------------------------------------------------------------------------------- /SDT/Source/indexes.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/indexes.bmp -------------------------------------------------------------------------------- /SDT/Source/indexes.fr2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/indexes.fr2 -------------------------------------------------------------------------------- /SDT/Source/indexes.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/indexes.frx -------------------------------------------------------------------------------- /SDT/Source/indexwiz.sc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/indexwiz.sc2 -------------------------------------------------------------------------------- /SDT/Source/indexwiz.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/indexwiz.sct -------------------------------------------------------------------------------- /SDT/Source/indexwiz.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/indexwiz.scx -------------------------------------------------------------------------------- /SDT/Source/iremview.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/iremview.bmp -------------------------------------------------------------------------------- /SDT/Source/itable.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/itable.bmp -------------------------------------------------------------------------------- /SDT/Source/library.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/library.bmp -------------------------------------------------------------------------------- /SDT/Source/modify.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/modify.bmp -------------------------------------------------------------------------------- /SDT/Source/newprop.sc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/newprop.sc2 -------------------------------------------------------------------------------- /SDT/Source/newprop.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/newprop.sct -------------------------------------------------------------------------------- /SDT/Source/newprop.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/newprop.scx -------------------------------------------------------------------------------- /SDT/Source/newremvu.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/newremvu.bmp -------------------------------------------------------------------------------- /SDT/Source/newtabl.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/newtabl.bmp -------------------------------------------------------------------------------- /SDT/Source/newview.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/newview.bmp -------------------------------------------------------------------------------- /SDT/Source/newview.sc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/newview.sc2 -------------------------------------------------------------------------------- /SDT/Source/newview.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/newview.sct -------------------------------------------------------------------------------- /SDT/Source/newview.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/newview.scx -------------------------------------------------------------------------------- /SDT/Source/nodrop01.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/nodrop01.cur -------------------------------------------------------------------------------- /SDT/Source/notify.fr2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/notify.fr2 -------------------------------------------------------------------------------- /SDT/Source/notify.frt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/notify.frt -------------------------------------------------------------------------------- /SDT/Source/notify.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/notify.frx -------------------------------------------------------------------------------- /SDT/Source/notify.sc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/notify.sc2 -------------------------------------------------------------------------------- /SDT/Source/notify.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/notify.sct -------------------------------------------------------------------------------- /SDT/Source/notify.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/notify.scx -------------------------------------------------------------------------------- /SDT/Source/preview.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/preview.bmp -------------------------------------------------------------------------------- /SDT/Source/projinfo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/projinfo.bmp -------------------------------------------------------------------------------- /SDT/Source/property.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/property.bmp -------------------------------------------------------------------------------- /SDT/Source/redefine.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/redefine.bmp -------------------------------------------------------------------------------- /SDT/Source/redefine.msk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/redefine.msk -------------------------------------------------------------------------------- /SDT/Source/removtbl.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/removtbl.bmp -------------------------------------------------------------------------------- /SDT/Source/sdtpref.sc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/sdtpref.sc2 -------------------------------------------------------------------------------- /SDT/Source/sdtpref.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/sdtpref.sct -------------------------------------------------------------------------------- /SDT/Source/sdtpref.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/sdtpref.scx -------------------------------------------------------------------------------- /SDT/Source/sdtspanish.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/sdtspanish.h -------------------------------------------------------------------------------- /SDT/Source/seldbc.sc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/seldbc.sc2 -------------------------------------------------------------------------------- /SDT/Source/seldbc.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/seldbc.sct -------------------------------------------------------------------------------- /SDT/Source/seldbc.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/seldbc.scx -------------------------------------------------------------------------------- /SDT/Source/storepro.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/storepro.bmp -------------------------------------------------------------------------------- /SDT/Source/summary.fr2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/summary.fr2 -------------------------------------------------------------------------------- /SDT/Source/summary.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/summary.frx -------------------------------------------------------------------------------- /SDT/Source/sysdoc.sc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/sysdoc.sc2 -------------------------------------------------------------------------------- /SDT/Source/sysdoc.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/sysdoc.sct -------------------------------------------------------------------------------- /SDT/Source/sysdoc.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/sysdoc.scx -------------------------------------------------------------------------------- /SDT/Source/tables.fr2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/tables.fr2 -------------------------------------------------------------------------------- /SDT/Source/tables.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/tables.frx -------------------------------------------------------------------------------- /SDT/Source/update.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/update.bmp -------------------------------------------------------------------------------- /SDT/Source/wizard.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/wizard.bmp -------------------------------------------------------------------------------- /SDT/Source/wrench.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/wrench.ico -------------------------------------------------------------------------------- /SDT/Utility/dbcxreg.cdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Utility/dbcxreg.cdx -------------------------------------------------------------------------------- /SDT/Utility/dbcxreg.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Utility/dbcxreg.dbf -------------------------------------------------------------------------------- /SDT/Utility/dbcxreg.fpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Utility/dbcxreg.fpt -------------------------------------------------------------------------------- /SDT/Utility/dummy.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Utility/dummy.dbc -------------------------------------------------------------------------------- /SDT/Utility/dummy.dcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Utility/dummy.dcx -------------------------------------------------------------------------------- /SDT/Utility/fixdbc.app: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Utility/fixdbc.app -------------------------------------------------------------------------------- /SDT/Utility/fixdbc.pjt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Utility/fixdbc.pjt -------------------------------------------------------------------------------- /SDT/Utility/fixdbc.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Utility/fixdbc.sct -------------------------------------------------------------------------------- /SDT/Utility/fixdbc.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Utility/fixdbc.scx -------------------------------------------------------------------------------- /SDT/Utility/foxdbc.pjx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Utility/foxdbc.pjx -------------------------------------------------------------------------------- /SDT/Utility/props.cdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Utility/props.cdx -------------------------------------------------------------------------------- /SDT/Utility/props.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Utility/props.dbf -------------------------------------------------------------------------------- /SDT/Utility/sdtmeta.cdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Utility/sdtmeta.cdx -------------------------------------------------------------------------------- /SDT/Utility/sdtmeta.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Utility/sdtmeta.dbf -------------------------------------------------------------------------------- /SDT/Utility/sdtuser.cdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Utility/sdtuser.cdx -------------------------------------------------------------------------------- /SDT/Utility/sdtuser.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Utility/sdtuser.dbf -------------------------------------------------------------------------------- /SFCommon/sfactivex.vc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfactivex.vc2 -------------------------------------------------------------------------------- /SFCommon/sfactivex.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfactivex.vct -------------------------------------------------------------------------------- /SFCommon/sfactivex.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfactivex.vcx -------------------------------------------------------------------------------- /SFCommon/sfbutton.vc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfbutton.vc2 -------------------------------------------------------------------------------- /SFCommon/sfbutton.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfbutton.vct -------------------------------------------------------------------------------- /SFCommon/sfbutton.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfbutton.vcx -------------------------------------------------------------------------------- /SFCommon/sfmessage.vc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfmessage.vc2 -------------------------------------------------------------------------------- /SFCommon/sfmessage.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfmessage.vct -------------------------------------------------------------------------------- /SFCommon/sfmessage.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfmessage.vcx -------------------------------------------------------------------------------- /SFCommon/sfpersist.vc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfpersist.vc2 -------------------------------------------------------------------------------- /SFCommon/sfpersist.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfpersist.vct -------------------------------------------------------------------------------- /SFCommon/sfpersist.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfpersist.vcx -------------------------------------------------------------------------------- /SFCommon/sfregistry.vc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfregistry.vc2 -------------------------------------------------------------------------------- /SFCommon/sfregistry.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfregistry.vct -------------------------------------------------------------------------------- /SFCommon/sfregistry.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfregistry.vcx -------------------------------------------------------------------------------- /SFCommon/sfutility.vc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfutility.vc2 -------------------------------------------------------------------------------- /SFCommon/sfutility.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfutility.vct -------------------------------------------------------------------------------- /SFCommon/sfutility.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfutility.vcx -------------------------------------------------------------------------------- /SDT/Utility/coremeta.cdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Utility/coremeta.cdx -------------------------------------------------------------------------------- /SDT/Utility/coremeta.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Utility/coremeta.dbf -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/enum.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/enum.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/enum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/enum.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/main.tb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/main.tb -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/plus.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/lookups.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/lookups.dbf -------------------------------------------------------------------------------- /SFCommon/sfcollection.vc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfcollection.vc2 -------------------------------------------------------------------------------- /SFCommon/sfcollection.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfcollection.vct -------------------------------------------------------------------------------- /SFCommon/sfcollection.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sfcollection.vcx -------------------------------------------------------------------------------- /SFCommon/sftextmerge.vc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sftextmerge.vc2 -------------------------------------------------------------------------------- /SFCommon/sftextmerge.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sftextmerge.vct -------------------------------------------------------------------------------- /SFCommon/sftextmerge.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SFCommon/sftextmerge.vcx -------------------------------------------------------------------------------- /SDT/Source/sdtccontrol.vc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/sdtccontrol.vc2 -------------------------------------------------------------------------------- /SDT/Source/sdtccontrol.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/sdtccontrol.vct -------------------------------------------------------------------------------- /SDT/Source/sdtccontrol.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/sdtccontrol.vcx -------------------------------------------------------------------------------- /SDT/Source/sdtcontrols.vc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/sdtcontrols.vc2 -------------------------------------------------------------------------------- /SDT/Source/sdtcontrols.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/sdtcontrols.vct -------------------------------------------------------------------------------- /SDT/Source/sdtcontrols.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/sdtcontrols.vcx -------------------------------------------------------------------------------- /SDT/Source/sdtmanagers.vc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/sdtmanagers.vc2 -------------------------------------------------------------------------------- /SDT/Source/sdtmanagers.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/sdtmanagers.vct -------------------------------------------------------------------------------- /SDT/Source/sdtmanagers.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/Source/sdtmanagers.vcx -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/folder.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/header.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/header.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/header.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/index.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/index.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/index.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/license.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/license.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/license.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/license.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/minus.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/newtype.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/newtype.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/project.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/project.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/search.avi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/search.avi -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/seealso.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/seealso.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/seealso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/seealso.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/static.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/static.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/static.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/static.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/style.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/style.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/style.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/style.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/thumb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/thumb.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/topic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/topic.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/topic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/topic.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/unknown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/unknown.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/unknown.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/weblink.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/weblink.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/weblink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/weblink.png -------------------------------------------------------------------------------- /SDT/htmlhelp/images/ADD.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/ADD.BMP -------------------------------------------------------------------------------- /SDT/htmlhelp/images/COPY.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/COPY.BMP -------------------------------------------------------------------------------- /SDT/htmlhelp/images/OPEN.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/OPEN.BMP -------------------------------------------------------------------------------- /SDT/htmlhelp/images/SAVE.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/SAVE.BMP -------------------------------------------------------------------------------- /SDT/htmlhelp/images/STOP.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/STOP.BMP -------------------------------------------------------------------------------- /SDT/htmlhelp/images/UNDO.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/UNDO.BMP -------------------------------------------------------------------------------- /SDT/htmlhelp/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/logo.png -------------------------------------------------------------------------------- /SDT/htmlhelp/images/sdt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/sdt.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/images/td1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/td1.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/images/td2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/td2.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/images/td3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/td3.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/images/td4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/td4.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/database.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/database.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/database.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/datatable.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/datatable.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/datatable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/datatable.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/dataview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/dataview.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/dataview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/dataview.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/delegate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/delegate.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/delegate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/delegate.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/interface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/interface.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/interface.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/namespace.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/namespace.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/namespace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/namespace.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/text_16x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/text_16x.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/vsizegrip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/vsizegrip.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/whatsnew.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/whatsnew.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/whatsnew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/whatsnew.png -------------------------------------------------------------------------------- /SDT/htmlhelp/images/ATTACH.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/ATTACH.BMP -------------------------------------------------------------------------------- /SDT/htmlhelp/images/DELETE.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/DELETE.BMP -------------------------------------------------------------------------------- /SDT/htmlhelp/images/IMPORT.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/IMPORT.BMP -------------------------------------------------------------------------------- /SDT/htmlhelp/images/MODIFY.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/MODIFY.BMP -------------------------------------------------------------------------------- /SDT/htmlhelp/images/PRINT.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/PRINT.BMP -------------------------------------------------------------------------------- /SDT/htmlhelp/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/Thumbs.db -------------------------------------------------------------------------------- /SDT/htmlhelp/images/UPDATE.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/UPDATE.BMP -------------------------------------------------------------------------------- /SDT/htmlhelp/images/WIZARD.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/WIZARD.BMP -------------------------------------------------------------------------------- /SDT/htmlhelp/images/fixdbc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/fixdbc.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/images/sysdoc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/sysdoc.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/classevent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/classevent.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/classevent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/classevent.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/classfield.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/classfield.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/classfield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/classfield.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/classheader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/classheader.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/classheader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/classheader.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/classmethod.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/classmethod.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/classmethod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/classmethod.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/datacolumn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/datacolumn.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/datacolumn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/datacolumn.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/datafunction.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/datafunction.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/datafunction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/datafunction.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/header_open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/header_open.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/header_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/header_open.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/index_open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/index_open.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/index_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/index_open.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/newtype_open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/newtype_open.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/topic_open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/topic_open.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/vstsworkitem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/vstsworkitem.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/weblink_open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/weblink_open.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/webservice.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/webservice.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/webservice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/webservice.png -------------------------------------------------------------------------------- /SDT/htmlhelp/images/ADDTABL.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/ADDTABL.BMP -------------------------------------------------------------------------------- /SDT/htmlhelp/images/BATCHADD.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/BATCHADD.BMP -------------------------------------------------------------------------------- /SDT/htmlhelp/images/BROWSTBL.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/BROWSTBL.BMP -------------------------------------------------------------------------------- /SDT/htmlhelp/images/INDEXES.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/INDEXES.BMP -------------------------------------------------------------------------------- /SDT/htmlhelp/images/LIBRARY.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/LIBRARY.BMP -------------------------------------------------------------------------------- /SDT/htmlhelp/images/NEWTABL.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/NEWTABL.BMP -------------------------------------------------------------------------------- /SDT/htmlhelp/images/PROJINFO.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/PROJINFO.BMP -------------------------------------------------------------------------------- /SDT/htmlhelp/images/REDEFINE.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/REDEFINE.BMP -------------------------------------------------------------------------------- /SDT/htmlhelp/images/REDEFINE.MSK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/REDEFINE.MSK -------------------------------------------------------------------------------- /SDT/htmlhelp/images/REMOVTBL.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/REMOVTBL.BMP -------------------------------------------------------------------------------- /SDT/htmlhelp/images/dragcopy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/dragcopy.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/images/dragmove.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/dragmove.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/images/extprops.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/extprops.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/images/fieldrep.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/fieldrep.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/images/indexwiz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/indexwiz.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/images/mrulist.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/mrulist.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/images/newprop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/newprop.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/images/newview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/newview.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/images/sdtpref1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/sdtpref1.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/images/sdtpref2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/sdtpref2.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/images/sdtpref3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/sdtpref3.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/images/vsizegrip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/vsizegrip.png -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | #.gitattributes 2 | # disable newline conversion on checkout with no conversion on check-in for all files 3 | * -text 4 | -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/classproperty.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/classproperty.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/classproperty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/classproperty.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/datastoredproc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/datastoredproc.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/datastoredproc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/datastoredproc.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/whatsnew_open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/whatsnew_open.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/images/notifyfield.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/notifyfield.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/images/notifytable.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/notifytable.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/classconstructor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/classconstructor.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/classconstructor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/classconstructor.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/classevent_open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/classevent_open.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/classheader_open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/classheader_open.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/classmethod_open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/classmethod_open.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/vstsworkitemquery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/vstsworkitemquery.png -------------------------------------------------------------------------------- /SDT/htmlhelp/images/fieldtutorial.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/images/fieldtutorial.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/classproperty_open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/classproperty_open.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/classmethodprotected.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/classmethodprotected.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/classmethodprotected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/classmethodprotected.png -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/classpropertyprotected.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/classpropertyprotected.gif -------------------------------------------------------------------------------- /SDT/htmlhelp/bmp/classpropertyprotected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/bmp/classpropertyprotected.png -------------------------------------------------------------------------------- /SDT/Utility/fox.reg: -------------------------------------------------------------------------------- 1 | REGEDIT4 2 | 3 | [HKEY_CLASSES_ROOT\Licenses\DB4C0D00-400B-101B-A3C9-08002B2F49FB] 4 | @="mgkgtgnnmnmninigthkgogggvmkhinjggnvm" 5 | 6 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/emptydocument.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/MSWORD/emptydocument.doc -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/helpbuildertemplate.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/MSWORD/helpbuildertemplate.doc -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/scripts/fontawesome/fonts/fontawesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/scripts/fontawesome/fonts/fontawesome.otf -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/scripts/fontawesome/fonts/FontAwesome.otf._rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/scripts/fontawesome/fonts/FontAwesome.otf._rb -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/msdn/scripts/fontawesome/fonts/fontawesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/msdn/scripts/fontawesome/fonts/fontawesome.otf -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/scripts/fontawesome/fonts/fontawesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/MSWORD/scripts/fontawesome/fonts/fontawesome.otf -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/darkhan/scripts/fontawesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/darkhan/scripts/fontawesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/github/scripts/fontawesome/fonts/fontawesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/github/scripts/fontawesome/fonts/fontawesome.otf -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/scripts/fontawesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/scripts/fontawesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/scripts/fontawesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/scripts/fontawesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/scripts/fontawesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/scripts/fontawesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/scripts/fontawesome/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/scripts/fontawesome/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/msdn/scripts/fontawesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/msdn/scripts/fontawesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/msdn/scripts/fontawesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/msdn/scripts/fontawesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/msdn/scripts/fontawesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/msdn/scripts/fontawesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/scripts/fontawesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/MSWORD/scripts/fontawesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/scripts/fontawesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/MSWORD/scripts/fontawesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/scripts/fontawesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/MSWORD/scripts/fontawesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/darkhan/scripts/fontawesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/darkhan/scripts/fontawesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/darkhan/scripts/fontawesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/darkhan/scripts/fontawesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/github/scripts/fontawesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/github/scripts/fontawesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/github/scripts/fontawesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/github/scripts/fontawesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/github/scripts/fontawesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/github/scripts/fontawesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/msdn/scripts/fontawesome/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/msdn/scripts/fontawesome/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/scripts/fontawesome/fonts/fontawesome-webfont.ttf._rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/MSWORD/scripts/fontawesome/fonts/fontawesome-webfont.ttf._rb -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/scripts/fontawesome/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/MSWORD/scripts/fontawesome/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/darkhan/scripts/fontawesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/darkhan/scripts/fontawesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/darkhan/scripts/fontawesome/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/darkhan/scripts/fontawesome/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/github/scripts/fontawesome/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/github/scripts/fontawesome/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/scripts/highlightjs/styles/darkula.css: -------------------------------------------------------------------------------- 1 | /* 2 | Deprecated due to a typo in the name and left here for compatibility purpose only. 3 | Please use darcula.css instead. 4 | */ 5 | 6 | @import url('darcula.css'); 7 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/scripts/highlightjs/styles/darkula.css: -------------------------------------------------------------------------------- 1 | /* 2 | Deprecated due to a typo in the name and left here for compatibility purpose only. 3 | Please use darcula.css instead. 4 | */ 5 | 6 | @import url('darcula.css'); 7 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/darkhan/scripts/highlightjs/styles/darkula.css: -------------------------------------------------------------------------------- 1 | /* 2 | Deprecated due to a typo in the name and left here for compatibility purpose only. 3 | Please use darcula.css instead. 4 | */ 5 | 6 | @import url('darcula.css'); 7 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/github/scripts/highlightjs/styles/darkula.css: -------------------------------------------------------------------------------- 1 | /* 2 | Deprecated due to a typo in the name and left here for compatibility purpose only. 3 | Please use darcula.css instead. 4 | */ 5 | 6 | @import url('darcula.css'); 7 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/msdn/scripts/highlightjs/styles/darkula.css: -------------------------------------------------------------------------------- 1 | /* 2 | Deprecated due to a typo in the name and left here for compatibility purpose only. 3 | Please use darcula.css instead. 4 | */ 5 | 6 | @import url('darcula.css'); 7 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/darkhan/scripts/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf._rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DougHennig/StonefieldDatabaseToolkit/HEAD/SDT/htmlhelp/templates/darkhan/scripts/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf._rb -------------------------------------------------------------------------------- /SDT/Tutorial/setup.prg: -------------------------------------------------------------------------------- 1 | set talk off 2 | set deleted on 3 | set safety off 4 | set notify off 5 | set exclusive off 6 | set path to \tools\sdt5.1, \tools\sdt5.1\source, \tools\sdt5.1\tutorial, \tools\sfquery5.1, \tools\sfquery5.1\sample, \tools\sfcommon 7 | do SDT.APP 8 | -------------------------------------------------------------------------------- /SFCommon/sfctrlchar.h: -------------------------------------------------------------------------------- 1 | * Control character constants. 2 | 3 | #define ccCRLF chr(13) + chr(10) 4 | #define ccCR chr(13) 5 | #define ccLF chr(10) 6 | #define ccNULL chr(0) 7 | #define ccTAB chr(9) 8 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/darkhan/updatescripts.ps1: -------------------------------------------------------------------------------- 1 | cd "$PSScriptRoot" 2 | 3 | copy-item .\scripts .\github -Force -Recurse 4 | copy-item .\scripts .\msdn -Force -Recurse 5 | copy-item .\scripts .\darkhan -Force -Recurse 6 | copy-item .\scripts .\darkhan_noframes -Force -Recurse 7 | copy-item .\scripts .\msword -Force -Recurse -------------------------------------------------------------------------------- /SDT/Tutorial/copysrc.prg: -------------------------------------------------------------------------------- 1 | lparameters lcDir 2 | if empty(lcDir) 3 | lcDir = '' 4 | else 5 | lcDir = addbs(lcDir) 6 | endif empty(lcDir) 7 | close databases all 8 | lnFiles = adir(laFiles, 'datasrc\*.*') 9 | for lnI = 1 to lnFiles 10 | copy file ('datasrc\' + laFiles[lnI, 1]) to (lcDir + laFiles[lnI, 1]) 11 | next lnI 12 | -------------------------------------------------------------------------------- /SFCommon/sfmessage.h: -------------------------------------------------------------------------------- 1 | * Constants for the SFMessageMgr and SFMessageForm classes. 2 | 3 | #include SFCTRLS.H 4 | #define cnICON_SPACING 10 5 | #define cnBUTTON_SPACING 5 6 | #define cnBUTTON_LEFT 10 7 | #define cnBUTTON_TOP 200 8 | #define cnMESSAGE_SPACING 10 9 | #define cnFORM_SPACING 10 10 | #define cnMESSAGE_ADJUST 5 -------------------------------------------------------------------------------- /SFCommon/sfactivex.h: -------------------------------------------------------------------------------- 1 | #include FOXPRO.H 2 | #include SFREGISTRY.H 3 | 4 | * Strings to substitute in error and other messages. 5 | 6 | #define ccMSG_INSERT1 '' 7 | 8 | * Error messages. 9 | 10 | #define ccERR_OLE_NOT_REG ' is not properly registered on this computer.' 11 | #define ccERR_OCX_NOT_FOUND ' is not installed on this computer.' 12 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/index.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 5 |
6 | 7 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 8 |

Remarks

9 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 10 | <% ENDIF %> 11 | 12 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 13 |

See also

14 | <%= lcSeeAlsoTopics %> 15 | <% endif %> 16 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/index.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 5 |
6 | 7 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 8 |

Remarks

9 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 10 | <% ENDIF %> 11 | 12 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 13 |

See also

14 | <%= lcSeeAlsoTopics %> 15 | <% endif %> 16 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/darkhan/index.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 5 |
6 | 7 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 8 |

Remarks

9 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 10 | <% ENDIF %> 11 | 12 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 13 |

See also

14 | <%= lcSeeAlsoTopics %> 15 | <% endif %> 16 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/github/index.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 5 |
6 | 7 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 8 |

Remarks

9 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 10 | <% ENDIF %> 11 | 12 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 13 |

See also

14 | <%= lcSeeAlsoTopics %> 15 | <% endif %> 16 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/msdn/index.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 5 |
6 | 7 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 8 |

Remarks

9 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 10 | <% ENDIF %> 11 | 12 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 13 |

See also

14 | <%= lcSeeAlsoTopics %> 15 | <% endif %> 16 | -------------------------------------------------------------------------------- /SFCommon/sfutility.h: -------------------------------------------------------------------------------- 1 | #include SFCTRLS.H 2 | 3 | * Messages. 4 | 5 | #define ccMSG_PLEASE_WAIT 'Please wait...' 6 | 7 | * Win32API constants. 8 | 9 | #define cnMAX_PATH 260 10 | #define cnFS_CASE_SENSITIVE 0 11 | #define cnFS_CASE_IS_PRESERVED 1 12 | #define cnFS_UNICODE_STORED_ON_DISK 2 13 | #define cnFS_PERSISTENT_ACLS 3 14 | #define cnFS_FILE_COMPRESSION 4 15 | #define cnFS_VOL_IS_COMPRESSED 15 16 | -------------------------------------------------------------------------------- /SFCommon/sfctrls.h: -------------------------------------------------------------------------------- 1 | * Include other include files. 2 | 3 | #include FOXPRO.H 4 | #include SFERRORS.H 5 | #include SFCTRLCHAR.H 6 | 7 | * Flag if we have VFP 7 or later. 8 | 9 | #define clVFP7ORLATER (type('version(5)') <> 'U' and evaluate('version(5)') >= 700) 10 | 11 | * Strings to substitute in error and other messages. 12 | 13 | #define ccMSG_INSERT1 '' 14 | #define ccMSG_INSERT2 '' 15 | #define ccMSG_INSERT3 '' 16 | -------------------------------------------------------------------------------- /SDT/htmlhelp/lookups.fpt: -------------------------------------------------------------------------------- 1 | @ -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # use glob syntax. 2 | syntax: glob 3 | 4 | # VFP generated files 5 | *.err 6 | *.ERR 7 | *.mpr 8 | *.MPR 9 | 10 | # VFP compiled files 11 | *.fxp 12 | *.FXP 13 | *.mpx 14 | *.MPX 15 | *.qpx 16 | *.QPX 17 | 18 | # VFP backup files 19 | *.bak 20 | *.BAK 21 | *.tbk 22 | *.TBK 23 | 24 | # Misc backup files 25 | *.orig 26 | *.ORIG 27 | *.save 28 | *.SAVE 29 | *.zip 30 | *.ZIP 31 | 32 | # Other files 33 | *.chw 34 | SDT/htmlhelp/*.htm 35 | SDT/htmlhelp/sdt_recover.* 36 | SDT/htmlhelp/index.xml 37 | 38 | 39 | -------------------------------------------------------------------------------- /SDT/Utility/dummy.dct: -------------------------------------------------------------------------------- 1 | @  2 | date, ; 3 | lower(oUtility.JustStem(tcDBC -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/scripts/bootstrap/dist/js/npm.js: -------------------------------------------------------------------------------- 1 | // This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment. 2 | require('../../js/transition.js') 3 | require('../../js/alert.js') 4 | require('../../js/button.js') 5 | require('../../js/carousel.js') 6 | require('../../js/collapse.js') 7 | require('../../js/dropdown.js') 8 | require('../../js/modal.js') 9 | require('../../js/tooltip.js') 10 | require('../../js/popover.js') 11 | require('../../js/scrollspy.js') 12 | require('../../js/tab.js') 13 | require('../../js/affix.js') -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/msdn/scripts/bootstrap/dist/js/npm.js: -------------------------------------------------------------------------------- 1 | // This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment. 2 | require('../../js/transition.js') 3 | require('../../js/alert.js') 4 | require('../../js/button.js') 5 | require('../../js/carousel.js') 6 | require('../../js/collapse.js') 7 | require('../../js/dropdown.js') 8 | require('../../js/modal.js') 9 | require('../../js/tooltip.js') 10 | require('../../js/popover.js') 11 | require('../../js/scrollspy.js') 12 | require('../../js/tab.js') 13 | require('../../js/affix.js') -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/scripts/bootstrap/dist/js/npm.js: -------------------------------------------------------------------------------- 1 | // This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment. 2 | require('../../js/transition.js') 3 | require('../../js/alert.js') 4 | require('../../js/button.js') 5 | require('../../js/carousel.js') 6 | require('../../js/collapse.js') 7 | require('../../js/dropdown.js') 8 | require('../../js/modal.js') 9 | require('../../js/tooltip.js') 10 | require('../../js/popover.js') 11 | require('../../js/scrollspy.js') 12 | require('../../js/tab.js') 13 | require('../../js/affix.js') -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/darkhan/scripts/bootstrap/dist/js/npm.js: -------------------------------------------------------------------------------- 1 | // This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment. 2 | require('../../js/transition.js') 3 | require('../../js/alert.js') 4 | require('../../js/button.js') 5 | require('../../js/carousel.js') 6 | require('../../js/collapse.js') 7 | require('../../js/dropdown.js') 8 | require('../../js/modal.js') 9 | require('../../js/tooltip.js') 10 | require('../../js/popover.js') 11 | require('../../js/scrollspy.js') 12 | require('../../js/tab.js') 13 | require('../../js/affix.js') -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/github/scripts/bootstrap/dist/js/npm.js: -------------------------------------------------------------------------------- 1 | // This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment. 2 | require('../../js/transition.js') 3 | require('../../js/alert.js') 4 | require('../../js/button.js') 5 | require('../../js/carousel.js') 6 | require('../../js/collapse.js') 7 | require('../../js/dropdown.js') 8 | require('../../js/modal.js') 9 | require('../../js/tooltip.js') 10 | require('../../js/popover.js') 11 | require('../../js/scrollspy.js') 12 | require('../../js/tab.js') 13 | require('../../js/affix.js') -------------------------------------------------------------------------------- /SDT/htmlhelp/wwhelp.ini: -------------------------------------------------------------------------------- 1 | [wwHelp] 2 | Appname=West Wind HTML Help Builder 3 | Classopenpath=\TOOLS\SDT\HTMLHELP\ 4 | Codefont= 5 | Editfont= 6 | Eventobjectprogid= 7 | Lastfile= 8 | Lastimagepath=\TOOLS\SDT\HTMLHELP\ 9 | Lasttopic= 10 | Ltag=<< 11 | Outputpath= 12 | Projectopenpath=\TOOLS\SDT\HTMLHELP\ 13 | Recentlist= 14 | Rtag=>> 15 | Templateeditor=Notepad.exe 16 | Lastbackup=08/07/01 17 | Lastversioncheck=10/18/02 18 | Autoinchelpid=On 19 | Autosavetopics=On 20 | Showhelpcontextid=Off 21 | Height=300 22 | Left=0 23 | Maxrecent=15 24 | Splitter=190 25 | Top=0 26 | Viewmode=1 27 | Width=400 28 | -------------------------------------------------------------------------------- /SDT/Tutorial/copyclnt.prg: -------------------------------------------------------------------------------- 1 | close databases all 2 | copy file dev\testdata.dbc to client\testdata.dbc 3 | copy file dev\testdata.dct to client\testdata.dct 4 | copy file dev\testdata.dcx to client\testdata.dcx 5 | copy file dev\coremeta.dbf to client\coremeta.dbf 6 | copy file dev\coremeta.fpt to client\coremeta.fpt 7 | copy file dev\coremeta.cdx to client\coremeta.cdx 8 | copy file dev\sdtmeta.dbf to client\sdtmeta.dbf 9 | copy file dev\sdtmeta.cdx to client\sdtmeta.cdx 10 | copy file dev\sdtuser.dbf to client\sdtuser.dbf 11 | copy file dev\sdtuser.cdx to client\sdtuser.cdx 12 | copy file dev\dbcxreg.dbf to client\dbcxreg.dbf 13 | copy file dev\dbcxreg.fpt to client\dbcxreg.fpt 14 | copy file dev\dbcxreg.cdx to client\dbcxreg.cdx 15 | -------------------------------------------------------------------------------- /SFCommon/execscript.prg: -------------------------------------------------------------------------------- 1 | lparameters tcCode, ; 2 | tuParm1, ; 3 | tuParm2, ; 4 | tuParm3 5 | local loUtility, ; 6 | luReturn 7 | if type('oUtility.Name') = 'C' 8 | loUtility = oUtility 9 | else 10 | loUtility = MakeObject('SFUtility', 'SFUtility.vcx') 11 | endif type('oUtility.Name') = 'C' 12 | do case 13 | case pcount() = 4 14 | luReturn = loUtility.RunCode(tcCode, set('DATASESSION'), tuParm1, ; 15 | tuParm2, tuParm3) 16 | case pcount() = 3 17 | luReturn = loUtility.RunCode(tcCode, set('DATASESSION'), tuParm1, ; 18 | tuParm2) 19 | case pcount() = 2 20 | luReturn = loUtility.RunCode(tcCode, set('DATASESSION'), tuParm1) 21 | otherwise 22 | luReturn = loUtility.RunCode(tcCode, set('DATASESSION')) 23 | endcase 24 | return luReturn 25 | -------------------------------------------------------------------------------- /SDT/DBCX/validate.prg: -------------------------------------------------------------------------------- 1 | * Set up the environment and open the TESTDATA database. 2 | 3 | clear all 4 | close databases all 5 | set classlib to locfile('DBCXMGR.VCX', 'Visual Class Library (*.vcx):VCX') 6 | lcSampleDir = iif(type('_samples') = 'U', home() + 'samples\', _samples) 7 | open database (lcSampleDir + 'DATA\TESTDATA') 8 | 9 | * Instantiate DBCXMgr in "create" mode so the meta data tables are created (the 10 | * fourth parameter is .T. for "create" mode and the third parameter is the 11 | * directory to create the meta data tables in). Point DBCXMgr to the database, 12 | * turn on "show status" mode, and call its Validate method. 13 | 14 | oMeta = createobject('DBCXMgr', .F., '', .T.) 15 | oMeta.SetDatabase(dbc()) 16 | oMeta.lShowStatus = .T. 17 | oMeta.Validate() 18 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/datastoredproc.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |
8 | 9 |
10 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 11 |
12 | 13 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 14 |

Remarks

15 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 16 | <% ENDIF %> 17 | 18 | <% IF !EMPTY(oHelp.oTopic.Example) %> 19 |

Example

20 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 21 | <% ENDIF %> 22 | 23 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 24 |

See also

25 | <%= lcSeeAlsoTopics %> 26 | <% endif %> 27 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/whatsnew.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |

4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |

8 | 9 |
10 | 11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 13 |
14 | 15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 16 |

Remarks

17 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 18 | <% ENDIF %> 19 | 20 | <% IF !EMPTY(oHelp.oTopic.Example) %> 21 |

Example

22 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 23 | <% ENDIF %> 24 | 25 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 26 |

See also

27 | <%= lcSeeAlsoTopics %> 28 | <% endif %> 29 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/whatsnew.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |

4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |

8 | 9 |
10 | 11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 13 |
14 | 15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 16 |

Remarks

17 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 18 | <% ENDIF %> 19 | 20 | <% IF !EMPTY(oHelp.oTopic.Example) %> 21 |

Example

22 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 23 | <% ENDIF %> 24 | 25 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 26 |

See also

27 | <%= lcSeeAlsoTopics %> 28 | <% endif %> 29 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/darkhan/whatsnew.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |

4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |

8 | 9 |
10 | 11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 13 |
14 | 15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 16 |

Remarks

17 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 18 | <% ENDIF %> 19 | 20 | <% IF !EMPTY(oHelp.oTopic.Example) %> 21 |

Example

22 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 23 | <% ENDIF %> 24 | 25 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 26 |

See also

27 | <%= lcSeeAlsoTopics %> 28 | <% endif %> 29 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/github/whatsnew.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |

4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |

8 | 9 |
10 | 11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 13 |
14 | 15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 16 |

Remarks

17 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 18 | <% ENDIF %> 19 | 20 | <% IF !EMPTY(oHelp.oTopic.Example) %> 21 |

Example

22 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 23 | <% ENDIF %> 24 | 25 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 26 |

See also

27 | <%= lcSeeAlsoTopics %> 28 | <% endif %> 29 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/msdn/datastoredproc.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |
8 | 9 |
10 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 11 |
12 | 13 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 14 |

Remarks

15 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 16 | <% ENDIF %> 17 | 18 | <% IF !EMPTY(oHelp.oTopic.Example) %> 19 |

Example

20 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 21 | <% ENDIF %> 22 | 23 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 24 |

See also

25 | <%= lcSeeAlsoTopics %> 26 | <% endif %> 27 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/msdn/whatsnew.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |

4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |

8 | 9 |
10 | 11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 13 |
14 | 15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 16 |

Remarks

17 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 18 | <% ENDIF %> 19 | 20 | <% IF !EMPTY(oHelp.oTopic.Example) %> 21 |

Example

22 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 23 | <% ENDIF %> 24 | 25 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 26 |

See also

27 | <%= lcSeeAlsoTopics %> 28 | <% endif %> 29 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/datastoredproc.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |
8 | 9 |
10 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 11 |
12 | 13 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 14 |

Remarks

15 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 16 | <% ENDIF %> 17 | 18 | <% IF !EMPTY(oHelp.oTopic.Example) %> 19 |

Example

20 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 21 | <% ENDIF %> 22 | 23 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 24 |

See also

25 | <%= lcSeeAlsoTopics %> 26 | <% endif %> 27 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/darkhan/datastoredproc.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |
8 | 9 |
10 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 11 |
12 | 13 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 14 |

Remarks

15 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 16 | <% ENDIF %> 17 | 18 | <% IF !EMPTY(oHelp.oTopic.Example) %> 19 |

Example

20 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 21 | <% ENDIF %> 22 | 23 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 24 |

See also

25 | <%= lcSeeAlsoTopics %> 26 | <% endif %> 27 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/github/datastoredproc.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |
8 | 9 |
10 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 11 |
12 | 13 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 14 |

Remarks

15 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 16 | <% ENDIF %> 17 | 18 | <% IF !EMPTY(oHelp.oTopic.Example) %> 19 |

Example

20 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 21 | <% ENDIF %> 22 | 23 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 24 |

See also

25 | <%= lcSeeAlsoTopics %> 26 | <% endif %> 27 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/topic.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |

4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |

8 | 9 |
10 | 11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 13 |
14 | 15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 16 |

Remarks

17 |
18 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 19 |
20 | <% ENDIF %> 21 | 22 | <% IF !EMPTY(oHelp.oTopic.Example) %> 23 |

Example

24 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 25 | <% ENDIF %> 26 | 27 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 28 |

See also

29 | <%= lcSeeAlsoTopics %> 30 | <% endif %> 31 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/Compiled/index.PRG: -------------------------------------------------------------------------------- 1 | LOCAL CRLF 2 | CRLF = CHR(13) + CHR(10) 3 | 4 | IF (!wwScriptIsLayout) 5 | wwScriptIsLayout = .T. 6 | wwScript.RenderAspScript("~/templates/_Layout.wcs") 7 | RETURN 8 | ENDIF 9 | Response.Write([]+ CRLF +; 10 | []+ CRLF +; 11 | []+ CRLF +; 12 | [
]) 13 | 14 | Response.Write(TRANSFORM( EVALUATE([ oHelp.FormatHTML(oHelp.oTopic.Body) ]) )) 15 | 16 | Response.Write([]+ CRLF +; 17 | [
]+ CRLF +; 18 | []) 19 | 20 | IF !EMPTY(oHelp.oTopic.Remarks) 21 | Response.Write([]+ CRLF +; 22 | [

Remarks

]+ CRLF +; 23 | []) 24 | 25 | Response.Write(TRANSFORM( EVALUATE([ oHelp.FormatHTML(oHelp.oTopic.Remarks) ]) )) 26 | 27 | 28 | ENDIF 29 | 30 | if !EMPTY(oHelp.oTopic.SeeAlso) 31 | Response.Write([]+ CRLF +; 32 | [

See also

]) 33 | 34 | Response.Write(TRANSFORM( EVALUATE([ lcSeeAlsoTopics ]) )) 35 | 36 | 37 | endif 38 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/msdn/topic.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |

4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |

8 | 9 |
10 | 11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 13 |
14 | 15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 16 |

Remarks

17 |
18 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 19 |
20 | <% ENDIF %> 21 | 22 | <% IF !EMPTY(oHelp.oTopic.Example) %> 23 |

Example

24 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 25 | <% ENDIF %> 26 | 27 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 28 |

See also

29 | <%= lcSeeAlsoTopics %> 30 | <% endif %> 31 | -------------------------------------------------------------------------------- /SDT/Tutorial/corrupt.prg: -------------------------------------------------------------------------------- 1 | lparameters tcTable, ; 2 | tlMemoOnly 3 | local lcTable 4 | if type('tcTable') <> 'C' or empty(tcTable) 5 | wait window 'Please specify a table to corrupt.' 6 | return 7 | endif type('tcTable') <> 'C' ... 8 | lcTable = upper(tcTable) 9 | do case 10 | case file(lcTable) 11 | case not empty(dbc()) 12 | lcTable = substr(lcTable, rat('\', lcTable) + 1) 13 | lcTable = fullpath(dbgetprop(lcTable, 'Table', 'Path'), dbc()) 14 | otherwise 15 | lcTable = lcTable + '.DBF' 16 | endcase 17 | if not file(lcTable) 18 | wait window tcTable + ' was not found.' 19 | return 20 | endif not file(lcTable) 21 | close tables all 22 | lcMemo = left(lcTable, at('.', lcTable)) + 'FPT' 23 | if tlMemoOnly and file(lcMemo) 24 | lcTable = lcMemo 25 | endif tlMemoOnly ... 26 | lnHandle = fopen(lcTable, 2) 27 | if lnHandle < 0 28 | wait window 'Could not open table.' 29 | return 30 | endif lnHandle < 0 31 | = fwrite(lnHandle, replicate(chr(0), 10)) 32 | = fclose(lnHandle) 33 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/topic.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |

4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |

8 | 9 |
10 | 11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 13 |
14 | 15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 16 |

Remarks

17 |
18 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 19 |
20 | <% ENDIF %> 21 | 22 | <% IF !EMPTY(oHelp.oTopic.Example) %> 23 |

Example

24 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 25 | <% ENDIF %> 26 | 27 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 28 |

See also

29 | <%= lcSeeAlsoTopics %> 30 | <% endif %> 31 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/darkhan/topic.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |

4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |

8 | 9 |
10 | 11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 13 |
14 | 15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 16 |

Remarks

17 |
18 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 19 |
20 | <% ENDIF %> 21 | 22 | <% IF !EMPTY(oHelp.oTopic.Example) %> 23 |

Example

24 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 25 | <% ENDIF %> 26 | 27 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 28 |

See also

29 | <%= lcSeeAlsoTopics %> 30 | <% endif %> 31 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/github/topic.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |

4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |

8 | 9 |
10 | 11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 13 |
14 | 15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 16 |

Remarks

17 |
18 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 19 |
20 | <% ENDIF %> 21 | 22 | <% IF !EMPTY(oHelp.oTopic.Example) %> 23 |

Example

24 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 25 | <% ENDIF %> 26 | 27 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 28 |

See also

29 | <%= lcSeeAlsoTopics %> 30 | <% endif %> 31 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/header.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |
8 | 9 |
10 | 11 |
12 | <% if !EMPTY(oHelp.oTopic.Body) %> 13 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 14 | <% else %> 15 | <%= ChildTopicsList() %> 16 | <% endif %> 17 |
18 | 19 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 20 |

Remarks

21 |
22 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 23 |
24 | <% ENDIF %> 25 | 26 | <% IF !EMPTY(oHelp.oTopic.Example) %> 27 |

Example

28 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 29 | <% ENDIF %> 30 | 31 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 32 |

See also

33 | <%= lcSeeAlsoTopics %> 34 | <% endif %> 35 | -------------------------------------------------------------------------------- /SDT/DBCX/calcfld.prg: -------------------------------------------------------------------------------- 1 | * Set up the environment and open the TESTDATA database. 2 | 3 | clear all 4 | close databases all 5 | set classlib to locfile('DBCXMGR.VCX', 'Visual Class Library (*.vcx):VCX') 6 | lcSampleDir = iif(type('_samples') = 'U', home() + 'samples\', _samples) 7 | open database (lcSampleDir + 'DATA\TESTDATA') 8 | 9 | * Instantiate DBCXMgr and point it to the database. Note: this assumes you've 10 | * already run VALIDATE.PRG. 11 | 12 | oMeta = createobject('DBCXMgr') 13 | oMeta.SetDatabase(dbc()) 14 | 15 | * Create a calculated field if it doesn't already exist. 16 | 17 | if isnull(oMeta.DBCXGetProp('orditems.total_price', 'User', 'Expression')) 18 | oMeta.AddRow('orditems.total_price', 'User') 19 | oMeta.DBCXSetProp('Expression', 'orditems.unit_price * orditems.quantity') 20 | endif isnull(oMeta.DBCXGetProp('orditems.total_price', 'User', 'Expression')) 21 | 22 | * Now browse the ORDITEMS table, displaying the calculated field. 23 | 24 | lcExpr = oMeta.DBCXGetProp('Expression') 25 | use ORDITEMS 26 | browse fields ORDER_ID, LINE_NO, UNIT_PRICE, QUANTITY, TOTAL_PRICE = &lcExpr 27 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/header.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |
8 | 9 |
10 | 11 |
12 | <% if !EMPTY(oHelp.oTopic.Body) %> 13 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 14 | <% else %> 15 | <%= ChildTopicsList() %> 16 | <% endif %> 17 |
18 | 19 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 20 |

Remarks

21 |
22 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 23 |
24 | <% ENDIF %> 25 | 26 | <% IF !EMPTY(oHelp.oTopic.Example) %> 27 |

Example

28 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 29 | <% ENDIF %> 30 | 31 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 32 |

See also

33 | <%= lcSeeAlsoTopics %> 34 | <% endif %> 35 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/github/header.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |
8 | 9 |
10 | 11 |
12 | <% if !EMPTY(oHelp.oTopic.Body) %> 13 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 14 | <% else %> 15 | <%= ChildTopicsList() %> 16 | <% endif %> 17 |
18 | 19 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 20 |

Remarks

21 |
22 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 23 |
24 | <% ENDIF %> 25 | 26 | <% IF !EMPTY(oHelp.oTopic.Example) %> 27 |

Example

28 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 29 | <% ENDIF %> 30 | 31 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 32 |

See also

33 | <%= lcSeeAlsoTopics %> 34 | <% endif %> 35 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/msdn/header.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |
8 | 9 |
10 | 11 |
12 | <% if !EMPTY(oHelp.oTopic.Body) %> 13 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 14 | <% else %> 15 | <%= ChildTopicsList() %> 16 | <% endif %> 17 |
18 | 19 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 20 |

Remarks

21 |
22 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 23 |
24 | <% ENDIF %> 25 | 26 | <% IF !EMPTY(oHelp.oTopic.Example) %> 27 |

Example

28 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 29 | <% ENDIF %> 30 | 31 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 32 |

See also

33 | <%= lcSeeAlsoTopics %> 34 | <% endif %> 35 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/darkhan/header.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |
8 | 9 |
10 | 11 |
12 | <% if !EMPTY(oHelp.oTopic.Body) %> 13 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 14 | <% else %> 15 | <%= ChildTopicsList() %> 16 | <% endif %> 17 |
18 | 19 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 20 |

Remarks

21 |
22 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 23 |
24 | <% ENDIF %> 25 | 26 | <% IF !EMPTY(oHelp.oTopic.Example) %> 27 |

Example

28 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 29 | <% ENDIF %> 30 | 31 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 32 |

See also

33 | <%= lcSeeAlsoTopics %> 34 | <% endif %> 35 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/scripts/highlightjs/styles/mono-blue.css: -------------------------------------------------------------------------------- 1 | /* 2 | Five-color theme from a single blue hue. 3 | */ 4 | .hljs { 5 | display: block; 6 | overflow-x: auto; 7 | padding: 0.5em; 8 | background: #eaeef3; 9 | } 10 | 11 | .hljs { 12 | color: #00193a; 13 | } 14 | 15 | .hljs-keyword, 16 | .hljs-selector-tag, 17 | .hljs-title, 18 | .hljs-section, 19 | .hljs-doctag, 20 | .hljs-name, 21 | .hljs-strong { 22 | font-weight: bold; 23 | } 24 | 25 | .hljs-comment { 26 | color: #738191; 27 | } 28 | 29 | .hljs-string, 30 | .hljs-title, 31 | .hljs-section, 32 | .hljs-built_in, 33 | .hljs-literal, 34 | .hljs-type, 35 | .hljs-addition, 36 | .hljs-tag, 37 | .hljs-quote, 38 | .hljs-name, 39 | .hljs-selector-id, 40 | .hljs-selector-class { 41 | color: #0048ab; 42 | } 43 | 44 | .hljs-meta, 45 | .hljs-subst, 46 | .hljs-symbol, 47 | .hljs-regexp, 48 | .hljs-attribute, 49 | .hljs-deletion, 50 | .hljs-variable, 51 | .hljs-template-variable, 52 | .hljs-link, 53 | .hljs-bullet { 54 | color: #4c81c9; 55 | } 56 | 57 | .hljs-emphasis { 58 | font-style: italic; 59 | } 60 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/msdn/scripts/highlightjs/styles/mono-blue.css: -------------------------------------------------------------------------------- 1 | /* 2 | Five-color theme from a single blue hue. 3 | */ 4 | .hljs { 5 | display: block; 6 | overflow-x: auto; 7 | padding: 0.5em; 8 | background: #eaeef3; 9 | } 10 | 11 | .hljs { 12 | color: #00193a; 13 | } 14 | 15 | .hljs-keyword, 16 | .hljs-selector-tag, 17 | .hljs-title, 18 | .hljs-section, 19 | .hljs-doctag, 20 | .hljs-name, 21 | .hljs-strong { 22 | font-weight: bold; 23 | } 24 | 25 | .hljs-comment { 26 | color: #738191; 27 | } 28 | 29 | .hljs-string, 30 | .hljs-title, 31 | .hljs-section, 32 | .hljs-built_in, 33 | .hljs-literal, 34 | .hljs-type, 35 | .hljs-addition, 36 | .hljs-tag, 37 | .hljs-quote, 38 | .hljs-name, 39 | .hljs-selector-id, 40 | .hljs-selector-class { 41 | color: #0048ab; 42 | } 43 | 44 | .hljs-meta, 45 | .hljs-subst, 46 | .hljs-symbol, 47 | .hljs-regexp, 48 | .hljs-attribute, 49 | .hljs-deletion, 50 | .hljs-variable, 51 | .hljs-template-variable, 52 | .hljs-link, 53 | .hljs-bullet { 54 | color: #4c81c9; 55 | } 56 | 57 | .hljs-emphasis { 58 | font-style: italic; 59 | } 60 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/scripts/highlightjs/styles/mono-blue.css: -------------------------------------------------------------------------------- 1 | /* 2 | Five-color theme from a single blue hue. 3 | */ 4 | .hljs { 5 | display: block; 6 | overflow-x: auto; 7 | padding: 0.5em; 8 | background: #eaeef3; 9 | } 10 | 11 | .hljs { 12 | color: #00193a; 13 | } 14 | 15 | .hljs-keyword, 16 | .hljs-selector-tag, 17 | .hljs-title, 18 | .hljs-section, 19 | .hljs-doctag, 20 | .hljs-name, 21 | .hljs-strong { 22 | font-weight: bold; 23 | } 24 | 25 | .hljs-comment { 26 | color: #738191; 27 | } 28 | 29 | .hljs-string, 30 | .hljs-title, 31 | .hljs-section, 32 | .hljs-built_in, 33 | .hljs-literal, 34 | .hljs-type, 35 | .hljs-addition, 36 | .hljs-tag, 37 | .hljs-quote, 38 | .hljs-name, 39 | .hljs-selector-id, 40 | .hljs-selector-class { 41 | color: #0048ab; 42 | } 43 | 44 | .hljs-meta, 45 | .hljs-subst, 46 | .hljs-symbol, 47 | .hljs-regexp, 48 | .hljs-attribute, 49 | .hljs-deletion, 50 | .hljs-variable, 51 | .hljs-template-variable, 52 | .hljs-link, 53 | .hljs-bullet { 54 | color: #4c81c9; 55 | } 56 | 57 | .hljs-emphasis { 58 | font-style: italic; 59 | } 60 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/darkhan/scripts/highlightjs/styles/mono-blue.css: -------------------------------------------------------------------------------- 1 | /* 2 | Five-color theme from a single blue hue. 3 | */ 4 | .hljs { 5 | display: block; 6 | overflow-x: auto; 7 | padding: 0.5em; 8 | background: #eaeef3; 9 | } 10 | 11 | .hljs { 12 | color: #00193a; 13 | } 14 | 15 | .hljs-keyword, 16 | .hljs-selector-tag, 17 | .hljs-title, 18 | .hljs-section, 19 | .hljs-doctag, 20 | .hljs-name, 21 | .hljs-strong { 22 | font-weight: bold; 23 | } 24 | 25 | .hljs-comment { 26 | color: #738191; 27 | } 28 | 29 | .hljs-string, 30 | .hljs-title, 31 | .hljs-section, 32 | .hljs-built_in, 33 | .hljs-literal, 34 | .hljs-type, 35 | .hljs-addition, 36 | .hljs-tag, 37 | .hljs-quote, 38 | .hljs-name, 39 | .hljs-selector-id, 40 | .hljs-selector-class { 41 | color: #0048ab; 42 | } 43 | 44 | .hljs-meta, 45 | .hljs-subst, 46 | .hljs-symbol, 47 | .hljs-regexp, 48 | .hljs-attribute, 49 | .hljs-deletion, 50 | .hljs-variable, 51 | .hljs-template-variable, 52 | .hljs-link, 53 | .hljs-bullet { 54 | color: #4c81c9; 55 | } 56 | 57 | .hljs-emphasis { 58 | font-style: italic; 59 | } 60 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/github/scripts/highlightjs/styles/mono-blue.css: -------------------------------------------------------------------------------- 1 | /* 2 | Five-color theme from a single blue hue. 3 | */ 4 | .hljs { 5 | display: block; 6 | overflow-x: auto; 7 | padding: 0.5em; 8 | background: #eaeef3; 9 | } 10 | 11 | .hljs { 12 | color: #00193a; 13 | } 14 | 15 | .hljs-keyword, 16 | .hljs-selector-tag, 17 | .hljs-title, 18 | .hljs-section, 19 | .hljs-doctag, 20 | .hljs-name, 21 | .hljs-strong { 22 | font-weight: bold; 23 | } 24 | 25 | .hljs-comment { 26 | color: #738191; 27 | } 28 | 29 | .hljs-string, 30 | .hljs-title, 31 | .hljs-section, 32 | .hljs-built_in, 33 | .hljs-literal, 34 | .hljs-type, 35 | .hljs-addition, 36 | .hljs-tag, 37 | .hljs-quote, 38 | .hljs-name, 39 | .hljs-selector-id, 40 | .hljs-selector-class { 41 | color: #0048ab; 42 | } 43 | 44 | .hljs-meta, 45 | .hljs-subst, 46 | .hljs-symbol, 47 | .hljs-regexp, 48 | .hljs-attribute, 49 | .hljs-deletion, 50 | .hljs-variable, 51 | .hljs-template-variable, 52 | .hljs-link, 53 | .hljs-bullet { 54 | color: #4c81c9; 55 | } 56 | 57 | .hljs-emphasis { 58 | font-style: italic; 59 | } 60 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/scripts/highlightjs/styles/dark.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Dark style from softwaremaniacs.org (c) Ivan Sagalaev 4 | 5 | */ 6 | 7 | .hljs { 8 | display: block; 9 | overflow-x: auto; 10 | padding: 0.5em; 11 | background: #444; 12 | } 13 | 14 | .hljs-keyword, 15 | .hljs-selector-tag, 16 | .hljs-literal, 17 | .hljs-section, 18 | .hljs-link { 19 | color: white; 20 | } 21 | 22 | .hljs, 23 | .hljs-subst { 24 | color: #ddd; 25 | } 26 | 27 | .hljs-string, 28 | .hljs-title, 29 | .hljs-name, 30 | .hljs-type, 31 | .hljs-attribute, 32 | .hljs-symbol, 33 | .hljs-bullet, 34 | .hljs-built_in, 35 | .hljs-addition, 36 | .hljs-variable, 37 | .hljs-template-tag, 38 | .hljs-template-variable { 39 | color: #d88; 40 | } 41 | 42 | .hljs-comment, 43 | .hljs-quote, 44 | .hljs-deletion, 45 | .hljs-meta { 46 | color: #777; 47 | } 48 | 49 | .hljs-keyword, 50 | .hljs-selector-tag, 51 | .hljs-literal, 52 | .hljs-title, 53 | .hljs-section, 54 | .hljs-doctag, 55 | .hljs-type, 56 | .hljs-name, 57 | .hljs-strong { 58 | font-weight: bold; 59 | } 60 | 61 | .hljs-emphasis { 62 | font-style: italic; 63 | } 64 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/scripts/highlightjs/styles/dark.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Dark style from softwaremaniacs.org (c) Ivan Sagalaev 4 | 5 | */ 6 | 7 | .hljs { 8 | display: block; 9 | overflow-x: auto; 10 | padding: 0.5em; 11 | background: #444; 12 | } 13 | 14 | .hljs-keyword, 15 | .hljs-selector-tag, 16 | .hljs-literal, 17 | .hljs-section, 18 | .hljs-link { 19 | color: white; 20 | } 21 | 22 | .hljs, 23 | .hljs-subst { 24 | color: #ddd; 25 | } 26 | 27 | .hljs-string, 28 | .hljs-title, 29 | .hljs-name, 30 | .hljs-type, 31 | .hljs-attribute, 32 | .hljs-symbol, 33 | .hljs-bullet, 34 | .hljs-built_in, 35 | .hljs-addition, 36 | .hljs-variable, 37 | .hljs-template-tag, 38 | .hljs-template-variable { 39 | color: #d88; 40 | } 41 | 42 | .hljs-comment, 43 | .hljs-quote, 44 | .hljs-deletion, 45 | .hljs-meta { 46 | color: #777; 47 | } 48 | 49 | .hljs-keyword, 50 | .hljs-selector-tag, 51 | .hljs-literal, 52 | .hljs-title, 53 | .hljs-section, 54 | .hljs-doctag, 55 | .hljs-type, 56 | .hljs-name, 57 | .hljs-strong { 58 | font-weight: bold; 59 | } 60 | 61 | .hljs-emphasis { 62 | font-style: italic; 63 | } 64 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/github/scripts/highlightjs/styles/dark.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Dark style from softwaremaniacs.org (c) Ivan Sagalaev 4 | 5 | */ 6 | 7 | .hljs { 8 | display: block; 9 | overflow-x: auto; 10 | padding: 0.5em; 11 | background: #444; 12 | } 13 | 14 | .hljs-keyword, 15 | .hljs-selector-tag, 16 | .hljs-literal, 17 | .hljs-section, 18 | .hljs-link { 19 | color: white; 20 | } 21 | 22 | .hljs, 23 | .hljs-subst { 24 | color: #ddd; 25 | } 26 | 27 | .hljs-string, 28 | .hljs-title, 29 | .hljs-name, 30 | .hljs-type, 31 | .hljs-attribute, 32 | .hljs-symbol, 33 | .hljs-bullet, 34 | .hljs-built_in, 35 | .hljs-addition, 36 | .hljs-variable, 37 | .hljs-template-tag, 38 | .hljs-template-variable { 39 | color: #d88; 40 | } 41 | 42 | .hljs-comment, 43 | .hljs-quote, 44 | .hljs-deletion, 45 | .hljs-meta { 46 | color: #777; 47 | } 48 | 49 | .hljs-keyword, 50 | .hljs-selector-tag, 51 | .hljs-literal, 52 | .hljs-title, 53 | .hljs-section, 54 | .hljs-doctag, 55 | .hljs-type, 56 | .hljs-name, 57 | .hljs-strong { 58 | font-weight: bold; 59 | } 60 | 61 | .hljs-emphasis { 62 | font-style: italic; 63 | } 64 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/msdn/scripts/highlightjs/styles/dark.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Dark style from softwaremaniacs.org (c) Ivan Sagalaev 4 | 5 | */ 6 | 7 | .hljs { 8 | display: block; 9 | overflow-x: auto; 10 | padding: 0.5em; 11 | background: #444; 12 | } 13 | 14 | .hljs-keyword, 15 | .hljs-selector-tag, 16 | .hljs-literal, 17 | .hljs-section, 18 | .hljs-link { 19 | color: white; 20 | } 21 | 22 | .hljs, 23 | .hljs-subst { 24 | color: #ddd; 25 | } 26 | 27 | .hljs-string, 28 | .hljs-title, 29 | .hljs-name, 30 | .hljs-type, 31 | .hljs-attribute, 32 | .hljs-symbol, 33 | .hljs-bullet, 34 | .hljs-built_in, 35 | .hljs-addition, 36 | .hljs-variable, 37 | .hljs-template-tag, 38 | .hljs-template-variable { 39 | color: #d88; 40 | } 41 | 42 | .hljs-comment, 43 | .hljs-quote, 44 | .hljs-deletion, 45 | .hljs-meta { 46 | color: #777; 47 | } 48 | 49 | .hljs-keyword, 50 | .hljs-selector-tag, 51 | .hljs-literal, 52 | .hljs-title, 53 | .hljs-section, 54 | .hljs-doctag, 55 | .hljs-type, 56 | .hljs-name, 57 | .hljs-strong { 58 | font-weight: bold; 59 | } 60 | 61 | .hljs-emphasis { 62 | font-style: italic; 63 | } 64 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/darkhan/scripts/highlightjs/styles/dark.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Dark style from softwaremaniacs.org (c) Ivan Sagalaev 4 | 5 | */ 6 | 7 | .hljs { 8 | display: block; 9 | overflow-x: auto; 10 | padding: 0.5em; 11 | background: #444; 12 | } 13 | 14 | .hljs-keyword, 15 | .hljs-selector-tag, 16 | .hljs-literal, 17 | .hljs-section, 18 | .hljs-link { 19 | color: white; 20 | } 21 | 22 | .hljs, 23 | .hljs-subst { 24 | color: #ddd; 25 | } 26 | 27 | .hljs-string, 28 | .hljs-title, 29 | .hljs-name, 30 | .hljs-type, 31 | .hljs-attribute, 32 | .hljs-symbol, 33 | .hljs-bullet, 34 | .hljs-built_in, 35 | .hljs-addition, 36 | .hljs-variable, 37 | .hljs-template-tag, 38 | .hljs-template-variable { 39 | color: #d88; 40 | } 41 | 42 | .hljs-comment, 43 | .hljs-quote, 44 | .hljs-deletion, 45 | .hljs-meta { 46 | color: #777; 47 | } 48 | 49 | .hljs-keyword, 50 | .hljs-selector-tag, 51 | .hljs-literal, 52 | .hljs-title, 53 | .hljs-section, 54 | .hljs-doctag, 55 | .hljs-type, 56 | .hljs-name, 57 | .hljs-strong { 58 | font-weight: bold; 59 | } 60 | 61 | .hljs-emphasis { 62 | font-style: italic; 63 | } 64 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/webservice.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |
8 | 9 |
10 | 11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 13 |
14 | 15 | <% IF !EMPTY(oHelp.oTopic.Syntax) %> 16 |
17 | <%= EncodeHtml( oHelp.oTopic.Syntax ) %>
18 | 
19 | <% ENDIF %> 20 | 21 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 22 |

Remarks

23 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 24 | <% ENDIF %> 25 | 26 | <% IF !EMPTY(oHelp.oTopic.Example) %> 27 |

Example

28 | <%= oHelp.FormatExample(oHelp.oTopic.Example) %> 29 | <% ENDIF %> 30 | 31 | 32 |

Web Service Methods

33 | <%= ClassMemberTableHtml(oHelp,.t.) %> 34 | 35 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 36 |

See also:

37 | <%= lcSeeAlsoTopics %> 38 | <% endif %> 39 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/webservice.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |
8 | 9 |
10 | 11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 13 |
14 | 15 | <% IF !EMPTY(oHelp.oTopic.Syntax) %> 16 |
17 | <%= EncodeHtml( oHelp.oTopic.Syntax ) %>
18 | 
19 | <% ENDIF %> 20 | 21 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 22 |

Remarks

23 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 24 | <% ENDIF %> 25 | 26 | <% IF !EMPTY(oHelp.oTopic.Example) %> 27 |

Example

28 | <%= oHelp.FormatExample(oHelp.oTopic.Example) %> 29 | <% ENDIF %> 30 | 31 | 32 |

Web Service Methods

33 | <%= ClassMemberTableHtml(oHelp,.t.) %> 34 | 35 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 36 |

See also:

37 | <%= lcSeeAlsoTopics %> 38 | <% endif %> 39 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/github/webservice.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |
8 | 9 |
10 | 11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 13 |
14 | 15 | <% IF !EMPTY(oHelp.oTopic.Syntax) %> 16 |
17 | <%= EncodeHtml( oHelp.oTopic.Syntax ) %>
18 | 
19 | <% ENDIF %> 20 | 21 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 22 |

Remarks

23 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 24 | <% ENDIF %> 25 | 26 | <% IF !EMPTY(oHelp.oTopic.Example) %> 27 |

Example

28 | <%= oHelp.FormatExample(oHelp.oTopic.Example) %> 29 | <% ENDIF %> 30 | 31 | 32 |

Web Service Methods

33 | <%= ClassMemberTableHtml(oHelp,.t.) %> 34 | 35 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 36 |

See also:

37 | <%= lcSeeAlsoTopics %> 38 | <% endif %> 39 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/msdn/webservice.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |
8 | 9 |
10 | 11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 13 |
14 | 15 | <% IF !EMPTY(oHelp.oTopic.Syntax) %> 16 |
17 | <%= EncodeHtml( oHelp.oTopic.Syntax ) %>
18 | 
19 | <% ENDIF %> 20 | 21 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 22 |

Remarks

23 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 24 | <% ENDIF %> 25 | 26 | <% IF !EMPTY(oHelp.oTopic.Example) %> 27 |

Example

28 | <%= oHelp.FormatExample(oHelp.oTopic.Example) %> 29 | <% ENDIF %> 30 | 31 | 32 |

Web Service Methods

33 | <%= ClassMemberTableHtml(oHelp,.t.) %> 34 | 35 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 36 |

See also:

37 | <%= lcSeeAlsoTopics %> 38 | <% endif %> 39 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/darkhan/webservice.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |
8 | 9 |
10 | 11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 13 |
14 | 15 | <% IF !EMPTY(oHelp.oTopic.Syntax) %> 16 |
17 | <%= EncodeHtml( oHelp.oTopic.Syntax ) %>
18 | 
19 | <% ENDIF %> 20 | 21 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 22 |

Remarks

23 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 24 | <% ENDIF %> 25 | 26 | <% IF !EMPTY(oHelp.oTopic.Example) %> 27 |

Example

28 | <%= oHelp.FormatExample(oHelp.oTopic.Example) %> 29 | <% ENDIF %> 30 | 31 | 32 |

Web Service Methods

33 | <%= ClassMemberTableHtml(oHelp,.t.) %> 34 | 35 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 36 |

See also:

37 | <%= lcSeeAlsoTopics %> 38 | <% endif %> 39 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/scripts/highlightjs/styles/codepen-embed.css: -------------------------------------------------------------------------------- 1 | /* 2 | codepen.io Embed Theme 3 | Author: Justin Perry 4 | Original theme - https://github.com/chriskempson/tomorrow-theme 5 | */ 6 | 7 | .hljs { 8 | display: block; 9 | overflow-x: auto; 10 | padding: 0.5em; 11 | background: #222; 12 | color: #fff; 13 | } 14 | 15 | .hljs-comment, 16 | .hljs-quote { 17 | color: #777; 18 | } 19 | 20 | .hljs-variable, 21 | .hljs-template-variable, 22 | .hljs-tag, 23 | .hljs-regexp, 24 | .hljs-meta, 25 | .hljs-number, 26 | .hljs-built_in, 27 | .hljs-builtin-name, 28 | .hljs-literal, 29 | .hljs-params, 30 | .hljs-symbol, 31 | .hljs-bullet, 32 | .hljs-link, 33 | .hljs-deletion { 34 | color: #ab875d; 35 | } 36 | 37 | .hljs-section, 38 | .hljs-title, 39 | .hljs-name, 40 | .hljs-selector-id, 41 | .hljs-selector-class, 42 | .hljs-type, 43 | .hljs-attribute { 44 | color: #9b869b; 45 | } 46 | 47 | .hljs-string, 48 | .hljs-keyword, 49 | .hljs-selector-tag, 50 | .hljs-addition { 51 | color: #8f9c6c; 52 | } 53 | 54 | .hljs-emphasis { 55 | font-style: italic; 56 | } 57 | 58 | .hljs-strong { 59 | font-weight: bold; 60 | } 61 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/scripts/highlightjs/styles/codepen-embed.css: -------------------------------------------------------------------------------- 1 | /* 2 | codepen.io Embed Theme 3 | Author: Justin Perry 4 | Original theme - https://github.com/chriskempson/tomorrow-theme 5 | */ 6 | 7 | .hljs { 8 | display: block; 9 | overflow-x: auto; 10 | padding: 0.5em; 11 | background: #222; 12 | color: #fff; 13 | } 14 | 15 | .hljs-comment, 16 | .hljs-quote { 17 | color: #777; 18 | } 19 | 20 | .hljs-variable, 21 | .hljs-template-variable, 22 | .hljs-tag, 23 | .hljs-regexp, 24 | .hljs-meta, 25 | .hljs-number, 26 | .hljs-built_in, 27 | .hljs-builtin-name, 28 | .hljs-literal, 29 | .hljs-params, 30 | .hljs-symbol, 31 | .hljs-bullet, 32 | .hljs-link, 33 | .hljs-deletion { 34 | color: #ab875d; 35 | } 36 | 37 | .hljs-section, 38 | .hljs-title, 39 | .hljs-name, 40 | .hljs-selector-id, 41 | .hljs-selector-class, 42 | .hljs-type, 43 | .hljs-attribute { 44 | color: #9b869b; 45 | } 46 | 47 | .hljs-string, 48 | .hljs-keyword, 49 | .hljs-selector-tag, 50 | .hljs-addition { 51 | color: #8f9c6c; 52 | } 53 | 54 | .hljs-emphasis { 55 | font-style: italic; 56 | } 57 | 58 | .hljs-strong { 59 | font-weight: bold; 60 | } 61 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/darkhan/scripts/highlightjs/styles/codepen-embed.css: -------------------------------------------------------------------------------- 1 | /* 2 | codepen.io Embed Theme 3 | Author: Justin Perry 4 | Original theme - https://github.com/chriskempson/tomorrow-theme 5 | */ 6 | 7 | .hljs { 8 | display: block; 9 | overflow-x: auto; 10 | padding: 0.5em; 11 | background: #222; 12 | color: #fff; 13 | } 14 | 15 | .hljs-comment, 16 | .hljs-quote { 17 | color: #777; 18 | } 19 | 20 | .hljs-variable, 21 | .hljs-template-variable, 22 | .hljs-tag, 23 | .hljs-regexp, 24 | .hljs-meta, 25 | .hljs-number, 26 | .hljs-built_in, 27 | .hljs-builtin-name, 28 | .hljs-literal, 29 | .hljs-params, 30 | .hljs-symbol, 31 | .hljs-bullet, 32 | .hljs-link, 33 | .hljs-deletion { 34 | color: #ab875d; 35 | } 36 | 37 | .hljs-section, 38 | .hljs-title, 39 | .hljs-name, 40 | .hljs-selector-id, 41 | .hljs-selector-class, 42 | .hljs-type, 43 | .hljs-attribute { 44 | color: #9b869b; 45 | } 46 | 47 | .hljs-string, 48 | .hljs-keyword, 49 | .hljs-selector-tag, 50 | .hljs-addition { 51 | color: #8f9c6c; 52 | } 53 | 54 | .hljs-emphasis { 55 | font-style: italic; 56 | } 57 | 58 | .hljs-strong { 59 | font-weight: bold; 60 | } 61 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/database.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |
8 | 9 |
10 | 11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 13 |
14 | 15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 16 |

Remarks

17 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 18 | <% ENDIF %> 19 | 20 | <% IF !EMPTY(oHelp.oTopic.Example) %> 21 |

Example

22 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 23 | <% ENDIF %> 24 | 25 | 26 | <%= ChildTopicsTableHtml(oHelp,"DATATABLE","Tables","oHelp.FormatHtml(oHelp.oTopic.Body)",,.f.,"Width='95%'") %> 27 |

28 | <%= ChildTopicsTableHtml(oHelp,"DATASTOREDPROC","Stored Procedures","oHelp.FormatHtml(oHelp.oTopic.Body)",,.f.,"Width='95%'") %> 29 | 30 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 31 |

See also

32 | <%= lcSeeAlsoTopics %> 33 | <% endif %> 34 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/github/scripts/highlightjs/styles/codepen-embed.css: -------------------------------------------------------------------------------- 1 | /* 2 | codepen.io Embed Theme 3 | Author: Justin Perry 4 | Original theme - https://github.com/chriskempson/tomorrow-theme 5 | */ 6 | 7 | .hljs { 8 | display: block; 9 | overflow-x: auto; 10 | padding: 0.5em; 11 | background: #222; 12 | color: #fff; 13 | } 14 | 15 | .hljs-comment, 16 | .hljs-quote { 17 | color: #777; 18 | } 19 | 20 | .hljs-variable, 21 | .hljs-template-variable, 22 | .hljs-tag, 23 | .hljs-regexp, 24 | .hljs-meta, 25 | .hljs-number, 26 | .hljs-built_in, 27 | .hljs-builtin-name, 28 | .hljs-literal, 29 | .hljs-params, 30 | .hljs-symbol, 31 | .hljs-bullet, 32 | .hljs-link, 33 | .hljs-deletion { 34 | color: #ab875d; 35 | } 36 | 37 | .hljs-section, 38 | .hljs-title, 39 | .hljs-name, 40 | .hljs-selector-id, 41 | .hljs-selector-class, 42 | .hljs-type, 43 | .hljs-attribute { 44 | color: #9b869b; 45 | } 46 | 47 | .hljs-string, 48 | .hljs-keyword, 49 | .hljs-selector-tag, 50 | .hljs-addition { 51 | color: #8f9c6c; 52 | } 53 | 54 | .hljs-emphasis { 55 | font-style: italic; 56 | } 57 | 58 | .hljs-strong { 59 | font-weight: bold; 60 | } 61 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/msdn/scripts/highlightjs/styles/codepen-embed.css: -------------------------------------------------------------------------------- 1 | /* 2 | codepen.io Embed Theme 3 | Author: Justin Perry 4 | Original theme - https://github.com/chriskempson/tomorrow-theme 5 | */ 6 | 7 | .hljs { 8 | display: block; 9 | overflow-x: auto; 10 | padding: 0.5em; 11 | background: #222; 12 | color: #fff; 13 | } 14 | 15 | .hljs-comment, 16 | .hljs-quote { 17 | color: #777; 18 | } 19 | 20 | .hljs-variable, 21 | .hljs-template-variable, 22 | .hljs-tag, 23 | .hljs-regexp, 24 | .hljs-meta, 25 | .hljs-number, 26 | .hljs-built_in, 27 | .hljs-builtin-name, 28 | .hljs-literal, 29 | .hljs-params, 30 | .hljs-symbol, 31 | .hljs-bullet, 32 | .hljs-link, 33 | .hljs-deletion { 34 | color: #ab875d; 35 | } 36 | 37 | .hljs-section, 38 | .hljs-title, 39 | .hljs-name, 40 | .hljs-selector-id, 41 | .hljs-selector-class, 42 | .hljs-type, 43 | .hljs-attribute { 44 | color: #9b869b; 45 | } 46 | 47 | .hljs-string, 48 | .hljs-keyword, 49 | .hljs-selector-tag, 50 | .hljs-addition { 51 | color: #8f9c6c; 52 | } 53 | 54 | .hljs-emphasis { 55 | font-style: italic; 56 | } 57 | 58 | .hljs-strong { 59 | font-weight: bold; 60 | } 61 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/database.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |
8 | 9 |
10 | 11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 13 |
14 | 15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 16 |

Remarks

17 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 18 | <% ENDIF %> 19 | 20 | <% IF !EMPTY(oHelp.oTopic.Example) %> 21 |

Example

22 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 23 | <% ENDIF %> 24 | 25 | 26 | <%= ChildTopicsTableHtml(oHelp,"DATATABLE","Tables","oHelp.FormatHtml(oHelp.oTopic.Body)",,.f.,"Width='95%'") %> 27 |

28 | <%= ChildTopicsTableHtml(oHelp,"DATASTOREDPROC","Stored Procedures","oHelp.FormatHtml(oHelp.oTopic.Body)",,.f.,"Width='95%'") %> 29 | 30 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 31 |

See also

32 | <%= lcSeeAlsoTopics %> 33 | <% endif %> 34 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/darkhan/database.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |
8 | 9 |
10 | 11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 13 |
14 | 15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 16 |

Remarks

17 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 18 | <% ENDIF %> 19 | 20 | <% IF !EMPTY(oHelp.oTopic.Example) %> 21 |

Example

22 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 23 | <% ENDIF %> 24 | 25 | 26 | <%= ChildTopicsTableHtml(oHelp,"DATATABLE","Tables","oHelp.FormatHtml(oHelp.oTopic.Body)",,.f.,"Width='95%'") %> 27 |

28 | <%= ChildTopicsTableHtml(oHelp,"DATASTOREDPROC","Stored Procedures","oHelp.FormatHtml(oHelp.oTopic.Body)",,.f.,"Width='95%'") %> 29 | 30 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 31 |

See also

32 | <%= lcSeeAlsoTopics %> 33 | <% endif %> 34 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/github/database.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |
8 | 9 |
10 | 11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 13 |
14 | 15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 16 |

Remarks

17 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 18 | <% ENDIF %> 19 | 20 | <% IF !EMPTY(oHelp.oTopic.Example) %> 21 |

Example

22 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 23 | <% ENDIF %> 24 | 25 | 26 | <%= ChildTopicsTableHtml(oHelp,"DATATABLE","Tables","oHelp.FormatHtml(oHelp.oTopic.Body)",,.f.,"Width='95%'") %> 27 |

28 | <%= ChildTopicsTableHtml(oHelp,"DATASTOREDPROC","Stored Procedures","oHelp.FormatHtml(oHelp.oTopic.Body)",,.f.,"Width='95%'") %> 29 | 30 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 31 |

See also

32 | <%= lcSeeAlsoTopics %> 33 | <% endif %> 34 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/msdn/database.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |
8 | 9 |
10 | 11 |
12 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 13 |
14 | 15 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 16 |

Remarks

17 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 18 | <% ENDIF %> 19 | 20 | <% IF !EMPTY(oHelp.oTopic.Example) %> 21 |

Example

22 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 23 | <% ENDIF %> 24 | 25 | 26 | <%= ChildTopicsTableHtml(oHelp,"DATATABLE","Tables","oHelp.FormatHtml(oHelp.oTopic.Body)",,.f.,"Width='95%'") %> 27 |

28 | <%= ChildTopicsTableHtml(oHelp,"DATASTOREDPROC","Stored Procedures","oHelp.FormatHtml(oHelp.oTopic.Body)",,.f.,"Width='95%'") %> 29 | 30 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 31 |

See also

32 | <%= lcSeeAlsoTopics %> 33 | <% endif %> 34 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/scripts/highlightjs/styles/vs.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Visual Studio-like style based on original C# coloring by Jason Diamond 4 | 5 | */ 6 | .hljs { 7 | display: block; 8 | overflow-x: auto; 9 | padding: 0.5em; 10 | background: white; 11 | color: black; 12 | } 13 | 14 | .hljs-comment, 15 | .hljs-quote, 16 | .hljs-variable { 17 | color: #008000; 18 | } 19 | 20 | .hljs-keyword, 21 | .hljs-selector-tag, 22 | .hljs-built_in, 23 | .hljs-name, 24 | .hljs-tag { 25 | color: #00f; 26 | } 27 | 28 | .hljs-string, 29 | .hljs-title, 30 | .hljs-section, 31 | .hljs-attribute, 32 | .hljs-literal, 33 | .hljs-template-tag, 34 | .hljs-template-variable, 35 | .hljs-type, 36 | .hljs-addition { 37 | color: #a31515; 38 | } 39 | 40 | .hljs-deletion, 41 | .hljs-selector-attr, 42 | .hljs-selector-pseudo, 43 | .hljs-meta { 44 | color: #2b91af; 45 | } 46 | 47 | .hljs-doctag { 48 | color: #808080; 49 | } 50 | 51 | .hljs-attr { 52 | color: #f00; 53 | } 54 | 55 | .hljs-symbol, 56 | .hljs-bullet, 57 | .hljs-link { 58 | color: #00b0e8; 59 | } 60 | 61 | 62 | .hljs-emphasis { 63 | font-style: italic; 64 | } 65 | 66 | .hljs-strong { 67 | font-weight: bold; 68 | } 69 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/msdn/scripts/highlightjs/styles/vs.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Visual Studio-like style based on original C# coloring by Jason Diamond 4 | 5 | */ 6 | .hljs { 7 | display: block; 8 | overflow-x: auto; 9 | padding: 0.5em; 10 | background: white; 11 | color: black; 12 | } 13 | 14 | .hljs-comment, 15 | .hljs-quote, 16 | .hljs-variable { 17 | color: #008000; 18 | } 19 | 20 | .hljs-keyword, 21 | .hljs-selector-tag, 22 | .hljs-built_in, 23 | .hljs-name, 24 | .hljs-tag { 25 | color: #00f; 26 | } 27 | 28 | .hljs-string, 29 | .hljs-title, 30 | .hljs-section, 31 | .hljs-attribute, 32 | .hljs-literal, 33 | .hljs-template-tag, 34 | .hljs-template-variable, 35 | .hljs-type, 36 | .hljs-addition { 37 | color: #a31515; 38 | } 39 | 40 | .hljs-deletion, 41 | .hljs-selector-attr, 42 | .hljs-selector-pseudo, 43 | .hljs-meta { 44 | color: #2b91af; 45 | } 46 | 47 | .hljs-doctag { 48 | color: #808080; 49 | } 50 | 51 | .hljs-attr { 52 | color: #f00; 53 | } 54 | 55 | .hljs-symbol, 56 | .hljs-bullet, 57 | .hljs-link { 58 | color: #00b0e8; 59 | } 60 | 61 | 62 | .hljs-emphasis { 63 | font-style: italic; 64 | } 65 | 66 | .hljs-strong { 67 | font-weight: bold; 68 | } 69 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/scripts/highlightjs/styles/vs.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Visual Studio-like style based on original C# coloring by Jason Diamond 4 | 5 | */ 6 | .hljs { 7 | display: block; 8 | overflow-x: auto; 9 | padding: 0.5em; 10 | background: white; 11 | color: black; 12 | } 13 | 14 | .hljs-comment, 15 | .hljs-quote, 16 | .hljs-variable { 17 | color: #008000; 18 | } 19 | 20 | .hljs-keyword, 21 | .hljs-selector-tag, 22 | .hljs-built_in, 23 | .hljs-name, 24 | .hljs-tag { 25 | color: #00f; 26 | } 27 | 28 | .hljs-string, 29 | .hljs-title, 30 | .hljs-section, 31 | .hljs-attribute, 32 | .hljs-literal, 33 | .hljs-template-tag, 34 | .hljs-template-variable, 35 | .hljs-type, 36 | .hljs-addition { 37 | color: #a31515; 38 | } 39 | 40 | .hljs-deletion, 41 | .hljs-selector-attr, 42 | .hljs-selector-pseudo, 43 | .hljs-meta { 44 | color: #2b91af; 45 | } 46 | 47 | .hljs-doctag { 48 | color: #808080; 49 | } 50 | 51 | .hljs-attr { 52 | color: #f00; 53 | } 54 | 55 | .hljs-symbol, 56 | .hljs-bullet, 57 | .hljs-link { 58 | color: #00b0e8; 59 | } 60 | 61 | 62 | .hljs-emphasis { 63 | font-style: italic; 64 | } 65 | 66 | .hljs-strong { 67 | font-weight: bold; 68 | } 69 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/darkhan/scripts/highlightjs/styles/vs.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Visual Studio-like style based on original C# coloring by Jason Diamond 4 | 5 | */ 6 | .hljs { 7 | display: block; 8 | overflow-x: auto; 9 | padding: 0.5em; 10 | background: white; 11 | color: black; 12 | } 13 | 14 | .hljs-comment, 15 | .hljs-quote, 16 | .hljs-variable { 17 | color: #008000; 18 | } 19 | 20 | .hljs-keyword, 21 | .hljs-selector-tag, 22 | .hljs-built_in, 23 | .hljs-name, 24 | .hljs-tag { 25 | color: #00f; 26 | } 27 | 28 | .hljs-string, 29 | .hljs-title, 30 | .hljs-section, 31 | .hljs-attribute, 32 | .hljs-literal, 33 | .hljs-template-tag, 34 | .hljs-template-variable, 35 | .hljs-type, 36 | .hljs-addition { 37 | color: #a31515; 38 | } 39 | 40 | .hljs-deletion, 41 | .hljs-selector-attr, 42 | .hljs-selector-pseudo, 43 | .hljs-meta { 44 | color: #2b91af; 45 | } 46 | 47 | .hljs-doctag { 48 | color: #808080; 49 | } 50 | 51 | .hljs-attr { 52 | color: #f00; 53 | } 54 | 55 | .hljs-symbol, 56 | .hljs-bullet, 57 | .hljs-link { 58 | color: #00b0e8; 59 | } 60 | 61 | 62 | .hljs-emphasis { 63 | font-style: italic; 64 | } 65 | 66 | .hljs-strong { 67 | font-weight: bold; 68 | } 69 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/github/scripts/highlightjs/styles/vs.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Visual Studio-like style based on original C# coloring by Jason Diamond 4 | 5 | */ 6 | .hljs { 7 | display: block; 8 | overflow-x: auto; 9 | padding: 0.5em; 10 | background: white; 11 | color: black; 12 | } 13 | 14 | .hljs-comment, 15 | .hljs-quote, 16 | .hljs-variable { 17 | color: #008000; 18 | } 19 | 20 | .hljs-keyword, 21 | .hljs-selector-tag, 22 | .hljs-built_in, 23 | .hljs-name, 24 | .hljs-tag { 25 | color: #00f; 26 | } 27 | 28 | .hljs-string, 29 | .hljs-title, 30 | .hljs-section, 31 | .hljs-attribute, 32 | .hljs-literal, 33 | .hljs-template-tag, 34 | .hljs-template-variable, 35 | .hljs-type, 36 | .hljs-addition { 37 | color: #a31515; 38 | } 39 | 40 | .hljs-deletion, 41 | .hljs-selector-attr, 42 | .hljs-selector-pseudo, 43 | .hljs-meta { 44 | color: #2b91af; 45 | } 46 | 47 | .hljs-doctag { 48 | color: #808080; 49 | } 50 | 51 | .hljs-attr { 52 | color: #f00; 53 | } 54 | 55 | .hljs-symbol, 56 | .hljs-bullet, 57 | .hljs-link { 58 | color: #00b0e8; 59 | } 60 | 61 | 62 | .hljs-emphasis { 63 | font-style: italic; 64 | } 65 | 66 | .hljs-strong { 67 | font-weight: bold; 68 | } 69 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/scripts/highlightjs/styles/far.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | FAR Style (c) MajestiC 4 | 5 | */ 6 | 7 | .hljs { 8 | display: block; 9 | overflow-x: auto; 10 | padding: 0.5em; 11 | background: #000080; 12 | } 13 | 14 | .hljs, 15 | .hljs-subst { 16 | color: #0ff; 17 | } 18 | 19 | .hljs-string, 20 | .hljs-attribute, 21 | .hljs-symbol, 22 | .hljs-bullet, 23 | .hljs-built_in, 24 | .hljs-builtin-name, 25 | .hljs-template-tag, 26 | .hljs-template-variable, 27 | .hljs-addition { 28 | color: #ff0; 29 | } 30 | 31 | .hljs-keyword, 32 | .hljs-selector-tag, 33 | .hljs-section, 34 | .hljs-type, 35 | .hljs-name, 36 | .hljs-selector-id, 37 | .hljs-selector-class, 38 | .hljs-variable { 39 | color: #fff; 40 | } 41 | 42 | .hljs-comment, 43 | .hljs-quote, 44 | .hljs-doctag, 45 | .hljs-deletion { 46 | color: #888; 47 | } 48 | 49 | .hljs-number, 50 | .hljs-regexp, 51 | .hljs-literal, 52 | .hljs-link { 53 | color: #0f0; 54 | } 55 | 56 | .hljs-meta { 57 | color: #008080; 58 | } 59 | 60 | .hljs-keyword, 61 | .hljs-selector-tag, 62 | .hljs-title, 63 | .hljs-section, 64 | .hljs-name, 65 | .hljs-strong { 66 | font-weight: bold; 67 | } 68 | 69 | .hljs-emphasis { 70 | font-style: italic; 71 | } 72 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/msdn/scripts/highlightjs/styles/far.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | FAR Style (c) MajestiC 4 | 5 | */ 6 | 7 | .hljs { 8 | display: block; 9 | overflow-x: auto; 10 | padding: 0.5em; 11 | background: #000080; 12 | } 13 | 14 | .hljs, 15 | .hljs-subst { 16 | color: #0ff; 17 | } 18 | 19 | .hljs-string, 20 | .hljs-attribute, 21 | .hljs-symbol, 22 | .hljs-bullet, 23 | .hljs-built_in, 24 | .hljs-builtin-name, 25 | .hljs-template-tag, 26 | .hljs-template-variable, 27 | .hljs-addition { 28 | color: #ff0; 29 | } 30 | 31 | .hljs-keyword, 32 | .hljs-selector-tag, 33 | .hljs-section, 34 | .hljs-type, 35 | .hljs-name, 36 | .hljs-selector-id, 37 | .hljs-selector-class, 38 | .hljs-variable { 39 | color: #fff; 40 | } 41 | 42 | .hljs-comment, 43 | .hljs-quote, 44 | .hljs-doctag, 45 | .hljs-deletion { 46 | color: #888; 47 | } 48 | 49 | .hljs-number, 50 | .hljs-regexp, 51 | .hljs-literal, 52 | .hljs-link { 53 | color: #0f0; 54 | } 55 | 56 | .hljs-meta { 57 | color: #008080; 58 | } 59 | 60 | .hljs-keyword, 61 | .hljs-selector-tag, 62 | .hljs-title, 63 | .hljs-section, 64 | .hljs-name, 65 | .hljs-strong { 66 | font-weight: bold; 67 | } 68 | 69 | .hljs-emphasis { 70 | font-style: italic; 71 | } 72 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/scripts/highlightjs/styles/far.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | FAR Style (c) MajestiC 4 | 5 | */ 6 | 7 | .hljs { 8 | display: block; 9 | overflow-x: auto; 10 | padding: 0.5em; 11 | background: #000080; 12 | } 13 | 14 | .hljs, 15 | .hljs-subst { 16 | color: #0ff; 17 | } 18 | 19 | .hljs-string, 20 | .hljs-attribute, 21 | .hljs-symbol, 22 | .hljs-bullet, 23 | .hljs-built_in, 24 | .hljs-builtin-name, 25 | .hljs-template-tag, 26 | .hljs-template-variable, 27 | .hljs-addition { 28 | color: #ff0; 29 | } 30 | 31 | .hljs-keyword, 32 | .hljs-selector-tag, 33 | .hljs-section, 34 | .hljs-type, 35 | .hljs-name, 36 | .hljs-selector-id, 37 | .hljs-selector-class, 38 | .hljs-variable { 39 | color: #fff; 40 | } 41 | 42 | .hljs-comment, 43 | .hljs-quote, 44 | .hljs-doctag, 45 | .hljs-deletion { 46 | color: #888; 47 | } 48 | 49 | .hljs-number, 50 | .hljs-regexp, 51 | .hljs-literal, 52 | .hljs-link { 53 | color: #0f0; 54 | } 55 | 56 | .hljs-meta { 57 | color: #008080; 58 | } 59 | 60 | .hljs-keyword, 61 | .hljs-selector-tag, 62 | .hljs-title, 63 | .hljs-section, 64 | .hljs-name, 65 | .hljs-strong { 66 | font-weight: bold; 67 | } 68 | 69 | .hljs-emphasis { 70 | font-style: italic; 71 | } 72 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/darkhan/scripts/highlightjs/styles/far.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | FAR Style (c) MajestiC 4 | 5 | */ 6 | 7 | .hljs { 8 | display: block; 9 | overflow-x: auto; 10 | padding: 0.5em; 11 | background: #000080; 12 | } 13 | 14 | .hljs, 15 | .hljs-subst { 16 | color: #0ff; 17 | } 18 | 19 | .hljs-string, 20 | .hljs-attribute, 21 | .hljs-symbol, 22 | .hljs-bullet, 23 | .hljs-built_in, 24 | .hljs-builtin-name, 25 | .hljs-template-tag, 26 | .hljs-template-variable, 27 | .hljs-addition { 28 | color: #ff0; 29 | } 30 | 31 | .hljs-keyword, 32 | .hljs-selector-tag, 33 | .hljs-section, 34 | .hljs-type, 35 | .hljs-name, 36 | .hljs-selector-id, 37 | .hljs-selector-class, 38 | .hljs-variable { 39 | color: #fff; 40 | } 41 | 42 | .hljs-comment, 43 | .hljs-quote, 44 | .hljs-doctag, 45 | .hljs-deletion { 46 | color: #888; 47 | } 48 | 49 | .hljs-number, 50 | .hljs-regexp, 51 | .hljs-literal, 52 | .hljs-link { 53 | color: #0f0; 54 | } 55 | 56 | .hljs-meta { 57 | color: #008080; 58 | } 59 | 60 | .hljs-keyword, 61 | .hljs-selector-tag, 62 | .hljs-title, 63 | .hljs-section, 64 | .hljs-name, 65 | .hljs-strong { 66 | font-weight: bold; 67 | } 68 | 69 | .hljs-emphasis { 70 | font-style: italic; 71 | } 72 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/github/scripts/highlightjs/styles/far.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | FAR Style (c) MajestiC 4 | 5 | */ 6 | 7 | .hljs { 8 | display: block; 9 | overflow-x: auto; 10 | padding: 0.5em; 11 | background: #000080; 12 | } 13 | 14 | .hljs, 15 | .hljs-subst { 16 | color: #0ff; 17 | } 18 | 19 | .hljs-string, 20 | .hljs-attribute, 21 | .hljs-symbol, 22 | .hljs-bullet, 23 | .hljs-built_in, 24 | .hljs-builtin-name, 25 | .hljs-template-tag, 26 | .hljs-template-variable, 27 | .hljs-addition { 28 | color: #ff0; 29 | } 30 | 31 | .hljs-keyword, 32 | .hljs-selector-tag, 33 | .hljs-section, 34 | .hljs-type, 35 | .hljs-name, 36 | .hljs-selector-id, 37 | .hljs-selector-class, 38 | .hljs-variable { 39 | color: #fff; 40 | } 41 | 42 | .hljs-comment, 43 | .hljs-quote, 44 | .hljs-doctag, 45 | .hljs-deletion { 46 | color: #888; 47 | } 48 | 49 | .hljs-number, 50 | .hljs-regexp, 51 | .hljs-literal, 52 | .hljs-link { 53 | color: #0f0; 54 | } 55 | 56 | .hljs-meta { 57 | color: #008080; 58 | } 59 | 60 | .hljs-keyword, 61 | .hljs-selector-tag, 62 | .hljs-title, 63 | .hljs-section, 64 | .hljs-name, 65 | .hljs-strong { 66 | font-weight: bold; 67 | } 68 | 69 | .hljs-emphasis { 70 | font-style: italic; 71 | } 72 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/datacolumn.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |
8 | 9 |
10 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 11 |
12 | 13 | <% *** Parameters are overloaded to hold Data Type Info 14 | IF !EMPTY(oHelp.oTopic.Parameters) %> 15 |

Data Type

16 | <%= oHelp.FormatHTML(oHelp.oTopic.Parameters)%> 17 | <% ENDIF %> 18 | 19 | <% IF !EMPTY(oHelp.oTopic.Returns) %> 20 |

Attributes

21 | <%= oHelp.FormatHTML(oHelp.oTopic.Returns)%> 22 | <% ENDIF %> 23 | 24 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 25 |

Remarks

26 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 27 | <% ENDIF %> 28 | 29 | <% IF !EMPTY(oHelp.oTopic.Example) %> 30 |

Example

31 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 32 | <% ENDIF %> 33 | 34 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 35 |

See also

36 | <%= lcSeeAlsoTopics %> 37 | <% endif %> 38 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/msdn/datacolumn.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |
8 | 9 |
10 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 11 |
12 | 13 | <% *** Parameters are overloaded to hold Data Type Info 14 | IF !EMPTY(oHelp.oTopic.Parameters) %> 15 |

Data Type

16 | <%= oHelp.FormatHTML(oHelp.oTopic.Parameters)%> 17 | <% ENDIF %> 18 | 19 | <% IF !EMPTY(oHelp.oTopic.Returns) %> 20 |

Attributes

21 | <%= oHelp.FormatHTML(oHelp.oTopic.Returns)%> 22 | <% ENDIF %> 23 | 24 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 25 |

Remarks

26 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 27 | <% ENDIF %> 28 | 29 | <% IF !EMPTY(oHelp.oTopic.Example) %> 30 |

Example

31 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 32 | <% ENDIF %> 33 | 34 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 35 |

See also

36 | <%= lcSeeAlsoTopics %> 37 | <% endif %> 38 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/scripts/highlightjs/styles/kavadocs.css: -------------------------------------------------------------------------------- 1 | /* 2 | * Kava Docs Light Style 3 | */ 4 | 5 | .hljs { 6 | display: block; 7 | overflow-x: auto; 8 | padding: 0.5em; 9 | background: #fafafa; 10 | color: black; 11 | line-height: 1.7; 12 | -ms-border-radius: 5px; 13 | border-radius: 5px; 14 | border: 1px solid #e7e7e7; 15 | } 16 | 17 | .hljs-comment, 18 | .hljs-quote, 19 | .hljs-variable { 20 | color: #008000; 21 | } 22 | 23 | .hljs-keyword, 24 | .hljs-selector-tag, 25 | .hljs-built_in, 26 | .hljs-name, 27 | .hljs-tag { 28 | color: #00f; 29 | } 30 | 31 | .hljs-string, 32 | .hljs-title, 33 | .hljs-section, 34 | .hljs-attribute, 35 | .hljs-literal, 36 | .hljs-template-tag, 37 | .hljs-template-variable, 38 | .hljs-type, 39 | .hljs-addition { 40 | color: #a31515; 41 | } 42 | 43 | .hljs-deletion, 44 | .hljs-selector-attr, 45 | .hljs-selector-pseudo, 46 | .hljs-meta { 47 | color: #2b91af; 48 | } 49 | 50 | .hljs-doctag { 51 | color: #808080; 52 | } 53 | 54 | .hljs-attr { 55 | color: #f00; 56 | } 57 | 58 | .hljs-symbol, 59 | .hljs-bullet, 60 | .hljs-link { 61 | color: #00b0e8; 62 | } 63 | 64 | 65 | .hljs-emphasis { 66 | font-style: italic; 67 | } 68 | 69 | .hljs-strong { 70 | font-weight: bold; 71 | } 72 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/datacolumn.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |
8 | 9 |
10 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 11 |
12 | 13 | <% *** Parameters are overloaded to hold Data Type Info 14 | IF !EMPTY(oHelp.oTopic.Parameters) %> 15 |

Data Type

16 | <%= oHelp.FormatHTML(oHelp.oTopic.Parameters)%> 17 | <% ENDIF %> 18 | 19 | <% IF !EMPTY(oHelp.oTopic.Returns) %> 20 |

Attributes

21 | <%= oHelp.FormatHTML(oHelp.oTopic.Returns)%> 22 | <% ENDIF %> 23 | 24 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 25 |

Remarks

26 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 27 | <% ENDIF %> 28 | 29 | <% IF !EMPTY(oHelp.oTopic.Example) %> 30 |

Example

31 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 32 | <% ENDIF %> 33 | 34 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 35 |

See also

36 | <%= lcSeeAlsoTopics %> 37 | <% endif %> 38 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/darkhan/datacolumn.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |
8 | 9 |
10 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 11 |
12 | 13 | <% *** Parameters are overloaded to hold Data Type Info 14 | IF !EMPTY(oHelp.oTopic.Parameters) %> 15 |

Data Type

16 | <%= oHelp.FormatHTML(oHelp.oTopic.Parameters)%> 17 | <% ENDIF %> 18 | 19 | <% IF !EMPTY(oHelp.oTopic.Returns) %> 20 |

Attributes

21 | <%= oHelp.FormatHTML(oHelp.oTopic.Returns)%> 22 | <% ENDIF %> 23 | 24 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 25 |

Remarks

26 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 27 | <% ENDIF %> 28 | 29 | <% IF !EMPTY(oHelp.oTopic.Example) %> 30 |

Example

31 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 32 | <% ENDIF %> 33 | 34 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 35 |

See also

36 | <%= lcSeeAlsoTopics %> 37 | <% endif %> 38 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/github/datacolumn.wcs: -------------------------------------------------------------------------------- 1 | <% Layout="~/templates/_Layout.wcs" %> 2 | 3 |
4 | 5 | <%= iif(oHelp.oTopic.Static,[],[]) %> 6 | <%= EncodeHtml(TRIM(oHelp.oTopic.Topic)) %> 7 |
8 | 9 |
10 | <%= oHelp.FormatHTML(oHelp.oTopic.Body) %> 11 |
12 | 13 | <% *** Parameters are overloaded to hold Data Type Info 14 | IF !EMPTY(oHelp.oTopic.Parameters) %> 15 |

Data Type

16 | <%= oHelp.FormatHTML(oHelp.oTopic.Parameters)%> 17 | <% ENDIF %> 18 | 19 | <% IF !EMPTY(oHelp.oTopic.Returns) %> 20 |

Attributes

21 | <%= oHelp.FormatHTML(oHelp.oTopic.Returns)%> 22 | <% ENDIF %> 23 | 24 | <% IF !EMPTY(oHelp.oTopic.Remarks) %> 25 |

Remarks

26 | <%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> 27 | <% ENDIF %> 28 | 29 | <% IF !EMPTY(oHelp.oTopic.Example) %> 30 |

Example

31 | <%= oHelp.FormatExample(oHelp.oTopic.Example)%> 32 | <% ENDIF %> 33 | 34 | <% if !EMPTY(oHelp.oTopic.SeeAlso) %> 35 |

See also

36 | <%= lcSeeAlsoTopics %> 37 | <% endif %> 38 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/msdn/scripts/highlightjs/styles/kavadocs.css: -------------------------------------------------------------------------------- 1 | /* 2 | * Kava Docs Light Style 3 | */ 4 | 5 | .hljs { 6 | display: block; 7 | overflow-x: auto; 8 | padding: 0.5em; 9 | background: #fafafa; 10 | color: black; 11 | line-height: 1.7; 12 | -ms-border-radius: 5px; 13 | border-radius: 5px; 14 | border: 1px solid #e7e7e7; 15 | } 16 | 17 | .hljs-comment, 18 | .hljs-quote, 19 | .hljs-variable { 20 | color: #008000; 21 | } 22 | 23 | .hljs-keyword, 24 | .hljs-selector-tag, 25 | .hljs-built_in, 26 | .hljs-name, 27 | .hljs-tag { 28 | color: #00f; 29 | } 30 | 31 | .hljs-string, 32 | .hljs-title, 33 | .hljs-section, 34 | .hljs-attribute, 35 | .hljs-literal, 36 | .hljs-template-tag, 37 | .hljs-template-variable, 38 | .hljs-type, 39 | .hljs-addition { 40 | color: #a31515; 41 | } 42 | 43 | .hljs-deletion, 44 | .hljs-selector-attr, 45 | .hljs-selector-pseudo, 46 | .hljs-meta { 47 | color: #2b91af; 48 | } 49 | 50 | .hljs-doctag { 51 | color: #808080; 52 | } 53 | 54 | .hljs-attr { 55 | color: #f00; 56 | } 57 | 58 | .hljs-symbol, 59 | .hljs-bullet, 60 | .hljs-link { 61 | color: #00b0e8; 62 | } 63 | 64 | 65 | .hljs-emphasis { 66 | font-style: italic; 67 | } 68 | 69 | .hljs-strong { 70 | font-weight: bold; 71 | } 72 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/scripts/highlightjs/styles/kavadocs.css: -------------------------------------------------------------------------------- 1 | /* 2 | * Kava Docs Light Style 3 | */ 4 | 5 | .hljs { 6 | display: block; 7 | overflow-x: auto; 8 | padding: 0.5em; 9 | background: #fafafa; 10 | color: black; 11 | line-height: 1.7; 12 | -ms-border-radius: 5px; 13 | border-radius: 5px; 14 | border: 1px solid #e7e7e7; 15 | } 16 | 17 | .hljs-comment, 18 | .hljs-quote, 19 | .hljs-variable { 20 | color: #008000; 21 | } 22 | 23 | .hljs-keyword, 24 | .hljs-selector-tag, 25 | .hljs-built_in, 26 | .hljs-name, 27 | .hljs-tag { 28 | color: #00f; 29 | } 30 | 31 | .hljs-string, 32 | .hljs-title, 33 | .hljs-section, 34 | .hljs-attribute, 35 | .hljs-literal, 36 | .hljs-template-tag, 37 | .hljs-template-variable, 38 | .hljs-type, 39 | .hljs-addition { 40 | color: #a31515; 41 | } 42 | 43 | .hljs-deletion, 44 | .hljs-selector-attr, 45 | .hljs-selector-pseudo, 46 | .hljs-meta { 47 | color: #2b91af; 48 | } 49 | 50 | .hljs-doctag { 51 | color: #808080; 52 | } 53 | 54 | .hljs-attr { 55 | color: #f00; 56 | } 57 | 58 | .hljs-symbol, 59 | .hljs-bullet, 60 | .hljs-link { 61 | color: #00b0e8; 62 | } 63 | 64 | 65 | .hljs-emphasis { 66 | font-style: italic; 67 | } 68 | 69 | .hljs-strong { 70 | font-weight: bold; 71 | } 72 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/darkhan/scripts/highlightjs/styles/kavadocs.css: -------------------------------------------------------------------------------- 1 | /* 2 | * Kava Docs Light Style 3 | */ 4 | 5 | .hljs { 6 | display: block; 7 | overflow-x: auto; 8 | padding: 0.5em; 9 | background: #fafafa; 10 | color: black; 11 | line-height: 1.7; 12 | -ms-border-radius: 5px; 13 | border-radius: 5px; 14 | border: 1px solid #e7e7e7; 15 | } 16 | 17 | .hljs-comment, 18 | .hljs-quote, 19 | .hljs-variable { 20 | color: #008000; 21 | } 22 | 23 | .hljs-keyword, 24 | .hljs-selector-tag, 25 | .hljs-built_in, 26 | .hljs-name, 27 | .hljs-tag { 28 | color: #00f; 29 | } 30 | 31 | .hljs-string, 32 | .hljs-title, 33 | .hljs-section, 34 | .hljs-attribute, 35 | .hljs-literal, 36 | .hljs-template-tag, 37 | .hljs-template-variable, 38 | .hljs-type, 39 | .hljs-addition { 40 | color: #a31515; 41 | } 42 | 43 | .hljs-deletion, 44 | .hljs-selector-attr, 45 | .hljs-selector-pseudo, 46 | .hljs-meta { 47 | color: #2b91af; 48 | } 49 | 50 | .hljs-doctag { 51 | color: #808080; 52 | } 53 | 54 | .hljs-attr { 55 | color: #f00; 56 | } 57 | 58 | .hljs-symbol, 59 | .hljs-bullet, 60 | .hljs-link { 61 | color: #00b0e8; 62 | } 63 | 64 | 65 | .hljs-emphasis { 66 | font-style: italic; 67 | } 68 | 69 | .hljs-strong { 70 | font-weight: bold; 71 | } 72 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/github/scripts/highlightjs/styles/kavadocs.css: -------------------------------------------------------------------------------- 1 | /* 2 | * Kava Docs Light Style 3 | */ 4 | 5 | .hljs { 6 | display: block; 7 | overflow-x: auto; 8 | padding: 0.5em; 9 | background: #fafafa; 10 | color: black; 11 | line-height: 1.7; 12 | -ms-border-radius: 5px; 13 | border-radius: 5px; 14 | border: 1px solid #e7e7e7; 15 | } 16 | 17 | .hljs-comment, 18 | .hljs-quote, 19 | .hljs-variable { 20 | color: #008000; 21 | } 22 | 23 | .hljs-keyword, 24 | .hljs-selector-tag, 25 | .hljs-built_in, 26 | .hljs-name, 27 | .hljs-tag { 28 | color: #00f; 29 | } 30 | 31 | .hljs-string, 32 | .hljs-title, 33 | .hljs-section, 34 | .hljs-attribute, 35 | .hljs-literal, 36 | .hljs-template-tag, 37 | .hljs-template-variable, 38 | .hljs-type, 39 | .hljs-addition { 40 | color: #a31515; 41 | } 42 | 43 | .hljs-deletion, 44 | .hljs-selector-attr, 45 | .hljs-selector-pseudo, 46 | .hljs-meta { 47 | color: #2b91af; 48 | } 49 | 50 | .hljs-doctag { 51 | color: #808080; 52 | } 53 | 54 | .hljs-attr { 55 | color: #f00; 56 | } 57 | 58 | .hljs-symbol, 59 | .hljs-bullet, 60 | .hljs-link { 61 | color: #00b0e8; 62 | } 63 | 64 | 65 | .hljs-emphasis { 66 | font-style: italic; 67 | } 68 | 69 | .hljs-strong { 70 | font-weight: bold; 71 | } 72 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/scripts/highlightjs/styles/github-gist.css: -------------------------------------------------------------------------------- 1 | /** 2 | * GitHub Gist Theme 3 | * Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro 4 | */ 5 | 6 | .hljs { 7 | display: block; 8 | background: #f6f8fa; 9 | padding: 0.5em; 10 | color: #333333; 11 | overflow-x: auto; 12 | } 13 | 14 | .hljs-comment, 15 | .hljs-meta { 16 | color: #969896; 17 | } 18 | 19 | .hljs-string, 20 | .hljs-variable, 21 | .hljs-template-variable, 22 | .hljs-strong, 23 | .hljs-emphasis, 24 | .hljs-quote { 25 | color: #df5000; 26 | } 27 | 28 | .hljs-keyword, 29 | .hljs-selector-tag, 30 | .hljs-type { 31 | color: #a71d5d; 32 | } 33 | 34 | .hljs-literal, 35 | .hljs-symbol, 36 | .hljs-bullet, 37 | .hljs-attribute { 38 | color: #0086b3; 39 | } 40 | 41 | .hljs-section, 42 | .hljs-name { 43 | color: #63a35c; 44 | } 45 | 46 | .hljs-tag { 47 | color: #333333; 48 | } 49 | 50 | .hljs-title, 51 | .hljs-attr, 52 | .hljs-selector-id, 53 | .hljs-selector-class, 54 | .hljs-selector-attr, 55 | .hljs-selector-pseudo { 56 | color: #795da3; 57 | } 58 | 59 | .hljs-addition { 60 | color: #55a532; 61 | background-color: #eaffea; 62 | } 63 | 64 | .hljs-deletion { 65 | color: #bd2c00; 66 | background-color: #ffecec; 67 | } 68 | 69 | .hljs-link { 70 | text-decoration: underline; 71 | } 72 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/scripts/highlightjs/styles/github-mm.css: -------------------------------------------------------------------------------- 1 | /** 2 | * GitHub Gist Theme 3 | * Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro 4 | */ 5 | 6 | .hljs { 7 | display: block; 8 | background: #f6f8fa; 9 | padding: 0.5em; 10 | color: #333333; 11 | overflow-x: auto; 12 | } 13 | 14 | .hljs-comment, 15 | .hljs-meta { 16 | color: #6a737d; 17 | } 18 | 19 | .hljs-string, 20 | .hljs-variable, 21 | .hljs-template-variable, 22 | .hljs-strong, 23 | .hljs-emphasis, 24 | .hljs-quote { 25 | color: #df5000; 26 | } 27 | 28 | .hljs-keyword, 29 | .hljs-selector-tag, 30 | .hljs-type { 31 | color: #d73a49; 32 | } 33 | 34 | .hljs-literal, 35 | .hljs-symbol, 36 | .hljs-bullet, 37 | .hljs-attribute { 38 | color: #0086b3; 39 | } 40 | 41 | .hljs-section, 42 | .hljs-name { 43 | color: #63a35c; 44 | } 45 | 46 | .hljs-tag { 47 | color: #333333; 48 | } 49 | 50 | .hljs-title, 51 | .hljs-attr, 52 | .hljs-selector-id, 53 | .hljs-selector-class, 54 | .hljs-selector-attr, 55 | .hljs-selector-pseudo { 56 | color: #6f42c1; 57 | } 58 | 59 | .hljs-addition { 60 | color: #55a532; 61 | background-color: #eaffea; 62 | } 63 | 64 | .hljs-deletion { 65 | color: #bd2c00; 66 | background-color: #ffecec; 67 | } 68 | 69 | .hljs-link { 70 | text-decoration: underline; 71 | } 72 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/scripts/highlightjs/styles/github-mm.css: -------------------------------------------------------------------------------- 1 | /** 2 | * GitHub Gist Theme 3 | * Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro 4 | */ 5 | 6 | .hljs { 7 | display: block; 8 | background: #f6f8fa; 9 | padding: 0.5em; 10 | color: #333333; 11 | overflow-x: auto; 12 | } 13 | 14 | .hljs-comment, 15 | .hljs-meta { 16 | color: #6a737d; 17 | } 18 | 19 | .hljs-string, 20 | .hljs-variable, 21 | .hljs-template-variable, 22 | .hljs-strong, 23 | .hljs-emphasis, 24 | .hljs-quote { 25 | color: #df5000; 26 | } 27 | 28 | .hljs-keyword, 29 | .hljs-selector-tag, 30 | .hljs-type { 31 | color: #d73a49; 32 | } 33 | 34 | .hljs-literal, 35 | .hljs-symbol, 36 | .hljs-bullet, 37 | .hljs-attribute { 38 | color: #0086b3; 39 | } 40 | 41 | .hljs-section, 42 | .hljs-name { 43 | color: #63a35c; 44 | } 45 | 46 | .hljs-tag { 47 | color: #333333; 48 | } 49 | 50 | .hljs-title, 51 | .hljs-attr, 52 | .hljs-selector-id, 53 | .hljs-selector-class, 54 | .hljs-selector-attr, 55 | .hljs-selector-pseudo { 56 | color: #6f42c1; 57 | } 58 | 59 | .hljs-addition { 60 | color: #55a532; 61 | background-color: #eaffea; 62 | } 63 | 64 | .hljs-deletion { 65 | color: #bd2c00; 66 | background-color: #ffecec; 67 | } 68 | 69 | .hljs-link { 70 | text-decoration: underline; 71 | } 72 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/github/scripts/highlightjs/styles/github-mm.css: -------------------------------------------------------------------------------- 1 | /** 2 | * GitHub Gist Theme 3 | * Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro 4 | */ 5 | 6 | .hljs { 7 | display: block; 8 | background: #f6f8fa; 9 | padding: 0.5em; 10 | color: #333333; 11 | overflow-x: auto; 12 | } 13 | 14 | .hljs-comment, 15 | .hljs-meta { 16 | color: #6a737d; 17 | } 18 | 19 | .hljs-string, 20 | .hljs-variable, 21 | .hljs-template-variable, 22 | .hljs-strong, 23 | .hljs-emphasis, 24 | .hljs-quote { 25 | color: #df5000; 26 | } 27 | 28 | .hljs-keyword, 29 | .hljs-selector-tag, 30 | .hljs-type { 31 | color: #d73a49; 32 | } 33 | 34 | .hljs-literal, 35 | .hljs-symbol, 36 | .hljs-bullet, 37 | .hljs-attribute { 38 | color: #0086b3; 39 | } 40 | 41 | .hljs-section, 42 | .hljs-name { 43 | color: #63a35c; 44 | } 45 | 46 | .hljs-tag { 47 | color: #333333; 48 | } 49 | 50 | .hljs-title, 51 | .hljs-attr, 52 | .hljs-selector-id, 53 | .hljs-selector-class, 54 | .hljs-selector-attr, 55 | .hljs-selector-pseudo { 56 | color: #6f42c1; 57 | } 58 | 59 | .hljs-addition { 60 | color: #55a532; 61 | background-color: #eaffea; 62 | } 63 | 64 | .hljs-deletion { 65 | color: #bd2c00; 66 | background-color: #ffecec; 67 | } 68 | 69 | .hljs-link { 70 | text-decoration: underline; 71 | } 72 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/msdn/scripts/highlightjs/styles/github-gist.css: -------------------------------------------------------------------------------- 1 | /** 2 | * GitHub Gist Theme 3 | * Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro 4 | */ 5 | 6 | .hljs { 7 | display: block; 8 | background: #f6f8fa; 9 | padding: 0.5em; 10 | color: #333333; 11 | overflow-x: auto; 12 | } 13 | 14 | .hljs-comment, 15 | .hljs-meta { 16 | color: #969896; 17 | } 18 | 19 | .hljs-string, 20 | .hljs-variable, 21 | .hljs-template-variable, 22 | .hljs-strong, 23 | .hljs-emphasis, 24 | .hljs-quote { 25 | color: #df5000; 26 | } 27 | 28 | .hljs-keyword, 29 | .hljs-selector-tag, 30 | .hljs-type { 31 | color: #a71d5d; 32 | } 33 | 34 | .hljs-literal, 35 | .hljs-symbol, 36 | .hljs-bullet, 37 | .hljs-attribute { 38 | color: #0086b3; 39 | } 40 | 41 | .hljs-section, 42 | .hljs-name { 43 | color: #63a35c; 44 | } 45 | 46 | .hljs-tag { 47 | color: #333333; 48 | } 49 | 50 | .hljs-title, 51 | .hljs-attr, 52 | .hljs-selector-id, 53 | .hljs-selector-class, 54 | .hljs-selector-attr, 55 | .hljs-selector-pseudo { 56 | color: #795da3; 57 | } 58 | 59 | .hljs-addition { 60 | color: #55a532; 61 | background-color: #eaffea; 62 | } 63 | 64 | .hljs-deletion { 65 | color: #bd2c00; 66 | background-color: #ffecec; 67 | } 68 | 69 | .hljs-link { 70 | text-decoration: underline; 71 | } 72 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/msdn/scripts/highlightjs/styles/github-mm.css: -------------------------------------------------------------------------------- 1 | /** 2 | * GitHub Gist Theme 3 | * Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro 4 | */ 5 | 6 | .hljs { 7 | display: block; 8 | background: #f6f8fa; 9 | padding: 0.5em; 10 | color: #333333; 11 | overflow-x: auto; 12 | } 13 | 14 | .hljs-comment, 15 | .hljs-meta { 16 | color: #6a737d; 17 | } 18 | 19 | .hljs-string, 20 | .hljs-variable, 21 | .hljs-template-variable, 22 | .hljs-strong, 23 | .hljs-emphasis, 24 | .hljs-quote { 25 | color: #df5000; 26 | } 27 | 28 | .hljs-keyword, 29 | .hljs-selector-tag, 30 | .hljs-type { 31 | color: #d73a49; 32 | } 33 | 34 | .hljs-literal, 35 | .hljs-symbol, 36 | .hljs-bullet, 37 | .hljs-attribute { 38 | color: #0086b3; 39 | } 40 | 41 | .hljs-section, 42 | .hljs-name { 43 | color: #63a35c; 44 | } 45 | 46 | .hljs-tag { 47 | color: #333333; 48 | } 49 | 50 | .hljs-title, 51 | .hljs-attr, 52 | .hljs-selector-id, 53 | .hljs-selector-class, 54 | .hljs-selector-attr, 55 | .hljs-selector-pseudo { 56 | color: #6f42c1; 57 | } 58 | 59 | .hljs-addition { 60 | color: #55a532; 61 | background-color: #eaffea; 62 | } 63 | 64 | .hljs-deletion { 65 | color: #bd2c00; 66 | background-color: #ffecec; 67 | } 68 | 69 | .hljs-link { 70 | text-decoration: underline; 71 | } 72 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/scripts/highlightjs/styles/github-gist.css: -------------------------------------------------------------------------------- 1 | /** 2 | * GitHub Gist Theme 3 | * Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro 4 | */ 5 | 6 | .hljs { 7 | display: block; 8 | background: #f6f8fa; 9 | padding: 0.5em; 10 | color: #333333; 11 | overflow-x: auto; 12 | } 13 | 14 | .hljs-comment, 15 | .hljs-meta { 16 | color: #969896; 17 | } 18 | 19 | .hljs-string, 20 | .hljs-variable, 21 | .hljs-template-variable, 22 | .hljs-strong, 23 | .hljs-emphasis, 24 | .hljs-quote { 25 | color: #df5000; 26 | } 27 | 28 | .hljs-keyword, 29 | .hljs-selector-tag, 30 | .hljs-type { 31 | color: #a71d5d; 32 | } 33 | 34 | .hljs-literal, 35 | .hljs-symbol, 36 | .hljs-bullet, 37 | .hljs-attribute { 38 | color: #0086b3; 39 | } 40 | 41 | .hljs-section, 42 | .hljs-name { 43 | color: #63a35c; 44 | } 45 | 46 | .hljs-tag { 47 | color: #333333; 48 | } 49 | 50 | .hljs-title, 51 | .hljs-attr, 52 | .hljs-selector-id, 53 | .hljs-selector-class, 54 | .hljs-selector-attr, 55 | .hljs-selector-pseudo { 56 | color: #795da3; 57 | } 58 | 59 | .hljs-addition { 60 | color: #55a532; 61 | background-color: #eaffea; 62 | } 63 | 64 | .hljs-deletion { 65 | color: #bd2c00; 66 | background-color: #ffecec; 67 | } 68 | 69 | .hljs-link { 70 | text-decoration: underline; 71 | } 72 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/darkhan/scripts/highlightjs/styles/github-gist.css: -------------------------------------------------------------------------------- 1 | /** 2 | * GitHub Gist Theme 3 | * Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro 4 | */ 5 | 6 | .hljs { 7 | display: block; 8 | background: #f6f8fa; 9 | padding: 0.5em; 10 | color: #333333; 11 | overflow-x: auto; 12 | } 13 | 14 | .hljs-comment, 15 | .hljs-meta { 16 | color: #969896; 17 | } 18 | 19 | .hljs-string, 20 | .hljs-variable, 21 | .hljs-template-variable, 22 | .hljs-strong, 23 | .hljs-emphasis, 24 | .hljs-quote { 25 | color: #df5000; 26 | } 27 | 28 | .hljs-keyword, 29 | .hljs-selector-tag, 30 | .hljs-type { 31 | color: #a71d5d; 32 | } 33 | 34 | .hljs-literal, 35 | .hljs-symbol, 36 | .hljs-bullet, 37 | .hljs-attribute { 38 | color: #0086b3; 39 | } 40 | 41 | .hljs-section, 42 | .hljs-name { 43 | color: #63a35c; 44 | } 45 | 46 | .hljs-tag { 47 | color: #333333; 48 | } 49 | 50 | .hljs-title, 51 | .hljs-attr, 52 | .hljs-selector-id, 53 | .hljs-selector-class, 54 | .hljs-selector-attr, 55 | .hljs-selector-pseudo { 56 | color: #795da3; 57 | } 58 | 59 | .hljs-addition { 60 | color: #55a532; 61 | background-color: #eaffea; 62 | } 63 | 64 | .hljs-deletion { 65 | color: #bd2c00; 66 | background-color: #ffecec; 67 | } 68 | 69 | .hljs-link { 70 | text-decoration: underline; 71 | } 72 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/darkhan/scripts/highlightjs/styles/github-mm.css: -------------------------------------------------------------------------------- 1 | /** 2 | * GitHub Gist Theme 3 | * Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro 4 | */ 5 | 6 | .hljs { 7 | display: block; 8 | background: #f6f8fa; 9 | padding: 0.5em; 10 | color: #333333; 11 | overflow-x: auto; 12 | } 13 | 14 | .hljs-comment, 15 | .hljs-meta { 16 | color: #6a737d; 17 | } 18 | 19 | .hljs-string, 20 | .hljs-variable, 21 | .hljs-template-variable, 22 | .hljs-strong, 23 | .hljs-emphasis, 24 | .hljs-quote { 25 | color: #df5000; 26 | } 27 | 28 | .hljs-keyword, 29 | .hljs-selector-tag, 30 | .hljs-type { 31 | color: #d73a49; 32 | } 33 | 34 | .hljs-literal, 35 | .hljs-symbol, 36 | .hljs-bullet, 37 | .hljs-attribute { 38 | color: #0086b3; 39 | } 40 | 41 | .hljs-section, 42 | .hljs-name { 43 | color: #63a35c; 44 | } 45 | 46 | .hljs-tag { 47 | color: #333333; 48 | } 49 | 50 | .hljs-title, 51 | .hljs-attr, 52 | .hljs-selector-id, 53 | .hljs-selector-class, 54 | .hljs-selector-attr, 55 | .hljs-selector-pseudo { 56 | color: #6f42c1; 57 | } 58 | 59 | .hljs-addition { 60 | color: #55a532; 61 | background-color: #eaffea; 62 | } 63 | 64 | .hljs-deletion { 65 | color: #bd2c00; 66 | background-color: #ffecec; 67 | } 68 | 69 | .hljs-link { 70 | text-decoration: underline; 71 | } 72 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/github/scripts/highlightjs/styles/github-gist.css: -------------------------------------------------------------------------------- 1 | /** 2 | * GitHub Gist Theme 3 | * Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro 4 | */ 5 | 6 | .hljs { 7 | display: block; 8 | background: #f6f8fa; 9 | padding: 0.5em; 10 | color: #333333; 11 | overflow-x: auto; 12 | } 13 | 14 | .hljs-comment, 15 | .hljs-meta { 16 | color: #969896; 17 | } 18 | 19 | .hljs-string, 20 | .hljs-variable, 21 | .hljs-template-variable, 22 | .hljs-strong, 23 | .hljs-emphasis, 24 | .hljs-quote { 25 | color: #df5000; 26 | } 27 | 28 | .hljs-keyword, 29 | .hljs-selector-tag, 30 | .hljs-type { 31 | color: #a71d5d; 32 | } 33 | 34 | .hljs-literal, 35 | .hljs-symbol, 36 | .hljs-bullet, 37 | .hljs-attribute { 38 | color: #0086b3; 39 | } 40 | 41 | .hljs-section, 42 | .hljs-name { 43 | color: #63a35c; 44 | } 45 | 46 | .hljs-tag { 47 | color: #333333; 48 | } 49 | 50 | .hljs-title, 51 | .hljs-attr, 52 | .hljs-selector-id, 53 | .hljs-selector-class, 54 | .hljs-selector-attr, 55 | .hljs-selector-pseudo { 56 | color: #795da3; 57 | } 58 | 59 | .hljs-addition { 60 | color: #55a532; 61 | background-color: #eaffea; 62 | } 63 | 64 | .hljs-deletion { 65 | color: #bd2c00; 66 | background-color: #ffecec; 67 | } 68 | 69 | .hljs-link { 70 | text-decoration: underline; 71 | } 72 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/scripts/highlightjs/styles/monokai.css: -------------------------------------------------------------------------------- 1 | /* 2 | Monokai style - ported by Luigi Maselli - http://grigio.org 3 | */ 4 | 5 | .hljs { 6 | display: block; 7 | overflow-x: auto; 8 | padding: 0.5em; 9 | background: #272822; color: #ddd; 10 | } 11 | 12 | .hljs-tag, 13 | .hljs-keyword, 14 | .hljs-selector-tag, 15 | .hljs-literal, 16 | .hljs-strong, 17 | .hljs-name { 18 | color: #f92672; 19 | } 20 | 21 | .hljs-code { 22 | color: #66d9ef; 23 | } 24 | 25 | .hljs-class .hljs-title { 26 | color: white; 27 | } 28 | 29 | .hljs-attribute, 30 | .hljs-symbol, 31 | .hljs-regexp, 32 | .hljs-link { 33 | color: #bf79db; 34 | } 35 | 36 | .hljs-string, 37 | .hljs-bullet, 38 | .hljs-subst, 39 | .hljs-title, 40 | .hljs-section, 41 | .hljs-emphasis, 42 | .hljs-type, 43 | .hljs-built_in, 44 | .hljs-builtin-name, 45 | .hljs-selector-attr, 46 | .hljs-selector-pseudo, 47 | .hljs-addition, 48 | .hljs-variable, 49 | .hljs-template-tag, 50 | .hljs-template-variable { 51 | color: #a6e22e; 52 | } 53 | 54 | .hljs-comment, 55 | .hljs-quote, 56 | .hljs-deletion, 57 | .hljs-meta { 58 | color: #75715e; 59 | } 60 | 61 | .hljs-keyword, 62 | .hljs-selector-tag, 63 | .hljs-literal, 64 | .hljs-doctag, 65 | .hljs-title, 66 | .hljs-section, 67 | .hljs-type, 68 | .hljs-selector-id { 69 | font-weight: bold; 70 | } 71 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/scripts/highlightjs/styles/monokai.css: -------------------------------------------------------------------------------- 1 | /* 2 | Monokai style - ported by Luigi Maselli - http://grigio.org 3 | */ 4 | 5 | .hljs { 6 | display: block; 7 | overflow-x: auto; 8 | padding: 0.5em; 9 | background: #272822; color: #ddd; 10 | } 11 | 12 | .hljs-tag, 13 | .hljs-keyword, 14 | .hljs-selector-tag, 15 | .hljs-literal, 16 | .hljs-strong, 17 | .hljs-name { 18 | color: #f92672; 19 | } 20 | 21 | .hljs-code { 22 | color: #66d9ef; 23 | } 24 | 25 | .hljs-class .hljs-title { 26 | color: white; 27 | } 28 | 29 | .hljs-attribute, 30 | .hljs-symbol, 31 | .hljs-regexp, 32 | .hljs-link { 33 | color: #bf79db; 34 | } 35 | 36 | .hljs-string, 37 | .hljs-bullet, 38 | .hljs-subst, 39 | .hljs-title, 40 | .hljs-section, 41 | .hljs-emphasis, 42 | .hljs-type, 43 | .hljs-built_in, 44 | .hljs-builtin-name, 45 | .hljs-selector-attr, 46 | .hljs-selector-pseudo, 47 | .hljs-addition, 48 | .hljs-variable, 49 | .hljs-template-tag, 50 | .hljs-template-variable { 51 | color: #a6e22e; 52 | } 53 | 54 | .hljs-comment, 55 | .hljs-quote, 56 | .hljs-deletion, 57 | .hljs-meta { 58 | color: #75715e; 59 | } 60 | 61 | .hljs-keyword, 62 | .hljs-selector-tag, 63 | .hljs-literal, 64 | .hljs-doctag, 65 | .hljs-title, 66 | .hljs-section, 67 | .hljs-type, 68 | .hljs-selector-id { 69 | font-weight: bold; 70 | } 71 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/darkhan/scripts/highlightjs/styles/monokai.css: -------------------------------------------------------------------------------- 1 | /* 2 | Monokai style - ported by Luigi Maselli - http://grigio.org 3 | */ 4 | 5 | .hljs { 6 | display: block; 7 | overflow-x: auto; 8 | padding: 0.5em; 9 | background: #272822; color: #ddd; 10 | } 11 | 12 | .hljs-tag, 13 | .hljs-keyword, 14 | .hljs-selector-tag, 15 | .hljs-literal, 16 | .hljs-strong, 17 | .hljs-name { 18 | color: #f92672; 19 | } 20 | 21 | .hljs-code { 22 | color: #66d9ef; 23 | } 24 | 25 | .hljs-class .hljs-title { 26 | color: white; 27 | } 28 | 29 | .hljs-attribute, 30 | .hljs-symbol, 31 | .hljs-regexp, 32 | .hljs-link { 33 | color: #bf79db; 34 | } 35 | 36 | .hljs-string, 37 | .hljs-bullet, 38 | .hljs-subst, 39 | .hljs-title, 40 | .hljs-section, 41 | .hljs-emphasis, 42 | .hljs-type, 43 | .hljs-built_in, 44 | .hljs-builtin-name, 45 | .hljs-selector-attr, 46 | .hljs-selector-pseudo, 47 | .hljs-addition, 48 | .hljs-variable, 49 | .hljs-template-tag, 50 | .hljs-template-variable { 51 | color: #a6e22e; 52 | } 53 | 54 | .hljs-comment, 55 | .hljs-quote, 56 | .hljs-deletion, 57 | .hljs-meta { 58 | color: #75715e; 59 | } 60 | 61 | .hljs-keyword, 62 | .hljs-selector-tag, 63 | .hljs-literal, 64 | .hljs-doctag, 65 | .hljs-title, 66 | .hljs-section, 67 | .hljs-type, 68 | .hljs-selector-id { 69 | font-weight: bold; 70 | } 71 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/github/scripts/highlightjs/styles/monokai.css: -------------------------------------------------------------------------------- 1 | /* 2 | Monokai style - ported by Luigi Maselli - http://grigio.org 3 | */ 4 | 5 | .hljs { 6 | display: block; 7 | overflow-x: auto; 8 | padding: 0.5em; 9 | background: #272822; color: #ddd; 10 | } 11 | 12 | .hljs-tag, 13 | .hljs-keyword, 14 | .hljs-selector-tag, 15 | .hljs-literal, 16 | .hljs-strong, 17 | .hljs-name { 18 | color: #f92672; 19 | } 20 | 21 | .hljs-code { 22 | color: #66d9ef; 23 | } 24 | 25 | .hljs-class .hljs-title { 26 | color: white; 27 | } 28 | 29 | .hljs-attribute, 30 | .hljs-symbol, 31 | .hljs-regexp, 32 | .hljs-link { 33 | color: #bf79db; 34 | } 35 | 36 | .hljs-string, 37 | .hljs-bullet, 38 | .hljs-subst, 39 | .hljs-title, 40 | .hljs-section, 41 | .hljs-emphasis, 42 | .hljs-type, 43 | .hljs-built_in, 44 | .hljs-builtin-name, 45 | .hljs-selector-attr, 46 | .hljs-selector-pseudo, 47 | .hljs-addition, 48 | .hljs-variable, 49 | .hljs-template-tag, 50 | .hljs-template-variable { 51 | color: #a6e22e; 52 | } 53 | 54 | .hljs-comment, 55 | .hljs-quote, 56 | .hljs-deletion, 57 | .hljs-meta { 58 | color: #75715e; 59 | } 60 | 61 | .hljs-keyword, 62 | .hljs-selector-tag, 63 | .hljs-literal, 64 | .hljs-doctag, 65 | .hljs-title, 66 | .hljs-section, 67 | .hljs-type, 68 | .hljs-selector-id { 69 | font-weight: bold; 70 | } 71 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/msdn/scripts/highlightjs/styles/monokai.css: -------------------------------------------------------------------------------- 1 | /* 2 | Monokai style - ported by Luigi Maselli - http://grigio.org 3 | */ 4 | 5 | .hljs { 6 | display: block; 7 | overflow-x: auto; 8 | padding: 0.5em; 9 | background: #272822; color: #ddd; 10 | } 11 | 12 | .hljs-tag, 13 | .hljs-keyword, 14 | .hljs-selector-tag, 15 | .hljs-literal, 16 | .hljs-strong, 17 | .hljs-name { 18 | color: #f92672; 19 | } 20 | 21 | .hljs-code { 22 | color: #66d9ef; 23 | } 24 | 25 | .hljs-class .hljs-title { 26 | color: white; 27 | } 28 | 29 | .hljs-attribute, 30 | .hljs-symbol, 31 | .hljs-regexp, 32 | .hljs-link { 33 | color: #bf79db; 34 | } 35 | 36 | .hljs-string, 37 | .hljs-bullet, 38 | .hljs-subst, 39 | .hljs-title, 40 | .hljs-section, 41 | .hljs-emphasis, 42 | .hljs-type, 43 | .hljs-built_in, 44 | .hljs-builtin-name, 45 | .hljs-selector-attr, 46 | .hljs-selector-pseudo, 47 | .hljs-addition, 48 | .hljs-variable, 49 | .hljs-template-tag, 50 | .hljs-template-variable { 51 | color: #a6e22e; 52 | } 53 | 54 | .hljs-comment, 55 | .hljs-quote, 56 | .hljs-deletion, 57 | .hljs-meta { 58 | color: #75715e; 59 | } 60 | 61 | .hljs-keyword, 62 | .hljs-selector-tag, 63 | .hljs-literal, 64 | .hljs-doctag, 65 | .hljs-title, 66 | .hljs-section, 67 | .hljs-type, 68 | .hljs-selector-id { 69 | font-weight: bold; 70 | } 71 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/scripts/highlightjs/styles/darcula.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Darcula color scheme from the JetBrains family of IDEs 4 | 5 | */ 6 | 7 | 8 | .hljs { 9 | display: block; 10 | overflow-x: auto; 11 | padding: 0.5em; 12 | background: #2b2b2b; 13 | } 14 | 15 | .hljs { 16 | color: #bababa; 17 | } 18 | 19 | .hljs-strong, 20 | .hljs-emphasis { 21 | color: #a8a8a2; 22 | } 23 | 24 | .hljs-bullet, 25 | .hljs-quote, 26 | .hljs-link, 27 | .hljs-number, 28 | .hljs-regexp, 29 | .hljs-literal { 30 | color: #6896ba; 31 | } 32 | 33 | .hljs-code, 34 | .hljs-selector-class { 35 | color: #a6e22e; 36 | } 37 | 38 | .hljs-emphasis { 39 | font-style: italic; 40 | } 41 | 42 | .hljs-keyword, 43 | .hljs-selector-tag, 44 | .hljs-section, 45 | .hljs-attribute, 46 | .hljs-name, 47 | .hljs-variable { 48 | color: #cb7832; 49 | } 50 | 51 | .hljs-params { 52 | color: #b9b9b9; 53 | } 54 | 55 | .hljs-string { 56 | color: #6a8759; 57 | } 58 | 59 | .hljs-subst, 60 | .hljs-type, 61 | .hljs-built_in, 62 | .hljs-builtin-name, 63 | .hljs-symbol, 64 | .hljs-selector-id, 65 | .hljs-selector-attr, 66 | .hljs-selector-pseudo, 67 | .hljs-template-tag, 68 | .hljs-template-variable, 69 | .hljs-addition { 70 | color: #e0c46c; 71 | } 72 | 73 | .hljs-comment, 74 | .hljs-deletion, 75 | .hljs-meta { 76 | color: #7f7f7f; 77 | } 78 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/MSWORD/scripts/highlightjs/styles/darcula.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Darcula color scheme from the JetBrains family of IDEs 4 | 5 | */ 6 | 7 | 8 | .hljs { 9 | display: block; 10 | overflow-x: auto; 11 | padding: 0.5em; 12 | background: #2b2b2b; 13 | } 14 | 15 | .hljs { 16 | color: #bababa; 17 | } 18 | 19 | .hljs-strong, 20 | .hljs-emphasis { 21 | color: #a8a8a2; 22 | } 23 | 24 | .hljs-bullet, 25 | .hljs-quote, 26 | .hljs-link, 27 | .hljs-number, 28 | .hljs-regexp, 29 | .hljs-literal { 30 | color: #6896ba; 31 | } 32 | 33 | .hljs-code, 34 | .hljs-selector-class { 35 | color: #a6e22e; 36 | } 37 | 38 | .hljs-emphasis { 39 | font-style: italic; 40 | } 41 | 42 | .hljs-keyword, 43 | .hljs-selector-tag, 44 | .hljs-section, 45 | .hljs-attribute, 46 | .hljs-name, 47 | .hljs-variable { 48 | color: #cb7832; 49 | } 50 | 51 | .hljs-params { 52 | color: #b9b9b9; 53 | } 54 | 55 | .hljs-string { 56 | color: #6a8759; 57 | } 58 | 59 | .hljs-subst, 60 | .hljs-type, 61 | .hljs-built_in, 62 | .hljs-builtin-name, 63 | .hljs-symbol, 64 | .hljs-selector-id, 65 | .hljs-selector-attr, 66 | .hljs-selector-pseudo, 67 | .hljs-template-tag, 68 | .hljs-template-variable, 69 | .hljs-addition { 70 | color: #e0c46c; 71 | } 72 | 73 | .hljs-comment, 74 | .hljs-deletion, 75 | .hljs-meta { 76 | color: #7f7f7f; 77 | } 78 | -------------------------------------------------------------------------------- /SDT/htmlhelp/templates/github/scripts/highlightjs/styles/darcula.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Darcula color scheme from the JetBrains family of IDEs 4 | 5 | */ 6 | 7 | 8 | .hljs { 9 | display: block; 10 | overflow-x: auto; 11 | padding: 0.5em; 12 | background: #2b2b2b; 13 | } 14 | 15 | .hljs { 16 | color: #bababa; 17 | } 18 | 19 | .hljs-strong, 20 | .hljs-emphasis { 21 | color: #a8a8a2; 22 | } 23 | 24 | .hljs-bullet, 25 | .hljs-quote, 26 | .hljs-link, 27 | .hljs-number, 28 | .hljs-regexp, 29 | .hljs-literal { 30 | color: #6896ba; 31 | } 32 | 33 | .hljs-code, 34 | .hljs-selector-class { 35 | color: #a6e22e; 36 | } 37 | 38 | .hljs-emphasis { 39 | font-style: italic; 40 | } 41 | 42 | .hljs-keyword, 43 | .hljs-selector-tag, 44 | .hljs-section, 45 | .hljs-attribute, 46 | .hljs-name, 47 | .hljs-variable { 48 | color: #cb7832; 49 | } 50 | 51 | .hljs-params { 52 | color: #b9b9b9; 53 | } 54 | 55 | .hljs-string { 56 | color: #6a8759; 57 | } 58 | 59 | .hljs-subst, 60 | .hljs-type, 61 | .hljs-built_in, 62 | .hljs-builtin-name, 63 | .hljs-symbol, 64 | .hljs-selector-id, 65 | .hljs-selector-attr, 66 | .hljs-selector-pseudo, 67 | .hljs-template-tag, 68 | .hljs-template-variable, 69 | .hljs-addition { 70 | color: #e0c46c; 71 | } 72 | 73 | .hljs-comment, 74 | .hljs-deletion, 75 | .hljs-meta { 76 | color: #7f7f7f; 77 | } 78 | --------------------------------------------------------------------------------