diff --git a/CrystalDiskInfo7_6_1/CdiResource/AlertMail.exe b/CrystalDiskInfo7_6_1/CdiResource/AlertMail.exe deleted file mode 100644 index ec9ad24..0000000 --- a/CrystalDiskInfo7_6_1/CdiResource/AlertMail.exe +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9b8a51a99b4c63038c948c5bda54750ea85e0d9b4db7d78fb4dac9d8854feea -size 73424 diff --git a/CrystalDiskInfo7_6_1/CdiResource/AlertMail4.exe b/CrystalDiskInfo7_6_1/CdiResource/AlertMail4.exe deleted file mode 100644 index bbba5a4..0000000 --- a/CrystalDiskInfo7_6_1/CdiResource/AlertMail4.exe +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfb06b92a0483aad4d653db58121417b776d41c80db5cab1b4465c172f4168a9 -size 73936 diff --git a/CrystalDiskInfo7_6_1/CdiResource/dialog/Graph.css b/CrystalDiskInfo7_6_1/CdiResource/dialog/Graph.css deleted file mode 100644 index 0f5076e..0000000 --- a/CrystalDiskInfo7_6_1/CdiResource/dialog/Graph.css +++ /dev/null @@ -1,160 +0,0 @@ -* -{ - margin: 0px; - padding: 0px; -} - -body -{ - color: #000000; - background: #ffffff; - background-image: url(image/background.png); - font-family: "メイリオ", Meiryo, Tahoma; - overflow: hidden; -} - -select -{ - font-family: "メイリオ", Meiryo, Tahoma; - font-size: 100%; -} - -.inline -{ - display: inline; -} - -.double -{ - font-size: 24px; - font-weight: bold; - font-family: "メイリオ", Meiryo, Tahoma; - text-align: center; -} - -a#AllOn -{ - vertical-align: bottom; - background-image: url(image/GraphAllOn.png); - opacity: 0.6; - filter: alpha(opacity=60); - display: block; - width: 24px; - height: 24px; -} - -a:hover#AllOn -{ - background-image: url(image/GraphAllOn.png); - opacity: 1.0; - filter: alpha(opacity=100); - display: block; - width: 24px; - height: 24px; -} - -a#AllOff -{ - vertical-align: bottom; - background-image: url(image/GraphAllOff.png); - opacity: 0.6; - filter: alpha(opacity=60); - display: block; - width: 24px; - height: 24px; -} - -a:hover#AllOff -{ - background-image: url(image/GraphAllOff.png); - opacity: 1.0; - filter: alpha(opacity=100); - display: block; - width: 24px; - height: 24px; -} - -a#Reset -{ - vertical-align: bottom; - background-image: url(image/GraphReset.png); - opacity: 0.6; - filter: alpha(opacity=60); - display: block; - width: 24px; - height: 24px; -} - -a:hover#Reset -{ - background-image: url(image/GraphReset.png); - opacity: 1.0; - filter: alpha(opacity=100); - display: block; - width: 24px; - height: 24px; -} - - -#menuBar -{ - width: 100%; - list-style-type: none; - margin-bottom: 4px; - font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; - font-weight: bold; - line-height: 1.20; - text-align: center; - background: #cccccc url(image/graphMenuBar.png) repeat-x; - background-position: 0px 0px; - height: 20px; -} - -#menuBar li -{ - display: inline; - font-size: 12px; - margin: 0px; - padding-top: 2px; - margin-top: 10px; -} - -#menuBar li a -{ - float: left; - margin: 0px; - padding: 0px; - color: #666666; - text-decoration: none; - overflow: hidden; - text-overflow: ellipsis; - width: 30px; - height: 20px; -} - -#menuBar li a:hover -{ - color: #000000; - font-size: 14px; -} - -#menuBar li a.selected -{ - color: #333333; - background: url(check.png) no-repeat; - background-position: 20px 12px; -} - -#menuBar li a.hidden -{ - visibility: hidden; - margin: 0px; - padding: 0px; - width: 0px; - height: 0px; -} - -#menuBar li a.visible -{ - visibility: visible; -} diff --git a/CrystalDiskInfo7_6_1/CdiResource/dialog/Graph.html b/CrystalDiskInfo7_6_1/CdiResource/dialog/Graph.html deleted file mode 100644 index 275f3ee..0000000 --- a/CrystalDiskInfo7_6_1/CdiResource/dialog/Graph.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - CrystalDiskInfo - - - - - - -');} -if(labels.length>0){var dummyDiv=$('
' -+labels.join("")+'
').appendTo(target);if(axis.labelWidth==null) -axis.labelWidth=dummyDiv.width();if(axis.labelHeight==null) -axis.labelHeight=dummyDiv.find("div").height();dummyDiv.remove();} -if(axis.labelWidth==null) -axis.labelWidth=0;if(axis.labelHeight==null) -axis.labelHeight=0;}} -measureXLabels(axes.xaxis);measureYLabels(axes.yaxis);measureXLabels(axes.x2axis);measureYLabels(axes.y2axis);var maxOutset=options.grid.borderWidth;for(i=0;i0) -plotOffset.bottom=Math.max(maxOutset,axes.xaxis.labelHeight+margin);if(axes.yaxis.labelWidth>0) -plotOffset.left=Math.max(maxOutset,axes.yaxis.labelWidth+margin);if(axes.x2axis.labelHeight>0) -plotOffset.top=Math.max(maxOutset,axes.x2axis.labelHeight+margin);if(axes.y2axis.labelWidth>0) -plotOffset.right=Math.max(maxOutset,axes.y2axis.labelWidth+margin);plotWidth=canvasWidth-plotOffset.left-plotOffset.right;plotHeight=canvasHeight-plotOffset.bottom-plotOffset.top;axes.xaxis.scale=plotWidth/(axes.xaxis.max-axes.xaxis.min);axes.yaxis.scale=plotHeight/(axes.yaxis.max-axes.yaxis.min);axes.x2axis.scale=plotWidth/(axes.x2axis.max-axes.x2axis.min);axes.y2axis.scale=plotHeight/(axes.y2axis.max-axes.y2axis.min);} -function draw(){drawGrid();for(var i=0;ito) -return{from:to,to:from,axis:axis};return{from:from,to:to,axis:axis};} -function drawGrid(){var i;ctx.save();ctx.clearRect(0,0,canvasWidth,canvasHeight);ctx.translate(plotOffset.left,plotOffset.top);if(options.grid.backgroundColor){ctx.fillStyle=getColorOrGradient(options.grid.backgroundColor,plotHeight,0,"rgba(255, 255, 255, 0)");ctx.fillRect(0,0,plotWidth,plotHeight);} -var markings=options.grid.markings;if(markings){if($.isFunction(markings)) -markings=markings({xmin:axes.xaxis.min,xmax:axes.xaxis.max,ymin:axes.yaxis.min,ymax:axes.yaxis.max,xaxis:axes.xaxis,yaxis:axes.yaxis,x2axis:axes.x2axis,y2axis:axes.y2axis});for(i=0;ixrange.axis.max||yrange.toyrange.axis.max) -continue;xrange.from=Math.max(xrange.from,xrange.axis.min);xrange.to=Math.min(xrange.to,xrange.axis.max);yrange.from=Math.max(yrange.from,yrange.axis.min);yrange.to=Math.min(yrange.to,yrange.axis.max);if(xrange.from==xrange.to&&yrange.from==yrange.to) -continue;xrange.from=xrange.axis.p2c(xrange.from);xrange.to=xrange.axis.p2c(xrange.to);yrange.from=yrange.axis.p2c(yrange.from);yrange.to=yrange.axis.p2c(yrange.to);if(xrange.from==xrange.to||yrange.from==yrange.to){ctx.strokeStyle=m.color||options.grid.markingsColor;ctx.beginPath();ctx.lineWidth=m.lineWidth||options.grid.markingsLineWidth;ctx.moveTo(xrange.from,yrange.from);ctx.lineTo(xrange.to,yrange.to);ctx.stroke();} -else{ctx.fillStyle=m.color||options.grid.markingsColor;ctx.fillRect(xrange.from,yrange.to,xrange.to-xrange.from,yrange.from-yrange.to);}}} -ctx.lineWidth=1;ctx.strokeStyle=options.grid.tickColor;ctx.beginPath();var v,axis=axes.xaxis;for(i=0;i=axes.xaxis.max) -continue;ctx.moveTo(Math.floor(axis.p2c(v))+ctx.lineWidth/2,0);ctx.lineTo(Math.floor(axis.p2c(v))+ctx.lineWidth/2,plotHeight);} -axis=axes.yaxis;for(i=0;i=axis.max) -continue;ctx.moveTo(0,Math.floor(axis.p2c(v))+ctx.lineWidth/2);ctx.lineTo(plotWidth,Math.floor(axis.p2c(v))+ctx.lineWidth/2);} -axis=axes.x2axis;for(i=0;i=axis.max) -continue;ctx.moveTo(Math.floor(axis.p2c(v))+ctx.lineWidth/2,-5);ctx.lineTo(Math.floor(axis.p2c(v))+ctx.lineWidth/2,5);} -axis=axes.y2axis;for(i=0;i=axis.max) -continue;ctx.moveTo(plotWidth-5,Math.floor(axis.p2c(v))+ctx.lineWidth/2);ctx.lineTo(plotWidth+5,Math.floor(axis.p2c(v))+ctx.lineWidth/2);} -ctx.stroke();if(options.grid.borderWidth){var bw=options.grid.borderWidth;ctx.lineWidth=bw;ctx.strokeStyle=options.grid.borderColor;ctx.strokeRect(-bw/2,-bw/2,plotWidth+bw,plotHeight+bw);} -ctx.restore();} -function insertLabels(){target.find(".tickLabels").remove();var html='
';function addLabels(axis,labelGenerator){for(var i=0;iaxis.max) -continue;html+=labelGenerator(tick,axis);}} -var margin=options.grid.labelMargin+options.grid.borderWidth;addLabels(axes.xaxis,function(tick,axis){return'
'+tick.label+"
";});addLabels(axes.yaxis,function(tick,axis){return'
'+parseInt(tick.label)+"
";});addLabels(axes.x2axis,function(tick,axis){return'
'+tick.label+"
";});addLabels(axes.y2axis,function(tick,axis){return'
'+tick.label+"
";});html+='
';target.append(html);} -function drawSeries(series){if(series.lines.show) -drawSeriesLines(series);if(series.bars.show) -drawSeriesBars(series);if(series.points.show) -drawSeriesPoints(series);} -function drawSeriesLines(series){function plotLine(datapoints,offset,axisx,axisy){var points=datapoints.points,incr=datapoints.incr,drawx=null,drawy=null;ctx.beginPath();for(var i=incr;i=y2&&y1>axisy.max){if(y2>axisy.max) -continue;x1=(axisy.max-y1)/(y2-y1)*(x2-x1)+x1;y1=axisy.max;} -else if(y2>=y1&&y2>axisy.max){if(y1>axisy.max) -continue;x2=(axisy.max-y1)/(y2-y1)*(x2-x1)+x1;y2=axisy.max;} -if(x1<=x2&&x1=x2&&x1>axisx.max){if(x2>axisx.max) -continue;y1=(axisx.max-x1)/(x2-x1)*(y2-y1)+y1;x1=axisx.max;} -else if(x2>=x1&&x2>axisx.max){if(x1>axisx.max) -continue;y2=(axisx.max-x1)/(x2-x1)*(y2-y1)+y1;x2=axisx.max;} -if(drawx!=axisx.p2c(x1)||drawy!=axisy.p2c(y1)+offset) -ctx.moveTo(axisx.p2c(x1),axisy.p2c(y1)+offset);drawx=axisx.p2c(x2);drawy=axisy.p2c(y2)+offset;ctx.lineTo(drawx,drawy);} -ctx.stroke();} -function plotLineArea(datapoints,axisx,axisy){var points=datapoints.points,incr=datapoints.incr,bottom=Math.min(Math.max(0,axisy.min),axisy.max),top,lastX=0,areaOpen=false;for(var i=incr;i=x2&&x1>axisx.max){if(x2>axisx.max) -continue;y1=(axisx.max-x1)/(x2-x1)*(y2-y1)+y1;x1=axisx.max;} -else if(x2>=x1&&x2>axisx.max){if(x1>axisx.max) -continue;y2=(axisx.max-x1)/(x2-x1)*(y2-y1)+y1;x2=axisx.max;} -if(!areaOpen){ctx.beginPath();ctx.moveTo(axisx.p2c(x1),axisy.p2c(bottom));areaOpen=true;} -if(y1>=axisy.max&&y2>=axisy.max){ctx.lineTo(axisx.p2c(x1),axisy.p2c(axisy.max));ctx.lineTo(axisx.p2c(x2),axisy.p2c(axisy.max));lastX=x2;continue;} -else if(y1<=axisy.min&&y2<=axisy.min){ctx.lineTo(axisx.p2c(x1),axisy.p2c(axisy.min));ctx.lineTo(axisx.p2c(x2),axisy.p2c(axisy.min));lastX=x2;continue;} -var x1old=x1,x2old=x2;if(y1<=y2&&y1=axisy.min){x1=(axisy.min-y1)/(y2-y1)*(x2-x1)+x1;y1=axisy.min;} -else if(y2<=y1&&y2=axisy.min){x2=(axisy.min-y1)/(y2-y1)*(x2-x1)+x1;y2=axisy.min;} -if(y1>=y2&&y1>axisy.max&&y2<=axisy.max){x1=(axisy.max-y1)/(y2-y1)*(x2-x1)+x1;y1=axisy.max;} -else if(y2>=y1&&y2>axisy.max&&y1<=axisy.max){x2=(axisy.max-y1)/(y2-y1)*(x2-x1)+x1;y2=axisy.max;} -if(x1!=x1old){if(y1<=axisy.min) -top=axisy.min;else -top=axisy.max;ctx.lineTo(axisx.p2c(x1old),axisy.p2c(top));ctx.lineTo(axisx.p2c(x1),axisy.p2c(top));} -ctx.lineTo(axisx.p2c(x1),axisy.p2c(y1));ctx.lineTo(axisx.p2c(x2),axisy.p2c(y2));if(x2!=x2old){if(y2<=axisy.min) -top=axisy.min;else -top=axisy.max;ctx.lineTo(axisx.p2c(x2),axisy.p2c(top));ctx.lineTo(axisx.p2c(x2old),axisy.p2c(top));} -lastX=Math.max(x2,x2old);} -if(areaOpen){ctx.lineTo(axisx.p2c(lastX),axisy.p2c(bottom));ctx.fill();}} -ctx.save();ctx.translate(plotOffset.left,plotOffset.top);ctx.lineJoin="round";var lw=series.lines.lineWidth,sw=series.shadowSize;if(lw>0&&sw>0){var w=sw/2;ctx.lineWidth=w;ctx.strokeStyle="rgba(0,0,0,0.1)";plotLine(series.datapoints,lw/2+w+w/2,series.xaxis,series.yaxis);ctx.strokeStyle="rgba(0,0,0,0.2)";plotLine(series.datapoints,lw/2+w/2,series.xaxis,series.yaxis);} -ctx.lineWidth=lw;ctx.strokeStyle=series.color;var fillStyle=getFillStyle(series.lines,series.color,0,plotHeight);if(fillStyle){ctx.fillStyle=fillStyle;plotLineArea(series.datapoints,series.xaxis,series.yaxis);} -if(lw>0) -plotLine(series.datapoints,0,series.xaxis,series.yaxis);ctx.restore();} -function drawSeriesPoints(series){function plotPoints(datapoints,radius,fillStyle,offset,circumference,axisx,axisy){var points=datapoints.points,incr=datapoints.incr;for(var i=0;iaxisx.max||yaxisy.max) -continue;ctx.beginPath();ctx.arc(axisx.p2c(x),axisy.p2c(y)+offset,radius,0,circumference,true);if(fillStyle){ctx.fillStyle=fillStyle;ctx.fill();} -ctx.stroke();}} -ctx.save();ctx.translate(plotOffset.left,plotOffset.top);var lw=series.lines.lineWidth,sw=series.shadowSize,radius=series.points.radius;if(lw>0&&sw>0){var w=sw/2;ctx.lineWidth=w;ctx.strokeStyle="rgba(0,0,0,0.1)";plotPoints(series.datapoints,radius,null,w+w/2,2*Math.PI,series.xaxis,series.yaxis);ctx.strokeStyle="rgba(0,0,0,0.2)";plotPoints(series.datapoints,radius,null,w/2,2*Math.PI,series.xaxis,series.yaxis);} -ctx.lineWidth=lw;ctx.strokeStyle=series.color;plotPoints(series.datapoints,radius,getFillStyle(series.points,series.color),0,2*Math.PI,series.xaxis,series.yaxis);ctx.restore();} -function drawBar(x,y,barLeft,barRight,offset,fillStyleCallback,axisx,axisy,c){var drawLeft=true,drawRight=true,drawTop=true,drawBottom=false,left=x+barLeft,right=x+barRight,bottom=0,top=y;if(topaxisx.max||topaxisy.max) -return;if(leftaxisx.max){right=axisx.max;drawRight=false;} -if(bottomaxisy.max){top=axisy.max;drawTop=false;} -left=axisx.p2c(left);bottom=axisy.p2c(bottom);right=axisx.p2c(right);top=axisy.p2c(top);if(fillStyleCallback){c.beginPath();c.moveTo(left,bottom);c.lineTo(left,top);c.lineTo(right,top);c.lineTo(right,bottom);c.fillStyle=fillStyleCallback(bottom,top);c.fill();} -if(drawLeft||drawRight||drawTop||drawBottom){c.beginPath();c.moveTo(left,bottom+offset);if(drawLeft) -c.lineTo(left,top+offset);else -c.moveTo(left,top+offset);if(drawTop) -c.lineTo(right,top+offset);else -c.moveTo(right,top+offset);if(drawRight) -c.lineTo(right,bottom+offset);else -c.moveTo(right,bottom+offset);if(drawBottom) -c.lineTo(left,bottom+offset);else -c.moveTo(left,bottom+offset);c.stroke();}} -function drawSeriesBars(series){function plotBars(datapoints,barLeft,barRight,offset,fillStyleCallback,axisx,axisy){var points=datapoints.points,incr=datapoints.incr;for(var i=0;i');fragments.push('');rowStarted=true;} -var label=series[i].label;if(options.legend.labelFormatter!=null) -label=options.legend.labelFormatter(label);fragments.push('
'+''+label+'');} -if(rowStarted) -fragments.push('');if(fragments.length==0) -return;var table=''+fragments.join("")+'
';if(options.legend.container!=null) -$(options.legend.container).html(table);else{var pos="",p=options.legend.position,m=options.legend.margin;if(m[0]==null) -m=[m,m];if(p.charAt(0)=="n") -pos+='top:'+(m[1]+plotOffset.top)+'px;';else if(p.charAt(0)=="s") -pos+='bottom:'+(m[1]+plotOffset.bottom)+'px;';if(p.charAt(1)=="e") -pos+='right:'+(m[0]+plotOffset.right)+'px;';else if(p.charAt(1)=="w") -pos+='left:'+(m[0]+plotOffset.left)+'px;';var legend=$('
'+table.replace('style="','style="position:absolute;'+pos+';')+'
').appendTo(target);if(options.legend.backgroundOpacity!=0.0){var c=options.legend.backgroundColor;if(c==null){var tmp;if(options.grid.backgroundColor&&typeof options.grid.backgroundColor=="string") -tmp=options.grid.backgroundColor;else -tmp=extractColor(legend);c=parseColor(tmp).adjust(null,null,null,1).toString();} -var div=legend.children();$('
').prependTo(legend).css('opacity',options.legend.backgroundOpacity);}}} -var lastMousePos={pageX:null,pageY:null},selection={first:{x:-1,y:-1},second:{x:-1,y:-1},show:false,active:false},crosshair={pos:{x:-1,y:-1}},highlights=[],clickIsMouseUp=false,redrawTimeout=null,hoverTimeout=null;function findNearbyItem(mouseX,mouseY,seriesFilter){var maxDistance=options.grid.mouseActiveRadius,lowestDistance=maxDistance*maxDistance+1,item=null,foundPoint=false,i,j;for(var i=0;i=x+barLeft&&mx<=x+barRight&&my>=Math.min(0,y)&&my<=Math.max(0,y)) -item=[i,j/incr];} -if(checkpoint){if((x-mx>maxx||x-mx<-maxx)||(y-my>maxy||y-my<-maxy)) -continue;var dx=Math.abs(axisx.p2c(x)-mouseX),dy=Math.abs(axisy.p2c(y)-mouseY),dist=dx*dx+dy*dy;if(distaxisx.max||yaxisy.max) -return;var pointRadius=series.points.radius+series.points.lineWidth/2;octx.lineWidth=pointRadius;octx.strokeStyle=parseColor(series.color).scale(1,1,1,0.5).toString();var radius=1.5*pointRadius;octx.beginPath();octx.arc(axisx.p2c(x),axisy.p2c(y),radius,0,2*Math.PI,true);octx.stroke();} -function drawBarHighlight(series,point){octx.lineJoin="round";octx.lineWidth=series.bars.lineWidth;octx.strokeStyle=parseColor(series.color).scale(1,1,1,0.5).toString();var fillStyle=parseColor(series.color).scale(1,1,1,0.5).toString();var barLeft=series.bars.align=="left"?0:-series.bars.barWidth/2;drawBar(point[0],point[1],barLeft,barLeft+series.bars.barWidth,0,function(){return fillStyle;},series.xaxis,series.yaxis,octx);} -function setPositionFromEvent(pos,e){var offset=eventHolder.offset();pos.x=clamp(0,e.pageX-offset.left-plotOffset.left,plotWidth);pos.y=clamp(0,e.pageY-offset.top-plotOffset.top,plotHeight);} -function setCrosshair(pos){if(pos==null) -crosshair.pos.x=-1;else{crosshair.pos.x=clamp(0,pos.x!=null?axes.xaxis.p2c(pos.x):axes.x2axis.p2c(pos.x2),plotWidth);crosshair.pos.y=clamp(0,pos.y!=null?axes.yaxis.p2c(pos.y):axes.y2axis.p2c(pos.y2),plotHeight);} -triggerRedrawOverlay();} -function getSelectionForEvent(){var x1=Math.min(selection.first.x,selection.second.x),x2=Math.max(selection.first.x,selection.second.x),y1=Math.max(selection.first.y,selection.second.y),y2=Math.min(selection.first.y,selection.second.y);var r={};if(axes.xaxis.used) -r.xaxis={from:axes.xaxis.c2p(x1),to:axes.xaxis.c2p(x2)};if(axes.x2axis.used) -r.x2axis={from:axes.x2axis.c2p(x1),to:axes.x2axis.c2p(x2)};if(axes.yaxis.used) -r.yaxis={from:axes.yaxis.c2p(y1),to:axes.yaxis.c2p(y2)};if(axes.y2axis.used) -r.y2axis={from:axes.y2axis.c2p(y1),to:axes.y2axis.c2p(y2)};return r;} -function triggerSelectedEvent(){var r=getSelectionForEvent();target.trigger("plotselected",[r]);if(axes.xaxis.used&&axes.yaxis.used) -target.trigger("selected",[{x1:r.xaxis.from,y1:r.yaxis.from,x2:r.xaxis.to,y2:r.yaxis.to}]);} -function onSelectionMouseUp(e){if(document.onselectstart!==undefined) -document.onselectstart=workarounds.onselectstart;if(document.ondrag!==undefined) -document.ondrag=workarounds.ondrag;selection.active=false;updateSelection(e);if(selectionIsSane()){triggerSelectedEvent();clickIsMouseUp=true;} -else{target.trigger("plotunselected",[]);target.trigger("plotselecting",[null]);} -return false;} -function setSelectionPos(pos,e){setPositionFromEvent(pos,e);if(options.selection.mode=="y"){if(pos==selection.first) -pos.x=0;else -pos.x=plotWidth;} -if(options.selection.mode=="x"){if(pos==selection.first) -pos.y=0;else -pos.y=plotHeight;}} -function updateSelection(pos){if(pos.pageX==null) -return;setSelectionPos(selection.second,pos);if(selectionIsSane()){selection.show=true;triggerRedrawOverlay();} -else -clearSelection(true);} -function clearSelection(preventEvent){if(selection.show){selection.show=false;triggerRedrawOverlay();if(!preventEvent) -target.trigger("plotunselected",[]);}} -function setSelection(ranges,preventEvent){var range;if(options.selection.mode=="y"){selection.first.x=0;selection.second.x=plotWidth;} -else{range=extractRange(ranges,"x");selection.first.x=range.axis.p2c(range.from);selection.second.x=range.axis.p2c(range.to);} -if(options.selection.mode=="x"){selection.first.y=0;selection.second.y=plotHeight;} -else{range=extractRange(ranges,"y");selection.first.y=range.axis.p2c(range.from);selection.second.y=range.axis.p2c(range.to);} -selection.show=true;triggerRedrawOverlay();if(!preventEvent) -triggerSelectedEvent();} -function selectionIsSane(){var minSize=5;return Math.abs(selection.second.x-selection.first.x)>=minSize&&Math.abs(selection.second.y-selection.first.y)>=minSize;} -function getColorOrGradient(spec,bottom,top,defaultColor){if(typeof spec=="string") -return spec;else{var gradient=ctx.createLinearGradient(0,top,0,bottom);for(var i=0,l=spec.colors.length;imax) -return max;else -return value;} -function Color(r,g,b,a){var rgba=['r','g','b','a'];var x=4;while(-1<--x){this[rgba[x]]=arguments[x]||((x==3)?1.0:0);} -this.toString=function(){if(this.a>=1.0){return"rgb("+[this.r,this.g,this.b].join(",")+")";}else{return"rgba("+[this.r,this.g,this.b,this.a].join(",")+")";}};this.scale=function(rf,gf,bf,af){x=4;while(-1<--x){if(arguments[x]!=null) -this[rgba[x]]*=arguments[x];} -return this.normalize();};this.adjust=function(rd,gd,bd,ad){x=4;while(-1<--x){if(arguments[x]!=null) -this[rgba[x]]+=arguments[x];} -return this.normalize();};this.clone=function(){return new Color(this.r,this.b,this.g,this.a);};var limit=function(val,minVal,maxVal){return Math.max(Math.min(val,maxVal),minVal);};this.normalize=function(){this.r=clamp(0,parseInt(this.r),255);this.g=clamp(0,parseInt(this.g),255);this.b=clamp(0,parseInt(this.b),255);this.a=clamp(0,this.a,1);return this;};this.normalize();} -var lookupColors={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0]};function extractColor(element){var color,elem=element;do{color=elem.css("background-color").toLowerCase();if(color!=''&&color!='transparent') -break;elem=elem.parent();}while(!$.nodeName(elem.get(0),"body"));if(color=="rgba(0, 0, 0, 0)") -return"transparent";return color;} -function parseColor(str){var result;if(result=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(str)) -return new Color(parseInt(result[1],10),parseInt(result[2],10),parseInt(result[3],10));if(result=/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(str)) -return new Color(parseInt(result[1],10),parseInt(result[2],10),parseInt(result[3],10),parseFloat(result[4]));if(result=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(str)) -return new Color(parseFloat(result[1])*2.55,parseFloat(result[2])*2.55,parseFloat(result[3])*2.55);if(result=/rgba\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(str)) -return new Color(parseFloat(result[1])*2.55,parseFloat(result[2])*2.55,parseFloat(result[3])*2.55,parseFloat(result[4]));if(result=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(str)) -return new Color(parseInt(result[1],16),parseInt(result[2],16),parseInt(result[3],16));if(result=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(str)) -return new Color(parseInt(result[1]+result[1],16),parseInt(result[2]+result[2],16),parseInt(result[3]+result[3],16));var name=$.trim(str).toLowerCase();if(name=="transparent") -return new Color(255,255,255,0);else{result=lookupColors[name];return new Color(result[0],result[1],result[2]);}}})(jQuery); \ No newline at end of file diff --git a/CrystalDiskInfo7_6_1/CdiResource/dialog/flot/jquery.min.js b/CrystalDiskInfo7_6_1/CdiResource/dialog/flot/jquery.min.js deleted file mode 100644 index 82b98e1..0000000 --- a/CrystalDiskInfo7_6_1/CdiResource/dialog/flot/jquery.min.js +++ /dev/null @@ -1,32 +0,0 @@ -/* - * jQuery 1.2.6 - New Wave Javascript - * - * Copyright (c) 2008 John Resig (jquery.com) - * Dual licensed under the MIT (MIT-LICENSE.txt) - * and GPL (GPL-LICENSE.txt) licenses. - * - * $Date: 2008-05-24 14:22:17 -0400 (Sat, 24 May 2008) $ - * $Rev: 5685 $ - */ -(function(){var _jQuery=window.jQuery,_$=window.$;var jQuery=window.jQuery=window.$=function(selector,context){return new jQuery.fn.init(selector,context);};var quickExpr=/^[^<]*(<(.|\s)+>)[^>]*$|^#(\w+)$/,isSimple=/^.[^:#\[\.]*$/,undefined;jQuery.fn=jQuery.prototype={init:function(selector,context){selector=selector||document;if(selector.nodeType){this[0]=selector;this.length=1;return this;}if(typeof selector=="string"){var match=quickExpr.exec(selector);if(match&&(match[1]||!context)){if(match[1])selector=jQuery.clean([match[1]],context);else{var elem=document.getElementById(match[3]);if(elem){if(elem.id!=match[3])return jQuery().find(selector);return jQuery(elem);}selector=[];}}else -return jQuery(context).find(selector);}else if(jQuery.isFunction(selector))return jQuery(document)[jQuery.fn.ready?"ready":"load"](selector);return this.setArray(jQuery.makeArray(selector));},jquery:"1.2.6",size:function(){return this.length;},length:0,get:function(num){return num==undefined?jQuery.makeArray(this):this[num];},pushStack:function(elems){var ret=jQuery(elems);ret.prevObject=this;return ret;},setArray:function(elems){this.length=0;Array.prototype.push.apply(this,elems);return this;},each:function(callback,args){return jQuery.each(this,callback,args);},index:function(elem){var ret=-1;return jQuery.inArray(elem&&elem.jquery?elem[0]:elem,this);},attr:function(name,value,type){var options=name;if(name.constructor==String)if(value===undefined)return this[0]&&jQuery[type||"attr"](this[0],name);else{options={};options[name]=value;}return this.each(function(i){for(name in options)jQuery.attr(type?this.style:this,name,jQuery.prop(this,options[name],type,i,name));});},css:function(key,value){if((key=='width'||key=='height')&&parseFloat(value)<0)value=undefined;return this.attr(key,value,"curCSS");},text:function(text){if(typeof text!="object"&&text!=null)return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(text));var ret="";jQuery.each(text||this,function(){jQuery.each(this.childNodes,function(){if(this.nodeType!=8)ret+=this.nodeType!=1?this.nodeValue:jQuery.fn.text([this]);});});return ret;},wrapAll:function(html){if(this[0])jQuery(html,this[0].ownerDocument).clone().insertBefore(this[0]).map(function(){var elem=this;while(elem.firstChild)elem=elem.firstChild;return elem;}).append(this);return this;},wrapInner:function(html){return this.each(function(){jQuery(this).contents().wrapAll(html);});},wrap:function(html){return this.each(function(){jQuery(this).wrapAll(html);});},append:function(){return this.domManip(arguments,true,false,function(elem){if(this.nodeType==1)this.appendChild(elem);});},prepend:function(){return this.domManip(arguments,true,true,function(elem){if(this.nodeType==1)this.insertBefore(elem,this.firstChild);});},before:function(){return this.domManip(arguments,false,false,function(elem){this.parentNode.insertBefore(elem,this);});},after:function(){return this.domManip(arguments,false,true,function(elem){this.parentNode.insertBefore(elem,this.nextSibling);});},end:function(){return this.prevObject||jQuery([]);},find:function(selector){var elems=jQuery.map(this,function(elem){return jQuery.find(selector,elem);});return this.pushStack(/[^+>] [^+>]/.test(selector)||selector.indexOf("..")>-1?jQuery.unique(elems):elems);},clone:function(events){var ret=this.map(function(){if(jQuery.browser.msie&&!jQuery.isXMLDoc(this)){var clone=this.cloneNode(true),container=document.createElement("div");container.appendChild(clone);return jQuery.clean([container.innerHTML])[0];}else -return this.cloneNode(true);});var clone=ret.find("*").andSelf().each(function(){if(this[expando]!=undefined)this[expando]=null;});if(events===true)this.find("*").andSelf().each(function(i){if(this.nodeType==3)return;var events=jQuery.data(this,"events");for(var type in events)for(var handler in events[type])jQuery.event.add(clone[i],type,events[type][handler],events[type][handler].data);});return ret;},filter:function(selector){return this.pushStack(jQuery.isFunction(selector)&&jQuery.grep(this,function(elem,i){return selector.call(elem,i);})||jQuery.multiFilter(selector,this));},not:function(selector){if(selector.constructor==String)if(isSimple.test(selector))return this.pushStack(jQuery.multiFilter(selector,this,true));else -selector=jQuery.multiFilter(selector,this);var isArrayLike=selector.length&&selector[selector.length-1]!==undefined&&!selector.nodeType;return this.filter(function(){return isArrayLike?jQuery.inArray(this,selector)<0:this!=selector;});},add:function(selector){return this.pushStack(jQuery.unique(jQuery.merge(this.get(),typeof selector=='string'?jQuery(selector):jQuery.makeArray(selector))));},is:function(selector){return!!selector&&jQuery.multiFilter(selector,this).length>0;},hasClass:function(selector){return this.is("."+selector);},val:function(value){if(value==undefined){if(this.length){var elem=this[0];if(jQuery.nodeName(elem,"select")){var index=elem.selectedIndex,values=[],options=elem.options,one=elem.type=="select-one";if(index<0)return null;for(var i=one?index:0,max=one?index+1:options.length;i=0||jQuery.inArray(this.name,value)>=0);else if(jQuery.nodeName(this,"select")){var values=jQuery.makeArray(value);jQuery("option",this).each(function(){this.selected=(jQuery.inArray(this.value,values)>=0||jQuery.inArray(this.text,values)>=0);});if(!values.length)this.selectedIndex=-1;}else -this.value=value;});},html:function(value){return value==undefined?(this[0]?this[0].innerHTML:null):this.empty().append(value);},replaceWith:function(value){return this.after(value).remove();},eq:function(i){return this.slice(i,i+1);},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments));},map:function(callback){return this.pushStack(jQuery.map(this,function(elem,i){return callback.call(elem,i,elem);}));},andSelf:function(){return this.add(this.prevObject);},data:function(key,value){var parts=key.split(".");parts[1]=parts[1]?"."+parts[1]:"";if(value===undefined){var data=this.triggerHandler("getData"+parts[1]+"!",[parts[0]]);if(data===undefined&&this.length)data=jQuery.data(this[0],key);return data===undefined&&parts[1]?this.data(parts[0]):data;}else -return this.trigger("setData"+parts[1]+"!",[parts[0],value]).each(function(){jQuery.data(this,key,value);});},removeData:function(key){return this.each(function(){jQuery.removeData(this,key);});},domManip:function(args,table,reverse,callback){var clone=this.length>1,elems;return this.each(function(){if(!elems){elems=jQuery.clean(args,this.ownerDocument);if(reverse)elems.reverse();}var obj=this;if(table&&jQuery.nodeName(this,"table")&&jQuery.nodeName(elems[0],"tr"))obj=this.getElementsByTagName("tbody")[0]||this.appendChild(this.ownerDocument.createElement("tbody"));var scripts=jQuery([]);jQuery.each(elems,function(){var elem=clone?jQuery(this).clone(true)[0]:this;if(jQuery.nodeName(elem,"script"))scripts=scripts.add(elem);else{if(elem.nodeType==1)scripts=scripts.add(jQuery("script",elem).remove());callback.call(obj,elem);}});scripts.each(evalScript);});}};jQuery.fn.init.prototype=jQuery.fn;function evalScript(i,elem){if(elem.src)jQuery.ajax({url:elem.src,async:false,dataType:"script"});else -jQuery.globalEval(elem.text||elem.textContent||elem.innerHTML||"");if(elem.parentNode)elem.parentNode.removeChild(elem);}function now(){return+new Date;}jQuery.extend=jQuery.fn.extend=function(){var target=arguments[0]||{},i=1,length=arguments.length,deep=false,options;if(target.constructor==Boolean){deep=target;target=arguments[1]||{};i=2;}if(typeof target!="object"&&typeof target!="function")target={};if(length==i){target=this;--i;}for(;i-1;}},swap:function(elem,options,callback){var old={};for(var name in options){old[name]=elem.style[name];elem.style[name]=options[name];}callback.call(elem);for(var name in options)elem.style[name]=old[name];},css:function(elem,name,force){if(name=="width"||name=="height"){var val,props={position:"absolute",visibility:"hidden",display:"block"},which=name=="width"?["Left","Right"]:["Top","Bottom"];function getWH(){val=name=="width"?elem.offsetWidth:elem.offsetHeight;var padding=0,border=0;jQuery.each(which,function(){padding+=parseFloat(jQuery.curCSS(elem,"padding"+this,true))||0;border+=parseFloat(jQuery.curCSS(elem,"border"+this+"Width",true))||0;});val-=Math.round(padding+border);}if(jQuery(elem).is(":visible"))getWH();else -jQuery.swap(elem,props,getWH);return Math.max(0,val);}return jQuery.curCSS(elem,name,force);},curCSS:function(elem,name,force){var ret,style=elem.style;function color(elem){if(!jQuery.browser.safari)return false;var ret=defaultView.getComputedStyle(elem,null);return!ret||ret.getPropertyValue("color")=="";}if(name=="opacity"&&jQuery.browser.msie){ret=jQuery.attr(style,"opacity");return ret==""?"1":ret;}if(jQuery.browser.opera&&name=="display"){var save=style.outline;style.outline="0 solid black";style.outline=save;}if(name.match(/float/i))name=styleFloat;if(!force&&style&&style[name])ret=style[name];else if(defaultView.getComputedStyle){if(name.match(/float/i))name="float";name=name.replace(/([A-Z])/g,"-$1").toLowerCase();var computedStyle=defaultView.getComputedStyle(elem,null);if(computedStyle&&!color(elem))ret=computedStyle.getPropertyValue(name);else{var swap=[],stack=[],a=elem,i=0;for(;a&&color(a);a=a.parentNode)stack.unshift(a);for(;i]*?)\/>/g,function(all,front,tag){return tag.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?all:front+">";});var tags=jQuery.trim(elem).toLowerCase(),div=context.createElement("div");var wrap=!tags.indexOf("",""]||!tags.indexOf("",""]||tags.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"","
"]||!tags.indexOf("",""]||(!tags.indexOf("",""]||!tags.indexOf("",""]||jQuery.browser.msie&&[1,"div
","
"]||[0,"",""];div.innerHTML=wrap[1]+elem+wrap[2];while(wrap[0]--)div=div.lastChild;if(jQuery.browser.msie){var tbody=!tags.indexOf(""&&tags.indexOf("=0;--j)if(jQuery.nodeName(tbody[j],"tbody")&&!tbody[j].childNodes.length)tbody[j].parentNode.removeChild(tbody[j]);if(/^\s/.test(elem))div.insertBefore(context.createTextNode(elem.match(/^\s*/)[0]),div.firstChild);}elem=jQuery.makeArray(div.childNodes);}if(elem.length===0&&(!jQuery.nodeName(elem,"form")&&!jQuery.nodeName(elem,"select")))return;if(elem[0]==undefined||jQuery.nodeName(elem,"form")||elem.options)ret.push(elem);else -ret=jQuery.merge(ret,elem);});return ret;},attr:function(elem,name,value){if(!elem||elem.nodeType==3||elem.nodeType==8)return undefined;var notxml=!jQuery.isXMLDoc(elem),set=value!==undefined,msie=jQuery.browser.msie;name=notxml&&jQuery.props[name]||name;if(elem.tagName){var special=/href|src|style/.test(name);if(name=="selected"&&jQuery.browser.safari)elem.parentNode.selectedIndex;if(name in elem&¬xml&&!special){if(set){if(name=="type"&&jQuery.nodeName(elem,"input")&&elem.parentNode)throw"type property can't be changed";elem[name]=value;}if(jQuery.nodeName(elem,"form")&&elem.getAttributeNode(name))return elem.getAttributeNode(name).nodeValue;return elem[name];}if(msie&¬xml&&name=="style")return jQuery.attr(elem.style,"cssText",value);if(set)elem.setAttribute(name,""+value);var attr=msie&¬xml&&special?elem.getAttribute(name,2):elem.getAttribute(name);return attr===null?undefined:attr;}if(msie&&name=="opacity"){if(set){elem.zoom=1;elem.filter=(elem.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(value)+''=="NaN"?"":"alpha(opacity="+value*100+")");}return elem.filter&&elem.filter.indexOf("opacity=")>=0?(parseFloat(elem.filter.match(/opacity=([^)]*)/)[1])/100)+'':"";}name=name.replace(/-([a-z])/ig,function(all,letter){return letter.toUpperCase();});if(set)elem[name]=value;return elem[name];},trim:function(text){return(text||"").replace(/^\s+|\s+$/g,"");},makeArray:function(array){var ret=[];if(array!=null){var i=array.length;if(i==null||array.split||array.setInterval||array.call)ret[0]=array;else -while(i)ret[--i]=array[i];}return ret;},inArray:function(elem,array){for(var i=0,length=array.length;i*",this).remove();while(this.firstChild)this.removeChild(this.firstChild);}},function(name,fn){jQuery.fn[name]=function(){return this.each(fn,arguments);};});jQuery.each(["Height","Width"],function(i,name){var type=name.toLowerCase();jQuery.fn[type]=function(size){return this[0]==window?jQuery.browser.opera&&document.body["client"+name]||jQuery.browser.safari&&window["inner"+name]||document.compatMode=="CSS1Compat"&&document.documentElement["client"+name]||document.body["client"+name]:this[0]==document?Math.max(Math.max(document.body["scroll"+name],document.documentElement["scroll"+name]),Math.max(document.body["offset"+name],document.documentElement["offset"+name])):size==undefined?(this.length?jQuery.css(this[0],type):null):this.css(type,size.constructor==String?size:size+"px");};});function num(elem,prop){return elem[0]&&parseInt(jQuery.curCSS(elem[0],prop,true),10)||0;}var chars=jQuery.browser.safari&&parseInt(jQuery.browser.version)<417?"(?:[\\w*_-]|\\\\.)":"(?:[\\w\u0128-\uFFFF*_-]|\\\\.)",quickChild=new RegExp("^>\\s*("+chars+"+)"),quickID=new RegExp("^("+chars+"+)(#)("+chars+"+)"),quickClass=new RegExp("^([#.]?)("+chars+"*)");jQuery.extend({expr:{"":function(a,i,m){return m[2]=="*"||jQuery.nodeName(a,m[2]);},"#":function(a,i,m){return a.getAttribute("id")==m[2];},":":{lt:function(a,i,m){return im[3]-0;},nth:function(a,i,m){return m[3]-0==i;},eq:function(a,i,m){return m[3]-0==i;},first:function(a,i){return i==0;},last:function(a,i,m,r){return i==r.length-1;},even:function(a,i){return i%2==0;},odd:function(a,i){return i%2;},"first-child":function(a){return a.parentNode.getElementsByTagName("*")[0]==a;},"last-child":function(a){return jQuery.nth(a.parentNode.lastChild,1,"previousSibling")==a;},"only-child":function(a){return!jQuery.nth(a.parentNode.lastChild,2,"previousSibling");},parent:function(a){return a.firstChild;},empty:function(a){return!a.firstChild;},contains:function(a,i,m){return(a.textContent||a.innerText||jQuery(a).text()||"").indexOf(m[3])>=0;},visible:function(a){return"hidden"!=a.type&&jQuery.css(a,"display")!="none"&&jQuery.css(a,"visibility")!="hidden";},hidden:function(a){return"hidden"==a.type||jQuery.css(a,"display")=="none"||jQuery.css(a,"visibility")=="hidden";},enabled:function(a){return!a.disabled;},disabled:function(a){return a.disabled;},checked:function(a){return a.checked;},selected:function(a){return a.selected||jQuery.attr(a,"selected");},text:function(a){return"text"==a.type;},radio:function(a){return"radio"==a.type;},checkbox:function(a){return"checkbox"==a.type;},file:function(a){return"file"==a.type;},password:function(a){return"password"==a.type;},submit:function(a){return"submit"==a.type;},image:function(a){return"image"==a.type;},reset:function(a){return"reset"==a.type;},button:function(a){return"button"==a.type||jQuery.nodeName(a,"button");},input:function(a){return/input|select|textarea|button/i.test(a.nodeName);},has:function(a,i,m){return jQuery.find(m[3],a).length;},header:function(a){return/h\d/i.test(a.nodeName);},animated:function(a){return jQuery.grep(jQuery.timers,function(fn){return a==fn.elem;}).length;}}},parse:[/^(\[) *@?([\w-]+) *([!*$^~=]*) *('?"?)(.*?)\4 *\]/,/^(:)([\w-]+)\("?'?(.*?(\(.*?\))?[^(]*?)"?'?\)/,new RegExp("^([:.#]*)("+chars+"+)")],multiFilter:function(expr,elems,not){var old,cur=[];while(expr&&expr!=old){old=expr;var f=jQuery.filter(expr,elems,not);expr=f.t.replace(/^\s*,\s*/,"");cur=not?elems=f.r:jQuery.merge(cur,f.r);}return cur;},find:function(t,context){if(typeof t!="string")return[t];if(context&&context.nodeType!=1&&context.nodeType!=9)return[];context=context||document;var ret=[context],done=[],last,nodeName;while(t&&last!=t){var r=[];last=t;t=jQuery.trim(t);var foundToken=false,re=quickChild,m=re.exec(t);if(m){nodeName=m[1].toUpperCase();for(var i=0;ret[i];i++)for(var c=ret[i].firstChild;c;c=c.nextSibling)if(c.nodeType==1&&(nodeName=="*"||c.nodeName.toUpperCase()==nodeName))r.push(c);ret=r;t=t.replace(re,"");if(t.indexOf(" ")==0)continue;foundToken=true;}else{re=/^([>+~])\s*(\w*)/i;if((m=re.exec(t))!=null){r=[];var merge={};nodeName=m[2].toUpperCase();m=m[1];for(var j=0,rl=ret.length;j=0;if(!not&&pass||not&&!pass)tmp.push(r[i]);}return tmp;},filter:function(t,r,not){var last;while(t&&t!=last){last=t;var p=jQuery.parse,m;for(var i=0;p[i];i++){m=p[i].exec(t);if(m){t=t.substring(m[0].length);m[2]=m[2].replace(/\\/g,"");break;}}if(!m)break;if(m[1]==":"&&m[2]=="not")r=isSimple.test(m[3])?jQuery.filter(m[3],r,true).r:jQuery(r).not(m[3]);else if(m[1]==".")r=jQuery.classFilter(r,m[2],not);else if(m[1]=="["){var tmp=[],type=m[3];for(var i=0,rl=r.length;i=0)^not)tmp.push(a);}r=tmp;}else if(m[1]==":"&&m[2]=="nth-child"){var merge={},tmp=[],test=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(m[3]=="even"&&"2n"||m[3]=="odd"&&"2n+1"||!/\D/.test(m[3])&&"0n+"+m[3]||m[3]),first=(test[1]+(test[2]||1))-0,last=test[3]-0;for(var i=0,rl=r.length;i=0)add=true;if(add^not)tmp.push(node);}r=tmp;}else{var fn=jQuery.expr[m[1]];if(typeof fn=="object")fn=fn[m[2]];if(typeof fn=="string")fn=eval("false||function(a,i){return "+fn+";}");r=jQuery.grep(r,function(elem,i){return fn(elem,i,m,r);},not);}}return{r:r,t:t};},dir:function(elem,dir){var matched=[],cur=elem[dir];while(cur&&cur!=document){if(cur.nodeType==1)matched.push(cur);cur=cur[dir];}return matched;},nth:function(cur,result,dir,elem){result=result||1;var num=0;for(;cur;cur=cur[dir])if(cur.nodeType==1&&++num==result)break;return cur;},sibling:function(n,elem){var r=[];for(;n;n=n.nextSibling){if(n.nodeType==1&&n!=elem)r.push(n);}return r;}});jQuery.event={add:function(elem,types,handler,data){if(elem.nodeType==3||elem.nodeType==8)return;if(jQuery.browser.msie&&elem.setInterval)elem=window;if(!handler.guid)handler.guid=this.guid++;if(data!=undefined){var fn=handler;handler=this.proxy(fn,function(){return fn.apply(this,arguments);});handler.data=data;}var events=jQuery.data(elem,"events")||jQuery.data(elem,"events",{}),handle=jQuery.data(elem,"handle")||jQuery.data(elem,"handle",function(){if(typeof jQuery!="undefined"&&!jQuery.event.triggered)return jQuery.event.handle.apply(arguments.callee.elem,arguments);});handle.elem=elem;jQuery.each(types.split(/\s+/),function(index,type){var parts=type.split(".");type=parts[0];handler.type=parts[1];var handlers=events[type];if(!handlers){handlers=events[type]={};if(!jQuery.event.special[type]||jQuery.event.special[type].setup.call(elem)===false){if(elem.addEventListener)elem.addEventListener(type,handle,false);else if(elem.attachEvent)elem.attachEvent("on"+type,handle);}}handlers[handler.guid]=handler;jQuery.event.global[type]=true;});elem=null;},guid:1,global:{},remove:function(elem,types,handler){if(elem.nodeType==3||elem.nodeType==8)return;var events=jQuery.data(elem,"events"),ret,index;if(events){if(types==undefined||(typeof types=="string"&&types.charAt(0)=="."))for(var type in events)this.remove(elem,type+(types||""));else{if(types.type){handler=types.handler;types=types.type;}jQuery.each(types.split(/\s+/),function(index,type){var parts=type.split(".");type=parts[0];if(events[type]){if(handler)delete events[type][handler.guid];else -for(handler in events[type])if(!parts[1]||events[type][handler].type==parts[1])delete events[type][handler];for(ret in events[type])break;if(!ret){if(!jQuery.event.special[type]||jQuery.event.special[type].teardown.call(elem)===false){if(elem.removeEventListener)elem.removeEventListener(type,jQuery.data(elem,"handle"),false);else if(elem.detachEvent)elem.detachEvent("on"+type,jQuery.data(elem,"handle"));}ret=null;delete events[type];}}});}for(ret in events)break;if(!ret){var handle=jQuery.data(elem,"handle");if(handle)handle.elem=null;jQuery.removeData(elem,"events");jQuery.removeData(elem,"handle");}}},trigger:function(type,data,elem,donative,extra){data=jQuery.makeArray(data);if(type.indexOf("!")>=0){type=type.slice(0,-1);var exclusive=true;}if(!elem){if(this.global[type])jQuery("*").add([window,document]).trigger(type,data);}else{if(elem.nodeType==3||elem.nodeType==8)return undefined;var val,ret,fn=jQuery.isFunction(elem[type]||null),event=!data[0]||!data[0].preventDefault;if(event){data.unshift({type:type,target:elem,preventDefault:function(){},stopPropagation:function(){},timeStamp:now()});data[0][expando]=true;}data[0].type=type;if(exclusive)data[0].exclusive=true;var handle=jQuery.data(elem,"handle");if(handle)val=handle.apply(elem,data);if((!fn||(jQuery.nodeName(elem,'a')&&type=="click"))&&elem["on"+type]&&elem["on"+type].apply(elem,data)===false)val=false;if(event)data.shift();if(extra&&jQuery.isFunction(extra)){ret=extra.apply(elem,val==null?data:data.concat(val));if(ret!==undefined)val=ret;}if(fn&&donative!==false&&val!==false&&!(jQuery.nodeName(elem,'a')&&type=="click")){this.triggered=true;try{elem[type]();}catch(e){}}this.triggered=false;}return val;},handle:function(event){var val,ret,namespace,all,handlers;event=arguments[0]=jQuery.event.fix(event||window.event);namespace=event.type.split(".");event.type=namespace[0];namespace=namespace[1];all=!namespace&&!event.exclusive;handlers=(jQuery.data(this,"events")||{})[event.type];for(var j in handlers){var handler=handlers[j];if(all||handler.type==namespace){event.handler=handler;event.data=handler.data;ret=handler.apply(this,arguments);if(val!==false)val=ret;if(ret===false){event.preventDefault();event.stopPropagation();}}}return val;},fix:function(event){if(event[expando]==true)return event;var originalEvent=event;event={originalEvent:originalEvent};var props="altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target timeStamp toElement type view wheelDelta which".split(" ");for(var i=props.length;i;i--)event[props[i]]=originalEvent[props[i]];event[expando]=true;event.preventDefault=function(){if(originalEvent.preventDefault)originalEvent.preventDefault();originalEvent.returnValue=false;};event.stopPropagation=function(){if(originalEvent.stopPropagation)originalEvent.stopPropagation();originalEvent.cancelBubble=true;};event.timeStamp=event.timeStamp||now();if(!event.target)event.target=event.srcElement||document;if(event.target.nodeType==3)event.target=event.target.parentNode;if(!event.relatedTarget&&event.fromElement)event.relatedTarget=event.fromElement==event.target?event.toElement:event.fromElement;if(event.pageX==null&&event.clientX!=null){var doc=document.documentElement,body=document.body;event.pageX=event.clientX+(doc&&doc.scrollLeft||body&&body.scrollLeft||0)-(doc.clientLeft||0);event.pageY=event.clientY+(doc&&doc.scrollTop||body&&body.scrollTop||0)-(doc.clientTop||0);}if(!event.which&&((event.charCode||event.charCode===0)?event.charCode:event.keyCode))event.which=event.charCode||event.keyCode;if(!event.metaKey&&event.ctrlKey)event.metaKey=event.ctrlKey;if(!event.which&&event.button)event.which=(event.button&1?1:(event.button&2?3:(event.button&4?2:0)));return event;},proxy:function(fn,proxy){proxy.guid=fn.guid=fn.guid||proxy.guid||this.guid++;return proxy;},special:{ready:{setup:function(){bindReady();return;},teardown:function(){return;}},mouseenter:{setup:function(){if(jQuery.browser.msie)return false;jQuery(this).bind("mouseover",jQuery.event.special.mouseenter.handler);return true;},teardown:function(){if(jQuery.browser.msie)return false;jQuery(this).unbind("mouseover",jQuery.event.special.mouseenter.handler);return true;},handler:function(event){if(withinElement(event,this))return true;event.type="mouseenter";return jQuery.event.handle.apply(this,arguments);}},mouseleave:{setup:function(){if(jQuery.browser.msie)return false;jQuery(this).bind("mouseout",jQuery.event.special.mouseleave.handler);return true;},teardown:function(){if(jQuery.browser.msie)return false;jQuery(this).unbind("mouseout",jQuery.event.special.mouseleave.handler);return true;},handler:function(event){if(withinElement(event,this))return true;event.type="mouseleave";return jQuery.event.handle.apply(this,arguments);}}}};jQuery.fn.extend({bind:function(type,data,fn){return type=="unload"?this.one(type,data,fn):this.each(function(){jQuery.event.add(this,type,fn||data,fn&&data);});},one:function(type,data,fn){var one=jQuery.event.proxy(fn||data,function(event){jQuery(this).unbind(event,one);return(fn||data).apply(this,arguments);});return this.each(function(){jQuery.event.add(this,type,one,fn&&data);});},unbind:function(type,fn){return this.each(function(){jQuery.event.remove(this,type,fn);});},trigger:function(type,data,fn){return this.each(function(){jQuery.event.trigger(type,data,this,true,fn);});},triggerHandler:function(type,data,fn){return this[0]&&jQuery.event.trigger(type,data,this[0],false,fn);},toggle:function(fn){var args=arguments,i=1;while(i=0){var selector=url.slice(off,url.length);url=url.slice(0,off);}callback=callback||function(){};var type="GET";if(params)if(jQuery.isFunction(params)){callback=params;params=null;}else{params=jQuery.param(params);type="POST";}var self=this;jQuery.ajax({url:url,type:type,dataType:"html",data:params,complete:function(res,status){if(status=="success"||status=="notmodified")self.html(selector?jQuery("
").append(res.responseText.replace(//g,"")).find(selector):res.responseText);self.each(callback,[res.responseText,status,res]);}});return this;},serialize:function(){return jQuery.param(this.serializeArray());},serializeArray:function(){return this.map(function(){return jQuery.nodeName(this,"form")?jQuery.makeArray(this.elements):this;}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password/i.test(this.type));}).map(function(i,elem){var val=jQuery(this).val();return val==null?null:val.constructor==Array?jQuery.map(val,function(val,i){return{name:elem.name,value:val};}):{name:elem.name,value:val};}).get();}});jQuery.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(i,o){jQuery.fn[o]=function(f){return this.bind(o,f);};});var jsc=now();jQuery.extend({get:function(url,data,callback,type){if(jQuery.isFunction(data)){callback=data;data=null;}return jQuery.ajax({type:"GET",url:url,data:data,success:callback,dataType:type});},getScript:function(url,callback){return jQuery.get(url,null,callback,"script");},getJSON:function(url,data,callback){return jQuery.get(url,data,callback,"json");},post:function(url,data,callback,type){if(jQuery.isFunction(data)){callback=data;data={};}return jQuery.ajax({type:"POST",url:url,data:data,success:callback,dataType:type});},ajaxSetup:function(settings){jQuery.extend(jQuery.ajaxSettings,settings);},ajaxSettings:{url:location.href,global:true,type:"GET",timeout:0,contentType:"application/x-www-form-urlencoded",processData:true,async:true,data:null,username:null,password:null,accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(s){s=jQuery.extend(true,s,jQuery.extend(true,{},jQuery.ajaxSettings,s));var jsonp,jsre=/=\?(&|$)/g,status,data,type=s.type.toUpperCase();if(s.data&&s.processData&&typeof s.data!="string")s.data=jQuery.param(s.data);if(s.dataType=="jsonp"){if(type=="GET"){if(!s.url.match(jsre))s.url+=(s.url.match(/\?/)?"&":"?")+(s.jsonp||"callback")+"=?";}else if(!s.data||!s.data.match(jsre))s.data=(s.data?s.data+"&":"")+(s.jsonp||"callback")+"=?";s.dataType="json";}if(s.dataType=="json"&&(s.data&&s.data.match(jsre)||s.url.match(jsre))){jsonp="jsonp"+jsc++;if(s.data)s.data=(s.data+"").replace(jsre,"="+jsonp+"$1");s.url=s.url.replace(jsre,"="+jsonp+"$1");s.dataType="script";window[jsonp]=function(tmp){data=tmp;success();complete();window[jsonp]=undefined;try{delete window[jsonp];}catch(e){}if(head)head.removeChild(script);};}if(s.dataType=="script"&&s.cache==null)s.cache=false;if(s.cache===false&&type=="GET"){var ts=now();var ret=s.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+ts+"$2");s.url=ret+((ret==s.url)?(s.url.match(/\?/)?"&":"?")+"_="+ts:"");}if(s.data&&type=="GET"){s.url+=(s.url.match(/\?/)?"&":"?")+s.data;s.data=null;}if(s.global&&!jQuery.active++)jQuery.event.trigger("ajaxStart");var remote=/^(?:\w+:)?\/\/([^\/?#]+)/;if(s.dataType=="script"&&type=="GET"&&remote.test(s.url)&&remote.exec(s.url)[1]!=location.host){var head=document.getElementsByTagName("head")[0];var script=document.createElement("script");script.src=s.url;if(s.scriptCharset)script.charset=s.scriptCharset;if(!jsonp){var done=false;script.onload=script.onreadystatechange=function(){if(!done&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){done=true;success();complete();head.removeChild(script);}};}head.appendChild(script);return undefined;}var requestDone=false;var xhr=window.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest();if(s.username)xhr.open(type,s.url,s.async,s.username,s.password);else -xhr.open(type,s.url,s.async);try{if(s.data)xhr.setRequestHeader("Content-Type",s.contentType);if(s.ifModified)xhr.setRequestHeader("If-Modified-Since",jQuery.lastModified[s.url]||"Thu, 01 Jan 1970 00:00:00 GMT");xhr.setRequestHeader("X-Requested-With","XMLHttpRequest");xhr.setRequestHeader("Accept",s.dataType&&s.accepts[s.dataType]?s.accepts[s.dataType]+", */*":s.accepts._default);}catch(e){}if(s.beforeSend&&s.beforeSend(xhr,s)===false){s.global&&jQuery.active--;xhr.abort();return false;}if(s.global)jQuery.event.trigger("ajaxSend",[xhr,s]);var onreadystatechange=function(isTimeout){if(!requestDone&&xhr&&(xhr.readyState==4||isTimeout=="timeout")){requestDone=true;if(ival){clearInterval(ival);ival=null;}status=isTimeout=="timeout"&&"timeout"||!jQuery.httpSuccess(xhr)&&"error"||s.ifModified&&jQuery.httpNotModified(xhr,s.url)&&"notmodified"||"success";if(status=="success"){try{data=jQuery.httpData(xhr,s.dataType,s.dataFilter);}catch(e){status="parsererror";}}if(status=="success"){var modRes;try{modRes=xhr.getResponseHeader("Last-Modified");}catch(e){}if(s.ifModified&&modRes)jQuery.lastModified[s.url]=modRes;if(!jsonp)success();}else -jQuery.handleError(s,xhr,status);complete();if(s.async)xhr=null;}};if(s.async){var ival=setInterval(onreadystatechange,13);if(s.timeout>0)setTimeout(function(){if(xhr){xhr.abort();if(!requestDone)onreadystatechange("timeout");}},s.timeout);}try{xhr.send(s.data);}catch(e){jQuery.handleError(s,xhr,null,e);}if(!s.async)onreadystatechange();function success(){if(s.success)s.success(data,status);if(s.global)jQuery.event.trigger("ajaxSuccess",[xhr,s]);}function complete(){if(s.complete)s.complete(xhr,status);if(s.global)jQuery.event.trigger("ajaxComplete",[xhr,s]);if(s.global&&!--jQuery.active)jQuery.event.trigger("ajaxStop");}return xhr;},handleError:function(s,xhr,status,e){if(s.error)s.error(xhr,status,e);if(s.global)jQuery.event.trigger("ajaxError",[xhr,s,e]);},active:0,httpSuccess:function(xhr){try{return!xhr.status&&location.protocol=="file:"||(xhr.status>=200&&xhr.status<300)||xhr.status==304||xhr.status==1223||jQuery.browser.safari&&xhr.status==undefined;}catch(e){}return false;},httpNotModified:function(xhr,url){try{var xhrRes=xhr.getResponseHeader("Last-Modified");return xhr.status==304||xhrRes==jQuery.lastModified[url]||jQuery.browser.safari&&xhr.status==undefined;}catch(e){}return false;},httpData:function(xhr,type,filter){var ct=xhr.getResponseHeader("content-type"),xml=type=="xml"||!type&&ct&&ct.indexOf("xml")>=0,data=xml?xhr.responseXML:xhr.responseText;if(xml&&data.documentElement.tagName=="parsererror")throw"parsererror";if(filter)data=filter(data,type);if(type=="script")jQuery.globalEval(data);if(type=="json")data=eval("("+data+")");return data;},param:function(a){var s=[];if(a.constructor==Array||a.jquery)jQuery.each(a,function(){s.push(encodeURIComponent(this.name)+"="+encodeURIComponent(this.value));});else -for(var j in a)if(a[j]&&a[j].constructor==Array)jQuery.each(a[j],function(){s.push(encodeURIComponent(j)+"="+encodeURIComponent(this));});else -s.push(encodeURIComponent(j)+"="+encodeURIComponent(jQuery.isFunction(a[j])?a[j]():a[j]));return s.join("&").replace(/%20/g,"+");}});jQuery.fn.extend({show:function(speed,callback){return speed?this.animate({height:"show",width:"show",opacity:"show"},speed,callback):this.filter(":hidden").each(function(){this.style.display=this.oldblock||"";if(jQuery.css(this,"display")=="none"){var elem=jQuery("<"+this.tagName+" />").appendTo("body");this.style.display=elem.css("display");if(this.style.display=="none")this.style.display="block";elem.remove();}}).end();},hide:function(speed,callback){return speed?this.animate({height:"hide",width:"hide",opacity:"hide"},speed,callback):this.filter(":visible").each(function(){this.oldblock=this.oldblock||jQuery.css(this,"display");this.style.display="none";}).end();},_toggle:jQuery.fn.toggle,toggle:function(fn,fn2){return jQuery.isFunction(fn)&&jQuery.isFunction(fn2)?this._toggle.apply(this,arguments):fn?this.animate({height:"toggle",width:"toggle",opacity:"toggle"},fn,fn2):this.each(function(){jQuery(this)[jQuery(this).is(":hidden")?"show":"hide"]();});},slideDown:function(speed,callback){return this.animate({height:"show"},speed,callback);},slideUp:function(speed,callback){return this.animate({height:"hide"},speed,callback);},slideToggle:function(speed,callback){return this.animate({height:"toggle"},speed,callback);},fadeIn:function(speed,callback){return this.animate({opacity:"show"},speed,callback);},fadeOut:function(speed,callback){return this.animate({opacity:"hide"},speed,callback);},fadeTo:function(speed,to,callback){return this.animate({opacity:to},speed,callback);},animate:function(prop,speed,easing,callback){var optall=jQuery.speed(speed,easing,callback);return this[optall.queue===false?"each":"queue"](function(){if(this.nodeType!=1)return false;var opt=jQuery.extend({},optall),p,hidden=jQuery(this).is(":hidden"),self=this;for(p in prop){if(prop[p]=="hide"&&hidden||prop[p]=="show"&&!hidden)return opt.complete.call(this);if(p=="height"||p=="width"){opt.display=jQuery.css(this,"display");opt.overflow=this.style.overflow;}}if(opt.overflow!=null)this.style.overflow="hidden";opt.curAnim=jQuery.extend({},prop);jQuery.each(prop,function(name,val){var e=new jQuery.fx(self,opt,name);if(/toggle|show|hide/.test(val))e[val=="toggle"?hidden?"show":"hide":val](prop);else{var parts=val.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),start=e.cur(true)||0;if(parts){var end=parseFloat(parts[2]),unit=parts[3]||"px";if(unit!="px"){self.style[name]=(end||1)+unit;start=((end||1)/e.cur(true))*start;self.style[name]=start+unit;}if(parts[1])end=((parts[1]=="-="?-1:1)*end)+start;e.custom(start,end,unit);}else -e.custom(start,val,"");}});return true;});},queue:function(type,fn){if(jQuery.isFunction(type)||(type&&type.constructor==Array)){fn=type;type="fx";}if(!type||(typeof type=="string"&&!fn))return queue(this[0],type);return this.each(function(){if(fn.constructor==Array)queue(this,type,fn);else{queue(this,type).push(fn);if(queue(this,type).length==1)fn.call(this);}});},stop:function(clearQueue,gotoEnd){var timers=jQuery.timers;if(clearQueue)this.queue([]);this.each(function(){for(var i=timers.length-1;i>=0;i--)if(timers[i].elem==this){if(gotoEnd)timers[i](true);timers.splice(i,1);}});if(!gotoEnd)this.dequeue();return this;}});var queue=function(elem,type,array){if(elem){type=type||"fx";var q=jQuery.data(elem,type+"queue");if(!q||array)q=jQuery.data(elem,type+"queue",jQuery.makeArray(array));}return q;};jQuery.fn.dequeue=function(type){type=type||"fx";return this.each(function(){var q=queue(this,type);q.shift();if(q.length)q[0].call(this);});};jQuery.extend({speed:function(speed,easing,fn){var opt=speed&&speed.constructor==Object?speed:{complete:fn||!fn&&easing||jQuery.isFunction(speed)&&speed,duration:speed,easing:fn&&easing||easing&&easing.constructor!=Function&&easing};opt.duration=(opt.duration&&opt.duration.constructor==Number?opt.duration:jQuery.fx.speeds[opt.duration])||jQuery.fx.speeds.def;opt.old=opt.complete;opt.complete=function(){if(opt.queue!==false)jQuery(this).dequeue();if(jQuery.isFunction(opt.old))opt.old.call(this);};return opt;},easing:{linear:function(p,n,firstNum,diff){return firstNum+diff*p;},swing:function(p,n,firstNum,diff){return((-Math.cos(p*Math.PI)/2)+0.5)*diff+firstNum;}},timers:[],timerId:null,fx:function(elem,options,prop){this.options=options;this.elem=elem;this.prop=prop;if(!options.orig)options.orig={};}});jQuery.fx.prototype={update:function(){if(this.options.step)this.options.step.call(this.elem,this.now,this);(jQuery.fx.step[this.prop]||jQuery.fx.step._default)(this);if(this.prop=="height"||this.prop=="width")this.elem.style.display="block";},cur:function(force){if(this.elem[this.prop]!=null&&this.elem.style[this.prop]==null)return this.elem[this.prop];var r=parseFloat(jQuery.css(this.elem,this.prop,force));return r&&r>-10000?r:parseFloat(jQuery.curCSS(this.elem,this.prop))||0;},custom:function(from,to,unit){this.startTime=now();this.start=from;this.end=to;this.unit=unit||this.unit||"px";this.now=this.start;this.pos=this.state=0;this.update();var self=this;function t(gotoEnd){return self.step(gotoEnd);}t.elem=this.elem;jQuery.timers.push(t);if(jQuery.timerId==null){jQuery.timerId=setInterval(function(){var timers=jQuery.timers;for(var i=0;ithis.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var done=true;for(var i in this.options.curAnim)if(this.options.curAnim[i]!==true)done=false;if(done){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(jQuery.css(this.elem,"display")=="none")this.elem.style.display="block";}if(this.options.hide)this.elem.style.display="none";if(this.options.hide||this.options.show)for(var p in this.options.curAnim)jQuery.attr(this.elem.style,p,this.options.orig[p]);}if(done)this.options.complete.call(this.elem);return false;}else{var n=t-this.startTime;this.state=n/this.options.duration;this.pos=jQuery.easing[this.options.easing||(jQuery.easing.swing?"swing":"linear")](this.state,n,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update();}return true;}};jQuery.extend(jQuery.fx,{speeds:{slow:600,fast:200,def:400},step:{scrollLeft:function(fx){fx.elem.scrollLeft=fx.now;},scrollTop:function(fx){fx.elem.scrollTop=fx.now;},opacity:function(fx){jQuery.attr(fx.elem.style,"opacity",fx.now);},_default:function(fx){fx.elem.style[fx.prop]=fx.now+fx.unit;}}});jQuery.fn.offset=function(){var left=0,top=0,elem=this[0],results;if(elem)with(jQuery.browser){var parent=elem.parentNode,offsetChild=elem,offsetParent=elem.offsetParent,doc=elem.ownerDocument,safari2=safari&&parseInt(version)<522&&!/adobeair/i.test(userAgent),css=jQuery.curCSS,fixed=css(elem,"position")=="fixed";if(elem.getBoundingClientRect){var box=elem.getBoundingClientRect();add(box.left+Math.max(doc.documentElement.scrollLeft,doc.body.scrollLeft),box.top+Math.max(doc.documentElement.scrollTop,doc.body.scrollTop));add(-doc.documentElement.clientLeft,-doc.documentElement.clientTop);}else{add(elem.offsetLeft,elem.offsetTop);while(offsetParent){add(offsetParent.offsetLeft,offsetParent.offsetTop);if(mozilla&&!/^t(able|d|h)$/i.test(offsetParent.tagName)||safari&&!safari2)border(offsetParent);if(!fixed&&css(offsetParent,"position")=="fixed")fixed=true;offsetChild=/^body$/i.test(offsetParent.tagName)?offsetChild:offsetParent;offsetParent=offsetParent.offsetParent;}while(parent&&parent.tagName&&!/^body|html$/i.test(parent.tagName)){if(!/^inline|table.*$/i.test(css(parent,"display")))add(-parent.scrollLeft,-parent.scrollTop);if(mozilla&&css(parent,"overflow")!="visible")border(parent);parent=parent.parentNode;}if((safari2&&(fixed||css(offsetChild,"position")=="absolute"))||(mozilla&&css(offsetChild,"position")!="absolute"))add(-doc.body.offsetLeft,-doc.body.offsetTop);if(fixed)add(Math.max(doc.documentElement.scrollLeft,doc.body.scrollLeft),Math.max(doc.documentElement.scrollTop,doc.body.scrollTop));}results={top:top,left:left};}function border(elem){add(jQuery.curCSS(elem,"borderLeftWidth",true),jQuery.curCSS(elem,"borderTopWidth",true));}function add(l,t){left+=parseInt(l,10)||0;top+=parseInt(t,10)||0;}return results;};jQuery.fn.extend({position:function(){var left=0,top=0,results;if(this[0]){var offsetParent=this.offsetParent(),offset=this.offset(),parentOffset=/^body|html$/i.test(offsetParent[0].tagName)?{top:0,left:0}:offsetParent.offset();offset.top-=num(this,'marginTop');offset.left-=num(this,'marginLeft');parentOffset.top+=num(offsetParent,'borderTopWidth');parentOffset.left+=num(offsetParent,'borderLeftWidth');results={top:offset.top-parentOffset.top,left:offset.left-parentOffset.left};}return results;},offsetParent:function(){var offsetParent=this[0].offsetParent;while(offsetParent&&(!/^body|html$/i.test(offsetParent.tagName)&&jQuery.css(offsetParent,'position')=='static'))offsetParent=offsetParent.offsetParent;return jQuery(offsetParent);}});jQuery.each(['Left','Top'],function(i,name){var method='scroll'+name;jQuery.fn[method]=function(val){if(!this[0])return;return val!=undefined?this.each(function(){this==window||this==document?window.scrollTo(!i?val:jQuery(window).scrollLeft(),i?val:jQuery(window).scrollTop()):this[method]=val;}):this[0]==window||this[0]==document?self[i?'pageYOffset':'pageXOffset']||jQuery.boxModel&&document.documentElement[method]||document.body[method]:this[0][method];};});jQuery.each(["Height","Width"],function(i,name){var tl=i?"Left":"Top",br=i?"Right":"Bottom";jQuery.fn["inner"+name]=function(){return this[name.toLowerCase()]()+num(this,"padding"+tl)+num(this,"padding"+br);};jQuery.fn["outer"+name]=function(margin){return this["inner"+name]()+num(this,"border"+tl+"Width")+num(this,"border"+br+"Width")+(margin?num(this,"margin"+tl)+num(this,"margin"+br):0);};});})(); \ No newline at end of file diff --git a/CrystalDiskInfo7_6_1/CdiResource/dialog/image/GraphAllOff.png b/CrystalDiskInfo7_6_1/CdiResource/dialog/image/GraphAllOff.png deleted file mode 100644 index 52f5d23..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/dialog/image/GraphAllOff.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/dialog/image/GraphAllOn.png b/CrystalDiskInfo7_6_1/CdiResource/dialog/image/GraphAllOn.png deleted file mode 100644 index 892cdb9..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/dialog/image/GraphAllOn.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/dialog/image/GraphReset.png b/CrystalDiskInfo7_6_1/CdiResource/dialog/image/GraphReset.png deleted file mode 100644 index 126127d..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/dialog/image/GraphReset.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/dialog/image/background.png b/CrystalDiskInfo7_6_1/CdiResource/dialog/image/background.png deleted file mode 100644 index bf939fc..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/dialog/image/background.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/dialog/image/blank.png b/CrystalDiskInfo7_6_1/CdiResource/dialog/image/blank.png deleted file mode 100644 index 434e8fb..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/dialog/image/blank.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/dialog/image/buttonDisable.png b/CrystalDiskInfo7_6_1/CdiResource/dialog/image/buttonDisable.png deleted file mode 100644 index dc65532..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/dialog/image/buttonDisable.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/dialog/image/buttonEnable.png b/CrystalDiskInfo7_6_1/CdiResource/dialog/image/buttonEnable.png deleted file mode 100644 index 4fca425..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/dialog/image/buttonEnable.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/dialog/image/buttonHover.png b/CrystalDiskInfo7_6_1/CdiResource/dialog/image/buttonHover.png deleted file mode 100644 index eb0b832..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/dialog/image/buttonHover.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/dialog/image/file.png b/CrystalDiskInfo7_6_1/CdiResource/dialog/image/file.png deleted file mode 100644 index cc49849..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/dialog/image/file.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/dialog/image/graphMenuBar.png b/CrystalDiskInfo7_6_1/CdiResource/dialog/image/graphMenuBar.png deleted file mode 100644 index 517b5e9..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/dialog/image/graphMenuBar.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/dialog/image/labelDisable.png b/CrystalDiskInfo7_6_1/CdiResource/dialog/image/labelDisable.png deleted file mode 100644 index a99592d..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/dialog/image/labelDisable.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/dialog/image/labelEnable.png b/CrystalDiskInfo7_6_1/CdiResource/dialog/image/labelEnable.png deleted file mode 100644 index 451e2e5..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/dialog/image/labelEnable.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/dialog/image/labelUnsupported.png b/CrystalDiskInfo7_6_1/CdiResource/dialog/image/labelUnsupported.png deleted file mode 100644 index 4e2515e..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/dialog/image/labelUnsupported.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/dialog/image/nofile.png b/CrystalDiskInfo7_6_1/CdiResource/dialog/image/nofile.png deleted file mode 100644 index 332435b..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/dialog/image/nofile.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/gadget/CrystalDiskInfo.Gadget b/CrystalDiskInfo7_6_1/CdiResource/gadget/CrystalDiskInfo.Gadget deleted file mode 100644 index 276d4a0..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/gadget/CrystalDiskInfo.Gadget and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Arabic.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Arabic.lang deleted file mode 100644 index b64c369..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Arabic.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Armenian.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Armenian.lang deleted file mode 100644 index 82c3dcb..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Armenian.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Azeri.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Azeri.lang deleted file mode 100644 index 0626778..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Azeri.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Bulgarian.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Bulgarian.lang deleted file mode 100644 index 8152a2c..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Bulgarian.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Czech.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Czech.lang deleted file mode 100644 index dc9e7b9..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Czech.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Danish.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Danish.lang deleted file mode 100644 index 3e9ed4c..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Danish.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Dutch.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Dutch.lang deleted file mode 100644 index da069ca..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Dutch.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/English.lang b/CrystalDiskInfo7_6_1/CdiResource/language/English.lang deleted file mode 100644 index a5ca6da..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/English.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Finnish.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Finnish.lang deleted file mode 100644 index 07ee07c..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Finnish.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/French.lang b/CrystalDiskInfo7_6_1/CdiResource/language/French.lang deleted file mode 100644 index 678ce40..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/French.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/German.lang b/CrystalDiskInfo7_6_1/CdiResource/language/German.lang deleted file mode 100644 index 93b3987..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/German.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/German2.lang b/CrystalDiskInfo7_6_1/CdiResource/language/German2.lang deleted file mode 100644 index d3e1a80..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/German2.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Greek.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Greek.lang deleted file mode 100644 index 016ba80..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Greek.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Hungarian.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Hungarian.lang deleted file mode 100644 index bc9382d..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Hungarian.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Italian.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Italian.lang deleted file mode 100644 index 441a896..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Italian.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Japanese.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Japanese.lang deleted file mode 100644 index 0aa427e..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Japanese.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Korean.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Korean.lang deleted file mode 100644 index 67dd6f7..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Korean.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Lithuanian.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Lithuanian.lang deleted file mode 100644 index cbc42c9..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Lithuanian.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Norwegian.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Norwegian.lang deleted file mode 100644 index 3653691..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Norwegian.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Polish.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Polish.lang deleted file mode 100644 index e1ff156..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Polish.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Portuguese.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Portuguese.lang deleted file mode 100644 index 5c2c4bb..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Portuguese.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Romanian.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Romanian.lang deleted file mode 100644 index d40a228..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Romanian.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Russian.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Russian.lang deleted file mode 100644 index a888b19..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Russian.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Serbian.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Serbian.lang deleted file mode 100644 index 8150a0c..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Serbian.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Simplified Chinese.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Simplified Chinese.lang deleted file mode 100644 index 4097368..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Simplified Chinese.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Slovak.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Slovak.lang deleted file mode 100644 index 4e668a9..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Slovak.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Slovenian.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Slovenian.lang deleted file mode 100644 index de20eda..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Slovenian.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Spanish.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Spanish.lang deleted file mode 100644 index 4ae7e88..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Spanish.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Swedish.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Swedish.lang deleted file mode 100644 index aceb732..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Swedish.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Thai.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Thai.lang deleted file mode 100644 index 33cdcb7..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Thai.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Traditional Chinese.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Traditional Chinese.lang deleted file mode 100644 index 88c17e5..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Traditional Chinese.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Turkish.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Turkish.lang deleted file mode 100644 index 96cc395..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Turkish.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Ukrainian.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Ukrainian.lang deleted file mode 100644 index 527ee3d..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Ukrainian.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/language/Vietnamese.lang b/CrystalDiskInfo7_6_1/CdiResource/language/Vietnamese.lang deleted file mode 100644 index 0e97a98..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/language/Vietnamese.lang and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/opus/COPYING.txt b/CrystalDiskInfo7_6_1/CdiResource/opus/COPYING.txt deleted file mode 100644 index cf01f8f..0000000 --- a/CrystalDiskInfo7_6_1/CdiResource/opus/COPYING.txt +++ /dev/null @@ -1,371 +0,0 @@ - -Opus-tools, with the exception of opusinfo.[ch] is available under -the following two clause BSD-style license: - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -- Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - -- Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER -OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - -Opusinfo is a fork of ogginfo from the vorbis-tools package -(http://www.xiph.org). It is available under the GPL: - - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. diff --git a/CrystalDiskInfo7_6_1/CdiResource/opus/README.txt b/CrystalDiskInfo7_6_1/CdiResource/opus/README.txt deleted file mode 100644 index c645e2b..0000000 --- a/CrystalDiskInfo7_6_1/CdiResource/opus/README.txt +++ /dev/null @@ -1,34 +0,0 @@ -== Opus Audio Tools == - -This is opus-tools, a set of tools to encode, inspect, and decode -audio in the Opus format. - -For more information on Opus see http://www.opus-codec.org/ - -There is basic documentation in the HTML files included in this archive. - -------------------------------------------------------------------------- -These Win32 opus-tools binaries were cross-compiled with mingw from: - -http://downloads.xiph.org/releases/opus/opus-tools-0.1.7.tar.gz -corrsponding to https://git.xiph.org/?p=opus-tools.git -commit: 7afc14217cf6a408829bd94a3372b69c3b08344b -tag: v0.1.7 - -opus 1.1 pre-release -corresponding to https://git.xiph.org/?p=opus.git -commit: 02fed471a4568852d6618e041c4f2af0d7730ee2 - -http://downloads.xiph.org/releases/flac/flac-1.3.0.tar.xz -http://downloads.xiph.org/releases/ogg/libogg-1.3.1.tar.xz - -You can verify the files with: - sha256sum -c SHA256SUMS.txt - gpg --verify SHA256SUMS.txt.asc - -These tools are available as part of cygwin: http://www.cygwin.com/ -------------------------------------------------------------------------- - -Please send any comments/bug reports on these tools -by email to Ralph Giles and -Greg Maxwell . diff --git a/CrystalDiskInfo7_6_1/CdiResource/opus/opusdec.exe b/CrystalDiskInfo7_6_1/CdiResource/opus/opusdec.exe deleted file mode 100644 index 4fa6865..0000000 --- a/CrystalDiskInfo7_6_1/CdiResource/opus/opusdec.exe +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8d8d30847b200f2ce1059726d3874469887e452af3133518eafdf2b2692f260 -size 178688 diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/Readme.txt b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/Readme.txt deleted file mode 100644 index 49cf9e3..0000000 --- a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/Readme.txt +++ /dev/null @@ -1,7 +0,0 @@ -FlatSquare - Crystal Disk Info Theme - -Designed by RejZoR -https://rejzor.wordpress.com -rejzor[at]gmail.com - -It's flat and square. It's FlatSquare :) \ No newline at end of file diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskBad-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskBad-100.png deleted file mode 100644 index 4800a27..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskBad-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskBad-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskBad-125.png deleted file mode 100644 index effe069..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskBad-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskBad-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskBad-150.png deleted file mode 100644 index fb29c38..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskBad-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskBad-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskBad-200.png deleted file mode 100644 index 18d7a04..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskBad-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskBad-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskBad-250.png deleted file mode 100644 index f87874b..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskBad-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskBad-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskBad-300.png deleted file mode 100644 index b56bfb2..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskBad-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskCaution-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskCaution-100.png deleted file mode 100644 index 674828a..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskCaution-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskCaution-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskCaution-125.png deleted file mode 100644 index e96b32b..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskCaution-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskCaution-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskCaution-150.png deleted file mode 100644 index b9406ad..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskCaution-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskCaution-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskCaution-200.png deleted file mode 100644 index 497d4a9..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskCaution-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskCaution-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskCaution-250.png deleted file mode 100644 index fb23cda..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskCaution-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskCaution-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskCaution-300.png deleted file mode 100644 index 423d525..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskCaution-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGood-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGood-100.png deleted file mode 100644 index 2d41300..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGood-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGood-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGood-125.png deleted file mode 100644 index 81c15d2..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGood-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGood-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGood-150.png deleted file mode 100644 index 7894cdb..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGood-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGood-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGood-200.png deleted file mode 100644 index 729b301..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGood-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGood-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGood-250.png deleted file mode 100644 index 13ffe1b..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGood-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGood-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGood-300.png deleted file mode 100644 index 09cd08f..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGood-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGoodGreen-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGoodGreen-100.png deleted file mode 100644 index 2d41300..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGoodGreen-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGoodGreen-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGoodGreen-125.png deleted file mode 100644 index 81c15d2..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGoodGreen-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGoodGreen-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGoodGreen-150.png deleted file mode 100644 index 7894cdb..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGoodGreen-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGoodGreen-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGoodGreen-200.png deleted file mode 100644 index 729b301..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGoodGreen-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGoodGreen-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGoodGreen-250.png deleted file mode 100644 index 13ffe1b..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGoodGreen-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGoodGreen-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGoodGreen-300.png deleted file mode 100644 index 09cd08f..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskGoodGreen-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusBad-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusBad-100.png deleted file mode 100644 index 1811704..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusBad-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusBad-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusBad-125.png deleted file mode 100644 index ada23ce..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusBad-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusBad-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusBad-150.png deleted file mode 100644 index 39a0c50..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusBad-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusBad-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusBad-200.png deleted file mode 100644 index 4b62f9e..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusBad-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusBad-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusBad-250.png deleted file mode 100644 index a577f22..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusBad-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusBad-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusBad-300.png deleted file mode 100644 index 914f174..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusBad-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusCaution-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusCaution-100.png deleted file mode 100644 index 2112c9e..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusCaution-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusCaution-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusCaution-125.png deleted file mode 100644 index 8feec8b..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusCaution-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusCaution-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusCaution-150.png deleted file mode 100644 index ebb5807..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusCaution-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusCaution-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusCaution-200.png deleted file mode 100644 index b04c788..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusCaution-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusCaution-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusCaution-250.png deleted file mode 100644 index ba21b8e..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusCaution-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusCaution-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusCaution-300.png deleted file mode 100644 index 08961c3..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusCaution-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGood-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGood-100.png deleted file mode 100644 index 90de6b1..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGood-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGood-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGood-125.png deleted file mode 100644 index 718c179..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGood-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGood-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGood-150.png deleted file mode 100644 index 6d9db96..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGood-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGood-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGood-200.png deleted file mode 100644 index 84511de..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGood-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGood-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGood-250.png deleted file mode 100644 index 14a82ce..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGood-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGood-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGood-300.png deleted file mode 100644 index 0686180..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGood-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGoodGreen-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGoodGreen-100.png deleted file mode 100644 index 90de6b1..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGoodGreen-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGoodGreen-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGoodGreen-125.png deleted file mode 100644 index 718c179..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGoodGreen-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGoodGreen-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGoodGreen-150.png deleted file mode 100644 index 6d9db96..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGoodGreen-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGoodGreen-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGoodGreen-200.png deleted file mode 100644 index 84511de..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGoodGreen-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGoodGreen-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGoodGreen-250.png deleted file mode 100644 index 14a82ce..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGoodGreen-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGoodGreen-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGoodGreen-300.png deleted file mode 100644 index 0686180..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusGoodGreen-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusUnknown-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusUnknown-100.png deleted file mode 100644 index 24ffeb5..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusUnknown-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusUnknown-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusUnknown-125.png deleted file mode 100644 index 75a65ad..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusUnknown-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusUnknown-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusUnknown-150.png deleted file mode 100644 index 45f42a7..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusUnknown-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusUnknown-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusUnknown-200.png deleted file mode 100644 index cfc03ab..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusUnknown-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusUnknown-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusUnknown-250.png deleted file mode 100644 index 1e547ff..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusUnknown-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusUnknown-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusUnknown-300.png deleted file mode 100644 index 1e547ff..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskStatusUnknown-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskUnknown-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskUnknown-100.png deleted file mode 100644 index b1e932b..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskUnknown-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskUnknown-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskUnknown-125.png deleted file mode 100644 index 62215a7..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskUnknown-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskUnknown-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskUnknown-150.png deleted file mode 100644 index 2061749..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskUnknown-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskUnknown-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskUnknown-200.png deleted file mode 100644 index 14aa1bb..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskUnknown-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskUnknown-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskUnknown-250.png deleted file mode 100644 index 5d5e078..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskUnknown-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskUnknown-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskUnknown-300.png deleted file mode 100644 index d86c7d8..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/diskUnknown-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/nextDisk-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/nextDisk-100.png deleted file mode 100644 index ac73572..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/nextDisk-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/nextDisk-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/nextDisk-125.png deleted file mode 100644 index f93ed37..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/nextDisk-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/nextDisk-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/nextDisk-150.png deleted file mode 100644 index 8a51a56..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/nextDisk-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/nextDisk-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/nextDisk-200.png deleted file mode 100644 index 7765649..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/nextDisk-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/nextDisk-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/nextDisk-250.png deleted file mode 100644 index 30987b6..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/nextDisk-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/nextDisk-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/nextDisk-300.png deleted file mode 100644 index d28482a..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/nextDisk-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/noDisk-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/noDisk-100.png deleted file mode 100644 index 26c8e3a..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/noDisk-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/noDisk-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/noDisk-125.png deleted file mode 100644 index 3175c6f..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/noDisk-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/noDisk-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/noDisk-150.png deleted file mode 100644 index e70b5f5..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/noDisk-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/noDisk-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/noDisk-200.png deleted file mode 100644 index 5f972a2..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/noDisk-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/noDisk-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/noDisk-250.png deleted file mode 100644 index 1d0c826..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/noDisk-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/noDisk-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/noDisk-300.png deleted file mode 100644 index 7936dce..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/noDisk-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/preDisk-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/preDisk-100.png deleted file mode 100644 index a761d0b..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/preDisk-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/preDisk-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/preDisk-125.png deleted file mode 100644 index 04f82e7..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/preDisk-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/preDisk-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/preDisk-150.png deleted file mode 100644 index 36269fa..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/preDisk-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/preDisk-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/preDisk-200.png deleted file mode 100644 index 87b67ea..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/preDisk-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/preDisk-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/preDisk-250.png deleted file mode 100644 index de6e6d1..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/preDisk-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/preDisk-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/preDisk-300.png deleted file mode 100644 index e14644a..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/preDisk-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureBad-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureBad-100.png deleted file mode 100644 index 2268d98..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureBad-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureBad-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureBad-125.png deleted file mode 100644 index 46d10da..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureBad-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureBad-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureBad-150.png deleted file mode 100644 index 50a3f85..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureBad-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureBad-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureBad-200.png deleted file mode 100644 index d3c3266..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureBad-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureBad-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureBad-250.png deleted file mode 100644 index f41356f..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureBad-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureBad-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureBad-300.png deleted file mode 100644 index 8b0f24e..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureBad-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureCaution-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureCaution-100.png deleted file mode 100644 index 64ad390..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureCaution-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureCaution-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureCaution-125.png deleted file mode 100644 index dd3d087..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureCaution-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureCaution-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureCaution-150.png deleted file mode 100644 index af59141..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureCaution-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureCaution-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureCaution-200.png deleted file mode 100644 index e0fa39a..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureCaution-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureCaution-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureCaution-250.png deleted file mode 100644 index 57f656c..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureCaution-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureCaution-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureCaution-300.png deleted file mode 100644 index edcebc4..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureCaution-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGood-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGood-100.png deleted file mode 100644 index 0e53cab..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGood-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGood-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGood-125.png deleted file mode 100644 index 12eb569..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGood-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGood-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGood-150.png deleted file mode 100644 index 2d4e5d1..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGood-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGood-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGood-200.png deleted file mode 100644 index adaff20..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGood-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGood-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGood-250.png deleted file mode 100644 index a412898..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGood-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGood-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGood-300.png deleted file mode 100644 index baad068..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGood-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGoodGreen-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGoodGreen-100.png deleted file mode 100644 index 0e53cab..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGoodGreen-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGoodGreen-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGoodGreen-125.png deleted file mode 100644 index 12eb569..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGoodGreen-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGoodGreen-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGoodGreen-150.png deleted file mode 100644 index 2d4e5d1..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGoodGreen-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGoodGreen-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGoodGreen-200.png deleted file mode 100644 index adaff20..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGoodGreen-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGoodGreen-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGoodGreen-250.png deleted file mode 100644 index a412898..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGoodGreen-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGoodGreen-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGoodGreen-300.png deleted file mode 100644 index baad068..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureGoodGreen-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureUnknown-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureUnknown-100.png deleted file mode 100644 index 81ad835..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureUnknown-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureUnknown-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureUnknown-125.png deleted file mode 100644 index b825305..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureUnknown-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureUnknown-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureUnknown-150.png deleted file mode 100644 index 953a96f..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureUnknown-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureUnknown-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureUnknown-200.png deleted file mode 100644 index 95e9082..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureUnknown-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureUnknown-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureUnknown-250.png deleted file mode 100644 index 2a7e7a4..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureUnknown-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureUnknown-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureUnknown-300.png deleted file mode 100644 index cc97d30..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/FlatSquare/temperatureUnknown-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/Readme.txt b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/Readme.txt deleted file mode 100644 index b08c422..0000000 --- a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/Readme.txt +++ /dev/null @@ -1,7 +0,0 @@ -Simplicity Six - Crystal Disk Info v6 Theme - -Designed by RejZoR -http://www.rejzor.tk -rejzor[at]gmail.com - -Theme based on "classic" theme with a touch of simplicity :) \ No newline at end of file diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskBad-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskBad-100.png deleted file mode 100644 index ae79586..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskBad-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskBad-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskBad-125.png deleted file mode 100644 index f7f3059..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskBad-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskBad-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskBad-150.png deleted file mode 100644 index 80c4b75..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskBad-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskBad-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskBad-200.png deleted file mode 100644 index e4ea69d..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskBad-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskBad-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskBad-250.png deleted file mode 100644 index ed4de81..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskBad-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskBad-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskBad-300.png deleted file mode 100644 index 1d6335c..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskBad-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskCaution-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskCaution-100.png deleted file mode 100644 index f75599c..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskCaution-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskCaution-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskCaution-125.png deleted file mode 100644 index 44cb564..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskCaution-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskCaution-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskCaution-150.png deleted file mode 100644 index e4ba0c2..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskCaution-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskCaution-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskCaution-200.png deleted file mode 100644 index 4eb3821..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskCaution-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskCaution-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskCaution-250.png deleted file mode 100644 index 91b914d..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskCaution-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskCaution-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskCaution-300.png deleted file mode 100644 index efa1be2..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskCaution-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGood-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGood-100.png deleted file mode 100644 index b2e7f2d..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGood-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGood-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGood-125.png deleted file mode 100644 index b49a34d..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGood-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGood-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGood-150.png deleted file mode 100644 index 7db8cb6..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGood-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGood-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGood-200.png deleted file mode 100644 index 2666fe7..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGood-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGood-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGood-250.png deleted file mode 100644 index d9607fe..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGood-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGood-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGood-300.png deleted file mode 100644 index a868538..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGood-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGoodGreen-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGoodGreen-100.png deleted file mode 100644 index c4d29c7..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGoodGreen-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGoodGreen-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGoodGreen-125.png deleted file mode 100644 index b6366d4..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGoodGreen-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGoodGreen-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGoodGreen-150.png deleted file mode 100644 index 848c766..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGoodGreen-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGoodGreen-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGoodGreen-200.png deleted file mode 100644 index 659a94a..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGoodGreen-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGoodGreen-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGoodGreen-250.png deleted file mode 100644 index d9607fe..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGoodGreen-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGoodGreen-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGoodGreen-300.png deleted file mode 100644 index 0faa147..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskGoodGreen-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusBad-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusBad-100.png deleted file mode 100644 index 270c512..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusBad-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusBad-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusBad-125.png deleted file mode 100644 index 4d0ace5..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusBad-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusBad-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusBad-150.png deleted file mode 100644 index bf3223a..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusBad-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusBad-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusBad-200.png deleted file mode 100644 index 7e4ae5e..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusBad-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusBad-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusBad-250.png deleted file mode 100644 index 58b08dd..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusBad-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusBad-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusBad-300.png deleted file mode 100644 index bbd1292..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusBad-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusCaution-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusCaution-100.png deleted file mode 100644 index 67e6b02..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusCaution-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusCaution-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusCaution-125.png deleted file mode 100644 index c961154..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusCaution-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusCaution-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusCaution-150.png deleted file mode 100644 index 3dd01c7..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusCaution-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusCaution-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusCaution-200.png deleted file mode 100644 index f5587f2..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusCaution-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusCaution-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusCaution-250.png deleted file mode 100644 index 2c84692..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusCaution-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusCaution-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusCaution-300.png deleted file mode 100644 index b0f7576..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusCaution-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGood-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGood-100.png deleted file mode 100644 index 466606d..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGood-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGood-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGood-125.png deleted file mode 100644 index 9a2df03..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGood-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGood-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGood-150.png deleted file mode 100644 index 6ea065d..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGood-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGood-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGood-200.png deleted file mode 100644 index 35a5a9d..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGood-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGood-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGood-250.png deleted file mode 100644 index c43eb0b..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGood-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGood-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGood-300.png deleted file mode 100644 index 986f065..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGood-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGoodGreen-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGoodGreen-100.png deleted file mode 100644 index 466606d..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGoodGreen-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGoodGreen-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGoodGreen-125.png deleted file mode 100644 index 9a2df03..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGoodGreen-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGoodGreen-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGoodGreen-150.png deleted file mode 100644 index 6ea065d..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGoodGreen-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGoodGreen-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGoodGreen-200.png deleted file mode 100644 index 35a5a9d..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGoodGreen-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGoodGreen-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGoodGreen-250.png deleted file mode 100644 index 516ec1c..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGoodGreen-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGoodGreen-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGoodGreen-300.png deleted file mode 100644 index 986f065..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusGoodGreen-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusUnknown-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusUnknown-100.png deleted file mode 100644 index 364cdfc..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusUnknown-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusUnknown-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusUnknown-125.png deleted file mode 100644 index 78231d9..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusUnknown-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusUnknown-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusUnknown-150.png deleted file mode 100644 index a904ab7..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusUnknown-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusUnknown-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusUnknown-200.png deleted file mode 100644 index 39f368e..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusUnknown-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusUnknown-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusUnknown-250.png deleted file mode 100644 index 3777e9e..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusUnknown-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusUnknown-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusUnknown-300.png deleted file mode 100644 index 5ac3ba8..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskStatusUnknown-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskUnknown-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskUnknown-100.png deleted file mode 100644 index 6740111..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskUnknown-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskUnknown-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskUnknown-125.png deleted file mode 100644 index 6ea85ed..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskUnknown-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskUnknown-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskUnknown-150.png deleted file mode 100644 index 24981e5..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskUnknown-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskUnknown-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskUnknown-200.png deleted file mode 100644 index cf47732..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskUnknown-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskUnknown-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskUnknown-250.png deleted file mode 100644 index 15d74e8..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskUnknown-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskUnknown-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskUnknown-300.png deleted file mode 100644 index ffa4cf8..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/diskUnknown-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBad-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBad-100.png deleted file mode 100644 index d59abc9..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBad-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBad-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBad-125.png deleted file mode 100644 index a3bac44..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBad-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBad-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBad-150.png deleted file mode 100644 index fde014f..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBad-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBad-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBad-200.png deleted file mode 100644 index 942aa0d..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBad-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBad-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBad-250.png deleted file mode 100644 index 2bd9e16..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBad-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBad-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBad-300.png deleted file mode 100644 index cbb0032..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBad-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBadBad-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBadBad-100.png deleted file mode 100644 index 5e6486d..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBadBad-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBadBad-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBadBad-125.png deleted file mode 100644 index e9a6ca6..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBadBad-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBadBad-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBadBad-150.png deleted file mode 100644 index 0eecc11..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBadBad-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBadBad-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBadBad-200.png deleted file mode 100644 index cb5cc75..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBadBad-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBadBad-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBadBad-300.png deleted file mode 100644 index 1bc8812..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureBadBad-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureCaution-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureCaution-100.png deleted file mode 100644 index 6ad5f8b..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureCaution-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureCaution-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureCaution-125.png deleted file mode 100644 index 3dc6424..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureCaution-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureCaution-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureCaution-150.png deleted file mode 100644 index a30294d..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureCaution-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureCaution-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureCaution-200.png deleted file mode 100644 index 425c0c9..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureCaution-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureCaution-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureCaution-250.png deleted file mode 100644 index 0051a83..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureCaution-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureCaution-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureCaution-300.png deleted file mode 100644 index 3d79161..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureCaution-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGood-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGood-100.png deleted file mode 100644 index 92e26bf..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGood-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGood-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGood-125.png deleted file mode 100644 index e1b9822..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGood-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGood-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGood-150.png deleted file mode 100644 index 9d2b453..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGood-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGood-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGood-200.png deleted file mode 100644 index 023b72f..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGood-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGood-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGood-250.png deleted file mode 100644 index 09739c7..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGood-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGood-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGood-300.png deleted file mode 100644 index 71e2ed9..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGood-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGoodGreen-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGoodGreen-100.png deleted file mode 100644 index ff8ff3b..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGoodGreen-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGoodGreen-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGoodGreen-125.png deleted file mode 100644 index 7fa2748..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGoodGreen-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGoodGreen-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGoodGreen-150.png deleted file mode 100644 index f1bb8b7..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGoodGreen-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGoodGreen-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGoodGreen-200.png deleted file mode 100644 index 13149c6..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGoodGreen-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGoodGreen-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGoodGreen-250.png deleted file mode 100644 index 09739c7..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGoodGreen-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGoodGreen-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGoodGreen-300.png deleted file mode 100644 index 52dcdf9..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureGoodGreen-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureUnknown-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureUnknown-100.png deleted file mode 100644 index fd543dc..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureUnknown-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureUnknown-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureUnknown-125.png deleted file mode 100644 index f4e1b6b..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureUnknown-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureUnknown-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureUnknown-150.png deleted file mode 100644 index db2175c..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureUnknown-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureUnknown-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureUnknown-200.png deleted file mode 100644 index d608960..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureUnknown-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureUnknown-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureUnknown-250.png deleted file mode 100644 index f2042bd..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureUnknown-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureUnknown-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureUnknown-300.png deleted file mode 100644 index 1664c11..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/Simplicity/temperatureUnknown-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskBad-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskBad-100.png deleted file mode 100644 index b9268a8..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskBad-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskBad-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskBad-125.png deleted file mode 100644 index 03ee384..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskBad-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskBad-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskBad-150.png deleted file mode 100644 index 3a2bbb1..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskBad-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskBad-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskBad-200.png deleted file mode 100644 index b8ba19a..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskBad-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskBad-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskBad-250.png deleted file mode 100644 index c959281..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskBad-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskBad-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskBad-300.png deleted file mode 100644 index 793bb21..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskBad-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskCaution-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskCaution-100.png deleted file mode 100644 index f52fd67..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskCaution-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskCaution-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskCaution-125.png deleted file mode 100644 index 08e3822..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskCaution-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskCaution-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskCaution-150.png deleted file mode 100644 index 3d76e03..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskCaution-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskCaution-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskCaution-200.png deleted file mode 100644 index 1bbf3bb..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskCaution-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskCaution-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskCaution-250.png deleted file mode 100644 index 2a65aa3..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskCaution-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskCaution-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskCaution-300.png deleted file mode 100644 index 9f133da..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskCaution-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGood-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGood-100.png deleted file mode 100644 index f165fbb..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGood-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGood-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGood-125.png deleted file mode 100644 index dcfefcd..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGood-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGood-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGood-150.png deleted file mode 100644 index 559f222..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGood-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGood-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGood-200.png deleted file mode 100644 index 43aa1d1..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGood-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGood-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGood-250.png deleted file mode 100644 index 5e988ea..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGood-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGood-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGood-300.png deleted file mode 100644 index b2256da..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGood-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGoodGreen-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGoodGreen-100.png deleted file mode 100644 index 5e4c78a..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGoodGreen-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGoodGreen-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGoodGreen-125.png deleted file mode 100644 index bf6e39a..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGoodGreen-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGoodGreen-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGoodGreen-150.png deleted file mode 100644 index 49d4879..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGoodGreen-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGoodGreen-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGoodGreen-200.png deleted file mode 100644 index 1081c6b..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGoodGreen-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGoodGreen-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGoodGreen-250.png deleted file mode 100644 index 8219ccc..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGoodGreen-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGoodGreen-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGoodGreen-300.png deleted file mode 100644 index c6ec352..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskGoodGreen-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusBad-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusBad-100.png deleted file mode 100644 index 270c512..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusBad-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusBad-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusBad-125.png deleted file mode 100644 index 4d0ace5..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusBad-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusBad-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusBad-150.png deleted file mode 100644 index bf3223a..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusBad-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusBad-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusBad-200.png deleted file mode 100644 index 7e4ae5e..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusBad-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusBad-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusBad-250.png deleted file mode 100644 index bbd24fa..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusBad-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusBad-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusBad-300.png deleted file mode 100644 index bbd1292..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusBad-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusCaution-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusCaution-100.png deleted file mode 100644 index 67e6b02..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusCaution-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusCaution-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusCaution-125.png deleted file mode 100644 index c961154..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusCaution-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusCaution-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusCaution-150.png deleted file mode 100644 index 3dd01c7..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusCaution-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusCaution-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusCaution-200.png deleted file mode 100644 index f5587f2..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusCaution-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusCaution-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusCaution-250.png deleted file mode 100644 index 1ac2820..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusCaution-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusCaution-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusCaution-300.png deleted file mode 100644 index b0f7576..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusCaution-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGood-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGood-100.png deleted file mode 100644 index a2433c9..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGood-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGood-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGood-125.png deleted file mode 100644 index c44a2ad..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGood-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGood-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGood-150.png deleted file mode 100644 index ca76258..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGood-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGood-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGood-200.png deleted file mode 100644 index df7d659..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGood-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGood-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGood-250.png deleted file mode 100644 index 35d82d3..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGood-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGood-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGood-300.png deleted file mode 100644 index 38d33c8..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGood-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGoodGreen-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGoodGreen-100.png deleted file mode 100644 index 466606d..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGoodGreen-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGoodGreen-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGoodGreen-125.png deleted file mode 100644 index 9a2df03..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGoodGreen-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGoodGreen-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGoodGreen-150.png deleted file mode 100644 index 6ea065d..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGoodGreen-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGoodGreen-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGoodGreen-200.png deleted file mode 100644 index 35a5a9d..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGoodGreen-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGoodGreen-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGoodGreen-250.png deleted file mode 100644 index 533bc07..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGoodGreen-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGoodGreen-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGoodGreen-300.png deleted file mode 100644 index 986f065..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusGoodGreen-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusUnknown-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusUnknown-100.png deleted file mode 100644 index 364cdfc..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusUnknown-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusUnknown-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusUnknown-125.png deleted file mode 100644 index 78231d9..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusUnknown-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusUnknown-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusUnknown-150.png deleted file mode 100644 index a904ab7..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusUnknown-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusUnknown-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusUnknown-200.png deleted file mode 100644 index 39f368e..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusUnknown-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusUnknown-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusUnknown-250.png deleted file mode 100644 index e08155c..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusUnknown-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusUnknown-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusUnknown-300.png deleted file mode 100644 index 5ac3ba8..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskStatusUnknown-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskUnknown-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskUnknown-100.png deleted file mode 100644 index 1063d1f..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskUnknown-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskUnknown-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskUnknown-125.png deleted file mode 100644 index 5f8af62..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskUnknown-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskUnknown-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskUnknown-150.png deleted file mode 100644 index cf097c4..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskUnknown-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskUnknown-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskUnknown-200.png deleted file mode 100644 index d68d9ad..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskUnknown-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskUnknown-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskUnknown-250.png deleted file mode 100644 index a3752ce..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskUnknown-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskUnknown-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskUnknown-300.png deleted file mode 100644 index c1cdb36..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/diskUnknown-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/logo-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/logo-100.png deleted file mode 100644 index 94e38e2..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/logo-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/logo-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/logo-125.png deleted file mode 100644 index 1ec2947..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/logo-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/logo-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/logo-150.png deleted file mode 100644 index 72b6d33..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/logo-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/logo-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/logo-200.png deleted file mode 100644 index c906189..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/logo-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/logo-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/logo-250.png deleted file mode 100644 index f2cdd39..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/logo-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/logo-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/logo-300.png deleted file mode 100644 index bc19bba..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/logo-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/nextDisk-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/nextDisk-100.png deleted file mode 100644 index 59f7d1f..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/nextDisk-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/nextDisk-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/nextDisk-125.png deleted file mode 100644 index 9033433..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/nextDisk-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/nextDisk-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/nextDisk-150.png deleted file mode 100644 index b9e4c76..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/nextDisk-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/nextDisk-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/nextDisk-200.png deleted file mode 100644 index eccddfb..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/nextDisk-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/nextDisk-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/nextDisk-250.png deleted file mode 100644 index b959a4e..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/nextDisk-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/nextDisk-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/nextDisk-300.png deleted file mode 100644 index 209e321..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/nextDisk-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/noDisk-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/noDisk-100.png deleted file mode 100644 index 573e4ce..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/noDisk-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/noDisk-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/noDisk-125.png deleted file mode 100644 index 48d3502..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/noDisk-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/noDisk-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/noDisk-150.png deleted file mode 100644 index cdc1dd8..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/noDisk-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/noDisk-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/noDisk-200.png deleted file mode 100644 index 258b074..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/noDisk-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/noDisk-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/noDisk-250.png deleted file mode 100644 index ca9ceb5..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/noDisk-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/noDisk-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/noDisk-300.png deleted file mode 100644 index 9f17408..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/noDisk-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/playSound-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/playSound-100.png deleted file mode 100644 index 59f7d1f..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/playSound-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/playSound-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/playSound-125.png deleted file mode 100644 index 9033433..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/playSound-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/playSound-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/playSound-150.png deleted file mode 100644 index b9e4c76..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/playSound-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/playSound-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/playSound-200.png deleted file mode 100644 index eccddfb..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/playSound-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/playSound-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/playSound-250.png deleted file mode 100644 index b959a4e..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/playSound-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/playSound-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/playSound-300.png deleted file mode 100644 index 209e321..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/playSound-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/preDisk-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/preDisk-100.png deleted file mode 100644 index 2e69c05..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/preDisk-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/preDisk-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/preDisk-125.png deleted file mode 100644 index 09ade4f..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/preDisk-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/preDisk-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/preDisk-150.png deleted file mode 100644 index d897671..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/preDisk-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/preDisk-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/preDisk-200.png deleted file mode 100644 index 11b4a20..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/preDisk-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/preDisk-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/preDisk-250.png deleted file mode 100644 index 4d00c11..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/preDisk-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/preDisk-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/preDisk-300.png deleted file mode 100644 index 40b9a23..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/preDisk-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/selectSound-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/selectSound-100.png deleted file mode 100644 index 7fe22ce..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/selectSound-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/selectSound-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/selectSound-125.png deleted file mode 100644 index af9c156..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/selectSound-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/selectSound-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/selectSound-150.png deleted file mode 100644 index 81ec6a6..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/selectSound-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/selectSound-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/selectSound-200.png deleted file mode 100644 index b138b2d..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/selectSound-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/selectSound-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/selectSound-250.png deleted file mode 100644 index 713e0f5..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/selectSound-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/selectSound-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/selectSound-300.png deleted file mode 100644 index bac5f0b..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/selectSound-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureBad-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureBad-100.png deleted file mode 100644 index 246b655..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureBad-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureBad-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureBad-125.png deleted file mode 100644 index 8642dd5..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureBad-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureBad-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureBad-150.png deleted file mode 100644 index fe3f473..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureBad-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureBad-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureBad-200.png deleted file mode 100644 index 2e808ba..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureBad-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureBad-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureBad-250.png deleted file mode 100644 index 8342d2e..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureBad-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureBad-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureBad-300.png deleted file mode 100644 index feeb884..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureBad-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureCaution-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureCaution-100.png deleted file mode 100644 index 18f6e5c..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureCaution-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureCaution-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureCaution-125.png deleted file mode 100644 index 3cbfdb4..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureCaution-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureCaution-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureCaution-150.png deleted file mode 100644 index 55e7a19..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureCaution-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureCaution-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureCaution-200.png deleted file mode 100644 index 7b1fcc2..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureCaution-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureCaution-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureCaution-250.png deleted file mode 100644 index 7b896f2..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureCaution-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureCaution-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureCaution-300.png deleted file mode 100644 index 3961e24..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureCaution-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGood-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGood-100.png deleted file mode 100644 index 8b446ea..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGood-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGood-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGood-125.png deleted file mode 100644 index efdcb85..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGood-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGood-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGood-150.png deleted file mode 100644 index a0536b2..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGood-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGood-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGood-200.png deleted file mode 100644 index 8c818d7..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGood-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGood-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGood-250.png deleted file mode 100644 index 42a10f3..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGood-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGood-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGood-300.png deleted file mode 100644 index f5b7d54..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGood-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGoodGreen-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGoodGreen-100.png deleted file mode 100644 index 6dbf961..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGoodGreen-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGoodGreen-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGoodGreen-125.png deleted file mode 100644 index a003cdd..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGoodGreen-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGoodGreen-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGoodGreen-150.png deleted file mode 100644 index e222681..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGoodGreen-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGoodGreen-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGoodGreen-200.png deleted file mode 100644 index 9ffb7da..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGoodGreen-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGoodGreen-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGoodGreen-250.png deleted file mode 100644 index 13dd040..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGoodGreen-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGoodGreen-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGoodGreen-300.png deleted file mode 100644 index 328eb9e..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureGoodGreen-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureUnknown-100.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureUnknown-100.png deleted file mode 100644 index 8508f52..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureUnknown-100.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureUnknown-125.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureUnknown-125.png deleted file mode 100644 index 549ac4d..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureUnknown-125.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureUnknown-150.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureUnknown-150.png deleted file mode 100644 index e1c9b5f..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureUnknown-150.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureUnknown-200.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureUnknown-200.png deleted file mode 100644 index 9a2f7dc..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureUnknown-200.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureUnknown-250.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureUnknown-250.png deleted file mode 100644 index 520ab5a..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureUnknown-250.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureUnknown-300.png b/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureUnknown-300.png deleted file mode 100644 index f69011c..0000000 Binary files a/CrystalDiskInfo7_6_1/CdiResource/themes/default/temperatureUnknown-300.png and /dev/null differ diff --git a/CrystalDiskInfo7_6_1/DiskInfo.ini b/CrystalDiskInfo7_6_1/DiskInfo.ini deleted file mode 100644 index 18701d0..0000000 --- a/CrystalDiskInfo7_6_1/DiskInfo.ini +++ /dev/null @@ -1,23 +0,0 @@ -[Setting] -DebugMode=0 -AutoRefresh=10 -StartupWaitTime=30 -Temperature=0 -ResidentMinimize=0 -StartupFixed=1 -Language=English -Height=746 -[Workaround] -ExecFailed=0 -[USB] -SAT=1 -IODATA=1 -Sunplus=1 -Logitec=1 -Logitec2=1 -JMicron=1 -Cypress=1 -UsbMemory=0 -[PowerOnUnit] -SAMSUNG SSD 830 SeriesS0WJNYAC308465=1 -WDC WD20EARS-00MVWB0WD-WCAZA5432016=1 diff --git a/CrystalDiskInfo7_6_1/DiskInfo32.exe b/CrystalDiskInfo7_6_1/DiskInfo32.exe deleted file mode 100644 index fce55f6..0000000 --- a/CrystalDiskInfo7_6_1/DiskInfo32.exe +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d28606b5a0687f54c7a800f509462d10e09edf12ffbe810cd44aaca96c408236 -size 2891936 diff --git a/CrystalDiskInfo7_6_1/DiskInfo64.exe b/CrystalDiskInfo7_6_1/DiskInfo64.exe deleted file mode 100644 index ecdc7f6..0000000 --- a/CrystalDiskInfo7_6_1/DiskInfo64.exe +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0dd1215d9d6caf66b74992c21b5f32cfbdaa6a3a302745ec21f68fc56672be20 -size 3687072 diff --git a/CrystalDiskInfo7_6_1/License/CAlphaButton.txt b/CrystalDiskInfo7_6_1/License/CAlphaButton.txt deleted file mode 100644 index 3305ae2..0000000 --- a/CrystalDiskInfo7_6_1/License/CAlphaButton.txt +++ /dev/null @@ -1,7 +0,0 @@ -CAlphaButton Copyright(C)2007 ソフト屋 巣 All rights reserved. -1.ソース・コード形式であれバイナリ形式であれ、変更の有無にかかわらず、以下の条件を満たす限りにおいて、再配布および使用を許可します -1-1.ソース・コード形式で再配布する場合、上記著作権表示、本条件書および第2項の責任限定規定を必ず含めてください。 -1-2.バイナリ(DLLやライブラリ等)形式で再配布する場合、上記著作権表示、本条件書および下記責任限定規定を、配布物とともに提供される文書および/または他の資料に必ず含めてください。 -1-3.アプリケーションに組み込んで配布する場合は特に著作権表示は必要ありませんが、下記責任限定規定を、配布物とともに提供される文書および/または他の資料に含めてください。 -2.本ソフトウェアは無保証です。自己責任で使用してください。 -3.著作権者の名前を、広告や宣伝に勝手に使用しないでください。 \ No newline at end of file diff --git a/CrystalDiskInfo7_6_1/License/COPYRIGHT-ja.txt b/CrystalDiskInfo7_6_1/License/COPYRIGHT-ja.txt deleted file mode 100644 index 191511e..0000000 --- a/CrystalDiskInfo7_6_1/License/COPYRIGHT-ja.txt +++ /dev/null @@ -1,19 +0,0 @@ -MIT ライセンス - -Copyright (c) 2008-2018 hiyohiyo - -以下に定める条件に従い、本ソフトウェアおよび関連文書のファイル(以下「ソフトウェ -ア」)の複製を取得するすべての人に対し、ソフトウェアを無制限に扱うことを無償で許 -可します。これには、ソフトウェアの複製を使用、複写、変更、結合、掲載、頒布、サブ -ライセンス、および/または販売する権利、およびソフトウェアを提供する相手に同じこ -とを許可する権利も無制限に含まれます。 - -上記の著作権表示および本許諾表示を、ソフトウェアのすべての複製または重要な部分に -記載するものとします。 - -ソフトウェアは「現状のまま」で、明示であるか暗黙であるかを問わず、何らの保証もな -く提供されます。ここでいう保証とは、商品性、特定の目的への適合性、および権利非侵 -害についての保証も含みますが、それに限定されるものではありません。 作者または著 -作権者は、契約行為、不法行為、またはそれ以外であろうと、ソフトウェアに起因または -関連し、あるいはソフトウェアの使用またはその他の扱いによって生じる一切の請求、損 -害、その他の義務について何らの責任も負わないものとします。 diff --git a/CrystalDiskInfo7_6_1/License/COPYRIGHT.txt b/CrystalDiskInfo7_6_1/License/COPYRIGHT.txt deleted file mode 100644 index 74b8918..0000000 --- a/CrystalDiskInfo7_6_1/License/COPYRIGHT.txt +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2008-2018 hiyohiyo - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/01.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/01.csv deleted file mode 100644 index 17ac788..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/01.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,100 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/02.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/02.csv deleted file mode 100644 index b0d7254..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/02.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,252 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/03.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/03.csv deleted file mode 100644 index f155e41..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/03.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,66 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/04.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/04.csv deleted file mode 100644 index 17ac788..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/04.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,100 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/05.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/05.csv deleted file mode 100644 index b0d7254..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/05.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,252 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/07.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/07.csv deleted file mode 100644 index b0d7254..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/07.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,252 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/08.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/08.csv deleted file mode 100644 index b0d7254..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/08.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,252 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/09.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/09.csv deleted file mode 100644 index 17ac788..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/09.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,100 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/0A.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/0A.csv deleted file mode 100644 index b0d7254..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/0A.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,252 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/0B.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/0B.csv deleted file mode 100644 index b0d7254..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/0B.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,252 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/0C.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/0C.csv deleted file mode 100644 index 17ac788..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/0C.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,100 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/B5.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/B5.csv deleted file mode 100644 index 17ac788..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/B5.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,100 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/BF.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/BF.csv deleted file mode 100644 index 17ac788..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/BF.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,100 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/C0.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/C0.csv deleted file mode 100644 index b0d7254..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/C0.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,252 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/C2.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/C2.csv deleted file mode 100644 index 27194f4..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/C2.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,64 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/C3.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/C3.csv deleted file mode 100644 index 17ac788..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/C3.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,100 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/C4.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/C4.csv deleted file mode 100644 index b0d7254..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/C4.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,252 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/C5.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/C5.csv deleted file mode 100644 index b0d7254..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/C5.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,252 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/C6.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/C6.csv deleted file mode 100644 index b0d7254..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/C6.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,252 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/C7.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/C7.csv deleted file mode 100644 index 4d9660d..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/C7.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,82 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/C8.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/C8.csv deleted file mode 100644 index 17ac788..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/C8.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,100 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/CurrentPendingSectorCount.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/CurrentPendingSectorCount.csv deleted file mode 100644 index e5c1c23..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/CurrentPendingSectorCount.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,0 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/DF.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/DF.csv deleted file mode 100644 index b0d7254..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/DF.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,252 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/E1.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/E1.csv deleted file mode 100644 index 17ac788..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/E1.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,100 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/PowerOnCount.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/PowerOnCount.csv deleted file mode 100644 index 7adca68..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/PowerOnCount.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,163 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/ReallocatedSectorsCount.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/ReallocatedSectorsCount.csv deleted file mode 100644 index e5c1c23..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/ReallocatedSectorsCount.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,0 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/ReallocationEventCount.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/ReallocationEventCount.csv deleted file mode 100644 index e5c1c23..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/ReallocationEventCount.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,0 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/Smart.ini b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/Smart.ini deleted file mode 100644 index 8411a2d..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/Smart.ini +++ /dev/null @@ -1,90 +0,0 @@ -[PC] -ComputerName=LAB-PC-DRVDEV -[SAMSUNG HD204UIS2H7J9CB305517FIRST] -Date=2020/08/01 12:17:52 -HealthStatus=1 -Temperature=22 -PowerOnCount=163 -01=100 -02=252 -03=66 -04=100 -05=252 -ReallocatedSectorsCount=0 -07=252 -08=252 -09=100 -0A=252 -0B=252 -0C=100 -B5=100 -BF=100 -C0=252 -C2=64 -C3=100 -C4=252 -ReallocationEventCount=0 -C5=252 -CurrentPendingSectorCount=0 -C6=252 -UncorrectableSectorCount=0 -C7=82 -C8=100 -DF=252 -E1=100 -[SAMSUNG HD204UIS2H7J9CB305517] -Date=2020/08/01 12:17:52 -HealthStatus=1 -Temperature=22 -PowerOnCount=163 -01=100 -02=252 -03=66 -04=100 -05=252 -ReallocatedSectorsCount=0 -07=252 -08=252 -09=100 -0A=252 -0B=252 -0C=100 -B5=100 -BF=100 -C0=252 -C2=64 -C3=100 -C4=252 -ReallocationEventCount=0 -C5=252 -CurrentPendingSectorCount=0 -C6=252 -UncorrectableSectorCount=0 -C7=82 -C8=100 -DF=252 -E1=100 -[SAMSUNG HD204UIS2H7J9CB305517THRESHOLD] -01=51 -02=0 -03=25 -04=0 -05=10 -07=51 -08=15 -09=0 -0A=51 -0B=0 -0C=0 -B5=0 -BF=0 -C0=0 -C2=0 -C3=0 -C4=0 -C5=0 -C6=0 -C7=0 -C8=0 -DF=0 -E1=0 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/Temperature.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/Temperature.csv deleted file mode 100644 index 785a9a7..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/Temperature.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,22 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/UncorrectableSectorCount.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/UncorrectableSectorCount.csv deleted file mode 100644 index e5c1c23..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG HD204UIS2H7J9CB305517/UncorrectableSectorCount.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:17:52,0 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/05.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/05.csv deleted file mode 100644 index 1880f63..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/05.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:34,100 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/09.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/09.csv deleted file mode 100644 index 3ae5bfb..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/09.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:34,99 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/0C.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/0C.csv deleted file mode 100644 index 3ae5bfb..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/0C.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:34,99 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/B1.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/B1.csv deleted file mode 100644 index 3ae5bfb..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/B1.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:34,99 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/B3.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/B3.csv deleted file mode 100644 index 1880f63..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/B3.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:34,100 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/B5.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/B5.csv deleted file mode 100644 index 1880f63..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/B5.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:34,100 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/B6.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/B6.csv deleted file mode 100644 index 1880f63..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/B6.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:34,100 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/B7.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/B7.csv deleted file mode 100644 index 1880f63..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/B7.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:34,100 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/BB.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/BB.csv deleted file mode 100644 index 1880f63..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/BB.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:34,100 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/BE.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/BE.csv deleted file mode 100644 index dbef40a..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/BE.csv +++ /dev/null @@ -1,2 +0,0 @@ -2020/08/01 11:56:34,69 -2020/08/01 12:06:33,68 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/C3.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/C3.csv deleted file mode 100644 index 478d950..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/C3.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:34,200 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/C7.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/C7.csv deleted file mode 100644 index 55b22a2..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/C7.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:34,253 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/EB.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/EB.csv deleted file mode 100644 index 3ae5bfb..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/EB.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:34,99 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/F1.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/F1.csv deleted file mode 100644 index 3ae5bfb..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/F1.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:34,99 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/HostWrites.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/HostWrites.csv deleted file mode 100644 index a7f2786..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/HostWrites.csv +++ /dev/null @@ -1,2 +0,0 @@ -2020/08/01 11:56:34,1452 -2020/08/01 12:17:52,1453 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/Life.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/Life.csv deleted file mode 100644 index 1880f63..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/Life.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:34,100 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/PowerOnCount.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/PowerOnCount.csv deleted file mode 100644 index 063f9fb..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/PowerOnCount.csv +++ /dev/null @@ -1,2 +0,0 @@ -2020/08/01 11:56:34,316 -2020/08/01 12:17:52,317 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/PowerOnHours.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/PowerOnHours.csv deleted file mode 100644 index 94a4ab0..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/PowerOnHours.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 12:06:33,1988 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/ReallocatedSectorsCount.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/ReallocatedSectorsCount.csv deleted file mode 100644 index c6d1f8f..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/ReallocatedSectorsCount.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:34,0 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/Smart.ini b/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/Smart.ini deleted file mode 100644 index d03d020..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/Smart.ini +++ /dev/null @@ -1,64 +0,0 @@ -[PC] -ComputerName=LAB-PC-DRVDEV -[SAMSUNG SSD 830 SeriesS0WJNYAC308465FIRST] -Date=2020/08/01 11:56:34 -HealthStatus=1 -Temperature=31 -PowerOnCount=316 -Life=100 -HostWrites=1452 -WearLevelingCount=20 -05=100 -ReallocatedSectorsCount=0 -09=99 -0C=99 -B1=99 -B3=100 -B5=100 -B6=100 -B7=100 -BB=100 -BE=69 -C3=200 -C7=253 -EB=99 -F1=99 -[SAMSUNG SSD 830 SeriesS0WJNYAC308465] -Date=2020/08/01 12:17:52 -HealthStatus=1 -Temperature=32 -PowerOnCount=317 -Life=100 -HostWrites=1453 -WearLevelingCount=20 -05=100 -ReallocatedSectorsCount=0 -09=99 -0C=99 -B1=99 -B3=100 -B5=100 -B6=100 -B7=100 -BB=100 -BE=68 -C3=200 -C7=253 -EB=99 -F1=99 -PowerOnHours=1988 -[SAMSUNG SSD 830 SeriesS0WJNYAC308465THRESHOLD] -05=10 -09=0 -0C=0 -B1=0 -B3=10 -B5=10 -B6=10 -B7=10 -BB=0 -BE=0 -C3=0 -C7=0 -EB=0 -F1=0 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/Temperature.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/Temperature.csv deleted file mode 100644 index ffcf5c3..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/Temperature.csv +++ /dev/null @@ -1,2 +0,0 @@ -2020/08/01 11:56:34,31 -2020/08/01 12:06:33,32 diff --git a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/WearLevelingCount.csv b/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/WearLevelingCount.csv deleted file mode 100644 index 75760c8..0000000 --- a/CrystalDiskInfo7_6_1/Smart/SAMSUNG SSD 830 SeriesS0WJNYAC308465/WearLevelingCount.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:34,20 diff --git a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/01.csv b/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/01.csv deleted file mode 100644 index aa54d0e..0000000 --- a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/01.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:35,200 diff --git a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/03.csv b/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/03.csv deleted file mode 100644 index 0bd6328..0000000 --- a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/03.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:35,185 diff --git a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/04.csv b/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/04.csv deleted file mode 100644 index 703e8d9..0000000 --- a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/04.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:35,100 diff --git a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/05.csv b/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/05.csv deleted file mode 100644 index aa54d0e..0000000 --- a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/05.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:35,200 diff --git a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/07.csv b/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/07.csv deleted file mode 100644 index aa54d0e..0000000 --- a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/07.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:35,200 diff --git a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/09.csv b/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/09.csv deleted file mode 100644 index 7df6d6a..0000000 --- a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/09.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:35,11 diff --git a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/0A.csv b/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/0A.csv deleted file mode 100644 index 703e8d9..0000000 --- a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/0A.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:35,100 diff --git a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/0B.csv b/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/0B.csv deleted file mode 100644 index 703e8d9..0000000 --- a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/0B.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:35,100 diff --git a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/0C.csv b/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/0C.csv deleted file mode 100644 index 703e8d9..0000000 --- a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/0C.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:35,100 diff --git a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/C0.csv b/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/C0.csv deleted file mode 100644 index aa54d0e..0000000 --- a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/C0.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:35,200 diff --git a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/C1.csv b/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/C1.csv deleted file mode 100644 index 7fec2b1..0000000 --- a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/C1.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:35,1 diff --git a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/C2.csv b/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/C2.csv deleted file mode 100644 index 30014c3..0000000 --- a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/C2.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:35,119 diff --git a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/C4.csv b/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/C4.csv deleted file mode 100644 index aa54d0e..0000000 --- a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/C4.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:35,200 diff --git a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/C5.csv b/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/C5.csv deleted file mode 100644 index aa54d0e..0000000 --- a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/C5.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:35,200 diff --git a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/C6.csv b/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/C6.csv deleted file mode 100644 index aa54d0e..0000000 --- a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/C6.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:35,200 diff --git a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/C7.csv b/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/C7.csv deleted file mode 100644 index aa54d0e..0000000 --- a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/C7.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:35,200 diff --git a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/C8.csv b/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/C8.csv deleted file mode 100644 index aa54d0e..0000000 --- a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/C8.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:35,200 diff --git a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/CurrentPendingSectorCount.csv b/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/CurrentPendingSectorCount.csv deleted file mode 100644 index 959fdab..0000000 --- a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/CurrentPendingSectorCount.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:35,0 diff --git a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/PowerOnCount.csv b/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/PowerOnCount.csv deleted file mode 100644 index 798286e..0000000 --- a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/PowerOnCount.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:35,176 diff --git a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/ReallocatedSectorsCount.csv b/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/ReallocatedSectorsCount.csv deleted file mode 100644 index 959fdab..0000000 --- a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/ReallocatedSectorsCount.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:35,0 diff --git a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/ReallocationEventCount.csv b/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/ReallocationEventCount.csv deleted file mode 100644 index 959fdab..0000000 --- a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/ReallocationEventCount.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:35,0 diff --git a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/Smart.ini b/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/Smart.ini deleted file mode 100644 index 038357d..0000000 --- a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/Smart.ini +++ /dev/null @@ -1,72 +0,0 @@ -[PC] -ComputerName=LAB-PC-DRVDEV -[WDC WD20EARS-00MVWB0WD-WCAZA5432016FIRST] -Date=2020/08/01 11:56:35 -HealthStatus=1 -Temperature=31 -PowerOnCount=176 -01=200 -03=185 -04=100 -05=200 -ReallocatedSectorsCount=0 -07=200 -09=11 -0A=100 -0B=100 -0C=100 -C0=200 -C1=1 -C2=119 -C4=200 -ReallocationEventCount=0 -C5=200 -CurrentPendingSectorCount=0 -C6=200 -UncorrectableSectorCount=0 -C7=200 -C8=200 -[WDC WD20EARS-00MVWB0WD-WCAZA5432016] -Date=2020/08/01 11:56:35 -HealthStatus=1 -Temperature=31 -PowerOnCount=176 -01=200 -03=185 -04=100 -05=200 -ReallocatedSectorsCount=0 -07=200 -09=11 -0A=100 -0B=100 -0C=100 -C0=200 -C1=1 -C2=119 -C4=200 -ReallocationEventCount=0 -C5=200 -CurrentPendingSectorCount=0 -C6=200 -UncorrectableSectorCount=0 -C7=200 -C8=200 -[WDC WD20EARS-00MVWB0WD-WCAZA5432016THRESHOLD] -01=51 -03=21 -04=0 -05=140 -07=0 -09=0 -0A=0 -0B=0 -0C=0 -C0=0 -C1=0 -C2=0 -C4=0 -C5=0 -C6=0 -C7=0 -C8=0 diff --git a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/Temperature.csv b/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/Temperature.csv deleted file mode 100644 index c43facf..0000000 --- a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/Temperature.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:35,31 diff --git a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/UncorrectableSectorCount.csv b/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/UncorrectableSectorCount.csv deleted file mode 100644 index 959fdab..0000000 --- a/CrystalDiskInfo7_6_1/Smart/WDC WD20EARS-00MVWB0WD-WCAZA5432016/UncorrectableSectorCount.csv +++ /dev/null @@ -1 +0,0 @@ -2020/08/01 11:56:35,0