From 42c9f9f46ffc3d4888f63224bed7d246f0690316 Mon Sep 17 00:00:00 2001 From: Rich Date: Thu, 25 Mar 2010 19:32:02 +0000 Subject: [PATCH] Removed unnecessary "using" statement Added enums for Page E_NumberingSequence --- PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs | 1 - PROMS/VEPROMS.CSLA.Library/Format/ENums.cs | 13 ++++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs b/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs index 41a02c32..82187fce 100644 --- a/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs +++ b/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs @@ -10,7 +10,6 @@ using System.Data.SqlClient; using System.Xml; using System.Drawing; using System.Text.RegularExpressions; -using VEPROMS.CSLA.Library; namespace VEPROMS.CSLA.Library { diff --git a/PROMS/VEPROMS.CSLA.Library/Format/ENums.cs b/PROMS/VEPROMS.CSLA.Library/Format/ENums.cs index 02dbbbf2..803614b0 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/ENums.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/ENums.cs @@ -100,9 +100,16 @@ namespace VEPROMS.CSLA.Library public enum E_NumberingSequence : uint { NoPageNum = 0, - IncludeWoThSteps = 1, - WithinSections = 2, - WithinAccessory = 3 + WithSteps = 1, + WithinEachDocStyle = 2, + WithinEachSection = 3, + WithinEachDocStyle1 = 4, + GroupedByPagination = 5, + GroupedByLevel = 6, + WithStepsAndSecondaryPageNumber = 7, + WithStepsAndSecondaryPageNumberGroupedByLevel = 8, + Like6_ButDoesntNeedSubsection = 9, + Like6_ButDoesntNeedSubsection1 = 10 }; public enum E_ContBottomLoc : uint {