| | |
| | | // 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, |
| | | this.gridColumn2, |
| | | this.gv_id, |
| | | this.gv_billNo, |
| | | this.gv_fBillTypeID, |
| | |
| | | this.gv_fCustomerID, |
| | | this.gv_fDate, |
| | | this.gv_fNote, |
| | | this.gv_fApproverStaus, |
| | | this.gridColumn2, |
| | | this.gridColumn33, |
| | | this.gridColumn34, |
| | | this.gridColumn35}); |
| | |
| | | // |
| | | // 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"; |
| | |
| | | this.gv_billNo.OptionsColumn.AllowEdit = false; |
| | | this.gv_billNo.Tag = "query_a.bill_no"; |
| | | this.gv_billNo.Visible = true; |
| | | this.gv_billNo.VisibleIndex = 0; |
| | | this.gv_billNo.VisibleIndex = 2; |
| | | this.gv_billNo.Width = 94; |
| | | // |
| | | // 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"; |
| | |
| | | this.gv_fBillTypeID.OptionsColumn.AllowEdit = false; |
| | | this.gv_fBillTypeID.Tag = "query_a.FBillTypeID"; |
| | | this.gv_fBillTypeID.Visible = true; |
| | | this.gv_fBillTypeID.VisibleIndex = 1; |
| | | this.gv_fBillTypeID.VisibleIndex = 3; |
| | | this.gv_fBillTypeID.Width = 94; |
| | | // |
| | | // 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"; |
| | |
| | | this.gv_fSaleOrgId.OptionsColumn.AllowEdit = false; |
| | | this.gv_fSaleOrgId.Tag = "query_a.FSaleOrgId"; |
| | | this.gv_fSaleOrgId.Visible = true; |
| | | this.gv_fSaleOrgId.VisibleIndex = 2; |
| | | this.gv_fSaleOrgId.VisibleIndex = 4; |
| | | this.gv_fSaleOrgId.Width = 94; |
| | | // |
| | | // 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"; |
| | |
| | | this.gv_fCreatorId.OptionsColumn.AllowEdit = false; |
| | | this.gv_fCreatorId.Tag = "query_a.FCreatorId"; |
| | | this.gv_fCreatorId.Visible = true; |
| | | this.gv_fCreatorId.VisibleIndex = 3; |
| | | this.gv_fCreatorId.VisibleIndex = 5; |
| | | this.gv_fCreatorId.Width = 94; |
| | | // |
| | | // 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"; |
| | |
| | | this.gv_fApproverID.OptionsColumn.AllowEdit = false; |
| | | this.gv_fApproverID.Tag = "query_a.FApproverID"; |
| | | this.gv_fApproverID.Visible = true; |
| | | this.gv_fApproverID.VisibleIndex = 4; |
| | | this.gv_fApproverID.VisibleIndex = 6; |
| | | this.gv_fApproverID.Width = 94; |
| | | // |
| | | // 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"; |
| | |
| | | this.gv_fCreateDate.OptionsColumn.AllowEdit = false; |
| | | this.gv_fCreateDate.Tag = "query_a.FCreateDate"; |
| | | this.gv_fCreateDate.Visible = true; |
| | | this.gv_fCreateDate.VisibleIndex = 5; |
| | | this.gv_fCreateDate.VisibleIndex = 7; |
| | | this.gv_fCreateDate.Width = 94; |
| | | // |
| | | // 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"; |
| | |
| | | this.gv_fApproveDate.OptionsColumn.AllowEdit = false; |
| | | this.gv_fApproveDate.Tag = "query_a.FApproveDate"; |
| | | this.gv_fApproveDate.Visible = true; |
| | | this.gv_fApproveDate.VisibleIndex = 6; |
| | | this.gv_fApproveDate.VisibleIndex = 8; |
| | | this.gv_fApproveDate.Width = 94; |
| | | // |
| | | // 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"; |
| | |
| | | this.gv_fDate.OptionsColumn.AllowEdit = false; |
| | | this.gv_fDate.Tag = "query_a.FDate"; |
| | | this.gv_fDate.Visible = true; |
| | | this.gv_fDate.VisibleIndex = 7; |
| | | this.gv_fDate.VisibleIndex = 9; |
| | | this.gv_fDate.Width = 94; |
| | | // |
| | | // 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"; |
| | |
| | | this.gv_fNote.OptionsColumn.AllowEdit = false; |
| | | this.gv_fNote.Tag = "query_a.FNote"; |
| | | this.gv_fNote.Visible = true; |
| | | this.gv_fNote.VisibleIndex = 8; |
| | | this.gv_fNote.VisibleIndex = 10; |
| | | this.gv_fNote.Width = 94; |
| | | // |
| | | // 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.gv_fApproverStaus.OptionsColumn.AllowEdit = false; |
| | | this.gv_fApproverStaus.Tag = "query_a.FApproverStaus"; |
| | | this.gv_fApproverStaus.Visible = true; |
| | | this.gv_fApproverStaus.VisibleIndex = 9; |
| | | this.gv_fApproverStaus.VisibleIndex = 0; |
| | | this.gv_fApproverStaus.Width = 94; |
| | | // |
| | | // gridColumn2 |
| | |
| | | this.gridColumn2.MinWidth = 25; |
| | | this.gridColumn2.Name = "gridColumn2"; |
| | | this.gridColumn2.Visible = true; |
| | | this.gridColumn2.VisibleIndex = 10; |
| | | this.gridColumn2.VisibleIndex = 1; |
| | | this.gridColumn2.Width = 94; |
| | | // |
| | | // gridColumn33 |
| | |
| | | // |
| | | // txt_chkStatus |
| | | // |
| | | this.txt_chkStatus.Location = new System.Drawing.Point(825, 76); |
| | | this.txt_chkStatus.Location = new System.Drawing.Point(840, 76); |
| | | this.txt_chkStatus.Name = "txt_chkStatus"; |
| | | this.txt_chkStatus.Properties.Caption = "审核状态"; |
| | | this.txt_chkStatus.Size = new System.Drawing.Size(268, 24); |
| | | this.txt_chkStatus.Size = new System.Drawing.Size(274, 24); |
| | | this.txt_chkStatus.StyleController = this.layoutMx1; |
| | | this.txt_chkStatus.TabIndex = 376; |
| | | this.txt_chkStatus.Tag = "readonly"; |
| | |
| | | // |
| | | 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(180, 28); |
| | | this.txt_billNo.Size = new System.Drawing.Size(185, 28); |
| | | this.txt_billNo.StyleController = this.layoutMx1; |
| | | this.txt_billNo.TabIndex = 211; |
| | | this.txt_billNo.Tag = "readonly"; |
| | |
| | | this.txt_fBillTypeID.Properties.Items.AddRange(new object[] { |
| | | "标准销售出库单(XSCKD01_SYS)"}); |
| | | this.txt_fBillTypeID.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; |
| | | this.txt_fBillTypeID.Size = new System.Drawing.Size(180, 24); |
| | | this.txt_fBillTypeID.Size = new System.Drawing.Size(185, 24); |
| | | this.txt_fBillTypeID.StyleController = this.layoutMx1; |
| | | this.txt_fBillTypeID.TabIndex = 362; |
| | | // |
| | | // txt_fApproverID |
| | | // |
| | | this.txt_fApproverID.Location = new System.Drawing.Point(912, 12); |
| | | 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(181, 28); |
| | | this.txt_fApproverID.Size = new System.Drawing.Size(187, 28); |
| | | this.txt_fApproverID.StyleController = this.layoutMx1; |
| | | this.txt_fApproverID.TabIndex = 222; |
| | | this.txt_fApproverID.Tag = "readonly"; |
| | |
| | | this.txt_salesId.IsReadly = false; |
| | | this.txt_salesId.Location = new System.Drawing.Point(99, 76); |
| | | this.txt_salesId.Name = "txt_salesId"; |
| | | this.txt_salesId.Size = new System.Drawing.Size(180, 28); |
| | | this.txt_salesId.Size = new System.Drawing.Size(185, 28); |
| | | this.txt_salesId.TabIndex = 367; |
| | | // |
| | | // txt_fSaleOrgIdTxt |
| | | // |
| | | this.txt_fSaleOrgIdTxt.Location = new System.Drawing.Point(370, 12); |
| | | 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(180, 28); |
| | | this.txt_fSaleOrgIdTxt.Size = new System.Drawing.Size(185, 28); |
| | | this.txt_fSaleOrgIdTxt.StyleController = this.layoutMx1; |
| | | this.txt_fSaleOrgIdTxt.TabIndex = 365; |
| | | this.txt_fSaleOrgIdTxt.Tag = "readonly"; |
| | | // |
| | | // txt_fCreatorId |
| | | // |
| | | this.txt_fCreatorId.Location = new System.Drawing.Point(641, 12); |
| | | 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(180, 28); |
| | | this.txt_fCreatorId.Size = new System.Drawing.Size(185, 28); |
| | | this.txt_fCreatorId.StyleController = this.layoutMx1; |
| | | this.txt_fCreatorId.TabIndex = 219; |
| | | this.txt_fCreatorId.Tag = "readonly"; |
| | | // |
| | | // txt_fApproveDate |
| | | // |
| | | this.txt_fApproveDate.Location = new System.Drawing.Point(912, 44); |
| | | 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(181, 28); |
| | | this.txt_fApproveDate.Size = new System.Drawing.Size(187, 28); |
| | | this.txt_fApproveDate.StyleController = this.layoutMx1; |
| | | this.txt_fApproveDate.TabIndex = 228; |
| | | this.txt_fApproveDate.Tag = "readonly"; |
| | |
| | | // |
| | | 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(451, 28); |
| | | this.txt_fNote.Size = new System.Drawing.Size(461, 28); |
| | | this.txt_fNote.StyleController = this.layoutMx1; |
| | | this.txt_fNote.TabIndex = 243; |
| | | // |
| | | // txt_fSalesManIDTxt |
| | | // |
| | | this.txt_fSalesManIDTxt.Location = new System.Drawing.Point(641, 76); |
| | | 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(180, 28); |
| | | this.txt_fSalesManIDTxt.Size = new System.Drawing.Size(185, 28); |
| | | this.txt_fSalesManIDTxt.StyleController = this.layoutMx1; |
| | | this.txt_fSalesManIDTxt.TabIndex = 231; |
| | | this.txt_fSalesManIDTxt.Tag = "readonly"; |
| | | // |
| | | // txt_fCreateDate |
| | | // |
| | | this.txt_fCreateDate.Location = new System.Drawing.Point(641, 44); |
| | | 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(180, 28); |
| | | this.txt_fCreateDate.Size = new System.Drawing.Size(185, 28); |
| | | this.txt_fCreateDate.StyleController = this.layoutMx1; |
| | | this.txt_fCreateDate.TabIndex = 226; |
| | | this.txt_fCreateDate.Tag = "readonly"; |
| | | // |
| | | // txt_fCustomerIDTxt |
| | | // |
| | | this.txt_fCustomerIDTxt.Location = new System.Drawing.Point(370, 44); |
| | | 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(180, 28); |
| | | this.txt_fCustomerIDTxt.Size = new System.Drawing.Size(185, 28); |
| | | this.txt_fCustomerIDTxt.StyleController = this.layoutMx1; |
| | | this.txt_fCustomerIDTxt.TabIndex = 368; |
| | | this.txt_fCustomerIDTxt.Tag = "readonly"; |
| | | // |
| | | // txt_shf |
| | | // |
| | | this.txt_shf.Location = new System.Drawing.Point(370, 76); |
| | | this.txt_shf.Location = new System.Drawing.Point(375, 76); |
| | | this.txt_shf.Name = "txt_shf"; |
| | | this.txt_shf.Size = new System.Drawing.Size(180, 24); |
| | | this.txt_shf.Size = new System.Drawing.Size(185, 24); |
| | | this.txt_shf.StyleController = this.layoutMx1; |
| | | this.txt_shf.TabIndex = 373; |
| | | this.txt_shf.Tag = "readonly"; |
| | | // |
| | | // txt_shName |
| | | // |
| | | this.txt_shName.Location = new System.Drawing.Point(641, 108); |
| | | this.txt_shName.Location = new System.Drawing.Point(651, 108); |
| | | this.txt_shName.Name = "txt_shName"; |
| | | this.txt_shName.Size = new System.Drawing.Size(180, 24); |
| | | this.txt_shName.Size = new System.Drawing.Size(185, 24); |
| | | this.txt_shName.StyleController = this.layoutMx1; |
| | | this.txt_shName.TabIndex = 374; |
| | | this.txt_shName.Tag = "readonly"; |
| | | // |
| | | // txt_wjStatus |
| | | // |
| | | this.txt_wjStatus.Location = new System.Drawing.Point(825, 108); |
| | | this.txt_wjStatus.Location = new System.Drawing.Point(840, 108); |
| | | this.txt_wjStatus.Name = "txt_wjStatus"; |
| | | this.txt_wjStatus.Properties.Caption = "完结状态"; |
| | | this.txt_wjStatus.Size = new System.Drawing.Size(268, 24); |
| | | this.txt_wjStatus.Size = new System.Drawing.Size(274, 24); |
| | | this.txt_wjStatus.StyleController = this.layoutMx1; |
| | | this.txt_wjStatus.TabIndex = 372; |
| | | this.txt_wjStatus.Tag = "readonly"; |
| | |
| | | rowDefinition2, |
| | | rowDefinition3, |
| | | rowDefinition4}); |
| | | this.layoutControlGroup1.Size = new System.Drawing.Size(1105, 148); |
| | | this.layoutControlGroup1.Size = new System.Drawing.Size(1126, 148); |
| | | this.layoutControlGroup1.TextVisible = false; |
| | | // |
| | | // layoutControlItem17 |
| | |
| | | this.layoutControlItem17.Control = this.txt_shName; |
| | | this.layoutControlItem17.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; |
| | | this.layoutControlItem17.CustomizationFormText = "收货人姓名"; |
| | | this.layoutControlItem17.Location = new System.Drawing.Point(542, 96); |
| | | this.layoutControlItem17.Location = new System.Drawing.Point(552, 96); |
| | | this.layoutControlItem17.Name = "layoutControlItem17"; |
| | | this.layoutControlItem17.OptionsTableLayoutItem.ColumnIndex = 2; |
| | | this.layoutControlItem17.OptionsTableLayoutItem.RowIndex = 3; |
| | | this.layoutControlItem17.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem17.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem17.Text = "收货人姓名"; |
| | | this.layoutControlItem17.TextSize = new System.Drawing.Size(75, 18); |
| | | // |
| | |
| | | this.layoutControlItem2.CustomizationFormText = "申请编号"; |
| | | this.layoutControlItem2.Location = new System.Drawing.Point(0, 0); |
| | | this.layoutControlItem2.Name = "layoutControlItem2"; |
| | | this.layoutControlItem2.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem2.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem2.Text = "申请编号"; |
| | | this.layoutControlItem2.TextSize = new System.Drawing.Size(75, 18); |
| | | // |
| | |
| | | this.layoutControlItem10.Control = this.txt_fApproverID; |
| | | this.layoutControlItem10.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; |
| | | this.layoutControlItem10.CustomizationFormText = "审核人"; |
| | | this.layoutControlItem10.Location = new System.Drawing.Point(813, 0); |
| | | this.layoutControlItem10.Location = new System.Drawing.Point(828, 0); |
| | | this.layoutControlItem10.Name = "layoutControlItem10"; |
| | | this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 3; |
| | | this.layoutControlItem10.Size = new System.Drawing.Size(272, 32); |
| | | this.layoutControlItem10.Size = new System.Drawing.Size(278, 32); |
| | | this.layoutControlItem10.Text = "审核人"; |
| | | this.layoutControlItem10.TextSize = new System.Drawing.Size(75, 18); |
| | | // |
| | |
| | | this.layoutControlItem11.Control = this.txt_fApproveDate; |
| | | this.layoutControlItem11.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; |
| | | this.layoutControlItem11.CustomizationFormText = "审核日期"; |
| | | this.layoutControlItem11.Location = new System.Drawing.Point(813, 32); |
| | | this.layoutControlItem11.Location = new System.Drawing.Point(828, 32); |
| | | this.layoutControlItem11.Name = "layoutControlItem11"; |
| | | this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 3; |
| | | this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 1; |
| | | this.layoutControlItem11.Size = new System.Drawing.Size(272, 32); |
| | | this.layoutControlItem11.Size = new System.Drawing.Size(278, 32); |
| | | this.layoutControlItem11.Text = "审核日期"; |
| | | this.layoutControlItem11.TextSize = new System.Drawing.Size(75, 18); |
| | | // |
| | | // layoutControlItem15 |
| | | // |
| | | this.layoutControlItem15.Control = this.txt_chkStatus; |
| | | this.layoutControlItem15.Location = new System.Drawing.Point(813, 64); |
| | | this.layoutControlItem15.Location = new System.Drawing.Point(828, 64); |
| | | this.layoutControlItem15.Name = "layoutControlItem15"; |
| | | this.layoutControlItem15.OptionsTableLayoutItem.ColumnIndex = 3; |
| | | this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 2; |
| | | this.layoutControlItem15.Size = new System.Drawing.Size(272, 32); |
| | | this.layoutControlItem15.Size = new System.Drawing.Size(278, 32); |
| | | this.layoutControlItem15.Text = "审核状态"; |
| | | this.layoutControlItem15.TextSize = new System.Drawing.Size(0, 0); |
| | | this.layoutControlItem15.TextVisible = false; |
| | |
| | | this.layoutControlItem6.Control = this.txt_fCreatorId; |
| | | this.layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; |
| | | this.layoutControlItem6.CustomizationFormText = "创建人"; |
| | | this.layoutControlItem6.Location = new System.Drawing.Point(542, 0); |
| | | this.layoutControlItem6.Location = new System.Drawing.Point(552, 0); |
| | | this.layoutControlItem6.Name = "layoutControlItem6"; |
| | | this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 2; |
| | | this.layoutControlItem6.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem6.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem6.Text = "创建人"; |
| | | this.layoutControlItem6.TextSize = new System.Drawing.Size(75, 18); |
| | | // |
| | |
| | | this.layoutControlItem7.Control = this.txt_fCreateDate; |
| | | this.layoutControlItem7.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; |
| | | this.layoutControlItem7.CustomizationFormText = "创建日期"; |
| | | this.layoutControlItem7.Location = new System.Drawing.Point(542, 32); |
| | | this.layoutControlItem7.Location = new System.Drawing.Point(552, 32); |
| | | this.layoutControlItem7.Name = "layoutControlItem7"; |
| | | this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 2; |
| | | this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 1; |
| | | this.layoutControlItem7.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem7.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem7.Text = "创建日期"; |
| | | this.layoutControlItem7.TextSize = new System.Drawing.Size(75, 18); |
| | | // |
| | |
| | | this.layoutControlItem13.Control = this.txt_fCustomerIDTxt; |
| | | this.layoutControlItem13.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; |
| | | this.layoutControlItem13.CustomizationFormText = "客户名称"; |
| | | this.layoutControlItem13.Location = new System.Drawing.Point(271, 32); |
| | | this.layoutControlItem13.Location = new System.Drawing.Point(276, 32); |
| | | this.layoutControlItem13.Name = "layoutControlItem13"; |
| | | this.layoutControlItem13.OptionsTableLayoutItem.ColumnIndex = 1; |
| | | this.layoutControlItem13.OptionsTableLayoutItem.RowIndex = 1; |
| | | this.layoutControlItem13.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem13.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem13.Text = "客户名称"; |
| | | this.layoutControlItem13.TextSize = new System.Drawing.Size(75, 18); |
| | | // |
| | |
| | | this.layoutControlItem9.Control = this.txt_fSalesManIDTxt; |
| | | this.layoutControlItem9.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; |
| | | this.layoutControlItem9.CustomizationFormText = "销售员"; |
| | | this.layoutControlItem9.Location = new System.Drawing.Point(542, 64); |
| | | this.layoutControlItem9.Location = new System.Drawing.Point(552, 64); |
| | | this.layoutControlItem9.Name = "layoutControlItem9"; |
| | | this.layoutControlItem9.OptionsTableLayoutItem.ColumnIndex = 2; |
| | | this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 2; |
| | | this.layoutControlItem9.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem9.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem9.Text = "销售员"; |
| | | this.layoutControlItem9.TextSize = new System.Drawing.Size(75, 18); |
| | | // |
| | |
| | | this.layoutControlItem5.Control = this.txt_fSaleOrgIdTxt; |
| | | this.layoutControlItem5.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; |
| | | this.layoutControlItem5.CustomizationFormText = "销售组织"; |
| | | this.layoutControlItem5.Location = new System.Drawing.Point(271, 0); |
| | | this.layoutControlItem5.Location = new System.Drawing.Point(276, 0); |
| | | this.layoutControlItem5.Name = "layoutControlItem5"; |
| | | this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 1; |
| | | this.layoutControlItem5.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem5.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem5.Text = "销售组织"; |
| | | this.layoutControlItem5.TextSize = new System.Drawing.Size(75, 18); |
| | | // |
| | |
| | | this.layoutControlItem14.Control = this.txt_shf; |
| | | this.layoutControlItem14.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; |
| | | this.layoutControlItem14.CustomizationFormText = "收货方"; |
| | | this.layoutControlItem14.Location = new System.Drawing.Point(271, 64); |
| | | this.layoutControlItem14.Location = new System.Drawing.Point(276, 64); |
| | | this.layoutControlItem14.Name = "layoutControlItem14"; |
| | | this.layoutControlItem14.OptionsTableLayoutItem.ColumnIndex = 1; |
| | | this.layoutControlItem14.OptionsTableLayoutItem.RowIndex = 2; |
| | | this.layoutControlItem14.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem14.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem14.Text = "收货方"; |
| | | this.layoutControlItem14.TextSize = new System.Drawing.Size(75, 18); |
| | | // |
| | |
| | | this.layoutControlItem8.Name = "layoutControlItem8"; |
| | | this.layoutControlItem8.OptionsTableLayoutItem.ColumnSpan = 2; |
| | | this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 3; |
| | | this.layoutControlItem8.Size = new System.Drawing.Size(542, 32); |
| | | this.layoutControlItem8.Size = new System.Drawing.Size(552, 32); |
| | | this.layoutControlItem8.Text = "申请备注"; |
| | | this.layoutControlItem8.TextSize = new System.Drawing.Size(75, 18); |
| | | // |
| | |
| | | this.layoutControlItem4.Location = new System.Drawing.Point(0, 64); |
| | | this.layoutControlItem4.Name = "layoutControlItem4"; |
| | | this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 2; |
| | | this.layoutControlItem4.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem4.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem4.Text = "销售订单"; |
| | | this.layoutControlItem4.TextSize = new System.Drawing.Size(75, 18); |
| | | // |
| | |
| | | this.layoutControlItem3.Location = new System.Drawing.Point(0, 32); |
| | | this.layoutControlItem3.Name = "layoutControlItem3"; |
| | | this.layoutControlItem3.OptionsTableLayoutItem.RowIndex = 1; |
| | | this.layoutControlItem3.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem3.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem3.Text = "单据类型"; |
| | | this.layoutControlItem3.TextSize = new System.Drawing.Size(75, 18); |
| | | // |
| | |
| | | this.layoutControlItem12.Control = this.txt_wjStatus; |
| | | this.layoutControlItem12.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; |
| | | this.layoutControlItem12.CustomizationFormText = "完结标识"; |
| | | this.layoutControlItem12.Location = new System.Drawing.Point(813, 96); |
| | | this.layoutControlItem12.Location = new System.Drawing.Point(828, 96); |
| | | this.layoutControlItem12.Name = "layoutControlItem12"; |
| | | this.layoutControlItem12.OptionsTableLayoutItem.ColumnIndex = 3; |
| | | this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 3; |
| | | this.layoutControlItem12.Size = new System.Drawing.Size(272, 32); |
| | | this.layoutControlItem12.Size = new System.Drawing.Size(278, 32); |
| | | this.layoutControlItem12.Text = "完结标识"; |
| | | this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0); |
| | | this.layoutControlItem12.TextVisible = false; |
| | |
| | | // |
| | | // 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"; |