lu
2025-03-31 37d32d9263f757072a6ff348ae5e99824fab4ef9
DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesDeliver.Designer.cs
@@ -277,7 +277,7 @@
            // gcMain1
            // 
            this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMain1.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gcMain1.Location = new System.Drawing.Point(0, 0);
            this.gcMain1.MainView = this.gridView1;
            this.gcMain1.Name = "gcMain1";
@@ -288,7 +288,7 @@
            // 
            // gridView1
            // 
            this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gridView1.Appearance.Row.Options.UseFont = true;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gv_fApproverStaus,
@@ -317,7 +317,7 @@
            // 
            // gv_id
            // 
            this.gv_id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_id.AppearanceCell.Options.UseFont = true;
            this.gv_id.Caption = "主键GUID";
            this.gv_id.FieldName = "id";
@@ -329,7 +329,7 @@
            // 
            // gv_billNo
            // 
            this.gv_billNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_billNo.AppearanceCell.Options.UseFont = true;
            this.gv_billNo.Caption = "单据编号 ";
            this.gv_billNo.FieldName = "billNo";
@@ -343,7 +343,7 @@
            // 
            // gv_fBillTypeID
            // 
            this.gv_fBillTypeID.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_fBillTypeID.AppearanceCell.Options.UseFont = true;
            this.gv_fBillTypeID.Caption = "单据类型 ";
            this.gv_fBillTypeID.FieldName = "fBillTypeID";
@@ -357,7 +357,7 @@
            // 
            // gv_fSaleOrgId
            // 
            this.gv_fSaleOrgId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_fSaleOrgId.AppearanceCell.Options.UseFont = true;
            this.gv_fSaleOrgId.Caption = "销售组织 ";
            this.gv_fSaleOrgId.FieldName = "xszzName";
@@ -371,7 +371,7 @@
            // 
            // gv_fCreatorId
            // 
            this.gv_fCreatorId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_fCreatorId.AppearanceCell.Options.UseFont = true;
            this.gv_fCreatorId.Caption = "创建人 ";
            this.gv_fCreatorId.FieldName = "fCreatorId";
@@ -385,7 +385,7 @@
            // 
            // gv_fApproverID
            // 
            this.gv_fApproverID.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_fApproverID.AppearanceCell.Options.UseFont = true;
            this.gv_fApproverID.Caption = "审核人";
            this.gv_fApproverID.FieldName = "fApproverID";
@@ -399,7 +399,7 @@
            // 
            // gv_fCreateDate
            // 
            this.gv_fCreateDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_fCreateDate.AppearanceCell.Options.UseFont = true;
            this.gv_fCreateDate.Caption = "创建日期 ";
            this.gv_fCreateDate.FieldName = "fCreateDate";
@@ -413,7 +413,7 @@
            // 
            // gv_fApproveDate
            // 
            this.gv_fApproveDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_fApproveDate.AppearanceCell.Options.UseFont = true;
            this.gv_fApproveDate.Caption = "审核日期 ";
            this.gv_fApproveDate.FieldName = "fApproveDate";
@@ -427,7 +427,7 @@
            // 
            // gv_fSalesManID
            // 
            this.gv_fSalesManID.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_fSalesManID.AppearanceCell.Options.UseFont = true;
            this.gv_fSalesManID.Caption = "销售员ID";
            this.gv_fSalesManID.FieldName = "fSalesManID";
@@ -439,7 +439,7 @@
            // 
            // gv_fCustomerID
            // 
            this.gv_fCustomerID.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_fCustomerID.AppearanceCell.Options.UseFont = true;
            this.gv_fCustomerID.Caption = "客户ID";
            this.gv_fCustomerID.FieldName = "fCustomerID";
@@ -451,7 +451,7 @@
            // 
            // gv_fDate
            // 
            this.gv_fDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_fDate.AppearanceCell.Options.UseFont = true;
            this.gv_fDate.Caption = "日期 ";
            this.gv_fDate.FieldName = "fDate";
@@ -465,7 +465,7 @@
            // 
            // gv_fNote
            // 
            this.gv_fNote.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_fNote.AppearanceCell.Options.UseFont = true;
            this.gv_fNote.Caption = "备注 ";
            this.gv_fNote.FieldName = "fNote";
@@ -479,7 +479,7 @@
            // 
            // gv_fApproverStaus
            // 
            this.gv_fApproverStaus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_fApproverStaus.AppearanceCell.Options.UseFont = true;
            this.gv_fApproverStaus.Caption = "审核标识";
            this.gv_fApproverStaus.FieldName = "chkStatus";
@@ -623,7 +623,7 @@
            // 
            this.txt_id.Location = new System.Drawing.Point(927, 218);
            this.txt_id.Name = "txt_id";
            this.txt_id.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_id.Properties.Appearance.Options.UseFont = true;
            this.txt_id.Size = new System.Drawing.Size(187, 28);
            this.txt_id.StyleController = this.layoutMx1;
@@ -634,7 +634,7 @@
            // 
            this.txt_billNo.Location = new System.Drawing.Point(99, 12);
            this.txt_billNo.Name = "txt_billNo";
            this.txt_billNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_billNo.Properties.Appearance.Options.UseFont = true;
            this.txt_billNo.Size = new System.Drawing.Size(185, 28);
            this.txt_billNo.StyleController = this.layoutMx1;
@@ -659,7 +659,7 @@
            // 
            this.txt_fApproverID.Location = new System.Drawing.Point(927, 12);
            this.txt_fApproverID.Name = "txt_fApproverID";
            this.txt_fApproverID.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_fApproverID.Properties.Appearance.Options.UseFont = true;
            this.txt_fApproverID.Size = new System.Drawing.Size(187, 28);
            this.txt_fApproverID.StyleController = this.layoutMx1;
@@ -678,7 +678,7 @@
            // 
            this.txt_fSaleOrgIdTxt.Location = new System.Drawing.Point(375, 12);
            this.txt_fSaleOrgIdTxt.Name = "txt_fSaleOrgIdTxt";
            this.txt_fSaleOrgIdTxt.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_fSaleOrgIdTxt.Properties.Appearance.Options.UseFont = true;
            this.txt_fSaleOrgIdTxt.Size = new System.Drawing.Size(185, 28);
            this.txt_fSaleOrgIdTxt.StyleController = this.layoutMx1;
@@ -689,7 +689,7 @@
            // 
            this.txt_fCreatorId.Location = new System.Drawing.Point(651, 12);
            this.txt_fCreatorId.Name = "txt_fCreatorId";
            this.txt_fCreatorId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_fCreatorId.Properties.Appearance.Options.UseFont = true;
            this.txt_fCreatorId.Size = new System.Drawing.Size(185, 28);
            this.txt_fCreatorId.StyleController = this.layoutMx1;
@@ -700,7 +700,7 @@
            // 
            this.txt_fApproveDate.Location = new System.Drawing.Point(927, 44);
            this.txt_fApproveDate.Name = "txt_fApproveDate";
            this.txt_fApproveDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_fApproveDate.Properties.Appearance.Options.UseFont = true;
            this.txt_fApproveDate.Size = new System.Drawing.Size(187, 28);
            this.txt_fApproveDate.StyleController = this.layoutMx1;
@@ -711,7 +711,7 @@
            // 
            this.txt_fNote.Location = new System.Drawing.Point(99, 108);
            this.txt_fNote.Name = "txt_fNote";
            this.txt_fNote.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_fNote.Properties.Appearance.Options.UseFont = true;
            this.txt_fNote.Size = new System.Drawing.Size(461, 28);
            this.txt_fNote.StyleController = this.layoutMx1;
@@ -721,7 +721,7 @@
            // 
            this.txt_fSalesManIDTxt.Location = new System.Drawing.Point(651, 76);
            this.txt_fSalesManIDTxt.Name = "txt_fSalesManIDTxt";
            this.txt_fSalesManIDTxt.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_fSalesManIDTxt.Properties.Appearance.Options.UseFont = true;
            this.txt_fSalesManIDTxt.Size = new System.Drawing.Size(185, 28);
            this.txt_fSalesManIDTxt.StyleController = this.layoutMx1;
@@ -732,7 +732,7 @@
            // 
            this.txt_fCreateDate.Location = new System.Drawing.Point(651, 44);
            this.txt_fCreateDate.Name = "txt_fCreateDate";
            this.txt_fCreateDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_fCreateDate.Properties.Appearance.Options.UseFont = true;
            this.txt_fCreateDate.Size = new System.Drawing.Size(185, 28);
            this.txt_fCreateDate.StyleController = this.layoutMx1;
@@ -743,7 +743,7 @@
            // 
            this.txt_fCustomerIDTxt.Location = new System.Drawing.Point(375, 44);
            this.txt_fCustomerIDTxt.Name = "txt_fCustomerIDTxt";
            this.txt_fCustomerIDTxt.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_fCustomerIDTxt.Properties.Appearance.Options.UseFont = true;
            this.txt_fCustomerIDTxt.Size = new System.Drawing.Size(185, 28);
            this.txt_fCustomerIDTxt.StyleController = this.layoutMx1;
@@ -1250,7 +1250,7 @@
            // 
            // gvMx1fMustQty
            // 
            this.gvMx1fMustQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1fMustQty.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
            this.gvMx1fMustQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1fMustQty.AppearanceCell.Options.UseForeColor = true;
@@ -1292,7 +1292,7 @@
            // 
            // gvMx1fEntrynote
            // 
            this.gvMx1fEntrynote.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1fEntrynote.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
            this.gvMx1fEntrynote.AppearanceCell.Options.UseFont = true;
            this.gvMx1fEntrynote.AppearanceCell.Options.UseForeColor = true;
@@ -1309,7 +1309,7 @@
            // 
            // gvMx1fRealQty
            // 
            this.gvMx1fRealQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1fRealQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1fRealQty.Caption = "实发数量 ";
            this.gvMx1fRealQty.FieldName = "fRealQty";
@@ -1502,7 +1502,7 @@
            // 
            // gvMx1id
            // 
            this.gvMx1id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1id.AppearanceCell.Options.UseFont = true;
            this.gvMx1id.Caption = "主键 ";
            this.gvMx1id.FieldName = "id";
@@ -1513,7 +1513,7 @@
            // 
            // gvMx1pid
            // 
            this.gvMx1pid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1pid.AppearanceCell.Options.UseFont = true;
            this.gvMx1pid.Caption = "主表guid ";
            this.gvMx1pid.FieldName = "pid";
@@ -1524,7 +1524,7 @@
            // 
            // gvMx1salesDetailId
            // 
            this.gvMx1salesDetailId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1salesDetailId.AppearanceCell.Options.UseFont = true;
            this.gvMx1salesDetailId.Caption = "SALES_ORDER_DETAIL的Guid ";
            this.gvMx1salesDetailId.FieldName = "salesDetailId";
@@ -1535,7 +1535,7 @@
            // 
            // gvMx1fseq
            // 
            this.gvMx1fseq.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gvMx1fseq.AppearanceCell.Options.UseFont = true;
            this.gvMx1fseq.Caption = "排序 ";
            this.gvMx1fseq.FieldName = "fseq";