home *** CD-ROM | disk | FTP | other *** search
- function LayoutFrame()
- {
- _level0.SetText("Title0",_root.inProgress_main_title,_root.InProgress_identifier);
- _level0.SetText("Text0",_root.inProgress_main_p_item1,_root.InProgress_identifier);
- _level0.SetText("Text1",_root.inProgress_main_p_item2,_root.InProgress_identifier);
- _level0.SetText("Text2",_root.inProgress_main_p_item3,_root.InProgress_identifier);
- _level0.SetText("Text3",_root.inProgress_main_p_item4,_root.InProgress_identifier);
- _level0.SetText("Text4",_root.inProgress_main_p_item5,_root.InProgress_identifier);
- _level0.SetText("Text5",_root.inProgress_main_p_item6,_root.InProgress_identifier);
- _level0.SetText("Text6",_root.inProgress_main_p_item7,_root.InProgress_identifier);
- _level0.SetText("Text7",_root.inProgress_main_p_item8,_root.InProgress_identifier);
- _level0.SetText("Text8",_root.inProgress_main_p_item9,_root.InProgress_identifier);
- _level0.RequestGraphic("Analyzing",283.4,174.1,_root.InProgress_identifier);
- _root.OsStatus = _level0.RequestGraphic("CheckingRequirements",34.8,126.3,_root.InProgress_identifier);
- _root.CpuSpeedStatus = _level0.RequestGraphic("CheckingRequirements",34.8,170.1,_root.InProgress_identifier);
- _root.CpuVendorStatus = _level0.RequestGraphic("CheckingRequirements",34.8,213.9,_root.InProgress_identifier);
- _root.RamStatus = _level0.RequestGraphic("CheckingRequirements",34.8,257.8,_root.InProgress_identifier);
- _root.DiskSpaceStatus = _level0.RequestGraphic("CheckingRequirements",34.8,301.6,_root.InProgress_identifier);
- _root.DiskSpaceOnSystemDriveStatus = _level0.RequestGraphic("CheckingRequirements",34.8,345.5,_root.InProgress_identifier);
- _root.TcpipInstalledStatus = _level0.RequestGraphic("CheckingRequirements",219,257.8,_root.InProgress_identifier);
- _root.NicPresentStatus = _level0.RequestGraphic("CheckingRequirements",219,301.6,_root.InProgress_identifier);
- _root.NoStaticDialupStatus = _level0.RequestGraphic("CheckingRequirements",219,345.5,_root.InProgress_identifier);
- _root.InProgressDefaultHint = _root.inProgress_hint_p_default;
- _root.InProgressStep1Hint = _root.inProgress_hint_p_item1;
- _root.InProgressStep2Hint = _root.inProgress_hint_p_item2;
- _root.InProgressStep3Hint = _root.inProgress_hint_p_item3;
- _root.InProgressStep4Hint = _root.inProgress_hint_p_item4;
- _root.InProgressStep5Hint = _root.inProgress_hint_p_item5;
- _root.InProgressStep6Hint = _root.inProgress_hint_p_item6;
- _root.InProgressStep7Hint = _root.inProgress_hint_p_item7;
- _root.InProgressStep8Hint = _root.inProgress_hint_p_item8;
- _root.InProgressStep9Hint = _root.inProgress_hint_p_item9;
- _level0.SetHintText(_root.InProgressDefaultHint,_root.InProgress_identifier);
- _level0.SetHelpText(_root.inProgress_help_p_default,_root.InProgress_identifier);
- var CancelButton = _level0.RequestButton("CancelButton","CancelButtonPlacement",_root.InProgress_identifier);
- var MoreButton = _level0.RequestButton("MoreButton","MoreButtonPlacement",_root.InProgress_identifier);
- CancelButton.TextBox.Text = _root.inProgress_nav_button_cancel;
- MoreButton.TextBox.Text = _root.inProgress_nav_button_more;
- CancelButton.OnRelease = function()
- {
- fscommand("cancel","cancel");
- _level0.FireSignal(_root.InProgress_identifier);
- };
- MoreButton.OnRelease = function()
- {
- _level0.ToggleHelp(_root.InProgress_identifier);
- };
- _level0.AddTabOrder("CancelButton",_root.InProgress_identifier);
- PerformInProgressUpdate();
- }
- function LoadInProgressVars()
- {
- _root.InProgress_identifier = _level0.SetLayoutObject("MinLayout",_target,"LayoutFrame",_root.InProgress_identifier);
- }
-