⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 create_virtual_hard_drive_step_5_1.htm

📁 vc-mfc编程实例 很简单的东西,以后回多传自己的东西
💻 HTM
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Create Audio CD</title>

<link href="css/main.css" rel="stylesheet" type="text/css">
</head>
<script language="javascript" src="js/comm.js" type="text/javascript"></script>
<script language="javascript">
// import js document
	_import("function");
	//_import("main_only");
	_import("language");
	_import("langSet");
	_import("webmenuevent");
	_import("control");
</script>
<script language="javascript" type="text/javascript">
//菘始
var Path = top.vhd.imgPath;
//萁
var VirtualInfo = new ActiveXObject("VHDCom.VHDInterface.1");
var haveVHD;

function Init(){
	applyButton();
	setTimeout(loadImage,500);
	
	showui();
}

function loadImage(){
	driveLetter = VirtualInfo.GetImageDrive(Path);
	parent.maskLeftMenu();
	var returnInfo = VirtualInfo.LoadImage(Path,driveLetter);
	parent.demaskLeftMenu();
	if (returnInfo == "0"){
		//VirtualInfo.FormatDisk(DriveNumber,diskType,Label,0);
		location = 'Create_Virtual_Hard_Drive_step_7.htm';
	}else{
		if (GS(returnInfo + "") == null){
			RIT_popMsg('',400,200,'Alert',GS("unkownerror") + returnInfo,'alert');
		}else{
			RIT_popMsg('',400,200,'Alert',GS(returnInfo + ""),'alert');
		}
		location = 'main_vhd.htm';
	}
}

function showui(){
	$("loadvhd_Title").innerHTML = GS("loadvhd_Title");
	$("loadvhd_step5_title").innerHTML = GS("loadvhd_step5_title");
}
</script>

<body onKeydown="event.returnValue=disableBack();" onLoad="Init();" style="cursor:wait;">
<table width="569" height="522" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center"><table width="509" height="412" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td valign="top"><table width="509" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td><span class="PageTitle" id="loadvhd_Title"></span></td>
          </tr>
          <tr>
            <td style="padding-top:7px;"><img src="img/CreateAudioCD_02.jpg" width="507" height="1"></td>
          </tr>
          <tr>
            <td class="PageStep" style="padding-top:10px;"><table border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td><img src="images/running.gif" width="21" height="21"></td>
                <td><span class="PageStep" style="padding-top:10px;" id="loadvhd_step5_title"></span></td>
              </tr>
            </table>
              </td>
          </tr>
          <tr>
            <td class="PageText" style="padding-top:3px;"></td>
            </tr>
          
          <tr>
            <td align="center" valign="bottom" style="padding-top:10px; padding-bottom:30px;">&nbsp;</td>
          </tr>
          <tr>
            <td align="right" valign="bottom">&nbsp;</td>
          </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -