Moved to Old Repo

Unused Solutions
.bak files
Old Referenced Objects Code / Correct ROEditor Code in PROMS\ReferencedObjects\Exe\RefObj\ROEditor
LBWordLibrary - LBBozoComObject.cs, LBComObject.old.cs not part of solution
PROMS folder (correct versions in VEPROMS) - dlgApproveProcedure.cs,dlgExportImport.cs,frmVEPROMS.cs,StepRTB.cs,VlnFlexGrid.cs,Grid2Pdf.cs,Rtf2iTextSharp.cs
VEPROMS User Interface - Correct dlgChgId, FindReplace in Volian.Controls.Library
VEPROMS.CSLA.Library - Remove cs files that are not part of project/solution
Volian.Controls.Library - Remove cs files that are not part of project/solution
This commit is contained in:
2026-08-25 07:00:54 -04:00
parent dbea4abafb
commit 2f3d7bf698
611 changed files with 4 additions and 304339 deletions
@@ -1,346 +0,0 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Xml;
namespace CvtFont
{
// <Font Family="Prestige Elite Tall" Size="10" Style="NONE" />
public static class CvtFont
{
public const int ELITE = 0;
public const int PICA = 1;
public const int LN_PRN = 2;
public const int CONDENSE = 3;
public const int SANSERIF = 4;
public const int PICA12 = 5;
public const int PROPORTIONAL = 6;
public const int PROPT12 = 7;
public const int HVLPT18 = 8;
public const int HVLPT25 = 9;
public const int SPECIALCHARS = 10;
public const int PT14 = 11;
public const int SANSERIF14 = 12;
public const int SANSERIF17 = 13;
public const int HVLPT12 = 14;
public const int NARRATOR = 15;
public const int MEDUPUNIVERS = 16;
public const int LGUPMED16 = 17;
/* Old name for PROPT10: public const int PT12BOLD=18 */
public const int PROPT10 = 18;
public const int LG1275HP4SI = 19;
public const int HVLPT10 = 20;
public const int HVLPT8 = 21;
public const int HVLPT14 = 22;
public const int SANSERIF25 = 23;
public const int EYECHART = 24;
public const int TIMES11 = 25;
public const int SANSCOND = 26;
private static string [] OldNames = {
"Elite",
"Pica",
"LnPrn",
"Condense",
"SanSerif",
"Pica12",
"Proportional",
"Propt12",
"HvlPt18",
"HvlPt25",
"SpecialChars",
"Pt14",
"SanSerif14",
"SanSerif17",
"HvlPt12",
"Narrator",
"MedUpUnivers",/* this font is not used */
"LgUpMed16",
"Propt10",
"Lg1275Hp4Si",
"HvlPt10",
"HvlPt8",
"HvlPt14",
"SanSerif25",
"EyeChart",
"Times11",
"SansCond",
"BigScript"
};
private static string[] NewXML = {
"<Font Family=\"Prestige Elite Tall\" Size=\"10\"/>",
"<Font Family=\"Courier New\" Size=\"12\"/>",
"<Font Family=\"Times New Roman\" Size=\"7\"/>",
"<Font Family=\"Times New Roman\" Size=\"7\"/>",
"<Font Family=\"Letter Gothic\" Size=\"10\"/>",
"<Font Family=\"Courier New\" Size=\"12\"/>",
"<Font Family=\"Arial\" Size=\"18\"/>",
"<Font Family=\"Arial\" Size=\"11\"/>",
"<Font Family=\"Times New Roman\" Size=\"18\"/>",
"<Font Family=\"Times New Roman\" Size=\"25\"/>",
"<Font Family=\"VolianDraw XXXXXX\" Size=\"12\"/>",
"<Font Family=\"Letter Gothic\" Size=\"12\"/>",
"<Font Family=\"Arial\" Size=\"14\"/>",
"<Font Family=\"Arial\" Size=\"17\"/>",
"<Font Family=\"Times New Roman\" Size=\"12\"/>",
"<Font Family=\"Gothic Ultra\" Size=\"12\"/>",
"<Font Family=\"NA\" Size=\"na\"/>",
"<Font Family=\"Letter Gothic Tall\" Size=\"7\"/>",
"<Font Family=\"Arial\" Size=\"10\"/>",
"<Font Family=\"Letter Gothic Tall\" Size=\"10\"/>",
"<Font Family=\"Times New Roman\" Size=\"10\"/>",
"<Font Family=\"Times New Roman\" Size=\"8\"/>",
"<Font Family=\"Times New Roman\" Size=\"14\"/>",
"<Font Family=\"Arial\" Size=\"25\"/>",
"<Font Family=\"Gothic Ultra\" Size=\"14\"/>",
"<Font Family=\"Times New Roman\" Size=\"11\"/>",
"<Font Family=\"Letter Gothic\" Size=\"7\"/>",
"<Font Family=\"VolianScript\" Size=\"32\"/>"
};
private static string[] NewFamily = {
"Prestige Elite Tall",
"Courier New",
"Times New Roman",
"Times New Roman",
"Letter Gothic",
"Courier New",
"Arial",
"Arial",
"Times New Roman",
"Times New Roman",
"VolianDraw XXXXXX",
"Letter Gothic",
"Arial",
"Arial",
"Times New Roman",
"Gothic Ultra",
"NA",
"Letter Gothic Tall",
"Arial",
"Letter Gothic Tall",
"Times New Roman",
"Times New Roman",
"Times New Roman",
"Arial",
"Gothic Ultra",
"Times New Roman",
"Letter Gothic",
"VolianScript"
};
private static int[] NewSize = {
10,
12,
7,
7,
10,
12,
18,
11,
18,
25,
12,
12,
14,
17,
12,
12,
0,
7,
10, /* PROPT10 - NSP & TUEC - change from 0 to 10 */
//10,
10,
8,
14,
25,
14,
11,
7,
32
};
/* The following array is not used for the migration. It is here to capture the
* values. Note that their was a difference in values in 16-bit for some of the fonts,
* as compared to the CPIS below. These fonts are PICA12, PROPT10 (PT12BOLD), HVLPT10,
* HVLPT8, HVLPT14. This was causing an incorrect results on placement of some of pagelist
* items in 16bit. What this means is that some of the 32bit will not compare identically
* with 16bit output.
*/
private static float[] PrintPitch = {
12, //ELITE
10, //PICA
16.66F, //LN_PRN
16.67F, //CONDENSE
12, //SANSERIF
12, //PICA12
10, //PROPORTIONAL
10, //PROPT12
12, //HVLPT18
12, //HVLPT25
10, //SPECIALCHARS
10, //PT14
12, //SANSERIF14
12, //SANSERIF17
12, //HVLPT12
10, //NARRATOR
16.67F, //MEDUPUNIVERS
16.67F, //LGUPMED16
10, //PROPT10
12, //LG1275HP4SI
12, //HVLPT10
12, //HVLPT8
12, //HVLPT14
12, //SANSERIF25
8.11F, //EYECHART
12, //TIMES11
16.67F, //SANSCOND
8 //VOLIANSCRIPT??
};
private static float[] CPIS = {
12, // ELITE
10, // PICA
16.66F, // LN_PRN
16.665F, // CONDENSE
12, // SANSERIF
10, // PICA12
10, // PROPORTIONAL
10, // PROPT12
12, // HVLPT18
12, // HVLPT25
10, // SPECIALCHARS
10, // PT14
12, // SANSERIF14
12, // SANSERIF17
12, // HVLPT12
10, // NARRATOR
16.67F, // MEDUPUNIVERS - medium upright univers fonts (HP3 internal)
16.67F, // LGUPMED16 - Letter Gothic Upright Medium 16.67
12, // PT12BOLD
12.50F, // LG1275HP4SI
10, // HVLPT10
8, // HVLPT8
14, // HVLP14
12, // SANSERIF25
8, // EYECHART
12, // TIMES11
16.665F // SANSCOND
};
private static float[] CPISBadPICA12 = {
12, // ELITE
10, // PICA
16.66F, // LN_PRN
16.665F, // CONDENSE
12, // SANSERIF
12, // PICA12
10, // PROPORTIONAL
10, // PROPT12
12, // HVLPT18
12, // HVLPT25
10, // SPECIALCHARS
10, // PT14
12, // SANSERIF14
12, // SANSERIF17
12, // HVLPT12
10, // NARRATOR
16.67F, // MEDUPUNIVERS - medium upright univers fonts (HP3 internal)
16.67F, // LGUPMED16 - Letter Gothic Upright Medium 16.67
12, // PT12BOLD
12.50F, // LG1275HP4SI
10, // HVLPT10
8, // HVLPT8
14, // HVLP14
12, // SANSERIF25
8, // EYECHART
12, // TIMES11
16.665F // SANSCOND
};
private static Dictionary<string, string> OldToNewStrings=null;
public static string ConvertToString(string oldstr)
{
if (OldToNewStrings == null) InitializeDictionary();
return OldToNewStrings[oldstr];
}
public static string ConvertToFamily(string oldstr)
{
int i = 0;
foreach (string str in OldNames)
{
if (str == oldstr) return NewFamily[i];
i++;
}
return null;
}
public static int ConvertToSize(string oldstr)
{
int i = 0;
foreach (string str in OldNames)
{
if (str == oldstr) return NewSize[i];
i++;
}
return -1;
}
//public static float GetNewSize(uint i)
//{
// return ConvertToNewSize[i&63];
//}
private static bool FontIsPropt(uint fontFace)
{
int f = (int)fontFace & 63;
switch (f)
{
case PROPORTIONAL:
case PROPT12:
case PROPT10:
case HVLPT12:
case HVLPT10:
case HVLPT8:
case HVLPT14:
case HVLPT18:
case HVLPT25:
case SANSERIF14:
case SANSERIF17:
case SANSERIF25:
case TIMES11:
return true;
default:
return false;
}
}
public static float GetCPIs(uint i)
{
if (FontIsPropt(i)) return 12;
uint j = i & 63;
if (j > CPIS.Length - 1)
return CPIS[0];
return CPIS[j];
}
public static float GetCPISBadPICA12(uint i)
{
if (FontIsPropt(i)) return 12;
uint j = i & 63;
if (j > CPISBadPICA12.Length - 1)
return CPISBadPICA12[0];
return CPISBadPICA12[j];
}
public static float GetPrintPitch(uint i)
{
if (FontIsPropt(i)) return 12;
return PrintPitch[i & 63];
}
//public static XmlElement ConvertToXML(string oldstr)
//{
// if (OldToNewStrings == null) InitializeDictionary();
// XmlElement xml = new XmlElement();
// xml.InnerXml = OldToNewStrings[oldstr];
// return xml;
//}
private static void InitializeDictionary()
{
int i = 0;
foreach (string str in OldNames)
OldToNewStrings.Add(str, NewXML[i]);
}
}
}
@@ -1,52 +0,0 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{652EB5F6-18DD-4F22-9C0B-62EB46613C4D}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CvtFont</RootNamespace>
<AssemblyName>CvtFont</AssemblyName>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="CvtFont.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
@@ -1,35 +0,0 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("CvtFont")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Volian Enterprises, Inc.")]
[assembly: AssemblyProduct("CvtFont")]
[assembly: AssemblyCopyright("Copyright © Volian Enterprises, Inc. 2006")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("d2266793-0f12-4f71-bbd4-0a1617554b27")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
@@ -1,20 +0,0 @@
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Volian.Utils.Library", "Volian.Utils.Library.csproj", "{62314B9C-DA84-4037-8B68-AA18C1F641F5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{62314B9C-DA84-4037-8B68-AA18C1F641F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62314B9C-DA84-4037-8B68-AA18C1F641F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62314B9C-DA84-4037-8B68-AA18C1F641F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62314B9C-DA84-4037-8B68-AA18C1F641F5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
-244
View File
@@ -1,244 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<dbControl>
<connection string="Provider=Microsoft.Jet.OLEDB.4.0;Data source={path};Extended Properties=dBase III;Persist Security Info=False"/>
<default datapath="\\rhmdesktop\VEDATA"/>
<dbObject type="datapath"
items="Plants"
imageindex="1"
key=""
title=""
select=""
table=""
criteria=""
sort=""
child="plant">
<folders child="plant">
<folder title="xEntergy Nuclear Northeast - Indian Point Unit 2" template="veip2" />
<folder title="Virginia Power - Surry" template="vesurry" />
<folder title="Virginia Power - Surry (1A)" template="vesurrya" />
<folder title="Virginia Power - North Anna" template="venanna" />
<folder title="Virginia Power - North Anna, Unit 1" template="venanna1" />
<folder title="Virginia Power - North Anna, Unit 2" template="venanna2" />
<folder title="Northern States Power - Prairie Island Emergency Operating Procedures" template="vensp" />
<folder title="Northern States Power - Prairie Island Abnormal Operating Procedures" template="venspaop" />
<folder title="Northern States Power - Prairie Island Electrical Maintenance Procedures" template="vensppe" />
<folder title="Northern States Power - Prairie Island Alarm Response Procedures" template="vensparp" />
<folder title="Northern States Power - Prairie Island Remote Alarm Response Procedures" template="vensprar" />
<folder title="Northern States Power - Prairie Island System Operating Procedures" template="venspsop" />
<folder title="Northern States Power - Prairie Island Instrument Failure Guides" template="venspifg" />
<folder title="Northern States Power - Prairie Island Alarm Response Modifications" template="vensparm" />
<folder title="Northern States Power - Prairie Island SAMGS" template="venspsam" />
<folder title="American Electric Power - D. C. Cook" template="veaep" />
<folder title="Wisconsin Electric Power - Point Beach" template="vewpb" />
<folder title="Constellation Energy Group - Ginna" template="verge" />
<folder title="TUEC - Comanche Peak" template="vetuec" />
<folder title="Entergy Nuclear Northeast - Indian Point Unit 3" template="veip3" />
<folder title="Maine Yankee Atomic Power Company - Maine Yankee" template="vemya" />
<folder title="Yankee Atomic Electric - Yankee Rowe" template="veyae" />
<folder title="Wisconsin Public Service Corp.- Kewaunee" template="vewps" />
<folder title="Wisconsin Public Service Corp.- Kewaunee Operating Procedures" template="vewpsop" />
<folder title="Wisconsin Public Service Corp.- Kewaunee Alarm Response Procedures" template="vewpsarp" />
<folder title="Wisconsin Public Service Corp.- Kewaunee OP EOPs and AOPs" template="vewpsaep" />
<folder title="South Carolina Gas and Electric - V.C. Summer" template="vesummer" />
<folder title="Louisiana Power and Light - Waterford" template="velpl" />
<folder title="Pacific Gas and Electric - Diablo Canyon" template="vepac" />
<folder title="Southern California Edison - San Onofre" template="vesce" />
<folder title="Carolina Power and Light - Robinson" template="vecplr" />
<folder title="Arkansas Nuclear One - Unit 1" template="veano1" />
<folder title="Emergency Operating Procedures" template="veano2" />
<folder title="Normal Operating Procedures" template="veano2op" />
<folder title="Abnormal Operating Procedures" template="veano2ap" />
<folder title="Low Mode Emergency Operating Procedures" template="veano2lm" />
<folder title="Annunciator Procedures" template="veano2an" />
<folder title="Southern Nuclear Operating Company - Vogtle" template="vegpc" />
<folder title="Florida Power and Light - Turkey Point EOPs" template="vefpl" />
<folder title="Florida Power and Light - Turkey Point ONOPs" template="vefpl4" />
<folder title="Florida Power and Light - Turkey Point SAMGs" template="vefpls" />
<folder title="STPNOC - South Texas" template="vehlp" />
<folder title="Carolina Power and Light - Shearon Harris" template="vecpls" />
<folder title="Virginia Power - EPIP" template="veepip" />
<folder title="AmerenUE - Callaway Plant" template="vecal" />
<folder title="ADM - Administrative Procedures - Wolf Creek" template="vewcnadm" />
<folder title="ALR - Alarm Response Procedures - Wolf Creek" template="vewcnalr" />
<folder title="CKL - Check List Procedures - Wolf Creek" template="vewcnckl" />
<folder title="EMG - Emergency Procedures - Wolf Creek" template="vewcnemg" />
<folder title="FP - Fire Protection Procedures - Wolf Creek" template="vewcnfp" />
<folder title="FHP - Fuel Handling Procedures - Wolf Creek" template="vewcnfhp" />
<folder title="GEN - General Operating Procedures - Wolf Creek" template="vewcngen" />
<folder title="OFN - Off-Normal Procedures - Wolf Creek" template="vewcnofn" />
<folder title="STN STS - Surveillance Procedures - Wolf Creek" template="vewcnsur" />
<folder title="STN - Non-Tech Spec Surveillance Procedures - Wolf Creek" template="vewcnstn" />
<folder title="STS - Tech Spec Surveillance Procedures - Wolf Creek" template="vewcnsts" />
<folder title="SYS - System Procedures - Wolf Creek" template="vewcnsys" />
<folder title="TMP - Temporary Procedures - Wolf Creek" template="vewcntmp" />
<folder title="IPS - IPS Procedures - Wolf Creek" template="vewcnips" />
<folder title="CHM - Chemistry Procedures - Wolf Creek" template="vewcnchm" />
<folder title="Wolf Creek Procedures - Local Drive" template="vewcn" />
<folder title="Duke Power - Catawba 1B Interim Set" template="vecat" />
<folder title="Duke Power - Catawba Revision 1C" template="vecns" />
<folder title="Duke Power - McGuire" template="vemcg" />
<folder title="Exelon Nuclear - Braidwood/Byron" template="vecebwb" />
<folder title="Exelon Nuclear - Braidwood" template="vebraid" />
<folder title="Exelon Nuclear - Byron" template="vebyron" />
<folder title="Constellation Energy Group - Calvert Cliffs" template="vebge" />
<folder title="North Atlantic Energy Service Corp. - Seabrook Nuclear Plant" template="vesea" />
<folder title="Volian Enterprises. - River Bend Station" template="vervbnd" />
<folder title="River Bend Station - Mechanical Procedures" template="vervmech" />
<folder title="River Bend Station - Operations Procedures" template="vervops" />
<folder title="River Bend Station - Radiation Protection Procedures" template="vervrp" />
<folder title="River Bend Station - Fire Protection Procedures" template="vervfp" />
<folder title="River Bend Station - I and C" template="vervic" />
<folder title="River Bend Station - Chemistry Procedures" template="vervchem" />
<folder title="River Bend Station - Electrical Procedures" template="vervelec" />
<folder title="River Bend Station - Protective Relay Procedures" template="vervrel" />
<folder title="River Bend Station - Operations Procedures" template="vervops" />
<folder title="River Bend Station - IST" template="vervist" />
<folder title="Southern Nuclear Operating Company - Farley Nuclear Plant" template="vefnp" />
<folder title="CEN - Combustion Engineering ERGs" template="vecen" />
<folder title="WOG - Emergency Response Guidelines LP Rev. 1" template="velp1" />
<folder title="WOG - Emergency Response Guidelines HP Rev. 1" template="vehp1" />
<folder title="WOG - Emergency Response Guidelines LP Rev. 1a" template="velpr1a" />
<folder title="WOG - Emergency Response Guidelines HP Rev. 1a" template="vehp1a" />
<folder title="WOG - Emergency Response Guidelines LP Rev. 1b" template="velpr1b" />
<folder title="WOG - Emergency Response Guidelines HP Rev. 1b" template="vehp1b" />
<folder title="WOG - Emergency Response Guidelines HP Rev. 1b - Figures" template="vehp1bfg" />
<folder title="WOG - Emergency Response Guidelines Rev. 1c" template="verev1c" />
<folder title="WOG - Emergency Response Guidelines Rev. 2" template="verev2" />
<folder title="VEPROMS - Test and Validation Procedures" template="vetest" />
<folder title="VEPROMS - Test Procedures for Calvert Cliffs" template="vebgedt" />
<folder title="VEPROMS - Demo Database" template="vedemo" />
<folder title="VEPROMS - UKRAINE Verbal Translation EOIs" template="veukrain" />
<folder title="VEPROMS - PI Wolf Creek Performance Improvement Procedures" template="vewcnpi" />
<folder title="Advanced Pressurized Water Reactors" template="veapwr" />
</folders>
</dbObject>
<dbObject type="plant"
items="Sets"
imageindex="2"
key=""
title=""
select=""
table=""
criteria=""
sort=""
child="set">
<folders active="set.dbf">
<folder title="Emergency Procedures" template="procs" exception="procs2"/>
<folder title="Emergency Procedures Unit 1" template="procs" requires="procs2"/>
<folder title="Emergency Procedures Unit 2" template="procs2" />
<folder title="Emergency Procedures - Sample Version" template="samples" />
<folder title="Emergency Procedures (Intro / Attachment / Foldout)" template="pages" />
<folder title="Emergency Procedures (Intro / Attachment / Foldout)" template="intro" />
<folder title="Emergency Procedures (Intro / Attachment / Foldout)" template="intro2" />
<folder title="Writer's Guide" template="wg" />
<folder title="Abnormal Procedures" template="abbyproc" />
<folder template="*.prc" title="~Procedures ({filename})" />
<folder template="*.bck" title="~Background Documents ({filename})" />
<folder template="*.dvt" title="~Deviation Documents ({filename})" />
<!--folder template="*.sl?" title="~Procedures ({filename})" /-->
</folders>
</dbObject>
<dbObject type="set"
items="Versions"
imageindex="3"
key=""
title=""
select=""
table=""
criteria=""
sort=""
child="version">
<folders active="set.dbf">
<folder template="." title="Working Draft" />
<!--<folder template="approved" title="Approved Version"/>-->
<folder template="chgsht" title="Change Sheet Version"/>
<folder template="tmpchg" title="Temporary Change"/>
<!--<folder template="approved\tmpchg" title="Approved Temporary Change"/>-->
</folders>
</dbObject>
<dbObject type="version"
items="Procedures"
imageindex="4"
key="dbPath"
title="{number} - {title}"
select="select * from [set] where entry is not null"
table="Set"
criteria="entry is not null"
sort="number"
child="proc">
<folders active="set.dbf">
<folder template="*.zip" title="Archive ({filename})" child="archive"/>
<!--folder template="approved" title="Approved Version" child="version"/-->
</folders>
</dbObject>
<dbObject type="proc"
imageindex="5"
items="Sections"
key="{{Entry}}"
title="{step} - {sequence} {text}"
select="select * from(
select
asc(mid(sequence,2,1))-48 as sec,
asc(mid(step,1,1))-64 as sec2,
rtrim(mid(text,76,8)) as fmt,
mid(text,83,3) as subfmt,
rtrim(mid(text,86,20)) as secnum,
iif(mid(step,2,1)='0','S',mid(step,2,1)) + right('0'+rtrim(left(iif(type is null,'',type),1)),1) as OldType,
* from [{{entry}}] where sequence like ' %') order by sec"
table="Proc"
criteria=""
sort="step,sequence"
child="section"/>
<dbObject type="section"
imageindex="6"
items="Steps"
key=""
title="{stp: 3} - {text}"
select="select stp,step,text,type from (select asc(mid(step,2,1))-48 as stp,* from [{{entry}}] where step like '{{Step:1}}%' and sequence='S')order by stp"
table="Section"
criteria=""
sort="stp"
child="step"/>
<dbObject type="step"
imageindex="7"
items="Step Structure"
key="{{Step}}"
title="{Sequence} - {Text}"
select="select * from [{{entry}}] where step = '{{Step}}' and (sequence like '[*S!]_' or sequence='S$') "
select1="select * from [{{entry}}] where step = '{{step}}' and sequence &lt;&gt; 'S'"
table="Step"
criteria=""
sort="sequence"
child="substep"
child1="dbStepStruct"/>
<dbObject type="substep"
imageindex="8"
items="Substeps"
key=""
title="{sequence} - {text}"
select="select * from [{{entry}}] where step = '{{step}}' and (sequence like '{{sequence}}_' or sequence like '{{sequence}}[*!]_') "
table="SubStep"
criteria=""
sort="sequence"
child1="dbSubStep"/>
<dbObject type="stepstruct"
imageindex="8"
items="Structure"
key="{{Step}}{{Sequence}}"
title="{Sequence} - {Text}"
select=""
table=""
criteria=""
sort=""
child=""/>
<dbObject type="archive"
items=""
imageindex="9"
key=""
title=""
select=""
table=""
criteria=""
sort=""
child=""/>
</dbControl>
@@ -1,244 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<dbControl>
<connection string="Provider=Microsoft.Jet.OLEDB.4.0;Data source={path};Extended Properties=dBase III;Persist Security Info=False"/>
<default datapath="\\rhmdesktop\VEDATA"/>
<dbObject type="datapath"
items="Plants"
imageindex="1"
key=""
title=""
select=""
table=""
criteria=""
sort=""
child="plant">
<folders child="plant">
<folder title="xEntergy Nuclear Northeast - Indian Point Unit 2" template="veip2" />
<folder title="Virginia Power - Surry" template="vesurry" />
<folder title="Virginia Power - Surry (1A)" template="vesurrya" />
<folder title="Virginia Power - North Anna" template="venanna" />
<folder title="Virginia Power - North Anna, Unit 1" template="venanna1" />
<folder title="Virginia Power - North Anna, Unit 2" template="venanna2" />
<folder title="Northern States Power - Prairie Island Emergency Operating Procedures" template="vensp" />
<folder title="Northern States Power - Prairie Island Abnormal Operating Procedures" template="venspaop" />
<folder title="Northern States Power - Prairie Island Electrical Maintenance Procedures" template="vensppe" />
<folder title="Northern States Power - Prairie Island Alarm Response Procedures" template="vensparp" />
<folder title="Northern States Power - Prairie Island Remote Alarm Response Procedures" template="vensprar" />
<folder title="Northern States Power - Prairie Island System Operating Procedures" template="venspsop" />
<folder title="Northern States Power - Prairie Island Instrument Failure Guides" template="venspifg" />
<folder title="Northern States Power - Prairie Island Alarm Response Modifications" template="vensparm" />
<folder title="Northern States Power - Prairie Island SAMGS" template="venspsam" />
<folder title="American Electric Power - D. C. Cook" template="veaep" />
<folder title="Wisconsin Electric Power - Point Beach" template="vewpb" />
<folder title="Constellation Energy Group - Ginna" template="verge" />
<folder title="TUEC - Comanche Peak" template="vetuec" />
<folder title="Entergy Nuclear Northeast - Indian Point Unit 3" template="veip3" />
<folder title="Maine Yankee Atomic Power Company - Maine Yankee" template="vemya" />
<folder title="Yankee Atomic Electric - Yankee Rowe" template="veyae" />
<folder title="Wisconsin Public Service Corp.- Kewaunee" template="vewps" />
<folder title="Wisconsin Public Service Corp.- Kewaunee Operating Procedures" template="vewpsop" />
<folder title="Wisconsin Public Service Corp.- Kewaunee Alarm Response Procedures" template="vewpsarp" />
<folder title="Wisconsin Public Service Corp.- Kewaunee OP EOPs and AOPs" template="vewpsaep" />
<folder title="South Carolina Gas and Electric - V.C. Summer" template="vesummer" />
<folder title="Louisiana Power and Light - Waterford" template="velpl" />
<folder title="Pacific Gas and Electric - Diablo Canyon" template="vepac" />
<folder title="Southern California Edison - San Onofre" template="vesce" />
<folder title="Carolina Power and Light - Robinson" template="vecplr" />
<folder title="Arkansas Nuclear One - Unit 1" template="veano1" />
<folder title="Emergency Operating Procedures" template="veano2" />
<folder title="Normal Operating Procedures" template="veano2op" />
<folder title="Abnormal Operating Procedures" template="veano2ap" />
<folder title="Low Mode Emergency Operating Procedures" template="veano2lm" />
<folder title="Annunciator Procedures" template="veano2an" />
<folder title="Southern Nuclear Operating Company - Vogtle" template="vegpc" />
<folder title="Florida Power and Light - Turkey Point EOPs" template="vefpl" />
<folder title="Florida Power and Light - Turkey Point ONOPs" template="vefpl4" />
<folder title="Florida Power and Light - Turkey Point SAMGs" template="vefpls" />
<folder title="STPNOC - South Texas" template="vehlp" />
<folder title="Carolina Power and Light - Shearon Harris" template="vecpls" />
<folder title="Virginia Power - EPIP" template="veepip" />
<folder title="AmerenUE - Callaway Plant" template="vecal" />
<folder title="ADM - Administrative Procedures - Wolf Creek" template="vewcnadm" />
<folder title="ALR - Alarm Response Procedures - Wolf Creek" template="vewcnalr" />
<folder title="CKL - Check List Procedures - Wolf Creek" template="vewcnckl" />
<folder title="EMG - Emergency Procedures - Wolf Creek" template="vewcnemg" />
<folder title="FP - Fire Protection Procedures - Wolf Creek" template="vewcnfp" />
<folder title="FHP - Fuel Handling Procedures - Wolf Creek" template="vewcnfhp" />
<folder title="GEN - General Operating Procedures - Wolf Creek" template="vewcngen" />
<folder title="OFN - Off-Normal Procedures - Wolf Creek" template="vewcnofn" />
<folder title="STN STS - Surveillance Procedures - Wolf Creek" template="vewcnsur" />
<folder title="STN - Non-Tech Spec Surveillance Procedures - Wolf Creek" template="vewcnstn" />
<folder title="STS - Tech Spec Surveillance Procedures - Wolf Creek" template="vewcnsts" />
<folder title="SYS - System Procedures - Wolf Creek" template="vewcnsys" />
<folder title="TMP - Temporary Procedures - Wolf Creek" template="vewcntmp" />
<folder title="IPS - IPS Procedures - Wolf Creek" template="vewcnips" />
<folder title="CHM - Chemistry Procedures - Wolf Creek" template="vewcnchm" />
<folder title="Wolf Creek Procedures - Local Drive" template="vewcn" />
<folder title="Duke Power - Catawba 1B Interim Set" template="vecat" />
<folder title="Duke Power - Catawba Revision 1C" template="vecns" />
<folder title="Duke Power - McGuire" template="vemcg" />
<folder title="Exelon Nuclear - Braidwood/Byron" template="vecebwb" />
<folder title="Exelon Nuclear - Braidwood" template="vebraid" />
<folder title="Exelon Nuclear - Byron" template="vebyron" />
<folder title="Constellation Energy Group - Calvert Cliffs" template="vebge" />
<folder title="North Atlantic Energy Service Corp. - Seabrook Nuclear Plant" template="vesea" />
<folder title="Volian Enterprises. - River Bend Station" template="vervbnd" />
<folder title="River Bend Station - Mechanical Procedures" template="vervmech" />
<folder title="River Bend Station - Operations Procedures" template="vervops" />
<folder title="River Bend Station - Radiation Protection Procedures" template="vervrp" />
<folder title="River Bend Station - Fire Protection Procedures" template="vervfp" />
<folder title="River Bend Station - I and C" template="vervic" />
<folder title="River Bend Station - Chemistry Procedures" template="vervchem" />
<folder title="River Bend Station - Electrical Procedures" template="vervelec" />
<folder title="River Bend Station - Protective Relay Procedures" template="vervrel" />
<folder title="River Bend Station - Operations Procedures" template="vervops" />
<folder title="River Bend Station - IST" template="vervist" />
<folder title="Southern Nuclear Operating Company - Farley Nuclear Plant" template="vefnp" />
<folder title="CEN - Combustion Engineering ERGs" template="vecen" />
<folder title="WOG - Emergency Response Guidelines LP Rev. 1" template="velp1" />
<folder title="WOG - Emergency Response Guidelines HP Rev. 1" template="vehp1" />
<folder title="WOG - Emergency Response Guidelines LP Rev. 1a" template="velpr1a" />
<folder title="WOG - Emergency Response Guidelines HP Rev. 1a" template="vehp1a" />
<folder title="WOG - Emergency Response Guidelines LP Rev. 1b" template="velpr1b" />
<folder title="WOG - Emergency Response Guidelines HP Rev. 1b" template="vehp1b" />
<folder title="WOG - Emergency Response Guidelines HP Rev. 1b - Figures" template="vehp1bfg" />
<folder title="WOG - Emergency Response Guidelines Rev. 1c" template="verev1c" />
<folder title="WOG - Emergency Response Guidelines Rev. 2" template="verev2" />
<folder title="VEPROMS - Test and Validation Procedures" template="vetest" />
<folder title="VEPROMS - Test Procedures for Calvert Cliffs" template="vebgedt" />
<folder title="VEPROMS - Demo Database" template="vedemo" />
<folder title="VEPROMS - UKRAINE Verbal Translation EOIs" template="veukrain" />
<folder title="VEPROMS - PI Wolf Creek Performance Improvement Procedures" template="vewcnpi" />
<folder title="Advanced Pressurized Water Reactors" template="veapwr" />
</folders>
</dbObject>
<dbObject type="plant"
items="Sets"
imageindex="2"
key=""
title=""
select=""
table=""
criteria=""
sort=""
child="set">
<folders active="set.dbf">
<folder title="Emergency Procedures" template="procs" exception="procs2"/>
<folder title="Emergency Procedures Unit 1" template="procs" requires="procs2"/>
<folder title="Emergency Procedures Unit 2" template="procs2" />
<folder title="Emergency Procedures - Sample Version" template="samples" />
<folder title="Emergency Procedures (Intro / Attachment / Foldout)" template="pages" />
<folder title="Emergency Procedures (Intro / Attachment / Foldout)" template="intro" />
<folder title="Emergency Procedures (Intro / Attachment / Foldout)" template="intro2" />
<folder title="Writer's Guide" template="wg" />
<folder title="Abnormal Procedures" template="abbyproc" />
<folder template="*.prc" title="~Procedures ({filename})" />
<folder template="*.bck" title="~Background Documents ({filename})" />
<folder template="*.dvt" title="~Deviation Documents ({filename})" />
<folder template="*.sl?" title="~Procedures ({filename})" />
</folders>
</dbObject>
<dbObject type="set"
items="Versions"
imageindex="3"
key=""
title=""
select=""
table=""
criteria=""
sort=""
child="version">
<folders active="set.dbf">
<folder template="." title="Working Draft" />
<!--<folder template="approved" title="Approved Version"/>-->
<folder template="chgsht" title="Change Sheet Version"/>
<folder template="tmpchg" title="Temporary Change"/>
<!--<folder template="approved\tmpchg" title="Approved Temporary Change"/>-->
</folders>
</dbObject>
<dbObject type="version"
items="Procedures"
imageindex="4"
key="dbPath"
title="{number} - {title}"
select="select * from [set] where entry is not null"
table="Set"
criteria="entry is not null"
sort="number"
child="proc">
<folders active="set.dbf">
<folder template="*.zip" title="Archive ({filename})" child="archive"/>
<!--folder template="approved" title="Approved Version" child="version"/-->
</folders>
</dbObject>
<dbObject type="proc"
imageindex="5"
items="Sections"
key="{{Entry}}"
title="{step} - {sequence} {text}"
select="select * from(
select
asc(mid(sequence,2,1))-48 as sec,
asc(mid(step,1,1))-64 as sec2,
rtrim(mid(text,76,8)) as fmt,
mid(text,83,3) as subfmt,
rtrim(mid(text,86,20)) as secnum,
iif(mid(step,2,1)='0','S',mid(step,2,1)) + right('0'+rtrim(left(iif(type is null,'',type),1)),1) as OldType,
* from [{{entry}}] where sequence like ' %') order by sec"
table="Proc"
criteria=""
sort="step,sequence"
child="section"/>
<dbObject type="section"
imageindex="6"
items="Steps"
key=""
title="{stp: 3} - {text}"
select="select stp,step,text,type from (select asc(mid(step,2,1))-48 as stp,* from [{{entry}}] where step like '{{Step:1}}%' and sequence='S')order by stp"
table="Section"
criteria=""
sort="stp"
child="step"/>
<dbObject type="step"
imageindex="7"
items="Step Structure"
key="{{Step}}"
title="{Sequence} - {Text}"
select="select * from [{{entry}}] where step = '{{Step}}' and (sequence like '[*S!]_' or sequence='S$') "
select1="select * from [{{entry}}] where step = '{{step}}' and sequence &lt;&gt; 'S'"
table="Step"
criteria=""
sort="sequence"
child="substep"
child1="dbStepStruct"/>
<dbObject type="substep"
imageindex="8"
items="Substeps"
key=""
title="{sequence} - {text}"
select="select * from [{{entry}}] where step = '{{step}}' and (sequence like '{{sequence}}_' or sequence like '{{sequence}}[*!]_') "
table="SubStep"
criteria=""
sort="sequence"
child1="dbSubStep"/>
<dbObject type="stepstruct"
imageindex="8"
items="Structure"
key="{{Step}}{{Sequence}}"
title="{Sequence} - {Text}"
select=""
table=""
criteria=""
sort=""
child=""/>
<dbObject type="archive"
items=""
imageindex="9"
key=""
title=""
select=""
table=""
criteria=""
sort=""
child=""/>
</dbControl>