home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 8 / CDACTUAL8.iso / progs / ite / ite10d1.exe / DATA.Z / SAMPHOME.JFM < prev    next >
Encoding:
Text File  |  1996-09-07  |  4.0 KB  |  131 lines

  1. /****************************************************************************\
  2. *                                                                            *
  3. * SampHome.jfm  --  Sample Files Home Page Form                              *
  4. *                                                                            *
  5. * SampHome.jfm was generated by the Home Page Expert. It contains links to   *
  6. * other forms and reports in the samples directory.                          *
  7. *                                                                            *
  8. * Dependencies:  Borlnd22.gif                                                *
  9. *                                                                            *
  10. * Updated 8/21/96 by IntraBuilder Samples Group                              *
  11. * $Revision:   1.4  $                                                        *
  12. *                                                                            *
  13. * Copyright (c) 1996, Borland International, Inc. All rights reserved.       *
  14. *                                                                            *
  15. \****************************************************************************/
  16. // {End Header} Do not remove this comment//
  17. // Generated on 08/21/96
  18. //
  19. var f = new samphomeForm();
  20. f.open();
  21. class samphomeForm extends Form {
  22.    with (this) {
  23.       height = 25;
  24.       left = 26.6667;
  25.       top = 0;
  26.       width = 85;
  27.       title = "IntraBuilder Samples";
  28.       background = 'filename borlnd22.gif';
  29.    }
  30.  
  31.  
  32.    with (this.rule1= new Rule(this)){
  33.       left = 1;
  34.       top = 11;
  35.       size = 2;
  36.       right = 80;
  37.    }
  38.  
  39.  
  40.    with (this.rule2= new Rule(this)){
  41.       left = 1;
  42.       top = 16;
  43.       size = 2;
  44.       right = 80;
  45.    }
  46.  
  47.  
  48.    with (this.TITLE= new HTML(this)){
  49.       height = 5;
  50.       left = 42;
  51.       width = 38;
  52.       color = "black";
  53.       transparent = true;
  54.       text = '<H1><Font Size="+4">I</Font>ntra<Font Size="+4">B</Font>uilder <Font Size="+4">S</Font>amples</H1>';
  55.    }
  56.  
  57.  
  58.    with (this.image1= new Image(this)){
  59.       height = 10;
  60.       left = 1;
  61.       width = 40;
  62.       dataSource = "filename IBSPLASH.BMP";
  63.       alignment = 3;
  64.       enabled = true;
  65.    }
  66.  
  67.  
  68.    with (this.HTML1= new HTML(this)){
  69.       height = 3;
  70.       left = 1;
  71.       top = 12;
  72.       width = 80;
  73.       color = "black";
  74.       fontBold = false;
  75.       transparent = true;
  76.       text = "<H3>This page contains links to the sample files that come " + 
  77.               "with IntraBuilder. For more information " + 
  78.               "about these sample files, see the samples.txt file in the Samples " + 
  79.               "directory. <p>In addition to these samples, IntraBuilder comes with " +
  80.               "a collection of prebuilt business solution applications. For more information " +
  81.               "about the solution applications, see the readme file in the Apps " +
  82.               "directory.</H3>";
  83.    }
  84.  
  85.  
  86.    with (this.HTML2= new HTML(this)){
  87.       height = 1;
  88.       left = 1;
  89.       top = 17;
  90.       width = 55;
  91.       color = "black";
  92.       transparent = true;
  93.       text = "<H3>Links</H3>";
  94.    }
  95.  
  96.  
  97.    with (this.HTML3= new HTML(this)){
  98.       height = 2;
  99.       left = 1;
  100.       top = 18;
  101.       width = 58;
  102.       color = "black";
  103.       transparent = true;
  104.       text = '<UL><LI><A HREF="intrasrv.isv?samples\\biolife.jfm">Biolife Form - The Power of Experts</A></LI></UL>';
  105.    }
  106.  
  107.  
  108.    with (this.HTML4= new HTML(this)){
  109.       height = 2;
  110.       left = 1;
  111.       top = 20;
  112.       width = 58;
  113.       color = "black";
  114.       transparent = true;
  115.       text = '<UL><LI><A HREF="intrasrv.isv?samples\\custord.jfm">CustOrd Form - The Power of JavaScript</A></LI></UL>';
  116.    }
  117.  
  118.  
  119.    with (this.HTML6= new HTML(this)){
  120.       height = 2;
  121.       left = 1;
  122.       top = 22;
  123.       width = 58;
  124.       color = "black";
  125.       transparent = true;
  126.       text = '<UL><LI><A HREF="intrasrv.isv?samples\\server.jfm">Server Configuration Form - The Power of Extensibility</A></LI></UL>';
  127.    }
  128.  
  129.  
  130. }
  131.