home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
borland
/
ib
/
setups
/
intrabld
/
data.z
/
PASS_SQL.JFM
< prev
next >
Wrap
Text File
|
1996-12-11
|
2KB
|
92 lines
// {End Header} Do not remove this comment//
// Generated on 11/13/96
//
var f = new getpassForm();
f.open();
class getpassForm extends Form {
with (this) {
color = "fff7c4";
height = 12;
left = 0;
top = 0;
width = 66;
title = "Password";
}
with (this.rule1 = new Rule(this)){
top = 4;
size = 2;
right = 64;
}
with (this.image1 = new Image(this)){
height = 3.4167;
width = 10.25;
dataSource = "filename SECUR21.GIF";
alignment = 4;
}
with (this.HTML1 = new HTML(this)){
height = 3;
left = 12;
width = 52;
color = "400040";
alignVertical = 1;
text = "<H1>Enter User Information</H1>";
}
with (this.HTML2 = new HTML(this)){
height = 1;
top = 5;
width = 16;
color = "400040";
text = "User name";
}
with (this.userName = new Text(this)){
left = 16;
top = 5;
width = 20;
value = "";
}
with (this.HTML3 = new HTML(this)){
height = 1;
top = 7;
width = 16;
color = "400040";
text = "Password";
}
with (this.password = new Password(this)){
left = 16;
top = 7;
width = 20;
value = "";
}
with (this.reset1 = new Reset(this)){
left = 16;
top = 10;
width = 10;
text = " Reset ";
}
with (this.button1 = new Button(this)){
top = 10;
width = 10;
text = "Submit";
}
}