diff --git a/view/index.aspx.cs b/view/index.aspx.cs
index 06b3591..ddcd9da 100644
--- a/view/index.aspx.cs
+++ b/view/index.aspx.cs
@@ -12,8 +12,12 @@ public partial class index : Page
{
// if(!IsPostBack)
// Session[appScope.PagelevelObj] = this;
- if (!IsPostBack)
- bindData();
+
+ // if (!IsPostBack)
+ // bindData();
+
+ Response.Redirect("login.aspx");
+
}
private void InitializeComponent()
diff --git a/view/licenses.licx b/view/licenses.licx
index 4e6ad92..f853b11 100644
--- a/view/licenses.licx
+++ b/view/licenses.licx
@@ -1,2 +1,4 @@
+DevExpress.Patch.InMemoryPatch, DevExpress.Patch.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7fc7bfca2443de66
+DevExpress.XtraCharts.Web.WebChartControl, DevExpress.XtraCharts.v16.2.Web, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
DevExpress.Web.ASPxPageControl, DevExpress.Web.v16.2, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
DevExpress.Web.ASPxGridView, DevExpress.Web.v16.2, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
diff --git a/view/masterPage.master b/view/masterPage.master
index 5472585..cdcc3eb 100644
--- a/view/masterPage.master
+++ b/view/masterPage.master
@@ -124,7 +124,7 @@
+ OnClick="ImageButton1_Click" ToolTip="ʾĵ" Width="32px" Visible="False" />
|
@@ -139,8 +139,10 @@
|
- ҳ
+ ҳ
+
|
@@ -198,7 +200,7 @@
{
now = new Date() ;
document.aspnetForm.thetime.value =now.toLocaleString() ;
-
+
setTimeout("showDate()",1000);
}
showDate();
diff --git a/view/masterPage.master.cs b/view/masterPage.master.cs
index dca0761..adef8bd 100644
--- a/view/masterPage.master.cs
+++ b/view/masterPage.master.cs
@@ -57,10 +57,11 @@ namespace ajax
// login.Visible = lem == null;
lbWelcome.Text = lem != null ? "ӭ" + lem.GetEmployee.em_name +",": "";
lkbtnLogin.Text = lem != null ? "˳" : "¼";
- lkIndex.Visible = lem != null;
+ // lkIndex.Visible = lem != null;
divAuhtority.Visible = lem != null;
lkDesktop.Visible = lem != null;
leftMenu.Visible = lem!=null;
+ lkkanban.Visible = lem != null;
ImageBtnHelp.Visible = leftMenu.Visible;
}
@@ -294,5 +295,9 @@ namespace ajax
string newWindow = "openwin('" + helpDoc + "');";
ScriptManager.RegisterStartupScript(UpdatePanel1, typeof(UpdatePanel), "alert", newWindow, true);
}
+ protected void lkkanban_Click(object sender, EventArgs e)
+ {
+ Response.Redirect("~/wms/Charts.aspx");
+ }
}
}
\ No newline at end of file
diff --git a/view/wms/Charts - 副本 (2).aspx.exclude b/view/wms/Charts - 副本 (2).aspx.exclude
new file mode 100644
index 0000000..3da484a
--- /dev/null
+++ b/view/wms/Charts - 副本 (2).aspx.exclude
@@ -0,0 +1,577 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Charts.aspx.cs" Inherits="wms_Charts" %>
+
+<%@ Register assembly="DevExpress.XtraCharts.v16.2.Web, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.XtraCharts.Web" tagprefix="dx" %>
+<%@ Register assembly="DevExpress.XtraCharts.v16.2, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.XtraCharts" tagprefix="dx" %>
+<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/view/wms/Charts - 副本 (3).aspx.exclude b/view/wms/Charts - 副本 (3).aspx.exclude
new file mode 100644
index 0000000..909f848
--- /dev/null
+++ b/view/wms/Charts - 副本 (3).aspx.exclude
@@ -0,0 +1,652 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Charts.aspx.cs" Inherits="wms_Charts" %>
+
+<%@ Register assembly="DevExpress.XtraCharts.v16.2.Web, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.XtraCharts.Web" tagprefix="dx" %>
+<%@ Register assembly="DevExpress.XtraCharts.v16.2, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.XtraCharts" tagprefix="dx" %>
+<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/view/wms/Charts - 副本 (4).aspx.exclude b/view/wms/Charts - 副本 (4).aspx.exclude
new file mode 100644
index 0000000..a50e432
--- /dev/null
+++ b/view/wms/Charts - 副本 (4).aspx.exclude
@@ -0,0 +1,727 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Charts.aspx.cs" Inherits="wms_Charts" %>
+
+<%@ Register assembly="DevExpress.XtraCharts.v16.2.Web, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.XtraCharts.Web" tagprefix="dx" %>
+<%@ Register assembly="DevExpress.XtraCharts.v16.2, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.XtraCharts" tagprefix="dx" %>
+<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/view/wms/Charts - 副本.aspx.exclude b/view/wms/Charts - 副本.aspx.exclude
new file mode 100644
index 0000000..990a37b
--- /dev/null
+++ b/view/wms/Charts - 副本.aspx.exclude
@@ -0,0 +1,389 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Charts.aspx.cs" Inherits="wms_Charts" %>
+
+<%@ Register assembly="DevExpress.XtraCharts.v16.2.Web, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.XtraCharts.Web" tagprefix="dx" %>
+<%@ Register assembly="DevExpress.XtraCharts.v16.2, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.XtraCharts" tagprefix="dx" %>
+<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/view/wms/Charts.aspx b/view/wms/Charts.aspx
new file mode 100644
index 0000000..b85a779
--- /dev/null
+++ b/view/wms/Charts.aspx
@@ -0,0 +1,751 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Charts.aspx.cs" Inherits="wms_Charts" %>
+
+<%@ Register assembly="DevExpress.XtraCharts.v16.2.Web, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.XtraCharts.Web" tagprefix="dx" %>
+<%@ Register assembly="DevExpress.XtraCharts.v16.2, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.XtraCharts" tagprefix="dx" %>
+<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/view/wms/Charts.aspx - 副本.cs b/view/wms/Charts.aspx - 副本.cs
new file mode 100644
index 0000000..1f9d4cd
--- /dev/null
+++ b/view/wms/Charts.aspx - 副本.cs
@@ -0,0 +1,108 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+using System.Web.Security;
+
+using System.Web.UI.WebControls.WebParts;
+using System.Web.UI.HtmlControls;
+
+using DeiNiu.Utils;
+using DeiNiu.wms.Logical;
+using DevExpress.XtraCharts;
+using System.Data;
+
+
+public partial class wms_Charts : System.Web.UI.Page
+{
+ DataSet ds;
+ lCharts lchart = new lCharts();
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ loadData();
+ }
+
+ void loadData()
+ {
+ ds = lchart.getDailyKanBanData();
+ setTasks();
+ setLocs();
+ setUserTasks();
+ }
+
+
+ void setLocs()
+ {
+
+
+ DataTable dt = ds.Tables[2];
+
+ Series taskSeries = this.webChartLocs.SeriesSerializable[0];
+
+ taskSeries.Points.Clear();
+
+ foreach (DataRow dr in dt.Rows)
+ {
+ taskSeries.Points.Add(new SeriesPoint(dr["volType"].ToString(), Convert.ToInt32(dr["totalCnt"].ToString())));
+
+ }
+ Series finishedSeries = webChartLocs.SeriesSerializable[1];
+
+ finishedSeries.Points.Clear();
+ foreach (DataRow dr in dt.Rows)
+ {
+ finishedSeries.Points.Add(new SeriesPoint(dr["volType"].ToString(), Convert.ToInt32(dr["usedCnt"].ToString())));
+
+ }
+
+ }
+ void setUserTasks()
+ {
+
+ DataTable dt = ds.Tables[1];
+
+ Series taskSeries = this.webChartEmpTasks.SeriesSerializable[0];
+
+ taskSeries.Points.Clear();
+
+ foreach (DataRow dr in dt.Rows)
+ {
+ taskSeries.Points.Add(new SeriesPoint(dr["emName"].ToString(), Convert.ToInt32(dr["taskCnt"].ToString())));
+
+ }
+
+
+ }
+ void setTasks()
+ {
+ DataTable dt = ds.Tables[0];
+
+ Series taskSeries = this.WebChartTasks.SeriesSerializable[0];
+
+ taskSeries.Points.Clear();
+
+ foreach (DataRow dr in dt.Rows)
+ {
+ taskSeries.Points.Add(new SeriesPoint(dr["typeName"].ToString(), Convert.ToInt32(dr["taskCnt"].ToString())));
+
+ }
+
+ Series finishedSeries = WebChartTasks.SeriesSerializable[1];
+
+ finishedSeries.Points.Clear();
+ foreach (DataRow dr in dt.Rows)
+ {
+ finishedSeries.Points.Add(new SeriesPoint(dr["typeName"].ToString(), Convert.ToInt32(dr["finishedCnt"].ToString())));
+
+ }
+
+
+
+ }
+ protected void btnSubmit_Click(object sender, EventArgs e)
+ {
+ // loadData();// Page_Load(sender, e);
+ }
+}
\ No newline at end of file
diff --git a/view/wms/Charts.aspx.cs b/view/wms/Charts.aspx.cs
new file mode 100644
index 0000000..e188ed1
--- /dev/null
+++ b/view/wms/Charts.aspx.cs
@@ -0,0 +1,245 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+using System.Web.Security;
+
+using System.Web.UI.WebControls.WebParts;
+using System.Web.UI.HtmlControls;
+
+using DeiNiu.Utils;
+using DeiNiu.wms.Logical;
+using DevExpress.XtraCharts;
+using System.Data;
+
+
+public partial class wms_Charts : System.Web.UI.Page
+{
+ DataSet dsDaily;
+ DataSet dsErpOrders;
+ lCharts lchart = new lCharts();
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ loadDailyData();
+
+ loadErpData();
+ }
+
+ private void loadErpData()
+ {
+ dsErpOrders = lchart.getErpOderData();
+
+ //set erp in orders pie
+
+ DataTable dt = dsErpOrders.Tables[0];
+
+ Series taskSeries = WebChartInOrders.SeriesSerializable[0];
+
+ //Series taskSeries2 = this.WebChartErpOrders.SeriesSerializable[0];
+ //taskSeries2.Points.Clear();
+
+
+ taskSeries.Points.Clear();
+
+ foreach (DataRow dr in dt.Rows)
+ {
+ // taskSeries2.Points.Add(new SeriesPoint(dr["state"].ToString(), Convert.ToInt32(dr["orderCnt"].ToString())));
+ taskSeries.Points.Add(new SeriesPoint(dr["state"].ToString(), Convert.ToInt32(dr["orderCnt"].ToString())));
+
+ }
+ //set erp out orders pie
+ dt = dsErpOrders.Tables[1];
+
+ taskSeries = WebChartOutOrders.SeriesSerializable[0];
+ // taskSeries2 = this.WebChartErpOrders.SeriesSerializable[1];
+ taskSeries.Points.Clear();
+ //taskSeries2.Points.Clear();
+ foreach (DataRow dr in dt.Rows)
+ {
+ taskSeries.Points.Add(new SeriesPoint(dr["state"].ToString(), Convert.ToInt32(dr["orderCnt"].ToString())));
+ // taskSeries2.Points.Add(new SeriesPoint(dr["state"].ToString(), Convert.ToInt32(dr["orderCnt"].ToString())));
+ }
+
+
+
+
+ // in out line counts
+
+ string day = "";
+ dt = dsErpOrders.Tables[2];
+
+ taskSeries = WebChartInOutLines.SeriesSerializable[0];
+
+ taskSeries.Points.Clear();
+
+ foreach (DataRow dr in dt.Rows)
+ {
+ day = string.Format("{0}-{1}-{2}", dr["year"].ToString(), dr["month"].ToString(), dr["day"].ToString());
+ taskSeries.Points.Add(new SeriesPoint(day, Convert.ToInt32(dr["cnt"].ToString())));
+
+ }
+
+
+
+ dt = dsErpOrders.Tables[3];
+
+ taskSeries = WebChartInOutLines.SeriesSerializable[1];
+
+ taskSeries.Points.Clear();
+
+ foreach (DataRow dr in dt.Rows)
+ {
+ day = string.Format("{0}-{1}-{2}", dr["year"].ToString(), dr["month"].ToString(), dr["day"].ToString());
+ taskSeries.Points.Add(new SeriesPoint(day, Convert.ToInt32(dr["cnt"].ToString())));
+
+ }
+
+
+
+ }
+
+ void loadDailyData()
+ {
+ dsDaily = lchart.getDailyKanBanData();
+ setTasks();
+ setLocs();
+ setUserTasks();
+ setTasksSumByStatePie();
+ setPartTasks();
+ }
+
+ private void setTasksSumByStatePie()
+ {
+
+
+ DataTable dt = dsDaily.Tables[3];
+
+ Series taskSeries = WebChartStatePie.SeriesSerializable[0];
+
+ taskSeries.Points.Clear();
+
+ foreach (DataRow dr in dt.Rows)
+ {
+ taskSeries.Points.Add(new SeriesPoint(dr["state"].ToString(), Convert.ToInt32(dr["taskCnt"].ToString())));
+
+ }
+
+ }
+
+
+ void setLocs()
+ {
+
+
+ DataTable dt = dsDaily.Tables[2];
+
+ Series taskSeries = WebChartLocs.SeriesSerializable[0];
+
+ taskSeries.Points.Clear();
+
+ foreach (DataRow dr in dt.Rows)
+ {
+ // taskSeries.Points.Add(new SeriesPoint(dr["volType"].ToString(), Convert.ToInt32(dr["totalCnt"].ToString())));
+ taskSeries.Points.Add(new SeriesPoint(dr["volType"].ToString(), dr["usedPercent"].ToString()) );
+
+ }
+ /*
+ Series finishedSeries = this.WebChartLocs.SeriesSerializable[1];
+
+ finishedSeries.Points.Clear();
+ foreach (DataRow dr in dt.Rows)
+ {
+ finishedSeries.Points.Add(new SeriesPoint(dr["volType"].ToString(), Convert.ToInt32(dr["usedCnt"].ToString())));
+
+ }
+ */
+
+
+ }
+ void setUserTasks()
+ {
+
+ DataTable dt = dsDaily.Tables[1];
+
+ Series taskSeries = WebChartEmpTasks.SeriesSerializable[0];
+
+ taskSeries.Points.Clear();
+
+ foreach (DataRow dr in dt.Rows)
+ {
+ taskSeries.Points.Add(new SeriesPoint(dr["emName"].ToString(), Convert.ToInt32(dr["taskCnt"].ToString())));
+
+ }
+
+
+ }
+ void setTasks()
+ {
+ DataTable dt = dsDaily.Tables[0];
+
+ Series taskSeries = this.WebChartTasks.SeriesSerializable[0];
+
+ taskSeries.Points.Clear();
+
+ foreach (DataRow dr in dt.Rows)
+ {
+ taskSeries.Points.Add(new SeriesPoint(dr["typeName"].ToString(), Convert.ToInt32(dr["taskCnt"].ToString())));
+
+ }
+
+ Series finishedSeries = WebChartTasks.SeriesSerializable[1];
+
+ finishedSeries.Points.Clear();
+ foreach (DataRow dr in dt.Rows)
+ {
+ finishedSeries.Points.Add(new SeriesPoint(dr["typeName"].ToString(), Convert.ToInt32(dr["finishedCnt"].ToString())));
+
+ }
+
+
+
+ }
+ void setPartTasks()
+ {
+ DataTable dt = dsDaily.Tables[4];
+
+ Series taskSeries = this.WebChartPartTasks .SeriesSerializable[0];
+
+ taskSeries.Points.Clear();
+
+ foreach (DataRow dr in dt.Rows)
+ {
+ taskSeries.Points.Add(new SeriesPoint(dr["partName"].ToString(), Convert.ToInt32(dr["taskCnt"].ToString())));
+
+ }
+
+ Series finishedSeries = WebChartPartTasks.SeriesSerializable[1];
+
+ finishedSeries.Points.Clear();
+ foreach (DataRow dr in dt.Rows)
+ {
+ finishedSeries.Points.Add(new SeriesPoint(dr["partName"].ToString(), Convert.ToInt32(dr["finishedCnt"].ToString())));
+
+ }
+
+
+
+ }
+ protected void btnSubmit_Click(object sender, EventArgs e)
+ {
+ // loadData();// Page_Load(sender, e);
+ }
+ protected void WebChartEmpTasks_ObjectSelected(object sender, HotTrackEventArgs e)
+ {
+
+ }
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+
+ loadDailyData();
+
+ loadErpData();
+ }
+}
\ No newline at end of file
diff --git a/view/wms/ChartsNew.aspx b/view/wms/ChartsNew.aspx
new file mode 100644
index 0000000..65dd6b3
--- /dev/null
+++ b/view/wms/ChartsNew.aspx
@@ -0,0 +1,749 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ChartsNew.aspx.cs" Inherits="wms_Charts" %>
+
+<%@ Register assembly="DevExpress.XtraCharts.v16.2.Web, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.XtraCharts.Web" tagprefix="dx" %>
+<%@ Register assembly="DevExpress.XtraCharts.v16.2, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.XtraCharts" tagprefix="dx" %>
+<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/view/wms/ChartsNew.aspx.cs b/view/wms/ChartsNew.aspx.cs
new file mode 100644
index 0000000..c2b44f2
--- /dev/null
+++ b/view/wms/ChartsNew.aspx.cs
@@ -0,0 +1,238 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+using System.Web.Security;
+
+using System.Web.UI.WebControls.WebParts;
+using System.Web.UI.HtmlControls;
+
+using DeiNiu.Utils;
+using DeiNiu.wms.Logical;
+using DevExpress.XtraCharts;
+using System.Data;
+
+
+public partial class wms_Charts : System.Web.UI.Page
+{
+ DataSet dsDaily;
+ DataSet dsErpOrders;
+ lCharts lchart = new lCharts();
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ loadDailyData();
+
+ loadErpData();
+ }
+
+ private void loadErpData()
+ {
+ dsErpOrders = lchart.getErpOderData();
+
+ //set erp in orders pie
+
+ DataTable dt = dsErpOrders.Tables[0];
+
+ Series taskSeries = WebChartInOrders.SeriesSerializable[0];
+
+ //Series taskSeries2 = this.WebChartErpOrders.SeriesSerializable[0];
+ //taskSeries2.Points.Clear();
+
+
+ taskSeries.Points.Clear();
+
+ foreach (DataRow dr in dt.Rows)
+ {
+ // taskSeries2.Points.Add(new SeriesPoint(dr["state"].ToString(), Convert.ToInt32(dr["orderCnt"].ToString())));
+ taskSeries.Points.Add(new SeriesPoint(dr["state"].ToString(), Convert.ToInt32(dr["orderCnt"].ToString())));
+
+ }
+ //set erp out orders pie
+ dt = dsErpOrders.Tables[1];
+
+ taskSeries = WebChartOutOrders.SeriesSerializable[0];
+ // taskSeries2 = this.WebChartErpOrders.SeriesSerializable[1];
+ taskSeries.Points.Clear();
+ //taskSeries2.Points.Clear();
+ foreach (DataRow dr in dt.Rows)
+ {
+ taskSeries.Points.Add(new SeriesPoint(dr["state"].ToString(), Convert.ToInt32(dr["orderCnt"].ToString())));
+ // taskSeries2.Points.Add(new SeriesPoint(dr["state"].ToString(), Convert.ToInt32(dr["orderCnt"].ToString())));
+ }
+
+
+
+
+ // in out line counts
+
+ string day = "";
+ dt = dsErpOrders.Tables[2];
+
+ taskSeries = WebChartInOutLines.SeriesSerializable[0];
+
+ taskSeries.Points.Clear();
+
+ foreach (DataRow dr in dt.Rows)
+ {
+ day = string.Format("{0}-{1}-{2}", dr["year"].ToString(), dr["month"].ToString(), dr["day"].ToString());
+ taskSeries.Points.Add(new SeriesPoint(day, Convert.ToInt32(dr["cnt"].ToString())));
+
+ }
+
+
+
+ dt = dsErpOrders.Tables[3];
+
+ taskSeries = WebChartInOutLines.SeriesSerializable[1];
+
+ taskSeries.Points.Clear();
+
+ foreach (DataRow dr in dt.Rows)
+ {
+ day = string.Format("{0}-{1}-{2}", dr["year"].ToString(), dr["month"].ToString(), dr["day"].ToString());
+ taskSeries.Points.Add(new SeriesPoint(day, Convert.ToInt32(dr["cnt"].ToString())));
+
+ }
+
+
+
+ }
+
+ void loadDailyData()
+ {
+ dsDaily = lchart.getDailyKanBanData();
+ setTasks();
+ setLocs();
+ setUserTasks();
+ setTasksSumByStatePie();
+ setPartTasks();
+ }
+
+ private void setTasksSumByStatePie()
+ {
+
+
+ DataTable dt = dsDaily.Tables[3];
+
+ Series taskSeries = WebChartStatePie.SeriesSerializable[0];
+
+ taskSeries.Points.Clear();
+
+ foreach (DataRow dr in dt.Rows)
+ {
+ taskSeries.Points.Add(new SeriesPoint(dr["state"].ToString(), Convert.ToInt32(dr["taskCnt"].ToString())));
+
+ }
+
+ }
+
+
+ void setLocs()
+ {
+
+
+ DataTable dt = dsDaily.Tables[2];
+
+ Series taskSeries = WebChartLocs.SeriesSerializable[0];
+
+ taskSeries.Points.Clear();
+
+ foreach (DataRow dr in dt.Rows)
+ {
+ // taskSeries.Points.Add(new SeriesPoint(dr["volType"].ToString(), Convert.ToInt32(dr["totalCnt"].ToString())));
+ taskSeries.Points.Add(new SeriesPoint(dr["volType"].ToString(), dr["usedPercent"].ToString()) );
+
+ }
+ /*
+ Series finishedSeries = this.WebChartLocs.SeriesSerializable[1];
+
+ finishedSeries.Points.Clear();
+ foreach (DataRow dr in dt.Rows)
+ {
+ finishedSeries.Points.Add(new SeriesPoint(dr["volType"].ToString(), Convert.ToInt32(dr["usedCnt"].ToString())));
+
+ }
+ */
+
+
+ }
+ void setUserTasks()
+ {
+
+ DataTable dt = dsDaily.Tables[1];
+
+ Series taskSeries = WebChartEmpTasks.SeriesSerializable[0];
+
+ taskSeries.Points.Clear();
+
+ foreach (DataRow dr in dt.Rows)
+ {
+ taskSeries.Points.Add(new SeriesPoint(dr["emName"].ToString(), Convert.ToInt32(dr["taskCnt"].ToString())));
+
+ }
+
+
+ }
+ void setTasks()
+ {
+ DataTable dt = dsDaily.Tables[0];
+
+ Series taskSeries = this.WebChartTasks.SeriesSerializable[0];
+
+ taskSeries.Points.Clear();
+
+ foreach (DataRow dr in dt.Rows)
+ {
+ taskSeries.Points.Add(new SeriesPoint(dr["typeName"].ToString(), Convert.ToInt32(dr["taskCnt"].ToString())));
+
+ }
+
+ Series finishedSeries = WebChartTasks.SeriesSerializable[1];
+
+ finishedSeries.Points.Clear();
+ foreach (DataRow dr in dt.Rows)
+ {
+ finishedSeries.Points.Add(new SeriesPoint(dr["typeName"].ToString(), Convert.ToInt32(dr["finishedCnt"].ToString())));
+
+ }
+
+
+
+ }
+ void setPartTasks()
+ {
+ DataTable dt = dsDaily.Tables[4];
+
+ Series taskSeries = this.WebChartPartTasks .SeriesSerializable[0];
+
+ taskSeries.Points.Clear();
+
+ foreach (DataRow dr in dt.Rows)
+ {
+ taskSeries.Points.Add(new SeriesPoint(dr["partName"].ToString(), Convert.ToInt32(dr["taskCnt"].ToString())));
+
+ }
+
+ Series finishedSeries = WebChartPartTasks.SeriesSerializable[1];
+
+ finishedSeries.Points.Clear();
+ foreach (DataRow dr in dt.Rows)
+ {
+ finishedSeries.Points.Add(new SeriesPoint(dr["partName"].ToString(), Convert.ToInt32(dr["finishedCnt"].ToString())));
+
+ }
+
+
+
+ }
+ protected void btnSubmit_Click(object sender, EventArgs e)
+ {
+ // loadData();// Page_Load(sender, e);
+ }
+ protected void WebChartEmpTasks_ObjectSelected(object sender, HotTrackEventArgs e)
+ {
+
+ }
+}
\ No newline at end of file
diff --git a/winform/Login.cs b/winform/Login.cs
index 4658440..2a36166 100644
--- a/winform/Login.cs
+++ b/winform/Login.cs
@@ -1,24 +1,17 @@
using System;
using System.Collections.Generic;
-using System.ComponentModel;
using System.Data;
-using System.Drawing;
-using System.Linq;
-using System.Text;
using System.Windows.Forms;
//using DeiNiu.wms.Logical;
-using Microsoft.Data.ConnectionUI;
using System.Data.SqlClient;
using DeiNiu.Utils;
using System.Configuration;
using DeiNiu.wms.win.utils;
-using DeiNiu.Data.DataAccess;
-using DeiNiu.wms.win.portalService;
using System.ServiceModel.Configuration;
using System.Text.RegularExpressions;
-using DeiNiu.wms.win.ServiceReferenceConfiguration;
+using Microsoft.Data.ConnectionUI;
//using WcfClientAuthentication;
-namespace DeiNiu.wms.win
+namespace DeiNiu.wms.win
{
public partial class Login : BasicRibbonForm
{
diff --git a/winform/Service References/ServiceReferenceStockInRequest/Reference.cs b/winform/Service References/ServiceReferenceStockInRequest/Reference.cs
index d69da72..0a6fb6e 100644
--- a/winform/Service References/ServiceReferenceStockInRequest/Reference.cs
+++ b/winform/Service References/ServiceReferenceStockInRequest/Reference.cs
@@ -81,6 +81,9 @@ namespace DeiNiu.wms.win.ServiceReferenceStockInRequest {
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IWmsInRequest/getReceiveHistory", ReplyAction="http://tempuri.org/IWmsInRequest/getReceiveHistoryResponse")]
System.Data.DataTable getReceiveHistory(string orderNo);
+ [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IWmsInRequest/getReceiveMuiltiHistory", ReplyAction="http://tempuri.org/IWmsInRequest/getReceiveMuiltiHistoryResponse")]
+ System.Data.DataTable getReceiveMuiltiHistory(string orderNo);
+
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IWmsInRequest/getShipRecs", ReplyAction="http://tempuri.org/IWmsInRequest/getShipRecsResponse")]
System.Data.DataSet getShipRecs(string querystr, int rownumStart, int rownumEnd);
@@ -272,6 +275,10 @@ namespace DeiNiu.wms.win.ServiceReferenceStockInRequest {
return base.Channel.getReceiveHistory(orderNo);
}
+ public System.Data.DataTable getReceiveMuiltiHistory(string orderNo) {
+ return base.Channel.getReceiveMuiltiHistory(orderNo);
+ }
+
public System.Data.DataSet getShipRecs(string querystr, int rownumStart, int rownumEnd) {
return base.Channel.getShipRecs(querystr, rownumStart, rownumEnd);
}
diff --git a/winform/Service References/ServiceReferenceStockInRequest/WmsInRequestService1.wsdl b/winform/Service References/ServiceReferenceStockInRequest/WmsInRequestService1.wsdl
index c532284..7d96a00 100644
--- a/winform/Service References/ServiceReferenceStockInRequest/WmsInRequestService1.wsdl
+++ b/winform/Service References/ServiceReferenceStockInRequest/WmsInRequestService1.wsdl
@@ -142,6 +142,12 @@
+
+
+
+
+
+
@@ -381,6 +387,10 @@
+
+
+
+
@@ -682,6 +692,15 @@
+
+
+
+
+
+
+
+
+
diff --git a/winform/Service References/ServiceReferenceStockInRequest/WmsInRequestService2.xsd b/winform/Service References/ServiceReferenceStockInRequest/WmsInRequestService2.xsd
index 28beb48..6132c8d 100644
--- a/winform/Service References/ServiceReferenceStockInRequest/WmsInRequestService2.xsd
+++ b/winform/Service References/ServiceReferenceStockInRequest/WmsInRequestService2.xsd
@@ -14,6 +14,7 @@
+
diff --git a/winform/Service References/ServiceReferenceStockInRequest/WmsInRequestService5.xsd b/winform/Service References/ServiceReferenceStockInRequest/WmsInRequestService5.xsd
index 241dcdf..1eaf725 100644
--- a/winform/Service References/ServiceReferenceStockInRequest/WmsInRequestService5.xsd
+++ b/winform/Service References/ServiceReferenceStockInRequest/WmsInRequestService5.xsd
@@ -512,6 +512,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/winform/TMS/PrintTrans.cs b/winform/TMS/PrintTrans.cs
index aced14b..129cbe0 100644
--- a/winform/TMS/PrintTrans.cs
+++ b/winform/TMS/PrintTrans.cs
@@ -1253,7 +1253,7 @@ namespace DeiNiu.wms.win
foreach (DataRow dr in dtResult.Rows) //设置发票
{
wpr = new WmsOutPickRequest(dr);
- doPrintTran(wpr);
+ doPrintEachTran(wpr);// doPrintTran(wpr);
}
closeClient();
diff --git a/winform/epick/DeskCustomer.cs b/winform/epick/DeskCustomer.cs
new file mode 100644
index 0000000..ccc3325
--- /dev/null
+++ b/winform/epick/DeskCustomer.cs
@@ -0,0 +1,1001 @@
+using System;
+using System.Collections.Generic;
+using System.Data;
+using System.Drawing;
+using System.Windows.Forms;
+using DeiNiu.Utils;
+using DeiNiu.wms.win.utils.print;
+using DevExpress.XtraBars;
+using DevExpress.XtraEditors.Controls;
+//using DeiNiu.wms.Logical;
+using DevExpress.XtraGrid.Columns;
+using DevExpress.XtraGrid.Views.Base;
+using DevExpress.XtraGrid.Views.Grid;
+
+
+namespace DeiNiu.wms.win
+{
+ public partial class DeskCustomer : BasicRibbonForm
+ {
+
+ // lWmsDeskCustomer lwmsDc = new lWmsDeskCustomer();
+
+ // WmsDeskCustomer deskCust = new WmsDeskCustomer();
+
+ // private string fieldName = Wmslocation.fields.locationId.ToString();
+
+ private string lastQuery = "";
+ private DataTable dt;
+ private int selectedRowIndex = -1;
+ private bool isAdding = true;
+ // private LocStructs locs;
+ // private List selectedLocations;
+ private List selectedIds;
+ public DeskCustomer()
+ {
+ InitializeComponent();
+ initialControls();
+ // loadData();
+ }
+ #region initialControls
+ private void initialControls()
+ {
+ initialComboBoxes();
+ initialPagerControls();
+ initialDataGrid();
+ initialQueryInput();
+ swithOperationType();
+ setValidationRule();
+ this.lcgSetup.Expanded = false;
+
+ }
+ private void initialComboBoxes()
+ {
+ //initial combobox of port
+ this.comport.Properties.TextEditStyle = TextEditStyles.DisableTextEditor;
+ ComboBoxItemCollection coll = comport.Properties.Items;
+ coll.BeginUpdate();
+ try
+ {
+ for (int i = 1; i <= 20; i++)
+ {
+ coll.Add(i);
+ }
+ }
+ finally
+ {
+ coll.EndUpdate();
+ }
+ comport.SelectedIndex = 0;
+
+
+
+ this.comPortQuery.Properties.TextEditStyle = TextEditStyles.DisableTextEditor;
+ ComboBoxItemCollection col2 = comPortQuery.Properties.Items;
+ col2.BeginUpdate();
+ col2.Add("全部");
+ try
+ {
+ for (int i = 1; i <= 20; i++)
+ {
+ col2.Add(i);
+ }
+ }
+ finally
+ {
+ col2.EndUpdate();
+ }
+ comPortQuery.SelectedIndex = 0;
+
+
+ //initial comboboxedits with dic
+ // Node[] nds = { };
+
+
+ }
+
+ private void setValidationRule()
+ {
+ // dxValidationProvider1.SetValidationRule(comWarehouseQuery, ValidationRules.notEmptyValidationRule);
+ //txtGoodType.Properties.MaxLength = 40;
+ //txtGoodDesc.Properties.MaxLength = 250;
+ //textEdit1.Properties.MaxLength = txtGoodType.Properties.MaxLength;
+ }
+
+ private void initialQueryInput()
+ {
+
+ }
+ private void initialPagerControls()
+ {
+
+ pager1.MaximumSize = new Size(0, 20);
+ pager1.EventPaging += new DeiNiu.Controls.pager.EventPagingHandler(pager_EventPaging);
+ #region DataGridView与Pager控件绑定
+ this.pager1.PageCurrent = 1;//当前页为第一页
+ pager1.PageSize = 800;//每页行数
+ this.pager1.Bind();//绑定
+ #endregion
+
+ }
+ private void initialDataGrid()
+ {
+
+ this.gridView1.OptionsBehavior.AutoPopulateColumns = false;
+ this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
+ this.gridView1.OptionsBehavior.Editable = false;
+ this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
+
+ this.gridView1.FocusedRowObjectChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowObjectChangedEventHandler(this.gridView1_FocusedRowObjectChanged);
+ this.gridView1.DataSourceChanged += new System.EventHandler(this.gridView1_DataSourceChanged);
+
+ //show line number
+ this.gridView1.IndicatorWidth = 40;
+ this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(gridView1_CustomDrawRowIndicator);
+
+ gridView1.CustomColumnDisplayText += gridView_CustomColumnDisplayText;
+ }
+ //显示行的序号
+ private void gridView1_CustomDrawRowIndicator(object sender, RowIndicatorCustomDrawEventArgs e)
+ {
+ if (e.Info.IsRowIndicator && e.RowHandle >= 0)
+ {
+ e.Info.DisplayText = (e.RowHandle + 1).ToString();
+ }
+ }
+ private void initialDataGridColumns()
+ {
+ setupGridView(gridView1, true);
+ // gridviewGoodsType.PopulateColumns();
+ gridView1.Columns.Clear();
+ // gridviewGoodsType.Columns.Remove(gridviewGoodsType.Columns["DealerPrice"]);
+ GridColumn myCol0 = new GridColumn() { Caption = "ID", Visible = true, FieldName = "id" };
+ myCol0.Visible = false;
+ this.gridView1.Columns.Add(myCol0);
+ GridColumn myCol1 = new GridColumn() { Caption = "分播台ID", Visible = true, FieldName = "deskId", MaxWidth = 80 };
+ // GridColumn myCol3 = new GridColumn() { Caption = "长", Visible = true, FieldName = Wmslocation.fields.length.ToString(), MaxWidth = 80 };
+ //GridColumn myCol4 = new GridColumn() { Caption = "宽", Visible = true, FieldName = Wmslocation.fields.width.ToString(), MaxWidth = 80 };
+ // GridColumn myCol5 = new GridColumn() { Caption = "高", Visible = true, FieldName = Wmslocation.fields.height.ToString(), MaxWidth = 80 };
+ // GridColumn myCol12 = new GridColumn() { Caption = "重", Visible = true, FieldName = Wmslocation.fields.weight.ToString(), MaxWidth = 80 };
+ // GridColumn myCol2 = new GridColumn() { Caption = "货物类别", Visible = true, FieldName = Wmslocation.fields.goodsType.ToString() + "Name" };
+ // GridColumn myCol6 = new GridColumn() { Caption = "库房分类", Visible = true, FieldName = Wmslocation.fields.whType.ToString()};
+ GridColumn myCol7 = new GridColumn() { Caption = "店铺", Visible = true, FieldName = WmsDeskCustomer.fields.custName.ToString(), MaxWidth = 300 };
+ GridColumn myCol8 = new GridColumn() { Caption = "灯ID", Visible = true, FieldName = WmsDeskCustomer.fields.custid.ToString(), MaxWidth = 50 };
+ GridColumn myCol9 = new GridColumn() { Caption = "线路", Visible = true, FieldName = WmsDeskCustomer.fields.partionName.ToString(), MaxWidth = 100 };
+
+ GridColumn myCol10 = new GridColumn() { Caption = "配货序号", Visible = true, FieldName = WmsDeskCustomer.fields.portNo.ToString(), MaxWidth = 80 };
+
+ GridColumn myCol11 = new GridColumn() { Caption = "分区", Visible = true, FieldName = WmsDeskCustomer.fields.partion.ToString(), MaxWidth = 50 };
+ GridColumn myCol13 = new GridColumn() { Caption = "备注", Visible = true, FieldName = WmsDeskCustomer.fields.mem.ToString() };
+ // GridColumn myCol14 = new GridColumn() { Caption = "线路", Visible = true, FieldName = WmsDeskCustomer.fields.partionName.ToString(), MaxWidth = 80 };
+
+ this.gridView1.Columns.Add(myCol11);
+ this.gridView1.Columns.Add(myCol1);
+ this.gridView1.Columns.Add(myCol9);
+ this.gridView1.Columns.Add(myCol7);
+ this.gridView1.Columns.Add(myCol8);
+ this.gridView1.Columns.Add(myCol10);
+ this.gridView1.Columns.Add(myCol13);
+ gridView1.BestFitColumns();
+ //gridView1.Focus();
+
+
+ //自动列宽
+ //gridView1.OptionsView.ColumnAutoWidth = false;
+ //this.gridView1.BestFitColumns();
+ //this.gridView1.Columns[2].MinWidth = 500;
+ //this.gridView1.Columns[1].BestFit();
+ //for (int I = 0; I < gridView1.Columns.Count; I++)
+ //{
+
+ // this.gridView1.Columns[I].BestFit()
+ //}
+ }
+
+ #endregion
+
+ ///
+ /// loading data
+ ///
+ private int loadData()
+ {
+ //this.gridviewGoodsType.DataSource = lgt.GetAllActiveData().Tables[0].DefaultView;
+ try
+ {
+ clearInputs();
+
+ showWaitForm();
+ string query = "";
+
+
+
+
+ query = this.txtCustNameQ.Text.Trim().Length > 0 ? string.Format("{0} like #'%{1}%';", WmsDeskCustomer.fields.custName.ToString(), filtRiskChar(txtCustNameQ.Text)) : "";
+
+ query += (this.txtDeskIdQ.Text.Trim().Length == 0 ? "" : string.Format("{0} =#'{1}';", WmsDeskCustomer.fields.deskId.ToString(), filtRiskChar(txtDeskIdQ.Text)));
+ query += (this.txtPortNoQ1.Text.Trim().Length == 0 ? "" : string.Format("{0} >=#'{1}';", WmsDeskCustomer.fields.portNo.ToString(), filtRiskChar(txtPortNoQ1.Text)));
+ query += (this.txtPortQ2.Text.Trim().Length == 0 ? "" : string.Format("{0} <=#'{1}';", WmsDeskCustomer.fields.portNo.ToString(), filtRiskChar(txtPortQ2.Text)));
+
+
+
+
+
+ this.pager1.PageCurrent = lastQuery.Equals(query) ? this.pager1.PageCurrent : 1; //根据查询条件的变化给pager赋值
+ int start = (pager1.PageSize * (pager1.PageCurrent - 1) + 1);
+ int end = (pager1.PageSize * pager1.PageCurrent);
+ lastQuery = query;
+ DataSet ds = lwmsDc.Query(query, start, end);
+
+ dt = ds.Tables[0];
+ int cnt = Convert.ToInt32(ds.Tables[1].Rows[0][0].ToString());
+ //dt = lgt.Query(query, start, end); //string.IsNullOrEmpty(query) ? lgt.GetGoodType.getAllData(start, end) : lgt.g;
+
+ dt.PrimaryKey = new DataColumn[] { dt.Columns["ID"] };
+ this.gridControl1.DataSource = dt.DefaultView;
+ initialDataGridColumns();
+ //update selected row index to the last updated one.
+ if (this.deskCust.ID > 0)
+ {
+
+ DataRow dr = dt.Rows.Find(deskCust.ID);
+ if (dr != null)
+ {
+ selectedRowIndex = dt.Rows.IndexOf(dr);
+ }
+
+ if (selectedRowIndex > 0 && dt.Rows.Count > selectedRowIndex)
+ {
+ // gridView1.SelectRow(selectedRowIndex);
+ gridView1.FocusedRowHandle = selectedRowIndex;
+ // gridView1.MakeRowVisible(selectedRowIndex);
+
+ }
+
+ //gridView1.FocusedRowHandle = selectedRowIndex;
+ }
+ gridView1.FocusedRowHandle = 0;
+ getCurrentObject();
+ closeWaitForm();
+ return cnt;// lgt.getRowCount(query);
+ // return lgt.GetGoodType.QueryCount();
+ }
+ catch (Exception er)
+ {
+ closeWaitForm();
+ showErrorMsg(er.Message);
+ }
+ return 0;
+ }
+
+
+
+ ///
+ /// 分页控件产生的事件
+ ///
+ private int pager_EventPaging(DeiNiu.Controls.pager.EventPagingArg e)
+ {
+ selectedRowIndex = 0; //reset currentRowIndex
+ return loadData();
+ }
+
+
+ private void gridView_CustomColumnDisplayText(object sender, DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventArgs e)
+ {
+
+
+
+
+ }
+
+
+
+
+ private void bindDetail()
+ {
+
+ }
+ private bool setDataBack()
+ {
+ try
+ {
+ deskCust.partion = Convert.ToInt16(this.txtPartion.Text);
+ }
+ catch
+ {
+ this.txtPartion.SelectAll();
+ txtPartion.Focus();
+ return false;
+ }
+ try
+ {
+ deskCust.deskId = Convert.ToInt16(this.txtDeska.Text);
+ }
+ catch
+ {
+ this.txtDeska.SelectAll();
+ txtDeska.Focus();
+ return false;
+ }
+ try
+ {
+ deskCust.portNo = Convert.ToInt16(this.txtPorta.Text);
+ }
+ catch
+ {
+ this.txtPorta.SelectAll();
+ txtPorta.Focus();
+ return false;
+ }
+ try
+ {
+ deskCust.custid = Convert.ToInt16(this.txtLightIda.Text);
+ }
+ catch
+ {
+ this.txtLightIda.SelectAll();
+ txtLightIda.Focus();
+ return false;
+ }
+
+ deskCust.mem = this.txtMem.Text;
+ deskCust.partionName = this.txtLine.Text;
+ // deskCust.deskName = "";
+ deskCust.custName = this.txtCustName.Text;
+ return deskCust.partion > 0 && deskCust.deskId > 0 && deskCust.portNo > 0 && deskCust.custid > 0 && !string.IsNullOrEmpty(deskCust.custName);
+
+
+ }
+ private bool validData()
+ {
+ bool isvalid = dxValidationProvider1.Validate();
+
+ // MessageBox.Show("goodtype is " + txtGoodType.Text +", is valid ? " + isvalid);
+
+ return isvalid;
+ //String gdtype = txtGoodType.Text.Trim();
+ //if (gdtype.Length == 0)
+ //{
+
+ // dxValidationProvider.Validate();
+ // return false;
+ //}
+
+ //return true;
+ }
+
+
+
+ private void btnSave_Click(object sender, EventArgs e)
+ {
+ if (!getCurrentObject())
+ {
+ return;
+ }
+
+
+
+
+ }
+
+ private void updateLocations()
+ {
+
+ showWaitForm();
+ //WaitFormService.Show(this);
+
+ try
+ {
+ //update the goodtype
+ setDataBack();
+ // lgt.GetGoodType.Update();
+ //get updated data
+ query();// loadData();
+
+ }
+ catch (Exception e)
+ {
+ showErrorMsg(e.Message);
+ }
+ finally
+ {
+ // WaitFormService.Close();
+ closeWaitForm();
+ // btnSave.Enabled = true;
+ }
+
+
+
+ }
+
+ private void gridView1_FocusedRowObjectChanged(object sender, FocusedRowObjectChangedEventArgs e)
+ {
+
+ clearInputs();
+ int a = gridView1.FocusedRowHandle;
+ if (a < 0 || gridView1.GetSelectedRows().Length == 0)
+ {
+ // return;
+ }
+ int selectedHandle;
+ //selectedRowIndex = this.gridView1.GetSelectedRows()[0];
+ ////MessageBox.Show(this.gridView1.GetRowCellValue(selectedHandle, "id").ToString());
+ if (selectedRowIndex < 0)
+ {
+ return;
+ }
+
+
+ if (getCurrentObject())
+ {
+ this.txtDeska.Text = deskCust.deskId + "";
+ this.txtPorta.Text = deskCust.portNo + "";
+ this.txtLightIda.Text = deskCust.custid + "";
+ this.txtCustName.Text = deskCust.custName;
+ this.txtLine.Text = deskCust.partionName;
+ this.txtMem.Text = deskCust.mem;
+ this.txtPartion.Text = deskCust.partion + "";
+
+ }
+
+
+ }
+
+ private void clearInputs()
+ {
+ this.txtLine.Text =
+ this.txtMem.Text = this.txtPartion.Text = this.txtDeska.Text = "";
+ this.txtPorta.Text = "";
+ this.txtLightIda.Text = "";
+ this.txtCustName.Text = "";
+ }
+
+ private bool getCurrentObject()
+ {
+ selectedRowIndex = gridView1.FocusedRowHandle;
+ if (selectedRowIndex < 0 || dt.Rows.Count <= selectedRowIndex)
+ {
+ // MessageBox.Show("请在列表里选择数据");
+ return false;
+ }
+ // DataRow currentRow = dt.Rows[selectedRowIndex];
+ DataRowView dr = (DataRowView)(GetGridViewFilteredAndSortedData(gridView1)[selectedRowIndex]);
+ // deskCust.getModel(dr.Row);
+ deskCust = new WmsDeskCustomer(dr.Row);
+ return true;
+ }
+
+ private void gridView1_FocusedRowChanged(object sender, FocusedRowChangedEventArgs e)
+ {
+
+ }
+
+ private void gridView1_DataSourceChanged(object sender, EventArgs e)
+ {
+ if (selectedRowIndex > 0 && dt.Rows.Count > selectedRowIndex)
+ {
+ gridView1.FocusedRowHandle = selectedRowIndex;
+ gridView1.MakeRowVisible(selectedRowIndex);
+
+ }
+ }
+
+ private void btnDelete_Click(object sender, EventArgs e)
+ {
+ //if (!getCurrentObject())
+ //{
+ // return;
+ //}
+ //MessageBoxButtons messButton = MessageBoxButtons.OKCancel;
+ //DialogResult dr = MessageBox.Show(String.Format("确定要删除 {0} 吗?",lgt.GetGoodType.goodsName), "删除记录", messButton);
+ //if (dr == DialogResult.OK)
+ //{
+ // lgt.GetGoodType.Delete() ;
+ // lgt.Initialize();
+ // query();//loadData();
+ //}
+
+
+ }
+
+ protected void query()
+ {
+ pager1.Bind();
+ }
+
+
+ private void startQuery()
+ {
+
+ showWaitForm();
+ try
+ {
+ query();// loadData();
+ }
+ catch (Exception e)
+ {
+ MessageBox.Show(e.Message);
+ }
+ finally
+ {
+ // WaitFormService.Close();
+ closeWaitForm();
+
+ btnQuery.Enabled = true;
+ }
+
+ }
+
+
+ private void txtQuery_KeyDown(object sender, KeyEventArgs e)
+ {
+ if (e.KeyValue == 13)
+ {
+ query();
+ }
+ }
+
+ private void tabControl1_SelectedIndexChanged(object sender, EventArgs e)
+ {
+ swithOperationType();
+
+ }
+
+
+ private void swithOperationType()
+ {
+ /*
+ isAdding = tabControl1.SelectedIndex == 0;
+
+
+ if (isAdding)
+ {
+ clearInputs();
+ }
+ else
+ {
+ gridView1_FocusedRowObjectChanged(null, null);
+
+ }
+
+ btnNew.Enabled = isAdding;
+ btnSave.Enabled = !isAdding;
+ btnDelete.Enabled = !isAdding;
+
+ }*/
+ }
+
+ private void bbQuery_ItemClick(object sender, ItemClickEventArgs e)
+ {
+ //Thread th = new Thread(new ThreadStart(this.queryGoodType));
+ //th.Start();
+
+ startQuery();
+ }
+
+ private void bbCreateLocations_ItemClick(object sender, ItemClickEventArgs e)
+ {
+ startLocations();
+ }
+ void startLocations()
+ {
+
+ if (!validNewLocations())
+ {
+ return;
+ }
+
+
+
+ //Thread th = new Thread(new ThreadStart(this.newLocations));
+ //th.Start();
+
+ newLocations();
+
+ }
+
+ bool isNewLocationQuery = false;
+
+ private void newLocations()
+ {
+
+ showWaitForm();
+ try
+ {
+ // setLocs();
+
+ // lwmsLoc.addLocations(locs);
+
+ // lgt.addLocations(locs);
+
+ isNewLocationQuery = true;
+
+ query();// loadData();
+ isNewLocationQuery = false;
+ // initialize and clear object and inputs, prepare for adding more.
+ // lgt.initialize();
+ // clearInputs();
+
+ }
+ catch (Exception e)
+ {
+ showErrorMsg(e.Message);
+ }
+ finally
+ {
+ // WaitFormService.Close();
+ closeWaitForm();
+
+ }
+
+ }
+
+
+
+
+ private void btnQuery_Click(object sender, EventArgs e)
+ {
+ this.btnQuery.Enabled = false;
+ startQuery();
+ }
+
+ private void btnCreate_Click(object sender, EventArgs e)
+ {
+ startLocations();
+ }
+
+
+
+ void printLocations(DataTable dt)
+ {
+ if (dt == null || dt.Rows.Count == 0)
+ {
+ showErrorMsg("请先查询需要打印的数据,然后才能打印。");
+ return;
+ }
+ MessageBoxButtons messButton = MessageBoxButtons.OKCancel;
+ DialogResult dr = MessageBox.Show(String.Format("确定要打印 {0}个标签吗?", dt.Rows.Count), "删除记录", messButton);
+ if (dr == DialogResult.OK)
+ {
+ //lgt.printLocations(dt);
+ string reportName = "wmsLocationCode.rdlc";
+ BillPrint.Run(dt, reportName, PrinterType.code);
+ }
+ }
+
+
+ private void DeskCustomer_FormClosing(object sender, FormClosingEventArgs e)
+ {
+ // client.Close();
+ }
+
+ private bool getCurrentObjects()
+ {
+ int[] selectedRows = gridView1.GetSelectedRows();
+ // selectedLocations = new List();
+
+ selectedIds = new List();
+
+ foreach (int i in selectedRows)
+ {
+ DataRow currentRow = dt.Rows[i];
+
+ selectedIds.Add(Convert.ToInt32(currentRow["ID"].ToString()));
+
+ }
+ if (selectedRows.Length == 0)
+ {
+ showErrorMsg("请至少选择一条数据");
+ return false;
+ }
+
+
+
+ DialogResult r = MessageBox.Show(string.Format("确定要更新选中的{0}条货位信息吗?", selectedRows.Length), "确认修改", MessageBoxButtons.YesNo, MessageBoxIcon.Warning);
+
+ return r == DialogResult.Yes;
+
+
+ }
+
+
+
+
+
+
+ private void lcgSetup_Showing(object sender, EventArgs e)
+ {
+
+ }
+
+ private void lcgQuery_CustomButtonChecked(object sender, DevExpress.XtraBars.Docking2010.BaseButtonEventArgs e)
+ {
+
+
+ }
+
+ private void lcgSetup_CustomButtonChecked(object sender, DevExpress.XtraBars.Docking2010.BaseButtonEventArgs e)
+ {
+
+ }
+
+ private void lcgQuery_CustomButtonUnchecked(object sender, DevExpress.XtraBars.Docking2010.BaseButtonEventArgs e)
+ {
+ try
+ {
+ // lcgSetup.Expanded = false;
+ }
+ catch (Exception er)
+ {
+ showErrorMsg(er.Message);
+ }
+ }
+
+ private void lcgSetup_CustomButtonUnchecked(object sender, DevExpress.XtraBars.Docking2010.BaseButtonEventArgs e)
+ {
+
+ try
+ {
+ // lcgQuery.Expanded = false;
+ }
+ catch (Exception er)
+ {
+ showErrorMsg(er.Message);
+ }
+ }
+
+
+
+ private void bbiExport_ItemClick(object sender, ItemClickEventArgs e)
+ {
+ exportExcel("", gridView1);
+ }
+
+ private void bbiImport_ItemClick(object sender, ItemClickEventArgs e)
+ {
+ deskMap = new Dictionary();
+ clearDeskCustmer();
+ importExcel();
+ query();
+ }
+
+ private void clearDeskCustmer()
+ {
+ lwmsDc.trunckData();
+ }
+
+
+ Dictionary custMap;
+ int custId = 0;
+ private int getCustId(String custName)
+ {
+ String key = custName;
+ if (custMap == null)
+ {
+ custMap = new Dictionary();
+ }
+ if (custMap.ContainsKey(key))
+ {
+ return custMap[key];
+ }
+ else
+ {
+ custId++;
+ custMap[key] = custId;
+ return custId;
+ }
+
+ }
+ Dictionary deskMap;
+ private int getCustId(int deskId)
+ {
+
+ if (deskMap == null)
+ {
+ deskMap = new Dictionary();
+ }
+ if (deskMap.ContainsKey(deskId))
+ {
+ deskMap[deskId]++;
+ }
+ else
+ {
+ deskMap[deskId] = 1;
+
+ }
+ return deskMap[deskId];
+ }
+
+ protected override void FillDataToDs(DataRow dr) //string itemid, string itemplu, string itemName)
+ {
+ int custId = 0;
+ int deskId = 0;
+ string custName = string.Empty;
+ string deskName = string.Empty;
+ string portNo = string.Empty;
+ string lightId = string.Empty;
+ string mem = string.Empty;
+ int partion = 0;
+ if (dr["分播台ID"].ToString().Trim() != string.Empty)
+ deskId = Convert.ToInt16(dr["分播台ID"].ToString().Trim());
+ if (dr["店铺"].ToString().Trim() != string.Empty)
+ custName = dr["店铺"].ToString().Trim();
+ if (dr["线路"].ToString().Trim() != string.Empty)
+ deskName = dr["线路"].ToString().Trim();
+ if (dr["灯ID"].ToString().Trim() != string.Empty)
+ lightId = dr["灯ID"].ToString().Trim();
+ if (dr["配货序号"].ToString().Trim() != string.Empty)
+ portNo = dr["配货序号"].ToString().Trim();
+ if (dr["备注"].ToString().Trim() != string.Empty)
+ mem = dr["备注"].ToString().Trim();
+ if (dr["分区"].ToString().Trim() != string.Empty)
+ partion = Convert.ToInt16(dr["分区"].ToString().Trim());
+
+ // custId = getCustId(custName);
+ // custId = getCustId(deskId);
+ try
+ {
+ custId = Convert.ToInt16(lightId);
+
+ if (custId > 0 && deskId > 0 && custName != string.Empty)
+ {
+ WmsDeskCustomer dc = new WmsDeskCustomer();
+ dc.custid = custId;
+ dc.deskId = deskId;
+ dc.partionName = deskName;
+ dc.custName = custName;
+ dc.portNo = Convert.ToInt16(portNo);
+ dc.mem = mem;
+ dc.partion = partion;
+ dc.Add();
+
+ }
+ }
+ catch { }
+ }
+
+
+
+ private void btnPortsetup_Click(object sender, EventArgs e)
+ {
+
+ if (!validPorts())
+ {
+ return;
+ }
+
+ this.btnPortsetup.Enabled = false;
+ showWaitForm();
+ setupPorts();
+ this.btnPortsetup.Enabled = true;
+ query();
+ }
+
+ private void setupPorts()
+ {
+ if (validPorts())
+ {
+ int cnt = lwmsDc.setupPort(deskId, portNo, startId, endId);
+ closeWaitForm();
+ showInfoMsg("共更新了 " + cnt + " 条记录");
+ }
+ closeWaitForm();
+ }
+ int deskId, portNo, startId, endId;
+ private bool validPorts()
+ {
+ try
+ {
+ deskId = Convert.ToInt32(this.txtDeskId.Text.Trim());
+ portNo = Convert.ToInt32(this.txtPortNo.Text.Trim());
+
+ startId = Convert.ToInt32(this.txtLightStartId.Text.Trim());
+ endId = Convert.ToInt32(this.txtLightEndId.Text.Trim());
+
+ }
+ catch
+ {
+ showErrorMsg("请检查输入的数字是否正确");
+ return false;
+ }
+
+ return endId == 0 && startId == 0 || endId > startId;
+ }
+
+ private void btnImport_Click(object sender, EventArgs e)
+ {
+ DialogResult r = MessageBox.Show(string.Format("确定重新导入门店信息吗?"),
+ "确认导入", MessageBoxButtons.YesNo, MessageBoxIcon.Warning);
+
+ if (r == DialogResult.No)
+ {
+ return;
+ }
+
+ deskMap = new Dictionary();
+ importExcel();
+ query();
+ }
+
+ protected override void clearOldData()
+ {
+ clearDeskCustmer();
+ }
+ private void btnExport_Click(object sender, EventArgs e)
+ {
+ exportExcel("门店列表", gridView1);
+ }
+
+ private void simpleButton1_Click_1(object sender, EventArgs e)
+ {
+ query();
+ // loadData();
+ }
+
+
+ private void btnUpdate_Click(object sender, EventArgs e)
+ {
+ if (!getCurrentObject())
+ {
+ MessageBox.Show("请在列表里选择数据"); return;
+ }
+ try
+ {
+ if (setDataBack() && deskCust.Update() > 0)
+ {
+ MessageBox.Show(deskCust.custName + "更新成功!");
+ query();
+ }
+ else
+ {
+ MessageBox.Show("更新失败");
+ }
+ }
+ catch (Exception er)
+ {
+ showErrorMsg(er.Message);
+ }
+ }
+
+ private void btnAdd_Click(object sender, EventArgs e)
+ {
+ try
+ {
+ if (setDataBack() && deskCust.Add() > 0)
+ {
+ MessageBox.Show(deskCust.custName + "新增成功!");
+ query();
+ }
+ else
+ {
+ MessageBox.Show("新增失败");
+ }
+ }
+ catch (Exception er)
+ {
+ showErrorMsg(er.Message);
+ }
+ }
+
+ private void btnDeleta_Click(object sender, EventArgs e)
+ {
+ if (!getCurrentObject())
+ {
+ MessageBox.Show("请在列表里选择数据"); return;
+ }
+
+ DialogResult r = MessageBox.Show(string.Format("确定删除分播台 {0} ,店铺 {1} 吗?", deskCust.deskId, deskCust.custName),
+ "确认删除", MessageBoxButtons.YesNo, MessageBoxIcon.Warning);
+
+ if (r == DialogResult.No)
+ {
+ return;
+ }
+
+ if (deskCust.Delete() > 0)
+ {
+ MessageBox.Show("删除成功");
+ query();
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/winform/epick/DeskCustomer.designer.cs b/winform/epick/DeskCustomer.designer.cs
new file mode 100644
index 0000000..cafdd22
--- /dev/null
+++ b/winform/epick/DeskCustomer.designer.cs
@@ -0,0 +1,2697 @@
+namespace DeiNiu.wms.win
+{
+ partial class DeskCustomer
+ {
+ ///
+ /// 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()
+ {
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DeskCustomer));
+ this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
+ this.barButtonGroup1 = new DevExpress.XtraBars.BarButtonGroup();
+ this.bbiExport = new DevExpress.XtraBars.BarButtonItem();
+ this.bbiImport = new DevExpress.XtraBars.BarButtonItem();
+ this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
+ this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
+ this.txtMem = new DevExpress.XtraEditors.TextEdit();
+ this.btnDeleta = new DevExpress.XtraEditors.SimpleButton();
+ this.btnUpdate = new DevExpress.XtraEditors.SimpleButton();
+ this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
+ this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
+ this.txtPortNo = new DevExpress.XtraEditors.TextEdit();
+ this.txtDeskId = new DevExpress.XtraEditors.TextEdit();
+ this.txtLbStartId = new DevExpress.XtraEditors.TextEdit();
+ this.pager1 = new DeiNiu.Controls.pager.Pager();
+ this.gridControl1 = new DevExpress.XtraGrid.GridControl();
+ this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
+ this.txtLightStartId = new DevExpress.XtraEditors.TextEdit();
+ this.btnPortsetup = new DevExpress.XtraEditors.SimpleButton();
+ this.txtLightEndId = new DevExpress.XtraEditors.TextEdit();
+ this.txtColumFrom = new DevExpress.XtraEditors.TextEdit();
+ this.txtColumTo = new DevExpress.XtraEditors.TextEdit();
+ this.txtLayerTo = new DevExpress.XtraEditors.TextEdit();
+ this.txtLayerFrom = new DevExpress.XtraEditors.TextEdit();
+ this.txtShelfFrom = new DevExpress.XtraEditors.TextEdit();
+ this.txtShelfTo = new DevExpress.XtraEditors.TextEdit();
+ this.txtChannelFrom = new DevExpress.XtraEditors.TextEdit();
+ this.txtChannelTo = new DevExpress.XtraEditors.TextEdit();
+ this.txtLabelLayer = new DevExpress.XtraEditors.TextEdit();
+ this.txtLabelColum = new DevExpress.XtraEditors.TextEdit();
+ this.btnCreate = new DevExpress.XtraEditors.SimpleButton();
+ this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
+ this.txtChannelFromQ = new DevExpress.XtraEditors.TextEdit();
+ this.txtShelfFromQ = new DevExpress.XtraEditors.TextEdit();
+ this.txtChannelToQ = new DevExpress.XtraEditors.TextEdit();
+ this.txtShelfToQ = new DevExpress.XtraEditors.TextEdit();
+ this.txtColumFromQ = new DevExpress.XtraEditors.TextEdit();
+ this.txtColumToQ = new DevExpress.XtraEditors.TextEdit();
+ this.txtLayerFromQ = new DevExpress.XtraEditors.TextEdit();
+ this.txtLayerToQ = new DevExpress.XtraEditors.TextEdit();
+ this.txtLbStartIdQuery = new DevExpress.XtraEditors.TextEdit();
+ this.txtLbToIdQuery = new DevExpress.XtraEditors.TextEdit();
+ this.comport = new DevExpress.XtraEditors.ComboBoxEdit();
+ this.comPortQuery = new DevExpress.XtraEditors.ComboBoxEdit();
+ this.txtLocationId = new DevExpress.XtraEditors.TextEdit();
+ this.txtLabelId = new DevExpress.XtraEditors.TextEdit();
+ this.btnUpdateLable = new DevExpress.XtraEditors.SimpleButton();
+ this.txtPosition = new DevExpress.XtraEditors.TextEdit();
+ this.txtWarehouseQuery = new DevExpress.XtraEditors.TextEdit();
+ this.btnDel = new DevExpress.XtraEditors.SimpleButton();
+ this.btnImport = new DevExpress.XtraEditors.SimpleButton();
+ this.btnExport = new DevExpress.XtraEditors.SimpleButton();
+ this.txtDeskIdQ = new DevExpress.XtraEditors.TextEdit();
+ this.txtCustNameQ = new DevExpress.XtraEditors.TextEdit();
+ this.txtCustName = new DevExpress.XtraEditors.TextEdit();
+ this.txtDeska = new DevExpress.XtraEditors.TextEdit();
+ this.txtLightIda = new DevExpress.XtraEditors.TextEdit();
+ this.txtPorta = new DevExpress.XtraEditors.TextEdit();
+ this.txtPortQ2 = new DevExpress.XtraEditors.TextEdit();
+ this.txtPortNoQ1 = new DevExpress.XtraEditors.TextEdit();
+ this.txtPartion = new DevExpress.XtraEditors.TextEdit();
+ this.txtLine = new DevExpress.XtraEditors.TextEdit();
+ this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.emptySpaceItem12 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.emptySpaceItem13 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.emptySpaceItem15 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.emptySpaceItem16 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.emptySpaceItem17 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.emptySpaceItem18 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.emptySpaceItem19 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.emptySpaceItem20 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.lcgQuery = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.layoutControlGroup16 = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.layoutControlItem37 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem38 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem39 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem46 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem45 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem43 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem40 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem44 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlGroup17 = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.layoutControlItem55 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem36 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem52 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem56 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem42 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.tabbedControlGroup2 = new DevExpress.XtraLayout.TabbedControlGroup();
+ this.layoutControlGroup6 = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.layoutControlItem31 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem32 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlGroup12 = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.layoutControlItem27 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem26 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem47 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.emptySpaceItem23 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.layoutControlItem48 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem49 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.emptySpaceItem24 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.emptySpaceItem22 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.emptySpaceItem10 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.emptySpaceItem26 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.layoutControlItem35 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.emptySpaceItem29 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.emptySpaceItem30 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem51 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem53 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem57 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlGroup9 = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.layoutControlItem24 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem25 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.emptySpaceItem21 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.emptySpaceItem11 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem22 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.emptySpaceItem7 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.layoutControlItem50 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem28 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.emptySpaceItem25 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.lcgSetup = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.layoutControlGroup7 = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlGroup10 = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.layoutControlItem54 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlGroup14 = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlGroup11 = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem33 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem34 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.emptySpaceItem6 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.emptySpaceItem8 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.emptySpaceItem9 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.layoutControlItem41 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.tabbedControlGroup1 = new DevExpress.XtraLayout.TabbedControlGroup();
+ this.layoutControlGroup8 = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
+ this.layoutControlItem30 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.emptySpaceItem27 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.emptySpaceItem28 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.layoutControlItem29 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.emptySpaceItem14 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.txtLocation = new DevExpress.XtraEditors.TextEdit();
+ this.layoutControlGroup15 = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
+ ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
+ this.layoutControl1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.txtMem.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtPortNo.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtDeskId.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLbStartId.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLightStartId.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLightEndId.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtColumFrom.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtColumTo.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLayerTo.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLayerFrom.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtShelfFrom.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtShelfTo.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtChannelFrom.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtChannelTo.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLabelLayer.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLabelColum.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtChannelFromQ.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtShelfFromQ.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtChannelToQ.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtShelfToQ.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtColumFromQ.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtColumToQ.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLayerFromQ.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLayerToQ.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLbStartIdQuery.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLbToIdQuery.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.comport.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.comPortQuery.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLocationId.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLabelId.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtPosition.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtWarehouseQuery.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtDeskIdQ.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtCustNameQ.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtCustName.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtDeska.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLightIda.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtPorta.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtPortQ2.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtPortNoQ1.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtPartion.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLine.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem12)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem13)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem15)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem16)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem17)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem18)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem19)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem20)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.lcgQuery)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup16)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem37)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem38)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem39)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem46)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem45)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem43)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem40)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem44)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup17)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem55)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem36)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem52)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem56)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem42)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup2)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem31)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem32)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup12)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem47)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem23)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem48)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem49)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem24)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem22)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem26)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem35)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem29)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem30)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem51)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem53)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem57)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup9)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem21)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem11)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem50)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem25)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.lcgSetup)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem54)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup14)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup11)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem33)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem34)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem9)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem41)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem30)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem27)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem28)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem14)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLocation.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup15)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
+ this.SuspendLayout();
+ //
+ // ribbon
+ //
+ this.ribbon.ExpandCollapseItem.Id = 0;
+ this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
+ this.ribbon.ExpandCollapseItem,
+ this.barButtonGroup1,
+ this.bbiExport,
+ this.bbiImport});
+ this.ribbon.Location = new System.Drawing.Point(0, 0);
+ this.ribbon.MaxItemId = 9;
+ this.ribbon.Name = "ribbon";
+ this.ribbon.Size = new System.Drawing.Size(1368, 50);
+ this.ribbon.StatusBar = this.ribbonStatusBar;
+ //
+ // barButtonGroup1
+ //
+ this.barButtonGroup1.Caption = "barButtonGroup1";
+ this.barButtonGroup1.Id = 5;
+ this.barButtonGroup1.Name = "barButtonGroup1";
+ //
+ // bbiExport
+ //
+ this.bbiExport.Caption = "导出";
+ this.bbiExport.Id = 7;
+ this.bbiExport.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbiExport.ImageOptions.Image")));
+ this.bbiExport.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbiExport.ImageOptions.LargeImage")));
+ this.bbiExport.Name = "bbiExport";
+ this.bbiExport.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiExport_ItemClick);
+ //
+ // bbiImport
+ //
+ this.bbiImport.Caption = "导入";
+ this.bbiImport.Id = 8;
+ this.bbiImport.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbiImport.ImageOptions.Image")));
+ this.bbiImport.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbiImport.ImageOptions.LargeImage")));
+ this.bbiImport.Name = "bbiImport";
+ this.bbiImport.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiImport_ItemClick);
+ //
+ // ribbonStatusBar
+ //
+ this.ribbonStatusBar.Location = new System.Drawing.Point(0, 748);
+ this.ribbonStatusBar.Name = "ribbonStatusBar";
+ this.ribbonStatusBar.Ribbon = this.ribbon;
+ this.ribbonStatusBar.Size = new System.Drawing.Size(1368, 31);
+ //
+ // layoutControl1
+ //
+ this.layoutControl1.Controls.Add(this.txtMem);
+ this.layoutControl1.Controls.Add(this.btnDeleta);
+ this.layoutControl1.Controls.Add(this.btnUpdate);
+ this.layoutControl1.Controls.Add(this.btnAdd);
+ this.layoutControl1.Controls.Add(this.simpleButton1);
+ this.layoutControl1.Controls.Add(this.txtPortNo);
+ this.layoutControl1.Controls.Add(this.txtDeskId);
+ this.layoutControl1.Controls.Add(this.txtLbStartId);
+ this.layoutControl1.Controls.Add(this.pager1);
+ this.layoutControl1.Controls.Add(this.gridControl1);
+ this.layoutControl1.Controls.Add(this.txtLightStartId);
+ this.layoutControl1.Controls.Add(this.btnPortsetup);
+ this.layoutControl1.Controls.Add(this.txtLightEndId);
+ this.layoutControl1.Controls.Add(this.txtColumFrom);
+ this.layoutControl1.Controls.Add(this.txtColumTo);
+ this.layoutControl1.Controls.Add(this.txtLayerTo);
+ this.layoutControl1.Controls.Add(this.txtLayerFrom);
+ this.layoutControl1.Controls.Add(this.txtShelfFrom);
+ this.layoutControl1.Controls.Add(this.txtShelfTo);
+ this.layoutControl1.Controls.Add(this.txtChannelFrom);
+ this.layoutControl1.Controls.Add(this.txtChannelTo);
+ this.layoutControl1.Controls.Add(this.txtLabelLayer);
+ this.layoutControl1.Controls.Add(this.txtLabelColum);
+ this.layoutControl1.Controls.Add(this.btnCreate);
+ this.layoutControl1.Controls.Add(this.btnQuery);
+ this.layoutControl1.Controls.Add(this.txtChannelFromQ);
+ this.layoutControl1.Controls.Add(this.txtShelfFromQ);
+ this.layoutControl1.Controls.Add(this.txtChannelToQ);
+ this.layoutControl1.Controls.Add(this.txtShelfToQ);
+ this.layoutControl1.Controls.Add(this.txtColumFromQ);
+ this.layoutControl1.Controls.Add(this.txtColumToQ);
+ this.layoutControl1.Controls.Add(this.txtLayerFromQ);
+ this.layoutControl1.Controls.Add(this.txtLayerToQ);
+ this.layoutControl1.Controls.Add(this.txtLbStartIdQuery);
+ this.layoutControl1.Controls.Add(this.txtLbToIdQuery);
+ this.layoutControl1.Controls.Add(this.comport);
+ this.layoutControl1.Controls.Add(this.comPortQuery);
+ this.layoutControl1.Controls.Add(this.txtLocationId);
+ this.layoutControl1.Controls.Add(this.txtLabelId);
+ this.layoutControl1.Controls.Add(this.btnUpdateLable);
+ this.layoutControl1.Controls.Add(this.txtPosition);
+ this.layoutControl1.Controls.Add(this.txtWarehouseQuery);
+ this.layoutControl1.Controls.Add(this.btnDel);
+ this.layoutControl1.Controls.Add(this.btnImport);
+ this.layoutControl1.Controls.Add(this.btnExport);
+ this.layoutControl1.Controls.Add(this.txtDeskIdQ);
+ this.layoutControl1.Controls.Add(this.txtCustNameQ);
+ this.layoutControl1.Controls.Add(this.txtCustName);
+ this.layoutControl1.Controls.Add(this.txtDeska);
+ this.layoutControl1.Controls.Add(this.txtLightIda);
+ this.layoutControl1.Controls.Add(this.txtPorta);
+ this.layoutControl1.Controls.Add(this.txtPortQ2);
+ this.layoutControl1.Controls.Add(this.txtPortNoQ1);
+ this.layoutControl1.Controls.Add(this.txtPartion);
+ this.layoutControl1.Controls.Add(this.txtLine);
+ this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.layoutControl1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.layoutControlGroup3});
+ this.layoutControl1.Location = new System.Drawing.Point(0, 50);
+ this.layoutControl1.Name = "layoutControl1";
+ this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1607, 350, 450, 400);
+ this.layoutControl1.Root = this.layoutControlGroup1;
+ this.layoutControl1.Size = new System.Drawing.Size(1368, 698);
+ this.layoutControl1.TabIndex = 2;
+ this.layoutControl1.Text = "layoutControl1";
+ //
+ // txtMem
+ //
+ this.txtMem.Location = new System.Drawing.Point(1079, 308);
+ this.txtMem.Name = "txtMem";
+ this.txtMem.Size = new System.Drawing.Size(243, 20);
+ this.txtMem.StyleController = this.layoutControl1;
+ this.txtMem.TabIndex = 96;
+ //
+ // btnDeleta
+ //
+ this.btnDeleta.Image = ((System.Drawing.Image)(resources.GetObject("btnDeleta.Image")));
+ this.btnDeleta.Location = new System.Drawing.Point(1228, 382);
+ this.btnDeleta.Name = "btnDeleta";
+ this.btnDeleta.Size = new System.Drawing.Size(84, 46);
+ this.btnDeleta.StyleController = this.layoutControl1;
+ this.btnDeleta.TabIndex = 95;
+ this.btnDeleta.Text = "删除";
+ this.btnDeleta.Click += new System.EventHandler(this.btnDeleta_Click);
+ //
+ // btnUpdate
+ //
+ this.btnUpdate.Image = ((System.Drawing.Image)(resources.GetObject("btnUpdate.Image")));
+ this.btnUpdate.Location = new System.Drawing.Point(1136, 382);
+ this.btnUpdate.Name = "btnUpdate";
+ this.btnUpdate.Size = new System.Drawing.Size(78, 46);
+ this.btnUpdate.StyleController = this.layoutControl1;
+ this.btnUpdate.TabIndex = 94;
+ this.btnUpdate.Text = "保存";
+ this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
+ //
+ // btnAdd
+ //
+ this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
+ this.btnAdd.Location = new System.Drawing.Point(1038, 382);
+ this.btnAdd.Name = "btnAdd";
+ this.btnAdd.Size = new System.Drawing.Size(84, 46);
+ this.btnAdd.StyleController = this.layoutControl1;
+ this.btnAdd.TabIndex = 93;
+ this.btnAdd.Text = "新增";
+ this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
+ //
+ // simpleButton1
+ //
+ this.simpleButton1.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.Image")));
+ this.simpleButton1.Location = new System.Drawing.Point(451, 59);
+ this.simpleButton1.Name = "simpleButton1";
+ this.simpleButton1.Size = new System.Drawing.Size(97, 54);
+ this.simpleButton1.StyleController = this.layoutControl1;
+ this.simpleButton1.TabIndex = 92;
+ this.simpleButton1.Text = "查询";
+ this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click_1);
+ //
+ // txtPortNo
+ //
+ this.txtPortNo.Location = new System.Drawing.Point(87, 71);
+ this.txtPortNo.MenuManager = this.ribbon;
+ this.txtPortNo.Name = "txtPortNo";
+ this.txtPortNo.Size = new System.Drawing.Size(65, 20);
+ this.txtPortNo.StyleController = this.layoutControl1;
+ this.txtPortNo.TabIndex = 86;
+ //
+ // txtDeskId
+ //
+ this.txtDeskId.Location = new System.Drawing.Point(87, 47);
+ this.txtDeskId.MenuManager = this.ribbon;
+ this.txtDeskId.Name = "txtDeskId";
+ this.txtDeskId.Size = new System.Drawing.Size(65, 20);
+ this.txtDeskId.StyleController = this.layoutControl1;
+ this.txtDeskId.TabIndex = 85;
+ //
+ // txtLbStartId
+ //
+ this.txtLbStartId.EditValue = "0";
+ this.txtLbStartId.Location = new System.Drawing.Point(239, 741);
+ this.txtLbStartId.MenuManager = this.ribbon;
+ this.txtLbStartId.Name = "txtLbStartId";
+ this.txtLbStartId.Size = new System.Drawing.Size(58, 20);
+ this.txtLbStartId.StyleController = this.layoutControl1;
+ this.txtLbStartId.TabIndex = 72;
+ //
+ // pager1
+ //
+ this.pager1.Location = new System.Drawing.Point(36, 586);
+ this.pager1.MaximumSize = new System.Drawing.Size(0, 20);
+ this.pager1.Name = "pager1";
+ this.pager1.NMax = 0;
+ this.pager1.PageCount = 0;
+ this.pager1.PageCurrent = 0;
+ this.pager1.PageSize = 100;
+ this.pager1.Size = new System.Drawing.Size(964, 20);
+ this.pager1.TabIndex = 40;
+ //
+ // gridControl1
+ //
+ this.gridControl1.Font = new System.Drawing.Font("Tahoma", 9F);
+ this.gridControl1.Location = new System.Drawing.Point(36, 160);
+ this.gridControl1.MainView = this.gridView1;
+ this.gridControl1.MenuManager = this.ribbon;
+ this.gridControl1.Name = "gridControl1";
+ this.gridControl1.Size = new System.Drawing.Size(964, 422);
+ this.gridControl1.TabIndex = 39;
+ this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
+ this.gridView1});
+ //
+ // gridView1
+ //
+ this.gridView1.GridControl = this.gridControl1;
+ this.gridView1.Name = "gridView1";
+ //
+ // txtLightStartId
+ //
+ this.txtLightStartId.EditValue = "0";
+ this.txtLightStartId.Location = new System.Drawing.Point(87, 95);
+ this.txtLightStartId.Name = "txtLightStartId";
+ this.txtLightStartId.Size = new System.Drawing.Size(65, 20);
+ this.txtLightStartId.StyleController = this.layoutControl1;
+ this.txtLightStartId.TabIndex = 10;
+ //
+ // btnPortsetup
+ //
+ this.btnPortsetup.Location = new System.Drawing.Point(24, 143);
+ this.btnPortsetup.Name = "btnPortsetup";
+ this.btnPortsetup.Size = new System.Drawing.Size(148, 30);
+ this.btnPortsetup.StyleController = this.layoutControl1;
+ this.btnPortsetup.TabIndex = 84;
+ this.btnPortsetup.Text = "确定";
+ this.btnPortsetup.Click += new System.EventHandler(this.btnPortsetup_Click);
+ //
+ // txtLightEndId
+ //
+ this.txtLightEndId.EditValue = "0";
+ this.txtLightEndId.Location = new System.Drawing.Point(87, 119);
+ this.txtLightEndId.Name = "txtLightEndId";
+ this.txtLightEndId.Size = new System.Drawing.Size(65, 20);
+ this.txtLightEndId.StyleController = this.layoutControl1;
+ this.txtLightEndId.TabIndex = 10;
+ //
+ // txtColumFrom
+ //
+ this.txtColumFrom.Location = new System.Drawing.Point(77, 765);
+ this.txtColumFrom.MenuManager = this.ribbon;
+ this.txtColumFrom.Name = "txtColumFrom";
+ this.txtColumFrom.Size = new System.Drawing.Size(58, 20);
+ this.txtColumFrom.StyleController = this.layoutControl1;
+ this.txtColumFrom.TabIndex = 4;
+ //
+ // txtColumTo
+ //
+ this.txtColumTo.Location = new System.Drawing.Point(139, 765);
+ this.txtColumTo.MenuManager = this.ribbon;
+ this.txtColumTo.Name = "txtColumTo";
+ this.txtColumTo.Size = new System.Drawing.Size(60, 20);
+ this.txtColumTo.StyleController = this.layoutControl1;
+ this.txtColumTo.TabIndex = 5;
+ //
+ // txtLayerTo
+ //
+ this.txtLayerTo.Location = new System.Drawing.Point(139, 741);
+ this.txtLayerTo.MenuManager = this.ribbon;
+ this.txtLayerTo.Name = "txtLayerTo";
+ this.txtLayerTo.Size = new System.Drawing.Size(60, 20);
+ this.txtLayerTo.StyleController = this.layoutControl1;
+ this.txtLayerTo.TabIndex = 6;
+ //
+ // txtLayerFrom
+ //
+ this.txtLayerFrom.Location = new System.Drawing.Point(77, 741);
+ this.txtLayerFrom.MenuManager = this.ribbon;
+ this.txtLayerFrom.Name = "txtLayerFrom";
+ this.txtLayerFrom.Size = new System.Drawing.Size(58, 20);
+ this.txtLayerFrom.StyleController = this.layoutControl1;
+ this.txtLayerFrom.TabIndex = 7;
+ //
+ // txtShelfFrom
+ //
+ this.txtShelfFrom.Location = new System.Drawing.Point(77, 717);
+ this.txtShelfFrom.MenuManager = this.ribbon;
+ this.txtShelfFrom.Name = "txtShelfFrom";
+ this.txtShelfFrom.Size = new System.Drawing.Size(58, 20);
+ this.txtShelfFrom.StyleController = this.layoutControl1;
+ this.txtShelfFrom.TabIndex = 8;
+ //
+ // txtShelfTo
+ //
+ this.txtShelfTo.Location = new System.Drawing.Point(139, 717);
+ this.txtShelfTo.MenuManager = this.ribbon;
+ this.txtShelfTo.Name = "txtShelfTo";
+ this.txtShelfTo.Size = new System.Drawing.Size(60, 20);
+ this.txtShelfTo.StyleController = this.layoutControl1;
+ this.txtShelfTo.TabIndex = 9;
+ //
+ // txtChannelFrom
+ //
+ this.txtChannelFrom.Location = new System.Drawing.Point(77, 693);
+ this.txtChannelFrom.MenuManager = this.ribbon;
+ this.txtChannelFrom.Name = "txtChannelFrom";
+ this.txtChannelFrom.Size = new System.Drawing.Size(58, 20);
+ this.txtChannelFrom.StyleController = this.layoutControl1;
+ this.txtChannelFrom.TabIndex = 10;
+ //
+ // txtChannelTo
+ //
+ this.txtChannelTo.Location = new System.Drawing.Point(139, 693);
+ this.txtChannelTo.MenuManager = this.ribbon;
+ this.txtChannelTo.Name = "txtChannelTo";
+ this.txtChannelTo.Size = new System.Drawing.Size(60, 20);
+ this.txtChannelTo.StyleController = this.layoutControl1;
+ this.txtChannelTo.TabIndex = 11;
+ //
+ // txtLabelLayer
+ //
+ this.txtLabelLayer.EditValue = "0";
+ this.txtLabelLayer.Location = new System.Drawing.Point(379, 741);
+ this.txtLabelLayer.MenuManager = this.ribbon;
+ this.txtLabelLayer.Name = "txtLabelLayer";
+ this.txtLabelLayer.Size = new System.Drawing.Size(50, 20);
+ this.txtLabelLayer.StyleController = this.layoutControl1;
+ this.txtLabelLayer.TabIndex = 26;
+ //
+ // txtLabelColum
+ //
+ this.txtLabelColum.EditValue = "0";
+ this.txtLabelColum.Location = new System.Drawing.Point(433, 741);
+ this.txtLabelColum.MenuManager = this.ribbon;
+ this.txtLabelColum.Name = "txtLabelColum";
+ this.txtLabelColum.Size = new System.Drawing.Size(50, 20);
+ this.txtLabelColum.StyleController = this.layoutControl1;
+ this.txtLabelColum.TabIndex = 27;
+ //
+ // btnCreate
+ //
+ this.btnCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnCreate.Image")));
+ this.btnCreate.Location = new System.Drawing.Point(1247, 662);
+ this.btnCreate.Name = "btnCreate";
+ this.btnCreate.Size = new System.Drawing.Size(85, 44);
+ this.btnCreate.StyleController = this.layoutControl1;
+ this.btnCreate.TabIndex = 63;
+ this.btnCreate.Text = "新建";
+ this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
+ //
+ // btnQuery
+ //
+ this.btnQuery.Image = ((System.Drawing.Image)(resources.GetObject("btnQuery.Image")));
+ this.btnQuery.Location = new System.Drawing.Point(191, 634);
+ this.btnQuery.Name = "btnQuery";
+ this.btnQuery.Size = new System.Drawing.Size(83, 44);
+ this.btnQuery.StyleController = this.layoutControl1;
+ this.btnQuery.TabIndex = 64;
+ this.btnQuery.Text = "查询";
+ this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
+ //
+ // txtChannelFromQ
+ //
+ this.txtChannelFromQ.Location = new System.Drawing.Point(343, 665);
+ this.txtChannelFromQ.Name = "txtChannelFromQ";
+ this.txtChannelFromQ.Size = new System.Drawing.Size(58, 20);
+ this.txtChannelFromQ.StyleController = this.layoutControl1;
+ this.txtChannelFromQ.TabIndex = 10;
+ //
+ // txtShelfFromQ
+ //
+ this.txtShelfFromQ.Location = new System.Drawing.Point(343, 689);
+ this.txtShelfFromQ.Name = "txtShelfFromQ";
+ this.txtShelfFromQ.Size = new System.Drawing.Size(58, 20);
+ this.txtShelfFromQ.StyleController = this.layoutControl1;
+ this.txtShelfFromQ.TabIndex = 8;
+ //
+ // txtChannelToQ
+ //
+ this.txtChannelToQ.Location = new System.Drawing.Point(405, 665);
+ this.txtChannelToQ.Name = "txtChannelToQ";
+ this.txtChannelToQ.Size = new System.Drawing.Size(60, 20);
+ this.txtChannelToQ.StyleController = this.layoutControl1;
+ this.txtChannelToQ.TabIndex = 11;
+ //
+ // txtShelfToQ
+ //
+ this.txtShelfToQ.Location = new System.Drawing.Point(405, 689);
+ this.txtShelfToQ.Name = "txtShelfToQ";
+ this.txtShelfToQ.Size = new System.Drawing.Size(60, 20);
+ this.txtShelfToQ.StyleController = this.layoutControl1;
+ this.txtShelfToQ.TabIndex = 9;
+ //
+ // txtColumFromQ
+ //
+ this.txtColumFromQ.Location = new System.Drawing.Point(522, 689);
+ this.txtColumFromQ.Name = "txtColumFromQ";
+ this.txtColumFromQ.Size = new System.Drawing.Size(58, 20);
+ this.txtColumFromQ.StyleController = this.layoutControl1;
+ this.txtColumFromQ.TabIndex = 4;
+ //
+ // txtColumToQ
+ //
+ this.txtColumToQ.Location = new System.Drawing.Point(584, 689);
+ this.txtColumToQ.Name = "txtColumToQ";
+ this.txtColumToQ.Size = new System.Drawing.Size(60, 20);
+ this.txtColumToQ.StyleController = this.layoutControl1;
+ this.txtColumToQ.TabIndex = 5;
+ //
+ // txtLayerFromQ
+ //
+ this.txtLayerFromQ.Location = new System.Drawing.Point(522, 665);
+ this.txtLayerFromQ.Name = "txtLayerFromQ";
+ this.txtLayerFromQ.Size = new System.Drawing.Size(58, 20);
+ this.txtLayerFromQ.StyleController = this.layoutControl1;
+ this.txtLayerFromQ.TabIndex = 7;
+ //
+ // txtLayerToQ
+ //
+ this.txtLayerToQ.Location = new System.Drawing.Point(584, 665);
+ this.txtLayerToQ.Name = "txtLayerToQ";
+ this.txtLayerToQ.Size = new System.Drawing.Size(60, 20);
+ this.txtLayerToQ.StyleController = this.layoutControl1;
+ this.txtLayerToQ.TabIndex = 6;
+ //
+ // txtLbStartIdQuery
+ //
+ this.txtLbStartIdQuery.Location = new System.Drawing.Point(65, 634);
+ this.txtLbStartIdQuery.Name = "txtLbStartIdQuery";
+ this.txtLbStartIdQuery.Size = new System.Drawing.Size(58, 20);
+ this.txtLbStartIdQuery.StyleController = this.layoutControl1;
+ this.txtLbStartIdQuery.TabIndex = 10;
+ //
+ // txtLbToIdQuery
+ //
+ this.txtLbToIdQuery.Location = new System.Drawing.Point(127, 634);
+ this.txtLbToIdQuery.Name = "txtLbToIdQuery";
+ this.txtLbToIdQuery.Size = new System.Drawing.Size(60, 20);
+ this.txtLbToIdQuery.StyleController = this.layoutControl1;
+ this.txtLbToIdQuery.TabIndex = 11;
+ //
+ // comport
+ //
+ this.comport.Location = new System.Drawing.Point(301, 741);
+ this.comport.Name = "comport";
+ this.comport.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
+ new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
+ this.comport.Size = new System.Drawing.Size(50, 20);
+ this.comport.StyleController = this.layoutControl1;
+ this.comport.TabIndex = 14;
+ //
+ // comPortQuery
+ //
+ this.comPortQuery.Location = new System.Drawing.Point(65, 658);
+ this.comPortQuery.MenuManager = this.ribbon;
+ this.comPortQuery.Name = "comPortQuery";
+ this.comPortQuery.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
+ new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
+ this.comPortQuery.Size = new System.Drawing.Size(122, 20);
+ this.comPortQuery.StyleController = this.layoutControl1;
+ this.comPortQuery.TabIndex = 73;
+ //
+ // txtLocationId
+ //
+ this.txtLocationId.Location = new System.Drawing.Point(723, 665);
+ this.txtLocationId.Name = "txtLocationId";
+ this.txtLocationId.Size = new System.Drawing.Size(597, 20);
+ this.txtLocationId.StyleController = this.layoutControl1;
+ this.txtLocationId.TabIndex = 75;
+ //
+ // txtLabelId
+ //
+ this.txtLabelId.Location = new System.Drawing.Point(574, 693);
+ this.txtLabelId.MenuManager = this.ribbon;
+ this.txtLabelId.Name = "txtLabelId";
+ this.txtLabelId.Size = new System.Drawing.Size(472, 20);
+ this.txtLabelId.StyleController = this.layoutControl1;
+ this.txtLabelId.TabIndex = 79;
+ //
+ // btnUpdateLable
+ //
+ this.btnUpdateLable.Location = new System.Drawing.Point(1050, 717);
+ this.btnUpdateLable.Name = "btnUpdateLable";
+ this.btnUpdateLable.Size = new System.Drawing.Size(181, 22);
+ this.btnUpdateLable.StyleController = this.layoutControl1;
+ this.btnUpdateLable.TabIndex = 80;
+ this.btnUpdateLable.Text = "更新";
+ // this.btnUpdateLable.Click += new System.EventHandler(this.btnUpdateLable_Click);
+ //
+ // txtPosition
+ //
+ this.txtPosition.Location = new System.Drawing.Point(574, 717);
+ this.txtPosition.MenuManager = this.ribbon;
+ this.txtPosition.Name = "txtPosition";
+ this.txtPosition.Size = new System.Drawing.Size(472, 20);
+ this.txtPosition.StyleController = this.layoutControl1;
+ this.txtPosition.TabIndex = 81;
+ //
+ // txtWarehouseQuery
+ //
+ this.txtWarehouseQuery.Location = new System.Drawing.Point(725, 689);
+ this.txtWarehouseQuery.Name = "txtWarehouseQuery";
+ this.txtWarehouseQuery.Size = new System.Drawing.Size(595, 20);
+ this.txtWarehouseQuery.StyleController = this.layoutControl1;
+ this.txtWarehouseQuery.TabIndex = 74;
+ //
+ // btnDel
+ //
+ this.btnDel.ImageUri.Uri = "DeleteDataSource";
+ this.btnDel.Location = new System.Drawing.Point(1247, 710);
+ this.btnDel.Name = "btnDel";
+ this.btnDel.Size = new System.Drawing.Size(85, 38);
+ this.btnDel.StyleController = this.layoutControl1;
+ this.btnDel.TabIndex = 82;
+ this.btnDel.Text = "删除";
+ this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
+ //
+ // btnImport
+ //
+ this.btnImport.Image = ((System.Drawing.Image)(resources.GetObject("btnImport.Image")));
+ this.btnImport.Location = new System.Drawing.Point(562, 59);
+ this.btnImport.Name = "btnImport";
+ this.btnImport.Size = new System.Drawing.Size(88, 54);
+ this.btnImport.StyleController = this.layoutControl1;
+ this.btnImport.TabIndex = 91;
+ this.btnImport.Text = "导入";
+ this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
+ //
+ // btnExport
+ //
+ this.btnExport.Image = ((System.Drawing.Image)(resources.GetObject("btnExport.Image")));
+ this.btnExport.Location = new System.Drawing.Point(664, 59);
+ this.btnExport.Name = "btnExport";
+ this.btnExport.Size = new System.Drawing.Size(86, 54);
+ this.btnExport.StyleController = this.layoutControl1;
+ this.btnExport.TabIndex = 91;
+ this.btnExport.Text = "导出";
+ this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
+ //
+ // txtDeskIdQ
+ //
+ this.txtDeskIdQ.Location = new System.Drawing.Point(89, 59);
+ this.txtDeskIdQ.Name = "txtDeskIdQ";
+ this.txtDeskIdQ.Size = new System.Drawing.Size(80, 20);
+ this.txtDeskIdQ.StyleController = this.layoutControl1;
+ this.txtDeskIdQ.TabIndex = 10;
+ //
+ // txtCustNameQ
+ //
+ this.txtCustNameQ.Location = new System.Drawing.Point(89, 83);
+ this.txtCustNameQ.Name = "txtCustNameQ";
+ this.txtCustNameQ.Size = new System.Drawing.Size(348, 20);
+ this.txtCustNameQ.StyleController = this.layoutControl1;
+ this.txtCustNameQ.TabIndex = 10;
+ //
+ // txtCustName
+ //
+ this.txtCustName.Location = new System.Drawing.Point(1081, 284);
+ this.txtCustName.Name = "txtCustName";
+ this.txtCustName.Size = new System.Drawing.Size(241, 20);
+ this.txtCustName.StyleController = this.layoutControl1;
+ this.txtCustName.TabIndex = 10;
+ //
+ // txtDeska
+ //
+ this.txtDeska.Location = new System.Drawing.Point(1081, 186);
+ this.txtDeska.Name = "txtDeska";
+ this.txtDeska.Size = new System.Drawing.Size(130, 20);
+ this.txtDeska.StyleController = this.layoutControl1;
+ this.txtDeska.TabIndex = 10;
+ //
+ // txtLightIda
+ //
+ this.txtLightIda.Location = new System.Drawing.Point(1081, 212);
+ this.txtLightIda.Name = "txtLightIda";
+ this.txtLightIda.Size = new System.Drawing.Size(130, 20);
+ this.txtLightIda.StyleController = this.layoutControl1;
+ this.txtLightIda.TabIndex = 10;
+ //
+ // txtPorta
+ //
+ this.txtPorta.Location = new System.Drawing.Point(1081, 260);
+ this.txtPorta.Name = "txtPorta";
+ this.txtPorta.Size = new System.Drawing.Size(130, 20);
+ this.txtPorta.StyleController = this.layoutControl1;
+ this.txtPorta.TabIndex = 10;
+ //
+ // txtPortQ2
+ //
+ this.txtPortQ2.Location = new System.Drawing.Point(337, 59);
+ this.txtPortQ2.Name = "txtPortQ2";
+ this.txtPortQ2.Size = new System.Drawing.Size(100, 20);
+ this.txtPortQ2.StyleController = this.layoutControl1;
+ this.txtPortQ2.TabIndex = 10;
+ //
+ // txtPortNoQ1
+ //
+ this.txtPortNoQ1.Location = new System.Drawing.Point(250, 59);
+ this.txtPortNoQ1.Name = "txtPortNoQ1";
+ this.txtPortNoQ1.Size = new System.Drawing.Size(83, 20);
+ this.txtPortNoQ1.StyleController = this.layoutControl1;
+ this.txtPortNoQ1.TabIndex = 10;
+ //
+ // txtPartion
+ //
+ this.txtPartion.Location = new System.Drawing.Point(1081, 160);
+ this.txtPartion.Name = "txtPartion";
+ this.txtPartion.Size = new System.Drawing.Size(130, 20);
+ this.txtPartion.StyleController = this.layoutControl1;
+ this.txtPartion.TabIndex = 10;
+ //
+ // txtLine
+ //
+ this.txtLine.Location = new System.Drawing.Point(1081, 236);
+ this.txtLine.Name = "txtLine";
+ this.txtLine.Size = new System.Drawing.Size(130, 20);
+ this.txtLine.StyleController = this.layoutControl1;
+ this.txtLine.TabIndex = 10;
+ //
+ // layoutControlGroup3
+ //
+ this.layoutControlGroup3.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
+ this.layoutControlGroup3.AppearanceGroup.Options.UseFont = true;
+ this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.layoutControlItem13,
+ this.emptySpaceItem12,
+ this.emptySpaceItem13,
+ this.emptySpaceItem15,
+ this.emptySpaceItem16,
+ this.emptySpaceItem17,
+ this.emptySpaceItem18,
+ this.emptySpaceItem19,
+ this.emptySpaceItem20,
+ this.layoutControlItem11,
+ this.layoutControlItem16,
+ this.layoutControlItem12,
+ this.layoutControlItem17});
+ this.layoutControlGroup3.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlGroup3.Name = "layoutControlGroup3";
+ this.layoutControlGroup3.Size = new System.Drawing.Size(1324, 575);
+ this.layoutControlGroup3.Text = "动态灯号";
+ //
+ // layoutControlItem13
+ //
+ this.layoutControlItem13.Control = this.btnPortsetup;
+ this.layoutControlItem13.Location = new System.Drawing.Point(0, 96);
+ this.layoutControlItem13.MaxSize = new System.Drawing.Size(91, 34);
+ this.layoutControlItem13.MinSize = new System.Drawing.Size(91, 34);
+ this.layoutControlItem13.Name = "layoutControlItem13";
+ this.layoutControlItem13.OptionsTableLayoutItem.RowIndex = 1;
+ this.layoutControlItem13.Size = new System.Drawing.Size(152, 34);
+ this.layoutControlItem13.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem13.TextVisible = false;
+ //
+ // emptySpaceItem12
+ //
+ this.emptySpaceItem12.AllowHotTrack = false;
+ this.emptySpaceItem12.Location = new System.Drawing.Point(0, 130);
+ this.emptySpaceItem12.Name = "emptySpaceItem12";
+ this.emptySpaceItem12.OptionsTableLayoutItem.RowIndex = 3;
+ this.emptySpaceItem12.Size = new System.Drawing.Size(152, 389);
+ this.emptySpaceItem12.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // emptySpaceItem13
+ //
+ this.emptySpaceItem13.AllowHotTrack = false;
+ this.emptySpaceItem13.Location = new System.Drawing.Point(152, 0);
+ this.emptySpaceItem13.Name = "emptySpaceItem13";
+ this.emptySpaceItem13.OptionsTableLayoutItem.ColumnIndex = 1;
+ this.emptySpaceItem13.OptionsTableLayoutItem.RowIndex = 3;
+ this.emptySpaceItem13.Size = new System.Drawing.Size(1172, 519);
+ this.emptySpaceItem13.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // emptySpaceItem15
+ //
+ this.emptySpaceItem15.AllowHotTrack = false;
+ this.emptySpaceItem15.Location = new System.Drawing.Point(0, 519);
+ this.emptySpaceItem15.MaxSize = new System.Drawing.Size(152, 0);
+ this.emptySpaceItem15.MinSize = new System.Drawing.Size(152, 10);
+ this.emptySpaceItem15.Name = "emptySpaceItem15";
+ this.emptySpaceItem15.OptionsTableLayoutItem.RowIndex = 4;
+ this.emptySpaceItem15.Size = new System.Drawing.Size(152, 36);
+ this.emptySpaceItem15.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.emptySpaceItem15.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // emptySpaceItem16
+ //
+ this.emptySpaceItem16.AllowHotTrack = false;
+ this.emptySpaceItem16.Location = new System.Drawing.Point(152, 519);
+ this.emptySpaceItem16.MaxSize = new System.Drawing.Size(152, 36);
+ this.emptySpaceItem16.MinSize = new System.Drawing.Size(152, 36);
+ this.emptySpaceItem16.Name = "emptySpaceItem16";
+ this.emptySpaceItem16.OptionsTableLayoutItem.ColumnIndex = 1;
+ this.emptySpaceItem16.OptionsTableLayoutItem.RowIndex = 4;
+ this.emptySpaceItem16.Size = new System.Drawing.Size(1172, 36);
+ this.emptySpaceItem16.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.emptySpaceItem16.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // emptySpaceItem17
+ //
+ this.emptySpaceItem17.AllowHotTrack = false;
+ this.emptySpaceItem17.Location = new System.Drawing.Point(0, 555);
+ this.emptySpaceItem17.Name = "emptySpaceItem17";
+ this.emptySpaceItem17.OptionsTableLayoutItem.RowIndex = 5;
+ this.emptySpaceItem17.Size = new System.Drawing.Size(152, 10);
+ this.emptySpaceItem17.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // emptySpaceItem18
+ //
+ this.emptySpaceItem18.AllowHotTrack = false;
+ this.emptySpaceItem18.Location = new System.Drawing.Point(152, 555);
+ this.emptySpaceItem18.MaxSize = new System.Drawing.Size(152, 10);
+ this.emptySpaceItem18.MinSize = new System.Drawing.Size(152, 10);
+ this.emptySpaceItem18.Name = "emptySpaceItem18";
+ this.emptySpaceItem18.OptionsTableLayoutItem.ColumnIndex = 1;
+ this.emptySpaceItem18.OptionsTableLayoutItem.RowIndex = 5;
+ this.emptySpaceItem18.Size = new System.Drawing.Size(1172, 10);
+ this.emptySpaceItem18.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.emptySpaceItem18.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // emptySpaceItem19
+ //
+ this.emptySpaceItem19.AllowHotTrack = false;
+ this.emptySpaceItem19.Location = new System.Drawing.Point(0, 565);
+ this.emptySpaceItem19.MaxSize = new System.Drawing.Size(152, 10);
+ this.emptySpaceItem19.MinSize = new System.Drawing.Size(152, 10);
+ this.emptySpaceItem19.Name = "emptySpaceItem19";
+ this.emptySpaceItem19.OptionsTableLayoutItem.RowIndex = 6;
+ this.emptySpaceItem19.Size = new System.Drawing.Size(152, 10);
+ this.emptySpaceItem19.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.emptySpaceItem19.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // emptySpaceItem20
+ //
+ this.emptySpaceItem20.AllowHotTrack = false;
+ this.emptySpaceItem20.Location = new System.Drawing.Point(152, 565);
+ this.emptySpaceItem20.MaxSize = new System.Drawing.Size(152, 10);
+ this.emptySpaceItem20.MinSize = new System.Drawing.Size(152, 10);
+ this.emptySpaceItem20.Name = "emptySpaceItem20";
+ this.emptySpaceItem20.OptionsTableLayoutItem.ColumnIndex = 1;
+ this.emptySpaceItem20.OptionsTableLayoutItem.RowIndex = 6;
+ this.emptySpaceItem20.Size = new System.Drawing.Size(1172, 10);
+ this.emptySpaceItem20.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.emptySpaceItem20.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // layoutControlItem11
+ //
+ this.layoutControlItem11.Control = this.txtLightStartId;
+ this.layoutControlItem11.CustomizationFormText = "排号起止";
+ this.layoutControlItem11.Location = new System.Drawing.Point(0, 48);
+ this.layoutControlItem11.MaxSize = new System.Drawing.Size(152, 24);
+ this.layoutControlItem11.MinSize = new System.Drawing.Size(152, 24);
+ this.layoutControlItem11.Name = "layoutControlItem11";
+ this.layoutControlItem11.Size = new System.Drawing.Size(152, 24);
+ this.layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem11.Spacing = new DevExpress.XtraLayout.Utils.Padding(10, 20, 0, 0);
+ this.layoutControlItem11.Text = "灯开始ID";
+ this.layoutControlItem11.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutControlItem11.TextSize = new System.Drawing.Size(48, 14);
+ this.layoutControlItem11.TextToControlDistance = 5;
+ //
+ // layoutControlItem16
+ //
+ this.layoutControlItem16.Control = this.txtDeskId;
+ this.layoutControlItem16.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlItem16.MaxSize = new System.Drawing.Size(152, 24);
+ this.layoutControlItem16.MinSize = new System.Drawing.Size(152, 24);
+ this.layoutControlItem16.Name = "layoutControlItem16";
+ this.layoutControlItem16.OptionsTableLayoutItem.ColumnIndex = 1;
+ this.layoutControlItem16.OptionsTableLayoutItem.RowIndex = 1;
+ this.layoutControlItem16.Size = new System.Drawing.Size(152, 24);
+ this.layoutControlItem16.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem16.Spacing = new DevExpress.XtraLayout.Utils.Padding(10, 20, 0, 0);
+ this.layoutControlItem16.Text = "播种台ID";
+ this.layoutControlItem16.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutControlItem16.TextSize = new System.Drawing.Size(48, 14);
+ this.layoutControlItem16.TextToControlDistance = 5;
+ //
+ // layoutControlItem12
+ //
+ this.layoutControlItem12.Control = this.txtLightEndId;
+ this.layoutControlItem12.CustomizationFormText = "排号起止";
+ this.layoutControlItem12.Location = new System.Drawing.Point(0, 72);
+ this.layoutControlItem12.MaxSize = new System.Drawing.Size(152, 24);
+ this.layoutControlItem12.MinSize = new System.Drawing.Size(152, 24);
+ this.layoutControlItem12.Name = "layoutControlItem12";
+ this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 2;
+ this.layoutControlItem12.Size = new System.Drawing.Size(152, 24);
+ this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem12.Spacing = new DevExpress.XtraLayout.Utils.Padding(10, 20, 0, 0);
+ this.layoutControlItem12.Text = "灯结束ID";
+ this.layoutControlItem12.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutControlItem12.TextSize = new System.Drawing.Size(48, 14);
+ this.layoutControlItem12.TextToControlDistance = 5;
+ //
+ // layoutControlItem17
+ //
+ this.layoutControlItem17.Control = this.txtPortNo;
+ this.layoutControlItem17.Location = new System.Drawing.Point(0, 24);
+ this.layoutControlItem17.MaxSize = new System.Drawing.Size(152, 24);
+ this.layoutControlItem17.MinSize = new System.Drawing.Size(152, 24);
+ this.layoutControlItem17.Name = "layoutControlItem17";
+ this.layoutControlItem17.OptionsTableLayoutItem.ColumnIndex = 1;
+ this.layoutControlItem17.Size = new System.Drawing.Size(152, 24);
+ this.layoutControlItem17.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem17.Spacing = new DevExpress.XtraLayout.Utils.Padding(10, 20, 0, 0);
+ this.layoutControlItem17.Text = "端口号ID";
+ this.layoutControlItem17.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutControlItem17.TextSize = new System.Drawing.Size(48, 14);
+ this.layoutControlItem17.TextToControlDistance = 5;
+ //
+ // layoutControlGroup1
+ //
+ this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
+ this.layoutControlGroup1.GroupBordersVisible = false;
+ this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.lcgQuery,
+ this.tabbedControlGroup2,
+ this.lcgSetup});
+ this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlGroup1.Name = "Root";
+ this.layoutControlGroup1.Size = new System.Drawing.Size(1368, 698);
+ this.layoutControlGroup1.TextVisible = false;
+ //
+ // lcgQuery
+ //
+ this.lcgQuery.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
+ this.lcgQuery.AppearanceGroup.Options.UseFont = true;
+ this.lcgQuery.ExpandButtonVisible = true;
+ this.lcgQuery.Expanded = false;
+ this.lcgQuery.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.layoutControlGroup16,
+ this.layoutControlGroup17,
+ this.layoutControlItem52,
+ this.layoutControlItem56,
+ this.layoutControlItem9,
+ this.layoutControlItem42});
+ this.lcgQuery.Location = new System.Drawing.Point(0, 622);
+ this.lcgQuery.Name = "lcgQuery";
+ this.lcgQuery.ShowTabPageCloseButton = true;
+ this.lcgQuery.Size = new System.Drawing.Size(1348, 28);
+ this.lcgQuery.Text = "查询";
+ this.lcgQuery.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
+ this.lcgQuery.CustomButtonUnchecked += new DevExpress.XtraBars.Docking2010.BaseButtonEventHandler(this.lcgQuery_CustomButtonUnchecked);
+ this.lcgQuery.CustomButtonChecked += new DevExpress.XtraBars.Docking2010.BaseButtonEventHandler(this.lcgQuery_CustomButtonChecked);
+ //
+ // layoutControlGroup16
+ //
+ this.layoutControlGroup16.CustomizationFormText = "货位坐标";
+ this.layoutControlGroup16.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.layoutControlItem37,
+ this.layoutControlItem38,
+ this.layoutControlItem39,
+ this.layoutControlItem46,
+ this.layoutControlItem45,
+ this.layoutControlItem43,
+ this.layoutControlItem40,
+ this.layoutControlItem44});
+ this.layoutControlGroup16.Location = new System.Drawing.Point(266, 0);
+ this.layoutControlGroup16.Name = "layoutControlGroup16";
+ this.layoutControlGroup16.Size = new System.Drawing.Size(382, 92);
+ this.layoutControlGroup16.Text = "货位坐标";
+ this.layoutControlGroup16.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
+ //
+ // layoutControlItem37
+ //
+ this.layoutControlItem37.Control = this.txtChannelFromQ;
+ this.layoutControlItem37.CustomizationFormText = "排号起止";
+ this.layoutControlItem37.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlItem37.MaxSize = new System.Drawing.Size(115, 24);
+ this.layoutControlItem37.MinSize = new System.Drawing.Size(115, 24);
+ this.layoutControlItem37.Name = "layoutControlItem37";
+ this.layoutControlItem37.Size = new System.Drawing.Size(115, 24);
+ this.layoutControlItem37.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem37.Text = "排号起止";
+ this.layoutControlItem37.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutControlItem37.TextSize = new System.Drawing.Size(48, 14);
+ this.layoutControlItem37.TextToControlDistance = 5;
+ //
+ // layoutControlItem38
+ //
+ this.layoutControlItem38.Control = this.txtShelfFromQ;
+ this.layoutControlItem38.CustomizationFormText = "货架起止";
+ this.layoutControlItem38.Location = new System.Drawing.Point(0, 24);
+ this.layoutControlItem38.MaxSize = new System.Drawing.Size(115, 24);
+ this.layoutControlItem38.MinSize = new System.Drawing.Size(115, 24);
+ this.layoutControlItem38.Name = "layoutControlItem38";
+ this.layoutControlItem38.Size = new System.Drawing.Size(115, 25);
+ this.layoutControlItem38.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem38.Text = "货架起止";
+ this.layoutControlItem38.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutControlItem38.TextSize = new System.Drawing.Size(48, 14);
+ this.layoutControlItem38.TextToControlDistance = 5;
+ //
+ // layoutControlItem39
+ //
+ this.layoutControlItem39.Control = this.txtChannelToQ;
+ this.layoutControlItem39.CustomizationFormText = "--";
+ this.layoutControlItem39.Location = new System.Drawing.Point(115, 0);
+ this.layoutControlItem39.MaxSize = new System.Drawing.Size(64, 24);
+ this.layoutControlItem39.MinSize = new System.Drawing.Size(64, 24);
+ this.layoutControlItem39.Name = "layoutControlItem39";
+ this.layoutControlItem39.Size = new System.Drawing.Size(64, 24);
+ this.layoutControlItem39.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem39.Text = "--";
+ this.layoutControlItem39.TextLocation = DevExpress.Utils.Locations.Left;
+ this.layoutControlItem39.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem39.TextVisible = false;
+ //
+ // layoutControlItem46
+ //
+ this.layoutControlItem46.Control = this.txtLayerToQ;
+ this.layoutControlItem46.CustomizationFormText = "--";
+ this.layoutControlItem46.Location = new System.Drawing.Point(294, 0);
+ this.layoutControlItem46.MaxSize = new System.Drawing.Size(64, 24);
+ this.layoutControlItem46.MinSize = new System.Drawing.Size(64, 24);
+ this.layoutControlItem46.Name = "layoutControlItem46";
+ this.layoutControlItem46.Size = new System.Drawing.Size(64, 24);
+ this.layoutControlItem46.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem46.Text = "--";
+ this.layoutControlItem46.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem46.TextVisible = false;
+ //
+ // layoutControlItem45
+ //
+ this.layoutControlItem45.Control = this.txtLayerFromQ;
+ this.layoutControlItem45.CustomizationFormText = "层号起止";
+ this.layoutControlItem45.Location = new System.Drawing.Point(179, 0);
+ this.layoutControlItem45.MaxSize = new System.Drawing.Size(115, 24);
+ this.layoutControlItem45.MinSize = new System.Drawing.Size(115, 24);
+ this.layoutControlItem45.Name = "layoutControlItem45";
+ this.layoutControlItem45.Size = new System.Drawing.Size(115, 24);
+ this.layoutControlItem45.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem45.Text = "层号起止";
+ this.layoutControlItem45.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutControlItem45.TextSize = new System.Drawing.Size(48, 14);
+ this.layoutControlItem45.TextToControlDistance = 5;
+ //
+ // layoutControlItem43
+ //
+ this.layoutControlItem43.Control = this.txtColumFromQ;
+ this.layoutControlItem43.CustomizationFormText = "列起止";
+ this.layoutControlItem43.Location = new System.Drawing.Point(179, 24);
+ this.layoutControlItem43.MaxSize = new System.Drawing.Size(115, 24);
+ this.layoutControlItem43.MinSize = new System.Drawing.Size(115, 24);
+ this.layoutControlItem43.Name = "layoutControlItem43";
+ this.layoutControlItem43.Size = new System.Drawing.Size(115, 25);
+ this.layoutControlItem43.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem43.Text = "列号起止";
+ this.layoutControlItem43.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutControlItem43.TextSize = new System.Drawing.Size(48, 14);
+ this.layoutControlItem43.TextToControlDistance = 5;
+ //
+ // layoutControlItem40
+ //
+ this.layoutControlItem40.Control = this.txtShelfToQ;
+ this.layoutControlItem40.CustomizationFormText = "--";
+ this.layoutControlItem40.Location = new System.Drawing.Point(115, 24);
+ this.layoutControlItem40.MaxSize = new System.Drawing.Size(64, 24);
+ this.layoutControlItem40.MinSize = new System.Drawing.Size(64, 24);
+ this.layoutControlItem40.Name = "layoutControlItem40";
+ this.layoutControlItem40.Size = new System.Drawing.Size(64, 25);
+ this.layoutControlItem40.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem40.Text = "--";
+ this.layoutControlItem40.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem40.TextVisible = false;
+ //
+ // layoutControlItem44
+ //
+ this.layoutControlItem44.Control = this.txtColumToQ;
+ this.layoutControlItem44.CustomizationFormText = "--";
+ this.layoutControlItem44.Location = new System.Drawing.Point(294, 24);
+ this.layoutControlItem44.MaxSize = new System.Drawing.Size(64, 24);
+ this.layoutControlItem44.MinSize = new System.Drawing.Size(64, 24);
+ this.layoutControlItem44.Name = "layoutControlItem44";
+ this.layoutControlItem44.Size = new System.Drawing.Size(64, 25);
+ this.layoutControlItem44.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem44.Text = "--";
+ this.layoutControlItem44.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem44.TextVisible = false;
+ //
+ // layoutControlGroup17
+ //
+ this.layoutControlGroup17.CustomizationFormText = "库房设置";
+ this.layoutControlGroup17.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.layoutControlItem55,
+ this.layoutControlItem36});
+ this.layoutControlGroup17.Location = new System.Drawing.Point(648, 0);
+ this.layoutControlGroup17.Name = "layoutControlGroup17";
+ this.layoutControlGroup17.Size = new System.Drawing.Size(676, 92);
+ this.layoutControlGroup17.Text = "库房货位信息";
+ this.layoutControlGroup17.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
+ //
+ // layoutControlItem55
+ //
+ this.layoutControlItem55.Control = this.txtWarehouseQuery;
+ this.layoutControlItem55.CustomizationFormText = "仓库";
+ this.layoutControlItem55.Location = new System.Drawing.Point(0, 24);
+ this.layoutControlItem55.MinSize = new System.Drawing.Size(50, 25);
+ this.layoutControlItem55.Name = "layoutControlItem55";
+ this.layoutControlItem55.Size = new System.Drawing.Size(652, 25);
+ this.layoutControlItem55.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem55.Text = "仓库名称";
+ this.layoutControlItem55.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutControlItem55.TextSize = new System.Drawing.Size(48, 14);
+ this.layoutControlItem55.TextToControlDistance = 5;
+ //
+ // layoutControlItem36
+ //
+ this.layoutControlItem36.Control = this.txtLocationId;
+ this.layoutControlItem36.CustomizationFormText = "layoutControlItem18";
+ this.layoutControlItem36.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlItem36.MaxSize = new System.Drawing.Size(208, 24);
+ this.layoutControlItem36.MinSize = new System.Drawing.Size(208, 24);
+ this.layoutControlItem36.Name = "layoutControlItem36";
+ this.layoutControlItem36.Size = new System.Drawing.Size(652, 24);
+ this.layoutControlItem36.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem36.Text = "货位编号";
+ this.layoutControlItem36.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutControlItem36.TextSize = new System.Drawing.Size(48, 14);
+ this.layoutControlItem36.TextToControlDistance = 3;
+ //
+ // layoutControlItem52
+ //
+ this.layoutControlItem52.Control = this.txtLbStartIdQuery;
+ this.layoutControlItem52.CustomizationFormText = "排号起止";
+ this.layoutControlItem52.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlItem52.MaxSize = new System.Drawing.Size(115, 24);
+ this.layoutControlItem52.MinSize = new System.Drawing.Size(115, 24);
+ this.layoutControlItem52.Name = "layoutControlItem52";
+ this.layoutControlItem52.Size = new System.Drawing.Size(115, 24);
+ this.layoutControlItem52.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem52.Text = "编号起止";
+ this.layoutControlItem52.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutControlItem52.TextSize = new System.Drawing.Size(48, 14);
+ this.layoutControlItem52.TextToControlDistance = 5;
+ //
+ // layoutControlItem56
+ //
+ this.layoutControlItem56.Control = this.txtLbToIdQuery;
+ this.layoutControlItem56.CustomizationFormText = "--";
+ this.layoutControlItem56.Location = new System.Drawing.Point(115, 0);
+ this.layoutControlItem56.MaxSize = new System.Drawing.Size(64, 24);
+ this.layoutControlItem56.MinSize = new System.Drawing.Size(64, 24);
+ this.layoutControlItem56.Name = "layoutControlItem56";
+ this.layoutControlItem56.Size = new System.Drawing.Size(64, 24);
+ this.layoutControlItem56.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem56.Text = "--";
+ this.layoutControlItem56.TextLocation = DevExpress.Utils.Locations.Left;
+ this.layoutControlItem56.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem56.TextVisible = false;
+ //
+ // layoutControlItem9
+ //
+ this.layoutControlItem9.Control = this.comPortQuery;
+ this.layoutControlItem9.Location = new System.Drawing.Point(0, 24);
+ this.layoutControlItem9.Name = "layoutControlItem9";
+ this.layoutControlItem9.Size = new System.Drawing.Size(179, 68);
+ this.layoutControlItem9.Text = "标签端口";
+ this.layoutControlItem9.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutControlItem9.TextSize = new System.Drawing.Size(48, 14);
+ this.layoutControlItem9.TextToControlDistance = 5;
+ //
+ // layoutControlItem42
+ //
+ this.layoutControlItem42.Control = this.btnQuery;
+ this.layoutControlItem42.Location = new System.Drawing.Point(179, 0);
+ this.layoutControlItem42.MaxSize = new System.Drawing.Size(87, 48);
+ this.layoutControlItem42.MinSize = new System.Drawing.Size(87, 48);
+ this.layoutControlItem42.Name = "layoutControlItem42";
+ this.layoutControlItem42.Size = new System.Drawing.Size(87, 92);
+ this.layoutControlItem42.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem42.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem42.TextVisible = false;
+ //
+ // tabbedControlGroup2
+ //
+ this.tabbedControlGroup2.Location = new System.Drawing.Point(0, 0);
+ this.tabbedControlGroup2.Name = "tabbedControlGroup2";
+ this.tabbedControlGroup2.SelectedTabPage = this.layoutControlGroup6;
+ this.tabbedControlGroup2.SelectedTabPageIndex = 0;
+ this.tabbedControlGroup2.Size = new System.Drawing.Size(1348, 622);
+ this.tabbedControlGroup2.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.layoutControlGroup6});
+ //
+ // layoutControlGroup6
+ //
+ this.layoutControlGroup6.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.layoutControlGroup5,
+ this.layoutControlGroup12,
+ this.layoutControlGroup9,
+ this.emptySpaceItem25});
+ this.layoutControlGroup6.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlGroup6.Name = "layoutControlGroup6";
+ this.layoutControlGroup6.Size = new System.Drawing.Size(1324, 575);
+ this.layoutControlGroup6.Text = "固定灯号";
+ //
+ // layoutControlGroup5
+ //
+ this.layoutControlGroup5.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
+ this.layoutControlGroup5.AppearanceGroup.Options.UseFont = true;
+ this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.layoutControlItem31,
+ this.layoutControlItem32});
+ this.layoutControlGroup5.Location = new System.Drawing.Point(0, 82);
+ this.layoutControlGroup5.Name = "layoutControlGroup5";
+ this.layoutControlGroup5.Size = new System.Drawing.Size(992, 493);
+ this.layoutControlGroup5.Text = "播种台及门店分配";
+ //
+ // layoutControlItem31
+ //
+ this.layoutControlItem31.Control = this.gridControl1;
+ this.layoutControlItem31.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlItem31.MinSize = new System.Drawing.Size(104, 24);
+ this.layoutControlItem31.Name = "layoutControlItem31";
+ this.layoutControlItem31.Size = new System.Drawing.Size(968, 426);
+ this.layoutControlItem31.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem31.TextLocation = DevExpress.Utils.Locations.Top;
+ this.layoutControlItem31.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem31.TextVisible = false;
+ //
+ // layoutControlItem32
+ //
+ this.layoutControlItem32.Control = this.pager1;
+ this.layoutControlItem32.Location = new System.Drawing.Point(0, 426);
+ this.layoutControlItem32.Name = "layoutControlItem32";
+ this.layoutControlItem32.Size = new System.Drawing.Size(968, 24);
+ this.layoutControlItem32.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem32.TextVisible = false;
+ //
+ // layoutControlGroup12
+ //
+ this.layoutControlGroup12.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
+ this.layoutControlGroup12.AppearanceGroup.Options.UseFont = true;
+ this.layoutControlGroup12.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.layoutControlItem27,
+ this.layoutControlItem26,
+ this.layoutControlItem47,
+ this.emptySpaceItem23,
+ this.layoutControlItem48,
+ this.layoutControlItem49,
+ this.emptySpaceItem24,
+ this.emptySpaceItem22,
+ this.emptySpaceItem10,
+ this.emptySpaceItem26,
+ this.layoutControlItem35,
+ this.emptySpaceItem29,
+ this.emptySpaceItem30,
+ this.layoutControlItem23,
+ this.layoutControlItem51,
+ this.layoutControlItem53,
+ this.layoutControlItem57});
+ this.layoutControlGroup12.Location = new System.Drawing.Point(992, 82);
+ this.layoutControlGroup12.Name = "layoutControlGroup12";
+ this.layoutControlGroup12.Size = new System.Drawing.Size(322, 493);
+ this.layoutControlGroup12.Text = "编辑";
+ //
+ // layoutControlItem27
+ //
+ this.layoutControlItem27.Control = this.txtLightIda;
+ this.layoutControlItem27.CustomizationFormText = "排号起止";
+ this.layoutControlItem27.Location = new System.Drawing.Point(0, 52);
+ this.layoutControlItem27.MaxSize = new System.Drawing.Size(187, 24);
+ this.layoutControlItem27.MinSize = new System.Drawing.Size(187, 24);
+ this.layoutControlItem27.Name = "layoutControlItem27";
+ this.layoutControlItem27.Size = new System.Drawing.Size(187, 24);
+ this.layoutControlItem27.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem27.Text = "亮灯编号";
+ this.layoutControlItem27.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutControlItem27.TextSize = new System.Drawing.Size(48, 14);
+ this.layoutControlItem27.TextToControlDistance = 5;
+ //
+ // layoutControlItem26
+ //
+ this.layoutControlItem26.Control = this.txtDeska;
+ this.layoutControlItem26.CustomizationFormText = "排号起止";
+ this.layoutControlItem26.Location = new System.Drawing.Point(0, 26);
+ this.layoutControlItem26.MaxSize = new System.Drawing.Size(187, 26);
+ this.layoutControlItem26.MinSize = new System.Drawing.Size(187, 26);
+ this.layoutControlItem26.Name = "layoutControlItem26";
+ this.layoutControlItem26.Size = new System.Drawing.Size(187, 26);
+ this.layoutControlItem26.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem26.Text = "分播台号";
+ this.layoutControlItem26.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutControlItem26.TextSize = new System.Drawing.Size(48, 14);
+ this.layoutControlItem26.TextToControlDistance = 5;
+ //
+ // layoutControlItem47
+ //
+ this.layoutControlItem47.Control = this.btnAdd;
+ this.layoutControlItem47.Location = new System.Drawing.Point(10, 222);
+ this.layoutControlItem47.MaxSize = new System.Drawing.Size(88, 50);
+ this.layoutControlItem47.MinSize = new System.Drawing.Size(88, 50);
+ this.layoutControlItem47.Name = "layoutControlItem47";
+ this.layoutControlItem47.Size = new System.Drawing.Size(88, 50);
+ this.layoutControlItem47.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem47.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem47.TextVisible = false;
+ //
+ // emptySpaceItem23
+ //
+ this.emptySpaceItem23.AllowHotTrack = false;
+ this.emptySpaceItem23.Location = new System.Drawing.Point(98, 222);
+ this.emptySpaceItem23.MaxSize = new System.Drawing.Size(10, 50);
+ this.emptySpaceItem23.MinSize = new System.Drawing.Size(10, 50);
+ this.emptySpaceItem23.Name = "emptySpaceItem23";
+ this.emptySpaceItem23.Size = new System.Drawing.Size(10, 50);
+ this.emptySpaceItem23.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.emptySpaceItem23.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // layoutControlItem48
+ //
+ this.layoutControlItem48.Control = this.btnUpdate;
+ this.layoutControlItem48.Location = new System.Drawing.Point(108, 222);
+ this.layoutControlItem48.MaxSize = new System.Drawing.Size(82, 50);
+ this.layoutControlItem48.MinSize = new System.Drawing.Size(82, 50);
+ this.layoutControlItem48.Name = "layoutControlItem48";
+ this.layoutControlItem48.Size = new System.Drawing.Size(82, 50);
+ this.layoutControlItem48.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem48.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem48.TextVisible = false;
+ //
+ // layoutControlItem49
+ //
+ this.layoutControlItem49.Control = this.btnDeleta;
+ this.layoutControlItem49.Location = new System.Drawing.Point(200, 222);
+ this.layoutControlItem49.MaxSize = new System.Drawing.Size(88, 50);
+ this.layoutControlItem49.MinSize = new System.Drawing.Size(88, 50);
+ this.layoutControlItem49.Name = "layoutControlItem49";
+ this.layoutControlItem49.Size = new System.Drawing.Size(88, 50);
+ this.layoutControlItem49.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem49.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem49.TextVisible = false;
+ //
+ // emptySpaceItem24
+ //
+ this.emptySpaceItem24.AllowHotTrack = false;
+ this.emptySpaceItem24.Location = new System.Drawing.Point(190, 222);
+ this.emptySpaceItem24.MaxSize = new System.Drawing.Size(10, 50);
+ this.emptySpaceItem24.MinSize = new System.Drawing.Size(10, 50);
+ this.emptySpaceItem24.Name = "emptySpaceItem24";
+ this.emptySpaceItem24.Size = new System.Drawing.Size(10, 50);
+ this.emptySpaceItem24.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.emptySpaceItem24.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // emptySpaceItem22
+ //
+ this.emptySpaceItem22.AllowHotTrack = false;
+ this.emptySpaceItem22.Location = new System.Drawing.Point(0, 172);
+ this.emptySpaceItem22.MaxSize = new System.Drawing.Size(10, 50);
+ this.emptySpaceItem22.MinSize = new System.Drawing.Size(10, 50);
+ this.emptySpaceItem22.Name = "emptySpaceItem22";
+ this.emptySpaceItem22.Size = new System.Drawing.Size(298, 50);
+ this.emptySpaceItem22.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.emptySpaceItem22.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // emptySpaceItem10
+ //
+ this.emptySpaceItem10.AllowHotTrack = false;
+ this.emptySpaceItem10.Location = new System.Drawing.Point(0, 222);
+ this.emptySpaceItem10.Name = "emptySpaceItem10";
+ this.emptySpaceItem10.Size = new System.Drawing.Size(10, 50);
+ this.emptySpaceItem10.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // emptySpaceItem26
+ //
+ this.emptySpaceItem26.AllowHotTrack = false;
+ this.emptySpaceItem26.Location = new System.Drawing.Point(288, 222);
+ this.emptySpaceItem26.Name = "emptySpaceItem26";
+ this.emptySpaceItem26.Size = new System.Drawing.Size(10, 50);
+ this.emptySpaceItem26.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // layoutControlItem35
+ //
+ this.layoutControlItem35.Control = this.txtPorta;
+ this.layoutControlItem35.CustomizationFormText = "排号起止";
+ this.layoutControlItem35.Location = new System.Drawing.Point(0, 100);
+ this.layoutControlItem35.MaxSize = new System.Drawing.Size(187, 24);
+ this.layoutControlItem35.MinSize = new System.Drawing.Size(187, 24);
+ this.layoutControlItem35.Name = "layoutControlItem35";
+ this.layoutControlItem35.Size = new System.Drawing.Size(187, 24);
+ this.layoutControlItem35.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem35.Text = "配货序号";
+ this.layoutControlItem35.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutControlItem35.TextSize = new System.Drawing.Size(48, 14);
+ this.layoutControlItem35.TextToControlDistance = 5;
+ //
+ // emptySpaceItem29
+ //
+ this.emptySpaceItem29.AllowHotTrack = false;
+ this.emptySpaceItem29.Location = new System.Drawing.Point(187, 0);
+ this.emptySpaceItem29.Name = "emptySpaceItem29";
+ this.emptySpaceItem29.Size = new System.Drawing.Size(111, 124);
+ this.emptySpaceItem29.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // emptySpaceItem30
+ //
+ this.emptySpaceItem30.AllowHotTrack = false;
+ this.emptySpaceItem30.Location = new System.Drawing.Point(0, 272);
+ this.emptySpaceItem30.Name = "emptySpaceItem30";
+ this.emptySpaceItem30.Size = new System.Drawing.Size(298, 178);
+ this.emptySpaceItem30.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // layoutControlItem23
+ //
+ this.layoutControlItem23.Control = this.txtCustName;
+ this.layoutControlItem23.CustomizationFormText = "排号起止";
+ this.layoutControlItem23.Location = new System.Drawing.Point(0, 124);
+ this.layoutControlItem23.MaxSize = new System.Drawing.Size(298, 24);
+ this.layoutControlItem23.MinSize = new System.Drawing.Size(298, 24);
+ this.layoutControlItem23.Name = "layoutControlItem23";
+ this.layoutControlItem23.Size = new System.Drawing.Size(298, 24);
+ this.layoutControlItem23.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem23.Text = "店铺名称";
+ this.layoutControlItem23.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutControlItem23.TextSize = new System.Drawing.Size(48, 14);
+ this.layoutControlItem23.TextToControlDistance = 5;
+ //
+ // layoutControlItem51
+ //
+ this.layoutControlItem51.Control = this.txtMem;
+ this.layoutControlItem51.Location = new System.Drawing.Point(0, 148);
+ this.layoutControlItem51.MaxSize = new System.Drawing.Size(298, 24);
+ this.layoutControlItem51.MinSize = new System.Drawing.Size(298, 24);
+ this.layoutControlItem51.Name = "layoutControlItem51";
+ this.layoutControlItem51.Size = new System.Drawing.Size(298, 24);
+ this.layoutControlItem51.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem51.Text = "店铺备注";
+ this.layoutControlItem51.TextSize = new System.Drawing.Size(48, 14);
+ //
+ // layoutControlItem53
+ //
+ this.layoutControlItem53.Control = this.txtPartion;
+ this.layoutControlItem53.CustomizationFormText = "排号起止";
+ this.layoutControlItem53.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlItem53.MaxSize = new System.Drawing.Size(187, 26);
+ this.layoutControlItem53.MinSize = new System.Drawing.Size(187, 26);
+ this.layoutControlItem53.Name = "layoutControlItem53";
+ this.layoutControlItem53.Size = new System.Drawing.Size(187, 26);
+ this.layoutControlItem53.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem53.Text = "分区编号";
+ this.layoutControlItem53.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutControlItem53.TextSize = new System.Drawing.Size(48, 14);
+ this.layoutControlItem53.TextToControlDistance = 5;
+ //
+ // layoutControlItem57
+ //
+ this.layoutControlItem57.Control = this.txtLine;
+ this.layoutControlItem57.CustomizationFormText = "排号起止";
+ this.layoutControlItem57.Location = new System.Drawing.Point(0, 76);
+ this.layoutControlItem57.MaxSize = new System.Drawing.Size(187, 24);
+ this.layoutControlItem57.MinSize = new System.Drawing.Size(187, 24);
+ this.layoutControlItem57.Name = "layoutControlItem57";
+ this.layoutControlItem57.Size = new System.Drawing.Size(187, 24);
+ this.layoutControlItem57.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem57.Text = "配货线路";
+ this.layoutControlItem57.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutControlItem57.TextSize = new System.Drawing.Size(48, 14);
+ this.layoutControlItem57.TextToControlDistance = 5;
+ //
+ // layoutControlGroup9
+ //
+ this.layoutControlGroup9.CustomizationFormText = "导入导出";
+ this.layoutControlGroup9.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.layoutControlItem24,
+ this.layoutControlItem25,
+ this.emptySpaceItem21,
+ this.emptySpaceItem11,
+ this.layoutControlItem20,
+ this.layoutControlItem22,
+ this.layoutControlItem19,
+ this.emptySpaceItem7,
+ this.layoutControlItem50,
+ this.layoutControlItem28,
+ this.emptySpaceItem2});
+ this.layoutControlGroup9.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlGroup9.Name = "layoutControlGroup9";
+ this.layoutControlGroup9.Size = new System.Drawing.Size(1314, 82);
+ this.layoutControlGroup9.Text = "导入导出";
+ this.layoutControlGroup9.TextVisible = false;
+ //
+ // layoutControlItem24
+ //
+ this.layoutControlItem24.Control = this.btnImport;
+ this.layoutControlItem24.CustomizationFormText = "layoutControlItem24";
+ this.layoutControlItem24.Location = new System.Drawing.Point(526, 0);
+ this.layoutControlItem24.MaxSize = new System.Drawing.Size(92, 58);
+ this.layoutControlItem24.MinSize = new System.Drawing.Size(92, 58);
+ this.layoutControlItem24.Name = "layoutControlItem24";
+ this.layoutControlItem24.Size = new System.Drawing.Size(92, 58);
+ this.layoutControlItem24.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem24.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem24.TextVisible = false;
+ //
+ // layoutControlItem25
+ //
+ this.layoutControlItem25.Control = this.btnExport;
+ this.layoutControlItem25.CustomizationFormText = "layoutControlItem24";
+ this.layoutControlItem25.Location = new System.Drawing.Point(628, 0);
+ this.layoutControlItem25.MaxSize = new System.Drawing.Size(90, 58);
+ this.layoutControlItem25.MinSize = new System.Drawing.Size(90, 58);
+ this.layoutControlItem25.Name = "layoutControlItem25";
+ this.layoutControlItem25.Size = new System.Drawing.Size(90, 58);
+ this.layoutControlItem25.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem25.Text = "layoutControlItem24";
+ this.layoutControlItem25.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem25.TextVisible = false;
+ //
+ // emptySpaceItem21
+ //
+ this.emptySpaceItem21.AllowHotTrack = false;
+ this.emptySpaceItem21.CustomizationFormText = "emptySpaceItem12";
+ this.emptySpaceItem21.Location = new System.Drawing.Point(618, 0);
+ this.emptySpaceItem21.MaxSize = new System.Drawing.Size(10, 58);
+ this.emptySpaceItem21.MinSize = new System.Drawing.Size(10, 58);
+ this.emptySpaceItem21.Name = "emptySpaceItem21";
+ this.emptySpaceItem21.Size = new System.Drawing.Size(10, 58);
+ this.emptySpaceItem21.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.emptySpaceItem21.Text = "emptySpaceItem12";
+ this.emptySpaceItem21.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // emptySpaceItem11
+ //
+ this.emptySpaceItem11.AllowHotTrack = false;
+ this.emptySpaceItem11.Location = new System.Drawing.Point(718, 0);
+ this.emptySpaceItem11.Name = "emptySpaceItem11";
+ this.emptySpaceItem11.Size = new System.Drawing.Size(572, 58);
+ this.emptySpaceItem11.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // layoutControlItem20
+ //
+ this.layoutControlItem20.Control = this.txtDeskIdQ;
+ this.layoutControlItem20.CustomizationFormText = "排号起止";
+ this.layoutControlItem20.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlItem20.MaxSize = new System.Drawing.Size(137, 24);
+ this.layoutControlItem20.MinSize = new System.Drawing.Size(137, 24);
+ this.layoutControlItem20.Name = "layoutControlItem20";
+ this.layoutControlItem20.Size = new System.Drawing.Size(137, 24);
+ this.layoutControlItem20.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem20.Text = "分播台号";
+ this.layoutControlItem20.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutControlItem20.TextSize = new System.Drawing.Size(48, 14);
+ this.layoutControlItem20.TextToControlDistance = 5;
+ //
+ // layoutControlItem22
+ //
+ this.layoutControlItem22.Control = this.txtCustNameQ;
+ this.layoutControlItem22.CustomizationFormText = "排号起止";
+ this.layoutControlItem22.Location = new System.Drawing.Point(0, 24);
+ this.layoutControlItem22.MaxSize = new System.Drawing.Size(405, 34);
+ this.layoutControlItem22.MinSize = new System.Drawing.Size(405, 34);
+ this.layoutControlItem22.Name = "layoutControlItem22";
+ this.layoutControlItem22.Size = new System.Drawing.Size(405, 34);
+ this.layoutControlItem22.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem22.Text = "店铺名称";
+ this.layoutControlItem22.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutControlItem22.TextSize = new System.Drawing.Size(48, 14);
+ this.layoutControlItem22.TextToControlDistance = 5;
+ //
+ // layoutControlItem19
+ //
+ this.layoutControlItem19.Control = this.simpleButton1;
+ this.layoutControlItem19.Location = new System.Drawing.Point(415, 0);
+ this.layoutControlItem19.MaxSize = new System.Drawing.Size(101, 58);
+ this.layoutControlItem19.MinSize = new System.Drawing.Size(101, 58);
+ this.layoutControlItem19.Name = "layoutControlItem19";
+ this.layoutControlItem19.Size = new System.Drawing.Size(101, 58);
+ this.layoutControlItem19.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem19.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem19.TextVisible = false;
+ //
+ // emptySpaceItem7
+ //
+ this.emptySpaceItem7.AllowHotTrack = false;
+ this.emptySpaceItem7.Location = new System.Drawing.Point(405, 0);
+ this.emptySpaceItem7.MaxSize = new System.Drawing.Size(10, 58);
+ this.emptySpaceItem7.MinSize = new System.Drawing.Size(10, 58);
+ this.emptySpaceItem7.Name = "emptySpaceItem7";
+ this.emptySpaceItem7.Size = new System.Drawing.Size(10, 58);
+ this.emptySpaceItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.emptySpaceItem7.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // layoutControlItem50
+ //
+ this.layoutControlItem50.Control = this.txtPortNoQ1;
+ this.layoutControlItem50.CustomizationFormText = "排号起止";
+ this.layoutControlItem50.Location = new System.Drawing.Point(137, 0);
+ this.layoutControlItem50.MaxSize = new System.Drawing.Size(164, 24);
+ this.layoutControlItem50.MinSize = new System.Drawing.Size(164, 24);
+ this.layoutControlItem50.Name = "layoutControlItem50";
+ this.layoutControlItem50.Size = new System.Drawing.Size(164, 24);
+ this.layoutControlItem50.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem50.Text = "配货序号范围";
+ this.layoutControlItem50.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutControlItem50.TextLocation = DevExpress.Utils.Locations.Left;
+ this.layoutControlItem50.TextSize = new System.Drawing.Size(72, 14);
+ this.layoutControlItem50.TextToControlDistance = 5;
+ //
+ // layoutControlItem28
+ //
+ this.layoutControlItem28.Control = this.txtPortQ2;
+ this.layoutControlItem28.CustomizationFormText = "排号起止";
+ this.layoutControlItem28.Location = new System.Drawing.Point(301, 0);
+ this.layoutControlItem28.MaxSize = new System.Drawing.Size(104, 24);
+ this.layoutControlItem28.MinSize = new System.Drawing.Size(104, 24);
+ this.layoutControlItem28.Name = "layoutControlItem28";
+ this.layoutControlItem28.Size = new System.Drawing.Size(104, 24);
+ this.layoutControlItem28.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem28.Text = "配货序号";
+ this.layoutControlItem28.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutControlItem28.TextLocation = DevExpress.Utils.Locations.Left;
+ this.layoutControlItem28.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem28.TextToControlDistance = 0;
+ this.layoutControlItem28.TextVisible = false;
+ //
+ // emptySpaceItem2
+ //
+ this.emptySpaceItem2.AllowHotTrack = false;
+ this.emptySpaceItem2.Location = new System.Drawing.Point(516, 0);
+ this.emptySpaceItem2.MaxSize = new System.Drawing.Size(10, 58);
+ this.emptySpaceItem2.MinSize = new System.Drawing.Size(10, 58);
+ this.emptySpaceItem2.Name = "emptySpaceItem2";
+ this.emptySpaceItem2.Size = new System.Drawing.Size(10, 58);
+ this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // emptySpaceItem25
+ //
+ this.emptySpaceItem25.AllowHotTrack = false;
+ this.emptySpaceItem25.Location = new System.Drawing.Point(1314, 0);
+ this.emptySpaceItem25.Name = "emptySpaceItem25";
+ this.emptySpaceItem25.Size = new System.Drawing.Size(10, 575);
+ this.emptySpaceItem25.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // lcgSetup
+ //
+ this.lcgSetup.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
+ this.lcgSetup.AppearanceGroup.Options.UseFont = true;
+ this.lcgSetup.ExpandButtonVisible = true;
+ this.lcgSetup.Expanded = false;
+ this.lcgSetup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.layoutControlGroup7,
+ this.layoutControlGroup14,
+ this.layoutControlGroup11,
+ this.layoutControlItem41,
+ this.layoutControlItem10});
+ this.lcgSetup.Location = new System.Drawing.Point(0, 650);
+ this.lcgSetup.Name = "lcgSetup";
+ this.lcgSetup.Size = new System.Drawing.Size(1348, 28);
+ this.lcgSetup.Text = "新增修改";
+ this.lcgSetup.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
+ this.lcgSetup.CustomButtonUnchecked += new DevExpress.XtraBars.Docking2010.BaseButtonEventHandler(this.lcgSetup_CustomButtonUnchecked);
+ this.lcgSetup.CustomButtonChecked += new DevExpress.XtraBars.Docking2010.BaseButtonEventHandler(this.lcgSetup_CustomButtonChecked);
+ this.lcgSetup.Showing += new System.EventHandler(this.lcgSetup_Showing);
+ //
+ // layoutControlGroup7
+ //
+ this.layoutControlGroup7.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.layoutControlGroup2,
+ this.layoutControlGroup10});
+ this.layoutControlGroup7.Location = new System.Drawing.Point(203, 0);
+ this.layoutControlGroup7.Name = "layoutControlGroup7";
+ this.layoutControlGroup7.Size = new System.Drawing.Size(296, 155);
+ this.layoutControlGroup7.Text = "电子标签设置";
+ //
+ // layoutControlGroup2
+ //
+ this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.layoutControlItem15,
+ this.layoutControlItem21});
+ this.layoutControlGroup2.Location = new System.Drawing.Point(140, 0);
+ this.layoutControlGroup2.Name = "layoutControlGroup2";
+ this.layoutControlGroup2.Size = new System.Drawing.Size(132, 112);
+ this.layoutControlGroup2.Text = "标签布局";
+ //
+ // layoutControlItem15
+ //
+ this.layoutControlItem15.Control = this.txtLabelLayer;
+ this.layoutControlItem15.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlItem15.MaxSize = new System.Drawing.Size(54, 41);
+ this.layoutControlItem15.MinSize = new System.Drawing.Size(54, 41);
+ this.layoutControlItem15.Name = "layoutControlItem15";
+ this.layoutControlItem15.Size = new System.Drawing.Size(54, 69);
+ this.layoutControlItem15.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem15.Text = "层";
+ this.layoutControlItem15.TextLocation = DevExpress.Utils.Locations.Top;
+ this.layoutControlItem15.TextSize = new System.Drawing.Size(48, 14);
+ //
+ // layoutControlItem21
+ //
+ this.layoutControlItem21.Control = this.txtLabelColum;
+ this.layoutControlItem21.Location = new System.Drawing.Point(54, 0);
+ this.layoutControlItem21.MaxSize = new System.Drawing.Size(54, 41);
+ this.layoutControlItem21.MinSize = new System.Drawing.Size(54, 41);
+ this.layoutControlItem21.Name = "layoutControlItem21";
+ this.layoutControlItem21.Size = new System.Drawing.Size(54, 69);
+ this.layoutControlItem21.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem21.Text = "列";
+ this.layoutControlItem21.TextLocation = DevExpress.Utils.Locations.Top;
+ this.layoutControlItem21.TextSize = new System.Drawing.Size(48, 14);
+ //
+ // layoutControlGroup10
+ //
+ this.layoutControlGroup10.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.layoutControlItem54,
+ this.layoutControlItem14});
+ this.layoutControlGroup10.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlGroup10.Name = "layoutControlGroup10";
+ this.layoutControlGroup10.Size = new System.Drawing.Size(140, 112);
+ this.layoutControlGroup10.Text = "标签编号";
+ //
+ // layoutControlItem54
+ //
+ this.layoutControlItem54.Control = this.txtLbStartId;
+ this.layoutControlItem54.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlItem54.MaxSize = new System.Drawing.Size(62, 69);
+ this.layoutControlItem54.MinSize = new System.Drawing.Size(62, 69);
+ this.layoutControlItem54.Name = "layoutControlItem54";
+ this.layoutControlItem54.Size = new System.Drawing.Size(62, 69);
+ this.layoutControlItem54.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem54.Text = "起始编号";
+ this.layoutControlItem54.TextLocation = DevExpress.Utils.Locations.Top;
+ this.layoutControlItem54.TextSize = new System.Drawing.Size(48, 14);
+ //
+ // layoutControlItem14
+ //
+ this.layoutControlItem14.Control = this.comport;
+ this.layoutControlItem14.CustomizationFormText = "layoutControlItem11";
+ this.layoutControlItem14.Location = new System.Drawing.Point(62, 0);
+ this.layoutControlItem14.MaxSize = new System.Drawing.Size(54, 69);
+ this.layoutControlItem14.MinSize = new System.Drawing.Size(54, 69);
+ this.layoutControlItem14.Name = "layoutControlItem14";
+ this.layoutControlItem14.Size = new System.Drawing.Size(54, 69);
+ this.layoutControlItem14.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem14.Text = "端口";
+ this.layoutControlItem14.TextLocation = DevExpress.Utils.Locations.Top;
+ this.layoutControlItem14.TextSize = new System.Drawing.Size(48, 14);
+ //
+ // layoutControlGroup14
+ //
+ this.layoutControlGroup14.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.layoutControlItem7,
+ this.layoutControlItem5,
+ this.layoutControlItem8,
+ this.layoutControlItem6,
+ this.layoutControlItem1,
+ this.layoutControlItem2,
+ this.layoutControlItem4,
+ this.layoutControlItem3});
+ this.layoutControlGroup14.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlGroup14.Name = "layoutControlGroup14";
+ this.layoutControlGroup14.Size = new System.Drawing.Size(203, 155);
+ this.layoutControlGroup14.Text = "货位坐标";
+ //
+ // layoutControlItem7
+ //
+ this.layoutControlItem7.Control = this.txtChannelFrom;
+ this.layoutControlItem7.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlItem7.MaxSize = new System.Drawing.Size(115, 24);
+ this.layoutControlItem7.MinSize = new System.Drawing.Size(115, 24);
+ this.layoutControlItem7.Name = "layoutControlItem7";
+ this.layoutControlItem7.Size = new System.Drawing.Size(115, 24);
+ this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem7.Text = "排号起止";
+ this.layoutControlItem7.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutControlItem7.TextSize = new System.Drawing.Size(48, 14);
+ this.layoutControlItem7.TextToControlDistance = 5;
+ //
+ // layoutControlItem5
+ //
+ this.layoutControlItem5.Control = this.txtShelfFrom;
+ this.layoutControlItem5.Location = new System.Drawing.Point(0, 24);
+ this.layoutControlItem5.MaxSize = new System.Drawing.Size(115, 24);
+ this.layoutControlItem5.MinSize = new System.Drawing.Size(115, 24);
+ this.layoutControlItem5.Name = "layoutControlItem5";
+ this.layoutControlItem5.Size = new System.Drawing.Size(115, 24);
+ this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem5.Text = "货架起止";
+ this.layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutControlItem5.TextSize = new System.Drawing.Size(48, 14);
+ this.layoutControlItem5.TextToControlDistance = 5;
+ //
+ // layoutControlItem8
+ //
+ this.layoutControlItem8.Control = this.txtChannelTo;
+ this.layoutControlItem8.Location = new System.Drawing.Point(115, 0);
+ this.layoutControlItem8.MaxSize = new System.Drawing.Size(64, 24);
+ this.layoutControlItem8.MinSize = new System.Drawing.Size(64, 24);
+ this.layoutControlItem8.Name = "layoutControlItem8";
+ this.layoutControlItem8.Size = new System.Drawing.Size(64, 24);
+ this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem8.Text = "--";
+ this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Left;
+ this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem8.TextVisible = false;
+ //
+ // layoutControlItem6
+ //
+ this.layoutControlItem6.Control = this.txtShelfTo;
+ this.layoutControlItem6.Location = new System.Drawing.Point(115, 24);
+ this.layoutControlItem6.MaxSize = new System.Drawing.Size(64, 24);
+ this.layoutControlItem6.MinSize = new System.Drawing.Size(64, 24);
+ this.layoutControlItem6.Name = "layoutControlItem6";
+ this.layoutControlItem6.Size = new System.Drawing.Size(64, 24);
+ this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem6.Text = "--";
+ this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem6.TextVisible = false;
+ //
+ // layoutControlItem1
+ //
+ this.layoutControlItem1.Control = this.txtColumFrom;
+ this.layoutControlItem1.Location = new System.Drawing.Point(0, 72);
+ this.layoutControlItem1.MaxSize = new System.Drawing.Size(115, 24);
+ this.layoutControlItem1.MinSize = new System.Drawing.Size(115, 24);
+ this.layoutControlItem1.Name = "layoutControlItem1";
+ this.layoutControlItem1.Size = new System.Drawing.Size(115, 40);
+ this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem1.Text = "列号起止";
+ this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14);
+ this.layoutControlItem1.TextToControlDistance = 5;
+ //
+ // layoutControlItem2
+ //
+ this.layoutControlItem2.Control = this.txtColumTo;
+ this.layoutControlItem2.Location = new System.Drawing.Point(115, 72);
+ this.layoutControlItem2.MaxSize = new System.Drawing.Size(64, 24);
+ this.layoutControlItem2.MinSize = new System.Drawing.Size(64, 24);
+ this.layoutControlItem2.Name = "layoutControlItem2";
+ this.layoutControlItem2.Size = new System.Drawing.Size(64, 40);
+ this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem2.Text = "--";
+ this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem2.TextVisible = false;
+ //
+ // layoutControlItem4
+ //
+ this.layoutControlItem4.Control = this.txtLayerFrom;
+ this.layoutControlItem4.Location = new System.Drawing.Point(0, 48);
+ this.layoutControlItem4.MaxSize = new System.Drawing.Size(115, 24);
+ this.layoutControlItem4.MinSize = new System.Drawing.Size(115, 24);
+ this.layoutControlItem4.Name = "layoutControlItem4";
+ this.layoutControlItem4.Size = new System.Drawing.Size(115, 24);
+ this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem4.Text = "层号起止";
+ this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
+ this.layoutControlItem4.TextSize = new System.Drawing.Size(48, 14);
+ this.layoutControlItem4.TextToControlDistance = 5;
+ //
+ // layoutControlItem3
+ //
+ this.layoutControlItem3.Control = this.txtLayerTo;
+ this.layoutControlItem3.Location = new System.Drawing.Point(115, 48);
+ this.layoutControlItem3.MaxSize = new System.Drawing.Size(64, 24);
+ this.layoutControlItem3.MinSize = new System.Drawing.Size(64, 24);
+ this.layoutControlItem3.Name = "layoutControlItem3";
+ this.layoutControlItem3.Size = new System.Drawing.Size(64, 24);
+ this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem3.Text = "--";
+ this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem3.TextVisible = false;
+ //
+ // layoutControlGroup11
+ //
+ this.layoutControlGroup11.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.layoutControlItem18,
+ this.layoutControlItem33,
+ this.layoutControlItem34,
+ this.emptySpaceItem6,
+ this.emptySpaceItem8,
+ this.emptySpaceItem9});
+ this.layoutControlGroup11.Location = new System.Drawing.Point(499, 0);
+ this.layoutControlGroup11.Name = "layoutControlGroup11";
+ this.layoutControlGroup11.Size = new System.Drawing.Size(736, 155);
+ this.layoutControlGroup11.Text = "其它";
+ //
+ // layoutControlItem18
+ //
+ this.layoutControlItem18.Control = this.txtLabelId;
+ this.layoutControlItem18.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlItem18.Name = "layoutControlItem18";
+ this.layoutControlItem18.Size = new System.Drawing.Size(527, 24);
+ this.layoutControlItem18.Text = "标签编号";
+ this.layoutControlItem18.TextSize = new System.Drawing.Size(48, 14);
+ //
+ // layoutControlItem33
+ //
+ this.layoutControlItem33.Control = this.btnUpdateLable;
+ this.layoutControlItem33.Location = new System.Drawing.Point(527, 24);
+ this.layoutControlItem33.Name = "layoutControlItem33";
+ this.layoutControlItem33.Size = new System.Drawing.Size(185, 26);
+ this.layoutControlItem33.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem33.TextVisible = false;
+ //
+ // layoutControlItem34
+ //
+ this.layoutControlItem34.Control = this.txtPosition;
+ this.layoutControlItem34.Location = new System.Drawing.Point(0, 24);
+ this.layoutControlItem34.Name = "layoutControlItem34";
+ this.layoutControlItem34.Size = new System.Drawing.Size(527, 24);
+ this.layoutControlItem34.Text = "货位";
+ this.layoutControlItem34.TextSize = new System.Drawing.Size(48, 14);
+ //
+ // emptySpaceItem6
+ //
+ this.emptySpaceItem6.AllowHotTrack = false;
+ this.emptySpaceItem6.Location = new System.Drawing.Point(0, 48);
+ this.emptySpaceItem6.Name = "emptySpaceItem6";
+ this.emptySpaceItem6.Size = new System.Drawing.Size(527, 64);
+ this.emptySpaceItem6.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // emptySpaceItem8
+ //
+ this.emptySpaceItem8.AllowHotTrack = false;
+ this.emptySpaceItem8.Location = new System.Drawing.Point(527, 0);
+ this.emptySpaceItem8.Name = "emptySpaceItem8";
+ this.emptySpaceItem8.Size = new System.Drawing.Size(185, 24);
+ this.emptySpaceItem8.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // emptySpaceItem9
+ //
+ this.emptySpaceItem9.AllowHotTrack = false;
+ this.emptySpaceItem9.Location = new System.Drawing.Point(527, 50);
+ this.emptySpaceItem9.Name = "emptySpaceItem9";
+ this.emptySpaceItem9.Size = new System.Drawing.Size(185, 62);
+ this.emptySpaceItem9.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // layoutControlItem41
+ //
+ this.layoutControlItem41.Control = this.btnCreate;
+ this.layoutControlItem41.Location = new System.Drawing.Point(1235, 0);
+ this.layoutControlItem41.MaxSize = new System.Drawing.Size(89, 48);
+ this.layoutControlItem41.MinSize = new System.Drawing.Size(89, 48);
+ this.layoutControlItem41.Name = "layoutControlItem41";
+ this.layoutControlItem41.Size = new System.Drawing.Size(89, 48);
+ this.layoutControlItem41.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem41.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem41.TextVisible = false;
+ //
+ // layoutControlItem10
+ //
+ this.layoutControlItem10.Control = this.btnDel;
+ this.layoutControlItem10.Location = new System.Drawing.Point(1235, 48);
+ this.layoutControlItem10.Name = "layoutControlItem10";
+ this.layoutControlItem10.Size = new System.Drawing.Size(89, 107);
+ this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem10.TextVisible = false;
+ //
+ // tabbedControlGroup1
+ //
+ this.tabbedControlGroup1.Location = new System.Drawing.Point(0, 269);
+ this.tabbedControlGroup1.Name = "tabbedControlGroup1";
+ this.tabbedControlGroup1.SelectedTabPage = this.layoutControlGroup8;
+ this.tabbedControlGroup1.SelectedTabPageIndex = 1;
+ this.tabbedControlGroup1.Size = new System.Drawing.Size(914, 90);
+ this.tabbedControlGroup1.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.layoutControlGroup4,
+ this.layoutControlGroup8});
+ //
+ // layoutControlGroup8
+ //
+ this.layoutControlGroup8.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlGroup8.Name = "layoutControlGroup8";
+ this.layoutControlGroup8.Size = new System.Drawing.Size(890, 43);
+ //
+ // layoutControlGroup4
+ //
+ this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.emptySpaceItem4});
+ this.layoutControlGroup4.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlGroup4.Name = "layoutControlGroup4";
+ this.layoutControlGroup4.Size = new System.Drawing.Size(890, 43);
+ //
+ // emptySpaceItem4
+ //
+ this.emptySpaceItem4.AllowHotTrack = false;
+ this.emptySpaceItem4.Location = new System.Drawing.Point(0, 0);
+ this.emptySpaceItem4.Name = "emptySpaceItem4";
+ this.emptySpaceItem4.Size = new System.Drawing.Size(890, 43);
+ this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // simpleButton4
+ //
+ this.simpleButton4.ImageUri.Uri = "Save;Size16x16";
+ this.simpleButton4.Location = new System.Drawing.Point(322, 509);
+ this.simpleButton4.Name = "simpleButton4";
+ this.simpleButton4.Size = new System.Drawing.Size(140, 22);
+ this.simpleButton4.TabIndex = 38;
+ this.simpleButton4.Text = "simpleButton4";
+ //
+ // layoutControlItem30
+ //
+ this.layoutControlItem30.Control = this.simpleButton4;
+ this.layoutControlItem30.Location = new System.Drawing.Point(170, 78);
+ this.layoutControlItem30.Name = "layoutControlItem30";
+ this.layoutControlItem30.Size = new System.Drawing.Size(260, 26);
+ this.layoutControlItem30.TextSize = new System.Drawing.Size(48, 14);
+ //
+ // emptySpaceItem3
+ //
+ this.emptySpaceItem3.AllowHotTrack = false;
+ this.emptySpaceItem3.Location = new System.Drawing.Point(790, 0);
+ this.emptySpaceItem3.Name = "emptySpaceItem3";
+ this.emptySpaceItem3.Size = new System.Drawing.Size(10, 510);
+ this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // emptySpaceItem27
+ //
+ this.emptySpaceItem27.AllowHotTrack = false;
+ this.emptySpaceItem27.Location = new System.Drawing.Point(800, 10);
+ this.emptySpaceItem27.Name = "emptySpaceItem27";
+ this.emptySpaceItem27.Size = new System.Drawing.Size(10, 17);
+ this.emptySpaceItem27.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // emptySpaceItem28
+ //
+ this.emptySpaceItem28.AllowHotTrack = false;
+ this.emptySpaceItem28.Location = new System.Drawing.Point(800, 0);
+ this.emptySpaceItem28.Name = "emptySpaceItem28";
+ this.emptySpaceItem28.Size = new System.Drawing.Size(10, 10);
+ this.emptySpaceItem28.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // layoutControlItem29
+ //
+ this.layoutControlItem29.Location = new System.Drawing.Point(170, 104);
+ this.layoutControlItem29.Name = "layoutControlItem29";
+ this.layoutControlItem29.Size = new System.Drawing.Size(260, 35);
+ this.layoutControlItem29.TextSize = new System.Drawing.Size(48, 14);
+ //
+ // emptySpaceItem5
+ //
+ this.emptySpaceItem5.AllowHotTrack = false;
+ this.emptySpaceItem5.Location = new System.Drawing.Point(472, 0);
+ this.emptySpaceItem5.MaxSize = new System.Drawing.Size(10, 48);
+ this.emptySpaceItem5.MinSize = new System.Drawing.Size(10, 48);
+ this.emptySpaceItem5.Name = "emptySpaceItem5";
+ this.emptySpaceItem5.Size = new System.Drawing.Size(10, 96);
+ this.emptySpaceItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // emptySpaceItem1
+ //
+ this.emptySpaceItem1.AllowHotTrack = false;
+ this.emptySpaceItem1.Location = new System.Drawing.Point(171, 0);
+ this.emptySpaceItem1.MaxSize = new System.Drawing.Size(10, 48);
+ this.emptySpaceItem1.MinSize = new System.Drawing.Size(10, 48);
+ this.emptySpaceItem1.Name = "emptySpaceItem1";
+ this.emptySpaceItem1.Size = new System.Drawing.Size(10, 96);
+ this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // emptySpaceItem14
+ //
+ this.emptySpaceItem14.AllowHotTrack = false;
+ this.emptySpaceItem14.Location = new System.Drawing.Point(0, 24);
+ this.emptySpaceItem14.Name = "emptySpaceItem14";
+ this.emptySpaceItem14.Size = new System.Drawing.Size(137, 24);
+ this.emptySpaceItem14.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // txtLocation
+ //
+ this.txtLocation.Location = new System.Drawing.Point(0, 0);
+ this.txtLocation.Name = "txtLocation";
+ this.txtLocation.Size = new System.Drawing.Size(100, 20);
+ this.txtLocation.TabIndex = 0;
+ //
+ // layoutControlGroup15
+ //
+ this.layoutControlGroup15.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlGroup15.Name = "layoutControlGroup15";
+ this.layoutControlGroup15.Size = new System.Drawing.Size(229, 139);
+ //
+ // textEdit2
+ //
+ this.textEdit2.Location = new System.Drawing.Point(196, 102);
+ this.textEdit2.Name = "textEdit2";
+ this.textEdit2.Size = new System.Drawing.Size(60, 20);
+ this.textEdit2.TabIndex = 11;
+ //
+ // DeskCustomer
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(1368, 779);
+ this.Controls.Add(this.layoutControl1);
+ this.Controls.Add(this.ribbonStatusBar);
+ this.Controls.Add(this.ribbon);
+ this.Name = "DeskCustomer";
+ this.Ribbon = this.ribbon;
+ this.StatusBar = this.ribbonStatusBar;
+ this.Text = "DeskCustomer";
+ this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DeskCustomer_FormClosing);
+ ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
+ this.layoutControl1.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.txtMem.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtPortNo.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtDeskId.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLbStartId.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLightStartId.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLightEndId.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtColumFrom.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtColumTo.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLayerTo.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLayerFrom.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtShelfFrom.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtShelfTo.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtChannelFrom.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtChannelTo.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLabelLayer.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLabelColum.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtChannelFromQ.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtShelfFromQ.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtChannelToQ.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtShelfToQ.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtColumFromQ.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtColumToQ.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLayerFromQ.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLayerToQ.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLbStartIdQuery.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLbToIdQuery.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.comport.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.comPortQuery.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLocationId.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLabelId.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtPosition.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtWarehouseQuery.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtDeskIdQ.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtCustNameQ.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtCustName.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtDeska.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLightIda.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtPorta.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtPortQ2.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtPortNoQ1.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtPartion.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLine.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem12)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem13)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem15)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem16)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem17)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem18)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem19)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem20)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.lcgQuery)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup16)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem37)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem38)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem39)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem46)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem45)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem43)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem40)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem44)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup17)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem55)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem36)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem52)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem56)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem42)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup2)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem31)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem32)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup12)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem47)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem23)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem48)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem49)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem24)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem22)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem26)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem35)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem29)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem30)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem51)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem53)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem57)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup9)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem21)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem11)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem50)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem25)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.lcgSetup)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem54)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup14)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup11)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem33)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem34)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem9)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem41)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem30)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem27)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem28)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem14)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLocation.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup15)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private DevExpress.XtraBars.Ribbon.RibbonControl ribbon;
+ private DevExpress.XtraBars.Ribbon.RibbonStatusBar ribbonStatusBar;
+ private DevExpress.XtraLayout.LayoutControl layoutControl1;
+ private DevExpress.XtraEditors.TextEdit txtColumFrom;
+ private DevExpress.XtraEditors.TextEdit txtColumTo;
+ private DevExpress.XtraEditors.TextEdit txtLayerTo;
+ private DevExpress.XtraEditors.TextEdit txtLayerFrom;
+ private DevExpress.XtraEditors.TextEdit txtShelfFrom;
+ private DevExpress.XtraEditors.TextEdit txtShelfTo;
+ private DevExpress.XtraEditors.TextEdit txtChannelFrom;
+ private DevExpress.XtraEditors.TextEdit txtChannelTo;
+ private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
+ private DevExpress.XtraEditors.TextEdit txtLabelLayer;
+ private DevExpress.XtraEditors.TextEdit txtLabelColum;
+ private DevExpress.XtraLayout.TabbedControlGroup tabbedControlGroup1;
+ private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup8;
+ private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem4;
+ private DevExpress.XtraEditors.SimpleButton simpleButton4;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem30;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem27;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem28;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem29;
+ private Controls.pager.Pager pager1;
+ private DevExpress.XtraGrid.GridControl gridControl1;
+ private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
+ private DevExpress.XtraBars.BarButtonGroup barButtonGroup1;
+ private DevExpress.XtraEditors.SimpleButton btnCreate;
+ private DevExpress.XtraEditors.SimpleButton btnQuery;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem5;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem14;
+ private DevExpress.XtraEditors.TextEdit txtLocation;
+ private DevExpress.XtraEditors.TextEdit txtChannelFromQ;
+ private DevExpress.XtraEditors.TextEdit txtShelfFromQ;
+ private DevExpress.XtraEditors.TextEdit txtChannelToQ;
+ private DevExpress.XtraEditors.TextEdit txtShelfToQ;
+ private DevExpress.XtraEditors.TextEdit txtColumFromQ;
+ private DevExpress.XtraEditors.TextEdit txtColumToQ;
+ private DevExpress.XtraEditors.TextEdit txtLayerFromQ;
+ private DevExpress.XtraEditors.TextEdit txtLayerToQ;
+ private DevExpress.XtraEditors.TextEdit txtLbStartIdQuery;
+ private DevExpress.XtraEditors.TextEdit txtLbToIdQuery;
+ private DevExpress.XtraEditors.TextEdit txtLbStartId;
+ private DevExpress.XtraEditors.ComboBoxEdit comport;
+ private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup15;
+ private DevExpress.XtraEditors.ComboBoxEdit comPortQuery;
+ private DevExpress.XtraEditors.TextEdit txtLocationId;
+ private DevExpress.XtraLayout.LayoutControlGroup lcgQuery;
+ private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup16;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem37;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem38;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem39;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem46;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem45;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem43;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem40;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem44;
+ private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup17;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem55;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem36;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem42;
+ private DevExpress.XtraLayout.LayoutControlGroup lcgSetup;
+ private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup7;
+ private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem15;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem21;
+ private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup10;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem54;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14;
+ private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup14;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem41;
+ private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup11;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem31;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem32;
+ private DevExpress.XtraEditors.TextEdit txtLabelId;
+ private DevExpress.XtraEditors.SimpleButton btnUpdateLable;
+ private DevExpress.XtraEditors.TextEdit txtPosition;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem18;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem33;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem34;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem6;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem8;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem9;
+ private DevExpress.XtraEditors.TextEdit txtWarehouseQuery;
+ private DevExpress.XtraBars.BarButtonItem bbiExport;
+ private DevExpress.XtraBars.BarButtonItem bbiImport;
+ private DevExpress.XtraEditors.SimpleButton btnDel;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem52;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem56;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
+ private DevExpress.XtraEditors.TextEdit txtPortNo;
+ private DevExpress.XtraEditors.TextEdit txtDeskId;
+ private DevExpress.XtraEditors.TextEdit txtLightStartId;
+ private DevExpress.XtraEditors.SimpleButton btnPortsetup;
+ private DevExpress.XtraEditors.TextEdit textEdit2;
+ private DevExpress.XtraEditors.TextEdit txtLightEndId;
+ private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup5;
+ private DevExpress.XtraEditors.SimpleButton btnImport;
+ private DevExpress.XtraEditors.SimpleButton btnExport;
+ private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup9;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem24;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem25;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem21;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem11;
+ private DevExpress.XtraLayout.TabbedControlGroup tabbedControlGroup2;
+ private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem12;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem13;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem15;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem16;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem17;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem18;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem19;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem20;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem16;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem17;
+ private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup6;
+ private DevExpress.XtraEditors.SimpleButton simpleButton1;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem19;
+ private DevExpress.XtraEditors.TextEdit txtDeskIdQ;
+ private DevExpress.XtraEditors.TextEdit txtCustNameQ;
+ private DevExpress.XtraEditors.TextEdit txtCustName;
+ private DevExpress.XtraEditors.TextEdit txtDeska;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem20;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem22;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem7;
+ private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup12;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem23;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem26;
+ private DevExpress.XtraEditors.TextEdit txtLightIda;
+ private DevExpress.XtraEditors.TextEdit txtPorta;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem27;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem35;
+ private DevExpress.XtraEditors.SimpleButton btnDeleta;
+ private DevExpress.XtraEditors.SimpleButton btnUpdate;
+ private DevExpress.XtraEditors.SimpleButton btnAdd;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem25;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem47;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem23;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem48;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem49;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem24;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem22;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem10;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem26;
+ private DevExpress.XtraEditors.TextEdit txtPortQ2;
+ private DevExpress.XtraEditors.TextEdit txtPortNoQ1;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem50;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem28;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem29;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem30;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
+ private DevExpress.XtraEditors.TextEdit txtMem;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem51;
+ private DevExpress.XtraEditors.TextEdit txtPartion;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem53;
+ private DevExpress.XtraEditors.TextEdit txtLine;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem57;
+ }
+}
\ No newline at end of file
diff --git a/winform/epick/DeskCustomer.resx b/winform/epick/DeskCustomer.resx
new file mode 100644
index 0000000..0c09b5d
--- /dev/null
+++ b/winform/epick/DeskCustomer.resx
@@ -0,0 +1,618 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 205, 17
+
+
+ 17, 17
+
+
+
+
+ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
+ YQUAAAAddEVYdFRpdGxlAEV4cG9ydDtYbHM7RXhwb3J0VG9YbHM7TKCZ/gAAAmZJREFUOE9lk1lrE2EU
+ hrM3bYNa/0ZN05r+EkVoVBAEBSVaixexTZqkqV3SqkWs0A1v9KYpgYISrLjEVmjSe2+9FLFmmSUzk5kk
+ r+f7ZhqmOvAkM4H3Od85Z+Kgy0m4CDfhsfDa8P0D+80JwMFglyu7WSoubx2BsbRVRnazjCViceOIKGFh
+ vYyFtUPMr5WQWS3uM4ld4MlulNGhJw59mHQ47RPaJpkX31jKbxd459YPeUjVWlCIhmoiKwZHUloQCb3V
+ Rmpln6X67AIfszKBrJqBkxAPyi0IDQN1omm0EX/yhaX6TwlSK1/5cSVFh9TQqZrRDTFqso4qoTXb+HDw
+ 4z9BzxRZWZ8CBSdyVzA634PROYYP4cc+XJxleDEy48Vwmkh5EEq6EUq480zgjy1+5IKabPBwUzcQJoGq
+ 6QhTuKHq3fDzvSTqooaaqCKYcPEj9E7M7qFFE65KOgl80GiQrLJCMxnJ+Hhbw2kPr1yXNAxNuzFE4eCU
+ JYimClxwXG/yyi8/z/Dw6qc0VfZAbDS7x155n0RVUBCMu0ng5IK+O4m3MFod/K5rtspeyCxIlUVZM3u2
+ Kj8tTOO4quDCpCnovz25C4NW9Kuq8YEptA3Ws0SCEFUWrJ6fUbBSU3l4+V0cg49MQeBmbBc6CX5WVETf
+ XLYGZvbMKnd7jruoKsNJYQcGYw6+hcCNh3n+koi0c4EGVqed892LOiqCjj+CRvPReIv5wndWdcD+Hvgj
+ d18Xrz/YwdXxHbDva+M5RO7n6HkbkXt0HzUZi27j0q1XB5Q59SKxv3IvcYY4S5yzGLBx3oLdBwi3KYDj
+ Ly5VZm4tDLTfAAAAAElFTkSuQmCC
+
+
+
+
+ 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
+ 7wcY3wCoc27HHhPNrQAAAABJRU5ErkJggg==
+
+
+
+
+ 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
+ Ez7K5mlq3BM5AAAAAElFTkSuQmCC
+
+
+
+
+ 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
+ D5gxJ/8/gfc/XfEMk+xMepoAAAAASUVORK5CYII=
+
+
+
+
+ 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
+ RU5ErkJggg==
+
+
+
+
+ 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
+
+
+
+ 34
+
+
\ No newline at end of file
diff --git a/winform/epick/SeedsDeskOut.cs b/winform/epick/SeedsDeskOut.cs
new file mode 100644
index 0000000..9823d9d
--- /dev/null
+++ b/winform/epick/SeedsDeskOut.cs
@@ -0,0 +1,1384 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Text;
+using System.Linq;
+using System.Windows.Forms;
+using DevExpress.XtraBars;
+using DevExpress.XtraGrid.Views.Base;
+//using DeiNiu.wms.Logical;
+using DeiNiu.wms.Data;
+using DevExpress.XtraGrid.Columns;
+using DeiNiu.wms.win.utils;
+using System.Threading;
+using DevExpress.XtraGrid.Views.Grid;
+using DevExpress.XtraEditors.DXErrorProvider;
+using DeiNiu.wms.Data.Model;
+using DevExpress.XtraEditors;
+using DevExpress.XtraEditors.Controls;
+using DeiNiu.Utils;
+using DeiNiu.wms.win.utils.print;
+using DeiNiu.wms.Logical;
+using System.Net;
+using System.IO;
+using elelab;
+using System.ServiceModel;
+using System.ServiceModel.Description;
+using DevExpress.XtraEditors.Repository;
+using dn_wms;
+using Model;
+
+
+namespace DeiNiu.wms.win
+{
+ public partial class SeedsDeskOut : BasicRibbonForm
+ {
+ private ServiceHost host = null;
+ public static List labelPool = new List();
+ string svrUrl = "http://127.0.0.1:9998/DNLight";
+
+ lWmsImportSeeds lis = new lWmsImportSeeds();
+ WmsImportSeeds wis = new WmsImportSeeds();
+ // lWmslocation lgt = new lWmslocation();
+ private string fieldName = Wmslocation.fields.locationId.ToString();
+ int count, selectedId,status;
+ private string lastQuery = "";
+ private DataTable dt;
+ private int selectedRowIndex = -1;
+ private bool isAdding = true;
+ private LocStructs locs;
+ // private List selectedLocations;
+ private List selectedIds;
+ String oDeskId="";
+ String oCom = "";
+ public SeedsDeskOut()
+ {
+ InitializeComponent();
+ initialControls();
+ WmsConstants.WAVE_CURRENT_LIGHTS_STATUS.Clear();
+ WmsConstants.WAVE_CURRENT_PICK_STATUS.Clear();
+ elelab.pick.init_port(enumLabelPickType.seed,true);
+ elelab.pick.lightOffEvent += testPicked;
+ btnShowId.Enabled = false;
+ if (elelab.pick.activeComports.Count == 0)
+ {
+ lbLightsInfo.Text = "拣选设备连接错误";
+
+ }
+ else
+ {
+ initComs();
+ lbLightsInfo.Text = "拣选设备连接正常";
+ }
+ /* 启动播种服务,远程终端如pda分播时,启动该服务
+ Thread threadPreProcess = new Thread(startHost2);
+ threadPreProcess.IsBackground = true;
+ threadPreProcess.Start();
+ */
+
+ initialTimer();
+
+ oDeskId = System.Configuration.ConfigurationManager.AppSettings["DeskId"];
+ if (!string.IsNullOrEmpty(oDeskId))
+ {
+ txtDeskId.Text = oDeskId;
+ txtOperater.SelectAll();
+ txtOperater.Focus();
+ }
+
+
+ }
+ #region initialControls
+ private void initialControls()
+ {
+ initialComboBoxes();
+ initialPagerControls();
+ initialDataGrid();
+ initialQueryInput();
+ setValidationRule();
+ txtBarcode.GotFocus += new EventHandler(txtBarcode_GotFocus);
+ txtBarcode.MouseUp += new MouseEventHandler(txtBarcode_MouseUp);
+ txtSeedNo.GotFocus += new EventHandler(txtSeedNo_GotFocus);
+ txtSeedNo.MouseUp += new MouseEventHandler(txtSeedNo_MouseUp);
+ txtOperater.GotFocus += new EventHandler(txtOperater_GotFocus);
+ txtOperater.MouseUp += new MouseEventHandler(txtOperater_MouseUp);
+ }
+ void txtOperater_GotFocus(object sender, EventArgs e)
+ {
+ txtOperater.Tag = true; //设置标记
+ txtOperater.SelectAll(); //注意1
+ }
+ void txtOperater_MouseUp(object sender, MouseEventArgs e)
+ {
+ //如果鼠标左键操作并且标记存在,则执行全选
+ if (e.Button == MouseButtons.Left && txtOperater.Tag != null && (bool)txtOperater.Tag == true)
+ {
+ txtOperater.SelectAll();
+ }
+
+ //取消全选标记
+ txtOperater.Tag = false;
+ }
+
+ void txtSeedNo_GotFocus(object sender, EventArgs e)
+ {
+ txtSeedNo.Tag = true; //设置标记
+ txtSeedNo.SelectAll(); //注意1
+ }
+ void txtSeedNo_MouseUp(object sender, MouseEventArgs e)
+ {
+ //如果鼠标左键操作并且标记存在,则执行全选
+ if (e.Button == MouseButtons.Left && txtSeedNo.Tag != null && (bool)txtSeedNo.Tag == true)
+ {
+ txtSeedNo.SelectAll();
+ }
+
+ //取消全选标记
+ txtSeedNo.Tag = false;
+ }
+ void txtBarcode_GotFocus(object sender, EventArgs e)
+ {
+ txtBarcode.Tag = true; //设置标记
+ txtBarcode.SelectAll(); //注意1
+ }
+ void txtBarcode_MouseUp(object sender, MouseEventArgs e)
+ {
+ //如果鼠标左键操作并且标记存在,则执行全选
+ if (e.Button == MouseButtons.Left && txtBarcode.Tag != null && (bool)txtBarcode.Tag == true)
+ {
+ txtBarcode.SelectAll();
+ }
+
+ //取消全选标记
+ txtBarcode.Tag = false;
+ }
+
+ private void initialComboBoxes()
+ {
+
+ }
+
+ private void setValidationRule()
+ {
+ // dxValidationProvider1.SetValidationRule(comWarehouseQuery, ValidationRules.notEmptyValidationRule);
+ //txtGoodType.Properties.MaxLength = 40;
+ //txtGoodDesc.Properties.MaxLength = 250;
+ //textEdit1.Properties.MaxLength = txtGoodType.Properties.MaxLength;
+ }
+
+ private void initialQueryInput()
+ {
+
+ }
+ private void initialPagerControls()
+ {
+
+ pager1.MaximumSize = new Size(0, 20);
+ pager1.EventPaging += new DeiNiu.Controls.pager.EventPagingHandler(pager_EventPaging);
+ #region DataGridView与Pager控件绑定
+ this.pager1.PageCurrent = 1;//当前页为第一页
+ pager1.PageSize = 200;//每页行数
+ // this.pager1.Bind();//绑定
+ #endregion
+
+ }
+ private void initialDataGrid()
+ {
+
+ this.gridView1.OptionsBehavior.AutoPopulateColumns = false;
+ this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
+ this.gridView1.OptionsBehavior.Editable = false;
+ this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
+
+ this.gridView1.FocusedRowObjectChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowObjectChangedEventHandler(this.gridView1_FocusedRowObjectChanged);
+ this.gridView1.DataSourceChanged += new System.EventHandler(this.gridView1_DataSourceChanged);
+
+ //show line number
+ this.gridView1.IndicatorWidth = 60;
+ this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(gridView1_CustomDrawRowIndicator);
+
+ gridView1.CustomColumnDisplayText += gridView_CustomColumnDisplayText;
+ gridView1.RowCellStyle += gridView1_RowCellStyle;
+ gridView1.CustomColumnDisplayText += gridView1_CustomColumnDisplayText;
+ }
+ //显示行的序号
+ private void gridView1_CustomDrawRowIndicator(object sender, RowIndicatorCustomDrawEventArgs e)
+ {
+ if (e.Info.IsRowIndicator && e.RowHandle >= 0)
+ {
+ e.Info.DisplayText = (e.RowHandle + 1).ToString();
+ }
+ }
+ private void initialDataGridColumns()
+ {
+ setupGridView(gridView1, true);
+ // gridviewGoodsType.PopulateColumns();
+ gridView1.Columns.Clear();
+ // gridviewGoodsType.Columns.Remove(gridviewGoodsType.Columns["DealerPrice"]);
+ GridColumn myCol0 = new GridColumn() { Caption = "ID", Visible = true, FieldName = "id" };
+ myCol0.Visible = false;
+ this.gridView1.Columns.Add(myCol0);
+ GridColumn myCol1 = new GridColumn() { Caption = "播种单号", Visible = true, FieldName = WmsImportSeeds.fields.seedsNo.ToString(), MinWidth = 100 };
+ GridColumn myCol2 = new GridColumn() { Caption = "商品编号", Visible = true, FieldName = WmsImportSeeds.fields.barcode.ToString(), MinWidth = 100 };
+ GridColumn myCol3 = new GridColumn() { Caption = "商品名称", Visible = true, FieldName = WmsImportSeeds.fields.itemName.ToString(), MaxWidth = 300 };
+ // GridColumn myCol4 = new GridColumn() { Caption = "大类名", Visible = true, FieldName = WmsImportSeeds.fields.category1.ToString(), MaxWidth = 100 };
+ // GridColumn myCol5 = new GridColumn() { Caption = "中类名", Visible = true, FieldName = WmsImportSeeds.fields.category2.ToString(), MaxWidth = 100 };
+ // GridColumn myCol6 = new GridColumn() { Caption = "小类名", Visible = true, FieldName = WmsImportSeeds.fields.category3.ToString(), MaxWidth = 100 };
+ // GridColumn myCol7 = new GridColumn() { Caption = "门店名称", Visible = true, FieldName = WmsImportSeeds.fields.custName.ToString(), MaxWidth = 200 };
+ GridColumn myCol8 = new GridColumn() { Caption = "单位", Visible = true, FieldName = WmsImportSeeds .fields.unit.ToString(), MaxWidth = 80};
+ GridColumn myCol9 = new GridColumn() { Caption = "规格", Visible = true, FieldName = WmsImportSeeds.fields.spec.ToString(), MaxWidth = 120 };
+ // GridColumn myCol10 = new GridColumn() { Caption = "发货数量", Visible = true, FieldName = WmsImportSeeds.fields.count.ToString(), MaxWidth = 80 };
+
+ GridColumn myCol11 = new GridColumn() { Caption = "实发数量", Visible = true, FieldName = WmsImportSeeds.fields.countOut.ToString(), MaxWidth = 80 };
+ // GridColumn myCol12 = new GridColumn() { Caption = "分播台", Visible = true, FieldName = WmsImportSeeds.fields.deskId.ToString(), MaxWidth = 80 };
+ GridColumn myCol16 = new GridColumn() { Caption = "端口号", Visible = true, FieldName = WmsImportSeeds.fields.port.ToString(), MaxWidth = 80 };
+
+ GridColumn myCol13 = new GridColumn() { Caption = "员工编号", Visible = true, FieldName = WmsImportSeeds.fields.operater.ToString(), MaxWidth = 80 };
+ GridColumn myCol14 = new GridColumn() { Caption = "分播台", Visible = true, FieldName = WmsImportSeeds.fields.deskId.ToString(), MaxWidth = 80 };
+ // GridColumn myCol15 = new GridColumn() { Caption = "备注", Visible = true, FieldName = WmsImportSeeds.fields.description.ToString(), MaxWidth = 80 };
+ //GridColumn myCol17 = new GridColumn() { Caption = "灯色", Visible = true, FieldName = WmsImportSeeds.fields.color.ToString(), MaxWidth = 80 };
+
+ GridColumn myCol29 = new GridColumn() { Caption = "标签点亮", Visible = true, FieldName = "isLightUp" };
+ GridColumn myCol30 = new GridColumn() { Caption = "分货状态", Visible = true, FieldName = "category1" };
+ GridColumn myCol18 = new GridColumn() { Caption = "分播时间", Visible = true, FieldName = WmsImportSeeds.fields.picktime.ToString(), MinWidth = 150, MaxWidth = 250 };
+
+
+ this.gridView1.Columns.Add(myCol30);
+
+ this.gridView1.Columns.Add(myCol1);
+ this.gridView1.Columns.Add(myCol2);
+ this.gridView1.Columns.Add(myCol3);
+
+ // this.gridView1.Columns.Add(myCol7);
+ // this.gridView1.Columns.Add(myCol10);
+ this.gridView1.Columns.Add(myCol14);
+ this.gridView1.Columns.Add(myCol11);
+
+ this.gridView1.Columns.Add(myCol8);
+ // this.gridView1.Columns.Add(myCol12);
+ // this.gridView1.Columns.Add(myCol18);
+ // this.gridView1.Columns.Add(myCol29);
+ // this.gridView1.Columns.Add(myCol17);
+ this.gridView1.Columns.Add(myCol13);
+ // this.gridView1.Columns.Add(myCol15);
+ // this.gridView1.Columns.Add(myCol16);
+
+
+ this.gridView1.Columns.Add(myCol9);
+ //this.gridView1.Columns.Add(myCol4);
+ // this.gridView1.Columns.Add(myCol5);
+ // this.gridView1.Columns.Add(myCol6);
+
+ RepositoryItemImageComboBox repositoryImageComboBox2 = new RepositoryItemImageComboBox();//新建一个RepositoryItemImageComboBox
+ repositoryImageComboBox2.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center;
+ repositoryImageComboBox2.SmallImages = imageList1; //指定一组图片
+ string[] s = new String[] { "1", "0" };
+ for (int i = 0; i < s.Length; i++)
+ repositoryImageComboBox2.Items.Add(new ImageComboBoxItem(s[i], i + 1, i));//对应值绑定对应的图片
+ RepositoryItem ri = repositoryImageComboBox2 as RepositoryItem;
+ gridControl1.RepositoryItems.Add(ri);
+ myCol29.ColumnEdit = ri; //绑定到GridColumn
+
+ gridView1.BestFitColumns();
+ //gridView1.Focus();
+ gridView1.OptionsView.ColumnAutoWidth = false;
+
+ //自动列宽
+ //gridView1.OptionsView.ColumnAutoWidth = false;
+ //this.gridView1.BestFitColumns();
+ //this.gridView1.Columns[2].MinWidth = 500;
+ //this.gridView1.Columns[1].BestFit();
+ //for (int I = 0; I < gridView1.Columns.Count; I++)
+ //{
+
+ // this.gridView1.Columns[I].BestFit()
+ //}
+ }
+ ///
+ /// 设置列表数据的日期格式
+ ///
+ ///
+ ///
+ public static void gridView1_RowCellStyle(object sender, DevExpress.XtraGrid.Views.Grid.RowCellStyleEventArgs e)
+ {
+
+ if (e.Column.FieldName == "createtime" || e.Column.FieldName == "picktime")
+ {
+ e.Column.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
+ }
+
+ }
+ #endregion
+
+ ///
+ /// loading data
+ ///
+ private int loadData()
+ {
+ //this.gridviewGoodsType.DataSource = lgt.GetAllActiveData().Tables[0].DefaultView;
+ try
+ {
+
+ clearInputs();
+ showWaitForm();
+ string query = "";
+
+ query = (this.txtBarcode.Text.Trim().Length == 0 ? "" : string.Format("{0} =#'{1}';", WmsImportSeeds.fields.barcode.ToString(), txtBarcode.Text.Trim()))
+ + (this.txtOperater.Text.Trim().Length == 0 ? "" : string.Format("{0} =#{1};", WmsImportSeeds.fields.operater.ToString(), txtOperater.Text.Trim()))
+ + (this.txtSeedNo.Text.Trim().Length == 0 ? "" : string.Format("{0} =#'{1}';", WmsImportSeeds.fields.seedsNo.ToString(), txtSeedNo.Text.Trim()))
+ + (!this.chkValid.Checked ? "" : string.Format("{0} =#'{1}';", WmsImportSeeds.fields.category1.ToString(), "1"))
+
+ ;
+ if (query == string.Empty)
+ {
+ showErrorMsg("请输入查询条件");
+ btnQuery.Enabled = true;
+ closeWaitForm();
+ return 0;
+ }
+
+ this.pager1.PageCurrent = lastQuery.Equals(query) ? this.pager1.PageCurrent : 1; //根据查询条件的变化给pager赋值
+ int start = (pager1.PageSize * (pager1.PageCurrent - 1) + 1);
+ int end = (pager1.PageSize * pager1.PageCurrent);
+ lastQuery = query;
+ DataSet ds = lis.queryDesk(query, start, end);
+
+ dt = ds.Tables[0];
+ int cnt = Convert.ToInt32(ds.Tables[1].Rows[0][0].ToString());
+ //dt = lgt.Query(query, start, end); //string.IsNullOrEmpty(query) ? lgt.GetGoodType.getAllData(start, end) : lgt.g;
+
+ // dt.PrimaryKey = new DataColumn[] { dt.Columns["ID"] };
+ this.gridControl1.DataSource = dt.DefaultView;
+ initialDataGridColumns();
+ //update selected row index to the last updated one.
+ this.btnQuery.Enabled = true;
+ decimal countOut=0;
+ foreach (DataRow dr in dt.Rows)
+ {
+ WmsImportSeeds_tmp wis = new WmsImportSeeds_tmp(dr);
+ countOut += wis.countOut;
+ }
+ lbSumCnt.Text = countOut+"";
+
+ closeWaitForm();
+ return cnt;// lgt.getRowCount(query);
+ // return lgt.GetGoodType.QueryCount();
+ }
+ catch (Exception er)
+ {
+ closeWaitForm();
+ showErrorMsg(er.Message);
+ btnQuery.Enabled = true;
+ }
+ return 0;
+ }
+
+
+
+ ///
+ /// 分页控件产生的事件
+ ///
+ private int pager_EventPaging(DeiNiu.Controls.pager.EventPagingArg e)
+ {
+ selectedRowIndex = 0; //reset currentRowIndex
+ return loadData();
+ }
+
+
+ private void gridView_CustomColumnDisplayText(object sender, DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventArgs e)
+ {
+
+
+
+
+ }
+
+
+
+
+ private bool validData()
+ {
+ bool isvalid = dxValidationProvider1.Validate();
+
+ // MessageBox.Show("goodtype is " + txtGoodType.Text +", is valid ? " + isvalid);
+
+ return isvalid;
+ //String gdtype = txtGoodType.Text.Trim();
+ //if (gdtype.Length == 0)
+ //{
+
+ // dxValidationProvider.Validate();
+ // return false;
+ //}
+
+ //return true;
+ }
+
+
+
+
+
+ private void gridView1_FocusedRowObjectChanged(object sender, FocusedRowObjectChangedEventArgs e)
+ {
+ if (gridView1.FocusedRowHandle < 0 || gridView1.FocusedRowHandle == selectedRowIndex)
+ {
+ if (gridView1.IsGroupRow(e.RowHandle)) //set first row of group selected
+ {
+ selectedRowIndex = gridView1.GetChildRowHandle(e.RowHandle, 0);
+ // setCurrentRequestDetail();
+ }
+
+ return; ;
+
+ }
+
+
+
+ }
+
+ private void clearInputs()
+ {
+ }
+
+ private bool getCurrentObject()
+ {
+ if (selectedRowIndex < 0 || dt.Rows.Count <= selectedRowIndex)
+ {
+ MessageBox.Show("请在列表里选择数据");
+ return false;
+ }
+ // DataRow currentRow = dt.Rows[selectedRowIndex];
+ DataRowView dr = (DataRowView)(GetGridViewFilteredAndSortedData(gridView1)[selectedRowIndex]);
+ wis.getModel(dr.Row);
+
+
+ return true;
+ }
+
+ private void gridView1_FocusedRowChanged(object sender, FocusedRowChangedEventArgs e)
+ {
+
+ }
+
+ private void gridView1_DataSourceChanged(object sender, EventArgs e)
+ {
+ if (selectedRowIndex > 0 && dt.Rows.Count > selectedRowIndex)
+ {
+ gridView1.FocusedRowHandle = selectedRowIndex;
+ gridView1.MakeRowVisible(selectedRowIndex);
+
+ }
+ }
+
+
+ protected void query()
+ {
+ pager1.Bind();
+ }
+
+
+ private void startQuery()
+ {
+ this.btnQuery.Enabled = false;
+ showWaitForm();
+ try
+ {
+ query();// loadData();
+ }
+ catch (Exception e)
+ {
+ MessageBox.Show(e.Message);
+ }
+ finally
+ {
+ // WaitFormService.Close();
+ closeWaitForm();
+
+ }
+
+ }
+
+
+ private void txtQuery_KeyDown(object sender, KeyEventArgs e)
+ {
+ if (e.KeyValue == 13)
+ {
+ query();
+ }
+ }
+
+ private void tabControl1_SelectedIndexChanged(object sender, EventArgs e)
+ {
+
+
+ }
+
+
+
+
+
+ bool isNewLocationQuery = false;
+
+
+ private void SeedsOut_FormClosing(object sender, FormClosingEventArgs e)
+ {
+
+ /*
+ int port = Convert.ToInt16(combComs.Text.Substring(3));
+ if (unart_manage.com_manage[port] == null)
+ {
+ return;
+ }*/
+ try
+ {
+ resetLights(); //pick.clearLabels(port); // client.Close();
+ }
+ catch
+ {
+ }
+
+ }
+
+ private bool getCurrentObjects()
+ {
+ int[] selectedRows = gridView1.GetSelectedRows();
+ // selectedLocations = new List();
+
+ selectedIds = new List();
+
+ foreach (int i in selectedRows)
+ {
+ DataRow currentRow = dt.Rows[i];
+
+ selectedIds.Add(Convert.ToInt32(currentRow["ID"].ToString()));
+
+ }
+ if (selectedRows.Length == 0)
+ {
+ showErrorMsg("请选择一条数据");
+ return false;
+ }
+
+
+
+ DialogResult r = MessageBox.Show(string.Format("确定要更新选中的{0}条货位信息吗?", selectedRows.Length), "确认修改", MessageBoxButtons.YesNo, MessageBoxIcon.Warning);
+
+ return r == DialogResult.Yes;
+
+
+ }
+
+
+
+ private void bbiExport_ItemClick(object sender, ItemClickEventArgs e)
+ {
+ exportExcel("分播记录",gridView1);
+ }
+
+
+
+
+
+
+
+
+
+ private void gridView1_SelectionChanged(object sender, DevExpress.Data.SelectionChangedEventArgs e)
+ {
+
+ if (gridView1.FocusedRowHandle <0 || gridView1.FocusedRowHandle == selectedRowIndex)
+ {
+ // return;
+ }
+ selectedRowIndex = gridView1.FocusedRowHandle;
+
+ clearInputs();
+
+ if (selectedRowIndex < 0)
+ {
+ return;
+ }
+
+ getCurrentObject();
+
+ if (wis.ID > 0)
+ {
+
+ }
+
+
+ // showErrorMsg("selection:"+ selectedRowIndex);
+ // setCurrentRequestDetail();
+
+ }
+
+ private void txtBarcode_Enter(object sender, EventArgs e)
+ {
+
+ }
+
+ private void txtBarcode_EditValueChanged(object sender, EventArgs e)
+ {
+
+ }
+
+ String lastScanBarcode = String.Empty;
+ private void txtBarcode_KeyDown(object sender, KeyEventArgs e)
+ {
+ if (e.KeyCode != Keys.Enter)
+ {
+ return;
+ }
+ string barcode = txtBarcode.Text;
+
+ if (string.IsNullOrEmpty(barcode))
+ {
+ return;
+ }
+
+
+ if (!validSeeds())
+ {
+ return;
+ }
+
+ try
+ {
+ operater = Convert.ToInt32(this.txtOperater.Text.Trim());
+ }
+ catch
+ {
+ showErrorMsg("请扫描输入正确的操作员ID");
+ txtOperater.SelectAll();
+ txtOperater.Focus();
+ return;
+ }
+ int color = getColor(1);
+ if (lastScanBarcode !=String.Empty && lastScanBarcode != barcode)
+ {
+ elelab.pick.clearOrder(currentPort, color);
+
+ }
+ lastScanBarcode = barcode;
+
+ bool isValidData = chkValid.Checked;
+ lightUp( lis.startNewDeskSeed( seedsNo, barcode, operater, color,isValidData),color);
+ //lightSeeds(barcode);
+ startQuery();
+ txtBarcode.Focus();
+ if (chkPrint.Checked)
+ {
+ try
+ {
+ printIn.printDeskBarcodes(lis.getPrintCodes(seedsNo, barcode));
+
+ }
+ catch (Exception er)
+ {
+ showErrorMsg(er.InnerException.Message);
+ }
+
+ }
+ }
+
+ Dictionary colors = new Dictionary();
+ int colorcnt = 0;
+ private int getColor(int operater)
+ {
+ int color = 0;
+ if (colors.ContainsKey(operater))
+ {
+ color = colors[operater];
+ }
+ else
+ {
+ colors[operater] = ++colorcnt;
+ color = colors[operater];
+ }
+
+ //红蓝调换
+ if (color == 3)
+ {
+ return 1;
+ }else if (color == 1)
+ {
+ return 3;
+ }else
+ return color;
+
+ }
+ void lightSeeds(String barcode)
+ {
+ String svrUrl = System.Configuration.ConfigurationManager.AppSettings["BaseUri"];
+
+ svrUrl = svrUrl + "lightSeed?deskId={0}&seedsNo={1}&barcode={2}";
+
+ svrUrl = string.Format(svrUrl, deskId, seedsNo, barcode);
+
+ lbUrl.Text = HttpGet(svrUrl, null);
+ }
+ public static string HttpGet(string Url, string postDataStr)
+ {
+ try
+ {
+ HttpWebRequest request = (HttpWebRequest)WebRequest.Create(Url + (string.IsNullOrEmpty(postDataStr) ? "" : "?") + postDataStr);
+ request.Method = "GET";
+ request.ContentType = "text/html;charset=UTF-8";
+ request.Timeout = 10000;
+ HttpWebResponse response = (HttpWebResponse)request.GetResponse();
+ Stream myResponseStream = response.GetResponseStream();
+ StreamReader myStreamReader = new StreamReader(myResponseStream, Encoding.UTF8);
+ string retString = myStreamReader.ReadToEnd();
+ myStreamReader.Close();
+ myResponseStream.Close();
+ return retString;
+ }
+ catch (Exception ex)
+ {
+ return ex.Message;
+ }
+ }
+ private void btnCreateOrder_Click(object sender, EventArgs e)
+ {
+ int cnt = 0;
+ if (validSeeds())
+ {
+ colors = new Dictionary();
+ colorcnt = 0;
+ cnt = lis.loadNewSeeds(deskId,seedsNo);
+ }
+ query();
+ showInfoMsg(String.Format("共导入了{0}条数据",cnt/2));
+ }
+
+ int deskId = 0;
+ int operater = 0;
+ String seedsNo = String.Empty;
+ private bool validSeeds()
+ {
+
+ seedsNo = this.txtSeedNo.Text.Trim() ;
+
+ if (seedsNo == String.Empty)
+ {
+ showErrorMsg("请检查输入的分播单编号是否正确");
+ this.txtSeedNo.SelectAll();
+ this.txtSeedNo.Focus();
+ return false;
+ }
+
+
+ return seedsNo!=String.Empty;
+ }
+ private void btnQuery_Click(object sender, EventArgs e)
+ {
+ this.btnQuery.Enabled = false;
+ startQuery();
+ }
+
+ Dictionary portOrder = new Dictionary();
+ int getOrder(int port)
+ {
+
+ if (portOrder.ContainsKey(port))
+ {
+ if (portOrder[port] > 250)
+ {
+ portOrder[port] = 1;
+ }
+ else
+ {
+ portOrder[port]++;
+ }
+ }
+ else
+ {
+ portOrder[port] = 1;
+ }
+
+ return portOrder[port];
+
+ }
+ void lightUp(List lables, int color)
+ {
+
+ //to lightup
+ if (lables.Count == 0 || currentPort==0)
+ {
+ return;
+ }
+ int port = lables[0].port;
+ // if (port > 0)
+ {
+ port = currentPort;
+ }
+ color = lables[0].color;
+
+#if DEBUG
+ // port = 17;
+#endif
+ // int order =getOrder(port);
+ int order = color;
+ /*
+ int[] ids = new int[2];
+
+ string[] ele_address = new string[2];
+ List lables1 = new List();
+
+ for (int i = 0; i < lables.Count; i++)
+ {
+ ELabel el = lables[i];
+
+ el.labelId = new Random().Next(1,3);
+
+ el.color = new Random().Next(1, 3);
+ el.address = 10 + i;
+ lables1.Add(el);
+
+ }*/
+ elelab.pick.init_port(enumLabelPickType.seedsDesk);
+ elelab.pick.lightLabels2(lables, port, order, enumLabelPickType.seedsDesk);
+
+
+
+ if (elelab.pick.activeComports.Count == 0)
+ {
+ lbLightsInfo.Text = "拣选设备连接错误";
+
+ }
+ else
+ {
+ lbLightsInfo.Text = "连接正常";
+ }
+
+ }
+
+ delegate void showStatus();
+
+ void startHost2()
+ {
+ // lbStatus.Text = "服务启动失败";
+ try
+ {
+ svrUrl = System.Configuration.ConfigurationManager.AppSettings["BaseUri"];
+ Uri baseAddress = new Uri(svrUrl);
+ ServiceLight service = new ServiceLight();
+ service.newLabels += this.newLabels;
+ service.lightUp += this.lightUp;
+ service.turnOff += this.turnOff;
+ host = new ServiceHost(service, baseAddress);
+ elelab.pick.lightOffEvent += testPicked;
+ WebHttpBinding binding = new WebHttpBinding();
+ ServiceEndpoint endpoint = host.AddServiceEndpoint(typeof(IServiceLight), binding, baseAddress);
+ WebHttpBehavior httpBehavior = new WebHttpBehavior();
+ endpoint.Behaviors.Add(httpBehavior);
+ host.Opened += delegate
+ {
+
+ if (InvokeRequired)
+ {
+ this.Invoke(new showStatus(delegate()
+ {
+ lbStatus.Text = "服务已启动";
+ lbUrl.Text = svrUrl;
+ }));
+
+ }
+ else
+ {
+ lbStatus.Text = "服务已启动";
+ lbUrl.Text = svrUrl;
+ // lbStatus.Text = "服务启动失败";
+ // lbUrl.Text ="";
+ }
+ };
+ host.Open();
+
+ }
+ catch (Exception e)
+ {
+ MessageBox.Show("启动服务失败: "+e.Message);
+ }
+ }
+
+ void newLabels(List lables)
+ {
+ labelPool = labelPool.Union(lables).ToList();
+ labelPool = labelPool.Concat(lables).ToList();
+ }
+
+
+ void turnOff(int portNo)
+ {
+ if (unart_manage.com_manage[portNo] == null)
+ {
+ return;
+ }
+ Model.dis_id id;
+ //id.ele_id = Convert.ToInt16(new_id.Text);
+ id.order = 1;
+ id.ele_id = 65535;
+ id.state = 1;
+
+ unart_manage.com_manage[portNo].init_port.write_clear_comment(id);
+ }
+
+ void testPicked(int eleId, int port, int eleAddress, int count)
+ {
+ if (InvokeRequired)
+ {
+ this.Invoke(new showStatus(delegate()
+ {
+ showResult(eleId, port, eleAddress, count);
+ }));
+
+ }
+ else
+ {
+ showResult(eleId, port, eleAddress, count);
+ }
+
+ }
+
+ void showResult(int eleId, int color, int eleAddress, int count)
+ {
+
+ lbreturn.Text = string.Format("标签ID:{0} 颜色:{1} 地址:{2} 数量:{3}", eleId, color, eleAddress, count);
+ }
+
+ private void btnExport_Click(object sender, EventArgs e)
+ {
+
+ int pageSize = pager1.PageSize;
+ pager1.PageSize = pager1.NMax;;
+ query();
+ seedsNo = this.txtSeedNo.Text.Trim();
+ exportExcel("分播明细-" + seedsNo + "-" + this.txtOperater.Text, gridView1);
+ pager1.PageSize = pageSize;
+ query();
+ closeWaitForm();
+
+ }
+
+
+ System.Timers.Timer timer = new System.Timers.Timer();//实例化Timer类
+
+ //private void timeCnt()
+ //{
+ // timer.Start(); ;
+ //}
+ private void initialTimer()
+ {
+ int intTime = 1000;
+ timer.Interval = intTime;//设置间隔时间,为毫秒;
+ timer.Elapsed += new System.Timers.ElapsedEventHandler(updateLableStatus);//到达时间的时候执行事件;
+ timer.AutoReset = true;//设置是执行一次(false)还是一直执行(true);
+ timer.Enabled = true;//是否执行System.Timers.Timer.Elapsed事件;
+ timer.Start();
+ }
+ delegate void loadNewCurrentWave();
+ private void updateLableStatus(object source, System.Timers.ElapsedEventArgs e)
+ {
+ try
+ {
+ if (InvokeRequired)
+ {
+ this.Invoke(new loadNewCurrentWave(delegate()
+ {
+ // lbLightsInfo.Text = (lights.Count > 0 ? "" : "未检测到通道灯");
+
+ updateLableStatus();
+
+ }));
+
+ }
+ else
+ {
+ //lbLightsInfo.Text = (lights.Count > 0 ? "" : "未检测到通道灯");
+ updateLableStatus();
+
+ }
+ }
+ catch (Exception er)
+ {
+ LogHelper.WriteLog(typeof(GoodsOutForm), er);
+ }
+
+ }
+
+ private void updateLableStatus(){
+ string key = "";
+
+
+ if (dt == null || dt.Rows.Count == 0)
+ {
+ return;
+ }
+
+ WmsImportSeeds label;
+
+ DataView dv = dt.DefaultView;
+
+ // dv.RowFilter = "category1 =3";
+ dv.Sort = "category1";
+
+ if (dv.Count == 0)
+ {
+ //all picked, wave end
+
+ // endWave();
+ return;
+ }
+
+ foreach (DataRow dr in dt.Rows)
+ {
+ label = new WmsImportSeeds(dr);
+ key = Util.getLightKey(getColor(operater), label.deskId, label.elabAddress);
+ if (WmsConstants.WAVE_CURRENT_LIGHTS_STATUS.ContainsKey(key))
+ {
+ // dr["isLightUp"] = WmsConstants.WAVE_CURRENT_LIGHTS_STATUS[key] ? 1 : 0;
+
+ }
+ if (WmsConstants.WAVE_CURRENT_PICK_STATUS.ContainsKey(key))
+ {
+ dr["category1"] = "1";// WmsConstants.WAVE_CURRENT_PICK_STATUS[key] ? 1 : 0;
+
+ }
+
+ }
+ dv.RowFilter = ""; // 如果 dv.RowFilter ="isPicked =0"; 则已拣的不再显示
+ gridControl1.DataSource = dt.DefaultView;
+
+
+ }
+ string[] color = new string[] { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" };
+ private void gridView1_CustomColumnDisplayText(object sender, DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventArgs e)
+ {
+ if (string.IsNullOrEmpty(e.DisplayText))
+ {
+ // return;
+ }
+
+ if (e.Column.FieldName == "color")
+ {
+
+ if (color.Contains(e.DisplayText))
+ {
+
+ int display = -100;
+ string disTxt = e.DisplayText;
+
+ try
+ {
+ display = Convert.ToInt16(e.DisplayText);
+
+ e.DisplayText = getColorD(display);
+
+ }
+ catch
+ {
+ return;
+ }
+
+ }
+
+
+ }
+ else if (e.Column.FieldName == "category1")
+ {
+
+ if (string.IsNullOrEmpty(e.DisplayText))
+ {
+ e.DisplayText = "等待分播";
+ }
+ else if("0".Equals(e.DisplayText))
+ {
+ e.DisplayText = "正在分播";
+ }
+ else if ("1".Equals(e.DisplayText))
+ {
+ e.DisplayText = "完成分播";
+ }
+ }
+
+
+
+
+ }
+ string getColorD(int color)
+ {
+ string colorName = "";
+ switch (color)
+ {
+ case 1:
+ colorName = "红";
+ break;
+ case 2:
+ colorName = "绿";
+ break;
+ case 3:
+ colorName = "蓝";
+ break;
+ case 4:
+ colorName = "红闪";
+ break;
+ case 5:
+ colorName = "绿闪";
+ break;
+ case 6:
+ colorName = "蓝闪";
+ break;
+ case 7:
+ colorName = "红绿";
+ break;
+ case 8:
+ colorName = "红蓝";
+ break;
+ case 9:
+ colorName = "绿蓝";
+ break;
+ case 10:
+ colorName = "红绿蓝";
+ break;
+
+ default:
+ colorName = "红";
+ break;
+ }
+
+ return colorName;
+ }
+
+
+ void initComs()
+ {
+ String[] Portname = System.IO.Ports.SerialPort.GetPortNames();
+
+ combComs.Properties.TextEditStyle = TextEditStyles.DisableTextEditor;
+ combComs.Properties.Items.Clear();
+ ComboBoxItemCollection col = combComs.Properties.Items;
+ col.BeginUpdate();
+
+ oCom = System.Configuration.ConfigurationManager.AppSettings["Com"];
+ int oldIndex = 0;
+ try
+ {
+
+ for (int i = 0; i < Portname.Length; i++)
+ {
+ //col.Add(i);
+ col.Add(Portname[i]);
+ if (!string.IsNullOrEmpty(oCom) && oCom == Portname[i])
+ {
+ oldIndex = i;
+ }
+ }
+
+ }
+ finally
+ {
+ col.EndUpdate();
+ }
+
+ combComs.SelectedIndex = oldIndex;
+
+ if (combComs.Properties.Items.Count> 0)
+ {
+ initialCom();
+ }
+ }
+
+ Dictionary coms = new Dictionary();
+ dnwms activePort;
+ int currentPort = 0;
+ void initialCom()
+ {
+
+ try
+ {
+ int port = Convert.ToInt16(combComs.Text.Substring(3));
+ resetLights();
+ if (coms.Keys.Contains(port))
+ {
+ if (String.IsNullOrEmpty(oCom) || !oCom.Equals(combComs.Text))
+ {
+ WriteConfig("Com", combComs.Text);
+ oCom = combComs.Text;
+ }
+
+ currentPort = port;
+ this.lbComstatus.Text = string.Format(combComs.Text + " 打开{0}", "成功");
+ }
+ else
+ {
+ this.lbComstatus.Text = string.Format(combComs.Text + " 打开{0}", "失败");
+ }
+
+ }
+ catch(Exception e)
+ {
+ lbStatus.Text = string.Format(e.Message);
+ }
+ btnShowId.Enabled = currentPort > 0;
+ }
+
+ private void resetLights()
+ {
+ int port = Convert.ToInt16(combComs.Text.Substring(3));
+ if (unart_manage.com_manage[port] == null)
+ {
+ return;
+ }
+ activePort = unart_manage.com_manage[port].init_port;
+ //activePort.check_state = true;
+ if (pick.reset_device(port))
+ {
+ coms[port] = activePort;
+
+ }
+
+ /*
+ dis_id id;
+ id.order = 0;
+ id.ele_id = 65535;
+ id.state = 1;
+ bool ret = activePort.write_reset_device(id);
+ System.Threading.Thread.Sleep(100);
+ id.order = 1;
+ id.ele_id = 0;
+ id.state = 1;
+ ret = activePort.write_reset_device(id);
+ lbLightsInfo.Text = string.Format(combComs.Text + "打开{0}", ret ? "成功" : "失败");
+ * */
+ }
+
+ private void btnInitialCom_Click(object sender, EventArgs e)
+ {
+ initialCom();
+ }
+
+ private void txtDeskId_KeyDown(object sender, KeyEventArgs e)
+ {
+ if (e.KeyCode != Keys.Enter)
+ {
+ return;
+ }
+ string id = txtDeskId.Text.Trim();
+
+ if (string.IsNullOrEmpty(id))
+ {
+ txtDeskId.SelectAll();
+ txtDeskId.Focus();
+ }
+
+ try
+ {
+ deskId = Convert.ToInt16(id);
+ }
+ catch (Exception er)
+ {
+ txtDeskId.SelectAll();
+ txtDeskId.Focus();
+ return ;
+ }
+
+ txtOperater.SelectAll();
+ txtOperater.Focus();
+ }
+
+ private void txtOperater_KeyDown(object sender, KeyEventArgs e)
+ {
+ if (e.KeyCode != Keys.Enter)
+ {
+ return;
+ }
+ string id = txtOperater.Text;
+
+ if (string.IsNullOrEmpty(id))
+ {
+ txtOperater.SelectAll();
+ txtOperater.Focus();
+ return;
+ }
+
+ try
+ {
+ operater = Convert.ToInt32(id);
+ }
+ catch (Exception er)
+ {
+ txtOperater.SelectAll();
+ txtOperater.Focus();
+ return;
+ }
+
+ txtSeedNo.SelectAll();
+ txtSeedNo.Focus();
+
+
+ }
+
+ private void txtSeedNo_KeyDown(object sender, KeyEventArgs e)
+ {
+ if (e.KeyCode != Keys.Enter)
+ {
+ return;
+ }
+ txtBarcode.SelectAll();
+ txtBarcode.Focus();
+ }
+
+ bool showId = true;
+ private void simpleButton1_Click(object sender, EventArgs e)
+ {
+ if (currentPort == 0)
+ {
+ return;
+ }
+ if (showId)
+ {
+ pick.displayLabels(currentPort);
+ }
+ else
+ {
+ pick.clearLabels(currentPort);
+ }
+ showId = !showId;
+ }
+
+
+
+ private void chkValid_CheckedChanged(object sender, EventArgs e)
+ {
+ if (chkValid.Checked)
+ {
+ txtBarcode.BackColor = Color.Red;
+ }
+ else
+ {
+ txtBarcode.BackColor = Color.White;
+ }
+ txtBarcode.SelectAll();
+ txtBarcode.Focus();
+ try
+ {
+ operater = Convert.ToInt32(this.txtOperater.Text.Trim());
+ }
+ catch
+ {
+ showErrorMsg("请扫描输入正确的操作员ID");
+ txtOperater.SelectAll();
+ txtOperater.Focus();
+ return;
+ }
+ elelab.pick.clearOrder(currentPort, getColor(operater));
+
+ }
+
+
+
+ }
+
+}
\ No newline at end of file
diff --git a/winform/epick/SeedsDeskOut.designer.cs b/winform/epick/SeedsDeskOut.designer.cs
new file mode 100644
index 0000000..c5be8f1
--- /dev/null
+++ b/winform/epick/SeedsDeskOut.designer.cs
@@ -0,0 +1,1104 @@
+namespace DeiNiu.wms.win
+{
+ partial class SeedsDeskOut
+ {
+ ///
+ /// 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.components = new System.ComponentModel.Container();
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SeedsDeskOut));
+ this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
+ this.barButtonGroup1 = new DevExpress.XtraBars.BarButtonGroup();
+ this.bbiExport = new DevExpress.XtraBars.BarButtonItem();
+ this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
+ this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
+ this.chkPrint = new DevExpress.XtraEditors.CheckEdit();
+ this.lbSumCnt = new System.Windows.Forms.Label();
+ this.lbComstatus = new System.Windows.Forms.Label();
+ this.btnInitialCom = new DevExpress.XtraEditors.SimpleButton();
+ this.combComs = new DevExpress.XtraEditors.ComboBoxEdit();
+ this.lbLightsInfo = new System.Windows.Forms.Label();
+ this.btnExport = new DevExpress.XtraEditors.SimpleButton();
+ this.pager1 = new DeiNiu.Controls.pager.Pager();
+ this.gridControl1 = new DevExpress.XtraGrid.GridControl();
+ this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
+ this.txtDeskId = new DevExpress.XtraEditors.TextEdit();
+ this.txtOperater = new DevExpress.XtraEditors.TextEdit();
+ this.txtSeedNo = new DevExpress.XtraEditors.TextEdit();
+ this.txtBarcode = new DevExpress.XtraEditors.TextEdit();
+ this.lbStatus = new System.Windows.Forms.Label();
+ this.lbreturn = new System.Windows.Forms.Label();
+ this.lbUrl = new System.Windows.Forms.Label();
+ this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
+ this.btnShowId = new DevExpress.XtraEditors.SimpleButton();
+ this.chkValid = new DevExpress.XtraEditors.CheckEdit();
+ this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.layoutControlItem32 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.layoutControlItem31 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.tabbedControlGroup3 = new DevExpress.XtraLayout.TabbedControlGroup();
+ this.layoutControlGroup6 = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem22 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.emptySpaceItem6 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlGroup10 = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.emptySpaceItem7 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.tabbedControlGroup1 = new DevExpress.XtraLayout.TabbedControlGroup();
+ this.layoutControlGroup8 = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
+ this.layoutControlItem30 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.emptySpaceItem27 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.emptySpaceItem28 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.layoutControlItem29 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.emptySpaceItem14 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.txtLocation = new DevExpress.XtraEditors.TextEdit();
+ this.layoutControlGroup15 = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
+ this.imageList1 = new System.Windows.Forms.ImageList(this.components);
+ ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
+ this.layoutControl1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.chkPrint.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.combComs.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtDeskId.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtOperater.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtSeedNo.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtBarcode.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.chkValid.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem32)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem31)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup3)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem30)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem27)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem28)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem14)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLocation.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup15)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
+ this.SuspendLayout();
+ //
+ // ribbon
+ //
+ this.ribbon.ExpandCollapseItem.Id = 0;
+ this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
+ this.ribbon.ExpandCollapseItem,
+ this.barButtonGroup1,
+ this.bbiExport});
+ this.ribbon.Location = new System.Drawing.Point(0, 0);
+ this.ribbon.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.ribbon.MaxItemId = 9;
+ this.ribbon.Name = "ribbon";
+ this.ribbon.Size = new System.Drawing.Size(2287, 76);
+ this.ribbon.StatusBar = this.ribbonStatusBar;
+ //
+ // barButtonGroup1
+ //
+ this.barButtonGroup1.Caption = "barButtonGroup1";
+ this.barButtonGroup1.Id = 5;
+ this.barButtonGroup1.Name = "barButtonGroup1";
+ //
+ // bbiExport
+ //
+ this.bbiExport.Caption = "导出";
+ this.bbiExport.Id = 7;
+ this.bbiExport.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbiExport.ImageOptions.Image")));
+ this.bbiExport.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbiExport.ImageOptions.LargeImage")));
+ this.bbiExport.Name = "bbiExport";
+ this.bbiExport.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiExport_ItemClick);
+ //
+ // ribbonStatusBar
+ //
+ this.ribbonStatusBar.Location = new System.Drawing.Point(0, 1217);
+ this.ribbonStatusBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.ribbonStatusBar.Name = "ribbonStatusBar";
+ this.ribbonStatusBar.Ribbon = this.ribbon;
+ this.ribbonStatusBar.Size = new System.Drawing.Size(2287, 48);
+ //
+ // layoutControl1
+ //
+ this.layoutControl1.Controls.Add(this.chkPrint);
+ this.layoutControl1.Controls.Add(this.lbSumCnt);
+ this.layoutControl1.Controls.Add(this.lbComstatus);
+ this.layoutControl1.Controls.Add(this.btnInitialCom);
+ this.layoutControl1.Controls.Add(this.combComs);
+ this.layoutControl1.Controls.Add(this.lbLightsInfo);
+ this.layoutControl1.Controls.Add(this.btnExport);
+ this.layoutControl1.Controls.Add(this.pager1);
+ this.layoutControl1.Controls.Add(this.gridControl1);
+ this.layoutControl1.Controls.Add(this.txtDeskId);
+ this.layoutControl1.Controls.Add(this.txtOperater);
+ this.layoutControl1.Controls.Add(this.txtSeedNo);
+ this.layoutControl1.Controls.Add(this.txtBarcode);
+ this.layoutControl1.Controls.Add(this.lbStatus);
+ this.layoutControl1.Controls.Add(this.lbreturn);
+ this.layoutControl1.Controls.Add(this.lbUrl);
+ this.layoutControl1.Controls.Add(this.btnQuery);
+ this.layoutControl1.Controls.Add(this.btnShowId);
+ this.layoutControl1.Controls.Add(this.chkValid);
+ this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.layoutControl1.Location = new System.Drawing.Point(0, 76);
+ this.layoutControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.layoutControl1.Name = "layoutControl1";
+ this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1607, 350, 450, 400);
+ this.layoutControl1.Root = this.layoutControlGroup1;
+ this.layoutControl1.Size = new System.Drawing.Size(2287, 1141);
+ this.layoutControl1.TabIndex = 2;
+ this.layoutControl1.Text = "layoutControl1";
+ //
+ // chkPrint
+ //
+ this.chkPrint.Location = new System.Drawing.Point(868, 115);
+ this.chkPrint.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.chkPrint.MenuManager = this.ribbon;
+ this.chkPrint.Name = "chkPrint";
+ this.chkPrint.Properties.Caption = "打印";
+ this.chkPrint.Size = new System.Drawing.Size(128, 26);
+ this.chkPrint.StyleController = this.layoutControl1;
+ this.chkPrint.TabIndex = 100;
+ //
+ // lbSumCnt
+ //
+ this.lbSumCnt.BackColor = System.Drawing.Color.Transparent;
+ this.lbSumCnt.Font = new System.Drawing.Font("华文仿宋", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.lbSumCnt.Location = new System.Drawing.Point(704, 72);
+ this.lbSumCnt.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.lbSumCnt.Name = "lbSumCnt";
+ this.lbSumCnt.Size = new System.Drawing.Size(158, 60);
+ this.lbSumCnt.TabIndex = 99;
+ this.lbSumCnt.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // lbComstatus
+ //
+ this.lbComstatus.BackColor = System.Drawing.Color.Transparent;
+ this.lbComstatus.Font = new System.Drawing.Font("华文仿宋", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.lbComstatus.Location = new System.Drawing.Point(37, 107);
+ this.lbComstatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.lbComstatus.Name = "lbComstatus";
+ this.lbComstatus.Size = new System.Drawing.Size(218, 25);
+ this.lbComstatus.TabIndex = 96;
+ this.lbComstatus.Text = " ";
+ this.lbComstatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // btnInitialCom
+ //
+ this.btnInitialCom.Image = ((System.Drawing.Image)(resources.GetObject("btnInitialCom.Image")));
+ this.btnInitialCom.Location = new System.Drawing.Point(261, 96);
+ this.btnInitialCom.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.btnInitialCom.Name = "btnInitialCom";
+ this.btnInitialCom.Size = new System.Drawing.Size(82, 36);
+ this.btnInitialCom.StyleController = this.layoutControl1;
+ this.btnInitialCom.TabIndex = 95;
+ this.btnInitialCom.Text = "确定";
+ this.btnInitialCom.Click += new System.EventHandler(this.btnInitialCom_Click);
+ //
+ // combComs
+ //
+ this.combComs.Location = new System.Drawing.Point(261, 72);
+ this.combComs.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.combComs.Name = "combComs";
+ this.combComs.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
+ new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
+ this.combComs.Size = new System.Drawing.Size(82, 28);
+ this.combComs.StyleController = this.layoutControl1;
+ this.combComs.TabIndex = 94;
+ //
+ // lbLightsInfo
+ //
+ this.lbLightsInfo.BackColor = System.Drawing.Color.Transparent;
+ this.lbLightsInfo.Font = new System.Drawing.Font("华文仿宋", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.lbLightsInfo.Location = new System.Drawing.Point(37, 72);
+ this.lbLightsInfo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.lbLightsInfo.Name = "lbLightsInfo";
+ this.lbLightsInfo.Size = new System.Drawing.Size(218, 29);
+ this.lbLightsInfo.TabIndex = 93;
+ this.lbLightsInfo.Text = "检测中";
+ this.lbLightsInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // btnExport
+ //
+ this.btnExport.Image = ((System.Drawing.Image)(resources.GetObject("btnExport.Image")));
+ this.btnExport.Location = new System.Drawing.Point(2173, 72);
+ this.btnExport.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.btnExport.Name = "btnExport";
+ this.btnExport.Size = new System.Drawing.Size(76, 60);
+ this.btnExport.StyleController = this.layoutControl1;
+ this.btnExport.TabIndex = 92;
+ this.btnExport.Text = "导出";
+ this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
+ //
+ // pager1
+ //
+ this.pager1.Location = new System.Drawing.Point(18, 858);
+ this.pager1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
+ this.pager1.MaximumSize = new System.Drawing.Size(0, 31);
+ this.pager1.Name = "pager1";
+ this.pager1.NMax = 0;
+ this.pager1.PageCount = 0;
+ this.pager1.PageCurrent = 0;
+ this.pager1.PageSize = 100;
+ this.pager1.Size = new System.Drawing.Size(2251, 31);
+ this.pager1.TabIndex = 40;
+ //
+ // gridControl1
+ //
+ this.gridControl1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.gridControl1.Font = new System.Drawing.Font("Tahoma", 9F);
+ this.gridControl1.Location = new System.Drawing.Point(37, 207);
+ this.gridControl1.MainView = this.gridView1;
+ this.gridControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.gridControl1.MenuManager = this.ribbon;
+ this.gridControl1.Name = "gridControl1";
+ this.gridControl1.Size = new System.Drawing.Size(2213, 626);
+ this.gridControl1.TabIndex = 39;
+ this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
+ this.gridView1});
+ //
+ // gridView1
+ //
+ this.gridView1.GridControl = this.gridControl1;
+ this.gridView1.Name = "gridView1";
+ this.gridView1.SelectionChanged += new DevExpress.Data.SelectionChangedEventHandler(this.gridView1_SelectionChanged);
+ //
+ // txtDeskId
+ //
+ this.txtDeskId.Location = new System.Drawing.Point(140, 944);
+ this.txtDeskId.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.txtDeskId.Name = "txtDeskId";
+ this.txtDeskId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
+ this.txtDeskId.Properties.Appearance.Options.UseFont = true;
+ this.txtDeskId.Size = new System.Drawing.Size(42, 36);
+ this.txtDeskId.StyleController = this.layoutControl1;
+ this.txtDeskId.TabIndex = 52;
+ this.txtDeskId.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtDeskId_KeyDown);
+ //
+ // txtOperater
+ //
+ this.txtOperater.EditValue = "";
+ this.txtOperater.Location = new System.Drawing.Point(140, 72);
+ this.txtOperater.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.txtOperater.Name = "txtOperater";
+ this.txtOperater.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
+ this.txtOperater.Properties.Appearance.Options.UseFont = true;
+ this.txtOperater.Size = new System.Drawing.Size(43, 36);
+ this.txtOperater.StyleController = this.layoutControl1;
+ this.txtOperater.TabIndex = 52;
+ this.txtOperater.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtOperater_KeyDown);
+ //
+ // txtSeedNo
+ //
+ this.txtSeedNo.Location = new System.Drawing.Point(140, 102);
+ this.txtSeedNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.txtSeedNo.Name = "txtSeedNo";
+ this.txtSeedNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
+ this.txtSeedNo.Properties.Appearance.Options.UseFont = true;
+ this.txtSeedNo.Size = new System.Drawing.Size(43, 36);
+ this.txtSeedNo.StyleController = this.layoutControl1;
+ this.txtSeedNo.TabIndex = 54;
+ this.txtSeedNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSeedNo_KeyDown);
+ //
+ // txtBarcode
+ //
+ this.txtBarcode.Location = new System.Drawing.Point(297, 72);
+ this.txtBarcode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.txtBarcode.Name = "txtBarcode";
+ this.txtBarcode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 34F, System.Drawing.FontStyle.Bold);
+ this.txtBarcode.Properties.Appearance.Options.UseFont = true;
+ this.txtBarcode.Size = new System.Drawing.Size(396, 88);
+ this.txtBarcode.StyleController = this.layoutControl1;
+ this.txtBarcode.TabIndex = 53;
+ this.txtBarcode.EditValueChanged += new System.EventHandler(this.txtBarcode_EditValueChanged);
+ this.txtBarcode.Enter += new System.EventHandler(this.txtBarcode_Enter);
+ this.txtBarcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBarcode_KeyDown);
+ //
+ // lbStatus
+ //
+ this.lbStatus.Font = new System.Drawing.Font("华文仿宋", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.lbStatus.Location = new System.Drawing.Point(1443, 944);
+ this.lbStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.lbStatus.Name = "lbStatus";
+ this.lbStatus.Size = new System.Drawing.Size(807, 24);
+ this.lbStatus.TabIndex = 46;
+ this.lbStatus.Text = "正在启动服务";
+ this.lbStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // lbreturn
+ //
+ this.lbreturn.Font = new System.Drawing.Font("华文仿宋", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.lbreturn.Location = new System.Drawing.Point(37, 974);
+ this.lbreturn.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.lbreturn.Name = "lbreturn";
+ this.lbreturn.Size = new System.Drawing.Size(2213, 130);
+ this.lbreturn.TabIndex = 51;
+ this.lbreturn.Text = " 无返回";
+ this.lbreturn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // lbUrl
+ //
+ this.lbUrl.Font = new System.Drawing.Font("华文仿宋", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.lbUrl.Location = new System.Drawing.Point(193, 944);
+ this.lbUrl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.lbUrl.Name = "lbUrl";
+ this.lbUrl.Size = new System.Drawing.Size(1244, 24);
+ this.lbUrl.TabIndex = 49;
+ this.lbUrl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // btnQuery
+ //
+ this.btnQuery.Image = ((System.Drawing.Image)(resources.GetObject("btnQuery.Image")));
+ this.btnQuery.Location = new System.Drawing.Point(2077, 72);
+ this.btnQuery.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.btnQuery.Name = "btnQuery";
+ this.btnQuery.Size = new System.Drawing.Size(80, 60);
+ this.btnQuery.StyleController = this.layoutControl1;
+ this.btnQuery.TabIndex = 84;
+ this.btnQuery.Text = "查询";
+ this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
+ //
+ // btnShowId
+ //
+ this.btnShowId.ImageUri.Uri = "ListNumbers";
+ this.btnShowId.Location = new System.Drawing.Point(349, 96);
+ this.btnShowId.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.btnShowId.Name = "btnShowId";
+ this.btnShowId.Size = new System.Drawing.Size(1900, 36);
+ this.btnShowId.StyleController = this.layoutControl1;
+ this.btnShowId.TabIndex = 97;
+ this.btnShowId.Text = "ID";
+ this.btnShowId.Click += new System.EventHandler(this.simpleButton1_Click);
+ //
+ // chkValid
+ //
+ this.chkValid.Location = new System.Drawing.Point(868, 72);
+ this.chkValid.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.chkValid.MenuManager = this.ribbon;
+ this.chkValid.Name = "chkValid";
+ this.chkValid.Properties.Caption = "反查 ";
+ this.chkValid.Size = new System.Drawing.Size(128, 26);
+ this.chkValid.StyleController = this.layoutControl1;
+ this.chkValid.TabIndex = 98;
+ this.chkValid.CheckedChanged += new System.EventHandler(this.chkValid_CheckedChanged);
+ //
+ // layoutControlGroup1
+ //
+ this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
+ this.layoutControlGroup1.GroupBordersVisible = false;
+ this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.layoutControlItem32,
+ this.layoutControlGroup5,
+ this.layoutControlGroup2,
+ this.tabbedControlGroup3});
+ this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlGroup1.Name = "Root";
+ this.layoutControlGroup1.Size = new System.Drawing.Size(2287, 1141);
+ this.layoutControlGroup1.TextVisible = false;
+ //
+ // layoutControlItem32
+ //
+ this.layoutControlItem32.Control = this.pager1;
+ this.layoutControlItem32.Location = new System.Drawing.Point(0, 840);
+ this.layoutControlItem32.Name = "layoutControlItem32";
+ this.layoutControlItem32.Size = new System.Drawing.Size(2257, 37);
+ this.layoutControlItem32.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem32.TextVisible = false;
+ //
+ // layoutControlGroup5
+ //
+ this.layoutControlGroup5.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
+ this.layoutControlGroup5.AppearanceGroup.Options.UseFont = true;
+ this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.layoutControlItem31});
+ this.layoutControlGroup5.Location = new System.Drawing.Point(0, 140);
+ this.layoutControlGroup5.Name = "layoutControlGroup5";
+ this.layoutControlGroup5.Size = new System.Drawing.Size(2257, 700);
+ this.layoutControlGroup5.Text = "分播记录明细";
+ //
+ // layoutControlItem31
+ //
+ this.layoutControlItem31.Control = this.gridControl1;
+ this.layoutControlItem31.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlItem31.MinSize = new System.Drawing.Size(104, 24);
+ this.layoutControlItem31.Name = "layoutControlItem31";
+ this.layoutControlItem31.Size = new System.Drawing.Size(2219, 632);
+ this.layoutControlItem31.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem31.TextLocation = DevExpress.Utils.Locations.Top;
+ this.layoutControlItem31.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem31.TextVisible = false;
+ //
+ // layoutControlGroup2
+ //
+ this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.layoutControlItem19,
+ this.layoutControlItem9,
+ this.layoutControlItem17,
+ this.layoutControlItem11});
+ this.layoutControlGroup2.Location = new System.Drawing.Point(0, 877);
+ this.layoutControlGroup2.Name = "layoutControlGroup2";
+ this.layoutControlGroup2.Size = new System.Drawing.Size(2257, 234);
+ this.layoutControlGroup2.Text = "服务状态";
+ this.layoutControlGroup2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
+ //
+ // layoutControlItem19
+ //
+ this.layoutControlItem19.Control = this.lbUrl;
+ this.layoutControlItem19.CustomizationFormText = "layoutControlItem4";
+ this.layoutControlItem19.Location = new System.Drawing.Point(156, 0);
+ this.layoutControlItem19.MinSize = new System.Drawing.Size(24, 24);
+ this.layoutControlItem19.Name = "layoutControlItem19";
+ this.layoutControlItem19.Size = new System.Drawing.Size(1250, 30);
+ this.layoutControlItem19.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem19.Text = "layoutControlItem4";
+ this.layoutControlItem19.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem19.TextVisible = false;
+ //
+ // layoutControlItem9
+ //
+ this.layoutControlItem9.Control = this.lbStatus;
+ this.layoutControlItem9.CustomizationFormText = "服务状态";
+ this.layoutControlItem9.Location = new System.Drawing.Point(1406, 0);
+ this.layoutControlItem9.MinSize = new System.Drawing.Size(24, 24);
+ this.layoutControlItem9.Name = "layoutControlItem9";
+ this.layoutControlItem9.Size = new System.Drawing.Size(813, 30);
+ this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem9.Text = "服务状态";
+ this.layoutControlItem9.TextLocation = DevExpress.Utils.Locations.Top;
+ this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem9.TextVisible = false;
+ //
+ // layoutControlItem17
+ //
+ this.layoutControlItem17.Control = this.lbreturn;
+ this.layoutControlItem17.CustomizationFormText = "layoutControlItem3";
+ this.layoutControlItem17.Location = new System.Drawing.Point(0, 30);
+ this.layoutControlItem17.MinSize = new System.Drawing.Size(24, 24);
+ this.layoutControlItem17.Name = "layoutControlItem17";
+ this.layoutControlItem17.Size = new System.Drawing.Size(2219, 136);
+ this.layoutControlItem17.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem17.Text = "layoutControlItem3";
+ this.layoutControlItem17.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem17.TextVisible = false;
+ //
+ // layoutControlItem11
+ //
+ this.layoutControlItem11.Control = this.txtDeskId;
+ this.layoutControlItem11.CustomizationFormText = "操作员";
+ this.layoutControlItem11.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlItem11.MaxSize = new System.Drawing.Size(156, 30);
+ this.layoutControlItem11.MinSize = new System.Drawing.Size(156, 30);
+ this.layoutControlItem11.Name = "layoutControlItem11";
+ this.layoutControlItem11.Size = new System.Drawing.Size(156, 30);
+ this.layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem11.Spacing = new DevExpress.XtraLayout.Utils.Padding(10, 5, 0, 0);
+ this.layoutControlItem11.Text = "分播台编号";
+ this.layoutControlItem11.TextLocation = DevExpress.Utils.Locations.Left;
+ this.layoutControlItem11.TextSize = new System.Drawing.Size(90, 22);
+ //
+ // tabbedControlGroup3
+ //
+ this.tabbedControlGroup3.Location = new System.Drawing.Point(0, 0);
+ this.tabbedControlGroup3.Name = "tabbedControlGroup3";
+ this.tabbedControlGroup3.SelectedTabPage = this.layoutControlGroup6;
+ this.tabbedControlGroup3.SelectedTabPageIndex = 0;
+ this.tabbedControlGroup3.Size = new System.Drawing.Size(2257, 140);
+ this.tabbedControlGroup3.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.layoutControlGroup6,
+ this.layoutControlGroup10});
+ //
+ // layoutControlGroup6
+ //
+ this.layoutControlGroup6.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
+ this.layoutControlGroup6.AppearanceGroup.Options.UseFont = true;
+ this.layoutControlGroup6.CustomizationFormText = "layoutControlGroup3";
+ this.layoutControlGroup6.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.layoutControlItem16,
+ this.layoutControlItem8,
+ this.layoutControlItem7,
+ this.layoutControlItem10,
+ this.layoutControlItem22,
+ this.emptySpaceItem2,
+ this.layoutControlItem1,
+ this.emptySpaceItem6,
+ this.layoutControlItem13,
+ this.layoutControlItem12});
+ this.layoutControlGroup6.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlGroup6.Name = "layoutControlGroup6";
+ this.layoutControlGroup6.Size = new System.Drawing.Size(2218, 66);
+ this.layoutControlGroup6.Text = "分播商品扫码输入";
+ //
+ // layoutControlItem16
+ //
+ this.layoutControlItem16.Control = this.txtBarcode;
+ this.layoutControlItem16.CustomizationFormText = "商品条码";
+ this.layoutControlItem16.Location = new System.Drawing.Point(157, 0);
+ this.layoutControlItem16.MaxSize = new System.Drawing.Size(510, 66);
+ this.layoutControlItem16.MinSize = new System.Drawing.Size(510, 66);
+ this.layoutControlItem16.Name = "layoutControlItem16";
+ this.layoutControlItem16.Size = new System.Drawing.Size(510, 66);
+ this.layoutControlItem16.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem16.Spacing = new DevExpress.XtraLayout.Utils.Padding(10, 5, 0, 0);
+ this.layoutControlItem16.Text = "商品条码";
+ this.layoutControlItem16.TextLocation = DevExpress.Utils.Locations.Left;
+ this.layoutControlItem16.TextSize = new System.Drawing.Size(90, 22);
+ //
+ // layoutControlItem8
+ //
+ this.layoutControlItem8.Control = this.lbSumCnt;
+ this.layoutControlItem8.Location = new System.Drawing.Point(667, 0);
+ this.layoutControlItem8.MaxSize = new System.Drawing.Size(164, 66);
+ this.layoutControlItem8.MinSize = new System.Drawing.Size(164, 66);
+ this.layoutControlItem8.Name = "layoutControlItem8";
+ this.layoutControlItem8.Size = new System.Drawing.Size(164, 66);
+ this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem8.Text = "总计";
+ this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Top;
+ this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem8.TextVisible = false;
+ //
+ // layoutControlItem7
+ //
+ this.layoutControlItem7.Control = this.chkValid;
+ this.layoutControlItem7.Location = new System.Drawing.Point(831, 0);
+ this.layoutControlItem7.MaxSize = new System.Drawing.Size(134, 43);
+ this.layoutControlItem7.MinSize = new System.Drawing.Size(134, 43);
+ this.layoutControlItem7.Name = "layoutControlItem7";
+ this.layoutControlItem7.Size = new System.Drawing.Size(134, 43);
+ this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem7.TextVisible = false;
+ //
+ // layoutControlItem10
+ //
+ this.layoutControlItem10.Control = this.chkPrint;
+ this.layoutControlItem10.Location = new System.Drawing.Point(831, 43);
+ this.layoutControlItem10.MaxSize = new System.Drawing.Size(134, 23);
+ this.layoutControlItem10.MinSize = new System.Drawing.Size(134, 23);
+ this.layoutControlItem10.Name = "layoutControlItem10";
+ this.layoutControlItem10.Size = new System.Drawing.Size(134, 23);
+ this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem10.TextVisible = false;
+ //
+ // layoutControlItem22
+ //
+ this.layoutControlItem22.Control = this.btnQuery;
+ this.layoutControlItem22.Location = new System.Drawing.Point(2040, 0);
+ this.layoutControlItem22.MaxSize = new System.Drawing.Size(86, 66);
+ this.layoutControlItem22.MinSize = new System.Drawing.Size(86, 66);
+ this.layoutControlItem22.Name = "layoutControlItem22";
+ this.layoutControlItem22.Size = new System.Drawing.Size(86, 66);
+ this.layoutControlItem22.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem22.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem22.TextVisible = false;
+ //
+ // emptySpaceItem2
+ //
+ this.emptySpaceItem2.AllowHotTrack = false;
+ this.emptySpaceItem2.Location = new System.Drawing.Point(2126, 0);
+ this.emptySpaceItem2.MaxSize = new System.Drawing.Size(10, 66);
+ this.emptySpaceItem2.MinSize = new System.Drawing.Size(10, 66);
+ this.emptySpaceItem2.Name = "emptySpaceItem2";
+ this.emptySpaceItem2.Size = new System.Drawing.Size(10, 66);
+ this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // layoutControlItem1
+ //
+ this.layoutControlItem1.Control = this.btnExport;
+ this.layoutControlItem1.Location = new System.Drawing.Point(2136, 0);
+ this.layoutControlItem1.MaxSize = new System.Drawing.Size(82, 66);
+ this.layoutControlItem1.MinSize = new System.Drawing.Size(82, 66);
+ this.layoutControlItem1.Name = "layoutControlItem1";
+ this.layoutControlItem1.Size = new System.Drawing.Size(82, 66);
+ this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem1.TextVisible = false;
+ //
+ // emptySpaceItem6
+ //
+ this.emptySpaceItem6.AllowHotTrack = false;
+ this.emptySpaceItem6.Location = new System.Drawing.Point(965, 0);
+ this.emptySpaceItem6.Name = "emptySpaceItem6";
+ this.emptySpaceItem6.Size = new System.Drawing.Size(1075, 66);
+ this.emptySpaceItem6.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // layoutControlItem13
+ //
+ this.layoutControlItem13.Control = this.txtSeedNo;
+ this.layoutControlItem13.CustomizationFormText = "分播单编号";
+ this.layoutControlItem13.Location = new System.Drawing.Point(0, 30);
+ this.layoutControlItem13.MinSize = new System.Drawing.Size(132, 30);
+ this.layoutControlItem13.Name = "layoutControlItem13";
+ this.layoutControlItem13.Size = new System.Drawing.Size(157, 36);
+ this.layoutControlItem13.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem13.Spacing = new DevExpress.XtraLayout.Utils.Padding(10, 5, 0, 0);
+ this.layoutControlItem13.Text = "分播单编号";
+ this.layoutControlItem13.TextLocation = DevExpress.Utils.Locations.Left;
+ this.layoutControlItem13.TextSize = new System.Drawing.Size(90, 22);
+ //
+ // layoutControlItem12
+ //
+ this.layoutControlItem12.Control = this.txtOperater;
+ this.layoutControlItem12.CustomizationFormText = "操作员编号";
+ this.layoutControlItem12.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlItem12.MaxSize = new System.Drawing.Size(157, 30);
+ this.layoutControlItem12.MinSize = new System.Drawing.Size(157, 30);
+ this.layoutControlItem12.Name = "layoutControlItem12";
+ this.layoutControlItem12.Size = new System.Drawing.Size(157, 30);
+ this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem12.Spacing = new DevExpress.XtraLayout.Utils.Padding(10, 5, 0, 0);
+ this.layoutControlItem12.Text = "操作员编号";
+ this.layoutControlItem12.TextLocation = DevExpress.Utils.Locations.Left;
+ this.layoutControlItem12.TextSize = new System.Drawing.Size(90, 22);
+ //
+ // layoutControlGroup10
+ //
+ this.layoutControlGroup10.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
+ this.layoutControlGroup10.AppearanceGroup.Options.UseFont = true;
+ this.layoutControlGroup10.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.layoutControlItem4,
+ this.layoutControlItem3,
+ this.layoutControlItem2,
+ this.emptySpaceItem7,
+ this.layoutControlItem5,
+ this.layoutControlItem6});
+ this.layoutControlGroup10.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlGroup10.Name = "layoutControlGroup10";
+ this.layoutControlGroup10.Size = new System.Drawing.Size(2218, 66);
+ this.layoutControlGroup10.Text = "灯光设备信息";
+ //
+ // layoutControlItem4
+ //
+ this.layoutControlItem4.Control = this.combComs;
+ this.layoutControlItem4.Location = new System.Drawing.Point(224, 0);
+ this.layoutControlItem4.MaxSize = new System.Drawing.Size(88, 24);
+ this.layoutControlItem4.MinSize = new System.Drawing.Size(88, 24);
+ this.layoutControlItem4.Name = "layoutControlItem4";
+ this.layoutControlItem4.Size = new System.Drawing.Size(88, 24);
+ this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem4.TextVisible = false;
+ //
+ // layoutControlItem3
+ //
+ this.layoutControlItem3.Control = this.btnInitialCom;
+ this.layoutControlItem3.Location = new System.Drawing.Point(224, 24);
+ this.layoutControlItem3.MaxSize = new System.Drawing.Size(88, 42);
+ this.layoutControlItem3.MinSize = new System.Drawing.Size(88, 42);
+ this.layoutControlItem3.Name = "layoutControlItem3";
+ this.layoutControlItem3.Size = new System.Drawing.Size(88, 42);
+ this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem3.TextVisible = false;
+ //
+ // layoutControlItem2
+ //
+ this.layoutControlItem2.Control = this.lbLightsInfo;
+ this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlItem2.MaxSize = new System.Drawing.Size(224, 35);
+ this.layoutControlItem2.MinSize = new System.Drawing.Size(224, 35);
+ this.layoutControlItem2.Name = "layoutControlItem2";
+ this.layoutControlItem2.Size = new System.Drawing.Size(224, 35);
+ this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem2.TextVisible = false;
+ //
+ // emptySpaceItem7
+ //
+ this.emptySpaceItem7.AllowHotTrack = false;
+ this.emptySpaceItem7.Location = new System.Drawing.Point(312, 0);
+ this.emptySpaceItem7.Name = "emptySpaceItem7";
+ this.emptySpaceItem7.Size = new System.Drawing.Size(1906, 24);
+ this.emptySpaceItem7.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // layoutControlItem5
+ //
+ this.layoutControlItem5.Control = this.lbComstatus;
+ this.layoutControlItem5.Location = new System.Drawing.Point(0, 35);
+ this.layoutControlItem5.MaxSize = new System.Drawing.Size(224, 31);
+ this.layoutControlItem5.MinSize = new System.Drawing.Size(224, 31);
+ this.layoutControlItem5.Name = "layoutControlItem5";
+ this.layoutControlItem5.Size = new System.Drawing.Size(224, 31);
+ this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem5.TextVisible = false;
+ //
+ // layoutControlItem6
+ //
+ this.layoutControlItem6.Control = this.btnShowId;
+ this.layoutControlItem6.Location = new System.Drawing.Point(312, 24);
+ this.layoutControlItem6.MaxSize = new System.Drawing.Size(60, 42);
+ this.layoutControlItem6.MinSize = new System.Drawing.Size(60, 42);
+ this.layoutControlItem6.Name = "layoutControlItem6";
+ this.layoutControlItem6.Size = new System.Drawing.Size(1906, 42);
+ this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem6.TextVisible = false;
+ //
+ // tabbedControlGroup1
+ //
+ this.tabbedControlGroup1.Location = new System.Drawing.Point(0, 269);
+ this.tabbedControlGroup1.Name = "tabbedControlGroup1";
+ this.tabbedControlGroup1.SelectedTabPage = this.layoutControlGroup8;
+ this.tabbedControlGroup1.SelectedTabPageIndex = 1;
+ this.tabbedControlGroup1.Size = new System.Drawing.Size(914, 90);
+ this.tabbedControlGroup1.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.layoutControlGroup4,
+ this.layoutControlGroup8});
+ //
+ // layoutControlGroup8
+ //
+ this.layoutControlGroup8.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlGroup8.Name = "layoutControlGroup8";
+ this.layoutControlGroup8.Size = new System.Drawing.Size(890, 43);
+ //
+ // layoutControlGroup4
+ //
+ this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.emptySpaceItem4});
+ this.layoutControlGroup4.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlGroup4.Name = "layoutControlGroup4";
+ this.layoutControlGroup4.Size = new System.Drawing.Size(890, 43);
+ //
+ // emptySpaceItem4
+ //
+ this.emptySpaceItem4.AllowHotTrack = false;
+ this.emptySpaceItem4.Location = new System.Drawing.Point(0, 0);
+ this.emptySpaceItem4.Name = "emptySpaceItem4";
+ this.emptySpaceItem4.Size = new System.Drawing.Size(890, 43);
+ this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // simpleButton4
+ //
+ this.simpleButton4.ImageUri.Uri = "Save;Size16x16";
+ this.simpleButton4.Location = new System.Drawing.Point(322, 509);
+ this.simpleButton4.Name = "simpleButton4";
+ this.simpleButton4.Size = new System.Drawing.Size(140, 22);
+ this.simpleButton4.TabIndex = 38;
+ this.simpleButton4.Text = "simpleButton4";
+ //
+ // layoutControlItem30
+ //
+ this.layoutControlItem30.Control = this.simpleButton4;
+ this.layoutControlItem30.Location = new System.Drawing.Point(170, 78);
+ this.layoutControlItem30.Name = "layoutControlItem30";
+ this.layoutControlItem30.Size = new System.Drawing.Size(260, 26);
+ this.layoutControlItem30.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem30.TextVisible = false;
+ //
+ // emptySpaceItem3
+ //
+ this.emptySpaceItem3.AllowHotTrack = false;
+ this.emptySpaceItem3.Location = new System.Drawing.Point(790, 0);
+ this.emptySpaceItem3.Name = "emptySpaceItem3";
+ this.emptySpaceItem3.Size = new System.Drawing.Size(10, 510);
+ this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // emptySpaceItem27
+ //
+ this.emptySpaceItem27.AllowHotTrack = false;
+ this.emptySpaceItem27.Location = new System.Drawing.Point(800, 10);
+ this.emptySpaceItem27.Name = "emptySpaceItem27";
+ this.emptySpaceItem27.Size = new System.Drawing.Size(10, 17);
+ this.emptySpaceItem27.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // emptySpaceItem28
+ //
+ this.emptySpaceItem28.AllowHotTrack = false;
+ this.emptySpaceItem28.Location = new System.Drawing.Point(800, 0);
+ this.emptySpaceItem28.Name = "emptySpaceItem28";
+ this.emptySpaceItem28.Size = new System.Drawing.Size(10, 10);
+ this.emptySpaceItem28.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // layoutControlItem29
+ //
+ this.layoutControlItem29.Location = new System.Drawing.Point(170, 104);
+ this.layoutControlItem29.Name = "layoutControlItem29";
+ this.layoutControlItem29.Size = new System.Drawing.Size(260, 35);
+ this.layoutControlItem29.TextSize = new System.Drawing.Size(48, 14);
+ //
+ // emptySpaceItem5
+ //
+ this.emptySpaceItem5.AllowHotTrack = false;
+ this.emptySpaceItem5.Location = new System.Drawing.Point(472, 0);
+ this.emptySpaceItem5.MaxSize = new System.Drawing.Size(10, 48);
+ this.emptySpaceItem5.MinSize = new System.Drawing.Size(10, 48);
+ this.emptySpaceItem5.Name = "emptySpaceItem5";
+ this.emptySpaceItem5.Size = new System.Drawing.Size(10, 96);
+ this.emptySpaceItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // emptySpaceItem1
+ //
+ this.emptySpaceItem1.AllowHotTrack = false;
+ this.emptySpaceItem1.Location = new System.Drawing.Point(171, 0);
+ this.emptySpaceItem1.MaxSize = new System.Drawing.Size(10, 48);
+ this.emptySpaceItem1.MinSize = new System.Drawing.Size(10, 48);
+ this.emptySpaceItem1.Name = "emptySpaceItem1";
+ this.emptySpaceItem1.Size = new System.Drawing.Size(10, 96);
+ this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // emptySpaceItem14
+ //
+ this.emptySpaceItem14.AllowHotTrack = false;
+ this.emptySpaceItem14.Location = new System.Drawing.Point(0, 24);
+ this.emptySpaceItem14.Name = "emptySpaceItem14";
+ this.emptySpaceItem14.Size = new System.Drawing.Size(137, 24);
+ this.emptySpaceItem14.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // txtLocation
+ //
+ this.txtLocation.Location = new System.Drawing.Point(0, 0);
+ this.txtLocation.Name = "txtLocation";
+ this.txtLocation.Size = new System.Drawing.Size(100, 20);
+ this.txtLocation.TabIndex = 0;
+ //
+ // layoutControlGroup15
+ //
+ this.layoutControlGroup15.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlGroup15.Name = "layoutControlGroup15";
+ this.layoutControlGroup15.Size = new System.Drawing.Size(229, 139);
+ //
+ // textEdit2
+ //
+ this.textEdit2.Location = new System.Drawing.Point(196, 102);
+ this.textEdit2.Name = "textEdit2";
+ this.textEdit2.Size = new System.Drawing.Size(60, 20);
+ this.textEdit2.TabIndex = 11;
+ //
+ // imageList1
+ //
+ this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
+ this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
+ this.imageList1.Images.SetKeyName(0, "correct.jpg");
+ this.imageList1.Images.SetKeyName(1, "wrong.png");
+ //
+ // SeedsDeskOut
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(2287, 1265);
+ this.Controls.Add(this.layoutControl1);
+ this.Controls.Add(this.ribbonStatusBar);
+ this.Controls.Add(this.ribbon);
+ this.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
+ this.Name = "SeedsDeskOut";
+ this.Ribbon = this.ribbon;
+ this.StatusBar = this.ribbonStatusBar;
+ this.Text = "SeedsOut";
+ this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SeedsOut_FormClosing);
+ ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
+ this.layoutControl1.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.chkPrint.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.combComs.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtDeskId.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtOperater.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtSeedNo.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtBarcode.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.chkValid.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem32)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem31)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup3)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem30)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem27)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem28)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem14)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txtLocation.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup15)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private DevExpress.XtraBars.Ribbon.RibbonControl ribbon;
+ private DevExpress.XtraBars.Ribbon.RibbonStatusBar ribbonStatusBar;
+ private DevExpress.XtraLayout.LayoutControl layoutControl1;
+ private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
+ private DevExpress.XtraLayout.TabbedControlGroup tabbedControlGroup1;
+ private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup8;
+ private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem4;
+ private DevExpress.XtraEditors.SimpleButton simpleButton4;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem30;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem27;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem28;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem29;
+ private Controls.pager.Pager pager1;
+ private DevExpress.XtraGrid.GridControl gridControl1;
+ private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
+ private DevExpress.XtraBars.BarButtonGroup barButtonGroup1;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem5;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem14;
+ private DevExpress.XtraEditors.TextEdit txtLocation;
+ private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup15;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem31;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem32;
+ private DevExpress.XtraBars.BarButtonItem bbiExport;
+ private DevExpress.XtraEditors.TextEdit textEdit2;
+ private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup5;
+ private DevExpress.XtraEditors.TextEdit txtDeskId;
+ private DevExpress.XtraEditors.TextEdit txtOperater;
+ private DevExpress.XtraEditors.TextEdit txtSeedNo;
+ private DevExpress.XtraEditors.TextEdit txtBarcode;
+ private System.Windows.Forms.Label lbStatus;
+ private System.Windows.Forms.Label lbreturn;
+ private System.Windows.Forms.Label lbUrl;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem17;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem19;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
+ private DevExpress.XtraEditors.SimpleButton btnQuery;
+ private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
+ private DevExpress.XtraEditors.SimpleButton btnExport;
+ private System.Windows.Forms.Label lbLightsInfo;
+ private System.Windows.Forms.ImageList imageList1;
+ private DevExpress.XtraEditors.SimpleButton btnInitialCom;
+ private DevExpress.XtraEditors.ComboBoxEdit combComs;
+ private System.Windows.Forms.Label lbComstatus;
+ private DevExpress.XtraEditors.SimpleButton btnShowId;
+ private DevExpress.XtraEditors.CheckEdit chkValid;
+ private System.Windows.Forms.Label lbSumCnt;
+ private DevExpress.XtraEditors.CheckEdit chkPrint;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem22;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
+ private DevExpress.XtraLayout.TabbedControlGroup tabbedControlGroup3;
+ private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup6;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem16;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
+ private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup10;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem7;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem6;
+ }
+}
\ No newline at end of file
diff --git a/winform/epick/SeedsDeskOut.resx b/winform/epick/SeedsDeskOut.resx
new file mode 100644
index 0000000..709283a
--- /dev/null
+++ b/winform/epick/SeedsDeskOut.resx
@@ -0,0 +1,351 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 17, 17
+
+
+ 275, 17
+
+
+
+
+ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAB10RVh0VGl0
+ bGUARXhwb3J0O1hscztFeHBvcnRUb1hscztMoJn+AAACZklEQVQ4T2WTWWsTYRSGszdtg1r/Rk3Tmv4S
+ RWhUEAQFJVqLF7FNmqSpXdKqRazQDW/0pimBghKsuMRWaNJ7b70UsWaZJTOTmSSv5/tmGqY68CQzgfc5
+ 3zln4qDLSbgIN+Gx8Nrw/QP7zQnAwWCXK7tZKi5vHYGxtFVGdrOMJWJx44goYWG9jIW1Q8yvlZBZLe4z
+ iV3gyW6U0aEnDn2YdDjtE9ommRffWMpvF3jn1g95SNVaUIiGaiIrBkdSWhAJvdVGamWfpfrsAh+zMoGs
+ moGTEA/KLQgNA3WiabQRf/KFpfpPCVIrX/lxJUWH1NCpmtENMWqyjiqhNdv4cPDjP0HPFFlZnwIFJ3JX
+ MDrfg9E5hg/hxz5cnGV4MTLjxXCaSHkQSroRSrjzTOCPLX7kgpps8HBTNxAmgarpCFO4oerd8PO9JOqi
+ hpqoIphw8SP0TszuoUUTrko6CXzQaJCsskIzGcn4eFvDaQ+vXJc0DE27MUTh4JQliKYKXHBcb/LKLz/P
+ 8PDqpzRV9kBsNLvHXnmfRFVQEIy7SeDkgr47ibcwWh38rmu2yl7ILEiVRVkze7YqPy1M47iq4MKkKei/
+ PbkLg1b0q6rxgSm0DdazRIIQVRasnp9RsFJTeXj5XRyDj0xB4GZsFzoJflZURN9ctgZm9swqd3uOu6gq
+ w0lhBwZjDr6FwI2Hef6SiLRzgQZWp53z3Ys6KoKOP4JG89F4i/nCd1Z1wP4e+CN3XxevP9jB1fEdsO9r
+ 4zlE7ufoeRuRe3QfNRmLbuPSrVcHlDn1IrG/ci9xhjhLnLMYsHHegt0HCLcpgOMvLlVmbi0MtN8AAAAA
+ SUVORK5CYII=
+
+
+
+
+ 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
+
+
+
+ 542, 17
+
+
+
+ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
+ LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
+ ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABM
+ CQAAAk1TRnQBSQFMAgEBAgEAAXgBBwF4AQcBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
+ AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
+ AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
+ AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
+ AWYDAAGZAwABzAIAATMDAAIzAgABMwFmAgABMwGZAgABMwHMAgABMwH/AgABZgMAAWYBMwIAAmYCAAFm
+ AZkCAAFmAcwCAAFmAf8CAAGZAwABmQEzAgABmQFmAgACmQIAAZkBzAIAAZkB/wIAAcwDAAHMATMCAAHM
+ AWYCAAHMAZkCAALMAgABzAH/AgAB/wFmAgAB/wGZAgAB/wHMAQABMwH/AgAB/wEAATMBAAEzAQABZgEA
+ ATMBAAGZAQABMwEAAcwBAAEzAQAB/wEAAf8BMwIAAzMBAAIzAWYBAAIzAZkBAAIzAcwBAAIzAf8BAAEz
+ AWYCAAEzAWYBMwEAATMCZgEAATMBZgGZAQABMwFmAcwBAAEzAWYB/wEAATMBmQIAATMBmQEzAQABMwGZ
+ AWYBAAEzApkBAAEzAZkBzAEAATMBmQH/AQABMwHMAgABMwHMATMBAAEzAcwBZgEAATMBzAGZAQABMwLM
+ AQABMwHMAf8BAAEzAf8BMwEAATMB/wFmAQABMwH/AZkBAAEzAf8BzAEAATMC/wEAAWYDAAFmAQABMwEA
+ AWYBAAFmAQABZgEAAZkBAAFmAQABzAEAAWYBAAH/AQABZgEzAgABZgIzAQABZgEzAWYBAAFmATMBmQEA
+ AWYBMwHMAQABZgEzAf8BAAJmAgACZgEzAQADZgEAAmYBmQEAAmYBzAEAAWYBmQIAAWYBmQEzAQABZgGZ
+ AWYBAAFmApkBAAFmAZkBzAEAAWYBmQH/AQABZgHMAgABZgHMATMBAAFmAcwBmQEAAWYCzAEAAWYBzAH/
+ AQABZgH/AgABZgH/ATMBAAFmAf8BmQEAAWYB/wHMAQABzAEAAf8BAAH/AQABzAEAApkCAAGZATMBmQEA
+ AZkBAAGZAQABmQEAAcwBAAGZAwABmQIzAQABmQEAAWYBAAGZATMBzAEAAZkBAAH/AQABmQFmAgABmQFm
+ ATMBAAGZATMBZgEAAZkBZgGZAQABmQFmAcwBAAGZATMB/wEAApkBMwEAApkBZgEAA5kBAAKZAcwBAAKZ
+ Af8BAAGZAcwCAAGZAcwBMwEAAWYBzAFmAQABmQHMAZkBAAGZAswBAAGZAcwB/wEAAZkB/wIAAZkB/wEz
+ AQABmQHMAWYBAAGZAf8BmQEAAZkB/wHMAQABmQL/AQABzAMAAZkBAAEzAQABzAEAAWYBAAHMAQABmQEA
+ AcwBAAHMAQABmQEzAgABzAIzAQABzAEzAWYBAAHMATMBmQEAAcwBMwHMAQABzAEzAf8BAAHMAWYCAAHM
+ AWYBMwEAAZkCZgEAAcwBZgGZAQABzAFmAcwBAAGZAWYB/wEAAcwBmQIAAcwBmQEzAQABzAGZAWYBAAHM
+ ApkBAAHMAZkBzAEAAcwBmQH/AQACzAIAAswBMwEAAswBZgEAAswBmQEAA8wBAALMAf8BAAHMAf8CAAHM
+ Af8BMwEAAZkB/wFmAQABzAH/AZkBAAHMAf8BzAEAAcwC/wEAAcwBAAEzAQAB/wEAAWYBAAH/AQABmQEA
+ AcwBMwIAAf8CMwEAAf8BMwFmAQAB/wEzAZkBAAH/ATMBzAEAAf8BMwH/AQAB/wFmAgAB/wFmATMBAAHM
+ AmYBAAH/AWYBmQEAAf8BZgHMAQABzAFmAf8BAAH/AZkCAAH/AZkBMwEAAf8BmQFmAQAB/wKZAQAB/wGZ
+ AcwBAAH/AZkB/wEAAf8BzAIAAf8BzAEzAQAB/wHMAWYBAAH/AcwBmQEAAf8CzAEAAf8BzAH/AQAC/wEz
+ AQABzAH/AWYBAAL/AZkBAAL/AcwBAAJmAf8BAAFmAf8BZgEAAWYC/wEAAf8CZgEAAf8BZgH/AQAC/wFm
+ AQABIQEAAaUBAANfAQADdwEAA4YBAAOWAQADywEAA7IBAAPXAQAD3QEAA+MBAAPqAQAD8QEAA/gBAAHw
+ AfsB/wEAAaQCoAEAA4ADAAH/AgAB/wMAAv8BAAH/AwAB/wEAAf8BAAL/AgAD/wUAAf8BngH/CwAB9AH/
+ CAAB/wH0JgABngH6AVoB/wkAAfQBRwEXAf8GAAH/ARcBRwH0JAABwgP6AZ4IAAH0AUcC+QEXAf8EAAH/
+ ARcC+QFHAfQiAAHzBfoBwgcAAf8BFwP5ARcB/wIAAf8BFwP5ARcB/yEAAf8BWgb6AfQHAAH/ARcD+QEX
+ Av8BFwP5ARcB/yEAAf8BWgP6AZ4BWgL6AVoB/wcAAf8BFwP5AhcD+QEXAf8iAAHkA/oB5AH/ARsD+gHk
+ Af8HAAH/ARcG+QEXAf8jAAHCAvoBWgH/AgABCAP6AQgIAAH/ARcE+QEXAf8lAAGeAfoB9AMAAf8B5AP6
+ AfMHAAH/ARcE+QEXAf8lAAH/ARsFAAH/AVoC+gFaAf8FAAH/ARcG+QEXAf8sAAH0A/oB5AH/AwAB/wEX
+ A/kCFwP5ARcB/ywAAQgD+gEIAgAB/wEXA/kBFwL/ARcD+QEXAf8rAAH/AeQD+gEbAf8BFwP5ARcB/wIA
+ Af8BFwP5ARcB/ysAAf8BWgL6AeQB9AFHAvkBFwH/BAAB/wEXAvkBRwH0LAAB9AL6AfQBAAH0AUcBFwH/
+ BgAB/wEXAUcB9C4AAsIDAAH0Af8IAAH/AfQiAAFCAU0BPgcAAT4DAAEoAwABQAMAARADAAEBAQABAQUA
+ AYAXAAP/AQAB8QH/Ac8B8wQAAfAB/wGHAeEEAAHgAf8BAwHABAABwAF/AQEBgAQAAYABPwGAAQEFAAEf
+ AcABAwUAAQ8B4AEHBAABBgEPAfABDwQAAY4BBwHwAQ8EAAGfAQMB4AEHBAAB/wGBAcABAwQAAf8BwQGA
+ AQEEAAH/AcABAQGABAAB/wHgAQMBwAQAAf8B8AGHAeEEAAH/AfkBzwHzBAAL
+
+
+
+ 43
+
+
\ No newline at end of file
diff --git a/winform/utils/ConfigPrint.Designer.cs b/winform/utils/ConfigPrint.Designer.cs
index e731c53..fb882b9 100644
--- a/winform/utils/ConfigPrint.Designer.cs
+++ b/winform/utils/ConfigPrint.Designer.cs
@@ -34,6 +34,10 @@
this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
+ this.label3 = new System.Windows.Forms.Label();
+ this.label2 = new System.Windows.Forms.Label();
+ this.lbCode2 = new System.Windows.Forms.Label();
+ this.lbInfo = new System.Windows.Forms.Label();
this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
this.txtPandian = new DevExpress.XtraEditors.TextEdit();
this.btnReceive = new DevExpress.XtraEditors.SimpleButton();
@@ -45,8 +49,8 @@
this.btnPrintflow = new DevExpress.XtraEditors.SimpleButton();
this.txtflowcnt = new DevExpress.XtraEditors.TextEdit();
this.btnBatch = new DevExpress.XtraEditors.SimpleButton();
- this.lbPin = new System.Windows.Forms.Label();
this.lbCode = new System.Windows.Forms.Label();
+ this.lbPin = new System.Windows.Forms.Label();
this.lbA4 = new System.Windows.Forms.Label();
this.comPrinters = new DevExpress.XtraEditors.ComboBoxEdit();
this.btnA4 = new DevExpress.XtraEditors.SimpleButton();
@@ -59,34 +63,23 @@
this.txtPreIn = new DevExpress.XtraEditors.TextEdit();
this.txtSimpleCode = new DevExpress.XtraEditors.TextEdit();
this.txtSimpleDesc = new DevExpress.XtraEditors.TextEdit();
+ this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
this.tabbedControlGroup1 = new DevExpress.XtraLayout.TabbedControlGroup();
- this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
- this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
- this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
- this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
- this.emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem();
- this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
- this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
- this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
this.tabbedControlGroup2 = new DevExpress.XtraLayout.TabbedControlGroup();
- this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
- this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
- this.emptySpaceItem7 = new DevExpress.XtraLayout.EmptySpaceItem();
this.layoutControlGroup6 = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
this.emptySpaceItem12 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.emptySpaceItem7 = new DevExpress.XtraLayout.EmptySpaceItem();
this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
@@ -109,15 +102,22 @@
this.layoutControlItem25 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem26 = new DevExpress.XtraLayout.LayoutControlItem();
this.emptySpaceItem9 = new DevExpress.XtraLayout.EmptySpaceItem();
- this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
- this.lbInfo = new System.Windows.Forms.Label();
+ this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
this.layoutControlItem27 = new DevExpress.XtraLayout.LayoutControlItem();
- this.lbCode2 = new System.Windows.Forms.Label();
- this.layoutControlItem28 = new DevExpress.XtraLayout.LayoutControlItem();
- this.label2 = new System.Windows.Forms.Label();
this.layoutControlItem29 = new DevExpress.XtraLayout.LayoutControlItem();
- this.label3 = new System.Windows.Forms.Label();
+ this.layoutControlItem28 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem30 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem();
+ this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
@@ -132,34 +132,23 @@
((System.ComponentModel.ISupportInitialize)(this.txtPreIn.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtSimpleCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtSimpleDesc.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem12)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
@@ -182,10 +171,21 @@
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem9)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem30)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
this.SuspendLayout();
//
// ribbon
@@ -228,7 +228,6 @@
this.reportViewer1.Name = "reportViewer1";
this.reportViewer1.Size = new System.Drawing.Size(1639, 694);
this.reportViewer1.TabIndex = 6;
- this.reportViewer1.Visible = false;
this.reportViewer1.Load += new System.EventHandler(this.reportViewer1_Load);
//
// layoutControl1
@@ -249,8 +248,8 @@
this.layoutControl1.Controls.Add(this.txtflowcnt);
this.layoutControl1.Controls.Add(this.btnBatch);
this.layoutControl1.Controls.Add(this.reportViewer1);
- this.layoutControl1.Controls.Add(this.lbPin);
this.layoutControl1.Controls.Add(this.lbCode);
+ this.layoutControl1.Controls.Add(this.lbPin);
this.layoutControl1.Controls.Add(this.lbA4);
this.layoutControl1.Controls.Add(this.comPrinters);
this.layoutControl1.Controls.Add(this.btnA4);
@@ -274,6 +273,50 @@
this.layoutControl1.TabIndex = 9;
this.layoutControl1.Text = "layoutControl1";
//
+ // label3
+ //
+ this.label3.Font = new System.Drawing.Font("Tahoma", 10F);
+ this.label3.Location = new System.Drawing.Point(37, 202);
+ this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.label3.Name = "label3";
+ this.label3.Size = new System.Drawing.Size(154, 32);
+ this.label3.TabIndex = 106;
+ this.label3.Text = "设置多联打印机";
+ this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // label2
+ //
+ this.label2.Font = new System.Drawing.Font("Tahoma", 10F);
+ this.label2.Location = new System.Drawing.Point(37, 154);
+ this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.label2.Name = "label2";
+ this.label2.Size = new System.Drawing.Size(154, 32);
+ this.label2.TabIndex = 105;
+ this.label2.Text = "设置条码打印机";
+ this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // lbCode2
+ //
+ this.lbCode2.Font = new System.Drawing.Font("Tahoma", 10F);
+ this.lbCode2.Location = new System.Drawing.Point(197, 154);
+ this.lbCode2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.lbCode2.Name = "lbCode2";
+ this.lbCode2.Size = new System.Drawing.Size(278, 32);
+ this.lbCode2.TabIndex = 104;
+ this.lbCode2.Text = "条码打印机";
+ this.lbCode2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // lbInfo
+ //
+ this.lbInfo.Font = new System.Drawing.Font("Tahoma", 10F);
+ this.lbInfo.Location = new System.Drawing.Point(37, 106);
+ this.lbInfo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.lbInfo.Name = "lbInfo";
+ this.lbInfo.Size = new System.Drawing.Size(154, 32);
+ this.lbInfo.TabIndex = 103;
+ this.lbInfo.Text = "设置A4打印机";
+ this.lbInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
// btnPrint
//
this.btnPrint.Location = new System.Drawing.Point(578, 126);
@@ -388,17 +431,6 @@
this.btnBatch.Text = "亮灯拣货";
this.btnBatch.Click += new System.EventHandler(this.btnBatch_Click);
//
- // lbPin
- //
- this.lbPin.Font = new System.Drawing.Font("Tahoma", 10F);
- this.lbPin.Location = new System.Drawing.Point(197, 202);
- this.lbPin.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lbPin.Name = "lbPin";
- this.lbPin.Size = new System.Drawing.Size(278, 32);
- this.lbPin.TabIndex = 78;
- this.lbPin.Text = "默认多联打印机";
- this.lbPin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
// lbCode
//
this.lbCode.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -410,6 +442,17 @@
this.lbCode.Text = "默认条码打印机";
this.lbCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
+ // lbPin
+ //
+ this.lbPin.Font = new System.Drawing.Font("Tahoma", 10F);
+ this.lbPin.Location = new System.Drawing.Point(197, 202);
+ this.lbPin.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.lbPin.Name = "lbPin";
+ this.lbPin.Size = new System.Drawing.Size(278, 32);
+ this.lbPin.TabIndex = 78;
+ this.lbPin.Text = "默认多联打印机";
+ this.lbPin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
// lbA4
//
this.lbA4.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -534,6 +577,16 @@
this.txtSimpleDesc.StyleController = this.layoutControl1;
this.txtSimpleDesc.TabIndex = 82;
//
+ // layoutControlItem7
+ //
+ this.layoutControlItem7.Control = this.lbCode;
+ this.layoutControlItem7.Location = new System.Drawing.Point(222, 86);
+ this.layoutControlItem7.Name = "layoutControlItem7";
+ this.layoutControlItem7.Size = new System.Drawing.Size(222, 42);
+ this.layoutControlItem7.Text = "条码打印机";
+ this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem7.TextVisible = false;
+ //
// layoutControlGroup1
//
this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
@@ -549,147 +602,13 @@
//
this.tabbedControlGroup1.Location = new System.Drawing.Point(0, 0);
this.tabbedControlGroup1.Name = "tabbedControlGroup1";
- this.tabbedControlGroup1.SelectedTabPage = this.layoutControlGroup2;
- this.tabbedControlGroup1.SelectedTabPageIndex = 0;
+ this.tabbedControlGroup1.SelectedTabPage = this.layoutControlGroup3;
+ this.tabbedControlGroup1.SelectedTabPageIndex = 1;
this.tabbedControlGroup1.Size = new System.Drawing.Size(1684, 886);
this.tabbedControlGroup1.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlGroup2,
this.layoutControlGroup3});
//
- // layoutControlGroup2
- //
- this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
- this.layoutControlItem1,
- this.layoutControlItem3,
- this.layoutControlItem2,
- this.emptySpaceItem4,
- this.emptySpaceItem2,
- this.emptySpaceItem3,
- this.layoutControlItem27,
- this.layoutControlItem29,
- this.layoutControlItem28,
- this.layoutControlItem8,
- this.layoutControlItem30,
- this.emptySpaceItem5,
- this.layoutControlItem5,
- this.layoutControlItem6});
- this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
- this.layoutControlGroup2.Name = "layoutControlGroup2";
- this.layoutControlGroup2.Size = new System.Drawing.Size(1645, 812);
- this.layoutControlGroup2.Text = "本机打印机设置";
- //
- // layoutControlItem1
- //
- this.layoutControlItem1.Control = this.comPrinters;
- this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
- this.layoutControlItem1.Name = "layoutControlItem1";
- this.layoutControlItem1.Size = new System.Drawing.Size(510, 34);
- this.layoutControlItem1.Text = "打印机列表";
- this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem1.TextVisible = false;
- //
- // layoutControlItem3
- //
- this.layoutControlItem3.Control = this.lbA4;
- this.layoutControlItem3.Location = new System.Drawing.Point(160, 34);
- this.layoutControlItem3.Name = "layoutControlItem3";
- this.layoutControlItem3.Size = new System.Drawing.Size(284, 38);
- this.layoutControlItem3.Text = "A4打印机";
- this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem3.TextVisible = false;
- //
- // layoutControlItem2
- //
- this.layoutControlItem2.Control = this.btnA4;
- this.layoutControlItem2.Location = new System.Drawing.Point(444, 34);
- this.layoutControlItem2.MinSize = new System.Drawing.Size(53, 38);
- this.layoutControlItem2.Name = "layoutControlItem2";
- this.layoutControlItem2.Size = new System.Drawing.Size(66, 38);
- this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem2.TextVisible = false;
- //
- // emptySpaceItem4
- //
- this.emptySpaceItem4.AllowHotTrack = false;
- this.emptySpaceItem4.Location = new System.Drawing.Point(0, 72);
- this.emptySpaceItem4.MaxSize = new System.Drawing.Size(510, 10);
- this.emptySpaceItem4.MinSize = new System.Drawing.Size(510, 10);
- this.emptySpaceItem4.Name = "emptySpaceItem4";
- this.emptySpaceItem4.Size = new System.Drawing.Size(510, 10);
- this.emptySpaceItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
- //
- // layoutControlItem7
- //
- this.layoutControlItem7.Control = this.lbCode;
- this.layoutControlItem7.Location = new System.Drawing.Point(222, 86);
- this.layoutControlItem7.Name = "layoutControlItem7";
- this.layoutControlItem7.Size = new System.Drawing.Size(222, 42);
- this.layoutControlItem7.Text = "条码打印机";
- this.layoutControlItem7.TextSize = new System.Drawing.Size(90, 20);
- //
- // layoutControlItem5
- //
- this.layoutControlItem5.Control = this.btnCode;
- this.layoutControlItem5.Location = new System.Drawing.Point(444, 82);
- this.layoutControlItem5.MinSize = new System.Drawing.Size(53, 38);
- this.layoutControlItem5.Name = "layoutControlItem5";
- this.layoutControlItem5.Size = new System.Drawing.Size(66, 38);
- this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem5.TextVisible = false;
- //
- // emptySpaceItem5
- //
- this.emptySpaceItem5.AllowHotTrack = false;
- this.emptySpaceItem5.CustomizationFormText = "emptySpaceItem4";
- this.emptySpaceItem5.Location = new System.Drawing.Point(0, 120);
- this.emptySpaceItem5.MaxSize = new System.Drawing.Size(510, 10);
- this.emptySpaceItem5.MinSize = new System.Drawing.Size(510, 10);
- this.emptySpaceItem5.Name = "emptySpaceItem5";
- this.emptySpaceItem5.Size = new System.Drawing.Size(510, 10);
- this.emptySpaceItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.emptySpaceItem5.Text = "emptySpaceItem4";
- this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0);
- //
- // layoutControlItem8
- //
- this.layoutControlItem8.Control = this.lbPin;
- this.layoutControlItem8.Location = new System.Drawing.Point(160, 130);
- this.layoutControlItem8.Name = "layoutControlItem8";
- this.layoutControlItem8.Size = new System.Drawing.Size(284, 38);
- this.layoutControlItem8.Text = "多联打印机";
- this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem8.TextVisible = false;
- //
- // layoutControlItem6
- //
- this.layoutControlItem6.Control = this.btnPin;
- this.layoutControlItem6.Location = new System.Drawing.Point(444, 130);
- this.layoutControlItem6.MinSize = new System.Drawing.Size(53, 38);
- this.layoutControlItem6.Name = "layoutControlItem6";
- this.layoutControlItem6.Size = new System.Drawing.Size(66, 38);
- this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem6.TextVisible = false;
- //
- // emptySpaceItem2
- //
- this.emptySpaceItem2.AllowHotTrack = false;
- this.emptySpaceItem2.Location = new System.Drawing.Point(510, 0);
- this.emptySpaceItem2.Name = "emptySpaceItem2";
- this.emptySpaceItem2.Size = new System.Drawing.Size(1135, 812);
- this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
- //
- // emptySpaceItem3
- //
- this.emptySpaceItem3.AllowHotTrack = false;
- this.emptySpaceItem3.Location = new System.Drawing.Point(0, 168);
- this.emptySpaceItem3.Name = "emptySpaceItem3";
- this.emptySpaceItem3.Size = new System.Drawing.Size(510, 644);
- this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
- //
// layoutControlGroup3
//
this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
@@ -722,8 +641,8 @@
//
this.tabbedControlGroup2.Location = new System.Drawing.Point(0, 0);
this.tabbedControlGroup2.Name = "tabbedControlGroup2";
- this.tabbedControlGroup2.SelectedTabPage = this.layoutControlGroup5;
- this.tabbedControlGroup2.SelectedTabPageIndex = 0;
+ this.tabbedControlGroup2.SelectedTabPage = this.layoutControlGroup6;
+ this.tabbedControlGroup2.SelectedTabPageIndex = 1;
this.tabbedControlGroup2.Size = new System.Drawing.Size(1124, 112);
this.tabbedControlGroup2.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlGroup5,
@@ -734,62 +653,6 @@
this.layoutControlGroup8,
this.layoutControlGroup10});
//
- // layoutControlGroup5
- //
- this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
- this.layoutControlItem12,
- this.layoutControlItem13,
- this.layoutControlItem14,
- this.emptySpaceItem7});
- this.layoutControlGroup5.Location = new System.Drawing.Point(0, 0);
- this.layoutControlGroup5.Name = "layoutControlGroup5";
- this.layoutControlGroup5.Size = new System.Drawing.Size(1085, 38);
- this.layoutControlGroup5.Text = "流水号打印";
- //
- // layoutControlItem12
- //
- this.layoutControlItem12.Control = this.txtflowcnt;
- this.layoutControlItem12.Location = new System.Drawing.Point(214, 0);
- this.layoutControlItem12.MaxSize = new System.Drawing.Size(133, 26);
- this.layoutControlItem12.MinSize = new System.Drawing.Size(133, 26);
- this.layoutControlItem12.Name = "layoutControlItem12";
- this.layoutControlItem12.Size = new System.Drawing.Size(133, 38);
- this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem12.Text = "打印数量";
- this.layoutControlItem12.TextSize = new System.Drawing.Size(90, 22);
- //
- // layoutControlItem13
- //
- this.layoutControlItem13.Control = this.btnPrintflow;
- this.layoutControlItem13.Location = new System.Drawing.Point(347, 0);
- this.layoutControlItem13.MinSize = new System.Drawing.Size(53, 38);
- this.layoutControlItem13.Name = "layoutControlItem13";
- this.layoutControlItem13.Size = new System.Drawing.Size(67, 38);
- this.layoutControlItem13.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem13.TextVisible = false;
- //
- // layoutControlItem14
- //
- this.layoutControlItem14.Control = this.txtflowName;
- this.layoutControlItem14.CustomizationFormText = "打印数量";
- this.layoutControlItem14.Location = new System.Drawing.Point(0, 0);
- this.layoutControlItem14.MaxSize = new System.Drawing.Size(214, 26);
- this.layoutControlItem14.MinSize = new System.Drawing.Size(214, 26);
- this.layoutControlItem14.Name = "layoutControlItem14";
- this.layoutControlItem14.Size = new System.Drawing.Size(214, 38);
- this.layoutControlItem14.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem14.Text = "流水名称";
- this.layoutControlItem14.TextSize = new System.Drawing.Size(90, 22);
- //
- // emptySpaceItem7
- //
- this.emptySpaceItem7.AllowHotTrack = false;
- this.emptySpaceItem7.Location = new System.Drawing.Point(414, 0);
- this.emptySpaceItem7.Name = "emptySpaceItem7";
- this.emptySpaceItem7.Size = new System.Drawing.Size(671, 38);
- this.emptySpaceItem7.TextSize = new System.Drawing.Size(0, 0);
- //
// layoutControlGroup6
//
this.layoutControlGroup6.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
@@ -848,6 +711,62 @@
this.emptySpaceItem12.Size = new System.Drawing.Size(511, 38);
this.emptySpaceItem12.TextSize = new System.Drawing.Size(0, 0);
//
+ // layoutControlGroup5
+ //
+ this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.layoutControlItem12,
+ this.layoutControlItem13,
+ this.layoutControlItem14,
+ this.emptySpaceItem7});
+ this.layoutControlGroup5.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlGroup5.Name = "layoutControlGroup5";
+ this.layoutControlGroup5.Size = new System.Drawing.Size(1085, 38);
+ this.layoutControlGroup5.Text = "流水号打印";
+ //
+ // layoutControlItem12
+ //
+ this.layoutControlItem12.Control = this.txtflowcnt;
+ this.layoutControlItem12.Location = new System.Drawing.Point(214, 0);
+ this.layoutControlItem12.MaxSize = new System.Drawing.Size(133, 26);
+ this.layoutControlItem12.MinSize = new System.Drawing.Size(133, 26);
+ this.layoutControlItem12.Name = "layoutControlItem12";
+ this.layoutControlItem12.Size = new System.Drawing.Size(133, 38);
+ this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem12.Text = "打印数量";
+ this.layoutControlItem12.TextSize = new System.Drawing.Size(90, 22);
+ //
+ // layoutControlItem13
+ //
+ this.layoutControlItem13.Control = this.btnPrintflow;
+ this.layoutControlItem13.Location = new System.Drawing.Point(347, 0);
+ this.layoutControlItem13.MinSize = new System.Drawing.Size(53, 38);
+ this.layoutControlItem13.Name = "layoutControlItem13";
+ this.layoutControlItem13.Size = new System.Drawing.Size(67, 38);
+ this.layoutControlItem13.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem13.TextVisible = false;
+ //
+ // layoutControlItem14
+ //
+ this.layoutControlItem14.Control = this.txtflowName;
+ this.layoutControlItem14.CustomizationFormText = "打印数量";
+ this.layoutControlItem14.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlItem14.MaxSize = new System.Drawing.Size(214, 26);
+ this.layoutControlItem14.MinSize = new System.Drawing.Size(214, 26);
+ this.layoutControlItem14.Name = "layoutControlItem14";
+ this.layoutControlItem14.Size = new System.Drawing.Size(214, 38);
+ this.layoutControlItem14.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem14.Text = "流水名称";
+ this.layoutControlItem14.TextSize = new System.Drawing.Size(90, 22);
+ //
+ // emptySpaceItem7
+ //
+ this.emptySpaceItem7.AllowHotTrack = false;
+ this.emptySpaceItem7.Location = new System.Drawing.Point(414, 0);
+ this.emptySpaceItem7.Name = "emptySpaceItem7";
+ this.emptySpaceItem7.Size = new System.Drawing.Size(671, 38);
+ this.emptySpaceItem7.TextSize = new System.Drawing.Size(0, 0);
+ //
// layoutControlGroup4
//
this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
@@ -1075,24 +994,85 @@
this.emptySpaceItem9.Size = new System.Drawing.Size(447, 38);
this.emptySpaceItem9.TextSize = new System.Drawing.Size(0, 0);
//
- // simpleButton1
+ // layoutControlGroup2
//
- this.simpleButton1.Location = new System.Drawing.Point(383, 82);
- this.simpleButton1.Name = "simpleButton1";
- this.simpleButton1.Size = new System.Drawing.Size(63, 22);
- this.simpleButton1.TabIndex = 83;
- this.simpleButton1.Text = "打印";
+ this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.layoutControlItem1,
+ this.layoutControlItem3,
+ this.layoutControlItem2,
+ this.emptySpaceItem4,
+ this.emptySpaceItem2,
+ this.emptySpaceItem3,
+ this.layoutControlItem27,
+ this.layoutControlItem29,
+ this.layoutControlItem28,
+ this.layoutControlItem8,
+ this.layoutControlItem30,
+ this.emptySpaceItem5,
+ this.layoutControlItem5,
+ this.layoutControlItem6});
+ this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlGroup2.Name = "layoutControlGroup2";
+ this.layoutControlGroup2.Size = new System.Drawing.Size(1645, 812);
+ this.layoutControlGroup2.Text = "本机打印机设置";
//
- // lbInfo
+ // layoutControlItem1
//
- this.lbInfo.Font = new System.Drawing.Font("Tahoma", 10F);
- this.lbInfo.Location = new System.Drawing.Point(37, 106);
- this.lbInfo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lbInfo.Name = "lbInfo";
- this.lbInfo.Size = new System.Drawing.Size(154, 32);
- this.lbInfo.TabIndex = 103;
- this.lbInfo.Text = "设置A4打印机";
- this.lbInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.layoutControlItem1.Control = this.comPrinters;
+ this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
+ this.layoutControlItem1.Name = "layoutControlItem1";
+ this.layoutControlItem1.Size = new System.Drawing.Size(510, 34);
+ this.layoutControlItem1.Text = "打印机列表";
+ this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem1.TextVisible = false;
+ //
+ // layoutControlItem3
+ //
+ this.layoutControlItem3.Control = this.lbA4;
+ this.layoutControlItem3.Location = new System.Drawing.Point(160, 34);
+ this.layoutControlItem3.Name = "layoutControlItem3";
+ this.layoutControlItem3.Size = new System.Drawing.Size(284, 38);
+ this.layoutControlItem3.Text = "A4打印机";
+ this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem3.TextVisible = false;
+ //
+ // layoutControlItem2
+ //
+ this.layoutControlItem2.Control = this.btnA4;
+ this.layoutControlItem2.Location = new System.Drawing.Point(444, 34);
+ this.layoutControlItem2.MinSize = new System.Drawing.Size(53, 38);
+ this.layoutControlItem2.Name = "layoutControlItem2";
+ this.layoutControlItem2.Size = new System.Drawing.Size(66, 38);
+ this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem2.TextVisible = false;
+ //
+ // emptySpaceItem4
+ //
+ this.emptySpaceItem4.AllowHotTrack = false;
+ this.emptySpaceItem4.Location = new System.Drawing.Point(0, 72);
+ this.emptySpaceItem4.MaxSize = new System.Drawing.Size(510, 10);
+ this.emptySpaceItem4.MinSize = new System.Drawing.Size(510, 10);
+ this.emptySpaceItem4.Name = "emptySpaceItem4";
+ this.emptySpaceItem4.Size = new System.Drawing.Size(510, 10);
+ this.emptySpaceItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // emptySpaceItem2
+ //
+ this.emptySpaceItem2.AllowHotTrack = false;
+ this.emptySpaceItem2.Location = new System.Drawing.Point(510, 0);
+ this.emptySpaceItem2.Name = "emptySpaceItem2";
+ this.emptySpaceItem2.Size = new System.Drawing.Size(1135, 812);
+ this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // emptySpaceItem3
+ //
+ this.emptySpaceItem3.AllowHotTrack = false;
+ this.emptySpaceItem3.Location = new System.Drawing.Point(0, 168);
+ this.emptySpaceItem3.Name = "emptySpaceItem3";
+ this.emptySpaceItem3.Size = new System.Drawing.Size(510, 644);
+ this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
//
// layoutControlItem27
//
@@ -1106,37 +1086,6 @@
this.layoutControlItem27.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem27.TextVisible = false;
//
- // lbCode2
- //
- this.lbCode2.Font = new System.Drawing.Font("Tahoma", 10F);
- this.lbCode2.Location = new System.Drawing.Point(197, 154);
- this.lbCode2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lbCode2.Name = "lbCode2";
- this.lbCode2.Size = new System.Drawing.Size(278, 32);
- this.lbCode2.TabIndex = 104;
- this.lbCode2.Text = "条码打印机";
- this.lbCode2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // layoutControlItem28
- //
- this.layoutControlItem28.Control = this.lbCode2;
- this.layoutControlItem28.Location = new System.Drawing.Point(160, 82);
- this.layoutControlItem28.Name = "layoutControlItem28";
- this.layoutControlItem28.Size = new System.Drawing.Size(284, 38);
- this.layoutControlItem28.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem28.TextVisible = false;
- //
- // label2
- //
- this.label2.Font = new System.Drawing.Font("Tahoma", 10F);
- this.label2.Location = new System.Drawing.Point(37, 154);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(154, 32);
- this.label2.TabIndex = 105;
- this.label2.Text = "设置条码打印机";
- this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
// layoutControlItem29
//
this.layoutControlItem29.Control = this.label2;
@@ -1149,16 +1098,24 @@
this.layoutControlItem29.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem29.TextVisible = false;
//
- // label3
+ // layoutControlItem28
//
- this.label3.Font = new System.Drawing.Font("Tahoma", 10F);
- this.label3.Location = new System.Drawing.Point(37, 202);
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(154, 32);
- this.label3.TabIndex = 106;
- this.label3.Text = "设置多联打印机";
- this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.layoutControlItem28.Control = this.lbCode2;
+ this.layoutControlItem28.Location = new System.Drawing.Point(160, 82);
+ this.layoutControlItem28.Name = "layoutControlItem28";
+ this.layoutControlItem28.Size = new System.Drawing.Size(284, 38);
+ this.layoutControlItem28.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem28.TextVisible = false;
+ //
+ // layoutControlItem8
+ //
+ this.layoutControlItem8.Control = this.lbPin;
+ this.layoutControlItem8.Location = new System.Drawing.Point(160, 130);
+ this.layoutControlItem8.Name = "layoutControlItem8";
+ this.layoutControlItem8.Size = new System.Drawing.Size(284, 38);
+ this.layoutControlItem8.Text = "多联打印机";
+ this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem8.TextVisible = false;
//
// layoutControlItem30
//
@@ -1172,6 +1129,49 @@
this.layoutControlItem30.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem30.TextVisible = false;
//
+ // emptySpaceItem5
+ //
+ this.emptySpaceItem5.AllowHotTrack = false;
+ this.emptySpaceItem5.CustomizationFormText = "emptySpaceItem4";
+ this.emptySpaceItem5.Location = new System.Drawing.Point(0, 120);
+ this.emptySpaceItem5.MaxSize = new System.Drawing.Size(510, 10);
+ this.emptySpaceItem5.MinSize = new System.Drawing.Size(510, 10);
+ this.emptySpaceItem5.Name = "emptySpaceItem5";
+ this.emptySpaceItem5.Size = new System.Drawing.Size(510, 10);
+ this.emptySpaceItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.emptySpaceItem5.Text = "emptySpaceItem4";
+ this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0);
+ //
+ // layoutControlItem5
+ //
+ this.layoutControlItem5.Control = this.btnCode;
+ this.layoutControlItem5.Location = new System.Drawing.Point(444, 82);
+ this.layoutControlItem5.MinSize = new System.Drawing.Size(53, 38);
+ this.layoutControlItem5.Name = "layoutControlItem5";
+ this.layoutControlItem5.Size = new System.Drawing.Size(66, 38);
+ this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem5.TextVisible = false;
+ //
+ // layoutControlItem6
+ //
+ this.layoutControlItem6.Control = this.btnPin;
+ this.layoutControlItem6.Location = new System.Drawing.Point(444, 130);
+ this.layoutControlItem6.MinSize = new System.Drawing.Size(53, 38);
+ this.layoutControlItem6.Name = "layoutControlItem6";
+ this.layoutControlItem6.Size = new System.Drawing.Size(66, 38);
+ this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem6.TextVisible = false;
+ //
+ // simpleButton1
+ //
+ this.simpleButton1.Location = new System.Drawing.Point(383, 82);
+ this.simpleButton1.Name = "simpleButton1";
+ this.simpleButton1.Size = new System.Drawing.Size(63, 22);
+ this.simpleButton1.TabIndex = 83;
+ this.simpleButton1.Text = "打印";
+ //
// ConfigPrint
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
@@ -1197,34 +1197,23 @@
((System.ComponentModel.ISupportInitialize)(this.txtPreIn.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtSimpleCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtSimpleDesc.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem12)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
@@ -1247,10 +1236,21 @@
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem9)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem30)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
diff --git a/winform/utils/ConfigPrint.cs b/winform/utils/ConfigPrint.cs
index 7f51d2d..854a0e7 100644
--- a/winform/utils/ConfigPrint.cs
+++ b/winform/utils/ConfigPrint.cs
@@ -16,6 +16,7 @@ using DeiNiu.wms.win.utils.print;
using System.Drawing.Printing;
using DeiNiu.wms.Data.Model;
using System.IO;
+using DeiNiu.wms.win.ServiceCustomer;
namespace DeiNiu.wms.win
{
@@ -549,24 +550,43 @@ namespace DeiNiu.wms.win
{
try
{
- this.reportViewer1.LocalReport.DataSources.Clear();
+
+ DataTable dt = null;
+ using (ServiceCustomer.CustomerClient client =
+ new CustomerClient("BasicHttpBinding_ICustomer",
+ buildSvrAddress("CustomerService.svc")))
+ {
+ //dt = client.getPickVolInfo(waveNo, 1);// client.getPickInfo(waveNo);
+ // string query = (string.Format("takeBy = #{0};partion = #{1};isnull(lineId,0) = #{2};orderType = #{3};" , 282, 0, 0, 0));
+
+ string query = "";
+
+ // query = (string.Format("take = #'{0}'", waveNo));
+ dt = client.query(query, 0, 100).Tables[0];
+ }
+
+ DataView dv = dt.DefaultView;
+ dv.RowFilter = "custId like '130%' ";
+
+
+
+ foreach (DataRowView drv in dv)
+ { this.reportViewer1.LocalReport.DataSources.Clear();
this.reportViewer1.RefreshReport();
//int num = Convert.ToInt32(txtflowcnt.Text.Trim());
Microsoft.Reporting.WinForms.ReportParameter[] parameters
= new Microsoft.Reporting.WinForms.ReportParameter[3];
- this.reportViewer1.LocalReport.ReportPath = getReportPath("simpleCode.rdlc") ;// "DeiNiu.wms.Logical.reports.code_print.rdlc";
- // for (int i = 0; i < num; i++)
- {
- string code128 = txtSimpleCode.Text;
- string code = txtSimpleDesc.Text;
+ this.reportViewer1.LocalReport.ReportPath = getReportPath("singleSimpleCode128.rdlc") ;
+ Customer customer = new Customer(drv.Row);
+ string code = customer.customerId;
+ string name = drv["custName"].ToString();
- parameters[0] = new ReportParameter("flowCode", Util.CreateQRcode(code128));
- parameters[1] = new ReportParameter("flowNo", code128);
- parameters[2] = new ReportParameter("flowName", code);
+ parameters[0] = new ReportParameter("flowNo",code );
+ parameters[1] = new ReportParameter("flowNo128", Util.getCode128(code));
+ parameters[2] = new ReportParameter("flowName", name);
- //BillPrint.Run(new DataTable("tmp"), "simpleCode.rdlc", PrinterType.code, parameters);
-
+
reportViewer1.LocalReport.SetParameters(parameters);
reportViewer1.ProcessingMode = Microsoft.Reporting.WinForms.ProcessingMode.Local;
reportViewer1.LocalReport.DataSources.Add(new ReportDataSource("DataSet1", new DataTable("table1")));
@@ -576,6 +596,32 @@ namespace DeiNiu.wms.win
// printIn.printFlowNos(txtflowName.Text, num);
+ /*
+ this.reportViewer1.LocalReport.DataSources.Clear();
+ this.reportViewer1.RefreshReport();
+ //int num = Convert.ToInt32(txtflowcnt.Text.Trim());
+ Microsoft.Reporting.WinForms.ReportParameter[] parameters
+ = new Microsoft.Reporting.WinForms.ReportParameter[3];
+ this.reportViewer1.LocalReport.ReportPath = getReportPath("singleSimpleCode128.rdlc") ;
+ string code128 = txtSimpleCode.Text;
+ string code = txtSimpleDesc.Text;
+
+ parameters[0] = new ReportParameter("flowCode", Util.CreateQRcode(code128));
+ parameters[1] = new ReportParameter("flowNo", code128);
+ parameters[2] = new ReportParameter("flowName", code);
+
+
+ //BillPrint.Run(new DataTable("tmp"), "simpleCode.rdlc", PrinterType.code, parameters);
+
+ reportViewer1.LocalReport.SetParameters(parameters);
+ reportViewer1.ProcessingMode = Microsoft.Reporting.WinForms.ProcessingMode.Local;
+ reportViewer1.LocalReport.DataSources.Add(new ReportDataSource("DataSet1", new DataTable("table1")));
+ this.reportViewer1.RefreshReport();
+
+ */
+
+
+
}
catch (Exception er)
{
diff --git a/winform/wms.csproj b/winform/wms.csproj
index 16e5be2..c932a40 100644
--- a/winform/wms.csproj
+++ b/winform/wms.csproj
@@ -29,7 +29,7 @@
得牛软件
publish.htm
false
- 315
+ 319
1.0.0.%2a
false
true
@@ -120,7 +120,7 @@
True