bug
lu
4 天以前 3b902419f3609fa324f7c91f0f57dfff3f1dc39c
DevApp/Gs.DevApp/DevFrm/Rpt/UcRptCgdhd.Designer.cs
@@ -28,8 +28,9 @@
        /// </summary>
        private void InitializeComponent()
        {
            this.gcMain1 = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            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();
@@ -50,25 +51,27 @@
            this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.pageBar1 = new UserControls.Data.UcPageBar();
            ((System.ComponentModel.ISupportInitialize)(this.gcMain1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            this.tips = new DevExpress.Utils.ToolTipController(this.components);
            this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.gcMain1Report)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1Report)).BeginInit();
            this.SuspendLayout();
            // 
            // gcMain1
            // gcMain1Report
            // 
            this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMain1.Location = new System.Drawing.Point(0, 0);
            this.gcMain1.MainView = this.gridView1;
            this.gcMain1.Name = "gcMain1";
            this.gcMain1.Size = new System.Drawing.Size(1339, 644);
            this.gcMain1.TabIndex = 2;
            this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            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});
            // 
            // gridView1
            // gridView1Report
            // 
            this.gridView1.Appearance.Row.Options.UseFont = true;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridView1Report.Appearance.Row.Options.UseFont = true;
            this.gridView1Report.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gv_guid,
            this.gv_itemId,
            this.gridColumn3,
@@ -87,14 +90,15 @@
            this.gridColumn7,
            this.gridColumn8,
            this.gridColumn9,
            this.gridColumn10});
            this.gridView1.GridControl = this.gcMain1;
            this.gridView1.IndicatorWidth = 50;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsFind.ShowSearchNavButtons = false;
            this.gridView1.OptionsView.ShowAutoFilterRow = true;
            this.gridView1.OptionsView.ShowFooter = true;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            this.gridColumn10,
            this.gridColumn11});
            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
            // 
@@ -125,7 +129,7 @@
            this.gridColumn3.MinWidth = 25;
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.Visible = true;
            this.gridColumn3.VisibleIndex = 7;
            this.gridColumn3.VisibleIndex = 6;
            this.gridColumn3.Width = 74;
            // 
            // gridColumn2
@@ -135,7 +139,7 @@
            this.gridColumn2.MinWidth = 25;
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.Visible = true;
            this.gridColumn2.VisibleIndex = 8;
            this.gridColumn2.VisibleIndex = 7;
            this.gridColumn2.Width = 74;
            // 
            // gridColumn4
@@ -164,38 +168,30 @@
            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.VisibleIndex = 2;
            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.FieldName = "txtColor";
            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.VisibleIndex = 4;
            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.VisibleIndex = 5;
            this.gridColumn6.Width = 74;
            // 
            // gridColumn1
@@ -231,7 +227,7 @@
            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.VisibleIndex = 17;
            this.gv_ownerType.Width = 74;
            // 
            // gv_ownerId
@@ -244,7 +240,7 @@
            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.VisibleIndex = 0;
            this.gv_ownerId.Width = 74;
            // 
            // gridColumn5
@@ -254,7 +250,7 @@
            this.gridColumn5.MinWidth = 25;
            this.gridColumn5.Name = "gridColumn5";
            this.gridColumn5.Visible = true;
            this.gridColumn5.VisibleIndex = 2;
            this.gridColumn5.VisibleIndex = 1;
            this.gridColumn5.Width = 74;
            // 
            // gv_indepUserCode
@@ -294,7 +290,7 @@
            this.gridColumn7.MinWidth = 25;
            this.gridColumn7.Name = "gridColumn7";
            this.gridColumn7.Visible = true;
            this.gridColumn7.VisibleIndex = 4;
            this.gridColumn7.VisibleIndex = 3;
            this.gridColumn7.Width = 77;
            // 
            // gridColumn8
@@ -339,22 +335,32 @@
            this.pageBar1.TabIndex = 4;
            this.pageBar1.TotalPages = 0;
            // 
            // gridColumn11
            //
            this.gridColumn11.Caption = "供应商";
            this.gridColumn11.FieldName = "gysName";
            this.gridColumn11.MinWidth = 25;
            this.gridColumn11.Name = "gridColumn11";
            this.gridColumn11.Visible = true;
            this.gridColumn11.VisibleIndex = 8;
            this.gridColumn11.Width = 94;
            //
            // UcRptCgdhd
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.gcMain1);
            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.gcMain1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gcMain1Report)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1Report)).EndInit();
            this.ResumeLayout(false);
        }
        #endregion
        private DevExpress.XtraGrid.GridControl gcMain1;
        private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
        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;
@@ -375,5 +381,7 @@
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn9;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn10;
        private DevExpress.Utils.ToolTipController tips;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn11;
    }
}