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

  1. // {End Header} Do not remove this comment//
  2. // Generated on 11/13/96
  3. //
  4. var f = new getpassForm();
  5. f.open();
  6. class getpassForm extends Form {
  7.    with (this) {
  8.       color = "fff7c4";
  9.       height = 12;
  10.       left = 0;
  11.       top = 0;
  12.       width = 66;
  13.       title = "Password";
  14.    }
  15.  
  16.  
  17.    with (this.rule1 = new Rule(this)){
  18.       top = 4;
  19.       size = 2;
  20.       right = 64;
  21.    }
  22.  
  23.  
  24.    with (this.image1 = new Image(this)){
  25.       height = 3.4167;
  26.       width = 10.25;
  27.       dataSource = "filename SECUR21.GIF";
  28.       alignment = 4;
  29.    }
  30.  
  31.  
  32.    with (this.HTML1 = new HTML(this)){
  33.       height = 3;
  34.       left = 12;
  35.       width = 52;
  36.       color = "400040";
  37.       alignVertical = 1;
  38.       text = "<H1>Enter User Information</H1>";
  39.    }
  40.  
  41.  
  42.    with (this.HTML2 = new HTML(this)){
  43.       height = 1;
  44.       top = 5;
  45.       width = 16;
  46.       color = "400040";
  47.       text = "User name";
  48.    }
  49.  
  50.  
  51.    with (this.userName = new Text(this)){
  52.       left = 16;
  53.       top = 5;
  54.       width = 20;
  55.       value = "";
  56.    }
  57.  
  58.  
  59.    with (this.HTML3 = new HTML(this)){
  60.       height = 1;
  61.       top = 7;
  62.       width = 16;
  63.       color = "400040";
  64.       text = "Password";
  65.    }
  66.  
  67.  
  68.    with (this.password = new Password(this)){
  69.       left = 16;
  70.       top = 7;
  71.       width = 20;
  72.       value = "";
  73.    }
  74.  
  75.  
  76.    with (this.reset1 = new Reset(this)){
  77.       left = 16;
  78.       top = 10;
  79.       width = 10;
  80.       text = " Reset ";
  81.    }
  82.  
  83.  
  84.    with (this.button1 = new Button(this)){
  85.       top = 10;
  86.       width = 10;
  87.       text = "Submit";
  88.    }
  89.  
  90.  
  91. }
  92.