diff --git a/PROMS/Volian.Controls.Library/frmEnhanced.Designer.cs b/PROMS/Volian.Controls.Library/frmEnhanced.Designer.cs
new file mode 100644
index 00000000..4e381596
--- /dev/null
+++ b/PROMS/Volian.Controls.Library/frmEnhanced.Designer.cs
@@ -0,0 +1,64 @@
+namespace Volian.Controls.Library
+{
+ partial class frmEnhanced
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ this.tc = new Volian.Controls.Library.DisplayTabControl();
+ this.SuspendLayout();
+ //
+ // tc
+ //
+ this.tc.ChgId = null;
+ this.tc.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.tc.Location = new System.Drawing.Point(0, 0);
+ this.tc.MyCopyStep = null;
+ this.tc.MyEditItem = null;
+ this.tc.MySessionInfo = null;
+ this.tc.Name = "tc";
+ this.tc.RibbonExpanded = true;
+ this.tc.SelectedDisplayTabItem = null;
+ this.tc.Size = new System.Drawing.Size(284, 262);
+ this.tc.SyncEnhancedDocuments = false;
+ this.tc.TabIndex = 0;
+ //
+ // frmEnhanced
+ //
+ this.ClientSize = new System.Drawing.Size(284, 262);
+ this.Controls.Add(this.tc);
+ this.Name = "frmEnhanced";
+ this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
+ this.Load += new System.EventHandler(this.frmEnhanced_Load);
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private Volian.Controls.Library.DisplayTabControl tc;
+ }
+}
\ No newline at end of file
diff --git a/PROMS/Volian.Controls.Library/frmEnhanced.resx b/PROMS/Volian.Controls.Library/frmEnhanced.resx
new file mode 100644
index 00000000..7080a7d1
--- /dev/null
+++ b/PROMS/Volian.Controls.Library/frmEnhanced.resx
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
\ No newline at end of file