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

  1. /****************************************************************************\
  2. *                                                                            *
  3. * SmLogin.jfm  --  Security Administration Login Form                        *
  4. *                                                                            *
  5. * This form is part of the security administration prebuilt business         *
  6. * solution. This is the login form. It is called by the SmAdmin form. This   *
  7. * is based on the smLoginForm defined in Security.jcf in the Shared          *
  8. * directory.                                                                 *
  9. *                                                                            *
  10. * Dependencies:  secur21.gif                                                 *
  11. *                                                                            *
  12. * Updated 11/13/96 by IntraBuilder Samples Group                             *
  13. * $Revision:   1.7  $                                                        *
  14. *                                                                            *
  15. * Copyright (c) 1996, Borland International, Inc. All rights reserved.       *
  16. *                                                                            *
  17. \****************************************************************************/
  18. // {End Header} Do not remove this comment//
  19. // Generated on 11/13/96
  20. //
  21. var f = new smloginForm();
  22. f.open();
  23. class smloginForm extends smLoginForm from (_sys.env.home() + "APPS\\SHARED\\SECURITY.JCF") {
  24.    _sys.scripts.load(_sys.env.home() + "APPS\\SHARED\\CONTROLS.CC")
  25.    with (this) {
  26.       color = "fff7c4";
  27.       height = 12;
  28.       left = 0;
  29.       top = 0;
  30.       width = 72;
  31.    }
  32.  
  33.  
  34.    with (this.rule1 = new Rule(this)){
  35.       top = 4;
  36.       size = 2;
  37.       right = 70;
  38.       pageno = 0;
  39.    }
  40.  
  41.  
  42.    with (this.rule2 = new Rule(this)){
  43.       top = 10;
  44.       size = 2;
  45.       right = 70;
  46.       pageno = 0;
  47.    }
  48.  
  49.  
  50.    with (this.logoImage = new Image(this)){
  51.       height = 3.4167;
  52.       width = 10.25;
  53.       dataSource = "filename SECUR21.GIF";
  54.       alignment = 4;
  55.       pageno = 0;
  56.    }
  57.  
  58.  
  59.    with (this.titleHTML = new HTML(this)){
  60.       height = 2;
  61.       left = 12;
  62.       width = 58;
  63.       color = "700070";
  64.       text = "<h1>Security Administration</h1>";
  65.       pageno = 0;
  66.    }
  67.  
  68.  
  69.    with (this.GeneratedHTML1 = new GeneratedHTML(this)){
  70.       height = 1;
  71.       top = 11;
  72.       width = 70;
  73.       pageno = 0;
  74.    }
  75.  
  76.  
  77.    with (this.HTML1 = new HTML(this)){
  78.       height = 1;
  79.       left = 12;
  80.       top = 2;
  81.       width = 58;
  82.       color = "black";
  83.       text = "(Hint: Try user name SYSDBA and password MASTERKEY)";
  84.    }
  85.  
  86.  
  87. }
  88.