home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / ib / setups / intrabld / data.z / EMPCHANG.JFM < prev    next >
Text File  |  1996-12-11  |  3KB  |  79 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:  phonebk31.gif                                               *
  9. *                apps\shared\change.jcf                                      *
  10. *                apps\shared\controls.cc                                     *
  11. *                                                                            *
  12. * Updated 11/12/96 by IntraBuilder Samples Group                             *
  13. * $Revision:   1.5  $                                                        *
  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/12/96
  20. //
  21. var f = new empchangForm();
  22. f.open();
  23. class empchangForm extends smChangePasswordForm from (_sys.env.home() + "APPS\\SHARED\\CHANGE.JCF") {
  24.    _sys.scripts.load(_sys.env.home() + "APPS\\SHARED\\CONTROLS.CC")
  25.    with (this) {
  26.       color = "cae4ff";
  27.       height = 14;
  28.       left = 0;
  29.       top = 0;
  30.       width = 76;
  31.       title = "Change Password";
  32.    }
  33.  
  34.  
  35.    with (this.rule1 = new Rule(this)){
  36.       top = 4;
  37.       size = 2;
  38.       right = 70;
  39.       pageno = 0;
  40.  
  41.    }
  42.  
  43.    with (this.rule2 = new Rule(this)){
  44.       top = 10.5;
  45.       size = 2;
  46.       right = 72;
  47.       pageno = 0;
  48.  
  49.    }
  50.  
  51.    with (this.PhoneBookLogo = new Image(this)){
  52.       height = 3.4167;
  53.       width = 10.25;
  54.       dataSource = "filename PHONBK31.GIF";
  55.       alignment = 4;
  56.       pageno = 0;
  57.  
  58.    }
  59.  
  60.    with (this.HeadingHTML = new HTML(this)){
  61.       height = 2;
  62.       left = 12;
  63.       width = 58;
  64.       color = "853a1a";
  65.       text = "<H1>Change Password</H1>";
  66.       pageno = 0;
  67.  
  68.    }
  69.  
  70.    with (this.GeneratedHTML1 = new GeneratedHTML(this)){
  71.       height = 1;
  72.       top = 11;
  73.       width = 72;
  74.       pageno = 0;
  75.  
  76.    }
  77.  
  78. }
  79.