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

  1. /****************************************************************************\
  2. *                                                                            *
  3. * EmpChang.jfm  --  Change Password Form                                     *
  4. *                                                                            *
  5. * EmpChang.jfm is part of the Phone Book prebuilt business solution. It is   *
  6. * called from the profile update form to change the current user's password. *
  7. *                                                                            *
  8. * Dependencies:  gldphbk2.gif                                                *
  9. *                apps\shared\controls.cc                                     *
  10. *                                                                            *
  11. * Updated 8/18/96 by IntraBuilder Samples Group                              *
  12. * $Revision:   1.1  $                                                       *
  13. *                                                                            *
  14. * Copyright (c) 1996, Borland International, Inc. All rights reserved.       *
  15. *                                                                            *
  16. \****************************************************************************/
  17. // {End Header} Do not remove this comment//
  18. // Generated on 08/18/1996
  19. //
  20. var f = new empchangForm();
  21. f.open();
  22. class empchangForm extends smChangePasswordForm from (_sys.env.home() + "APPS\\SHARED\\SECURITY.JCF") {
  23.    _sys.scripts.load(_sys.env.home() + "APPS\\SHARED\\CONTROLS.CC")
  24.    with (this) {
  25.       color = "4a95b5";
  26.       height = 15.5294;
  27.       left = 20.1667;
  28.       top = 0.6471;
  29.       width = 52;
  30.       title = "Change Password";
  31.    }
  32.  
  33.  
  34.    with (this.rule1 = new Rule(this)){
  35.       left = 1;
  36.       top = 6;
  37.       size = 2;
  38.       right = 49;
  39.       pageno = 0;
  40.    }
  41.  
  42.  
  43.    with (this.rule2 = new Rule(this)){
  44.       left = 1;
  45.       top = 13;
  46.       size = 2;
  47.       right = 49;
  48.       pageno = 0;
  49.    }
  50.  
  51.  
  52.    with (this.PhoneBookLogo = new Image(this)){
  53.       height = 4.8235;
  54.       left = 1;
  55.       top = 0.2353;
  56.       width = 13.6667;
  57.       dataSource = "filename " + _sys.env.home() + "APPS\\PHONE\\PHONBK31.GIF";
  58.       alignment = 4;
  59.       pageno = 0;
  60.    }
  61.  
  62.  
  63.    with (this.HeadingHTML = new HTML(this)){
  64.       height = 2;
  65.       left = 19;
  66.       top = 0.2353;
  67.       width = 30;
  68.       color = "853a1a";
  69.       text = "<H1>Change Password</H1>";
  70.       pageno = 0;
  71.    }
  72.  
  73.  
  74.    with (this.GeneratedHTML1 = new GeneratedHTML(this)){
  75.       height = 1;
  76.       left = 1;
  77.       top = 14;
  78.       width = 47;
  79.       pageno = 0;
  80.    }
  81.  
  82.  
  83. }
  84.