Adjusted the position of the AER check box

This commit is contained in:
John Jenko 2014-02-25 16:06:27 +00:00
parent 238724db6c
commit e9cf789b2f

View File

@ -314,6 +314,20 @@ namespace fmtxml
"</g></svg>");
myDoc.DocumentElement.ReplaceChild(myDoc.ImportNode(xdNew.DocumentElement.ChildNodes[0], true), myDoc.DocumentElement.ChildNodes[12]);
xdNew.LoadXml("<svg xmlns=\"http://www.w3.org/2000/svg\"> <g id=\"C2\">" +
"<rect x=\"-16.15\" y=\"-7.05\" width=\"8.5\" height=\"8.5\" fill=\"none\" stroke=\"black\" stroke-width=\"0.85\" />" +
"</g></svg>");
myDoc.DocumentElement.ReplaceChild(myDoc.ImportNode(xdNew.DocumentElement.ChildNodes[0], true), myDoc.DocumentElement.ChildNodes[9]);
xdNew.LoadXml("<svg xmlns=\"http://www.w3.org/2000/svg\"> <g id=\"C4\">" +
"<rect x=\"-16.15\" y=\"-7.05\" width=\"8.5\" height=\"8.5\" fill=\"none\" stroke=\"black\" stroke-width=\"0.85\" />" +
"<rect x=\"245.15\" y=\"-7.05\" width=\"8.5\" height=\"8.5\" fill=\"none\" stroke=\"black\" stroke-width=\"0.85\" />" +
"</g></svg>");
myDoc.DocumentElement.ReplaceChild(myDoc.ImportNode(xdNew.DocumentElement.ChildNodes[0], true), myDoc.DocumentElement.ChildNodes[11]);
}
}
}