home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 8 / CDACTUAL8.iso / progs / ite / ite10d1.exe / DATA.Z / PASS-SQL.JFM < prev    next >
Encoding:
Text File  |  1996-09-07  |  1.6 KB  |  97 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 = "User Name";
  50.    }
  51.  
  52.  
  53.    with (this.userName = new Text(this)){
  54.       left = 20;
  55.       top = 9;
  56.       width = 20;
  57.       value = "";
  58.    }
  59.  
  60.  
  61.    with (this.HTML3 = new HTML(this)){
  62.       height = 1;
  63.       left = 2;
  64.       top = 11;
  65.       width = 16;
  66.       color = "400040";
  67.       fontBold = false;
  68.       text = "Password";
  69.    }
  70.  
  71.  
  72.    with (this.password = new Password(this)){
  73.       left = 20;
  74.       top = 11;
  75.       width = 20;
  76.       value = "";
  77.    }
  78.  
  79.  
  80.    with (this.reset1 = new Reset(this)){
  81.       left = 2;
  82.       top = 13;
  83.       width = 8;
  84.       text = "Reset";
  85.    }
  86.  
  87.  
  88.    with (this.button1 = new Button(this)){
  89.       left = 20;
  90.       top = 13;
  91.       width = 16;
  92.       text = "Submit";
  93.    }
  94.  
  95.  
  96. }
  97.