namespace Gs.DevApp.DevFrm.Rpt
{
partial class UcRptCgdhd
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.gcMain1Report = new DevExpress.XtraGrid.GridControl();
this.gridView1Report = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gv_guid = new DevExpress.XtraGrid.Columns.GridColumn();
this.gv_itemId = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gv_quantity = new DevExpress.XtraGrid.Columns.GridColumn();
this.gv_depotId = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gv_depotSectionsCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.gv_ownerType = new DevExpress.XtraGrid.Columns.GridColumn();
this.gv_ownerId = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gv_indepUserCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.gv_indepDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
this.pageBar1 = new UserControls.Data.UcPageBar();
this.tips = new DevExpress.Utils.ToolTipController(this.components);
((System.ComponentModel.ISupportInitialize)(this.gcMain1Report)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1Report)).BeginInit();
this.SuspendLayout();
//
// gcMain1Report
//
this.gcMain1Report.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcMain1Report.Location = new System.Drawing.Point(0, 0);
this.gcMain1Report.MainView = this.gridView1Report;
this.gcMain1Report.Name = "gcMain1Report";
this.gcMain1Report.Size = new System.Drawing.Size(1339, 644);
this.gcMain1Report.TabIndex = 2;
this.gcMain1Report.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1Report});
//
// gridView1Report
//
this.gridView1Report.Appearance.Row.Options.UseFont = true;
this.gridView1Report.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gv_guid,
this.gv_itemId,
this.gridColumn3,
this.gridColumn2,
this.gridColumn4,
this.gv_quantity,
this.gv_depotId,
this.gridColumn6,
this.gridColumn1,
this.gv_depotSectionsCode,
this.gv_ownerType,
this.gv_ownerId,
this.gridColumn5,
this.gv_indepUserCode,
this.gv_indepDate,
this.gridColumn7,
this.gridColumn8,
this.gridColumn9,
this.gridColumn10});
this.gridView1Report.GridControl = this.gcMain1Report;
this.gridView1Report.IndicatorWidth = 50;
this.gridView1Report.Name = "gridView1Report";
this.gridView1Report.OptionsFind.ShowSearchNavButtons = false;
this.gridView1Report.OptionsView.ShowAutoFilterRow = true;
this.gridView1Report.OptionsView.ShowFooter = true;
this.gridView1Report.OptionsView.ShowGroupPanel = false;
//
// gv_guid
//
this.gv_guid.AppearanceCell.Options.UseFont = true;
this.gv_guid.Caption = "主键GUID";
this.gv_guid.FieldName = "guid";
this.gv_guid.MinWidth = 50;
this.gv_guid.Name = "gv_guid";
this.gv_guid.OptionsColumn.AllowEdit = false;
this.gv_guid.Tag = "query_a.guid";
this.gv_guid.Width = 94;
//
// gv_itemId
//
this.gv_itemId.AppearanceCell.Options.UseFont = true;
this.gv_itemId.Caption = "物料ID ";
this.gv_itemId.FieldName = "itemId";
this.gv_itemId.MinWidth = 50;
this.gv_itemId.Name = "gv_itemId";
this.gv_itemId.OptionsColumn.AllowEdit = false;
this.gv_itemId.Tag = "query_a.ITEM_ID";
this.gv_itemId.Width = 73;
//
// gridColumn3
//
this.gridColumn3.Caption = "物料编码";
this.gridColumn3.FieldName = "itemNo";
this.gridColumn3.MinWidth = 25;
this.gridColumn3.Name = "gridColumn3";
this.gridColumn3.Visible = true;
this.gridColumn3.VisibleIndex = 7;
this.gridColumn3.Width = 74;
//
// gridColumn2
//
this.gridColumn2.Caption = "物料名称";
this.gridColumn2.FieldName = "itemName";
this.gridColumn2.MinWidth = 25;
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 8;
this.gridColumn2.Width = 74;
//
// gridColumn4
//
this.gridColumn4.Caption = "规格型号";
this.gridColumn4.FieldName = "itemModel";
this.gridColumn4.MinWidth = 25;
this.gridColumn4.Name = "gridColumn4";
this.gridColumn4.Visible = true;
this.gridColumn4.VisibleIndex = 9;
this.gridColumn4.Width = 74;
//
// gv_quantity
//
this.gv_quantity.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
this.gv_quantity.AppearanceCell.Options.UseFont = true;
this.gv_quantity.AppearanceCell.Options.UseForeColor = true;
this.gv_quantity.AppearanceHeader.ForeColor = System.Drawing.Color.Blue;
this.gv_quantity.AppearanceHeader.Options.UseForeColor = true;
this.gv_quantity.Caption = "收料数量 ";
this.gv_quantity.FieldName = "quantity";
this.gv_quantity.MinWidth = 50;
this.gv_quantity.Name = "gv_quantity";
this.gv_quantity.OptionsColumn.AllowEdit = false;
this.gv_quantity.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "quantity", "合计={0:0.##}")});
this.gv_quantity.Tag = "query_a.QUANTITY";
this.gv_quantity.Visible = true;
this.gv_quantity.VisibleIndex = 3;
this.gv_quantity.Width = 74;
//
// gv_depotId
//
this.gv_depotId.AppearanceCell.ForeColor = System.Drawing.Color.Red;
this.gv_depotId.AppearanceCell.Options.UseFont = true;
this.gv_depotId.AppearanceCell.Options.UseForeColor = true;
this.gv_depotId.AppearanceHeader.ForeColor = System.Drawing.Color.Red;
this.gv_depotId.AppearanceHeader.Options.UseForeColor = true;
this.gv_depotId.Caption = "检验状态";
this.gv_depotId.FieldName = "checkStates";
this.gv_depotId.MinWidth = 50;
this.gv_depotId.Name = "gv_depotId";
this.gv_depotId.OptionsColumn.AllowEdit = false;
this.gv_depotId.Tag = "query_a.DEPOT_ID";
this.gv_depotId.Visible = true;
this.gv_depotId.VisibleIndex = 5;
this.gv_depotId.Width = 73;
//
// gridColumn6
//
this.gridColumn6.AppearanceCell.ForeColor = System.Drawing.Color.Red;
this.gridColumn6.AppearanceCell.Options.UseForeColor = true;
this.gridColumn6.AppearanceHeader.ForeColor = System.Drawing.Color.Red;
this.gridColumn6.AppearanceHeader.Options.UseForeColor = true;
this.gridColumn6.Caption = "检验结果";
this.gridColumn6.FieldName = "checkRes";
this.gridColumn6.MinWidth = 25;
this.gridColumn6.Name = "gridColumn6";
this.gridColumn6.Visible = true;
this.gridColumn6.VisibleIndex = 6;
this.gridColumn6.Width = 74;
//
// gridColumn1
//
this.gridColumn1.Caption = "退货";
this.gridColumn1.FieldName = "returnFlag";
this.gridColumn1.MinWidth = 25;
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.Visible = true;
this.gridColumn1.VisibleIndex = 13;
this.gridColumn1.Width = 74;
//
// gv_depotSectionsCode
//
this.gv_depotSectionsCode.AppearanceCell.Options.UseFont = true;
this.gv_depotSectionsCode.Caption = "急料";
this.gv_depotSectionsCode.FieldName = "urgentFlagTxt";
this.gv_depotSectionsCode.MinWidth = 50;
this.gv_depotSectionsCode.Name = "gv_depotSectionsCode";
this.gv_depotSectionsCode.OptionsColumn.AllowEdit = false;
this.gv_depotSectionsCode.Tag = "query_a.DEPOT_SECTIONS_CODE";
this.gv_depotSectionsCode.Visible = true;
this.gv_depotSectionsCode.VisibleIndex = 10;
this.gv_depotSectionsCode.Width = 74;
//
// gv_ownerType
//
this.gv_ownerType.AppearanceCell.Options.UseFont = true;
this.gv_ownerType.Caption = "收料组织";
this.gv_ownerType.FieldName = "receivingOrg";
this.gv_ownerType.MinWidth = 50;
this.gv_ownerType.Name = "gv_ownerType";
this.gv_ownerType.OptionsColumn.AllowEdit = false;
this.gv_ownerType.Tag = "query_a.Owner_Type";
this.gv_ownerType.Visible = true;
this.gv_ownerType.VisibleIndex = 0;
this.gv_ownerType.Width = 74;
//
// gv_ownerId
//
this.gv_ownerId.AppearanceCell.Options.UseFont = true;
this.gv_ownerId.Caption = "采购单号";
this.gv_ownerId.FieldName = "ebeln";
this.gv_ownerId.MinWidth = 50;
this.gv_ownerId.Name = "gv_ownerId";
this.gv_ownerId.OptionsColumn.AllowEdit = false;
this.gv_ownerId.Tag = "query_a.Owner_Id";
this.gv_ownerId.Visible = true;
this.gv_ownerId.VisibleIndex = 1;
this.gv_ownerId.Width = 74;
//
// gridColumn5
//
this.gridColumn5.Caption = "到货单号";
this.gridColumn5.FieldName = "dhdNo";
this.gridColumn5.MinWidth = 25;
this.gridColumn5.Name = "gridColumn5";
this.gridColumn5.Visible = true;
this.gridColumn5.VisibleIndex = 2;
this.gridColumn5.Width = 74;
//
// gv_indepUserCode
//
this.gv_indepUserCode.AppearanceCell.Options.UseFont = true;
this.gv_indepUserCode.Caption = "收货人";
this.gv_indepUserCode.FieldName = "dhdUser";
this.gv_indepUserCode.MinWidth = 50;
this.gv_indepUserCode.Name = "gv_indepUserCode";
this.gv_indepUserCode.OptionsColumn.AllowEdit = false;
this.gv_indepUserCode.Tag = "query_a.INDEP_USER_CODE";
this.gv_indepUserCode.Visible = true;
this.gv_indepUserCode.VisibleIndex = 11;
this.gv_indepUserCode.Width = 74;
//
// gv_indepDate
//
this.gv_indepDate.AppearanceCell.Options.UseFont = true;
this.gv_indepDate.Caption = "收货日期 ";
this.gv_indepDate.FieldName = "dhdDate";
this.gv_indepDate.MinWidth = 10;
this.gv_indepDate.Name = "gv_indepDate";
this.gv_indepDate.OptionsColumn.AllowEdit = false;
this.gv_indepDate.Tag = "query_a.INDEP_DATE";
this.gv_indepDate.Visible = true;
this.gv_indepDate.VisibleIndex = 12;
this.gv_indepDate.Width = 80;
//
// gridColumn7
//
this.gridColumn7.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
this.gridColumn7.AppearanceCell.Options.UseForeColor = true;
this.gridColumn7.AppearanceHeader.ForeColor = System.Drawing.Color.Blue;
this.gridColumn7.AppearanceHeader.Options.UseForeColor = true;
this.gridColumn7.Caption = "收料备注";
this.gridColumn7.FieldName = "memo";
this.gridColumn7.MinWidth = 25;
this.gridColumn7.Name = "gridColumn7";
this.gridColumn7.Visible = true;
this.gridColumn7.VisibleIndex = 4;
this.gridColumn7.Width = 77;
//
// gridColumn8
//
this.gridColumn8.Caption = "OA处理意见";
this.gridColumn8.FieldName = "clyj";
this.gridColumn8.MinWidth = 25;
this.gridColumn8.Name = "gridColumn8";
this.gridColumn8.Visible = true;
this.gridColumn8.VisibleIndex = 14;
this.gridColumn8.Width = 77;
//
// gridColumn9
//
this.gridColumn9.Caption = "OA挑选数量";
this.gridColumn9.FieldName = "txsl";
this.gridColumn9.MinWidth = 25;
this.gridColumn9.Name = "gridColumn9";
this.gridColumn9.Visible = true;
this.gridColumn9.VisibleIndex = 15;
this.gridColumn9.Width = 77;
//
// gridColumn10
//
this.gridColumn10.Caption = "OA选别类别";
this.gridColumn10.FieldName = "xblb";
this.gridColumn10.MinWidth = 25;
this.gridColumn10.Name = "gridColumn10";
this.gridColumn10.Visible = true;
this.gridColumn10.VisibleIndex = 16;
this.gridColumn10.Width = 88;
//
// pageBar1
//
this.pageBar1.CurrentPage = 1;
this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pageBar1.Location = new System.Drawing.Point(0, 644);
this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.pageBar1.Name = "pageBar1";
this.pageBar1.RecordCount = 0;
this.pageBar1.Size = new System.Drawing.Size(1339, 38);
this.pageBar1.TabIndex = 4;
this.pageBar1.TotalPages = 0;
//
// UcRptCgdhd
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.gcMain1Report);
this.Controls.Add(this.pageBar1);
this.Name = "UcRptCgdhd";
this.Size = new System.Drawing.Size(1339, 682);
((System.ComponentModel.ISupportInitialize)(this.gcMain1Report)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1Report)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraGrid.GridControl gcMain1Report;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1Report;
private DevExpress.XtraGrid.Columns.GridColumn gv_guid;
private DevExpress.XtraGrid.Columns.GridColumn gv_itemId;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
private DevExpress.XtraGrid.Columns.GridColumn gv_quantity;
private DevExpress.XtraGrid.Columns.GridColumn gv_depotId;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraGrid.Columns.GridColumn gv_depotSectionsCode;
private DevExpress.XtraGrid.Columns.GridColumn gv_ownerType;
private DevExpress.XtraGrid.Columns.GridColumn gv_ownerId;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
private DevExpress.XtraGrid.Columns.GridColumn gv_indepUserCode;
private DevExpress.XtraGrid.Columns.GridColumn gv_indepDate;
private UserControls.Data.UcPageBar pageBar1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn9;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn10;
private DevExpress.Utils.ToolTipController tips;
}
}