-
+
diff --git a/GMW/GMW_Term/WebUserControls/mod_home.ascx.cs b/GMW/GMW_Term/WebUserControls/mod_home.ascx.cs
index 211e6d8c..2d91e800 100644
--- a/GMW/GMW_Term/WebUserControls/mod_home.ascx.cs
+++ b/GMW/GMW_Term/WebUserControls/mod_home.ascx.cs
@@ -23,35 +23,20 @@ namespace GMW_Term.WebUserControls
protected void Page_Load(object sender, EventArgs e)
{
// scrive label e text bottoni
-
- btn1.Text = "Barcode\n[Alt+1]";
- btn1.AccessKey = "1";
- //btn2.Text = traduci("Research") + "\n[Alt+3]" ;
- //btn2.AccessKey = "3";
- btn3.Text = traduci("TakeList") + "\n[Alt+7]";
- btn3.AccessKey = "7";
- btn4.Text = traduci("SmartList") + "\n[Alt+9]";
- btn4.AccessKey = "9";
+ btn1.Text = string.Format("{0}\n[Alt+{1}]",traduci("MenuLDP"),2);
+ btn1.AccessKey = "2";
+ btn2.Text = string.Format("{0}\n[Alt+{1}]", traduci("MenuMov"), 8);
+ btn2.AccessKey = "8";
}
protected void btn1_Click(object sender, EventArgs e)
{
- Response.Redirect("Barcode.aspx");
+ Response.Redirect("MenuLDP.aspx");
}
- protected void btn2_Click1(object sender, EventArgs e)
+ protected void btn2_Click(object sender, EventArgs e)
{
- Response.Redirect("Search.aspx");
- }
-
- protected void btn3_Click1(object sender, EventArgs e)
- {
- Response.Redirect("ListePrelievo.aspx");
- }
-
- protected void btn4_Click1(object sender, EventArgs e)
- {
- Response.Redirect("SmartList.aspx");
+ Response.Redirect("MenuMov.aspx");
}
}
}
diff --git a/GMW/GMW_Term/WebUserControls/mod_home.ascx.designer.cs b/GMW/GMW_Term/WebUserControls/mod_home.ascx.designer.cs
index 1a5f5572..64692c41 100644
--- a/GMW/GMW_Term/WebUserControls/mod_home.ascx.designer.cs
+++ b/GMW/GMW_Term/WebUserControls/mod_home.ascx.designer.cs
@@ -23,21 +23,12 @@ namespace GMW_Term.WebUserControls {
protected global::System.Web.UI.WebControls.Button btn1;
///
- /// btn3 control.
+ /// btn2 control.
///
///
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
///
- protected global::System.Web.UI.WebControls.Button btn3;
-
- ///
- /// btn4 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.Button btn4;
+ protected global::System.Web.UI.WebControls.Button btn2;
}
}
diff --git a/GMW/GMW_Term/WebUserControls/mod_interrMov.ascx b/GMW/GMW_Term/WebUserControls/mod_interrMov.ascx
new file mode 100644
index 00000000..4b74fcb5
--- /dev/null
+++ b/GMW/GMW_Term/WebUserControls/mod_interrMov.ascx
@@ -0,0 +1 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_interrMov.ascx.cs" Inherits="GMW_Term.WebUserControls.mod_interrMov" %>
diff --git a/GMW/GMW_Term/WebUserControls/mod_interrMov.ascx.cs b/GMW/GMW_Term/WebUserControls/mod_interrMov.ascx.cs
new file mode 100644
index 00000000..321ff18a
--- /dev/null
+++ b/GMW/GMW_Term/WebUserControls/mod_interrMov.ascx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace GMW_Term.WebUserControls
+{
+ public partial class mod_interrMov : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/GMW/GMW_Term/WebUserControls/mod_interrMov.ascx.designer.cs b/GMW/GMW_Term/WebUserControls/mod_interrMov.ascx.designer.cs
new file mode 100644
index 00000000..0fdc3b36
--- /dev/null
+++ b/GMW/GMW_Term/WebUserControls/mod_interrMov.ascx.designer.cs
@@ -0,0 +1,18 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:2.0.50727.42
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace GMW_Term.WebUserControls
+{
+
+
+ public partial class mod_interrMov
+ {
+ }
+}
diff --git a/GMW/GMW_Term/WebUserControls/mod_makeMov.ascx b/GMW/GMW_Term/WebUserControls/mod_makeMov.ascx
new file mode 100644
index 00000000..86c22928
--- /dev/null
+++ b/GMW/GMW_Term/WebUserControls/mod_makeMov.ascx
@@ -0,0 +1 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_makeMov.ascx.cs" Inherits="GMW_Term.WebUserControls.mod_makeMov" %>
diff --git a/GMW/GMW_Term/WebUserControls/mod_makeMov.ascx.cs b/GMW/GMW_Term/WebUserControls/mod_makeMov.ascx.cs
new file mode 100644
index 00000000..c052db04
--- /dev/null
+++ b/GMW/GMW_Term/WebUserControls/mod_makeMov.ascx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace GMW_Term.WebUserControls
+{
+ public partial class mod_makeMov : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/GMW/GMW_Term/WebUserControls/mod_makeMov.ascx.designer.cs b/GMW/GMW_Term/WebUserControls/mod_makeMov.ascx.designer.cs
new file mode 100644
index 00000000..c8cf04de
--- /dev/null
+++ b/GMW/GMW_Term/WebUserControls/mod_makeMov.ascx.designer.cs
@@ -0,0 +1,18 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:2.0.50727.42
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace GMW_Term.WebUserControls
+{
+
+
+ public partial class mod_makeMov
+ {
+ }
+}
diff --git a/GMW/GMW_Term/WebUserControls/mod_menuLDP.ascx b/GMW/GMW_Term/WebUserControls/mod_menuLDP.ascx
new file mode 100644
index 00000000..06185a14
--- /dev/null
+++ b/GMW/GMW_Term/WebUserControls/mod_menuLDP.ascx
@@ -0,0 +1,17 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_menuLDP.ascx.cs"
+ Inherits="GMW_Term.WebUserControls.mod_menuLDP" %>
+
+
+
+
diff --git a/GMW/GMW_Term/WebUserControls/mod_menuLDP.ascx.cs b/GMW/GMW_Term/WebUserControls/mod_menuLDP.ascx.cs
new file mode 100644
index 00000000..3e295f89
--- /dev/null
+++ b/GMW/GMW_Term/WebUserControls/mod_menuLDP.ascx.cs
@@ -0,0 +1,57 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+using SteamWare;
+
+namespace GMW_Term.WebUserControls
+{
+ public partial class mod_menuLDP : System.Web.UI.UserControl
+ {
+ ///
+ /// wrapper traduzione termini
+ ///
+ ///
+ ///
+ public string traduci(string lemma)
+ {
+ return user_std.UtSn.Traduci(lemma);
+ }
+
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ // scrive label e text bottoni
+
+ btn1.Text = "Barcode\n[Alt+1]";
+ btn1.AccessKey = "1";
+ //btn2.Text = traduci("Research") + "\n[Alt+3]" ;
+ //btn2.AccessKey = "3";
+ btn3.Text = traduci("TakeList") + "\n[Alt+7]";
+ btn3.AccessKey = "7";
+ btn4.Text = traduci("SmartList") + "\n[Alt+9]";
+ btn4.AccessKey = "9";
+ }
+
+ protected void btn1_Click(object sender, EventArgs e)
+ {
+ Response.Redirect("Barcode.aspx");
+ }
+
+ protected void btn2_Click1(object sender, EventArgs e)
+ {
+ Response.Redirect("Search.aspx");
+ }
+
+ protected void btn3_Click1(object sender, EventArgs e)
+ {
+ Response.Redirect("ListePrelievo.aspx");
+ }
+
+ protected void btn4_Click1(object sender, EventArgs e)
+ {
+ Response.Redirect("SmartList.aspx");
+ }
+ }
+}
\ No newline at end of file
diff --git a/GMW/GMW_Term/WebUserControls/mod_menuLDP.ascx.designer.cs b/GMW/GMW_Term/WebUserControls/mod_menuLDP.ascx.designer.cs
new file mode 100644
index 00000000..b9cd4611
--- /dev/null
+++ b/GMW/GMW_Term/WebUserControls/mod_menuLDP.ascx.designer.cs
@@ -0,0 +1,43 @@
+//------------------------------------------------------------------------------
+//
+// 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 GMW_Term.WebUserControls {
+
+
+ public partial class mod_menuLDP {
+
+ ///
+ /// btn1 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.Button btn1;
+
+ ///
+ /// btn3 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.Button btn3;
+
+ ///
+ /// btn4 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.Button btn4;
+ }
+}
diff --git a/GMW/GMW_Term/WebUserControls/mod_menuMov.ascx b/GMW/GMW_Term/WebUserControls/mod_menuMov.ascx
new file mode 100644
index 00000000..be2047a9
--- /dev/null
+++ b/GMW/GMW_Term/WebUserControls/mod_menuMov.ascx
@@ -0,0 +1,21 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_menuMov.ascx.cs"
+ Inherits="GMW_Term.WebUserControls.mod_menuMov" %>
+
+
+
+
+
+
+
diff --git a/GMW/GMW_Term/WebUserControls/mod_menuMov.ascx.cs b/GMW/GMW_Term/WebUserControls/mod_menuMov.ascx.cs
new file mode 100644
index 00000000..78a173cf
--- /dev/null
+++ b/GMW/GMW_Term/WebUserControls/mod_menuMov.ascx.cs
@@ -0,0 +1,49 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+using SteamWare;
+
+namespace GMW_Term.WebUserControls
+{
+ public partial class mod_menuMov : System.Web.UI.UserControl
+ {
+ ///
+ /// wrapper traduzione termini
+ ///
+ ///
+ ///
+ public string traduci(string lemma)
+ {
+ return user_std.UtSn.Traduci(lemma);
+ }
+
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ // scrive label e text bottoni
+ btn1.Text = string.Format("{0}\n[Alt+{1}]", traduci("interrMov"), 1);
+ btn1.AccessKey = "1";
+ btn2.Text = string.Format("{0}\n[Alt+{1}]", traduci("makeMov"), 5);
+ btn2.AccessKey = "5";
+ btn3.Text = string.Format("{0}\n[Alt+{1}]", traduci("Home"), 6);
+ btn3.AccessKey = "9";
+ }
+
+ protected void btn1_Click(object sender, EventArgs e)
+ {
+ Response.Redirect("interrMov.aspx");
+ }
+
+ protected void btn2_Click(object sender, EventArgs e)
+ {
+ Response.Redirect("makeMov.aspx");
+ }
+
+ protected void btn3_Click(object sender, EventArgs e)
+ {
+ Response.Redirect("Home.aspx");
+ }
+ }
+}
\ No newline at end of file
diff --git a/GMW/GMW_Term/WebUserControls/mod_menuMov.ascx.designer.cs b/GMW/GMW_Term/WebUserControls/mod_menuMov.ascx.designer.cs
new file mode 100644
index 00000000..59172219
--- /dev/null
+++ b/GMW/GMW_Term/WebUserControls/mod_menuMov.ascx.designer.cs
@@ -0,0 +1,43 @@
+//------------------------------------------------------------------------------
+//
+// 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 GMW_Term.WebUserControls {
+
+
+ public partial class mod_menuMov {
+
+ ///
+ /// btn1 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.Button btn1;
+
+ ///
+ /// btn2 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.Button btn2;
+
+ ///
+ /// btn3 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.Button btn3;
+ }
+}
diff --git a/GMW/GMW_Term/bin/GMW_Term.dll b/GMW/GMW_Term/bin/GMW_Term.dll
index 4282495f..b352c317 100644
Binary files a/GMW/GMW_Term/bin/GMW_Term.dll and b/GMW/GMW_Term/bin/GMW_Term.dll differ
diff --git a/GMW/GMW_Term/bin/GMW_data.dll b/GMW/GMW_Term/bin/GMW_data.dll
index 9fe33d52..afc2eac3 100644
Binary files a/GMW/GMW_Term/bin/GMW_data.dll and b/GMW/GMW_Term/bin/GMW_data.dll differ
diff --git a/GMW/GMW_Term/interrMov.aspx b/GMW/GMW_Term/interrMov.aspx
new file mode 100644
index 00000000..634d7272
--- /dev/null
+++ b/GMW/GMW_Term/interrMov.aspx
@@ -0,0 +1,7 @@
+<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/CompactBCode.Master" AutoEventWireup="true" CodeBehind="interrMov.aspx.cs" Inherits="GMW_Term.interrMov" %>
+<%@ Register src="WebUserControls/mod_interrMov.ascx" tagname="mod_interrMov" tagprefix="uc1" %>
+
+
+
+
+
diff --git a/GMW/GMW_Term/interrMov.aspx.cs b/GMW/GMW_Term/interrMov.aspx.cs
new file mode 100644
index 00000000..91a848b8
--- /dev/null
+++ b/GMW/GMW_Term/interrMov.aspx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace GMW_Term
+{
+ public partial class interrMov : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
diff --git a/GMW/GMW_Term/interrMov.aspx.designer.cs b/GMW/GMW_Term/interrMov.aspx.designer.cs
new file mode 100644
index 00000000..2162d81f
--- /dev/null
+++ b/GMW/GMW_Term/interrMov.aspx.designer.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 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 GMW_Term {
+
+
+ public partial class interrMov {
+
+ ///
+ /// mod_interrMov1 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::GMW_Term.WebUserControls.mod_interrMov mod_interrMov1;
+ }
+}
diff --git a/GMW/GMW_Term/makeMov.aspx b/GMW/GMW_Term/makeMov.aspx
new file mode 100644
index 00000000..3d0a6bf3
--- /dev/null
+++ b/GMW/GMW_Term/makeMov.aspx
@@ -0,0 +1,7 @@
+<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/CompactBCode.Master" AutoEventWireup="true" CodeBehind="makeMov.aspx.cs" Inherits="GMW_Term.makeMov" %>
+<%@ Register src="WebUserControls/mod_makeMov.ascx" tagname="mod_makeMov" tagprefix="uc1" %>
+
+
+
+
+
diff --git a/GMW/GMW_Term/makeMov.aspx.cs b/GMW/GMW_Term/makeMov.aspx.cs
new file mode 100644
index 00000000..f2ee953f
--- /dev/null
+++ b/GMW/GMW_Term/makeMov.aspx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace GMW_Term
+{
+ public partial class makeMov : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
diff --git a/GMW/GMW_Term/makeMov.aspx.designer.cs b/GMW/GMW_Term/makeMov.aspx.designer.cs
new file mode 100644
index 00000000..7ae4b1db
--- /dev/null
+++ b/GMW/GMW_Term/makeMov.aspx.designer.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 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 GMW_Term {
+
+
+ public partial class makeMov {
+
+ ///
+ /// mod_makeMov1 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::GMW_Term.WebUserControls.mod_makeMov mod_makeMov1;
+ }
+}
diff --git a/GMW/GMW_Term/menuLDP.aspx b/GMW/GMW_Term/menuLDP.aspx
new file mode 100644
index 00000000..ff3caaa0
--- /dev/null
+++ b/GMW/GMW_Term/menuLDP.aspx
@@ -0,0 +1,7 @@
+<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Compact.Master" AutoEventWireup="true" CodeBehind="menuLDP.aspx.cs" Inherits="GMW_Term.menuLDP" %>
+<%@ Register src="WebUserControls/mod_menuLDP.ascx" tagname="mod_menuLDP" tagprefix="uc1" %>
+
+
+
+
+
diff --git a/GMW/GMW_Term/menuLDP.aspx.cs b/GMW/GMW_Term/menuLDP.aspx.cs
new file mode 100644
index 00000000..a2a01619
--- /dev/null
+++ b/GMW/GMW_Term/menuLDP.aspx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace GMW_Term
+{
+ public partial class menuLDP : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
diff --git a/GMW/GMW_Term/menuLDP.aspx.designer.cs b/GMW/GMW_Term/menuLDP.aspx.designer.cs
new file mode 100644
index 00000000..52619cca
--- /dev/null
+++ b/GMW/GMW_Term/menuLDP.aspx.designer.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 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 GMW_Term {
+
+
+ public partial class menuLDP {
+
+ ///
+ /// mod_menuLDP1 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::GMW_Term.WebUserControls.mod_menuLDP mod_menuLDP1;
+ }
+}
diff --git a/GMW/GMW_Term/menuMov.aspx b/GMW/GMW_Term/menuMov.aspx
new file mode 100644
index 00000000..7d20566e
--- /dev/null
+++ b/GMW/GMW_Term/menuMov.aspx
@@ -0,0 +1,7 @@
+<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Compact.Master" AutoEventWireup="true" CodeBehind="menuMov.aspx.cs" Inherits="GMW_Term.menuMov" %>
+<%@ Register src="WebUserControls/mod_menuMov.ascx" tagname="mod_menuMov" tagprefix="uc1" %>
+
+
+
+
+
diff --git a/GMW/GMW_Term/menuMov.aspx.cs b/GMW/GMW_Term/menuMov.aspx.cs
new file mode 100644
index 00000000..1ef6dab2
--- /dev/null
+++ b/GMW/GMW_Term/menuMov.aspx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace GMW_Term
+{
+ public partial class menuMov : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
diff --git a/GMW/GMW_Term/menuMov.aspx.designer.cs b/GMW/GMW_Term/menuMov.aspx.designer.cs
new file mode 100644
index 00000000..ba53405c
--- /dev/null
+++ b/GMW/GMW_Term/menuMov.aspx.designer.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 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 GMW_Term {
+
+
+ public partial class menuMov {
+
+ ///
+ /// mod_menuMov1 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::GMW_Term.WebUserControls.mod_menuMov mod_menuMov1;
+ }
+}
diff --git a/GMW/GMW_Term/obj/Debug/GMW_Term.dll b/GMW/GMW_Term/obj/Debug/GMW_Term.dll
index 4282495f..b352c317 100644
Binary files a/GMW/GMW_Term/obj/Debug/GMW_Term.dll and b/GMW/GMW_Term/obj/Debug/GMW_Term.dll differ
diff --git a/GMW/GMW_Term/obj/Debug/ResolveAssemblyReference.cache b/GMW/GMW_Term/obj/Debug/ResolveAssemblyReference.cache
index bc937f28..233c7ea2 100644
Binary files a/GMW/GMW_Term/obj/Debug/ResolveAssemblyReference.cache and b/GMW/GMW_Term/obj/Debug/ResolveAssemblyReference.cache differ