📄 create_virtual_hard_drive_step_1_1.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 VirtualInfo = new ActiveXObject("VHDCom.VHDInterface.1");
var container1=new container("0");
var radioStyle = new UIStyle();
radioStyle.setStyle("controlimg/radiobutton.jpg",12,12,12,0);//(picture,width,height,startX,startY)
var rb_1 = new radioButton();
var rb_2 = new radioButton();
rb_1.applyStyle(radioStyle);
rb_1.setValue("0");
rb_1.attachMeToContainer("container1");
rb_1.setDefault();
rb_1.oncheck = function() {
}
rb_2.applyStyle(radioStyle);
rb_2.setValue("1");
rb_2.attachMeToContainer("container1");
rb_2.oncheck = function() {
}
var chars = new Array("A:","B:","C:","D:","E:","F:","G:","H:","I:","J:","K:","L:","M:","N:","O:","P:","Q:","R:","S:","T:","U:","V:","W:","X:","Y:","Z:")
function Init(){
applyButton();
var haveVHD;
for (i=1;i<26;i++){
if (VirtualInfo.IsVHDDisk(i) == 0){
haveVHD = i;
break;
}
}
vhdPath.href = chars[haveVHD] + "\\";
}
</script>
<body onKeydown="event.returnValue=disableBack();" onLoad="Init();">
<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">Create Virtual Hard Drive</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;"> </td>
</tr>
<tr>
<td class="PageText" style="padding-top:3px;" id="lang_1"><p>There is a Virtual Hard Drive existing in current system, click <a href="D:" target="_blank" id="vhdPath">Here</a> to Browse the Virtual Hard Drive. If you want to create another Virtual Hard Drive, please first remove the Virtual Hard Drive. Click <a href="" onClick="location='Delete_Virtual_Hard_Drive_step_1.htm';return false;">here</a> to remove the Virtul Hard Drive</p></td>
</tr>
<tr>
<td height="155" align="right" valign="bottom"><button cstyle="rit" onClick="top.menuFocus(1);location='Main_Quick_Start_1.htm';" id="next">Return to VirtualDrive Pro Main</button></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -