diff --git a/GMW/GMW_Term/GMW_Term.csproj b/GMW/GMW_Term/GMW_Term.csproj index 9d71e313..3f071d13 100644 --- a/GMW/GMW_Term/GMW_Term.csproj +++ b/GMW/GMW_Term/GMW_Term.csproj @@ -81,6 +81,34 @@ Default.aspx + + interrMov.aspx + ASPXCodeBehind + + + interrMov.aspx + + + makeMov.aspx + ASPXCodeBehind + + + makeMov.aspx + + + menuLDP.aspx + ASPXCodeBehind + + + menuLDP.aspx + + + menuMov.aspx + ASPXCodeBehind + + + menuMov.aspx + Particolare.aspx ASPXCodeBehind @@ -166,6 +194,13 @@ mod_home.ascx + + mod_interrMov.ascx + ASPXCodeBehind + + + mod_interrMov.ascx + mod_listePrelievo.ascx ASPXCodeBehind @@ -173,6 +208,27 @@ mod_listePrelievo.ascx + + mod_makeMov.ascx + ASPXCodeBehind + + + mod_makeMov.ascx + + + mod_menuLDP.ascx + ASPXCodeBehind + + + mod_menuLDP.ascx + + + mod_menuMov.ascx + ASPXCodeBehind + + + mod_menuMov.ascx + mod_menuTop.ascx ASPXCodeBehind @@ -365,8 +421,16 @@ + + + + + + + + diff --git a/GMW/GMW_Term/Style.css b/GMW/GMW_Term/Style.css index 79b7da2a..c4f26c6d 100644 --- a/GMW/GMW_Term/Style.css +++ b/GMW/GMW_Term/Style.css @@ -53,7 +53,7 @@ font-size: 9pt; } -.quadro1_wide +.quadro_wide { float: none; width: 100%; @@ -341,6 +341,74 @@ /* bottoni homepage */ +.btn_due +{ + width: 190px; + height: 90px; + text-align: center; + white-space: pre; +} +.btn_tre +{ + width: 190px; + height: 60px; + text-align: center; + white-space: pre; +} +.btn_quattro +{ + width: 93px; + height: 90px; + margin-left: 1px; + margin-right: 1px; + text-align: center; + white-space: pre; +} +.btnRosso +{ + border: solid 2px red; + background-color: #FFAAAA; + width: 100%; + height:100%; +} +.btnArancio +{ + border: solid 2px red; + background-color: #FFEE66; + width: 100%; + height:100%; +} +.btnVerde +{ + border: solid 2px green; + background-color: #AAFFAA; + width: 100%; + height:100%; +} +.btnBlu +{ + border: solid 2px blue; + background-color: #AAAAFF; + width: 100%; + height:100%; +} +.btnAzzurro +{ + border: solid 2px blue; + background-color: #AAFFFF; + width: 100%; + height:100%; +} +.btnGiallo +{ + border: solid 2px #BBBB88; + background-color: #FFFFAA; + width: 100%; + height:100%; +} + + + .btnBarcodeBig { @@ -479,7 +547,7 @@ { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 0.9em; - font-weight:bold; + font-weight: bold; display: inline-block; position: relative; padding: 0; @@ -520,11 +588,11 @@ background-image: none; background-color: #696969; } -.styleBtnComposito:active +.styleBtnComposito:active { - position:relative; - top:1px; + position: relative; + top: 1px; color: Yellow; background-image: none; background-color: #ACACAC; -} \ No newline at end of file +} diff --git a/GMW/GMW_Term/Web.config b/GMW/GMW_Term/Web.config index b51d2891..d1a1a182 100644 --- a/GMW/GMW_Term/Web.config +++ b/GMW/GMW_Term/Web.config @@ -80,8 +80,8 @@ - - + + diff --git a/GMW/GMW_Term/WebMasterPages/Compact.Master b/GMW/GMW_Term/WebMasterPages/Compact.Master index f84a614a..9e9a5dd3 100644 --- a/GMW/GMW_Term/WebMasterPages/Compact.Master +++ b/GMW/GMW_Term/WebMasterPages/Compact.Master @@ -1,5 +1,4 @@ <%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Compact.master.cs" Inherits="GMW_Term.Compact" %> - <%@ Register Src="../WebUserControls/mod_menuTop.ascx" TagName="mod_menuTop" TagPrefix="uc1" %> <%@ Register Src="../WebUserControls/mod_currentTask.ascx" TagName="mod_currentTask" TagPrefix="uc2" %> diff --git a/GMW/GMW_Term/WebMasterPages/Compact.Master.designer.cs b/GMW/GMW_Term/WebMasterPages/Compact.Master.designer.cs index 68e5393d..22a423d9 100644 --- a/GMW/GMW_Term/WebMasterPages/Compact.Master.designer.cs +++ b/GMW/GMW_Term/WebMasterPages/Compact.Master.designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:2.0.50727.4959 +// Runtime Version:2.0.50727.4963 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/GMW/GMW_Term/WebMasterPages/CompactBCode.Master b/GMW/GMW_Term/WebMasterPages/CompactBCode.Master index 55fa2a0a..363894d2 100644 --- a/GMW/GMW_Term/WebMasterPages/CompactBCode.Master +++ b/GMW/GMW_Term/WebMasterPages/CompactBCode.Master @@ -1,6 +1,5 @@ <%@ Master Language="C#" AutoEventWireup="true" CodeBehind="CompactBCode.master.cs" Inherits="GMW_Term.WebMasterPages.CompactBCode" %> - <%@ Register Src="../WebUserControls/mod_menuTop.ascx" TagName="mod_menuTop" TagPrefix="uc1" %> <%@ Register Src="../WebUserControls/mod_currentTask.ascx" TagName="mod_currentTask" TagPrefix="uc2" %> diff --git a/GMW/GMW_Term/WebUserControls/mod_home.ascx b/GMW/GMW_Term/WebUserControls/mod_home.ascx index 56be1662..529090ef 100644 --- a/GMW/GMW_Term/WebUserControls/mod_home.ascx +++ b/GMW/GMW_Term/WebUserControls/mod_home.ascx @@ -1,13 +1,13 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_home.ascx.cs" Inherits="GMW_Term.WebUserControls.mod_home" %> -
- +
+
+ +
-
- -
-
- +
+
+ +
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