home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************\
- * *
- * SampHome.jfm -- Sample Files Home Page Form *
- * *
- * SampHome.jfm was generated by the Home Page Expert. It contains links to *
- * other forms and reports in the samples directory. *
- * *
- * Dependencies: Borlnd22.gif *
- * *
- * Updated 8/21/96 by IntraBuilder Samples Group *
- * $Revision: 1.4 $ *
- * *
- * Copyright (c) 1996, Borland International, Inc. All rights reserved. *
- * *
- \****************************************************************************/
- // {End Header} Do not remove this comment//
- // Generated on 08/21/96
- //
- var f = new samphomeForm();
- f.open();
- class samphomeForm extends Form {
- with (this) {
- height = 25;
- left = 26.6667;
- top = 0;
- width = 85;
- title = "IntraBuilder Samples";
- background = 'filename borlnd22.gif';
- }
-
-
- with (this.rule1= new Rule(this)){
- left = 1;
- top = 11;
- size = 2;
- right = 80;
- }
-
-
- with (this.rule2= new Rule(this)){
- left = 1;
- top = 16;
- size = 2;
- right = 80;
- }
-
-
- with (this.TITLE= new HTML(this)){
- height = 5;
- left = 42;
- width = 38;
- color = "black";
- transparent = true;
- text = '<H1><Font Size="+4">I</Font>ntra<Font Size="+4">B</Font>uilder <Font Size="+4">S</Font>amples</H1>';
- }
-
-
- with (this.image1= new Image(this)){
- height = 10;
- left = 1;
- width = 40;
- dataSource = "filename IBSPLASH.BMP";
- alignment = 3;
- enabled = true;
- }
-
-
- with (this.HTML1= new HTML(this)){
- height = 3;
- left = 1;
- top = 12;
- width = 80;
- color = "black";
- fontBold = false;
- transparent = true;
- text = "<H3>This page contains links to the sample files that come " +
- "with IntraBuilder. For more information " +
- "about these sample files, see the samples.txt file in the Samples " +
- "directory. <p>In addition to these samples, IntraBuilder comes with " +
- "a collection of prebuilt business solution applications. For more information " +
- "about the solution applications, see the readme file in the Apps " +
- "directory.</H3>";
- }
-
-
- with (this.HTML2= new HTML(this)){
- height = 1;
- left = 1;
- top = 17;
- width = 55;
- color = "black";
- transparent = true;
- text = "<H3>Links</H3>";
- }
-
-
- with (this.HTML3= new HTML(this)){
- height = 2;
- left = 1;
- top = 18;
- width = 58;
- color = "black";
- transparent = true;
- text = '<UL><LI><A HREF="intrasrv.isv?samples\\biolife.jfm">Biolife Form - The Power of Experts</A></LI></UL>';
- }
-
-
- with (this.HTML4= new HTML(this)){
- height = 2;
- left = 1;
- top = 20;
- width = 58;
- color = "black";
- transparent = true;
- text = '<UL><LI><A HREF="intrasrv.isv?samples\\custord.jfm">CustOrd Form - The Power of JavaScript</A></LI></UL>';
- }
-
-
- with (this.HTML6= new HTML(this)){
- height = 2;
- left = 1;
- top = 22;
- width = 58;
- color = "black";
- transparent = true;
- text = '<UL><LI><A HREF="intrasrv.isv?samples\\server.jfm">Server Configuration Form - The Power of Extensibility</A></LI></UL>';
- }
-
-
- }
-