From 55f835915d4a59b724f7ecbbc41582cd2d7ab4c2 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 31 Jul 2014 16:05:11 +0000 Subject: [PATCH] Moved Purpose/Symptom page boarder over to right to align with rest of procedure, centered the section titles --- PROMS/fmtxml/PlantSpecific_Summer.cs | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/PROMS/fmtxml/PlantSpecific_Summer.cs b/PROMS/fmtxml/PlantSpecific_Summer.cs index 877db39c..d6f89e94 100644 --- a/PROMS/fmtxml/PlantSpecific_Summer.cs +++ b/PROMS/fmtxml/PlantSpecific_Summer.cs @@ -16,6 +16,8 @@ namespace fmtxml fmtdata.ProcData.ChangeBarData.FixedChangeColumn = 91; fmtdata.ProcData.TitleLength = 53; fmtdata.ProcData.CheckOffData.RelXLocation = 5; + fmtdata.SectData.StepSectionData.StpSectLayData.WidSTableEdit = "460,204,126"; + fmtdata.SectData.StepSectionData.StpSectLayData.WidSTablePrint = "460,204,126"; fmtdata.SectData.SectionNumber.Pos = 0; fmtdata.SectData.SectionNumber.Just = "PSCenter"; fmtdata.SectData.SectionNumber.Font.FontFamily = "Letter Gothic Tall"; @@ -279,7 +281,7 @@ namespace fmtxml pgstyles.PgStyles[12].Items[4].Style.FontStyle = "None"; pgstyles.PgStyles[12].Items[4].Token = "{PROCTITLE}"; - pgstyles.PgStyles[12].Items[5].Col = -23.04F; + pgstyles.PgStyles[12].Items[5].Col = 0;//-23.04F; pgstyles.PgStyles[12].Items[5].Justify = "PSLeft"; pgstyles.PgStyles[12].Items[5].Row = 60F; pgstyles.PgStyles[12].Items[5].Style = new VE_Font(); @@ -346,7 +348,7 @@ namespace fmtxml dcstyles.DcStyles[12].LeftMargin = 51.84F; dcstyles.DcStyles[12].numberingsequence = 1; dcstyles.DcStyles[12].PageLength = 636; - dcstyles.DcStyles[12].PageWidth = 547.2F; + dcstyles.DcStyles[12].PageWidth = 572.2F; //547.2F; dcstyles.DcStyles[12].ShowSectionTitles = true; dcstyles.DcStyles[12].SpecialStepsFoldout = false; dcstyles.DcStyles[12].TopMargin = 108F; @@ -407,11 +409,14 @@ namespace fmtxml "" + "ACTION/EXPECTED{sp}RESPONSE" + "" + - // - // "ALTERNATIVE{sp}ACTION" + ""); myDoc.DocumentElement.ReplaceChild(myDoc.ImportNode(xdNew.DocumentElement.ChildNodes[0], true), myDoc.DocumentElement.ChildNodes[2]); + //B3 + xdNew.LoadXml(" " + + "" + + ""); + myDoc.DocumentElement.ReplaceChild(myDoc.ImportNode(xdNew.DocumentElement.ChildNodes[0], true), myDoc.DocumentElement.ChildNodes[3]); } } }