Index: Scheduling/trunk/cs/bsdx0200GUISourceCode/CGAVDocument.cs
===================================================================
--- Scheduling/trunk/cs/bsdx0200GUISourceCode/CGAVDocument.cs	(revision 626)
+++ Scheduling/trunk/cs/bsdx0200GUISourceCode/CGAVDocument.cs	(revision 627)
@@ -245,5 +245,5 @@
 				if (nErrorID != -1)
 				{
-					throw new Exception("RPMS Error");
+					throw new Exception("VistA Error");
 				}
 				Debug.Write("CreateAvailabilityAuto -- new AV block created\n");
@@ -313,5 +313,5 @@
 				if (nErrorID != -1)
 				{
-					throw new Exception("RPMS Error");
+					throw new Exception("VistA Error");
 				}
 				Debug.Write("CreateAvailability -- new AV block created\n");
Index: Scheduling/trunk/cs/bsdx0200GUISourceCode/CGDocumentManager.cs
===================================================================
--- Scheduling/trunk/cs/bsdx0200GUISourceCode/CGDocumentManager.cs	(revision 626)
+++ Scheduling/trunk/cs/bsdx0200GUISourceCode/CGDocumentManager.cs	(revision 627)
@@ -237,5 +237,5 @@
 				this.Activate();
                 System.Configuration.ConfigurationManager.GetSection("appSettings");
-                m_ds.SetStatus("Connecting to RPMS Server...");
+                m_ds.SetStatus("Connecting to VistA Server...");
                 m_ds.Refresh();
 				bool bRetry = true;
@@ -259,5 +259,5 @@
 					{
 						m_ds.Close(); 
-						if (MessageBox.Show("Unable to connect to RPMS.  " + ex.Message , "Clinical Scheduling", MessageBoxButtons.RetryCancel) == DialogResult.Retry)
+						if (MessageBox.Show("Unable to connect to VistA.  " + ex.Message , "Clinical Scheduling", MessageBoxButtons.RetryCancel) == DialogResult.Retry)
 						{
 							bRetry = true;
@@ -297,9 +297,9 @@
 	
 				//Load global recordsets
-				m_ds.SetStatus("Loading RPMS data tables...");
+				m_ds.SetStatus("Loading VistA data tables...");
                 m_ds.Refresh();
 				if (_current.LoadGlobalRecordsets() == false)
 				{
-					MessageBox.Show("Unable to create RPMS recordsets"); //TODO Improve this message
+					MessageBox.Show("Unable to create VistA recordsets"); //TODO Improve this message
 					m_ds.Close();
 					return;
@@ -842,5 +842,5 @@
 		{
 			//Warn that changing servers will close all schedules
-			if (MessageBox.Show("Are you sure you want to close all schedules and connect to a different RPMS server?", "Clinical Scheduling", MessageBoxButtons.OKCancel, MessageBoxIcon.Warning) != DialogResult.OK)
+			if (MessageBox.Show("Are you sure you want to close all schedules and connect to a different VistA server?", "Clinical Scheduling", MessageBoxButtons.OKCancel, MessageBoxIcon.Warning) != DialogResult.OK)
 				return;
 
@@ -866,5 +866,5 @@
 							return;
 						}
-						if (MessageBox.Show("Unable to connect to RPMS.  " + ex.Message , "Clinical Scheduling", MessageBoxButtons.RetryCancel) == DialogResult.Retry)
+						if (MessageBox.Show("Unable to connect to VistA.  " + ex.Message , "Clinical Scheduling", MessageBoxButtons.RetryCancel) == DialogResult.Retry)
 						{
 							bRetry = true;
@@ -900,5 +900,5 @@
 		{
 			//Warn that changing login will close all schedules
-			if (MessageBox.Show("Are you sure you want to close all schedules and login to RPMS?", "Clinical Scheduling", MessageBoxButtons.OKCancel, MessageBoxIcon.Warning) != DialogResult.OK)
+			if (MessageBox.Show("Are you sure you want to close all schedules and login to VistA?", "Clinical Scheduling", MessageBoxButtons.OKCancel, MessageBoxIcon.Warning) != DialogResult.OK)
 				return;
 
Index: Scheduling/trunk/cs/bsdx0200GUISourceCode/CGView.cs
===================================================================
--- Scheduling/trunk/cs/bsdx0200GUISourceCode/CGView.cs	(revision 626)
+++ Scheduling/trunk/cs/bsdx0200GUISourceCode/CGView.cs	(revision 627)
@@ -342,5 +342,5 @@
             // 
             this.mnuRPMSServer.Index = 3;
-            this.mnuRPMSServer.Text = "Change RPMS &Server";
+            this.mnuRPMSServer.Text = "Change VistA &Server";
             this.mnuRPMSServer.Click += new System.EventHandler(this.mnuRPMSServer_Click);
             // 
@@ -348,5 +348,5 @@
             // 
             this.mnuRPMSLogin.Index = 4;
-            this.mnuRPMSLogin.Text = "Change RPMS &Login";
+            this.mnuRPMSLogin.Text = "Change VistA &Login";
             this.mnuRPMSLogin.Click += new System.EventHandler(this.mnuRPMSLogin_Click);
             // 
@@ -354,5 +354,5 @@
             // 
             this.mnuRPMSDivision.Index = 5;
-            this.mnuRPMSDivision.Text = "Change RPMS &Division";
+            this.mnuRPMSDivision.Text = "Change VistA &Division";
             this.mnuRPMSDivision.Click += new System.EventHandler(this.mnuRPMSDivision_Click);
             // 
Index: Scheduling/trunk/cs/bsdx0200GUISourceCode/ClinicalScheduling.csproj
===================================================================
--- Scheduling/trunk/cs/bsdx0200GUISourceCode/ClinicalScheduling.csproj	(revision 626)
+++ Scheduling/trunk/cs/bsdx0200GUISourceCode/ClinicalScheduling.csproj	(revision 627)
@@ -7,5 +7,5 @@
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ApplicationIcon>App.ico</ApplicationIcon>
+    <ApplicationIcon>hwIco281.ICO</ApplicationIcon>
     <AssemblyKeyContainerName>
     </AssemblyKeyContainerName>
@@ -82,5 +82,6 @@
     <ConfigurationOverrideFile>
     </ConfigurationOverrideFile>
-    <DefineConstants>DEBUG</DefineConstants>
+    <DefineConstants>
+    </DefineConstants>
     <DocumentationFile>bin\Release\ClinicalScheduling.XML</DocumentationFile>
     <DebugSymbols>false</DebugSymbols>
@@ -100,5 +101,5 @@
     <Reference Include="BMXNet20, Version=2.0.2459.21970, Culture=neutral, PublicKeyToken=069dc2499aed6a8c, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
-      <HintPath>.\BMXNet20.dll</HintPath>
+      <HintPath>bin\Release\BMXNet20.dll</HintPath>
     </Reference>
     <Reference Include="CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL">
@@ -183,4 +184,5 @@
       <SubType>Designer</SubType>
     </Content>
+    <Content Include="hwIco281.ICO" />
     <Compile Include="AssemblyInfo.cs">
       <SubType>Code</SubType>
Index: Scheduling/trunk/cs/bsdx0200GUISourceCode/DAppointPage.cs
===================================================================
--- Scheduling/trunk/cs/bsdx0200GUISourceCode/DAppointPage.cs	(revision 626)
+++ Scheduling/trunk/cs/bsdx0200GUISourceCode/DAppointPage.cs	(revision 627)
@@ -378,4 +378,5 @@
             this.txtPhoneOffice.Location = new System.Drawing.Point(272, 96);
             this.txtPhoneOffice.Name = "txtPhoneOffice";
+            this.txtPhoneOffice.ReadOnly = true;
             this.txtPhoneOffice.Size = new System.Drawing.Size(166, 20);
             this.txtPhoneOffice.TabIndex = 22;
@@ -394,4 +395,5 @@
             this.txtPhoneHome.Location = new System.Drawing.Point(96, 96);
             this.txtPhoneHome.Name = "txtPhoneHome";
+            this.txtPhoneHome.ReadOnly = true;
             this.txtPhoneHome.Size = new System.Drawing.Size(120, 20);
             this.txtPhoneHome.TabIndex = 20;
@@ -401,4 +403,5 @@
             this.txtCity.Location = new System.Drawing.Point(96, 48);
             this.txtCity.Name = "txtCity";
+            this.txtCity.ReadOnly = true;
             this.txtCity.Size = new System.Drawing.Size(342, 20);
             this.txtCity.TabIndex = 18;
@@ -426,4 +429,5 @@
             this.txtZip.Location = new System.Drawing.Point(272, 72);
             this.txtZip.Name = "txtZip";
+            this.txtZip.ReadOnly = true;
             this.txtZip.Size = new System.Drawing.Size(166, 20);
             this.txtZip.TabIndex = 16;
@@ -442,4 +446,5 @@
             this.txtState.Location = new System.Drawing.Point(96, 72);
             this.txtState.Name = "txtState";
+            this.txtState.ReadOnly = true;
             this.txtState.Size = new System.Drawing.Size(120, 20);
             this.txtState.TabIndex = 14;
@@ -458,4 +463,5 @@
             this.txtStreet.Location = new System.Drawing.Point(96, 22);
             this.txtStreet.Name = "txtStreet";
+            this.txtStreet.ReadOnly = true;
             this.txtStreet.Size = new System.Drawing.Size(342, 20);
             this.txtStreet.TabIndex = 12;
@@ -604,5 +610,5 @@
 			catch(Exception e)
 			{
-				MessageBox.Show("DAppointPage::InitializePage -- Unable to retrieve patient information from RPMS.  " + e.Message);
+				MessageBox.Show("DAppointPage::InitializePage -- Unable to retrieve patient information from VistA.  " + e.Message);
 			}
 
Index: Scheduling/trunk/cs/bsdx0200GUISourceCode/DCopyAppts.cs
===================================================================
--- Scheduling/trunk/cs/bsdx0200GUISourceCode/DCopyAppts.cs	(revision 626)
+++ Scheduling/trunk/cs/bsdx0200GUISourceCode/DCopyAppts.cs	(revision 627)
@@ -17,11 +17,7 @@
 	/// </summary>
 	public class DCopyAppts : System.Windows.Forms.Form
-	{
-		private System.Windows.Forms.Button cmdCancel;
+    {
 		private System.Windows.Forms.Button cmdOK;
-		private System.Windows.Forms.Panel pnlOKCancel;
-		private System.Windows.Forms.Panel pnlDescription;
-		private System.Windows.Forms.GroupBox grpDescription;
-		private System.Windows.Forms.Label lblDescription;
+        private System.Windows.Forms.Panel pnlOKCancel;
 		private System.Windows.Forms.Label lblSummary;
 		private System.Windows.Forms.Label lblProgress;
@@ -74,138 +70,89 @@
 		private void InitializeComponent()
 		{
-			this.components = new System.ComponentModel.Container();
-			this.pnlOKCancel = new System.Windows.Forms.Panel();
-			this.cmdCancel = new System.Windows.Forms.Button();
-			this.cmdOK = new System.Windows.Forms.Button();
-			this.pnlDescription = new System.Windows.Forms.Panel();
-			this.grpDescription = new System.Windows.Forms.GroupBox();
-			this.lblDescription = new System.Windows.Forms.Label();
-			this.lblSummary = new System.Windows.Forms.Label();
-			this.lblProgress = new System.Windows.Forms.Label();
-			this.timerPoll = new System.Windows.Forms.Timer(this.components);
-			this.label1 = new System.Windows.Forms.Label();
-			this.label2 = new System.Windows.Forms.Label();
-			this.pnlOKCancel.SuspendLayout();
-			this.pnlDescription.SuspendLayout();
-			this.grpDescription.SuspendLayout();
-			this.SuspendLayout();
-			// 
-			// pnlOKCancel
-			// 
-			this.pnlOKCancel.Controls.Add(this.cmdCancel);
-			this.pnlOKCancel.Controls.Add(this.cmdOK);
-			this.pnlOKCancel.Dock = System.Windows.Forms.DockStyle.Bottom;
-			this.pnlOKCancel.Location = new System.Drawing.Point(0, 286);
-			this.pnlOKCancel.Name = "pnlOKCancel";
-			this.pnlOKCancel.Size = new System.Drawing.Size(376, 40);
-			this.pnlOKCancel.TabIndex = 4;
-			// 
-			// cmdCancel
-			// 
-			this.cmdCancel.Location = new System.Drawing.Point(288, 8);
-			this.cmdCancel.Name = "cmdCancel";
-			this.cmdCancel.Size = new System.Drawing.Size(64, 24);
-			this.cmdCancel.TabIndex = 1;
-			this.cmdCancel.Text = "Cancel";
-			this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
-			// 
-			// cmdOK
-			// 
-			this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
-			this.cmdOK.Location = new System.Drawing.Point(208, 8);
-			this.cmdOK.Name = "cmdOK";
-			this.cmdOK.Size = new System.Drawing.Size(64, 24);
-			this.cmdOK.TabIndex = 0;
-			this.cmdOK.Text = "OK";
-			// 
-			// pnlDescription
-			// 
-			this.pnlDescription.Controls.Add(this.grpDescription);
-			this.pnlDescription.Dock = System.Windows.Forms.DockStyle.Bottom;
-			this.pnlDescription.Location = new System.Drawing.Point(0, 222);
-			this.pnlDescription.Name = "pnlDescription";
-			this.pnlDescription.Size = new System.Drawing.Size(376, 64);
-			this.pnlDescription.TabIndex = 47;
-			// 
-			// grpDescription
-			// 
-			this.grpDescription.Controls.Add(this.lblDescription);
-			this.grpDescription.Dock = System.Windows.Forms.DockStyle.Fill;
-			this.grpDescription.Location = new System.Drawing.Point(0, 0);
-			this.grpDescription.Name = "grpDescription";
-			this.grpDescription.Size = new System.Drawing.Size(376, 64);
-			this.grpDescription.TabIndex = 0;
-			this.grpDescription.TabStop = false;
-			this.grpDescription.Text = "Description";
-			// 
-			// lblDescription
-			// 
-			this.lblDescription.Dock = System.Windows.Forms.DockStyle.Fill;
-			this.lblDescription.Location = new System.Drawing.Point(3, 16);
-			this.lblDescription.Name = "lblDescription";
-			this.lblDescription.Size = new System.Drawing.Size(370, 45);
-			this.lblDescription.TabIndex = 1;
-			this.lblDescription.Text = "This panel displays the progress of the appointment copy process.  Press the \'Can" +
-				"cel\' button to stop copying appointments.";
-			// 
-			// lblSummary
-			// 
-			this.lblSummary.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
-			this.lblSummary.Location = new System.Drawing.Point(32, 32);
-			this.lblSummary.Name = "lblSummary";
-			this.lblSummary.Size = new System.Drawing.Size(312, 64);
-			this.lblSummary.TabIndex = 48;
-			this.lblSummary.Text = "lblSummary";
-			// 
-			// lblProgress
-			// 
-			this.lblProgress.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
-			this.lblProgress.Location = new System.Drawing.Point(32, 128);
-			this.lblProgress.Name = "lblProgress";
-			this.lblProgress.Size = new System.Drawing.Size(312, 72);
-			this.lblProgress.TabIndex = 49;
-			this.lblProgress.Text = "lblProgress";
-			// 
-			// timerPoll
-			// 
-			this.timerPoll.Tick += new System.EventHandler(this.timerPoll_Tick);
-			// 
-			// label1
-			// 
-			this.label1.Location = new System.Drawing.Point(32, 112);
-			this.label1.Name = "label1";
-			this.label1.Size = new System.Drawing.Size(144, 16);
-			this.label1.TabIndex = 50;
-			this.label1.Text = "Status:";
-			// 
-			// label2
-			// 
-			this.label2.Location = new System.Drawing.Point(32, 16);
-			this.label2.Name = "label2";
-			this.label2.Size = new System.Drawing.Size(144, 16);
-			this.label2.TabIndex = 51;
-			this.label2.Text = "Job Summary:";
-			// 
-			// DCopyAppts
-			// 
-			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
-			this.ClientSize = new System.Drawing.Size(376, 326);
-			this.Controls.Add(this.label2);
-			this.Controls.Add(this.label1);
-			this.Controls.Add(this.lblProgress);
-			this.Controls.Add(this.lblSummary);
-			this.Controls.Add(this.pnlDescription);
-			this.Controls.Add(this.pnlOKCancel);
-			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
-			this.MaximizeBox = false;
-			this.Name = "DCopyAppts";
-			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
-			this.Text = "Copy Appointments";
-			this.Closing += new System.ComponentModel.CancelEventHandler(this.DCopyAppts_Closing);
-			this.Load += new System.EventHandler(this.DCopyAppts_Load);
-			this.pnlOKCancel.ResumeLayout(false);
-			this.pnlDescription.ResumeLayout(false);
-			this.grpDescription.ResumeLayout(false);
-			this.ResumeLayout(false);
+            this.components = new System.ComponentModel.Container();
+            this.pnlOKCancel = new System.Windows.Forms.Panel();
+            this.cmdOK = new System.Windows.Forms.Button();
+            this.lblSummary = new System.Windows.Forms.Label();
+            this.lblProgress = new System.Windows.Forms.Label();
+            this.timerPoll = new System.Windows.Forms.Timer(this.components);
+            this.label1 = new System.Windows.Forms.Label();
+            this.label2 = new System.Windows.Forms.Label();
+            this.pnlOKCancel.SuspendLayout();
+            this.SuspendLayout();
+            // 
+            // pnlOKCancel
+            // 
+            this.pnlOKCancel.Controls.Add(this.cmdOK);
+            this.pnlOKCancel.Dock = System.Windows.Forms.DockStyle.Bottom;
+            this.pnlOKCancel.Location = new System.Drawing.Point(0, 211);
+            this.pnlOKCancel.Name = "pnlOKCancel";
+            this.pnlOKCancel.Size = new System.Drawing.Size(376, 40);
+            this.pnlOKCancel.TabIndex = 4;
+            // 
+            // cmdOK
+            // 
+            this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
+            this.cmdOK.Location = new System.Drawing.Point(208, 8);
+            this.cmdOK.Name = "cmdOK";
+            this.cmdOK.Size = new System.Drawing.Size(136, 24);
+            this.cmdOK.TabIndex = 0;
+            this.cmdOK.Text = "OK";
+            // 
+            // lblSummary
+            // 
+            this.lblSummary.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
+            this.lblSummary.Location = new System.Drawing.Point(32, 32);
+            this.lblSummary.Name = "lblSummary";
+            this.lblSummary.Size = new System.Drawing.Size(312, 64);
+            this.lblSummary.TabIndex = 48;
+            this.lblSummary.Text = "lblSummary";
+            // 
+            // lblProgress
+            // 
+            this.lblProgress.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
+            this.lblProgress.Location = new System.Drawing.Point(32, 128);
+            this.lblProgress.Name = "lblProgress";
+            this.lblProgress.Size = new System.Drawing.Size(312, 72);
+            this.lblProgress.TabIndex = 49;
+            this.lblProgress.Text = "lblProgress";
+            // 
+            // timerPoll
+            // 
+            this.timerPoll.Tick += new System.EventHandler(this.timerPoll_Tick);
+            // 
+            // label1
+            // 
+            this.label1.Location = new System.Drawing.Point(32, 112);
+            this.label1.Name = "label1";
+            this.label1.Size = new System.Drawing.Size(144, 16);
+            this.label1.TabIndex = 50;
+            this.label1.Text = "Status:";
+            // 
+            // label2
+            // 
+            this.label2.Location = new System.Drawing.Point(32, 16);
+            this.label2.Name = "label2";
+            this.label2.Size = new System.Drawing.Size(144, 16);
+            this.label2.TabIndex = 51;
+            this.label2.Text = "Job Summary:";
+            // 
+            // DCopyAppts
+            // 
+            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
+            this.ClientSize = new System.Drawing.Size(376, 251);
+            this.Controls.Add(this.label2);
+            this.Controls.Add(this.label1);
+            this.Controls.Add(this.lblProgress);
+            this.Controls.Add(this.lblSummary);
+            this.Controls.Add(this.pnlOKCancel);
+            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
+            this.MaximizeBox = false;
+            this.Name = "DCopyAppts";
+            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
+            this.Text = "Copy Appointments";
+            this.Load += new System.EventHandler(this.DCopyAppts_Load);
+            this.Closing += new System.ComponentModel.CancelEventHandler(this.DCopyAppts_Closing);
+            this.pnlOKCancel.ResumeLayout(false);
+            this.ResumeLayout(false);
 
 		}
@@ -237,6 +184,6 @@
 			{
 				//Start M copy job and get the ZTSK number
-				this.timerPoll.Stop();
-				lblProgress.Text = "Starting Process";
+				//this.timerPoll.Stop();
+				lblProgress.Text = "Starting Process... \r\n";
 
 				string sSql = "BSDX COPY APPOINTMENTS^" + m_ResourceID + "^" + m_HospLocationID + "^" + m_dtBegin.ToShortDateString() + "^" + m_dtEnd.ToShortDateString();
@@ -254,15 +201,13 @@
 				if (sError != "OK")
 				{
-					timerPoll.Stop();
+					//timerPoll.Stop();
 					lblProgress.Text = sError;
 					cmdOK.Enabled = true;
-					cmdCancel.Enabled = false;
 				}
 				else
 				{
-					lblProgress.Text = "RPMS Job queued as Task #" + m_sTask;
-					;//this.timerPoll.Start();
-					cmdOK.Enabled = false;
-					cmdCancel.Enabled = true;
+					lblProgress.Text += "VistA Job queued as Task #" + m_sTask;
+					//this.timerPoll.Start();
+					cmdOK.Enabled = true;	
 				}
 
Index: Scheduling/trunk/cs/bsdx0200GUISourceCode/DCopyAppts.resx
===================================================================
--- Scheduling/trunk/cs/bsdx0200GUISourceCode/DCopyAppts.resx	(revision 626)
+++ Scheduling/trunk/cs/bsdx0200GUISourceCode/DCopyAppts.resx	(revision 627)
@@ -4,5 +4,5 @@
     Microsoft ResX Schema 
     
-    Version 1.3
+    Version 2.0
     
     The primary goals of this format is to allow a simple XML format 
@@ -15,14 +15,15 @@
     ... ado.net/XML headers & schema ...
     <resheader name="resmimetype">text/microsoft-resx</resheader>
-    <resheader name="version">1.3</resheader>
+    <resheader name="version">2.0</resheader>
     <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
     <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
-    <data name="Name1">this is my long string</data>
+    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
     <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
     <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
-        [base64 mime encoded serialized .NET Framework object]
+        <value>[base64 mime encoded serialized .NET Framework object]</value>
     </data>
     <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
-        [base64 mime encoded string representing a byte array form of the .NET Framework object]
+        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
+        <comment>This is a comment</comment>
     </data>
                 
@@ -36,5 +37,5 @@
     mimetype set.
     
-    The mimetype is used forserialized objects, and tells the 
+    The mimetype is used for serialized objects, and tells the 
     ResXResourceReader how to depersist the object. This is currently not 
     extensible. For a given mimetype the value must be set accordingly:
@@ -46,5 +47,5 @@
     mimetype: application/x-microsoft.net.object.binary.base64
     value   : The object must be serialized with 
-            : System.Serialization.Formatters.Binary.BinaryFormatter
+            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
             : and then encoded with base64 encoding.
     
@@ -60,7 +61,25 @@
     -->
   <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
     <xsd:element name="root" msdata:IsDataSet="true">
       <xsd:complexType>
         <xsd:choice maxOccurs="unbounded">
+          <xsd:element name="metadata">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" />
+              </xsd:sequence>
+              <xsd:attribute name="name" use="required" type="xsd:string" />
+              <xsd:attribute name="type" type="xsd:string" />
+              <xsd:attribute name="mimetype" type="xsd:string" />
+              <xsd:attribute ref="xml:space" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="assembly">
+            <xsd:complexType>
+              <xsd:attribute name="alias" type="xsd:string" />
+              <xsd:attribute name="name" type="xsd:string" />
+            </xsd:complexType>
+          </xsd:element>
           <xsd:element name="data">
             <xsd:complexType>
@@ -69,7 +88,8 @@
                 <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
               </xsd:sequence>
-              <xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
+              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
               <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
               <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+              <xsd:attribute ref="xml:space" />
             </xsd:complexType>
           </xsd:element>
@@ -90,167 +110,14 @@
   </resheader>
   <resheader name="version">
-    <value>1.3</value>
+    <value>2.0</value>
   </resheader>
   <resheader name="reader">
-    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </resheader>
   <resheader name="writer">
-    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </resheader>
-  <data name="pnlOKCancel.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>False</value>
-  </data>
-  <data name="pnlOKCancel.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>True</value>
-  </data>
-  <data name="pnlOKCancel.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>Private</value>
-  </data>
-  <data name="pnlOKCancel.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
-    <value>8, 8</value>
-  </data>
-  <data name="pnlOKCancel.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>False</value>
-  </data>
-  <data name="pnlOKCancel.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>Private</value>
-  </data>
-  <data name="cmdCancel.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>False</value>
-  </data>
-  <data name="cmdCancel.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>Private</value>
-  </data>
-  <data name="cmdCancel.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>Private</value>
-  </data>
-  <data name="cmdOK.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>False</value>
-  </data>
-  <data name="cmdOK.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>Private</value>
-  </data>
-  <data name="cmdOK.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>Private</value>
-  </data>
-  <data name="pnlDescription.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>False</value>
-  </data>
-  <data name="pnlDescription.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>True</value>
-  </data>
-  <data name="pnlDescription.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>Private</value>
-  </data>
-  <data name="pnlDescription.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
-    <value>8, 8</value>
-  </data>
-  <data name="pnlDescription.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>True</value>
-  </data>
-  <data name="pnlDescription.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>Private</value>
-  </data>
-  <data name="grpDescription.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>Private</value>
-  </data>
-  <data name="grpDescription.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
-    <value>8, 8</value>
-  </data>
-  <data name="grpDescription.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>True</value>
-  </data>
-  <data name="grpDescription.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>False</value>
-  </data>
-  <data name="grpDescription.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>True</value>
-  </data>
-  <data name="grpDescription.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>Private</value>
-  </data>
-  <data name="lblDescription.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>Private</value>
-  </data>
-  <data name="lblDescription.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>False</value>
-  </data>
-  <data name="lblDescription.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>Private</value>
-  </data>
-  <data name="lblSummary.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>False</value>
-  </data>
-  <data name="lblSummary.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>Private</value>
-  </data>
-  <data name="lblSummary.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>Private</value>
-  </data>
-  <data name="lblProgress.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>False</value>
-  </data>
-  <data name="lblProgress.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>Private</value>
-  </data>
-  <data name="lblProgress.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>Private</value>
-  </data>
-  <data name="timerPoll.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>Private</value>
-  </data>
-  <data name="timerPoll.Location" type="System.Drawing.Point, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
+  <metadata name="timerPoll.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
     <value>17, 17</value>
-  </data>
-  <data name="timerPoll.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>Private</value>
-  </data>
-  <data name="label1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>False</value>
-  </data>
-  <data name="label1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>Private</value>
-  </data>
-  <data name="label1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>Private</value>
-  </data>
-  <data name="label2.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>False</value>
-  </data>
-  <data name="label2.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>Private</value>
-  </data>
-  <data name="label2.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>Private</value>
-  </data>
-  <data name="$this.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>False</value>
-  </data>
-  <data name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>(Default)</value>
-  </data>
-  <data name="$this.TrayLargeIcon" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>False</value>
-  </data>
-  <data name="$this.Localizable" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>False</value>
-  </data>
-  <data name="$this.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
-    <value>8, 8</value>
-  </data>
-  <data name="$this.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>True</value>
-  </data>
-  <data name="$this.TrayHeight" type="System.Int32, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>80</value>
-  </data>
-  <data name="$this.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>True</value>
-  </data>
-  <data name="$this.Name">
-    <value>DCopyAppts</value>
-  </data>
-  <data name="$this.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
-    <value>Private</value>
-  </data>
+  </metadata>
 </root>
Index: Scheduling/trunk/cs/bsdx0200GUISourceCode/DManagement.cs
===================================================================
--- Scheduling/trunk/cs/bsdx0200GUISourceCode/DManagement.cs	(revision 626)
+++ Scheduling/trunk/cs/bsdx0200GUISourceCode/DManagement.cs	(revision 627)
@@ -1025,5 +1025,5 @@
             this.label2.Size = new System.Drawing.Size(136, 16);
             this.label2.TabIndex = 4;
-            this.label2.Text = "Copy From RPMS Clinic:";
+            this.label2.Text = "Copy From VistA Clinic:";
             // 
             // cboRPMSClinic
@@ -1414,5 +1414,5 @@
 				this.cmdChangeResource.Text = "Change User...";
 				this.cmdRemoveUser.Visible = true;
-				this.lblDescription.Text = "Define the users who can create appointments and establish availability for a particular resource.  Users must first be given basic access to the RPMS Scheduling package using standard RPMS menu and key management before they can be selected here and assigned to a resource.  Click the left-pointing arrow near the upper right of the window to go back to the list of resources.";
+				this.lblDescription.Text = "Define the users who can create appointments and establish availability for a particular resource.  Users must first be given basic access to the VistA Scheduling package using standard VistA menu and key management before they can be selected here and assigned to a resource.  Click the left-pointing arrow near the upper right of the window to go back to the list of resources.";
 				int nRows = this.grdResources.VisibleRowCount;
 				if (nRows == 0)
Index: Scheduling/trunk/cs/bsdx0200GUISourceCode/DManagement.resx
===================================================================
--- Scheduling/trunk/cs/bsdx0200GUISourceCode/DManagement.resx	(revision 626)
+++ Scheduling/trunk/cs/bsdx0200GUISourceCode/DManagement.resx	(revision 627)
@@ -128,5 +128,5 @@
   </data>
   <data name="lblDescriptionXfer.Text" xml:space="preserve">
-    <value>Use this panel to copy appointments from an RPMS clinic into a Windows Scheduling clinic.  Select the Beginning and Ending dates for the transfer.  All appointments (except cancelled appointments) during the time between these dates will be copied from RPMS to the selected Windows Scheduling resource.</value>
+    <value>Use this panel to copy appointments from an VistA clinic into a Windows Scheduling clinic.  Select the Beginning and Ending dates for the transfer.  All appointments (except cancelled appointments) during the time between these dates will be copied from VistA to the selected Windows Scheduling resource.</value>
   </data>
   <data name="lblWorkstations.Text" xml:space="preserve">
Index: Scheduling/trunk/cs/bsdx0200GUISourceCode/DResource.cs
===================================================================
--- Scheduling/trunk/cs/bsdx0200GUISourceCode/DResource.cs	(revision 626)
+++ Scheduling/trunk/cs/bsdx0200GUISourceCode/DResource.cs	(revision 627)
@@ -176,5 +176,5 @@
 			this.lblDescription.Size = new System.Drawing.Size(492, 61);
 			this.lblDescription.TabIndex = 1;
-			this.lblDescription.Text = @"Resources may optionally be linked to an RPMS Clinic.  To define the parameters for an RPMS clinic, you must log into RPMS and use the RPMS Scheduling Supervisor's menus.  The Time Interval field controls the increment of time used on the Calendar display.  The Letter Text tab contains the body text of reminder letters for this clinic.";
+			this.lblDescription.Text = @"Resources may optionally be linked to a VistA Clinic.  To define the parameters for an VistA clinic, you must log into VistA and use the VistA Scheduling Supervisor's menus.  The Time Interval field controls the increment of time used on the Calendar display.  The Letter Text tab contains the body text of reminder letters for this clinic.";
 			// 
 			// tabResources
@@ -268,5 +268,5 @@
 			this.grpRPMSClinicLink.TabIndex = 48;
 			this.grpRPMSClinicLink.TabStop = false;
-			this.grpRPMSClinicLink.Text = "RPMS Clinic Link";
+			this.grpRPMSClinicLink.Text = "VistA Clinic Link";
 			// 
 			// lblReactivateDate
@@ -378,5 +378,5 @@
 			this.label4.Size = new System.Drawing.Size(72, 16);
 			this.label4.TabIndex = 45;
-			this.label4.Text = "RPMS Clinic:";
+			this.label4.Text = "VistA Clinic:";
 			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
 			// 
Index: Scheduling/trunk/cs/bsdx0200GUISourceCode/DResourceUser.cs
===================================================================
--- Scheduling/trunk/cs/bsdx0200GUISourceCode/DResourceUser.cs	(revision 626)
+++ Scheduling/trunk/cs/bsdx0200GUISourceCode/DResourceUser.cs	(revision 627)
@@ -156,5 +156,5 @@
 			this.lblDescriptionResourceGroup.TabIndex = 0;
 			this.lblDescriptionResourceGroup.Text = "Use this panel to assign user access to Resources.  Only users who have the BSDXZ" +
-				"MENU key in RPMS will appear in the selection list.  If Modify Schedule is check" +
+				"MENU key in VistA will appear in the selection list.  If Modify Schedule is check" +
 				"ed, then the user will be able to add and edit the resource\'s availability.";
 			// 
Index: Scheduling/trunk/cs/bsdx0200GUISourceCode/DSplash.cs
===================================================================
--- Scheduling/trunk/cs/bsdx0200GUISourceCode/DSplash.cs	(revision 626)
+++ Scheduling/trunk/cs/bsdx0200GUISourceCode/DSplash.cs	(revision 627)
@@ -55,63 +55,49 @@
 		private void InitializeComponent()
 		{
-			this.label1 = new System.Windows.Forms.Label();
-            //this.lblVersion = new System.Windows.Forms.Label();
-			this.lnkMail = new System.Windows.Forms.LinkLabel();
-			this.lblStatus = new System.Windows.Forms.Label();
-			this.SuspendLayout();
-			// 
-			// label1
-			// 
-			this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
-			this.label1.Location = new System.Drawing.Point(24, 32);
-			this.label1.Name = "label1";
-			this.label1.Size = new System.Drawing.Size(448, 40);
-			this.label1.TabIndex = 0;
-			this.label1.Text = "Clinical Scheduling";
-			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
-			// 
-			// lblVersion
-			// 
-            //this.lblVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
-            //this.lblVersion.Location = new System.Drawing.Point(88, 88);
-            //this.lblVersion.Name = "lblVersion";
-            //this.lblVersion.Size = new System.Drawing.Size(328, 32);
-            //this.lblVersion.TabIndex = 1;
-            //this.lblVersion.Text = "Version ";
-            //this.lblVersion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
-			// 
-			// lnkMail
-			// 
-            //this.lnkMail.Location = new System.Drawing.Point(328, 224);
-            //this.lnkMail.Name = "lnkMail";
-            //this.lnkMail.Size = new System.Drawing.Size(144, 16);
-            //this.lnkMail.TabIndex = 2;
-            //this.lnkMail.TabStop = true;
-            //this.lnkMail.Text = "Horace.Whitt@mail.ihs.gov";
-			// 
-			// lblStatus
-			// 
-			this.lblStatus.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
-			this.lblStatus.Location = new System.Drawing.Point(88, 160);
-			this.lblStatus.Name = "lblStatus";
-			this.lblStatus.Size = new System.Drawing.Size(328, 16);
-			this.lblStatus.TabIndex = 3;
-			this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
-			// 
-			// DSplash
-			// 
-			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
-			this.ClientSize = new System.Drawing.Size(488, 252);
-			this.ControlBox = false;
-			this.Controls.Add(this.lblStatus);
-			this.Controls.Add(this.lnkMail);
-            //this.Controls.Add(this.lblVersion);
-			this.Controls.Add(this.label1);
-			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
-			this.Name = "DSplash";
-			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
-			this.Text = "Clinical Scheduling";
-			this.Load += new System.EventHandler(this.DSplash_Load);
-			this.ResumeLayout(false);
+            this.label1 = new System.Windows.Forms.Label();
+            this.lnkMail = new System.Windows.Forms.LinkLabel();
+            this.lblStatus = new System.Windows.Forms.Label();
+            this.SuspendLayout();
+            // 
+            // label1
+            // 
+            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.label1.Location = new System.Drawing.Point(24, 32);
+            this.label1.Name = "label1";
+            this.label1.Size = new System.Drawing.Size(448, 40);
+            this.label1.TabIndex = 0;
+            this.label1.Text = "VistA Clinical Scheduling";
+            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+            // 
+            // lnkMail
+            // 
+            this.lnkMail.Location = new System.Drawing.Point(0, 0);
+            this.lnkMail.Name = "lnkMail";
+            this.lnkMail.Size = new System.Drawing.Size(100, 23);
+            this.lnkMail.TabIndex = 4;
+            // 
+            // lblStatus
+            // 
+            this.lblStatus.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
+            this.lblStatus.Location = new System.Drawing.Point(88, 160);
+            this.lblStatus.Name = "lblStatus";
+            this.lblStatus.Size = new System.Drawing.Size(328, 16);
+            this.lblStatus.TabIndex = 3;
+            this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+            // 
+            // DSplash
+            // 
+            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
+            this.ClientSize = new System.Drawing.Size(488, 252);
+            this.ControlBox = false;
+            this.Controls.Add(this.lblStatus);
+            this.Controls.Add(this.lnkMail);
+            this.Controls.Add(this.label1);
+            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
+            this.Name = "DSplash";
+            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
+            this.Text = "Clinical Scheduling";
+            this.Load += new System.EventHandler(this.DSplash_Load);
+            this.ResumeLayout(false);
 
 		}
Index: Scheduling/trunk/cs/bsdx0200GUISourceCode/bin/Release/ClinicalScheduling.XML
===================================================================
--- Scheduling/trunk/cs/bsdx0200GUISourceCode/bin/Release/ClinicalScheduling.XML	(revision 626)
+++ Scheduling/trunk/cs/bsdx0200GUISourceCode/bin/Release/ClinicalScheduling.XML	(revision 627)
@@ -78,4 +78,22 @@
             </summary>
         </member>
+        <member name="T:IndianHealthService.ClinicalScheduling.CGSelectionChangedArgs">
+            <summary>
+            This class was regenerated from Calendargrid.dll using Reflector.exe
+            by Sam Habiel for WorldVista. The original source code is lost.
+            </summary>
+        </member>
+        <member name="T:IndianHealthService.ClinicalScheduling.CalendarGrid">
+            <summary>
+            This class was regenerated from Calendargrid.dll using Reflector.exe
+            by Sam Habiel for WorldVista. The original source code is lost.
+            </summary>
+        </member>
+        <member name="T:IndianHealthService.ClinicalScheduling.CGSelectionChangedHandler">
+            <summary>
+            This class was regenerated from Calendargrid.dll using Reflector.exe
+            by Sam Habiel for WorldVista. The original source code is lost.
+            </summary>
+        </member>
         <member name="T:IndianHealthService.ClinicalScheduling.CGDocumentManager">
             <summary>
@@ -359,4 +377,10 @@
             <summary>
             Gets the name of the Access Group;
+            </summary>
+        </member>
+        <member name="T:IndianHealthService.ClinicalScheduling.CGResource">
+            <summary>
+            This class was regenerated from Calendargrid.dll using Reflector.exe
+            by Sam Habiel for WorldVista. The original source code is lost.
             </summary>
         </member>
@@ -544,4 +568,10 @@
             </summary>
         </member>
+        <member name="T:IndianHealthService.ClinicalScheduling.CGRange">
+            <summary>
+            This class was regenerated from Calendargrid.dll using Reflector.exe
+            by Sam Habiel for WorldVista. The original source code is lost.
+            </summary>
+        </member>
         <member name="T:IndianHealthService.ClinicalScheduling.DSelectLetterClinics">
             <summary>
@@ -563,4 +593,16 @@
             <summary>
             Returns the |-delimited string of selected resource id's
+            </summary>
+        </member>
+        <member name="T:IndianHealthService.ClinicalScheduling.DAccessBlock">
+            <summary>
+            This class was regenerated from Calendargrid.dll using Reflector.exe
+            by Sam Habiel for WorldVista. The original source code is lost.
+            </summary>
+        </member>
+        <member name="T:IndianHealthService.ClinicalScheduling.CGAppointments">
+            <summary>
+            This class was regenerated from Calendargrid.dll using Reflector.exe
+            by Sam Habiel for WorldVista. The original source code is lost.
             </summary>
         </member>
@@ -769,4 +811,10 @@
             </summary>
         </member>
+        <member name="T:IndianHealthService.ClinicalScheduling.CGAppointmentChangedHandler">
+            <summary>
+            This class was regenerated from Calendargrid.dll using Reflector.exe
+            by Sam Habiel for WorldVista. The original source code is lost.
+            </summary>
+        </member>
         <member name="T:IndianHealthService.ClinicalScheduling.DResourceGroup">
             <summary>
@@ -840,4 +888,10 @@
             </summary>
         </member>
+        <member name="T:IndianHealthService.ClinicalScheduling.CGCell">
+            <summary>
+            This class was regenerated from Calendargrid.dll using Reflector.exe
+            by Sam Habiel for WorldVista. The original source code is lost.
+            </summary>
+        </member>
         <member name="T:IndianHealthService.ClinicalScheduling.DSelectSchedules">
             <summary>
@@ -890,4 +944,16 @@
             <summary>
             Accesses the document associated with this view
+            </summary>
+        </member>
+        <member name="T:IndianHealthService.ClinicalScheduling.CGAvailability">
+            <summary>
+            This class was regenerated from Calendargrid.dll using Reflector.exe
+            by Sam Habiel for WorldVista. The original source code is lost.
+            </summary>
+        </member>
+        <member name="T:IndianHealthService.ClinicalScheduling.CGAppointment">
+            <summary>
+            This class was regenerated from Calendargrid.dll using Reflector.exe
+            by Sam Habiel for WorldVista. The original source code is lost.
             </summary>
         </member>
@@ -976,4 +1042,16 @@
             <summary>
             Sets and returns the maximum number of days in the future to look for rebook availability
+            </summary>
+        </member>
+        <member name="T:IndianHealthService.ClinicalScheduling.CGCells">
+            <summary>
+            This class was regenerated from Calendargrid.dll using Reflector.exe
+            by Sam Habiel for WorldVista. The original source code is lost.
+            </summary>
+        </member>
+        <member name="T:IndianHealthService.ClinicalScheduling.CGAppointmentChangedArgs">
+            <summary>
+            This class was regenerated from Calendargrid.dll using Reflector.exe
+            by Sam Habiel for WorldVista. The original source code is lost.
             </summary>
         </member>
@@ -1084,82 +1162,4 @@
             </summary>
         </member>
-        <member name="T:IndianHealthService.ClinicalScheduling.CalendarGrid">
-            <summary>
-            This class was regenerated from Calendargrid.dll using Reflector.exe
-            by Sam Habiel for WorldVista. The original source code is lost.
-            </summary>
-        </member>
-        <member name="T:IndianHealthService.ClinicalScheduling.DAccessBlock">
-            <summary>
-            This class was regenerated from Calendargrid.dll using Reflector.exe
-            by Sam Habiel for WorldVista. The original source code is lost.
-            </summary>
-        </member>
-        <member name="T:IndianHealthService.ClinicalScheduling.CGAppointment">
-            <summary>
-            This class was regenerated from Calendargrid.dll using Reflector.exe
-            by Sam Habiel for WorldVista. The original source code is lost.
-            </summary>
-        </member>
-        <member name="T:IndianHealthService.ClinicalScheduling.CGAppointmentChangedArgs">
-            <summary>
-            This class was regenerated from Calendargrid.dll using Reflector.exe
-            by Sam Habiel for WorldVista. The original source code is lost.
-            </summary>
-        </member>
-        <member name="T:IndianHealthService.ClinicalScheduling.CGAppointmentChangedHandler">
-            <summary>
-            This class was regenerated from Calendargrid.dll using Reflector.exe
-            by Sam Habiel for WorldVista. The original source code is lost.
-            </summary>
-        </member>
-        <member name="T:IndianHealthService.ClinicalScheduling.CGAppointments">
-            <summary>
-            This class was regenerated from Calendargrid.dll using Reflector.exe
-            by Sam Habiel for WorldVista. The original source code is lost.
-            </summary>
-        </member>
-        <member name="T:IndianHealthService.ClinicalScheduling.CGAvailability">
-            <summary>
-            This class was regenerated from Calendargrid.dll using Reflector.exe
-            by Sam Habiel for WorldVista. The original source code is lost.
-            </summary>
-        </member>
-        <member name="T:IndianHealthService.ClinicalScheduling.CGCell">
-            <summary>
-            This class was regenerated from Calendargrid.dll using Reflector.exe
-            by Sam Habiel for WorldVista. The original source code is lost.
-            </summary>
-        </member>
-        <member name="T:IndianHealthService.ClinicalScheduling.CGCells">
-            <summary>
-            This class was regenerated from Calendargrid.dll using Reflector.exe
-            by Sam Habiel for WorldVista. The original source code is lost.
-            </summary>
-        </member>
-        <member name="T:IndianHealthService.ClinicalScheduling.CGRange">
-            <summary>
-            This class was regenerated from Calendargrid.dll using Reflector.exe
-            by Sam Habiel for WorldVista. The original source code is lost.
-            </summary>
-        </member>
-        <member name="T:IndianHealthService.ClinicalScheduling.CGResource">
-            <summary>
-            This class was regenerated from Calendargrid.dll using Reflector.exe
-            by Sam Habiel for WorldVista. The original source code is lost.
-            </summary>
-        </member>
-        <member name="T:IndianHealthService.ClinicalScheduling.CGSelectionChangedArgs">
-            <summary>
-            This class was regenerated from Calendargrid.dll using Reflector.exe
-            by Sam Habiel for WorldVista. The original source code is lost.
-            </summary>
-        </member>
-        <member name="T:IndianHealthService.ClinicalScheduling.CGSelectionChangedHandler">
-            <summary>
-            This class was regenerated from Calendargrid.dll using Reflector.exe
-            by Sam Habiel for WorldVista. The original source code is lost.
-            </summary>
-        </member>
     </members>
 </doc>
