diff --git a/project/XPS/bin/SteamWare.dll b/project/XPS/bin/SteamWare.dll
index fc470e7..e77a478 100644
Binary files a/project/XPS/bin/SteamWare.dll and b/project/XPS/bin/SteamWare.dll differ
diff --git a/project/XPS/bin/XPS.dll b/project/XPS/bin/XPS.dll
index 1a30713..363352b 100644
Binary files a/project/XPS/bin/XPS.dll and b/project/XPS/bin/XPS.dll differ
diff --git a/project/XPS/bin/XPS_data.dll b/project/XPS/bin/XPS_data.dll
index 79f6c00..e38848e 100644
Binary files a/project/XPS/bin/XPS_data.dll and b/project/XPS/bin/XPS_data.dll differ
diff --git a/project/XPS/obj/Debug/XPS.dll b/project/XPS/obj/Debug/XPS.dll
index b7f4558..363352b 100644
Binary files a/project/XPS/obj/Debug/XPS.dll and b/project/XPS/obj/Debug/XPS.dll differ
diff --git a/project/XPS/obj/EQUA/XPS.dll b/project/XPS/obj/EQUA/XPS.dll
index 1a30713..c7f8341 100644
Binary files a/project/XPS/obj/EQUA/XPS.dll and b/project/XPS/obj/EQUA/XPS.dll differ
diff --git a/project/XPST/Default.aspx.cs b/project/XPST/Default.aspx.cs
index cecee8e..09c45cc 100644
--- a/project/XPST/Default.aspx.cs
+++ b/project/XPST/Default.aspx.cs
@@ -21,7 +21,6 @@ namespace XPST
}
else
{
- //Response.Redirect("Home.aspx");
Response.Redirect("barcode.aspx");
}
}
diff --git a/project/XPST/Style.css b/project/XPST/Style.css
index 9678abb..835f4e1 100644
--- a/project/XPST/Style.css
+++ b/project/XPST/Style.css
@@ -339,7 +339,7 @@
border: solid 2px blue;
background-color: #88FFFF;
font-weight: bold;
- font-size:20pt;
+ font-size: 20pt;
text-align: center;
}
.btnBarcodeBigWide2
@@ -349,7 +349,7 @@
border: solid 2px blue;
background-color: #FF88FF;
font-weight: bold;
- font-size:20pt;
+ font-size: 20pt;
text-align: center;
}
.btnBarcodeBigWide3
@@ -359,7 +359,7 @@
border: solid 2px blue;
background-color: #FFFF88;
font-weight: bold;
- font-size:20pt;
+ font-size: 20pt;
text-align: center;
}
.btnBarcodeBigWide4
@@ -369,7 +369,7 @@
border: solid 2px blue;
background-color: #F8F8F8;
font-weight: bold;
- font-size:20pt;
+ font-size: 20pt;
text-align: center;
}
.btnBarcodeBigWide5
@@ -379,7 +379,7 @@
border: solid 2px blue;
background-color: #44FF44;
font-weight: bold;
- font-size:20pt;
+ font-size: 20pt;
text-align: center;
}
.btnBarcodeBigWide6
@@ -389,7 +389,7 @@
border: solid 2px blue;
background-color: #FF4444;
font-weight: bold;
- font-size:20pt;
+ font-size: 20pt;
text-align: center;
}
@@ -549,3 +549,11 @@
color: Red;
font-weight: bold;
}
+.divSx
+{
+ float: left;
+}
+.divDx
+{
+ float: right;
+}
diff --git a/project/XPST/Web.Debug.config b/project/XPST/Web.Debug.config
new file mode 100644
index 0000000..2c6dd51
--- /dev/null
+++ b/project/XPST/Web.Debug.config
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/project/XPST/Web.EQUA.config b/project/XPST/Web.EQUA.config
new file mode 100644
index 0000000..4122d79
--- /dev/null
+++ b/project/XPST/Web.EQUA.config
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/project/XPST/Web.Release.config b/project/XPST/Web.Release.config
new file mode 100644
index 0000000..4122d79
--- /dev/null
+++ b/project/XPST/Web.Release.config
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/project/XPST/Web.config b/project/XPST/Web.config
index 65743f0..26b04f4 100644
--- a/project/XPST/Web.config
+++ b/project/XPST/Web.config
@@ -1,4 +1,4 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
-
-
+
+
+
-
+ The StorageMethod parameter sets the ViewState's storage type.
+ Possible values are :
+
+ - File (saves ViewState into a file, server side)
+ - StoragePath must specify a write enabled server path ( ~ means site root path)
+ If StoragePath is a web path (i.e.: \\MachineName\Dir), when used in webfarms,
+ please add the following line under
+
+
+ - Default (default ViewState saving method, sending hidden fields to client side)
+
+ - Session (saves ViewState into a Session variable, server side)
+
+ - SqlServer (saves the ViewState into a database table)
+ - ConnectionString specifies the database connection.
+ - TableName specifies the table in the database where the records will be stored.
+
+ New Option :
+ Compressed="true" or Compressed="false"
+ this will compress the ViewState if StorageMethod is Default or File.
+ so the ViewState's value will be significantly smaller than the original value.
+ Compression method is not suported by StorageMethod="Session"
+
+ -->
+
-
-
-
-
-
-
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
-
-
+
-
-
+
-
+ This HttpModule provides automatic cleanup of viewstate files
+ on the start of each session, thus requiring
+ the SessionStateModule to be installed as well.
+ -->
+
-
+
-
+
+ -->
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
+
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/project/XPST/WebMasterPages/Compact.Master b/project/XPST/WebMasterPages/Compact.Master
deleted file mode 100644
index bc97d7b..0000000
--- a/project/XPST/WebMasterPages/Compact.Master
+++ /dev/null
@@ -1,27 +0,0 @@
-<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Compact.master.cs" Inherits="XPST.Compact" %>
-
-<%@ Register Src="../WebUserControls/mod_menuTopCompact.ascx" TagName="mod_menuTopCompact"
- TagPrefix="uc1" %>
-<%@ Register Src="../WebUserControls/mod_currentTask.ascx" TagName="mod_currentTask"
- TagPrefix="uc2" %>
-
-
-
- XPST Term
-
-
-
-
-
-
-
-
diff --git a/project/XPST/WebMasterPages/Compact.Master.cs b/project/XPST/WebMasterPages/Compact.Master.cs
deleted file mode 100644
index 48ec4cb..0000000
--- a/project/XPST/WebMasterPages/Compact.Master.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Web;
-using System.Web.UI;
-using System.Web.UI.WebControls;
-
-namespace XPST
-{
- public partial class Compact : System.Web.UI.MasterPage
- {
- protected void Page_Load(object sender, EventArgs e)
- {
- }
- }
-}
diff --git a/project/XPST/WebMasterPages/Compact.Master.designer.cs b/project/XPST/WebMasterPages/Compact.Master.designer.cs
deleted file mode 100644
index 29d28dd..0000000
--- a/project/XPST/WebMasterPages/Compact.Master.designer.cs
+++ /dev/null
@@ -1,61 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:2.0.50727.4963
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace XPST {
-
-
- public partial class Compact {
-
- ///
- /// head control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.ContentPlaceHolder head;
-
- ///
- /// form1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.HtmlControls.HtmlForm form1;
-
- ///
- /// mod_menuTopCompact1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.UserControl mod_menuTopCompact1;
-
- ///
- /// mod_currentTask1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.UserControl mod_currentTask1;
-
- ///
- /// body control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.ContentPlaceHolder body;
- }
-}
diff --git a/project/XPST/WebMasterPages/CompactBCode.Master b/project/XPST/WebMasterPages/CompactBCode.Master
index 8b1aa4a..273f05a 100644
--- a/project/XPST/WebMasterPages/CompactBCode.Master
+++ b/project/XPST/WebMasterPages/CompactBCode.Master
@@ -1,10 +1,7 @@
-<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="CompactBCode.master.cs"
- Inherits="XPST.WebMasterPages.CompactBCode" %>
+<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="CompactBCode.master.cs" Inherits="XPST.WebMasterPages.CompactBCode" %>
-<%@ Register Src="../WebUserControls/mod_menuTopCompact.ascx" TagName="mod_menuTopCompact"
- TagPrefix="uc1" %>
-<%@ Register Src="../WebUserControls/mod_currentTask.ascx" TagName="mod_currentTask"
- TagPrefix="uc2" %>
+<%@ Register Src="../WebUserControls/mod_menuTopCompact.ascx" TagName="mod_menuTopCompact" TagPrefix="uc1" %>
+<%@ Register Src="../WebUserControls/mod_footer.ascx" TagName="mod_footer" TagPrefix="uc2" %>
@@ -12,26 +9,37 @@
-
-
+
+ <%--
-
+ $(document).live('pageshow', focusBC);
+ --%>