home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************\
- * *
- * EmpChang.jfm -- Change Password Form *
- * *
- * EmpChang.jfm is part of the Phone Book prebuilt business solution. It is *
- * called from the profile update form to change the current user's password. *
- * *
- * Dependencies: gldphbk2.gif *
- * apps\shared\controls.cc *
- * *
- * Updated 8/18/96 by IntraBuilder Samples Group *
- * $Revision: 1.1 $ *
- * *
- * Copyright (c) 1996, Borland International, Inc. All rights reserved. *
- * *
- \****************************************************************************/
- // {End Header} Do not remove this comment//
- // Generated on 08/18/1996
- //
- var f = new empchangForm();
- f.open();
- class empchangForm extends smChangePasswordForm from (_sys.env.home() + "APPS\\SHARED\\SECURITY.JCF") {
- _sys.scripts.load(_sys.env.home() + "APPS\\SHARED\\CONTROLS.CC")
- with (this) {
- color = "4a95b5";
- height = 15.5294;
- left = 20.1667;
- top = 0.6471;
- width = 52;
- title = "Change Password";
- }
-
-
- with (this.rule1 = new Rule(this)){
- left = 1;
- top = 6;
- size = 2;
- right = 49;
- pageno = 0;
- }
-
-
- with (this.rule2 = new Rule(this)){
- left = 1;
- top = 13;
- size = 2;
- right = 49;
- pageno = 0;
- }
-
-
- with (this.PhoneBookLogo = new Image(this)){
- height = 4.8235;
- left = 1;
- top = 0.2353;
- width = 13.6667;
- dataSource = "filename " + _sys.env.home() + "APPS\\PHONE\\PHONBK31.GIF";
- alignment = 4;
- pageno = 0;
- }
-
-
- with (this.HeadingHTML = new HTML(this)){
- height = 2;
- left = 19;
- top = 0.2353;
- width = 30;
- color = "853a1a";
- text = "<H1>Change Password</H1>";
- pageno = 0;
- }
-
-
- with (this.GeneratedHTML1 = new GeneratedHTML(this)){
- height = 1;
- left = 1;
- top = 14;
- width = 47;
- pageno = 0;
- }
-
-
- }
-