text = "Enter the IP addresses you would like to search between. (e.g. 123.123.123.123)";
pageno = 4;
}
with (this.HTML7 = new HTML(this)){
height = 0.75;
top = 6;
width = 11;
color = "black";
alignHorizontal = 2;
text = "From:";
pageno = 4;
}
with (this.HTML9 = new HTML(this)){
height = 0.75;
top = 6.75;
width = 11;
color = "black";
alignHorizontal = 2;
text = "To:";
pageno = 4;
}
with (this.HTML10 = new HTML(this)){
height = 1;
top = 8;
width = 11;
color = "black";
alignHorizontal = 2;
text = "Time out:";
pageno = 4;
}
with (this.html1 = new HTML(this)){
height = 2;
left = 12;
top = 8;
width = 64;
color = "blue";
text = "This is the amount of time you want to pause at each computer. If you make this value larger you are less likely to miss a computer that has a server on it. However it will take longer to scan your network this way.";
pageno = 4;
}
with (this.html2 = new HTML(this)){
height = 2;
left = 12;
top = 6;
width = 64;
color = "blue";
text = "The systems administrator should know what addresses have been granted to your network. Fill in the largest and smallest here.";
pageno = 4;
}
with (this.helpButton = new Button(this)){
onServerClick = class::helpButton_onServerClick;
left = 24;
top = 10.5;
width = 20;
text = " Help ";
}
with (this.backButton = new Button(this)){
onServerClick = class::backButton_onServerClick;
top = 11;
width = 12;
text = " Back ";
pageno = 4;
}
with (this.secondsCountField = new Hidden(this)){
left = 86;
top = 3;
value = "0";
pageno = 2;
}
with (this.html3 = new HTML(this)){
height = 1;
top = 7;
width = 16;
color = "black";
text = "Elapsed time:";
pageno = 2;
}
with (this.timerText = new Text(this)){
left = 16;
top = 7;
width = 12;
value = "0:0";
pageno = 2;
}
with (this.image1 = new Image(this)){
height = 3.4167;
width = 10.25;
dataSource = "filename WEBSRC11.JPG";
alignment = 4;
pageno = 0;
}
with (this.portHTML = new HTML(this)){
height = 1;
top = 9;
width = 23;
color = "black";
alignVertical = 1;
alignHorizontal = 2;
text = "Port:";
}
with (this.portField = new Text(this)){
left = 24;
top = 9;
width = 16;
value = "80";
}
with (this.HTML11 = new HTML(this)){
height = 1;
top = 10;
width = 11;
color = "black";
alignHorizontal = 2;
text = "Port:";
pageno = 4;
}
with (this.portHelpHTML = new HTML(this)){
height = 1;
left = 12;
top = 10;
width = 64;
color = "blue";
text = "Specifies which port to probe (usually 80).";
pageno = 4;
}
with (this.html4 = new HTML(this)){
height = 1;
left = 12;
top = 2;
width = 60;
color = "black";
text = "<H3>will find web servers on the intranet</H3>";
}
with (this.html5 = new HTML(this)){
height = 1.2083;
left = 12;
top = 2;
width = 64;
color = "black";
text = "<H3>will find web servers on the intranet</H3>";
pageno = 4;
}
with (this.GeneratedHTML1 = new GeneratedHTML(this)){