From c9458897ebbb739d8db83c80e06512d8a612f743 Mon Sep 17 00:00:00 2001 From: danglassey Date: Wed, 14 Aug 2002 09:57:17 +0000 Subject: *** empty log message *** --- .../CBuilder4/BibleCS/cdstartup/InstallBtn.BMP | Bin 0 -> 26456 bytes .../windoze/CBuilder4/BibleCS/cdstartup/RunBtn.BMP | Bin 0 -> 26456 bytes apps/windoze/CBuilder4/BibleCS/cdstartup/alpha.bmp | Bin 0 -> 921656 bytes .../CBuilder4/BibleCS/cdstartup/cdstartup.bpr | 182 +++++++++++++++ .../CBuilder4/BibleCS/cdstartup/cdstartup.cpp | 21 ++ .../CBuilder4/BibleCS/cdstartup/cdstartup.res | Bin 0 -> 1896 bytes .../BibleCS/cdstartup/html/Alpha/index.html | 246 +++++++++++++++++++++ .../CBuilder4/BibleCS/cdstartup/html/alpha.html | 28 +++ .../BibleCS/cdstartup/html/swordalpha.JPG | Bin 0 -> 52 bytes .../CBuilder4/BibleCS/cdstartup/mainfrm.cpp | 48 ++++ .../CBuilder4/BibleCS/cdstartup/mainfrm.dfm | Bin 0 -> 488254 bytes apps/windoze/CBuilder4/BibleCS/cdstartup/mainfrm.h | 37 ++++ apps/windoze/CBuilder4/BibleCS/cdstartup/sword.bmp | Bin 0 -> 433216 bytes .../CBuilder4/BibleCS/cdstartup/swordalpha.BMP | Bin 0 -> 433216 bytes .../CBuilder4/BibleCS/cdstartup/swordalpha.JPG | Bin 0 -> 19708 bytes 15 files changed, 562 insertions(+) create mode 100644 apps/windoze/CBuilder4/BibleCS/cdstartup/InstallBtn.BMP create mode 100644 apps/windoze/CBuilder4/BibleCS/cdstartup/RunBtn.BMP create mode 100644 apps/windoze/CBuilder4/BibleCS/cdstartup/alpha.bmp create mode 100644 apps/windoze/CBuilder4/BibleCS/cdstartup/cdstartup.bpr create mode 100644 apps/windoze/CBuilder4/BibleCS/cdstartup/cdstartup.cpp create mode 100644 apps/windoze/CBuilder4/BibleCS/cdstartup/cdstartup.res create mode 100644 apps/windoze/CBuilder4/BibleCS/cdstartup/html/Alpha/index.html create mode 100644 apps/windoze/CBuilder4/BibleCS/cdstartup/html/alpha.html create mode 100644 apps/windoze/CBuilder4/BibleCS/cdstartup/html/swordalpha.JPG create mode 100644 apps/windoze/CBuilder4/BibleCS/cdstartup/mainfrm.cpp create mode 100644 apps/windoze/CBuilder4/BibleCS/cdstartup/mainfrm.dfm create mode 100644 apps/windoze/CBuilder4/BibleCS/cdstartup/mainfrm.h create mode 100644 apps/windoze/CBuilder4/BibleCS/cdstartup/sword.bmp create mode 100644 apps/windoze/CBuilder4/BibleCS/cdstartup/swordalpha.BMP create mode 100644 apps/windoze/CBuilder4/BibleCS/cdstartup/swordalpha.JPG (limited to 'apps/windoze/CBuilder4/BibleCS/cdstartup') diff --git a/apps/windoze/CBuilder4/BibleCS/cdstartup/InstallBtn.BMP b/apps/windoze/CBuilder4/BibleCS/cdstartup/InstallBtn.BMP new file mode 100644 index 0000000..1a4cc45 Binary files /dev/null and b/apps/windoze/CBuilder4/BibleCS/cdstartup/InstallBtn.BMP differ diff --git a/apps/windoze/CBuilder4/BibleCS/cdstartup/RunBtn.BMP b/apps/windoze/CBuilder4/BibleCS/cdstartup/RunBtn.BMP new file mode 100644 index 0000000..dc698d5 Binary files /dev/null and b/apps/windoze/CBuilder4/BibleCS/cdstartup/RunBtn.BMP differ diff --git a/apps/windoze/CBuilder4/BibleCS/cdstartup/alpha.bmp b/apps/windoze/CBuilder4/BibleCS/cdstartup/alpha.bmp new file mode 100644 index 0000000..8357474 Binary files /dev/null and b/apps/windoze/CBuilder4/BibleCS/cdstartup/alpha.bmp differ diff --git a/apps/windoze/CBuilder4/BibleCS/cdstartup/cdstartup.bpr b/apps/windoze/CBuilder4/BibleCS/cdstartup/cdstartup.bpr new file mode 100644 index 0000000..8c2df01 --- /dev/null +++ b/apps/windoze/CBuilder4/BibleCS/cdstartup/cdstartup.bpr @@ -0,0 +1,182 @@ +# --------------------------------------------------------------------------- +!if !$d(BCB) +BCB = $(MAKEDIR)\.. +!endif + +# --------------------------------------------------------------------------- +# IDE SECTION +# --------------------------------------------------------------------------- +# The following section of the project makefile is managed by the BCB IDE. +# It is recommended to use the IDE to change any of the values in this +# section. +# --------------------------------------------------------------------------- + +VERSION = BCB.04.04 +# --------------------------------------------------------------------------- +PROJECT = cdstartup.exe +OBJFILES = cdstartup.obj mainfrm.obj +RESFILES = cdstartup.res +RESDEPEN = $(RESFILES) mainfrm.dfm +LIBFILES = +LIBRARIES = vcl40.lib +SPARELIBS = vcl40.lib +DEFFILE = +PACKAGES = vclx40.bpi vcl40.bpi vcldb40.bpi vcldbx40.bpi ibsmp40.bpi bcbsmp40.bpi \ + dclocx40.bpi qrpt40.bpi teeui40.bpi vclsmp40.bpi teedb40.bpi tee40.bpi \ + dss40.bpi nmfast40.bpi inetdb40.bpi inet40.bpi vclmid40.bpi +# --------------------------------------------------------------------------- +PATHCPP = .; +PATHASM = .; +PATHPAS = .; +PATHRC = .; +DEBUGLIBPATH = $(BCB)\lib\debug +RELEASELIBPATH = $(BCB)\lib\release +SYSDEFINES = NO_STRICT +USERDEFINES = +# --------------------------------------------------------------------------- +CFLAG1 = -I$(BCB)\include;$(BCB)\include\vcl -O2 -Hc -H=$(BCB)\lib\vcl40.csm -w -Ve -a8 \ + -k- -vi -D$(SYSDEFINES);$(USERDEFINES) -c -b- -w-par -w-inl -Vx -tW -tWM +CFLAG2 = +CFLAG3 = +PFLAGS = -U$(BCB)\lib\release;$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) \ + -I$(BCB)\include;$(BCB)\include\vcl -$YD -v -M -JPHNE +RFLAGS = -i$(BCB)\include;$(BCB)\include\vcl +AFLAGS = /i$(BCB)\include /i$(BCB)\include\vcl /mx /w2 /zn /d_RTLDLL +LFLAGS = -L$(BCB)\lib\release;$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) -aa -Tpe -x +IFLAGS = +# --------------------------------------------------------------------------- +ALLOBJ = c0w32.obj $(OBJFILES) +ALLRES = $(RESFILES) +ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mt.lib +# --------------------------------------------------------------------------- +!ifdef IDEOPTIONS + +[Version Info] +IncludeVerInfo=1 +AutoIncBuild=0 +MajorVer=1 +MinorVer=4 +Release=5 +Build=0 +Debug=0 +PreRelease=0 +Special=0 +Private=0 +DLL=0 +Locale=1033 +CodePage=1252 + +[Version Info Keys] +CompanyName=CrossWire Software & Bible Society +FileDescription=The SWORD Project CD Installer +FileVersion=1.4.5.0 +InternalName=cdstartup +LegalCopyright=(c) 1998 CrossWire Software under the GNU General Public License +LegalTrademarks= +OriginalFilename= +ProductName=The SWORD Project +ProductVersion=1.4.5 +Comments=Seek Him and you will find Him + +[HistoryLists\hlIncludePath] +Count=1 +Item0=$(BCB)\include;$(BCB)\include\vcl + +[HistoryLists\hlLibraryPath] +Count=1 +Item0=$(BCB)\lib\release;$(BCB)\lib\obj;$(BCB)\lib + +[HistoryLists\hlDebugSourcePath] +Count=1 +Item0=$(BCB)\source\vcl + +[Debugging] +DebugSourceDirs=$(BCB)\source\vcl + +[Parameters] +RunParams= +HostApplication= +RemoteHost= +RemotePath= +RemoteDebug=0 + +[Compiler] +InMemoryExe=0 +ShowInfoMsgs=0 + +!endif + +# --------------------------------------------------------------------------- +# MAKE SECTION +# --------------------------------------------------------------------------- +# This section of the project file is not used by the BCB IDE. It is for +# the benefit of building from the command-line using the MAKE utility. +# --------------------------------------------------------------------------- + +.autodepend +# --------------------------------------------------------------------------- +!if !$d(BCC32) +BCC32 = bcc32 +!endif + +!if !$d(DCC32) +DCC32 = dcc32 +!endif + +!if !$d(TASM32) +TASM32 = tasm32 +!endif + +!if !$d(LINKER) +LINKER = ilink32 +!endif + +!if !$d(BRCC32) +BRCC32 = brcc32 +!endif +# --------------------------------------------------------------------------- +!if $d(PATHCPP) +.PATH.CPP = $(PATHCPP) +.PATH.C = $(PATHCPP) +!endif + +!if $d(PATHPAS) +.PATH.PAS = $(PATHPAS) +!endif + +!if $d(PATHASM) +.PATH.ASM = $(PATHASM) +!endif + +!if $d(PATHRC) +.PATH.RC = $(PATHRC) +!endif +# --------------------------------------------------------------------------- +$(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE) + $(BCB)\BIN\$(LINKER) @&&! + $(LFLAGS) $(IFLAGS) + + $(ALLOBJ), + + $(PROJECT),, + + $(ALLLIB), + + $(DEFFILE), + + $(ALLRES) +! +# --------------------------------------------------------------------------- +.pas.hpp: + $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< } + +.pas.obj: + $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< } + +.cpp.obj: + $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< } + +.c.obj: + $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< } + +.asm.obj: + $(BCB)\BIN\$(TASM32) $(AFLAGS) $<, $@ + +.rc.res: + $(BCB)\BIN\$(BRCC32) $(RFLAGS) -fo$@ $< +# --------------------------------------------------------------------------- diff --git a/apps/windoze/CBuilder4/BibleCS/cdstartup/cdstartup.cpp b/apps/windoze/CBuilder4/BibleCS/cdstartup/cdstartup.cpp new file mode 100644 index 0000000..9f2f8c7 --- /dev/null +++ b/apps/windoze/CBuilder4/BibleCS/cdstartup/cdstartup.cpp @@ -0,0 +1,21 @@ +//--------------------------------------------------------------------------- +#include +#pragma hdrstop +USERES("cdstartup.res"); +USEFORM("mainfrm.cpp", Form1); +//--------------------------------------------------------------------------- +WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int) +{ + try + { + Application->Initialize(); + Application->CreateForm(__classid(TForm1), &Form1); + Application->Run(); + } + catch (Exception &exception) + { + Application->ShowException(&exception); + } + return 0; +} +//--------------------------------------------------------------------------- diff --git a/apps/windoze/CBuilder4/BibleCS/cdstartup/cdstartup.res b/apps/windoze/CBuilder4/BibleCS/cdstartup/cdstartup.res new file mode 100644 index 0000000..ad713e3 Binary files /dev/null and b/apps/windoze/CBuilder4/BibleCS/cdstartup/cdstartup.res differ diff --git a/apps/windoze/CBuilder4/BibleCS/cdstartup/html/Alpha/index.html b/apps/windoze/CBuilder4/BibleCS/cdstartup/html/Alpha/index.html new file mode 100644 index 0000000..698fea2 --- /dev/null +++ b/apps/windoze/CBuilder4/BibleCS/cdstartup/html/Alpha/index.html @@ -0,0 +1,246 @@ + + + + + + The SWORD Project: ALPHA Test Program + + +Problems/Bugs found on the ALPHA distribution; + + + + + + + + + + + + + + + + +
ProblemDistributions AffectedComments / Workaround
Why won't my greek text show up GREEK!AllI don't know how to install fonts via InstallShield.  Any help +would be appreciated.  To workaround this problem:  +
Go to Windows Control Panel; double-click the Fonts icon; from the +menu choose: File|Install New Font...; browse (on the CD) to sword\modules\texts\rawtext\nu; +select the font therein. REBOOT
+Click here to report bugs +
Click here to send +comments +
Click here to enter the Java-based bug reporting tool. [Not implemented +yet] +
  +
  + +

Download +

+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DateDescriptionRef.
04-Mar-1998Added Directory= option in the Bookmarks section of options.conf allowing +a custom location (to accommodate bookmark saves when running from CDROM)
04-Mar-1998Handled creation of bookmarks directory if it does not exist
04-Mar-1998Added restrictions to Personal Bookmarks in the Edit Bookmarks tree
26-Feb-1998bEnabled Statusbar and added some hint texts to a few controls
26-Feb-1998bStretched controls to prevent clipping of textHastings, J
26-Feb-1998Changed Book DropDown to DropDownList and reset CH and VS on changeWilliams,  +
Hastings, J
26-Feb-1998Added Greek2Greek patchDicks
25-Feb-1998Added Options Screen (need file: options.conf)Moore
25-Feb-1998Added Bookmarks (need directory ./bookmarks)
25-Feb-1998Added stable Back Button routines
25-Feb-1998Added Search Button
25-Feb-1998Added CTRL-<0--9> and CTRL-SHIFT-<0..9> temporary StateMarksKingery
19-Feb-1998Added William Dicks Greek2Greek functions and right-click option from +NU module to access.Dicks
19-Feb-1998Added Back Button and routines
27-Jan-1998Added support to rawld.cpp to pad all numeric keys to 5 digits to support +Strongs numbers
27-Jan-1998Autoselect current word on dictionary lookup if no text is highlighted
30-Dec-1997Added spin buttons to verse lookup controlsHastings
30-Dec-1997Added count to search windowHastings
30-Dec-1997Added preview control to search windowHastings
30-Dec-1997Always sync. verse lookup controls to current verseHastings
+  + +

Utility Programs +

+  +
Modules + + +
+
CrossWire Software and Communications +homepage +
The Bible Foundation homepage + + diff --git a/apps/windoze/CBuilder4/BibleCS/cdstartup/html/alpha.html b/apps/windoze/CBuilder4/BibleCS/cdstartup/html/alpha.html new file mode 100644 index 0000000..6a8ec1a --- /dev/null +++ b/apps/windoze/CBuilder4/BibleCS/cdstartup/html/alpha.html @@ -0,0 +1,28 @@ + + + + + + The SWORD Project ALPHA Test Site + + + +
+Thank you for your contribution to The SWORD Project.  Our goal to +make quality study software freely available to our generation is one that +we hope you also share.  As a contributor or alpha tester, access +is provided to a website were you will be able to share your thoughts, +ideas, criticisms, and thanks with others also involved at this early stage.  +The latest versions of software will also be made available at this site. + +

Important: Please remember, as parts of the project are still +in an alpha stage, public distribution of these sources is not allowed.  +As modules are approved by their owners/authors they will be promoted to +public BETA status.  ALPHA distributions contain tentative +resources.  Permission to distribute these resources may not have +been secured from their owners/authors in spite of what the module's tentative +comments may say. + +

To proceed to the alpha test site, click on the image above. + + diff --git a/apps/windoze/CBuilder4/BibleCS/cdstartup/html/swordalpha.JPG b/apps/windoze/CBuilder4/BibleCS/cdstartup/html/swordalpha.JPG new file mode 100644 index 0000000..9dce00f Binary files /dev/null and b/apps/windoze/CBuilder4/BibleCS/cdstartup/html/swordalpha.JPG differ diff --git a/apps/windoze/CBuilder4/BibleCS/cdstartup/mainfrm.cpp b/apps/windoze/CBuilder4/BibleCS/cdstartup/mainfrm.cpp new file mode 100644 index 0000000..f40b559 --- /dev/null +++ b/apps/windoze/CBuilder4/BibleCS/cdstartup/mainfrm.cpp @@ -0,0 +1,48 @@ +//--------------------------------------------------------------------------- +#include +#pragma hdrstop + +#include "mainfrm.h" +#include +//--------------------------------------------------------------------------- +#pragma resource "*.dfm" +TForm1 *Form1; +//--------------------------------------------------------------------------- +__fastcall TForm1::TForm1(TComponent* Owner) + : TForm(Owner) +{ +} +//--------------------------------------------------------------------------- +void __fastcall TForm1::BitBtn1Click(TObject *Sender) +{ + WinExec(".\\setup.exe", SW_SHOWNORMAL); +} +//--------------------------------------------------------------------------- +void __fastcall TForm1::BitBtn2Click(TObject *Sender) +{ + WinExec(".\\sword.exe", SW_SHOWNORMAL); +// ShellExecute(this->Handle, "open", "sword.exe", NULL, ".\\", SW_SHOWNORMAL); +} +//--------------------------------------------------------------------------- +void __fastcall TForm1::FormShow(TObject *Sender) +{ +// AddFontResource("\\sword\\modules\\texts\\rawtext\\nu\\greek.ttf"); +} +//--------------------------------------------------------------------------- +void __fastcall TForm1::BitBtn3Click(TObject *Sender) +{ + ShellExecute(this->Handle, "open", "http://www.crosswire.org", NULL, NULL, SW_SHOWNORMAL); +} +//--------------------------------------------------------------------------- +void __fastcall TForm1::BitBtn4Click(TObject *Sender) +{ + ShellExecute(this->Handle, "open", ".\\", NULL, NULL, SW_SHOWNORMAL); +} +//--------------------------------------------------------------------------- + +void __fastcall TForm1::BitBtn5Click(TObject *Sender) +{ + WinExec(".\\fonts\\setup.exe", SW_SHOWNORMAL); +} +//--------------------------------------------------------------------------- + diff --git a/apps/windoze/CBuilder4/BibleCS/cdstartup/mainfrm.dfm b/apps/windoze/CBuilder4/BibleCS/cdstartup/mainfrm.dfm new file mode 100644 index 0000000..d001498 Binary files /dev/null and b/apps/windoze/CBuilder4/BibleCS/cdstartup/mainfrm.dfm differ diff --git a/apps/windoze/CBuilder4/BibleCS/cdstartup/mainfrm.h b/apps/windoze/CBuilder4/BibleCS/cdstartup/mainfrm.h new file mode 100644 index 0000000..ba10380 --- /dev/null +++ b/apps/windoze/CBuilder4/BibleCS/cdstartup/mainfrm.h @@ -0,0 +1,37 @@ +//--------------------------------------------------------------------------- +#ifndef mainfrmH +#define mainfrmH +//--------------------------------------------------------------------------- +#include +#include +#include +#include +#include +#include +#include +//--------------------------------------------------------------------------- +class TForm1 : public TForm +{ +__published: // IDE-managed Components + TImage *Image1; + TBitBtn *BitBtn1; + TBitBtn *BitBtn2; + TLabel *Label1; + TBitBtn *BitBtn3; + TBitBtn *BitBtn4; + TBitBtn *BitBtn5; + void __fastcall BitBtn1Click(TObject *Sender); + void __fastcall BitBtn2Click(TObject *Sender); + void __fastcall FormShow(TObject *Sender); + void __fastcall BitBtn3Click(TObject *Sender); + void __fastcall BitBtn4Click(TObject *Sender); + void __fastcall BitBtn5Click(TObject *Sender); +private: // User declarations +public: // User declarations + __fastcall TForm1(TComponent* Owner); +}; +//--------------------------------------------------------------------------- +extern TForm1 *Form1; +//--------------------------------------------------------------------------- +#endif + \ No newline at end of file diff --git a/apps/windoze/CBuilder4/BibleCS/cdstartup/sword.bmp b/apps/windoze/CBuilder4/BibleCS/cdstartup/sword.bmp new file mode 100644 index 0000000..a0266b1 Binary files /dev/null and b/apps/windoze/CBuilder4/BibleCS/cdstartup/sword.bmp differ diff --git a/apps/windoze/CBuilder4/BibleCS/cdstartup/swordalpha.BMP b/apps/windoze/CBuilder4/BibleCS/cdstartup/swordalpha.BMP new file mode 100644 index 0000000..f60b75b Binary files /dev/null and b/apps/windoze/CBuilder4/BibleCS/cdstartup/swordalpha.BMP differ diff --git a/apps/windoze/CBuilder4/BibleCS/cdstartup/swordalpha.JPG b/apps/windoze/CBuilder4/BibleCS/cdstartup/swordalpha.JPG new file mode 100644 index 0000000..f4424f2 Binary files /dev/null and b/apps/windoze/CBuilder4/BibleCS/cdstartup/swordalpha.JPG differ -- cgit