| | |
| | | // 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"; |
| | |
| | | // |
| | | // 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, |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | 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; |
| | |
| | | // |
| | | 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; |
| | |
| | | // |
| | | 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; |
| | |
| | | // |
| | | 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; |
| | |
| | | // |
| | | 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; |
| | |
| | | // |
| | | 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; |
| | |
| | | // |
| | | 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; |
| | |
| | | // |
| | | 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; |
| | |
| | | // |
| | | 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; |
| | |
| | | // |
| | | 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; |
| | |
| | | // |
| | | // 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; |
| | |
| | | // |
| | | // 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; |
| | |
| | | // |
| | | // gvMx1fRealQty |
| | | // |
| | | this.gvMx1fRealQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1fRealQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1fRealQty.Caption = "实发数量 "; |
| | | this.gvMx1fRealQty.FieldName = "fRealQty"; |
| | |
| | | // |
| | | // gvMx1id |
| | | // |
| | | this.gvMx1id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1id.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1id.Caption = "主键 "; |
| | | this.gvMx1id.FieldName = "id"; |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | // gvMx1fseq |
| | | // |
| | | this.gvMx1fseq.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1fseq.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1fseq.Caption = "排序 "; |
| | | this.gvMx1fseq.FieldName = "fseq"; |