fqc
lu
2025-04-08 f0ccfe6d323784333b7c08835b52a97c5233cfe2
DevApp/Gs.DevApp/UserControl/SelectCheckDt.Designer.cs
@@ -55,7 +55,7 @@
            // gcMain
            // 
            this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMain.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gcMain.Location = new System.Drawing.Point(0, 0);
            this.gcMain.MainView = this.gridView1;
            this.gcMain.Name = "gcMain";
@@ -68,7 +68,7 @@
            // 
            this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
            this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gridView1.Appearance.Row.Options.UseFont = true;
            this.gridView1.ColumnPanelRowHeight = 50;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
@@ -89,7 +89,7 @@
            // 
            // gv_guid
            // 
            this.gv_guid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_guid.AppearanceCell.Options.UseFont = true;
            this.gv_guid.Caption = "主键不能删除";
            this.gv_guid.FieldName = "guid";
@@ -124,7 +124,7 @@
            // 
            // gv2
            // 
            this.gv2.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv2.AppearanceCell.Options.UseFont = true;
            this.gv2.Caption = "物料ID";
            this.gv2.FieldName = "id";
@@ -137,39 +137,39 @@
            // 
            // gv_salesOrderId
            // 
            this.gv_salesOrderId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_salesOrderId.AppearanceCell.Options.UseFont = true;
            this.gv_salesOrderId.Caption = "物料编号";
            this.gv_salesOrderId.FieldName = "itemNo";
            this.gv_salesOrderId.Name = "gv_salesOrderId";
            this.gv_salesOrderId.OptionsColumn.AllowEdit = false;
            this.gv_salesOrderId.Tag = "query_a.itemNo";
            this.gv_salesOrderId.Tag = "query_a.item_no";
            this.gv_salesOrderId.Visible = true;
            this.gv_salesOrderId.VisibleIndex = 3;
            this.gv_salesOrderId.Width = 100;
            // 
            // gv_orderLineId
            // 
            this.gv_orderLineId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_orderLineId.AppearanceCell.Options.UseFont = true;
            this.gv_orderLineId.Caption = "物料名称";
            this.gv_orderLineId.FieldName = "itemName";
            this.gv_orderLineId.Name = "gv_orderLineId";
            this.gv_orderLineId.OptionsColumn.AllowEdit = false;
            this.gv_orderLineId.Tag = "query_a.itemName";
            this.gv_orderLineId.Tag = "query_a.item_name";
            this.gv_orderLineId.Visible = true;
            this.gv_orderLineId.VisibleIndex = 4;
            this.gv_orderLineId.Width = 200;
            // 
            // gv_itemId
            // 
            this.gv_itemId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_itemId.AppearanceCell.Options.UseFont = true;
            this.gv_itemId.Caption = "物料规格";
            this.gv_itemId.FieldName = "itemModel";
            this.gv_itemId.Name = "gv_itemId";
            this.gv_itemId.OptionsColumn.AllowEdit = false;
            this.gv_itemId.Tag = "query_a.itemModel";
            this.gv_itemId.Tag = "query_a.item_model";
            this.gv_itemId.Visible = true;
            this.gv_itemId.VisibleIndex = 5;
            this.gv_itemId.Width = 200;
@@ -239,7 +239,6 @@
            this.pageBar1.Size = new System.Drawing.Size(984, 37);
            this.pageBar1.TabIndex = 3;
            this.pageBar1.TotalPages = 0;
            this.pageBar1.Visible = false;
            // 
            // SelectCheckDt
            //