home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
borland
/
ib
/
setups
/
intrabld
/
data.z
/
SMLOGIN.JFM
< prev
next >
Wrap
Text File
|
1996-12-11
|
3KB
|
88 lines
/****************************************************************************\
* *
* SmLogin.jfm -- Security Administration Login Form *
* *
* This form is part of the security administration prebuilt business *
* solution. This is the login form. It is called by the SmAdmin form. This *
* is based on the smLoginForm defined in Security.jcf in the Shared *
* directory. *
* *
* Dependencies: secur21.gif *
* *
* Updated 11/13/96 by IntraBuilder Samples Group *
* $Revision: 1.7 $ *
* *
* Copyright (c) 1996, Borland International, Inc. All rights reserved. *
* *
\****************************************************************************/
// {End Header} Do not remove this comment//
// Generated on 11/13/96
//
var f = new smloginForm();
f.open();
class smloginForm extends smLoginForm from (_sys.env.home() + "APPS\\SHARED\\SECURITY.JCF") {
_sys.scripts.load(_sys.env.home() + "APPS\\SHARED\\CONTROLS.CC")
with (this) {
color = "fff7c4";
height = 12;
left = 0;
top = 0;
width = 72;
}
with (this.rule1 = new Rule(this)){
top = 4;
size = 2;
right = 70;
pageno = 0;
}
with (this.rule2 = new Rule(this)){
top = 10;
size = 2;
right = 70;
pageno = 0;
}
with (this.logoImage = new Image(this)){
height = 3.4167;
width = 10.25;
dataSource = "filename SECUR21.GIF";
alignment = 4;
pageno = 0;
}
with (this.titleHTML = new HTML(this)){
height = 2;
left = 12;
width = 58;
color = "700070";
text = "<h1>Security Administration</h1>";
pageno = 0;
}
with (this.GeneratedHTML1 = new GeneratedHTML(this)){
height = 1;
top = 11;
width = 70;
pageno = 0;
}
with (this.HTML1 = new HTML(this)){
height = 1;
left = 12;
top = 2;
width = 58;
color = "black";
text = "(Hint: Try user name SYSDBA and password MASTERKEY)";
}
}