Label {
text = "Company Name:";
gridx = "0";
gridy = "0";
}
Textfield {
name = "Company";
width = "40";
columnspan = "5";
gridx = "1";
gridy = "0";
}
Label {
text = "Address 1:";
gridx = "0";
gridy = "1";
}
Textfield {
name = "address";
width = "40";
columnspan = "5";
gridx = "1";
gridy = "1";
}
Label {
text = "Address 2:";
gridx = "0";
gridy = "2";
}
Textfield {
name = "line 2";
width = "40";
columnspan = "5";
gridx = "1";
gridy = "2";
}
Label {
text = "City:";
gridx = "0";
gridy = "3";
}
Textfield {
name = "city";
width = "20";
gridx = "1";
gridy = "3";
}
Label {
text = "State:";
gridx = "2";
gridy = "3";
}
Textfield {
name = "state";
width = "5";
gridx = "3";
gridy = "3";
}
Label {
text = "ZIP";
gridx = "4";
gridy = "3";
}
Textfield {
name = "zip";
width = "10";
gridx = "5";
gridy = "3";
}
Label {
text = "Your name:";
gridx = "0";
gridy = "4";
}
Textfield {
name = "from";
width = "40";
columnspan = "5";
gridx = "1";
gridy = "4";
verify = "true";
}
Label {
text = "email:";
gridx = "0";
gridy = "5";
}
Textfield {
name = "email";
width = "40";
columnspan = "5";
gridx = "1";
gridy = "5";
verify = "true";
}
Label {
text = "Phone No.:";
gridx = "0";
gridy = "6";
}
Textfield {
name = "phone";
width = "15";
gridx = "1";
gridy = "6";
}
Label {
text = "Fax No.:";
gridx = "0";
gridy = "7";
}
Textfield {
name = "fax";
width = "15";
gridx = "1";
gridy = "7";
}
Label {
text = "Please select the software package you desire:"
columnspan = "5";
gridx = "0";
gridy = "8";
}
Choicebox {
name = "software title";
columnspan = "5";
gridx = "0";
gridy = "9";
width = "40";
option = "ContactManager";
option = "FormMail";
option = "SearchIt!";
option = "NavigateUI";
}
Label {
text = "We thank you for your interest in N.S.S. Software!";
gridx = "0";
gridy = "10";
columnspan = "5";
}
Submit {
gridx = "0";
gridy = "11";
}
Clear {
gridx = "1";
gridy = "11";
}
END_FILE