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

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