BaoKai_202508-Wms-Jingwang..../WMS.FrmSC/FrmPlan.Designer.cs

1525 lines
90 KiB
C#
Raw Normal View History

2025-08-24 09:35:55 +08:00
namespace WMS.FrmSC
{
partial class FrmPlan
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPlan));
this.BSPlanSel = new System.Windows.Forms.BindingSource();
this.BSPlanGoodsSel = new System.Windows.Forms.BindingSource();
this.BSPlan = new System.Windows.Forms.BindingSource();
this.BSPlanGoods = new System.Windows.Forms.BindingSource();
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
this.PageSel = new DevExpress.XtraTab.XtraTabPage();
this.GCPlanGoods = new WMS.Ctrl.GridControlCustom();
this.GVPlanGoods = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colSTORAGE_ID1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colStorage_name1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTASK_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTask_name = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGOODS_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGoods_name = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemHyperLinkEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
this.colGOODS_NUM = new DevExpress.XtraGrid.Columns.GridColumn();
this.colFINISH_NUM = new DevExpress.XtraGrid.Columns.GridColumn();
this.colFINISH_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLAST_NUM = new DevExpress.XtraGrid.Columns.GridColumn();
this.colRECORD_PER = new DevExpress.XtraGrid.Columns.GridColumn();
this.colRecord_per_name = new DevExpress.XtraGrid.Columns.GridColumn();
this.colREMARK = new DevExpress.XtraGrid.Columns.GridColumn();
this.colVERSION = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGroup_id = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGroup_name = new DevExpress.XtraGrid.Columns.GridColumn();
this.colStatus1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colRecordDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemLookUpEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.repositoryItemPictureEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
this.repositoryItemImageEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemImageEdit();
this.GCPlan = new WMS.Ctrl.GridControlCustom();
this.GVPlan = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colPLAN_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPLAN_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPLAN_USERID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPLAN_USERNAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPLAN_DESCRIPTION = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPLAN_STARTDATE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPLAN_CREATETIME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colDATESTAR = new DevExpress.XtraGrid.Columns.GridColumn();
this.colDATEEND = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTATUS = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTORAGE_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTORAGE_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPLAN_ENDDATE = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
this.repositoryItemImageEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageEdit();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.DateEnd = new DevExpress.XtraEditors.DateEdit();
this.BSPlanTab = new System.Windows.Forms.BindingSource();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.DateStar = new DevExpress.XtraEditors.DateEdit();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.LEPStoSel = new WMS.Ctrl.LookUpEditSystem();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.txtPlanNameSel = new WMS.Ctrl.WMSCtrlTextBox();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.DicGoods = new WMS.Ctrl.CtrlDictonary();
this.PageWork = new DevExpress.XtraTab.XtraTabPage();
this.GCPlanGoodsWork = new WMS.Ctrl.GridControlCustom();
this.GVPlanGoodsWork = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colID1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPLAN_ID2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGOODS_ID1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGOODS_NAME1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGOODS_NUM1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGOODS_COMPLETENUM1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCOMPLETE_DATE1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTEAM_ID1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemLookUpEditTeam = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.colTEAM_NAME1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGoodTypeID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGOODS_TYPE = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemLookUpEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.repositoryItemPictureEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
this.repositoryItemImageEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemImageEdit();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.LEPTeam = new WMS.Ctrl.LookUpEditSystem();
this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
this.DatePlanEnd = new DevExpress.XtraEditors.DateEdit();
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
this.LEPStoID = new WMS.Ctrl.LookUpEditSystem();
this.labelControl17 = new DevExpress.XtraEditors.LabelControl();
this.txtDesc = new WMS.Ctrl.WMSCtrlTextBox();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.DateStarDate = new DevExpress.XtraEditors.DateEdit();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.DateCreateTime = new DevExpress.XtraEditors.DateEdit();
this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
this.DicPlanMan = new WMS.Ctrl.CtrlDictonary();
this.labelControl19 = new DevExpress.XtraEditors.LabelControl();
this.txtPlanName = new WMS.Ctrl.WMSCtrlTextBox();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.txtPlanID = new WMS.Ctrl.WMSCtrlTextBox();
this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.BSPlanSel)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BSPlanGoodsSel)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BSPlan)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BSPlanGoods)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
this.PageSel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.GCPlanGoods)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.GVPlanGoods)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.GCPlan)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.GVPlan)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.DateEnd.Properties.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DateEnd.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BSPlanTab)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DateStar.Properties.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DateStar.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.LEPStoSel.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPlanNameSel.Properties)).BeginInit();
this.PageWork.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.GCPlanGoodsWork)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.GVPlanGoodsWork)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditTeam)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.LEPTeam.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DatePlanEnd.Properties.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DatePlanEnd.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.LEPStoID.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtDesc.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DateStarDate.Properties.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DateStarDate.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DateCreateTime.Properties.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DateCreateTime.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPlanName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPlanID.Properties)).BeginInit();
this.SuspendLayout();
//
// BSPlanSel
//
this.BSPlanSel.DataSource = typeof(WMS.Model.SC.ProcessPlanModel);
//
// BSPlanGoodsSel
//
this.BSPlanGoodsSel.DataSource = typeof(WMS.Model.SC.ScProcessModel);
//
// BSPlan
//
this.BSPlan.DataSource = typeof(WMS.Model.SC.ProcessPlanModel);
//
// BSPlanGoods
//
this.BSPlanGoods.DataSource = typeof(WMS.Model.SC.PlanGoodsModel);
//
// xtraTabControl1
//
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
this.xtraTabControl1.Name = "xtraTabControl1";
this.xtraTabControl1.SelectedTabPage = this.PageSel;
this.xtraTabControl1.Size = new System.Drawing.Size(1144, 430);
this.xtraTabControl1.TabIndex = 0;
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.PageSel,
this.PageWork});
//
// PageSel
//
this.PageSel.Controls.Add(this.GCPlanGoods);
this.PageSel.Controls.Add(this.GCPlan);
this.PageSel.Controls.Add(this.panelControl2);
this.PageSel.Controls.Add(this.DicGoods);
this.PageSel.Name = "PageSel";
this.PageSel.Size = new System.Drawing.Size(1142, 404);
this.PageSel.Text = "计划查询";
//
// GCPlanGoods
//
this.GCPlanGoods.ColorApprove = System.Drawing.Color.Empty;
this.GCPlanGoods.ColorApproveValue = null;
this.GCPlanGoods.ColorPass = System.Drawing.Color.Empty;
this.GCPlanGoods.ColorPassValue = null;
this.GCPlanGoods.ColorRepeal = System.Drawing.Color.Empty;
this.GCPlanGoods.ColorRepealValue = null;
this.GCPlanGoods.ColorReWork = System.Drawing.Color.Empty;
this.GCPlanGoods.ColorReWorkValue = null;
this.GCPlanGoods.ColorSelectedRow = System.Drawing.Color.Empty;
this.GCPlanGoods.ColorShortage = System.Drawing.Color.Empty;
this.GCPlanGoods.ColorShortageFlagColumn = "";
this.GCPlanGoods.ColorShortageValue = "";
this.GCPlanGoods.ColorUnExecute = System.Drawing.Color.Empty;
this.GCPlanGoods.ColorUnExecuteValue = null;
this.GCPlanGoods.ColorUnPass = System.Drawing.Color.Empty;
this.GCPlanGoods.ColorUnPassValue = null;
this.GCPlanGoods.ColorVerify = System.Drawing.Color.Empty;
this.GCPlanGoods.ColorVerifyFlagColumn = "";
this.GCPlanGoods.ColorVerifyValue = "";
this.GCPlanGoods.ColorWarning = System.Drawing.Color.Empty;
this.GCPlanGoods.ColorWarningValue = null;
this.GCPlanGoods.DataSource = this.BSPlanGoodsSel;
this.GCPlanGoods.Dock = System.Windows.Forms.DockStyle.Fill;
this.GCPlanGoods.EnableAppearanceEvenRow = true;
this.GCPlanGoods.IndicatorWidth = 40;
this.GCPlanGoods.Location = new System.Drawing.Point(0, 46);
this.GCPlanGoods.MainView = this.GVPlanGoods;
this.GCPlanGoods.Name = "GCPlanGoods";
this.GCPlanGoods.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemLookUpEdit2,
this.repositoryItemPictureEdit2,
this.repositoryItemImageEdit2,
this.repositoryItemHyperLinkEdit1});
this.GCPlanGoods.ShowRowID = true;
this.GCPlanGoods.Size = new System.Drawing.Size(1142, 358);
this.GCPlanGoods.TabIndex = 3;
this.GCPlanGoods.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.GVPlanGoods});
this.GCPlanGoods.Visible = false;
//
// GVPlanGoods
//
this.GVPlanGoods.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
this.GVPlanGoods.Appearance.EvenRow.Options.UseBackColor = true;
this.GVPlanGoods.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colSTORAGE_ID1,
this.colStorage_name1,
this.colTASK_ID,
this.colTask_name,
this.colGOODS_ID,
this.colGoods_name,
this.colGOODS_NUM,
this.colFINISH_NUM,
this.colFINISH_DATE,
this.colLAST_NUM,
this.colRECORD_PER,
this.colRecord_per_name,
this.colREMARK,
this.colVERSION,
this.colGroup_id,
this.colGroup_name,
this.colStatus1,
this.colRecordDate});
this.GVPlanGoods.GridControl = this.GCPlanGoods;
this.GVPlanGoods.IndicatorWidth = 34;
this.GVPlanGoods.Name = "GVPlanGoods";
this.GVPlanGoods.OptionsBehavior.Editable = false;
this.GVPlanGoods.OptionsView.ColumnAutoWidth = false;
this.GVPlanGoods.OptionsView.EnableAppearanceEvenRow = true;
this.GVPlanGoods.OptionsView.ShowFooter = true;
this.GVPlanGoods.OptionsView.ShowGroupPanel = false;
this.GVPlanGoods.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.GVPlanGoods_CustomColumnDisplayText);
//
// colSTORAGE_ID1
//
this.colSTORAGE_ID1.AppearanceHeader.Options.UseTextOptions = true;
this.colSTORAGE_ID1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colSTORAGE_ID1.FieldName = "STORAGE_ID";
this.colSTORAGE_ID1.Name = "colSTORAGE_ID1";
this.colSTORAGE_ID1.OptionsColumn.AllowEdit = false;
//
// colStorage_name1
//
this.colStorage_name1.AppearanceHeader.Options.UseTextOptions = true;
this.colStorage_name1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colStorage_name1.FieldName = "Storage_name";
this.colStorage_name1.Name = "colStorage_name1";
this.colStorage_name1.OptionsColumn.AllowEdit = false;
this.colStorage_name1.Visible = true;
this.colStorage_name1.VisibleIndex = 0;
this.colStorage_name1.Width = 92;
//
// colTASK_ID
//
this.colTASK_ID.AppearanceHeader.Options.UseTextOptions = true;
this.colTASK_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colTASK_ID.FieldName = "TASK_ID";
this.colTASK_ID.Name = "colTASK_ID";
this.colTASK_ID.OptionsColumn.AllowEdit = false;
//
// colTask_name
//
this.colTask_name.AppearanceHeader.Options.UseTextOptions = true;
this.colTask_name.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colTask_name.FieldName = "Task_name";
this.colTask_name.Name = "colTask_name";
this.colTask_name.OptionsColumn.AllowEdit = false;
//
// colGOODS_ID
//
this.colGOODS_ID.AppearanceHeader.Options.UseTextOptions = true;
this.colGOODS_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colGOODS_ID.FieldName = "GOODS_ID";
this.colGOODS_ID.Name = "colGOODS_ID";
this.colGOODS_ID.OptionsColumn.AllowEdit = false;
this.colGOODS_ID.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "GOODS_ID", "共{0}种产品")});
this.colGOODS_ID.Visible = true;
this.colGOODS_ID.VisibleIndex = 1;
this.colGOODS_ID.Width = 117;
//
// colGoods_name
//
this.colGoods_name.AppearanceHeader.Options.UseTextOptions = true;
this.colGoods_name.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colGoods_name.ColumnEdit = this.repositoryItemHyperLinkEdit1;
this.colGoods_name.FieldName = "Goods_name";
this.colGoods_name.Name = "colGoods_name";
this.colGoods_name.OptionsColumn.AllowEdit = false;
this.colGoods_name.Visible = true;
this.colGoods_name.VisibleIndex = 2;
this.colGoods_name.Width = 140;
//
// repositoryItemHyperLinkEdit1
//
this.repositoryItemHyperLinkEdit1.AutoHeight = false;
this.repositoryItemHyperLinkEdit1.Name = "repositoryItemHyperLinkEdit1";
this.repositoryItemHyperLinkEdit1.Click += new System.EventHandler(this.repositoryItemHyperLinkEdit1_Click);
//
// colGOODS_NUM
//
this.colGOODS_NUM.AppearanceHeader.Options.UseTextOptions = true;
this.colGOODS_NUM.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colGOODS_NUM.DisplayFormat.FormatString = "{0:N4}";
this.colGOODS_NUM.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.colGOODS_NUM.FieldName = "GOODS_NUM";
this.colGOODS_NUM.Name = "colGOODS_NUM";
this.colGOODS_NUM.OptionsColumn.AllowEdit = false;
this.colGOODS_NUM.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "GOODS_NUM", "合计:{0:N4}")});
this.colGOODS_NUM.Visible = true;
this.colGOODS_NUM.VisibleIndex = 3;
this.colGOODS_NUM.Width = 106;
//
// colFINISH_NUM
//
this.colFINISH_NUM.AppearanceHeader.Options.UseTextOptions = true;
this.colFINISH_NUM.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colFINISH_NUM.DisplayFormat.FormatString = "{0:N4}";
this.colFINISH_NUM.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.colFINISH_NUM.FieldName = "FINISH_NUM";
this.colFINISH_NUM.Name = "colFINISH_NUM";
this.colFINISH_NUM.OptionsColumn.AllowEdit = false;
this.colFINISH_NUM.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "FINISH_NUM", "{0:N4}")});
this.colFINISH_NUM.Visible = true;
this.colFINISH_NUM.VisibleIndex = 4;
this.colFINISH_NUM.Width = 89;
//
// colFINISH_DATE
//
this.colFINISH_DATE.AppearanceHeader.Options.UseTextOptions = true;
this.colFINISH_DATE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colFINISH_DATE.FieldName = "FINISH_DATE";
this.colFINISH_DATE.Name = "colFINISH_DATE";
this.colFINISH_DATE.OptionsColumn.AllowEdit = false;
this.colFINISH_DATE.Visible = true;
this.colFINISH_DATE.VisibleIndex = 6;
//
// colLAST_NUM
//
this.colLAST_NUM.AppearanceHeader.Options.UseTextOptions = true;
this.colLAST_NUM.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colLAST_NUM.DisplayFormat.FormatString = "{0:N4}";
this.colLAST_NUM.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.colLAST_NUM.FieldName = "LAST_NUM";
this.colLAST_NUM.Name = "colLAST_NUM";
this.colLAST_NUM.OptionsColumn.AllowEdit = false;
this.colLAST_NUM.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "LAST_NUM", "{0:N4}")});
this.colLAST_NUM.Visible = true;
this.colLAST_NUM.VisibleIndex = 5;
this.colLAST_NUM.Width = 92;
//
// colRECORD_PER
//
this.colRECORD_PER.AppearanceHeader.Options.UseTextOptions = true;
this.colRECORD_PER.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colRECORD_PER.FieldName = "RECORD_PER";
this.colRECORD_PER.Name = "colRECORD_PER";
this.colRECORD_PER.OptionsColumn.AllowEdit = false;
//
// colRecord_per_name
//
this.colRecord_per_name.AppearanceHeader.Options.UseTextOptions = true;
this.colRecord_per_name.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colRecord_per_name.FieldName = "Record_per_name";
this.colRecord_per_name.Name = "colRecord_per_name";
this.colRecord_per_name.OptionsColumn.AllowEdit = false;
this.colRecord_per_name.Visible = true;
this.colRecord_per_name.VisibleIndex = 8;
//
// colREMARK
//
this.colREMARK.AppearanceHeader.Options.UseTextOptions = true;
this.colREMARK.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colREMARK.FieldName = "REMARK";
this.colREMARK.Name = "colREMARK";
this.colREMARK.OptionsColumn.AllowEdit = false;
this.colREMARK.Visible = true;
this.colREMARK.VisibleIndex = 9;
this.colREMARK.Width = 245;
//
// colVERSION
//
this.colVERSION.AppearanceHeader.Options.UseTextOptions = true;
this.colVERSION.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colVERSION.FieldName = "VERSION";
this.colVERSION.Name = "colVERSION";
this.colVERSION.OptionsColumn.AllowEdit = false;
//
// colGroup_id
//
this.colGroup_id.AppearanceHeader.Options.UseTextOptions = true;
this.colGroup_id.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colGroup_id.FieldName = "Group_id";
this.colGroup_id.Name = "colGroup_id";
this.colGroup_id.OptionsColumn.AllowEdit = false;
//
// colGroup_name
//
this.colGroup_name.AppearanceHeader.Options.UseTextOptions = true;
this.colGroup_name.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colGroup_name.FieldName = "Group_name";
this.colGroup_name.Name = "colGroup_name";
this.colGroup_name.OptionsColumn.AllowEdit = false;
//
// colStatus1
//
this.colStatus1.AppearanceHeader.Options.UseTextOptions = true;
this.colStatus1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colStatus1.FieldName = "Status";
this.colStatus1.Name = "colStatus1";
this.colStatus1.OptionsColumn.AllowEdit = false;
this.colStatus1.Visible = true;
this.colStatus1.VisibleIndex = 7;
//
// colRecordDate
//
this.colRecordDate.AppearanceHeader.Options.UseTextOptions = true;
this.colRecordDate.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colRecordDate.FieldName = "RecordDate";
this.colRecordDate.Name = "colRecordDate";
this.colRecordDate.OptionsColumn.AllowEdit = false;
//
// repositoryItemLookUpEdit2
//
this.repositoryItemLookUpEdit2.AutoHeight = false;
this.repositoryItemLookUpEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemLookUpEdit2.Name = "repositoryItemLookUpEdit2";
//
// repositoryItemPictureEdit2
//
this.repositoryItemPictureEdit2.Name = "repositoryItemPictureEdit2";
this.repositoryItemPictureEdit2.ZoomAccelerationFactor = 1D;
//
// repositoryItemImageEdit2
//
this.repositoryItemImageEdit2.AutoHeight = false;
this.repositoryItemImageEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemImageEdit2.Name = "repositoryItemImageEdit2";
//
// GCPlan
//
this.GCPlan.ColorApprove = System.Drawing.Color.Empty;
this.GCPlan.ColorApproveValue = null;
this.GCPlan.ColorPass = System.Drawing.Color.Empty;
this.GCPlan.ColorPassValue = null;
this.GCPlan.ColorRepeal = System.Drawing.Color.Empty;
this.GCPlan.ColorRepealValue = null;
this.GCPlan.ColorReWork = System.Drawing.Color.Empty;
this.GCPlan.ColorReWorkValue = null;
this.GCPlan.ColorSelectedRow = System.Drawing.Color.Empty;
this.GCPlan.ColorShortage = System.Drawing.Color.Empty;
this.GCPlan.ColorShortageFlagColumn = "";
this.GCPlan.ColorShortageValue = "";
this.GCPlan.ColorUnExecute = System.Drawing.Color.Empty;
this.GCPlan.ColorUnExecuteValue = null;
this.GCPlan.ColorUnPass = System.Drawing.Color.Empty;
this.GCPlan.ColorUnPassValue = null;
this.GCPlan.ColorVerify = System.Drawing.Color.Empty;
this.GCPlan.ColorVerifyFlagColumn = "";
this.GCPlan.ColorVerifyValue = "";
this.GCPlan.ColorWarning = System.Drawing.Color.Empty;
this.GCPlan.ColorWarningValue = null;
this.GCPlan.DataSource = this.BSPlanSel;
this.GCPlan.Dock = System.Windows.Forms.DockStyle.Fill;
this.GCPlan.EnableAppearanceEvenRow = true;
this.GCPlan.IndicatorWidth = 40;
this.GCPlan.Location = new System.Drawing.Point(0, 46);
this.GCPlan.MainView = this.GVPlan;
this.GCPlan.Name = "GCPlan";
this.GCPlan.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemLookUpEdit1,
this.repositoryItemPictureEdit1,
this.repositoryItemImageEdit1});
this.GCPlan.ShowRowID = true;
this.GCPlan.Size = new System.Drawing.Size(1142, 358);
this.GCPlan.TabIndex = 2;
this.GCPlan.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.GVPlan});
//
// GVPlan
//
this.GVPlan.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
this.GVPlan.Appearance.EvenRow.Options.UseBackColor = true;
this.GVPlan.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colPLAN_ID,
this.colPLAN_NAME,
this.colPLAN_USERID,
this.colPLAN_USERNAME,
this.colPLAN_DESCRIPTION,
this.colPLAN_STARTDATE,
this.colPLAN_CREATETIME,
this.colDATESTAR,
this.colDATEEND,
this.colSTATUS,
this.colSTORAGE_ID,
this.colSTORAGE_NAME,
this.colPLAN_ENDDATE});
this.GVPlan.GridControl = this.GCPlan;
this.GVPlan.IndicatorWidth = 34;
this.GVPlan.Name = "GVPlan";
this.GVPlan.OptionsBehavior.Editable = false;
this.GVPlan.OptionsView.ColumnAutoWidth = false;
this.GVPlan.OptionsView.EnableAppearanceEvenRow = true;
this.GVPlan.OptionsView.ShowFooter = true;
this.GVPlan.OptionsView.ShowGroupPanel = false;
this.GVPlan.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.GVPlan_CustomColumnDisplayText);
this.GVPlan.Click += new System.EventHandler(this.GVPlan_Click);
this.GVPlan.DoubleClick += new System.EventHandler(this.GVPlan_DoubleClick);
//
// colPLAN_ID
//
this.colPLAN_ID.AppearanceHeader.Options.UseTextOptions = true;
this.colPLAN_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colPLAN_ID.FieldName = "PLAN_ID";
this.colPLAN_ID.Name = "colPLAN_ID";
this.colPLAN_ID.OptionsColumn.AllowEdit = false;
this.colPLAN_ID.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "PLAN_ID", "共{0}个任务")});
this.colPLAN_ID.Visible = true;
this.colPLAN_ID.VisibleIndex = 0;
this.colPLAN_ID.Width = 158;
//
// colPLAN_NAME
//
this.colPLAN_NAME.AppearanceHeader.Options.UseTextOptions = true;
this.colPLAN_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colPLAN_NAME.FieldName = "PLAN_NAME";
this.colPLAN_NAME.Name = "colPLAN_NAME";
this.colPLAN_NAME.OptionsColumn.AllowEdit = false;
this.colPLAN_NAME.Visible = true;
this.colPLAN_NAME.VisibleIndex = 1;
this.colPLAN_NAME.Width = 149;
//
// colPLAN_USERID
//
this.colPLAN_USERID.AppearanceHeader.Options.UseTextOptions = true;
this.colPLAN_USERID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colPLAN_USERID.FieldName = "PLAN_USERID";
this.colPLAN_USERID.Name = "colPLAN_USERID";
this.colPLAN_USERID.OptionsColumn.AllowEdit = false;
//
// colPLAN_USERNAME
//
this.colPLAN_USERNAME.AppearanceHeader.Options.UseTextOptions = true;
this.colPLAN_USERNAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colPLAN_USERNAME.FieldName = "PLAN_USERNAME";
this.colPLAN_USERNAME.Name = "colPLAN_USERNAME";
this.colPLAN_USERNAME.OptionsColumn.AllowEdit = false;
this.colPLAN_USERNAME.Visible = true;
this.colPLAN_USERNAME.VisibleIndex = 3;
this.colPLAN_USERNAME.Width = 103;
//
// colPLAN_DESCRIPTION
//
this.colPLAN_DESCRIPTION.AppearanceHeader.Options.UseTextOptions = true;
this.colPLAN_DESCRIPTION.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colPLAN_DESCRIPTION.FieldName = "PLAN_DESCRIPTION";
this.colPLAN_DESCRIPTION.Name = "colPLAN_DESCRIPTION";
this.colPLAN_DESCRIPTION.OptionsColumn.AllowEdit = false;
this.colPLAN_DESCRIPTION.Visible = true;
this.colPLAN_DESCRIPTION.VisibleIndex = 8;
this.colPLAN_DESCRIPTION.Width = 228;
//
// colPLAN_STARTDATE
//
this.colPLAN_STARTDATE.AppearanceHeader.Options.UseTextOptions = true;
this.colPLAN_STARTDATE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colPLAN_STARTDATE.FieldName = "PLAN_STARTDATE";
this.colPLAN_STARTDATE.Name = "colPLAN_STARTDATE";
this.colPLAN_STARTDATE.OptionsColumn.AllowEdit = false;
this.colPLAN_STARTDATE.Visible = true;
this.colPLAN_STARTDATE.VisibleIndex = 5;
this.colPLAN_STARTDATE.Width = 165;
//
// colPLAN_CREATETIME
//
this.colPLAN_CREATETIME.AppearanceHeader.Options.UseTextOptions = true;
this.colPLAN_CREATETIME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colPLAN_CREATETIME.FieldName = "PLAN_CREATETIME";
this.colPLAN_CREATETIME.Name = "colPLAN_CREATETIME";
this.colPLAN_CREATETIME.OptionsColumn.AllowEdit = false;
this.colPLAN_CREATETIME.Visible = true;
this.colPLAN_CREATETIME.VisibleIndex = 4;
this.colPLAN_CREATETIME.Width = 131;
//
// colDATESTAR
//
this.colDATESTAR.AppearanceHeader.Options.UseTextOptions = true;
this.colDATESTAR.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colDATESTAR.FieldName = "DATESTAR";
this.colDATESTAR.Name = "colDATESTAR";
this.colDATESTAR.OptionsColumn.AllowEdit = false;
//
// colDATEEND
//
this.colDATEEND.AppearanceHeader.Options.UseTextOptions = true;
this.colDATEEND.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colDATEEND.FieldName = "DATEEND";
this.colDATEEND.Name = "colDATEEND";
this.colDATEEND.OptionsColumn.AllowEdit = false;
//
// colSTATUS
//
this.colSTATUS.AppearanceHeader.Options.UseTextOptions = true;
this.colSTATUS.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colSTATUS.FieldName = "STATUS";
this.colSTATUS.Name = "colSTATUS";
this.colSTATUS.OptionsColumn.AllowEdit = false;
this.colSTATUS.Visible = true;
this.colSTATUS.VisibleIndex = 7;
//
// colSTORAGE_ID
//
this.colSTORAGE_ID.AppearanceHeader.Options.UseTextOptions = true;
this.colSTORAGE_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colSTORAGE_ID.FieldName = "STORAGE_ID";
this.colSTORAGE_ID.Name = "colSTORAGE_ID";
this.colSTORAGE_ID.OptionsColumn.AllowEdit = false;
//
// colSTORAGE_NAME
//
this.colSTORAGE_NAME.AppearanceHeader.Options.UseTextOptions = true;
this.colSTORAGE_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colSTORAGE_NAME.FieldName = "STORAGE_NAME";
this.colSTORAGE_NAME.Name = "colSTORAGE_NAME";
this.colSTORAGE_NAME.OptionsColumn.AllowEdit = false;
this.colSTORAGE_NAME.Visible = true;
this.colSTORAGE_NAME.VisibleIndex = 2;
this.colSTORAGE_NAME.Width = 158;
//
// colPLAN_ENDDATE
//
this.colPLAN_ENDDATE.AppearanceHeader.Options.UseTextOptions = true;
this.colPLAN_ENDDATE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colPLAN_ENDDATE.Caption = "预计结束时间";
this.colPLAN_ENDDATE.DisplayFormat.FormatString = "d";
this.colPLAN_ENDDATE.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.colPLAN_ENDDATE.FieldName = "PLAN_ENDDATE";
this.colPLAN_ENDDATE.Name = "colPLAN_ENDDATE";
this.colPLAN_ENDDATE.Visible = true;
this.colPLAN_ENDDATE.VisibleIndex = 6;
this.colPLAN_ENDDATE.Width = 123;
//
// repositoryItemLookUpEdit1
//
this.repositoryItemLookUpEdit1.AutoHeight = false;
this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
//
// repositoryItemPictureEdit1
//
this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1";
this.repositoryItemPictureEdit1.ZoomAccelerationFactor = 1D;
//
// repositoryItemImageEdit1
//
this.repositoryItemImageEdit1.AutoHeight = false;
this.repositoryItemImageEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemImageEdit1.Name = "repositoryItemImageEdit1";
//
// panelControl2
//
this.panelControl2.Controls.Add(this.DateEnd);
this.panelControl2.Controls.Add(this.labelControl7);
this.panelControl2.Controls.Add(this.DateStar);
this.panelControl2.Controls.Add(this.labelControl6);
this.panelControl2.Controls.Add(this.LEPStoSel);
this.panelControl2.Controls.Add(this.labelControl5);
this.panelControl2.Controls.Add(this.txtPlanNameSel);
this.panelControl2.Controls.Add(this.labelControl4);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl2.Location = new System.Drawing.Point(0, 0);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(1142, 46);
this.panelControl2.TabIndex = 4;
//
// DateEnd
//
this.DateEnd.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSPlanTab, "DATEEND", true));
this.DateEnd.EditValue = null;
this.DateEnd.Location = new System.Drawing.Point(541, 12);
this.DateEnd.Name = "DateEnd";
this.DateEnd.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.DateEnd.Properties.Appearance.Options.UseFont = true;
this.DateEnd.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.DateEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.DateEnd.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.DateEnd.Properties.DisplayFormat.FormatString = "yyyy-MM-dd";
this.DateEnd.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.DateEnd.Properties.MinValue = new System.DateTime(2019, 1, 1, 0, 0, 0, 0);
this.DateEnd.Size = new System.Drawing.Size(180, 22);
this.DateEnd.TabIndex = 177;
//
// BSPlanTab
//
this.BSPlanTab.DataSource = typeof(WMS.Model.SC.ProcessPlanModel);
//
// labelControl7
//
this.labelControl7.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl7.Appearance.Options.UseFont = true;
this.labelControl7.Location = new System.Drawing.Point(521, 16);
this.labelControl7.Name = "labelControl7";
this.labelControl7.Size = new System.Drawing.Size(14, 14);
this.labelControl7.TabIndex = 176;
this.labelControl7.Text = "至";
//
// DateStar
//
this.DateStar.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSPlanTab, "DATESTAR", true));
this.DateStar.EditValue = null;
this.DateStar.Location = new System.Drawing.Point(335, 12);
this.DateStar.Name = "DateStar";
this.DateStar.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.DateStar.Properties.Appearance.Options.UseFont = true;
this.DateStar.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.DateStar.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.DateStar.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.DateStar.Properties.DisplayFormat.FormatString = "yyyy-MM-dd";
this.DateStar.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.DateStar.Properties.MinValue = new System.DateTime(2019, 1, 1, 0, 0, 0, 0);
this.DateStar.Size = new System.Drawing.Size(180, 22);
this.DateStar.TabIndex = 174;
//
// labelControl6
//
this.labelControl6.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl6.Appearance.Options.UseFont = true;
this.labelControl6.Location = new System.Drawing.Point(273, 16);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(56, 14);
this.labelControl6.TabIndex = 175;
this.labelControl6.Text = "发起时间";
//
// LEPStoSel
//
this.LEPStoSel.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSPlanTab, "STORAGE_ID", true));
this.LEPStoSel.EditValue = "";
this.LEPStoSel.Location = new System.Drawing.Point(785, 12);
this.LEPStoSel.Name = "LEPStoSel";
this.LEPStoSel.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.LEPStoSel.Properties.Appearance.Options.UseFont = true;
this.LEPStoSel.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.LEPStoSel.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.LEPStoSel.Properties.NullText = "";
this.LEPStoSel.Size = new System.Drawing.Size(180, 22);
this.LEPStoSel.TabIndex = 172;
this.LEPStoSel.Visible = false;
//
// labelControl5
//
this.labelControl5.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl5.Appearance.Options.UseFont = true;
this.labelControl5.Location = new System.Drawing.Point(751, 16);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(28, 14);
this.labelControl5.TabIndex = 173;
this.labelControl5.Text = "仓库";
this.labelControl5.Visible = false;
//
// txtPlanNameSel
//
this.txtPlanNameSel.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSPlanTab, "PLAN_NAME", true));
this.txtPlanNameSel.FrmSelect = false;
this.txtPlanNameSel.Location = new System.Drawing.Point(74, 12);
this.txtPlanNameSel.MustText = false;
this.txtPlanNameSel.Name = "txtPlanNameSel";
this.txtPlanNameSel.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
this.txtPlanNameSel.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtPlanNameSel.Properties.Appearance.Options.UseBackColor = true;
this.txtPlanNameSel.Properties.Appearance.Options.UseFont = true;
this.txtPlanNameSel.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtPlanNameSel.Size = new System.Drawing.Size(180, 22);
this.txtPlanNameSel.StrLen = 0;
this.txtPlanNameSel.TabIndex = 161;
this.txtPlanNameSel.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtPlanNameSel.ValText = "";
//
// labelControl4
//
this.labelControl4.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Black;
this.labelControl4.Appearance.Options.UseFont = true;
this.labelControl4.Appearance.Options.UseForeColor = true;
this.labelControl4.Location = new System.Drawing.Point(17, 16);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(56, 14);
this.labelControl4.TabIndex = 162;
this.labelControl4.Text = "计划名称";
//
// DicGoods
//
this.DicGoods.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.DicGoods.Cursor = System.Windows.Forms.Cursors.Default;
this.DicGoods.DictonaryTableName = WMS.Ctrl.DictonaryType.t_Base_Goods;
this.DicGoods.ErrText = "无数据重新查询";
this.DicGoods.IsSqlWhere = false;
this.DicGoods.Location = new System.Drawing.Point(285, 185);
this.DicGoods.Name = "DicGoods";
this.DicGoods.Number = 0;
this.DicGoods.SelectType = WMS.Ctrl.DataSlectType.MultiSelect;
this.DicGoods.ShowColumns.AddRange(new WMS.Ctrl.ColumnsItem[] {
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicGoods.ShowColumns"))),
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicGoods.ShowColumns1"))),
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicGoods.ShowColumns2")))});
this.DicGoods.Size = new System.Drawing.Size(350, 30);
this.DicGoods.SqlStr = null;
this.DicGoods.TabIndex = 173;
this.DicGoods.TextBoxFlag = "";
this.DicGoods.TextBoxValue = "";
this.DicGoods.Visible = false;
this.DicGoods.Button_Click += new System.EventHandler(this.DicGoods_Button_Click);
//
// PageWork
//
this.PageWork.Controls.Add(this.GCPlanGoodsWork);
this.PageWork.Controls.Add(this.panelControl1);
this.PageWork.Name = "PageWork";
this.PageWork.Size = new System.Drawing.Size(1138, 401);
this.PageWork.Text = "编辑";
//
// GCPlanGoodsWork
//
this.GCPlanGoodsWork.ColorApprove = System.Drawing.Color.Empty;
this.GCPlanGoodsWork.ColorApproveValue = null;
this.GCPlanGoodsWork.ColorPass = System.Drawing.Color.Empty;
this.GCPlanGoodsWork.ColorPassValue = null;
this.GCPlanGoodsWork.ColorRepeal = System.Drawing.Color.Empty;
this.GCPlanGoodsWork.ColorRepealValue = null;
this.GCPlanGoodsWork.ColorReWork = System.Drawing.Color.Empty;
this.GCPlanGoodsWork.ColorReWorkValue = null;
this.GCPlanGoodsWork.ColorSelectedRow = System.Drawing.Color.Empty;
this.GCPlanGoodsWork.ColorShortage = System.Drawing.Color.Empty;
this.GCPlanGoodsWork.ColorShortageFlagColumn = "";
this.GCPlanGoodsWork.ColorShortageValue = "";
this.GCPlanGoodsWork.ColorUnExecute = System.Drawing.Color.Empty;
this.GCPlanGoodsWork.ColorUnExecuteValue = null;
this.GCPlanGoodsWork.ColorUnPass = System.Drawing.Color.Empty;
this.GCPlanGoodsWork.ColorUnPassValue = null;
this.GCPlanGoodsWork.ColorVerify = System.Drawing.Color.Empty;
this.GCPlanGoodsWork.ColorVerifyFlagColumn = "";
this.GCPlanGoodsWork.ColorVerifyValue = "";
this.GCPlanGoodsWork.ColorWarning = System.Drawing.Color.Empty;
this.GCPlanGoodsWork.ColorWarningValue = null;
this.GCPlanGoodsWork.DataSource = this.BSPlanGoods;
this.GCPlanGoodsWork.Dock = System.Windows.Forms.DockStyle.Fill;
this.GCPlanGoodsWork.EnableAppearanceEvenRow = true;
this.GCPlanGoodsWork.IndicatorWidth = 40;
this.GCPlanGoodsWork.Location = new System.Drawing.Point(0, 92);
this.GCPlanGoodsWork.MainView = this.GVPlanGoodsWork;
this.GCPlanGoodsWork.Name = "GCPlanGoodsWork";
this.GCPlanGoodsWork.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemLookUpEdit3,
this.repositoryItemPictureEdit3,
this.repositoryItemImageEdit3,
this.repositoryItemLookUpEditTeam});
this.GCPlanGoodsWork.ShowRowID = true;
this.GCPlanGoodsWork.Size = new System.Drawing.Size(1138, 309);
this.GCPlanGoodsWork.TabIndex = 4;
this.GCPlanGoodsWork.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.GVPlanGoodsWork});
//
// GVPlanGoodsWork
//
this.GVPlanGoodsWork.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
this.GVPlanGoodsWork.Appearance.EvenRow.Options.UseBackColor = true;
this.GVPlanGoodsWork.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colID1,
this.colPLAN_ID2,
this.colGOODS_ID1,
this.colGOODS_NAME1,
this.colGOODS_NUM1,
this.colGOODS_COMPLETENUM1,
this.colCOMPLETE_DATE1,
this.colTEAM_ID1,
this.colTEAM_NAME1,
this.colGoodTypeID,
this.colGOODS_TYPE});
this.GVPlanGoodsWork.GridControl = this.GCPlanGoodsWork;
this.GVPlanGoodsWork.IndicatorWidth = 34;
this.GVPlanGoodsWork.Name = "GVPlanGoodsWork";
this.GVPlanGoodsWork.OptionsView.ColumnAutoWidth = false;
this.GVPlanGoodsWork.OptionsView.EnableAppearanceEvenRow = true;
this.GVPlanGoodsWork.OptionsView.ShowFooter = true;
this.GVPlanGoodsWork.OptionsView.ShowGroupPanel = false;
//
// colID1
//
this.colID1.FieldName = "ID";
this.colID1.Name = "colID1";
this.colID1.OptionsColumn.AllowEdit = false;
//
// colPLAN_ID2
//
this.colPLAN_ID2.FieldName = "PLAN_ID";
this.colPLAN_ID2.Name = "colPLAN_ID2";
this.colPLAN_ID2.OptionsColumn.AllowEdit = false;
//
// colGOODS_ID1
//
this.colGOODS_ID1.FieldName = "GOODS_ID";
this.colGOODS_ID1.Name = "colGOODS_ID1";
this.colGOODS_ID1.OptionsColumn.AllowEdit = false;
this.colGOODS_ID1.Visible = true;
this.colGOODS_ID1.VisibleIndex = 0;
this.colGOODS_ID1.Width = 202;
//
// colGOODS_NAME1
//
this.colGOODS_NAME1.FieldName = "GOODS_NAME";
this.colGOODS_NAME1.Name = "colGOODS_NAME1";
this.colGOODS_NAME1.OptionsColumn.AllowEdit = false;
this.colGOODS_NAME1.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "GOODS_NAME", "{0}种产品")});
this.colGOODS_NAME1.Visible = true;
this.colGOODS_NAME1.VisibleIndex = 1;
this.colGOODS_NAME1.Width = 246;
//
// colGOODS_NUM1
//
this.colGOODS_NUM1.DisplayFormat.FormatString = "{0:N4}";
this.colGOODS_NUM1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.colGOODS_NUM1.FieldName = "GOODS_NUM";
this.colGOODS_NUM1.Name = "colGOODS_NUM1";
this.colGOODS_NUM1.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "GOODS_NUM", "合计:{0:N4}")});
this.colGOODS_NUM1.Visible = true;
this.colGOODS_NUM1.VisibleIndex = 3;
this.colGOODS_NUM1.Width = 213;
//
// colGOODS_COMPLETENUM1
//
this.colGOODS_COMPLETENUM1.FieldName = "GOODS_COMPLETENUM";
this.colGOODS_COMPLETENUM1.Name = "colGOODS_COMPLETENUM1";
this.colGOODS_COMPLETENUM1.OptionsColumn.AllowEdit = false;
this.colGOODS_COMPLETENUM1.Width = 117;
//
// colCOMPLETE_DATE1
//
this.colCOMPLETE_DATE1.FieldName = "COMPLETE_DATE";
this.colCOMPLETE_DATE1.Name = "colCOMPLETE_DATE1";
this.colCOMPLETE_DATE1.OptionsColumn.AllowEdit = false;
this.colCOMPLETE_DATE1.Width = 105;
//
// colTEAM_ID1
//
this.colTEAM_ID1.ColumnEdit = this.repositoryItemLookUpEditTeam;
this.colTEAM_ID1.FieldName = "TEAM_ID";
this.colTEAM_ID1.Name = "colTEAM_ID1";
this.colTEAM_ID1.Width = 186;
//
// repositoryItemLookUpEditTeam
//
this.repositoryItemLookUpEditTeam.AutoHeight = false;
this.repositoryItemLookUpEditTeam.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemLookUpEditTeam.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("TEAM_ID", "TEAM_ID", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("TEAM_NAME", 130, "班组")});
this.repositoryItemLookUpEditTeam.Name = "repositoryItemLookUpEditTeam";
this.repositoryItemLookUpEditTeam.NullText = "";
//
// colTEAM_NAME1
//
this.colTEAM_NAME1.FieldName = "TEAM_NAME";
this.colTEAM_NAME1.Name = "colTEAM_NAME1";
this.colTEAM_NAME1.OptionsColumn.AllowEdit = false;
//
// colGoodTypeID
//
this.colGoodTypeID.Caption = "gridColumn1";
this.colGoodTypeID.FieldName = "GOODS_TYPE";
this.colGoodTypeID.Name = "colGoodTypeID";
//
// colGOODS_TYPE
//
this.colGOODS_TYPE.Caption = "商品类型";
this.colGOODS_TYPE.FieldName = "GOODS_TYPENAME";
this.colGOODS_TYPE.Name = "colGOODS_TYPE";
this.colGOODS_TYPE.OptionsColumn.AllowEdit = false;
this.colGOODS_TYPE.Visible = true;
this.colGOODS_TYPE.VisibleIndex = 2;
this.colGOODS_TYPE.Width = 173;
//
// repositoryItemLookUpEdit3
//
this.repositoryItemLookUpEdit3.AutoHeight = false;
this.repositoryItemLookUpEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemLookUpEdit3.Name = "repositoryItemLookUpEdit3";
//
// repositoryItemPictureEdit3
//
this.repositoryItemPictureEdit3.Name = "repositoryItemPictureEdit3";
this.repositoryItemPictureEdit3.ZoomAccelerationFactor = 1D;
//
// repositoryItemImageEdit3
//
this.repositoryItemImageEdit3.AutoHeight = false;
this.repositoryItemImageEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemImageEdit3.Name = "repositoryItemImageEdit3";
//
// panelControl1
//
this.panelControl1.Controls.Add(this.LEPTeam);
this.panelControl1.Controls.Add(this.labelControl9);
this.panelControl1.Controls.Add(this.DatePlanEnd);
this.panelControl1.Controls.Add(this.labelControl8);
this.panelControl1.Controls.Add(this.LEPStoID);
this.panelControl1.Controls.Add(this.labelControl17);
this.panelControl1.Controls.Add(this.txtDesc);
this.panelControl1.Controls.Add(this.labelControl3);
this.panelControl1.Controls.Add(this.DateStarDate);
this.panelControl1.Controls.Add(this.labelControl2);
this.panelControl1.Controls.Add(this.DateCreateTime);
this.panelControl1.Controls.Add(this.labelControl16);
this.panelControl1.Controls.Add(this.DicPlanMan);
this.panelControl1.Controls.Add(this.labelControl19);
this.panelControl1.Controls.Add(this.txtPlanName);
this.panelControl1.Controls.Add(this.labelControl1);
this.panelControl1.Controls.Add(this.txtPlanID);
this.panelControl1.Controls.Add(this.labelControl15);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl1.Location = new System.Drawing.Point(0, 0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(1138, 92);
this.panelControl1.TabIndex = 0;
//
// LEPTeam
//
this.LEPTeam.EditValue = "";
this.LEPTeam.Location = new System.Drawing.Point(885, 38);
this.LEPTeam.Name = "LEPTeam";
this.LEPTeam.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.LEPTeam.Properties.Appearance.Options.UseFont = true;
this.LEPTeam.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.LEPTeam.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.LEPTeam.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("TEAM_ID", "班组编号", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("TEAM_NAME", 120, "班组")});
this.LEPTeam.Properties.NullText = "";
this.LEPTeam.Size = new System.Drawing.Size(213, 22);
this.LEPTeam.TabIndex = 174;
this.LEPTeam.Visible = false;
//
// labelControl9
//
this.labelControl9.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl9.Appearance.Options.UseFont = true;
this.labelControl9.Location = new System.Drawing.Point(828, 42);
this.labelControl9.Name = "labelControl9";
this.labelControl9.Size = new System.Drawing.Size(56, 14);
this.labelControl9.TabIndex = 175;
this.labelControl9.Text = "生产班组";
this.labelControl9.Visible = false;
//
// DatePlanEnd
//
this.DatePlanEnd.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSPlan, "PLAN_ENDDATE", true));
this.DatePlanEnd.EditValue = null;
this.DatePlanEnd.Location = new System.Drawing.Point(612, 38);
this.DatePlanEnd.Name = "DatePlanEnd";
this.DatePlanEnd.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.DatePlanEnd.Properties.Appearance.Options.UseFont = true;
this.DatePlanEnd.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.DatePlanEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.DatePlanEnd.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.DatePlanEnd.Properties.DisplayFormat.FormatString = "yyyy-MM-dd";
this.DatePlanEnd.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.DatePlanEnd.Properties.MinValue = new System.DateTime(2019, 1, 1, 0, 1, 0, 0);
this.DatePlanEnd.Size = new System.Drawing.Size(213, 22);
this.DatePlanEnd.TabIndex = 172;
//
// labelControl8
//
this.labelControl8.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl8.Appearance.Options.UseFont = true;
this.labelControl8.Location = new System.Drawing.Point(555, 42);
this.labelControl8.Name = "labelControl8";
this.labelControl8.Size = new System.Drawing.Size(56, 14);
this.labelControl8.TabIndex = 173;
this.labelControl8.Text = "预计结束";
//
// LEPStoID
//
this.LEPStoID.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSPlan, "STORAGE_ID", true));
this.LEPStoID.EditValue = "";
this.LEPStoID.Location = new System.Drawing.Point(885, 14);
this.LEPStoID.Name = "LEPStoID";
this.LEPStoID.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.LEPStoID.Properties.Appearance.Options.UseFont = true;
this.LEPStoID.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.LEPStoID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.LEPStoID.Properties.NullText = "";
this.LEPStoID.Size = new System.Drawing.Size(213, 22);
this.LEPStoID.TabIndex = 170;
this.LEPStoID.Visible = false;
//
// labelControl17
//
this.labelControl17.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl17.Appearance.Options.UseFont = true;
this.labelControl17.Location = new System.Drawing.Point(828, 18);
this.labelControl17.Name = "labelControl17";
this.labelControl17.Size = new System.Drawing.Size(56, 14);
this.labelControl17.TabIndex = 171;
this.labelControl17.Text = "仓 库";
this.labelControl17.Visible = false;
//
// txtDesc
//
this.txtDesc.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSPlan, "PLAN_DESCRIPTION", true));
this.txtDesc.FrmSelect = false;
this.txtDesc.Location = new System.Drawing.Point(68, 62);
this.txtDesc.MustText = false;
this.txtDesc.Name = "txtDesc";
this.txtDesc.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
this.txtDesc.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtDesc.Properties.Appearance.Options.UseBackColor = true;
this.txtDesc.Properties.Appearance.Options.UseFont = true;
this.txtDesc.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtDesc.Size = new System.Drawing.Size(757, 22);
this.txtDesc.StrLen = 0;
this.txtDesc.TabIndex = 168;
this.txtDesc.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtDesc.ValText = "";
//
// labelControl3
//
this.labelControl3.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Black;
this.labelControl3.Appearance.Options.UseFont = true;
this.labelControl3.Appearance.Options.UseForeColor = true;
this.labelControl3.Location = new System.Drawing.Point(11, 66);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(56, 14);
this.labelControl3.TabIndex = 169;
this.labelControl3.Text = "计划描述";
//
// DateStarDate
//
this.DateStarDate.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSPlan, "PLAN_STARTDATE", true));
this.DateStarDate.EditValue = null;
this.DateStarDate.Location = new System.Drawing.Point(341, 38);
this.DateStarDate.Name = "DateStarDate";
this.DateStarDate.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.DateStarDate.Properties.Appearance.Options.UseFont = true;
this.DateStarDate.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.DateStarDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.DateStarDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.DateStarDate.Properties.DisplayFormat.FormatString = "yyyy-MM-dd";
this.DateStarDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.DateStarDate.Properties.MinValue = new System.DateTime(2019, 1, 1, 0, 1, 0, 0);
this.DateStarDate.Size = new System.Drawing.Size(213, 22);
this.DateStarDate.TabIndex = 166;
//
// labelControl2
//
this.labelControl2.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl2.Appearance.Options.UseFont = true;
this.labelControl2.Location = new System.Drawing.Point(284, 42);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(56, 14);
this.labelControl2.TabIndex = 167;
this.labelControl2.Text = "开始时间";
//
// DateCreateTime
//
this.DateCreateTime.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSPlan, "PLAN_CREATETIME", true));
this.DateCreateTime.EditValue = null;
this.DateCreateTime.Location = new System.Drawing.Point(68, 38);
this.DateCreateTime.Name = "DateCreateTime";
this.DateCreateTime.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.DateCreateTime.Properties.Appearance.Options.UseFont = true;
this.DateCreateTime.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.DateCreateTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.DateCreateTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.DateCreateTime.Properties.DisplayFormat.FormatString = "yyyy-MM-dd";
this.DateCreateTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.DateCreateTime.Properties.MinValue = new System.DateTime(2019, 1, 1, 0, 1, 0, 0);
this.DateCreateTime.Size = new System.Drawing.Size(213, 22);
this.DateCreateTime.TabIndex = 164;
//
// labelControl16
//
this.labelControl16.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl16.Appearance.Options.UseFont = true;
this.labelControl16.Location = new System.Drawing.Point(11, 42);
this.labelControl16.Name = "labelControl16";
this.labelControl16.Size = new System.Drawing.Size(56, 14);
this.labelControl16.TabIndex = 165;
this.labelControl16.Text = "发起时间";
//
// DicPlanMan
//
this.DicPlanMan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.DicPlanMan.Cursor = System.Windows.Forms.Cursors.Default;
this.DicPlanMan.DictonaryTableName = WMS.Ctrl.DictonaryType.t_Base_UserInfo;
this.DicPlanMan.ErrText = "无数据重新查询";
this.DicPlanMan.Font = new System.Drawing.Font("宋体", 10F);
this.DicPlanMan.IsSqlWhere = false;
this.DicPlanMan.Location = new System.Drawing.Point(612, 14);
this.DicPlanMan.Name = "DicPlanMan";
this.DicPlanMan.Number = 0;
this.DicPlanMan.SelectType = WMS.Ctrl.DataSlectType.RadioSelect;
this.DicPlanMan.ShowColumns.AddRange(new WMS.Ctrl.ColumnsItem[] {
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicPlanMan.ShowColumns"))),
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicPlanMan.ShowColumns1")))});
this.DicPlanMan.Size = new System.Drawing.Size(213, 22);
this.DicPlanMan.SqlStr = null;
this.DicPlanMan.TabIndex = 161;
this.DicPlanMan.TextBoxFlag = "";
this.DicPlanMan.TextBoxValue = "";
//
// labelControl19
//
this.labelControl19.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl19.Appearance.Options.UseFont = true;
this.labelControl19.Location = new System.Drawing.Point(556, 18);
this.labelControl19.Name = "labelControl19";
this.labelControl19.Size = new System.Drawing.Size(56, 14);
this.labelControl19.TabIndex = 162;
this.labelControl19.Text = "发 起 人";
//
// txtPlanName
//
this.txtPlanName.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSPlan, "PLAN_NAME", true));
this.txtPlanName.FrmSelect = false;
this.txtPlanName.Location = new System.Drawing.Point(341, 14);
this.txtPlanName.MustText = true;
this.txtPlanName.Name = "txtPlanName";
this.txtPlanName.Properties.Appearance.BackColor = System.Drawing.Color.PeachPuff;
this.txtPlanName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtPlanName.Properties.Appearance.Options.UseBackColor = true;
this.txtPlanName.Properties.Appearance.Options.UseFont = true;
this.txtPlanName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtPlanName.Size = new System.Drawing.Size(213, 22);
this.txtPlanName.StrLen = 0;
this.txtPlanName.TabIndex = 159;
this.txtPlanName.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtPlanName.ValText = "";
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
this.labelControl1.Appearance.Options.UseFont = true;
this.labelControl1.Appearance.Options.UseForeColor = true;
this.labelControl1.Location = new System.Drawing.Point(284, 18);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(56, 14);
this.labelControl1.TabIndex = 160;
this.labelControl1.Text = "计划名称";
//
// txtPlanID
//
this.txtPlanID.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSPlan, "PLAN_ID", true));
this.txtPlanID.Enabled = false;
this.txtPlanID.FrmSelect = false;
this.txtPlanID.Location = new System.Drawing.Point(68, 14);
this.txtPlanID.MustText = false;
this.txtPlanID.Name = "txtPlanID";
this.txtPlanID.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
this.txtPlanID.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txtPlanID.Properties.Appearance.Options.UseBackColor = true;
this.txtPlanID.Properties.Appearance.Options.UseFont = true;
this.txtPlanID.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtPlanID.Size = new System.Drawing.Size(213, 22);
this.txtPlanID.StrLen = 0;
this.txtPlanID.TabIndex = 156;
this.txtPlanID.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtPlanID.ValText = "";
this.txtPlanID.Leave += new System.EventHandler(this.txtPlanID_Leave);
//
// labelControl15
//
this.labelControl15.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl15.Appearance.ForeColor = System.Drawing.Color.Black;
this.labelControl15.Appearance.Options.UseFont = true;
this.labelControl15.Appearance.Options.UseForeColor = true;
this.labelControl15.Location = new System.Drawing.Point(11, 18);
this.labelControl15.Name = "labelControl15";
this.labelControl15.Size = new System.Drawing.Size(56, 14);
this.labelControl15.TabIndex = 158;
this.labelControl15.Text = "计划编号";
//
// FrmPlan
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1144, 430);
this.Controls.Add(this.xtraTabControl1);
this.Name = "FrmPlan";
this.Text = "FrmPlan";
this.Load += new System.EventHandler(this.FrmPlan_Load);
((System.ComponentModel.ISupportInitialize)(this.BSPlanSel)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BSPlanGoodsSel)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BSPlan)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BSPlanGoods)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
this.xtraTabControl1.ResumeLayout(false);
this.PageSel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.GCPlanGoods)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.GVPlanGoods)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.GCPlan)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.GVPlan)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
this.panelControl2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.DateEnd.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.DateEnd.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BSPlanTab)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.DateStar.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.DateStar.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.LEPStoSel.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtPlanNameSel.Properties)).EndInit();
this.PageWork.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.GCPlanGoodsWork)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.GVPlanGoodsWork)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditTeam)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.LEPTeam.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.DatePlanEnd.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.DatePlanEnd.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.LEPStoID.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtDesc.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.DateStarDate.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.DateStarDate.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.DateCreateTime.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.DateCreateTime.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtPlanName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtPlanID.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.BindingSource BSPlanSel;
private System.Windows.Forms.BindingSource BSPlanGoodsSel;
private System.Windows.Forms.BindingSource BSPlan;
private System.Windows.Forms.BindingSource BSPlanGoods;
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
private DevExpress.XtraTab.XtraTabPage PageSel;
private DevExpress.XtraTab.XtraTabPage PageWork;
private Ctrl.GridControlCustom GCPlan;
private DevExpress.XtraGrid.Views.Grid.GridView GVPlan;
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit1;
private DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit repositoryItemPictureEdit1;
private DevExpress.XtraEditors.Repository.RepositoryItemImageEdit repositoryItemImageEdit1;
private Ctrl.GridControlCustom GCPlanGoods;
private DevExpress.XtraGrid.Views.Grid.GridView GVPlanGoods;
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit2;
private DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit repositoryItemPictureEdit2;
private DevExpress.XtraEditors.Repository.RepositoryItemImageEdit repositoryItemImageEdit2;
private Ctrl.GridControlCustom GCPlanGoodsWork;
private DevExpress.XtraGrid.Views.Grid.GridView GVPlanGoodsWork;
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit3;
private DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit repositoryItemPictureEdit3;
private DevExpress.XtraEditors.Repository.RepositoryItemImageEdit repositoryItemImageEdit3;
private DevExpress.XtraEditors.PanelControl panelControl1;
private Ctrl.WMSCtrlTextBox txtPlanID;
private DevExpress.XtraEditors.LabelControl labelControl15;
private Ctrl.WMSCtrlTextBox txtPlanName;
private DevExpress.XtraEditors.LabelControl labelControl1;
private Ctrl.CtrlDictonary DicPlanMan;
private DevExpress.XtraEditors.LabelControl labelControl19;
private DevExpress.XtraEditors.DateEdit DateCreateTime;
private DevExpress.XtraEditors.LabelControl labelControl16;
private DevExpress.XtraEditors.DateEdit DateStarDate;
private DevExpress.XtraEditors.LabelControl labelControl2;
private Ctrl.WMSCtrlTextBox txtDesc;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraGrid.Columns.GridColumn colPLAN_ID;
private DevExpress.XtraGrid.Columns.GridColumn colPLAN_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colPLAN_USERID;
private DevExpress.XtraGrid.Columns.GridColumn colPLAN_USERNAME;
private DevExpress.XtraGrid.Columns.GridColumn colPLAN_DESCRIPTION;
private DevExpress.XtraGrid.Columns.GridColumn colPLAN_STARTDATE;
private DevExpress.XtraGrid.Columns.GridColumn colPLAN_CREATETIME;
private DevExpress.XtraGrid.Columns.GridColumn colDATESTAR;
private DevExpress.XtraGrid.Columns.GridColumn colDATEEND;
private DevExpress.XtraGrid.Columns.GridColumn colSTATUS;
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_ID;
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colID1;
private DevExpress.XtraGrid.Columns.GridColumn colPLAN_ID2;
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_ID1;
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_NAME1;
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_NUM1;
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_COMPLETENUM1;
private DevExpress.XtraGrid.Columns.GridColumn colCOMPLETE_DATE1;
private DevExpress.XtraGrid.Columns.GridColumn colTEAM_ID1;
private DevExpress.XtraGrid.Columns.GridColumn colTEAM_NAME1;
private Ctrl.LookUpEditSystem LEPStoID;
private DevExpress.XtraEditors.LabelControl labelControl17;
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEditTeam;
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraEditors.LabelControl labelControl7;
private DevExpress.XtraEditors.DateEdit DateStar;
private DevExpress.XtraEditors.LabelControl labelControl6;
private Ctrl.LookUpEditSystem LEPStoSel;
private DevExpress.XtraEditors.LabelControl labelControl5;
private Ctrl.WMSCtrlTextBox txtPlanNameSel;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.DateEdit DateEnd;
private System.Windows.Forms.BindingSource BSPlanTab;
private Ctrl.CtrlDictonary DicGoods;
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_ID1;
private DevExpress.XtraGrid.Columns.GridColumn colStorage_name1;
private DevExpress.XtraGrid.Columns.GridColumn colTASK_ID;
private DevExpress.XtraGrid.Columns.GridColumn colTask_name;
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_ID;
private DevExpress.XtraGrid.Columns.GridColumn colGoods_name;
private DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit repositoryItemHyperLinkEdit1;
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_NUM;
private DevExpress.XtraGrid.Columns.GridColumn colFINISH_NUM;
private DevExpress.XtraGrid.Columns.GridColumn colFINISH_DATE;
private DevExpress.XtraGrid.Columns.GridColumn colLAST_NUM;
private DevExpress.XtraGrid.Columns.GridColumn colRECORD_PER;
private DevExpress.XtraGrid.Columns.GridColumn colRecord_per_name;
private DevExpress.XtraGrid.Columns.GridColumn colREMARK;
private DevExpress.XtraGrid.Columns.GridColumn colVERSION;
private DevExpress.XtraGrid.Columns.GridColumn colGroup_id;
private DevExpress.XtraGrid.Columns.GridColumn colGroup_name;
private DevExpress.XtraGrid.Columns.GridColumn colStatus1;
private DevExpress.XtraGrid.Columns.GridColumn colRecordDate;
private DevExpress.XtraGrid.Columns.GridColumn colPLAN_ENDDATE;
private Ctrl.LookUpEditSystem LEPTeam;
private DevExpress.XtraEditors.LabelControl labelControl9;
private DevExpress.XtraEditors.DateEdit DatePlanEnd;
private DevExpress.XtraEditors.LabelControl labelControl8;
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_TYPE;
private DevExpress.XtraGrid.Columns.GridColumn colGoodTypeID;
}
}