home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
borland
/
ib
/
setups
/
intrabld
/
data.z
/
EMPCHANG.JFM
< prev
next >
Wrap
Text File
|
1996-12-11
|
3KB
|
79 lines
/****************************************************************************\
* *
* 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: phonebk31.gif *
* apps\shared\change.jcf *
* apps\shared\controls.cc *
* *
* Updated 11/12/96 by IntraBuilder Samples Group *
* $Revision: 1.5 $ *
* *
* Copyright (c) 1996, Borland International, Inc. All rights reserved. *
* *
\****************************************************************************/
// {End Header} Do not remove this comment//
// Generated on 11/12/96
//
var f = new empchangForm();
f.open();
class empchangForm extends smChangePasswordForm from (_sys.env.home() + "APPS\\SHARED\\CHANGE.JCF") {
_sys.scripts.load(_sys.env.home() + "APPS\\SHARED\\CONTROLS.CC")
with (this) {
color = "cae4ff";
height = 14;
left = 0;
top = 0;
width = 76;
title = "Change Password";
}
with (this.rule1 = new Rule(this)){
top = 4;
size = 2;
right = 70;
pageno = 0;
}
with (this.rule2 = new Rule(this)){
top = 10.5;
size = 2;
right = 72;
pageno = 0;
}
with (this.PhoneBookLogo = new Image(this)){
height = 3.4167;
width = 10.25;
dataSource = "filename PHONBK31.GIF";
alignment = 4;
pageno = 0;
}
with (this.HeadingHTML = new HTML(this)){
height = 2;
left = 12;
width = 58;
color = "853a1a";
text = "<H1>Change Password</H1>";
pageno = 0;
}
with (this.GeneratedHTML1 = new GeneratedHTML(this)){
height = 1;
top = 11;
width = 72;
pageno = 0;
}
}