BaoKai_202508_Wms_Jingwang_.../WMS.FrmSC/FrmProcess.Designer.cs
2025-08-24 21:52:42 +08:00

1948 lines
120 KiB
C#

namespace WMS.FrmSC
{
partial class FrmProcess
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmProcess));
this.repositoryItemHyperLinkEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
this.bs_Process = new System.Windows.Forms.BindingSource(this.components);
this.bs_ProcessBreak = new System.Windows.Forms.BindingSource(this.components);
this.bs_task = new System.Windows.Forms.BindingSource(this.components);
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
this.ctr_Goods = new WMS.Ctrl.CtrlDictonary();
this.DateEnd = new DevExpress.XtraEditors.DateEdit();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.GCPlan = new WMS.Ctrl.GridControlCustom();
this.GVPlan = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn6 = 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.DateStar = new DevExpress.XtraEditors.DateEdit();
this.txtPlanNameSel = new WMS.Ctrl.WMSCtrlTextBox(this.components);
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.cmbState = new WMS.Ctrl.LookUpEditSystem();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.cmbStorage = new WMS.Ctrl.LookUpEditSystem();
this.BSPlan = new System.Windows.Forms.BindingSource(this.components);
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.GCPlanGoods = new WMS.Ctrl.GridControlCustom();
this.BSPlanGoodsSel = new System.Windows.Forms.BindingSource(this.components);
this.GVPlanGoods = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colPLAN_ID1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPLAN_NAME2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGOODS_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGOODS_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.hy_goods = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
this.colGOODS_TYPE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGOODS_NUM2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGOODS_COMPLETENUM = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCOMPLETE_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTEAM_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTEAM_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
this.gridControlCustom3 = new WMS.Ctrl.GridControlCustom();
this.bs_proc = new System.Windows.Forms.BindingSource(this.components);
this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colSTORAGE_ID3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colStorage_name3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTASK_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTask_name = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGOODS_ID2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGoods_name2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemHyperLinkEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
this.colGOODS_NUM1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colFINISH_NUM1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
this.colFINISH_DATE1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.date_fin = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
this.colLAST_NUM2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colRECORD_PER = new DevExpress.XtraGrid.Columns.GridColumn();
this.colRecord_per_name1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colREMARK1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colVERSION = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGroup_id = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGroup_name1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colStatus3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colRecordDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemHyperLinkEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
this.gridControlCustom2 = new WMS.Ctrl.GridControlCustom();
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colSTORAGE_ID1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colStorage_name1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTASK_ID1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTask_name1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTEP_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colStep_name = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGOODS_ID1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGoods_name1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGoods_all_num = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGoods_num = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLast_num1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGoods_complete_date = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMATERIAL_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMaterial_name = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMATERIAL_NUM = new DevExpress.XtraGrid.Columns.GridColumn();
this.colUNIT = new DevExpress.XtraGrid.Columns.GridColumn();
this.lueUnit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.colUnit_name = new DevExpress.XtraGrid.Columns.GridColumn();
this.colBREAK_NUM = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
this.colBREAK_PER = new DevExpress.XtraGrid.Columns.GridColumn();
this.lue_p = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.colBreak_pername = new DevExpress.XtraGrid.Columns.GridColumn();
this.colBREAK_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
this.break_date = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
this.colAREA_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colArea_name = new DevExpress.XtraGrid.Columns.GridColumn();
this.colRECORD_PER1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colRecord_perName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colRECORD_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colStatus4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.lue_per = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.repositoryItemColorEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemColorEdit();
this.complete_date = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
this.BSPlanTab = new System.Windows.Forms.BindingSource(this.components);
this.BSPlanSel = new System.Windows.Forms.BindingSource(this.components);
this.BSPlanGoods = new System.Windows.Forms.BindingSource(this.components);
((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bs_Process)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bs_ProcessBreak)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bs_task)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
this.xtraTabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
this.splitContainerControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.DateEnd.Properties.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DateEnd.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.GCPlan)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.GVPlan)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DateStar.Properties.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DateStar.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPlanNameSel.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbState.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbStorage.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BSPlan)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.GCPlanGoods)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BSPlanGoodsSel)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.GVPlanGoods)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.hy_goods)).BeginInit();
this.xtraTabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
this.splitContainerControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bs_proc)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.date_fin)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.date_fin.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lueUnit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lue_p)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.break_date)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.break_date.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lue_per)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemColorEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.complete_date)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.complete_date.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BSPlanTab)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BSPlanSel)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BSPlanGoods)).BeginInit();
this.SuspendLayout();
//
// repositoryItemHyperLinkEdit1
//
this.repositoryItemHyperLinkEdit1.AutoHeight = false;
this.repositoryItemHyperLinkEdit1.Name = "repositoryItemHyperLinkEdit1";
//
// bs_Process
//
this.bs_Process.DataSource = typeof(WMS.Model.SC.ScProcessModel);
//
// bs_ProcessBreak
//
this.bs_ProcessBreak.DataSource = typeof(WMS.Model.SC.ProBreakModel);
//
// bs_task
//
this.bs_task.DataSource = typeof(WMS.Model.SC.ProcessPlanModel);
//
// xtraTabControl1
//
this.xtraTabControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.xtraTabControl1.BorderStylePage = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
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.xtraTabPage1;
this.xtraTabControl1.Size = new System.Drawing.Size(1210, 470);
this.xtraTabControl1.TabIndex = 1;
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.xtraTabPage1,
this.xtraTabPage2});
this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged);
//
// xtraTabPage1
//
this.xtraTabPage1.Controls.Add(this.splitContainerControl2);
this.xtraTabPage1.Name = "xtraTabPage1";
this.xtraTabPage1.Size = new System.Drawing.Size(1204, 440);
this.xtraTabPage1.Text = "计划展示";
//
// splitContainerControl2
//
this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainerControl2.Horizontal = false;
this.splitContainerControl2.Location = new System.Drawing.Point(0, 0);
this.splitContainerControl2.Name = "splitContainerControl2";
this.splitContainerControl2.Panel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.splitContainerControl2.Panel1.Controls.Add(this.ctr_Goods);
this.splitContainerControl2.Panel1.Controls.Add(this.DateEnd);
this.splitContainerControl2.Panel1.Controls.Add(this.labelControl7);
this.splitContainerControl2.Panel1.Controls.Add(this.GCPlan);
this.splitContainerControl2.Panel1.Controls.Add(this.DateStar);
this.splitContainerControl2.Panel1.Controls.Add(this.txtPlanNameSel);
this.splitContainerControl2.Panel1.Controls.Add(this.labelControl6);
this.splitContainerControl2.Panel1.Controls.Add(this.labelControl1);
this.splitContainerControl2.Panel1.Controls.Add(this.labelControl4);
this.splitContainerControl2.Panel1.Controls.Add(this.cmbState);
this.splitContainerControl2.Panel1.Controls.Add(this.labelControl2);
this.splitContainerControl2.Panel1.Controls.Add(this.cmbStorage);
this.splitContainerControl2.Panel1.Controls.Add(this.labelControl5);
this.splitContainerControl2.Panel1.Text = "Panel1";
this.splitContainerControl2.Panel2.Controls.Add(this.GCPlanGoods);
this.splitContainerControl2.Panel2.Text = "Panel2";
this.splitContainerControl2.Size = new System.Drawing.Size(1204, 440);
this.splitContainerControl2.SplitterPosition = 235;
this.splitContainerControl2.TabIndex = 184;
this.splitContainerControl2.Text = "splitContainerControl2";
//
// ctr_Goods
//
this.ctr_Goods.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.ctr_Goods.Cursor = System.Windows.Forms.Cursors.Default;
this.ctr_Goods.DictonaryTableName = WMS.Ctrl.DictonaryType.t_Base_Goods;
this.ctr_Goods.ErrText = "无数据重新查询";
this.ctr_Goods.IsSqlWhere = false;
this.ctr_Goods.Location = new System.Drawing.Point(69, 31);
this.ctr_Goods.Name = "ctr_Goods";
this.ctr_Goods.Number = 0;
this.ctr_Goods.SelectType = WMS.Ctrl.DataSlectType.MultiSelect;
this.ctr_Goods.ShowColumns.AddRange(new WMS.Ctrl.ColumnsItem[] {
((WMS.Ctrl.ColumnsItem)(((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctr_Goods.ShowColumns"))))),
((WMS.Ctrl.ColumnsItem)(((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctr_Goods.ShowColumns1"))))),
((WMS.Ctrl.ColumnsItem)(((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctr_Goods.ShowColumns2"))))),
((WMS.Ctrl.ColumnsItem)(((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctr_Goods.ShowColumns3"))))),
((WMS.Ctrl.ColumnsItem)(((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctr_Goods.ShowColumns4"))))),
((WMS.Ctrl.ColumnsItem)(((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctr_Goods.ShowColumns5"))))),
((WMS.Ctrl.ColumnsItem)(((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctr_Goods.ShowColumns6"))))),
((WMS.Ctrl.ColumnsItem)(((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctr_Goods.ShowColumns7"))))),
((WMS.Ctrl.ColumnsItem)(((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctr_Goods.ShowColumns8"))))),
((WMS.Ctrl.ColumnsItem)(((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctr_Goods.ShowColumns9")))))});
this.ctr_Goods.Size = new System.Drawing.Size(180, 20);
this.ctr_Goods.SqlStr = null;
this.ctr_Goods.TabIndex = 186;
this.ctr_Goods.TextBoxFlag = "";
this.ctr_Goods.TextBoxValue = "";
this.ctr_Goods.Button_Click += new System.EventHandler(this.ctr_Goods_Button_Click);
//
// DateEnd
//
this.DateEnd.EditValue = null;
this.DateEnd.Location = new System.Drawing.Point(758, 5);
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, 1, 1, 0, 0);
this.DateEnd.Size = new System.Drawing.Size(180, 22);
this.DateEnd.TabIndex = 185;
//
// labelControl7
//
this.labelControl7.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl7.Appearance.Options.UseFont = true;
this.labelControl7.Location = new System.Drawing.Point(733, 9);
this.labelControl7.Name = "labelControl7";
this.labelControl7.Size = new System.Drawing.Size(14, 14);
this.labelControl7.TabIndex = 184;
this.labelControl7.Text = "至";
//
// 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 = null;
this.GCPlan.ColorShortageValue = null;
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 = null;
this.GCPlan.ColorVerifyValue = null;
this.GCPlan.ColorWarning = System.Drawing.Color.Empty;
this.GCPlan.ColorWarningValue = null;
this.GCPlan.DataSource = this.bs_task;
this.GCPlan.Dock = System.Windows.Forms.DockStyle.Bottom;
this.GCPlan.EnableAppearanceEvenRow = true;
this.GCPlan.IndicatorWidth = 40;
this.GCPlan.Location = new System.Drawing.Point(0, 57);
this.GCPlan.MainView = this.GVPlan;
this.GCPlan.Name = "GCPlan";
this.GCPlan.ShowRowID = true;
this.GCPlan.Size = new System.Drawing.Size(1200, 174);
this.GCPlan.TabIndex = 176;
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.gridColumn6,
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.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.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.GVPlan_FocusedRowChanged);
this.GVPlan.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.GVPlan_CustomColumnDisplayText);
//
// gridColumn6
//
this.gridColumn6.FieldName = "PLAN_ID";
this.gridColumn6.Name = "gridColumn6";
this.gridColumn6.OptionsColumn.AllowEdit = false;
this.gridColumn6.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "PLAN_ID", "共{0}个任务")});
this.gridColumn6.Visible = true;
this.gridColumn6.VisibleIndex = 0;
this.gridColumn6.Width = 95;
//
// colPLAN_NAME
//
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 = 221;
//
// colPLAN_USERID
//
this.colPLAN_USERID.FieldName = "PLAN_USERID";
this.colPLAN_USERID.Name = "colPLAN_USERID";
this.colPLAN_USERID.OptionsColumn.AllowEdit = false;
//
// colPLAN_USERNAME
//
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.FieldName = "PLAN_DESCRIPTION";
this.colPLAN_DESCRIPTION.Name = "colPLAN_DESCRIPTION";
this.colPLAN_DESCRIPTION.OptionsColumn.AllowEdit = false;
this.colPLAN_DESCRIPTION.Width = 228;
//
// colPLAN_STARTDATE
//
this.colPLAN_STARTDATE.DisplayFormat.FormatString = "yyyy-MM-dd";
this.colPLAN_STARTDATE.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
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 = 190;
//
// colPLAN_CREATETIME
//
this.colPLAN_CREATETIME.DisplayFormat.FormatString = "yyyy-MM-dd";
this.colPLAN_CREATETIME.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
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 = 186;
//
// colDATESTAR
//
this.colDATESTAR.FieldName = "DATESTAR";
this.colDATESTAR.Name = "colDATESTAR";
this.colDATESTAR.OptionsColumn.AllowEdit = false;
//
// colDATEEND
//
this.colDATEEND.FieldName = "DATEEND";
this.colDATEEND.Name = "colDATEEND";
this.colDATEEND.OptionsColumn.AllowEdit = false;
//
// colSTATUS
//
this.colSTATUS.FieldName = "STATUS";
this.colSTATUS.Name = "colSTATUS";
this.colSTATUS.OptionsColumn.AllowEdit = false;
this.colSTATUS.Visible = true;
this.colSTATUS.VisibleIndex = 6;
this.colSTATUS.Width = 192;
//
// colSTORAGE_ID
//
this.colSTORAGE_ID.FieldName = "STORAGE_ID";
this.colSTORAGE_ID.Name = "colSTORAGE_ID";
this.colSTORAGE_ID.OptionsColumn.AllowEdit = false;
//
// colSTORAGE_NAME
//
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 = 179;
//
// DateStar
//
this.DateStar.EditValue = null;
this.DateStar.Location = new System.Drawing.Point(537, 5);
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, 1, 1, 0, 0);
this.DateStar.Size = new System.Drawing.Size(180, 22);
this.DateStar.TabIndex = 182;
//
// txtPlanNameSel
//
this.txtPlanNameSel.FrmSelect = false;
this.txtPlanNameSel.Location = new System.Drawing.Point(69, 5);
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 = 178;
this.txtPlanNameSel.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txtPlanNameSel.ValText = "";
//
// labelControl6
//
this.labelControl6.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl6.Appearance.Options.UseFont = true;
this.labelControl6.Location = new System.Drawing.Point(475, 9);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(56, 14);
this.labelControl6.TabIndex = 183;
this.labelControl6.Text = "发起时间";
//
// 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(9, 37);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(56, 14);
this.labelControl1.TabIndex = 179;
this.labelControl1.Text = "商 品";
//
// 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(9, 9);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(56, 14);
this.labelControl4.TabIndex = 179;
this.labelControl4.Text = "计划名称";
//
// cmbState
//
this.cmbState.EditValue = "";
this.cmbState.Location = new System.Drawing.Point(289, 29);
this.cmbState.Name = "cmbState";
this.cmbState.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.cmbState.Properties.Appearance.Options.UseFont = true;
this.cmbState.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.cmbState.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.cmbState.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("ID", "编号", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Status", "状态")});
this.cmbState.Properties.NullText = "";
this.cmbState.Size = new System.Drawing.Size(180, 22);
this.cmbState.TabIndex = 180;
//
// labelControl2
//
this.labelControl2.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl2.Appearance.Options.UseFont = true;
this.labelControl2.Location = new System.Drawing.Point(255, 33);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(28, 14);
this.labelControl2.TabIndex = 181;
this.labelControl2.Text = "状态";
//
// cmbStorage
//
this.cmbStorage.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSPlan, "STORAGE_ID", true));
this.cmbStorage.EditValue = "";
this.cmbStorage.Location = new System.Drawing.Point(289, 5);
this.cmbStorage.Name = "cmbStorage";
this.cmbStorage.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.cmbStorage.Properties.Appearance.Options.UseFont = true;
this.cmbStorage.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.cmbStorage.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.cmbStorage.Properties.NullText = "";
this.cmbStorage.Size = new System.Drawing.Size(180, 22);
this.cmbStorage.TabIndex = 180;
//
// BSPlan
//
this.BSPlan.DataSource = typeof(WMS.Model.SC.ProcessPlanModel);
//
// labelControl5
//
this.labelControl5.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl5.Appearance.Options.UseFont = true;
this.labelControl5.Location = new System.Drawing.Point(255, 9);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(28, 14);
this.labelControl5.TabIndex = 181;
this.labelControl5.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 = null;
this.GCPlanGoods.ColorShortageValue = null;
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 = null;
this.GCPlanGoods.ColorVerifyValue = null;
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, 0);
this.GCPlanGoods.MainView = this.GVPlanGoods;
this.GCPlanGoods.Name = "GCPlanGoods";
this.GCPlanGoods.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.hy_goods});
this.GCPlanGoods.ShowRowID = true;
this.GCPlanGoods.Size = new System.Drawing.Size(1204, 193);
this.GCPlanGoods.TabIndex = 177;
this.GCPlanGoods.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.GVPlanGoods});
//
// BSPlanGoodsSel
//
this.BSPlanGoodsSel.DataSource = typeof(WMS.Model.SC.PlanGoodsModel);
//
// 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.colPLAN_ID1,
this.colPLAN_NAME2,
this.colGOODS_ID,
this.colGOODS_NAME,
this.colGOODS_TYPE,
this.colGOODS_NUM2,
this.colGOODS_COMPLETENUM,
this.colCOMPLETE_DATE,
this.colTEAM_ID,
this.colTEAM_NAME});
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.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.GVPlanGoods_RowCellClick);
this.GVPlanGoods.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.GVPlanGoods_FocusedRowChanged);
this.GVPlanGoods.DoubleClick += new System.EventHandler(this.GVPlanGoods_DoubleClick);
//
// colPLAN_ID1
//
this.colPLAN_ID1.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colPLAN_ID1.AppearanceCell.Options.UseFont = true;
this.colPLAN_ID1.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colPLAN_ID1.AppearanceHeader.Options.UseFont = true;
this.colPLAN_ID1.AppearanceHeader.Options.UseTextOptions = true;
this.colPLAN_ID1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colPLAN_ID1.FieldName = "PLAN_ID";
this.colPLAN_ID1.Name = "colPLAN_ID1";
this.colPLAN_ID1.OptionsColumn.AllowEdit = false;
//
// colPLAN_NAME2
//
this.colPLAN_NAME2.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colPLAN_NAME2.AppearanceCell.Options.UseFont = true;
this.colPLAN_NAME2.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colPLAN_NAME2.AppearanceHeader.Options.UseFont = true;
this.colPLAN_NAME2.AppearanceHeader.Options.UseTextOptions = true;
this.colPLAN_NAME2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colPLAN_NAME2.FieldName = "PLAN_NAME";
this.colPLAN_NAME2.Name = "colPLAN_NAME2";
this.colPLAN_NAME2.OptionsColumn.AllowEdit = false;
this.colPLAN_NAME2.Width = 88;
//
// colGOODS_ID
//
this.colGOODS_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colGOODS_ID.AppearanceCell.Options.UseFont = true;
this.colGOODS_ID.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colGOODS_ID.AppearanceHeader.Options.UseFont = true;
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.Visible = true;
this.colGOODS_ID.VisibleIndex = 0;
this.colGOODS_ID.Width = 161;
//
// colGOODS_NAME
//
this.colGOODS_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colGOODS_NAME.AppearanceCell.Options.UseFont = true;
this.colGOODS_NAME.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colGOODS_NAME.AppearanceHeader.Options.UseFont = true;
this.colGOODS_NAME.AppearanceHeader.Options.UseTextOptions = true;
this.colGOODS_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colGOODS_NAME.ColumnEdit = this.hy_goods;
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 = 1;
this.colGOODS_NAME.Width = 341;
//
// hy_goods
//
this.hy_goods.AutoHeight = false;
this.hy_goods.Name = "hy_goods";
//
// colGOODS_TYPE
//
this.colGOODS_TYPE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colGOODS_TYPE.AppearanceCell.Options.UseFont = true;
this.colGOODS_TYPE.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colGOODS_TYPE.AppearanceHeader.Options.UseFont = true;
this.colGOODS_TYPE.AppearanceHeader.Options.UseTextOptions = true;
this.colGOODS_TYPE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colGOODS_TYPE.FieldName = "GOODS_TYPE";
this.colGOODS_TYPE.Name = "colGOODS_TYPE";
this.colGOODS_TYPE.OptionsColumn.AllowEdit = false;
//
// colGOODS_NUM2
//
this.colGOODS_NUM2.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colGOODS_NUM2.AppearanceCell.Options.UseFont = true;
this.colGOODS_NUM2.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colGOODS_NUM2.AppearanceHeader.Options.UseFont = true;
this.colGOODS_NUM2.AppearanceHeader.Options.UseTextOptions = true;
this.colGOODS_NUM2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colGOODS_NUM2.FieldName = "GOODS_NUM";
this.colGOODS_NUM2.Name = "colGOODS_NUM2";
this.colGOODS_NUM2.OptionsColumn.AllowEdit = false;
this.colGOODS_NUM2.Visible = true;
this.colGOODS_NUM2.VisibleIndex = 2;
this.colGOODS_NUM2.Width = 92;
//
// colGOODS_COMPLETENUM
//
this.colGOODS_COMPLETENUM.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colGOODS_COMPLETENUM.AppearanceCell.Options.UseFont = true;
this.colGOODS_COMPLETENUM.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colGOODS_COMPLETENUM.AppearanceHeader.Options.UseFont = true;
this.colGOODS_COMPLETENUM.AppearanceHeader.Options.UseTextOptions = true;
this.colGOODS_COMPLETENUM.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colGOODS_COMPLETENUM.FieldName = "GOODS_COMPLETENUM";
this.colGOODS_COMPLETENUM.Name = "colGOODS_COMPLETENUM";
this.colGOODS_COMPLETENUM.OptionsColumn.AllowEdit = false;
this.colGOODS_COMPLETENUM.Visible = true;
this.colGOODS_COMPLETENUM.VisibleIndex = 3;
this.colGOODS_COMPLETENUM.Width = 139;
//
// colCOMPLETE_DATE
//
this.colCOMPLETE_DATE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colCOMPLETE_DATE.AppearanceCell.Options.UseFont = true;
this.colCOMPLETE_DATE.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colCOMPLETE_DATE.AppearanceHeader.Options.UseFont = true;
this.colCOMPLETE_DATE.AppearanceHeader.Options.UseTextOptions = true;
this.colCOMPLETE_DATE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colCOMPLETE_DATE.FieldName = "COMPLETE_DATE";
this.colCOMPLETE_DATE.Name = "colCOMPLETE_DATE";
this.colCOMPLETE_DATE.OptionsColumn.AllowEdit = false;
this.colCOMPLETE_DATE.Visible = true;
this.colCOMPLETE_DATE.VisibleIndex = 4;
this.colCOMPLETE_DATE.Width = 114;
//
// colTEAM_ID
//
this.colTEAM_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colTEAM_ID.AppearanceCell.Options.UseFont = true;
this.colTEAM_ID.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colTEAM_ID.AppearanceHeader.Options.UseFont = true;
this.colTEAM_ID.AppearanceHeader.Options.UseTextOptions = true;
this.colTEAM_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colTEAM_ID.FieldName = "TEAM_ID";
this.colTEAM_ID.Name = "colTEAM_ID";
this.colTEAM_ID.OptionsColumn.AllowEdit = false;
this.colTEAM_ID.Width = 151;
//
// colTEAM_NAME
//
this.colTEAM_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colTEAM_NAME.AppearanceCell.Options.UseFont = true;
this.colTEAM_NAME.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colTEAM_NAME.AppearanceHeader.Options.UseFont = true;
this.colTEAM_NAME.AppearanceHeader.Options.UseTextOptions = true;
this.colTEAM_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colTEAM_NAME.FieldName = "TEAM_NAME";
this.colTEAM_NAME.Name = "colTEAM_NAME";
this.colTEAM_NAME.OptionsColumn.AllowEdit = false;
this.colTEAM_NAME.Width = 166;
//
// xtraTabPage2
//
this.xtraTabPage2.Controls.Add(this.splitContainerControl1);
this.xtraTabPage2.Name = "xtraTabPage2";
this.xtraTabPage2.Size = new System.Drawing.Size(1200, 437);
this.xtraTabPage2.Text = "加工完成";
//
// splitContainerControl1
//
this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainerControl1.Horizontal = false;
this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
this.splitContainerControl1.Name = "splitContainerControl1";
this.splitContainerControl1.Panel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.splitContainerControl1.Panel1.Controls.Add(this.gridControlCustom3);
this.splitContainerControl1.Panel1.Text = "Panel1";
this.splitContainerControl1.Panel2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.splitContainerControl1.Panel2.Controls.Add(this.gridControlCustom2);
this.splitContainerControl1.Panel2.Text = "Panel2";
this.splitContainerControl1.Size = new System.Drawing.Size(1200, 437);
this.splitContainerControl1.SplitterPosition = 178;
this.splitContainerControl1.TabIndex = 1;
this.splitContainerControl1.Text = "splitContainerControl1";
//
// gridControlCustom3
//
this.gridControlCustom3.ColorApprove = System.Drawing.Color.Empty;
this.gridControlCustom3.ColorApproveValue = null;
this.gridControlCustom3.ColorPass = System.Drawing.Color.Empty;
this.gridControlCustom3.ColorPassValue = null;
this.gridControlCustom3.ColorRepeal = System.Drawing.Color.Empty;
this.gridControlCustom3.ColorRepealValue = null;
this.gridControlCustom3.ColorReWork = System.Drawing.Color.Empty;
this.gridControlCustom3.ColorReWorkValue = null;
this.gridControlCustom3.ColorSelectedRow = System.Drawing.Color.Empty;
this.gridControlCustom3.ColorShortage = System.Drawing.Color.Empty;
this.gridControlCustom3.ColorShortageFlagColumn = null;
this.gridControlCustom3.ColorShortageValue = null;
this.gridControlCustom3.ColorUnExecute = System.Drawing.Color.Empty;
this.gridControlCustom3.ColorUnExecuteValue = null;
this.gridControlCustom3.ColorUnPass = System.Drawing.Color.Empty;
this.gridControlCustom3.ColorUnPassValue = null;
this.gridControlCustom3.ColorVerify = System.Drawing.Color.Empty;
this.gridControlCustom3.ColorVerifyFlagColumn = null;
this.gridControlCustom3.ColorVerifyValue = null;
this.gridControlCustom3.ColorWarning = System.Drawing.Color.Empty;
this.gridControlCustom3.ColorWarningValue = null;
this.gridControlCustom3.DataSource = this.bs_proc;
this.gridControlCustom3.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControlCustom3.EnableAppearanceEvenRow = true;
this.gridControlCustom3.IndicatorWidth = 40;
this.gridControlCustom3.Location = new System.Drawing.Point(0, 0);
this.gridControlCustom3.MainView = this.gridView3;
this.gridControlCustom3.Name = "gridControlCustom3";
this.gridControlCustom3.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.date_fin,
this.repositoryItemHyperLinkEdit2,
this.repositoryItemTextEdit1,
this.repositoryItemHyperLinkEdit3});
this.gridControlCustom3.ShowRowID = true;
this.gridControlCustom3.Size = new System.Drawing.Size(1196, 174);
this.gridControlCustom3.TabIndex = 3;
this.gridControlCustom3.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView3});
//
// bs_proc
//
this.bs_proc.DataSource = this.bs_Process;
//
// gridView3
//
this.gridView3.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
this.gridView3.Appearance.EvenRow.Options.UseBackColor = true;
this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colSTORAGE_ID3,
this.colStorage_name3,
this.colTASK_ID,
this.colTask_name,
this.colGOODS_ID2,
this.colGoods_name2,
this.colGOODS_NUM1,
this.colFINISH_NUM1,
this.colFINISH_DATE1,
this.colLAST_NUM2,
this.colRECORD_PER,
this.colRecord_per_name1,
this.colREMARK1,
this.colVERSION,
this.colGroup_id,
this.colGroup_name1,
this.colStatus3,
this.colRecordDate});
this.gridView3.GridControl = this.gridControlCustom3;
this.gridView3.IndicatorWidth = 34;
this.gridView3.Name = "gridView3";
this.gridView3.OptionsView.ColumnAutoWidth = false;
this.gridView3.OptionsView.EnableAppearanceEvenRow = true;
this.gridView3.OptionsView.ShowFooter = true;
this.gridView3.OptionsView.ShowGroupPanel = false;
this.gridView3.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView3_RowCellClick);
this.gridView3.FocusedColumnChanged += new DevExpress.XtraGrid.Views.Base.FocusedColumnChangedEventHandler(this.gridView3_FocusedColumnChanged);
this.gridView3.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView3_CellValueChanged);
this.gridView3.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView3_CustomColumnDisplayText);
this.gridView3.Click += new System.EventHandler(this.gridView3_Click);
//
// colSTORAGE_ID3
//
this.colSTORAGE_ID3.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colSTORAGE_ID3.AppearanceCell.Options.UseFont = true;
this.colSTORAGE_ID3.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colSTORAGE_ID3.AppearanceHeader.Options.UseFont = true;
this.colSTORAGE_ID3.AppearanceHeader.Options.UseTextOptions = true;
this.colSTORAGE_ID3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colSTORAGE_ID3.FieldName = "STORAGE_ID";
this.colSTORAGE_ID3.Name = "colSTORAGE_ID3";
this.colSTORAGE_ID3.OptionsColumn.AllowEdit = false;
//
// colStorage_name3
//
this.colStorage_name3.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colStorage_name3.AppearanceCell.Options.UseFont = true;
this.colStorage_name3.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colStorage_name3.AppearanceHeader.Options.UseFont = true;
this.colStorage_name3.AppearanceHeader.Options.UseTextOptions = true;
this.colStorage_name3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colStorage_name3.FieldName = "Storage_name";
this.colStorage_name3.Name = "colStorage_name3";
this.colStorage_name3.OptionsColumn.AllowEdit = false;
//
// colTASK_ID
//
this.colTASK_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colTASK_ID.AppearanceCell.Options.UseFont = true;
this.colTASK_ID.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colTASK_ID.AppearanceHeader.Options.UseFont = true;
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.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colTask_name.AppearanceCell.Options.UseFont = true;
this.colTask_name.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colTask_name.AppearanceHeader.Options.UseFont = true;
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_ID2
//
this.colGOODS_ID2.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colGOODS_ID2.AppearanceCell.Options.UseFont = true;
this.colGOODS_ID2.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colGOODS_ID2.AppearanceHeader.Options.UseFont = true;
this.colGOODS_ID2.AppearanceHeader.Options.UseTextOptions = true;
this.colGOODS_ID2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colGOODS_ID2.FieldName = "GOODS_ID";
this.colGOODS_ID2.Name = "colGOODS_ID2";
this.colGOODS_ID2.OptionsColumn.AllowEdit = false;
this.colGOODS_ID2.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "GOODS_ID", "共 {0} 条")});
this.colGOODS_ID2.Visible = true;
this.colGOODS_ID2.VisibleIndex = 0;
this.colGOODS_ID2.Width = 142;
//
// colGoods_name2
//
this.colGoods_name2.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colGoods_name2.AppearanceCell.Options.UseFont = true;
this.colGoods_name2.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colGoods_name2.AppearanceHeader.Options.UseFont = true;
this.colGoods_name2.AppearanceHeader.Options.UseTextOptions = true;
this.colGoods_name2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colGoods_name2.ColumnEdit = this.repositoryItemHyperLinkEdit3;
this.colGoods_name2.FieldName = "Goods_name";
this.colGoods_name2.Name = "colGoods_name2";
this.colGoods_name2.OptionsColumn.AllowEdit = false;
this.colGoods_name2.Visible = true;
this.colGoods_name2.VisibleIndex = 1;
this.colGoods_name2.Width = 366;
//
// repositoryItemHyperLinkEdit3
//
this.repositoryItemHyperLinkEdit3.AutoHeight = false;
this.repositoryItemHyperLinkEdit3.Name = "repositoryItemHyperLinkEdit3";
//
// colGOODS_NUM1
//
this.colGOODS_NUM1.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colGOODS_NUM1.AppearanceCell.Options.UseFont = true;
this.colGOODS_NUM1.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colGOODS_NUM1.AppearanceHeader.Options.UseFont = true;
this.colGOODS_NUM1.AppearanceHeader.Options.UseTextOptions = true;
this.colGOODS_NUM1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colGOODS_NUM1.FieldName = "GOODS_NUM";
this.colGOODS_NUM1.Name = "colGOODS_NUM1";
this.colGOODS_NUM1.OptionsColumn.AllowEdit = false;
this.colGOODS_NUM1.Visible = true;
this.colGOODS_NUM1.VisibleIndex = 2;
this.colGOODS_NUM1.Width = 149;
//
// colFINISH_NUM1
//
this.colFINISH_NUM1.AppearanceCell.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold);
this.colFINISH_NUM1.AppearanceCell.ForeColor = System.Drawing.Color.Red;
this.colFINISH_NUM1.AppearanceCell.Options.UseFont = true;
this.colFINISH_NUM1.AppearanceCell.Options.UseForeColor = true;
this.colFINISH_NUM1.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colFINISH_NUM1.AppearanceHeader.Options.UseFont = true;
this.colFINISH_NUM1.AppearanceHeader.Options.UseTextOptions = true;
this.colFINISH_NUM1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colFINISH_NUM1.ColumnEdit = this.repositoryItemTextEdit1;
this.colFINISH_NUM1.FieldName = "FINISH_NUM";
this.colFINISH_NUM1.Name = "colFINISH_NUM1";
this.colFINISH_NUM1.Visible = true;
this.colFINISH_NUM1.VisibleIndex = 3;
this.colFINISH_NUM1.Width = 155;
//
// repositoryItemTextEdit1
//
this.repositoryItemTextEdit1.AutoHeight = false;
this.repositoryItemTextEdit1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
//
// colFINISH_DATE1
//
this.colFINISH_DATE1.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colFINISH_DATE1.AppearanceCell.Options.UseFont = true;
this.colFINISH_DATE1.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colFINISH_DATE1.AppearanceHeader.Options.UseFont = true;
this.colFINISH_DATE1.AppearanceHeader.Options.UseTextOptions = true;
this.colFINISH_DATE1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colFINISH_DATE1.ColumnEdit = this.date_fin;
this.colFINISH_DATE1.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
this.colFINISH_DATE1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.colFINISH_DATE1.FieldName = "FINISH_DATE";
this.colFINISH_DATE1.Name = "colFINISH_DATE1";
this.colFINISH_DATE1.Visible = true;
this.colFINISH_DATE1.VisibleIndex = 4;
this.colFINISH_DATE1.Width = 166;
//
// date_fin
//
this.date_fin.AutoHeight = false;
this.date_fin.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.date_fin.CalendarTimeProperties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.date_fin.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.date_fin.CalendarTimeProperties.PopupBorderStyle = DevExpress.XtraEditors.Controls.PopupBorderStyles.Flat;
this.date_fin.DisplayFormat.FormatString = "G";
this.date_fin.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.date_fin.EditFormat.FormatString = "G";
this.date_fin.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.date_fin.Mask.EditMask = "G";
this.date_fin.Name = "date_fin";
//
// colLAST_NUM2
//
this.colLAST_NUM2.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colLAST_NUM2.AppearanceCell.Options.UseFont = true;
this.colLAST_NUM2.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colLAST_NUM2.AppearanceHeader.Options.UseFont = true;
this.colLAST_NUM2.AppearanceHeader.Options.UseTextOptions = true;
this.colLAST_NUM2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colLAST_NUM2.FieldName = "LAST_NUM";
this.colLAST_NUM2.Name = "colLAST_NUM2";
this.colLAST_NUM2.OptionsColumn.AllowEdit = false;
this.colLAST_NUM2.Visible = true;
this.colLAST_NUM2.VisibleIndex = 5;
this.colLAST_NUM2.Width = 76;
//
// colRECORD_PER
//
this.colRECORD_PER.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colRECORD_PER.AppearanceCell.Options.UseFont = true;
this.colRECORD_PER.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colRECORD_PER.AppearanceHeader.Options.UseFont = true;
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_name1
//
this.colRecord_per_name1.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colRecord_per_name1.AppearanceCell.Options.UseFont = true;
this.colRecord_per_name1.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colRecord_per_name1.AppearanceHeader.Options.UseFont = true;
this.colRecord_per_name1.AppearanceHeader.Options.UseTextOptions = true;
this.colRecord_per_name1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colRecord_per_name1.FieldName = "Record_per_name";
this.colRecord_per_name1.Name = "colRecord_per_name1";
this.colRecord_per_name1.OptionsColumn.AllowEdit = false;
//
// colREMARK1
//
this.colREMARK1.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colREMARK1.AppearanceCell.Options.UseFont = true;
this.colREMARK1.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colREMARK1.AppearanceHeader.Options.UseFont = true;
this.colREMARK1.AppearanceHeader.Options.UseTextOptions = true;
this.colREMARK1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colREMARK1.FieldName = "REMARK";
this.colREMARK1.Name = "colREMARK1";
this.colREMARK1.OptionsColumn.AllowEdit = false;
//
// colVERSION
//
this.colVERSION.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colVERSION.AppearanceCell.Options.UseFont = true;
this.colVERSION.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colVERSION.AppearanceHeader.Options.UseFont = true;
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.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colGroup_id.AppearanceCell.Options.UseFont = true;
this.colGroup_id.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colGroup_id.AppearanceHeader.Options.UseFont = true;
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_name1
//
this.colGroup_name1.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colGroup_name1.AppearanceCell.Options.UseFont = true;
this.colGroup_name1.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colGroup_name1.AppearanceHeader.Options.UseFont = true;
this.colGroup_name1.AppearanceHeader.Options.UseTextOptions = true;
this.colGroup_name1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colGroup_name1.FieldName = "Group_name";
this.colGroup_name1.Name = "colGroup_name1";
this.colGroup_name1.OptionsColumn.AllowEdit = false;
//
// colStatus3
//
this.colStatus3.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colStatus3.AppearanceCell.Options.UseFont = true;
this.colStatus3.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colStatus3.AppearanceHeader.Options.UseFont = true;
this.colStatus3.AppearanceHeader.Options.UseTextOptions = true;
this.colStatus3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colStatus3.FieldName = "Status";
this.colStatus3.Name = "colStatus3";
this.colStatus3.OptionsColumn.AllowEdit = false;
this.colStatus3.Visible = true;
this.colStatus3.VisibleIndex = 6;
this.colStatus3.Width = 112;
//
// colRecordDate
//
this.colRecordDate.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colRecordDate.AppearanceCell.Options.UseFont = true;
this.colRecordDate.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colRecordDate.AppearanceHeader.Options.UseFont = true;
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;
//
// repositoryItemHyperLinkEdit2
//
this.repositoryItemHyperLinkEdit2.AutoHeight = false;
this.repositoryItemHyperLinkEdit2.Name = "repositoryItemHyperLinkEdit2";
//
// gridControlCustom2
//
this.gridControlCustom2.ColorApprove = System.Drawing.Color.Empty;
this.gridControlCustom2.ColorApproveValue = null;
this.gridControlCustom2.ColorPass = System.Drawing.Color.Empty;
this.gridControlCustom2.ColorPassValue = null;
this.gridControlCustom2.ColorRepeal = System.Drawing.Color.Empty;
this.gridControlCustom2.ColorRepealValue = null;
this.gridControlCustom2.ColorReWork = System.Drawing.Color.Empty;
this.gridControlCustom2.ColorReWorkValue = null;
this.gridControlCustom2.ColorSelectedRow = System.Drawing.Color.Empty;
this.gridControlCustom2.ColorShortage = System.Drawing.Color.Empty;
this.gridControlCustom2.ColorShortageFlagColumn = null;
this.gridControlCustom2.ColorShortageValue = null;
this.gridControlCustom2.ColorUnExecute = System.Drawing.Color.Empty;
this.gridControlCustom2.ColorUnExecuteValue = null;
this.gridControlCustom2.ColorUnPass = System.Drawing.Color.Empty;
this.gridControlCustom2.ColorUnPassValue = null;
this.gridControlCustom2.ColorVerify = System.Drawing.Color.Empty;
this.gridControlCustom2.ColorVerifyFlagColumn = null;
this.gridControlCustom2.ColorVerifyValue = null;
this.gridControlCustom2.ColorWarning = System.Drawing.Color.Empty;
this.gridControlCustom2.ColorWarningValue = null;
this.gridControlCustom2.DataSource = this.bs_ProcessBreak;
this.gridControlCustom2.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControlCustom2.EnableAppearanceEvenRow = true;
this.gridControlCustom2.IndicatorWidth = 40;
this.gridControlCustom2.Location = new System.Drawing.Point(0, 0);
this.gridControlCustom2.MainView = this.gridView2;
this.gridControlCustom2.Name = "gridControlCustom2";
this.gridControlCustom2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.lue_per,
this.break_date,
this.repositoryItemColorEdit1,
this.complete_date,
this.lueUnit,
this.lue_p,
this.repositoryItemDateEdit1,
this.repositoryItemTextEdit2});
this.gridControlCustom2.ShowRowID = true;
this.gridControlCustom2.Size = new System.Drawing.Size(1196, 243);
this.gridControlCustom2.TabIndex = 1;
this.gridControlCustom2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView2});
//
// gridView2
//
this.gridView2.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
this.gridView2.Appearance.EvenRow.Options.UseBackColor = true;
this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colSTORAGE_ID1,
this.colStorage_name1,
this.colTASK_ID1,
this.colTask_name1,
this.colSTEP_ID,
this.colStep_name,
this.colGOODS_ID1,
this.colGoods_name1,
this.colGoods_all_num,
this.colGoods_num,
this.colLast_num1,
this.colGoods_complete_date,
this.colMATERIAL_ID,
this.colMaterial_name,
this.colMATERIAL_NUM,
this.colUNIT,
this.colUnit_name,
this.colBREAK_NUM,
this.colBREAK_PER,
this.colBreak_pername,
this.colBREAK_DATE,
this.colAREA_ID,
this.colArea_name,
this.colRECORD_PER1,
this.colRecord_perName,
this.colRECORD_DATE,
this.colStatus4});
this.gridView2.GridControl = this.gridControlCustom2;
this.gridView2.IndicatorWidth = 34;
this.gridView2.Name = "gridView2";
this.gridView2.OptionsView.AllowCellMerge = true;
this.gridView2.OptionsView.ColumnAutoWidth = false;
this.gridView2.OptionsView.EnableAppearanceEvenRow = true;
this.gridView2.OptionsView.ShowFooter = true;
this.gridView2.OptionsView.ShowGroupPanel = false;
this.gridView2.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView2_CellValueChanged);
//
// colSTORAGE_ID1
//
this.colSTORAGE_ID1.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colSTORAGE_ID1.AppearanceCell.Options.UseFont = true;
this.colSTORAGE_ID1.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colSTORAGE_ID1.AppearanceHeader.Options.UseFont = true;
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;
this.colSTORAGE_ID1.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
//
// colStorage_name1
//
this.colStorage_name1.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colStorage_name1.AppearanceCell.Options.UseFont = true;
this.colStorage_name1.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colStorage_name1.AppearanceHeader.Options.UseFont = true;
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.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
//
// colTASK_ID1
//
this.colTASK_ID1.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colTASK_ID1.AppearanceCell.Options.UseFont = true;
this.colTASK_ID1.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colTASK_ID1.AppearanceHeader.Options.UseFont = true;
this.colTASK_ID1.AppearanceHeader.Options.UseTextOptions = true;
this.colTASK_ID1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colTASK_ID1.FieldName = "TASK_ID";
this.colTASK_ID1.Name = "colTASK_ID1";
this.colTASK_ID1.OptionsColumn.AllowEdit = false;
this.colTASK_ID1.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
//
// colTask_name1
//
this.colTask_name1.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colTask_name1.AppearanceCell.Options.UseFont = true;
this.colTask_name1.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colTask_name1.AppearanceHeader.Options.UseFont = true;
this.colTask_name1.AppearanceHeader.Options.UseTextOptions = true;
this.colTask_name1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colTask_name1.FieldName = "Task_name";
this.colTask_name1.Name = "colTask_name1";
this.colTask_name1.OptionsColumn.AllowEdit = false;
this.colTask_name1.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
//
// colSTEP_ID
//
this.colSTEP_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colSTEP_ID.AppearanceCell.Options.UseFont = true;
this.colSTEP_ID.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colSTEP_ID.AppearanceHeader.Options.UseFont = true;
this.colSTEP_ID.AppearanceHeader.Options.UseTextOptions = true;
this.colSTEP_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colSTEP_ID.FieldName = "STEP_ID";
this.colSTEP_ID.Name = "colSTEP_ID";
this.colSTEP_ID.OptionsColumn.AllowEdit = false;
this.colSTEP_ID.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
//
// colStep_name
//
this.colStep_name.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colStep_name.AppearanceCell.Options.UseFont = true;
this.colStep_name.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colStep_name.AppearanceHeader.Options.UseFont = true;
this.colStep_name.AppearanceHeader.Options.UseTextOptions = true;
this.colStep_name.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colStep_name.Caption = "步骤";
this.colStep_name.FieldName = "Step_name";
this.colStep_name.Name = "colStep_name";
this.colStep_name.OptionsColumn.AllowEdit = false;
this.colStep_name.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.colStep_name.Visible = true;
this.colStep_name.VisibleIndex = 2;
this.colStep_name.Width = 102;
//
// colGOODS_ID1
//
this.colGOODS_ID1.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colGOODS_ID1.AppearanceCell.Options.UseFont = true;
this.colGOODS_ID1.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colGOODS_ID1.AppearanceHeader.Options.UseFont = true;
this.colGOODS_ID1.AppearanceHeader.Options.UseTextOptions = true;
this.colGOODS_ID1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colGOODS_ID1.FieldName = "GOODS_ID";
this.colGOODS_ID1.Name = "colGOODS_ID1";
this.colGOODS_ID1.OptionsColumn.AllowEdit = false;
this.colGOODS_ID1.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.colGOODS_ID1.Width = 153;
//
// colGoods_name1
//
this.colGoods_name1.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colGoods_name1.AppearanceCell.Options.UseFont = true;
this.colGoods_name1.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colGoods_name1.AppearanceHeader.Options.UseFont = true;
this.colGoods_name1.AppearanceHeader.Options.UseTextOptions = true;
this.colGoods_name1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colGoods_name1.FieldName = "Goods_name";
this.colGoods_name1.Name = "colGoods_name1";
this.colGoods_name1.OptionsColumn.AllowEdit = false;
this.colGoods_name1.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.colGoods_name1.Width = 235;
//
// colGoods_all_num
//
this.colGoods_all_num.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colGoods_all_num.AppearanceCell.Options.UseFont = true;
this.colGoods_all_num.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colGoods_all_num.AppearanceHeader.Options.UseFont = true;
this.colGoods_all_num.AppearanceHeader.Options.UseTextOptions = true;
this.colGoods_all_num.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colGoods_all_num.FieldName = "Goods_all_num";
this.colGoods_all_num.Name = "colGoods_all_num";
this.colGoods_all_num.OptionsColumn.AllowEdit = false;
this.colGoods_all_num.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
//
// colGoods_num
//
this.colGoods_num.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colGoods_num.AppearanceCell.Options.UseFont = true;
this.colGoods_num.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colGoods_num.AppearanceHeader.Options.UseFont = true;
this.colGoods_num.AppearanceHeader.Options.UseTextOptions = true;
this.colGoods_num.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colGoods_num.FieldName = "Goods_num";
this.colGoods_num.Name = "colGoods_num";
this.colGoods_num.OptionsColumn.AllowEdit = false;
this.colGoods_num.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
//
// colLast_num1
//
this.colLast_num1.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colLast_num1.AppearanceCell.Options.UseFont = true;
this.colLast_num1.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colLast_num1.AppearanceHeader.Options.UseFont = true;
this.colLast_num1.AppearanceHeader.Options.UseTextOptions = true;
this.colLast_num1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colLast_num1.FieldName = "Last_num";
this.colLast_num1.Name = "colLast_num1";
this.colLast_num1.OptionsColumn.AllowEdit = false;
this.colLast_num1.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
//
// colGoods_complete_date
//
this.colGoods_complete_date.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colGoods_complete_date.AppearanceCell.Options.UseFont = true;
this.colGoods_complete_date.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colGoods_complete_date.AppearanceHeader.Options.UseFont = true;
this.colGoods_complete_date.AppearanceHeader.Options.UseTextOptions = true;
this.colGoods_complete_date.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colGoods_complete_date.FieldName = "Goods_complete_date";
this.colGoods_complete_date.Name = "colGoods_complete_date";
this.colGoods_complete_date.OptionsColumn.AllowEdit = false;
this.colGoods_complete_date.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
//
// colMATERIAL_ID
//
this.colMATERIAL_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colMATERIAL_ID.AppearanceCell.Options.UseFont = true;
this.colMATERIAL_ID.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colMATERIAL_ID.AppearanceHeader.Options.UseFont = true;
this.colMATERIAL_ID.AppearanceHeader.Options.UseTextOptions = true;
this.colMATERIAL_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colMATERIAL_ID.FieldName = "MATERIAL_ID";
this.colMATERIAL_ID.Name = "colMATERIAL_ID";
this.colMATERIAL_ID.OptionsColumn.AllowEdit = false;
this.colMATERIAL_ID.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.True;
this.colMATERIAL_ID.Visible = true;
this.colMATERIAL_ID.VisibleIndex = 0;
this.colMATERIAL_ID.Width = 136;
//
// colMaterial_name
//
this.colMaterial_name.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colMaterial_name.AppearanceCell.Options.UseFont = true;
this.colMaterial_name.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colMaterial_name.AppearanceHeader.Options.UseFont = true;
this.colMaterial_name.AppearanceHeader.Options.UseTextOptions = true;
this.colMaterial_name.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colMaterial_name.FieldName = "Material_name";
this.colMaterial_name.Name = "colMaterial_name";
this.colMaterial_name.OptionsColumn.AllowEdit = false;
this.colMaterial_name.Visible = true;
this.colMaterial_name.VisibleIndex = 1;
this.colMaterial_name.Width = 262;
//
// colMATERIAL_NUM
//
this.colMATERIAL_NUM.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colMATERIAL_NUM.AppearanceCell.Options.UseFont = true;
this.colMATERIAL_NUM.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colMATERIAL_NUM.AppearanceHeader.Options.UseFont = true;
this.colMATERIAL_NUM.AppearanceHeader.Options.UseTextOptions = true;
this.colMATERIAL_NUM.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colMATERIAL_NUM.FieldName = "MATERIAL_NUM";
this.colMATERIAL_NUM.Name = "colMATERIAL_NUM";
this.colMATERIAL_NUM.OptionsColumn.AllowEdit = false;
this.colMATERIAL_NUM.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.colMATERIAL_NUM.Visible = true;
this.colMATERIAL_NUM.VisibleIndex = 3;
this.colMATERIAL_NUM.Width = 116;
//
// colUNIT
//
this.colUNIT.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colUNIT.AppearanceCell.Options.UseFont = true;
this.colUNIT.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colUNIT.AppearanceHeader.Options.UseFont = true;
this.colUNIT.AppearanceHeader.Options.UseTextOptions = true;
this.colUNIT.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colUNIT.ColumnEdit = this.lueUnit;
this.colUNIT.FieldName = "UNIT";
this.colUNIT.Name = "colUNIT";
this.colUNIT.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.colUNIT.Width = 86;
//
// lueUnit
//
this.lueUnit.AutoHeight = false;
this.lueUnit.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.lueUnit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.lueUnit.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VC_DICTIONARY_NAME", "单位")});
this.lueUnit.Name = "lueUnit";
this.lueUnit.NullText = "";
//
// colUnit_name
//
this.colUnit_name.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colUnit_name.AppearanceCell.Options.UseFont = true;
this.colUnit_name.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colUnit_name.AppearanceHeader.Options.UseFont = true;
this.colUnit_name.AppearanceHeader.Options.UseTextOptions = true;
this.colUnit_name.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colUnit_name.FieldName = "Unit_name";
this.colUnit_name.Name = "colUnit_name";
this.colUnit_name.OptionsColumn.AllowEdit = false;
this.colUnit_name.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.colUnit_name.Visible = true;
this.colUnit_name.VisibleIndex = 5;
//
// colBREAK_NUM
//
this.colBREAK_NUM.AppearanceCell.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold);
this.colBREAK_NUM.AppearanceCell.ForeColor = System.Drawing.Color.Red;
this.colBREAK_NUM.AppearanceCell.Options.UseFont = true;
this.colBREAK_NUM.AppearanceCell.Options.UseForeColor = true;
this.colBREAK_NUM.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colBREAK_NUM.AppearanceHeader.Options.UseFont = true;
this.colBREAK_NUM.AppearanceHeader.Options.UseTextOptions = true;
this.colBREAK_NUM.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colBREAK_NUM.ColumnEdit = this.repositoryItemTextEdit2;
this.colBREAK_NUM.FieldName = "BREAK_NUM";
this.colBREAK_NUM.Name = "colBREAK_NUM";
this.colBREAK_NUM.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.colBREAK_NUM.Visible = true;
this.colBREAK_NUM.VisibleIndex = 4;
this.colBREAK_NUM.Width = 123;
//
// repositoryItemTextEdit2
//
this.repositoryItemTextEdit2.AutoHeight = false;
this.repositoryItemTextEdit2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2";
//
// colBREAK_PER
//
this.colBREAK_PER.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colBREAK_PER.AppearanceCell.Options.UseFont = true;
this.colBREAK_PER.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colBREAK_PER.AppearanceHeader.Options.UseFont = true;
this.colBREAK_PER.AppearanceHeader.Options.UseTextOptions = true;
this.colBREAK_PER.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colBREAK_PER.ColumnEdit = this.lue_p;
this.colBREAK_PER.FieldName = "BREAK_PER";
this.colBREAK_PER.Name = "colBREAK_PER";
this.colBREAK_PER.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.colBREAK_PER.Visible = true;
this.colBREAK_PER.VisibleIndex = 6;
this.colBREAK_PER.Width = 151;
//
// lue_p
//
this.lue_p.AutoHeight = false;
this.lue_p.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.lue_p.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.lue_p.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("USER_ID", "编号", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("USER_NAME", "姓名")});
this.lue_p.Name = "lue_p";
this.lue_p.NullText = "";
//
// colBreak_pername
//
this.colBreak_pername.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colBreak_pername.AppearanceCell.Options.UseFont = true;
this.colBreak_pername.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colBreak_pername.AppearanceHeader.Options.UseFont = true;
this.colBreak_pername.AppearanceHeader.Options.UseTextOptions = true;
this.colBreak_pername.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colBreak_pername.FieldName = "Break_pername";
this.colBreak_pername.Name = "colBreak_pername";
this.colBreak_pername.OptionsColumn.AllowEdit = false;
this.colBreak_pername.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
//
// colBREAK_DATE
//
this.colBREAK_DATE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colBREAK_DATE.AppearanceCell.Options.UseFont = true;
this.colBREAK_DATE.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colBREAK_DATE.AppearanceHeader.Options.UseFont = true;
this.colBREAK_DATE.AppearanceHeader.Options.UseTextOptions = true;
this.colBREAK_DATE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colBREAK_DATE.ColumnEdit = this.break_date;
this.colBREAK_DATE.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
this.colBREAK_DATE.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.colBREAK_DATE.FieldName = "BREAK_DATE";
this.colBREAK_DATE.Name = "colBREAK_DATE";
this.colBREAK_DATE.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
this.colBREAK_DATE.Visible = true;
this.colBREAK_DATE.VisibleIndex = 7;
this.colBREAK_DATE.Width = 185;
//
// break_date
//
this.break_date.AutoHeight = false;
this.break_date.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.break_date.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.break_date.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.break_date.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
this.break_date.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.break_date.EditFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
this.break_date.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.break_date.Mask.EditMask = "G";
this.break_date.Name = "break_date";
//
// colAREA_ID
//
this.colAREA_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colAREA_ID.AppearanceCell.Options.UseFont = true;
this.colAREA_ID.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colAREA_ID.AppearanceHeader.Options.UseFont = true;
this.colAREA_ID.AppearanceHeader.Options.UseTextOptions = true;
this.colAREA_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colAREA_ID.FieldName = "AREA_ID";
this.colAREA_ID.Name = "colAREA_ID";
this.colAREA_ID.OptionsColumn.AllowEdit = false;
this.colAREA_ID.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
//
// colArea_name
//
this.colArea_name.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colArea_name.AppearanceCell.Options.UseFont = true;
this.colArea_name.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colArea_name.AppearanceHeader.Options.UseFont = true;
this.colArea_name.AppearanceHeader.Options.UseTextOptions = true;
this.colArea_name.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colArea_name.FieldName = "Area_name";
this.colArea_name.Name = "colArea_name";
this.colArea_name.OptionsColumn.AllowEdit = false;
this.colArea_name.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
//
// colRECORD_PER1
//
this.colRECORD_PER1.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colRECORD_PER1.AppearanceCell.Options.UseFont = true;
this.colRECORD_PER1.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colRECORD_PER1.AppearanceHeader.Options.UseFont = true;
this.colRECORD_PER1.AppearanceHeader.Options.UseTextOptions = true;
this.colRECORD_PER1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colRECORD_PER1.FieldName = "RECORD_PER";
this.colRECORD_PER1.Name = "colRECORD_PER1";
this.colRECORD_PER1.OptionsColumn.AllowEdit = false;
this.colRECORD_PER1.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
//
// colRecord_perName
//
this.colRecord_perName.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colRecord_perName.AppearanceCell.Options.UseFont = true;
this.colRecord_perName.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colRecord_perName.AppearanceHeader.Options.UseFont = true;
this.colRecord_perName.AppearanceHeader.Options.UseTextOptions = true;
this.colRecord_perName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colRecord_perName.FieldName = "Record_perName";
this.colRecord_perName.Name = "colRecord_perName";
this.colRecord_perName.OptionsColumn.AllowEdit = false;
this.colRecord_perName.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
//
// colRECORD_DATE
//
this.colRECORD_DATE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colRECORD_DATE.AppearanceCell.Options.UseFont = true;
this.colRECORD_DATE.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colRECORD_DATE.AppearanceHeader.Options.UseFont = true;
this.colRECORD_DATE.AppearanceHeader.Options.UseTextOptions = true;
this.colRECORD_DATE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colRECORD_DATE.FieldName = "RECORD_DATE";
this.colRECORD_DATE.Name = "colRECORD_DATE";
this.colRECORD_DATE.OptionsColumn.AllowEdit = false;
this.colRECORD_DATE.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
//
// colStatus4
//
this.colStatus4.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colStatus4.AppearanceCell.Options.UseFont = true;
this.colStatus4.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colStatus4.AppearanceHeader.Options.UseFont = true;
this.colStatus4.AppearanceHeader.Options.UseTextOptions = true;
this.colStatus4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colStatus4.FieldName = "Status";
this.colStatus4.Name = "colStatus4";
this.colStatus4.OptionsColumn.AllowEdit = false;
this.colStatus4.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
//
// lue_per
//
this.lue_per.AutoHeight = false;
this.lue_per.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.lue_per.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.lue_per.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("USER_ID", "编号", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("USER_NAME", "姓名")});
this.lue_per.Name = "lue_per";
//
// repositoryItemColorEdit1
//
this.repositoryItemColorEdit1.AutoHeight = false;
this.repositoryItemColorEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemColorEdit1.Name = "repositoryItemColorEdit1";
//
// complete_date
//
this.complete_date.AutoHeight = false;
this.complete_date.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.complete_date.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.complete_date.Name = "complete_date";
//
// repositoryItemDateEdit1
//
this.repositoryItemDateEdit1.AutoHeight = false;
this.repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemDateEdit1.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
//
// BSPlanTab
//
this.BSPlanTab.DataSource = typeof(WMS.Model.SC.ProcessPlanModel);
//
// BSPlanSel
//
this.BSPlanSel.DataSource = typeof(WMS.Model.SC.ProcessPlanModel);
//
// BSPlanGoods
//
this.BSPlanGoods.DataSource = typeof(WMS.Model.SC.PlanGoodsModel);
//
// FrmProcess
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1210, 470);
this.Controls.Add(this.xtraTabControl1);
this.Name = "FrmProcess";
this.Text = "FrmProcess";
this.Load += new System.EventHandler(this.FrmProcess_Load);
((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bs_Process)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bs_ProcessBreak)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bs_task)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
this.xtraTabControl1.ResumeLayout(false);
this.xtraTabPage1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
this.splitContainerControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.DateEnd.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.DateEnd.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.GCPlan)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.GVPlan)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.DateStar.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.DateStar.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtPlanNameSel.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbState.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbStorage.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BSPlan)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.GCPlanGoods)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BSPlanGoodsSel)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.GVPlanGoods)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.hy_goods)).EndInit();
this.xtraTabPage2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
this.splitContainerControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bs_proc)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.date_fin.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.date_fin)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lueUnit)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lue_p)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.break_date.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.break_date)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lue_per)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemColorEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.complete_date.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.complete_date)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BSPlanTab)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BSPlanSel)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BSPlanGoods)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.BindingSource bs_Process;
private System.Windows.Forms.BindingSource bs_ProcessBreak;
private System.Windows.Forms.BindingSource bs_task;
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
private Ctrl.GridControlCustom gridControlCustom2;
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit lue_per;
private DevExpress.XtraEditors.Repository.RepositoryItemColorEdit repositoryItemColorEdit1;
private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit break_date;
private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit complete_date;
private System.Windows.Forms.BindingSource BSPlanTab;
private System.Windows.Forms.BindingSource BSPlanGoods;
private System.Windows.Forms.BindingSource BSPlan;
private System.Windows.Forms.BindingSource BSPlanGoodsSel;
private System.Windows.Forms.BindingSource BSPlanSel;
private DevExpress.XtraEditors.DateEdit DateStar;
private DevExpress.XtraEditors.LabelControl labelControl6;
private Ctrl.LookUpEditSystem cmbStorage;
private DevExpress.XtraEditors.LabelControl labelControl5;
private Ctrl.WMSCtrlTextBox txtPlanNameSel;
private DevExpress.XtraEditors.LabelControl labelControl4;
private Ctrl.GridControlCustom GCPlanGoods;
private DevExpress.XtraGrid.Views.Grid.GridView GVPlanGoods;
private Ctrl.GridControlCustom GCPlan;
private DevExpress.XtraGrid.Views.Grid.GridView GVPlan;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
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.XtraEditors.SplitContainerControl splitContainerControl2;
private DevExpress.XtraEditors.DateEdit DateEnd;
private DevExpress.XtraEditors.LabelControl labelControl7;
private DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit repositoryItemHyperLinkEdit1;
private Ctrl.GridControlCustom gridControlCustom3;
private DevExpress.XtraGrid.Views.Grid.GridView gridView3;
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_ID1;
private DevExpress.XtraGrid.Columns.GridColumn colStorage_name1;
private DevExpress.XtraGrid.Columns.GridColumn colTASK_ID1;
private DevExpress.XtraGrid.Columns.GridColumn colTask_name1;
private DevExpress.XtraGrid.Columns.GridColumn colSTEP_ID;
private DevExpress.XtraGrid.Columns.GridColumn colStep_name;
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_ID1;
private DevExpress.XtraGrid.Columns.GridColumn colGoods_name1;
private DevExpress.XtraGrid.Columns.GridColumn colGoods_all_num;
private DevExpress.XtraGrid.Columns.GridColumn colGoods_num;
private DevExpress.XtraGrid.Columns.GridColumn colLast_num1;
private DevExpress.XtraGrid.Columns.GridColumn colGoods_complete_date;
private DevExpress.XtraGrid.Columns.GridColumn colMATERIAL_ID;
private DevExpress.XtraGrid.Columns.GridColumn colMaterial_name;
private DevExpress.XtraGrid.Columns.GridColumn colMATERIAL_NUM;
private DevExpress.XtraGrid.Columns.GridColumn colUNIT;
private DevExpress.XtraGrid.Columns.GridColumn colUnit_name;
private DevExpress.XtraGrid.Columns.GridColumn colBREAK_NUM;
private DevExpress.XtraGrid.Columns.GridColumn colBREAK_PER;
private DevExpress.XtraGrid.Columns.GridColumn colBreak_pername;
private DevExpress.XtraGrid.Columns.GridColumn colBREAK_DATE;
private DevExpress.XtraGrid.Columns.GridColumn colAREA_ID;
private DevExpress.XtraGrid.Columns.GridColumn colArea_name;
private DevExpress.XtraGrid.Columns.GridColumn colRECORD_PER1;
private DevExpress.XtraGrid.Columns.GridColumn colRecord_perName;
private DevExpress.XtraGrid.Columns.GridColumn colRECORD_DATE;
private DevExpress.XtraGrid.Columns.GridColumn colStatus4;
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_ID3;
private DevExpress.XtraGrid.Columns.GridColumn colStorage_name3;
private DevExpress.XtraGrid.Columns.GridColumn colTASK_ID;
private DevExpress.XtraGrid.Columns.GridColumn colTask_name;
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_ID2;
private DevExpress.XtraGrid.Columns.GridColumn colGoods_name2;
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_NUM1;
private DevExpress.XtraGrid.Columns.GridColumn colFINISH_NUM1;
private DevExpress.XtraGrid.Columns.GridColumn colFINISH_DATE1;
private DevExpress.XtraGrid.Columns.GridColumn colLAST_NUM2;
private DevExpress.XtraGrid.Columns.GridColumn colRECORD_PER;
private DevExpress.XtraGrid.Columns.GridColumn colRecord_per_name1;
private DevExpress.XtraGrid.Columns.GridColumn colREMARK1;
private DevExpress.XtraGrid.Columns.GridColumn colVERSION;
private DevExpress.XtraGrid.Columns.GridColumn colGroup_id;
private DevExpress.XtraGrid.Columns.GridColumn colGroup_name1;
private DevExpress.XtraGrid.Columns.GridColumn colStatus3;
private DevExpress.XtraGrid.Columns.GridColumn colRecordDate;
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit lueUnit;
private DevExpress.XtraGrid.Columns.GridColumn colPLAN_ID1;
private DevExpress.XtraGrid.Columns.GridColumn colPLAN_NAME2;
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_ID;
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_TYPE;
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_NUM2;
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_COMPLETENUM;
private DevExpress.XtraGrid.Columns.GridColumn colCOMPLETE_DATE;
private DevExpress.XtraGrid.Columns.GridColumn colTEAM_ID;
private DevExpress.XtraGrid.Columns.GridColumn colTEAM_NAME;
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit lue_p;
private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit date_fin;
private DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit repositoryItemHyperLinkEdit2;
private Ctrl.CtrlDictonary ctr_Goods;
private DevExpress.XtraEditors.LabelControl labelControl1;
private Ctrl.LookUpEditSystem cmbState;
private DevExpress.XtraEditors.LabelControl labelControl2;
private System.Windows.Forms.BindingSource bs_proc;
private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repositoryItemDateEdit1;
private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit repositoryItemTextEdit1;
private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit repositoryItemTextEdit2;
private DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit hy_goods;
private DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit repositoryItemHyperLinkEdit3;
}
}