home *** CD-ROM | disk | FTP | other *** search
- function LayoutFrame()
- {
- _level0.SetText("Title0",_root.WaitForDhcpReleaseRenew_main_title,_root.WaitForDhcpRRIdentifier);
- _level0.SetText("Text0",_root.WaitForDhcpReleaseRenew_main_p_default,_root.WaitForDhcpRRIdentifier);
- _level0.RequestGraphic("CommTesting",232.8,311.8,_root.WaitForDhcpRRIdentifier);
- _level0.SetHintText(_root.WaitForDhcpReleaseRenew_hint_p_default,_root.WaitForDhcpRRIdentifier);
- _level0.SetHelpText(_root.WaitForDhcpReleaseRenew_help_p_default,_root.WaitForDhcpRRIdentifier);
- var CancelButton = _level0.RequestButton("CancelBtn","CancelButtonPlacement",_root.WaitForDhcpRRIdentifier);
- var MoreButton = _level0.RequestButton("MoreBtn","MoreButtonPlacement",_root.WaitForDhcpRRIdentifier);
- CancelButton.TextBox.Text = _root.WaitForDhcpReleaseRenew_nav_button_cancel;
- MoreButton.TextBox.Text = _root.WaitForDhcpReleaseRenew_nav_button_more;
- CancelButton.OnRelease = function()
- {
- _level0.FireSignal(_root.WaitForDhcpRRIdentifier,"exit");
- };
- MoreButton.OnRelease = function()
- {
- _level0.ToggleHelp(_root.WaitForDhcpRRIdentifier);
- };
- _level0.AddTabOrder("CancelBtn",_root.WaitForDhcpRRIdentifier);
- }
- function LoadWaitForDhcpReleaseRenewVars()
- {
- _root.WaitForDhcpRRIdentifier = _level0.SetLayoutObject("StdLayout",_target,"LayoutFrame",_root.WaitForDhcpRRIdentifier);
- }
-