home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
borland
/
ib
/
setups
/
intrabld
/
data.z
/
GBLOGIN.JFM
< prev
next >
Wrap
Text File
|
1996-12-11
|
3KB
|
93 lines
/****************************************************************************\
* *
* GbLogin.jfm -- Guest Book Login Form *
* *
* GbLogin is part of the Guest Book prebuilt business solution. It allows *
* you to log into the Guest Book Update form. The Guest Book Update form *
* calls this before opening and is only opened itself after a successful *
* login. This form uses the smLoginForm base class defined in SECURITY.JCF *
* in the Shared directory. The login logic is contained there. This form *
* applies the Guest Book user interface. *
* *
* Dependencies: gestbk31.gif *
* homepg31.gif *
* apps/shared/controls.cc *
* *
* Updated 11/12/96 by IntraBuilder Samples Group *
* $Revision: 1.3 $ *
* *
* Copyright (c) 1996, Borland International, Inc. All rights reserved. *
* *
\****************************************************************************/
// {End Header} Do not remove this comment//
// Generated on 11/12/96
//
var f = new gbloginForm();
f.open();
class gbloginForm extends smLoginForm from (_sys.env.home() + "APPS\\SHARED\\SECURITY.JCF") {
_sys.scripts.load(_sys.env.home() + "APPS\\SHARED\\CONTROLS.CC")
with (this) {
color = "a4d5ff";
height = 12.25;
left = 0;
top = 0;
width = 72;
title = "Guest Book Update Login";
}
with (this.rule1 = new Rule(this)){
top = 4;
size = 2;
right = 66;
pageno = 0;
}
with (this.rule2 = new Rule(this)){
top = 9.5;
size = 2;
right = 66;
pageno = 0;
}
with (this.guestBookLogo = new Image(this)){
height = 3.4167;
width = 10.25;
dataSource = "filename GESTBK31.GIF";
alignment = 4;
pageno = 0;
}
with (this.titleHTML = new HTML(this)){
height = 2;
left = 12;
width = 54;
color = "steelblue";
text = '<H1><FONT SIZE="+4"><FONT COLOR="mediumvioletred">G</FONT></FONT>uest <FONT SIZE="+4"><FONT COLOR="mediumvioletred">B</FONT></FONT>ook <FONT SIZE="+4"><FONT COLOR="mediumvioletred">L</FONT></FONT>ogin</H1>';
pageno = 0;
}
with (this.GeneratedHTML1 = new GeneratedHTML(this)){
height = 1;
top = 10;
width = 69;
pageno = 0;
}
with (this.hintHTML = new HTML(this)){
height = 1;
left = 12;
top = 2;
width = 54;
color = "black";
text = "(Hint: try Luke or Eugenia. Password matches name.)";
}
}