home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / ib / setups / intrabld / data.z / BIOLIFE.JFM < prev    next >
Text File  |  1996-12-11  |  5KB  |  224 lines

  1. /****************************************************************************\
  2. *                                                                            *
  3. * Biolife.jfm  --  Biolife Table Sample Form                                 *
  4. *                                                                            *
  5. * Biolife.jfm is a stand-along sample file. It demonstrates the amazing      *
  6. * capabilities of the IntraBuilder Form Designer. This entire form was       *
  7. * created with the Forms Expert with a few modifications in the Forms        *
  8. * designer.                                                                  *
  9. *                                                                            *
  10. * Updated 11/13/96 by IntraBuilder Samples Group                              *
  11. * $Revision:   1.7  $                                                        *
  12. *                                                                            *
  13. * Copyright (c) 1996, Borland International, Inc. All rights reserved.       *
  14. *                                                                            *
  15. \****************************************************************************/
  16. // {End Header} Do not remove this comment//
  17. // Generated on 11/13/96
  18. //
  19. var f = new biolifeForm();
  20. f.open();
  21. class biolifeForm extends Form {
  22.    with (this) {
  23.       color = "aqua";
  24.       height = 15;
  25.       left = 0;
  26.       top = 0;
  27.       width = 72;
  28.       title = "Life in Our Oceans";
  29.       background = "filename wave_21.gif";
  30.    }
  31.  
  32.  
  33.    with (this.query1 = new Query()){
  34.       left = 60;
  35.       top = 3;
  36.       sql = "SELECT * FROM biolife.dbf";
  37.  
  38.       active = true;
  39.    }
  40.  
  41.  
  42.    with (this.query1.rowset) {
  43.  
  44.    }
  45.  
  46.  
  47.    with (this.TITLE = new HTML(this)){
  48.       height = 2;
  49.       width = 70;
  50.       color = "yellow";
  51.       alignHorizontal = 1;
  52.       text = "<CENTER><H1><FONT SIZE=+4>L</FONT>ife <FONT SIZE=+4>I</FONT>n <FONT SIZE=+4>O</FONT>ur <FONT SIZE=+4>O</FONT>ceans</H1></CENTER>";
  53.    }
  54.  
  55.  
  56.    with (this.image1 = new Image(this)){
  57.       height = 6.25;
  58.       top = 3.5;
  59.       width = 31.25;
  60.       dataSource = parent.query1.rowset.fields["GRAPHIC"];
  61.       alignment = 4;
  62.    }
  63.  
  64.  
  65.    with (this.button1 = new Button(this)){
  66.       onServerClick = {;form.rowset.first()};
  67.       top = 2;
  68.       width = 10;
  69.       text = "First";
  70.    }
  71.  
  72.  
  73.    with (this.button2 = new Button(this)){
  74.       onServerClick = {;if (!form.rowset.next(-1)) form.rowset.next()};
  75.       left = 14;
  76.       top = 2;
  77.       width = 10;
  78.       text = "Prev";
  79.    }
  80.  
  81.  
  82.    with (this.button3 = new Button(this)){
  83.       onServerClick = {;if (!form.rowset.next()) form.rowset.next(-1)};
  84.       left = 28;
  85.       top = 2;
  86.       width = 10;
  87.       text = "Next";
  88.    }
  89.  
  90.  
  91.    with (this.button4 = new Button(this)){
  92.       onServerClick = {;form.rowset.last()};
  93.       left = 42;
  94.       top = 2;
  95.       width = 10;
  96.       text = "Last";
  97.    }
  98.  
  99.  
  100.    with (this.HTML1 = new HTML(this)){
  101.       height = 1;
  102.       left = 34;
  103.       top = 3.5;
  104.       width = 12;
  105.       color = "yellow";
  106.       alignVertical = 1;
  107.       text = "Number";
  108.    }
  109.  
  110.  
  111.    with (this.text1 = new Text(this)){
  112.       left = 46;
  113.       top = 3.5;
  114.       width = 10;
  115.       dataLink = parent.query1.rowset.fields["SPECIES_NO"];
  116.    }
  117.  
  118.  
  119.    with (this.HTML2 = new HTML(this)){
  120.       height = 1;
  121.       left = 34;
  122.       top = 4.5;
  123.       width = 12;
  124.       color = "yellow";
  125.       alignVertical = 1;
  126.       text = "Name";
  127.    }
  128.  
  129.  
  130.    with (this.text2 = new Text(this)){
  131.       left = 46;
  132.       top = 4.5;
  133.       width = 20;
  134.       dataLink = parent.query1.rowset.fields["COMMONNAME"];
  135.    }
  136.  
  137.  
  138.    with (this.HTML3 = new HTML(this)){
  139.       height = 1;
  140.       left = 34;
  141.       top = 5.5;
  142.       width = 12;
  143.       color = "yellow";
  144.       alignVertical = 1;
  145.       text = "Species";
  146.    }
  147.  
  148.  
  149.    with (this.text3 = new Text(this)){
  150.       left = 46;
  151.       top = 5.5;
  152.       width = 20;
  153.       dataLink = parent.query1.rowset.fields["SPECIES"];
  154.    }
  155.  
  156.  
  157.    with (this.HTML4 = new HTML(this)){
  158.       height = 1;
  159.       left = 34;
  160.       top = 6.5;
  161.       width = 12;
  162.       color = "yellow";
  163.       alignVertical = 1;
  164.       text = "Category";
  165.    }
  166.  
  167.  
  168.    with (this.text4 = new Text(this)){
  169.       left = 46;
  170.       top = 6.5;
  171.       width = 20;
  172.       dataLink = parent.query1.rowset.fields["CATEGORY"];
  173.    }
  174.  
  175.  
  176.    with (this.HTML5 = new HTML(this)){
  177.       height = 1;
  178.       left = 34;
  179.       top = 7.5;
  180.       width = 12;
  181.       color = "yellow";
  182.       alignVertical = 1;
  183.       text = "Length(cm)";
  184.    }
  185.  
  186.  
  187.    with (this.text5 = new Text(this)){
  188.       left = 46;
  189.       top = 7.5;
  190.       width = 16;
  191.       dataLink = parent.query1.rowset.fields["LENGTH_CM"];
  192.    }
  193.  
  194.  
  195.    with (this.HTML6 = new HTML(this)){
  196.       height = 1;
  197.       left = 34;
  198.       top = 8.5;
  199.       width = 12;
  200.       color = "yellow";
  201.       alignVertical = 1;
  202.       text = "Length(in)";
  203.    }
  204.  
  205.  
  206.    with (this.text6 = new Text(this)){
  207.       left = 46;
  208.       top = 8.5;
  209.       width = 16;
  210.       dataLink = parent.query1.rowset.fields["LENGTH_IN"];
  211.    }
  212.  
  213.  
  214.    with (this.textArea1 = new TextArea(this)){
  215.       height = 5;
  216.       top = 10;
  217.       width = 70;
  218.       dataLink = parent.query1.rowset.fields["NOTES"];
  219.    }
  220.  
  221.    this.rowset = this.query1.rowset;
  222.  
  223. }
  224.