| | |
| | | /// </summary> |
| | | private void InitializeComponent() |
| | | { |
| | | this.components = new System.ComponentModel.Container(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | |
| | | this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.picCheckBox = new System.Windows.Forms.PictureBox(); |
| | | this.tips = new DevExpress.Utils.ToolTipController(this.components); |
| | | ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); |
| | | this.xtraTabControl1.SuspendLayout(); |
| | | this.xtraTabPage1.SuspendLayout(); |
| | |
| | | // |
| | | this.split1.Panel2.Text = "Panel2"; |
| | | this.split1.Size = new System.Drawing.Size(1126, 570); |
| | | this.split1.SplitterPosition = 551; |
| | | this.split1.SplitterPosition = 558; |
| | | this.split1.TabIndex = 0; |
| | | // |
| | | // gcMain1 |
| | | // |
| | | 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(1126, 512); |
| | | this.gcMain1.Size = new System.Drawing.Size(1126, 519); |
| | | this.gcMain1.TabIndex = 2; |
| | | this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
| | | this.gridView1}); |
| | | // |
| | | // gridView1 |
| | | // |
| | | |
| | | this.gridView1.Appearance.Row.Options.UseFont = true; |
| | | this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.gv_id, |
| | |
| | | // |
| | | // gv_id |
| | | // |
| | | |
| | | this.gv_id.AppearanceCell.Options.UseFont = true; |
| | | this.gv_id.Caption = "主键GUID"; |
| | | this.gv_id.FieldName = "id"; |
| | |
| | | // |
| | | // gv_erpId |
| | | // |
| | | |
| | | this.gv_erpId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_erpId.Caption = "ERPID"; |
| | | this.gv_erpId.FieldName = "erpId"; |
| | |
| | | // |
| | | // gv_billNo |
| | | // |
| | | |
| | | this.gv_billNo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_billNo.Caption = "单据编号 "; |
| | | this.gv_billNo.FieldName = "billNo"; |
| | |
| | | // |
| | | // gv_billTypeId |
| | | // |
| | | |
| | | this.gv_billTypeId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_billTypeId.Caption = "单据类型 "; |
| | | this.gv_billTypeId.FieldName = "billTypeId"; |
| | |
| | | // |
| | | // gv_documentStatus |
| | | // |
| | | |
| | | this.gv_documentStatus.AppearanceCell.Options.UseFont = true; |
| | | this.gv_documentStatus.Caption = "单据状态 "; |
| | | this.gv_documentStatus.FieldName = "documentStatusTxt"; |
| | |
| | | // |
| | | // gv_fDate |
| | | // |
| | | |
| | | this.gv_fDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fDate.Caption = "日期 "; |
| | | this.gv_fDate.FieldName = "fDate"; |
| | |
| | | // |
| | | // gv_businessType |
| | | // |
| | | |
| | | this.gv_businessType.AppearanceCell.Options.UseFont = true; |
| | | this.gv_businessType.Caption = "业务类型 "; |
| | | this.gv_businessType.FieldName = "businessTypeTxt"; |
| | |
| | | // |
| | | // gv_headDeliveryWay |
| | | // |
| | | |
| | | this.gv_headDeliveryWay.AppearanceCell.Options.UseFont = true; |
| | | this.gv_headDeliveryWay.Caption = "交货方式 "; |
| | | this.gv_headDeliveryWay.FieldName = "headDeliveryWay"; |
| | |
| | | // |
| | | // gv_headLocId |
| | | // |
| | | |
| | | this.gv_headLocId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_headLocId.Caption = "交货地点 "; |
| | | this.gv_headLocId.FieldName = "headLocId"; |
| | |
| | | // |
| | | // gv_closeStatus |
| | | // |
| | | |
| | | this.gv_closeStatus.AppearanceCell.Options.UseFont = true; |
| | | this.gv_closeStatus.Caption = "关闭状态 "; |
| | | this.gv_closeStatus.FieldName = "closeStatus"; |
| | |
| | | // |
| | | // gv_saleDeptId |
| | | // |
| | | |
| | | this.gv_saleDeptId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_saleDeptId.Caption = "销售部门ID"; |
| | | this.gv_saleDeptId.FieldName = "saleDeptId"; |
| | |
| | | // |
| | | // gv_salerId |
| | | // |
| | | |
| | | this.gv_salerId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_salerId.Caption = "销售员ID"; |
| | | this.gv_salerId.FieldName = "salerId"; |
| | |
| | | // |
| | | // gv_changeReason |
| | | // |
| | | |
| | | this.gv_changeReason.AppearanceCell.Options.UseFont = true; |
| | | this.gv_changeReason.Caption = "变更原因 "; |
| | | this.gv_changeReason.FieldName = "changeReason"; |
| | |
| | | // |
| | | // gv_note |
| | | // |
| | | |
| | | this.gv_note.AppearanceCell.Options.UseFont = true; |
| | | this.gv_note.Caption = "备注 "; |
| | | this.gv_note.FieldName = "note"; |
| | |
| | | // |
| | | // gv_settleId |
| | | // |
| | | |
| | | this.gv_settleId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_settleId.Caption = "结算方 "; |
| | | this.gv_settleId.FieldName = "settleId"; |
| | |
| | | // |
| | | // gv_approverId |
| | | // |
| | | |
| | | this.gv_approverId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_approverId.Caption = "审核人 "; |
| | | this.gv_approverId.FieldName = "approverId"; |
| | |
| | | // |
| | | // gv_linkMan |
| | | // |
| | | |
| | | this.gv_linkMan.AppearanceCell.Options.UseFont = true; |
| | | this.gv_linkMan.Caption = "收货人姓名 "; |
| | | this.gv_linkMan.FieldName = "linkMan"; |
| | |
| | | // |
| | | // gv_chargeId |
| | | // |
| | | |
| | | this.gv_chargeId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_chargeId.Caption = "付款方 "; |
| | | this.gv_chargeId.FieldName = "chargeId"; |
| | |
| | | // |
| | | // gv_linkPhone |
| | | // |
| | | |
| | | this.gv_linkPhone.AppearanceCell.Options.UseFont = true; |
| | | this.gv_linkPhone.Caption = "联系电话 "; |
| | | this.gv_linkPhone.FieldName = "linkPhone"; |
| | |
| | | // |
| | | // gv_creatorId |
| | | // |
| | | |
| | | this.gv_creatorId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_creatorId.Caption = "创建人 "; |
| | | this.gv_creatorId.FieldName = "creatorId"; |
| | |
| | | // |
| | | // gv_createDate |
| | | // |
| | | |
| | | this.gv_createDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_createDate.Caption = "创建日期 "; |
| | | this.gv_createDate.FieldName = "createDate"; |
| | |
| | | // |
| | | // gv_modifierId |
| | | // |
| | | |
| | | this.gv_modifierId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_modifierId.Caption = "最后修改人 "; |
| | | this.gv_modifierId.FieldName = "modifierId"; |
| | |
| | | // |
| | | // gv_modifyDate |
| | | // |
| | | |
| | | this.gv_modifyDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_modifyDate.Caption = "最后修改日期 "; |
| | | this.gv_modifyDate.FieldName = "modifyDate"; |
| | |
| | | // |
| | | // gv_approveDate |
| | | // |
| | | |
| | | this.gv_approveDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_approveDate.Caption = "审核日期 "; |
| | | this.gv_approveDate.FieldName = "approveDate"; |
| | |
| | | // |
| | | // gv_closerId |
| | | // |
| | | |
| | | this.gv_closerId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_closerId.Caption = "关闭人 "; |
| | | this.gv_closerId.FieldName = "closerId"; |
| | |
| | | // |
| | | // gv_closeDate |
| | | // |
| | | |
| | | this.gv_closeDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_closeDate.Caption = "关闭日期 "; |
| | | this.gv_closeDate.FieldName = "closeDate"; |
| | |
| | | // |
| | | // gv_changeDate |
| | | // |
| | | |
| | | this.gv_changeDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_changeDate.Caption = "变更日期 "; |
| | | this.gv_changeDate.FieldName = "changeDate"; |
| | |
| | | // |
| | | // gv_cancelStatus |
| | | // |
| | | |
| | | this.gv_cancelStatus.AppearanceCell.Options.UseFont = true; |
| | | this.gv_cancelStatus.Caption = "作废状态 "; |
| | | this.gv_cancelStatus.FieldName = "cancelStatus"; |
| | |
| | | // |
| | | // gv_cancellerId |
| | | // |
| | | |
| | | this.gv_cancellerId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_cancellerId.Caption = "作废人 "; |
| | | this.gv_cancellerId.FieldName = "cancellerId"; |
| | |
| | | // |
| | | // gv_versionNo |
| | | // |
| | | |
| | | this.gv_versionNo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_versionNo.Caption = "版本号 "; |
| | | this.gv_versionNo.FieldName = "versionNo"; |
| | |
| | | // |
| | | // gv_changerId |
| | | // |
| | | |
| | | this.gv_changerId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_changerId.Caption = "变更人 "; |
| | | this.gv_changerId.FieldName = "changerId"; |
| | |
| | | // |
| | | // gv_entryNote |
| | | // |
| | | |
| | | this.gv_entryNote.AppearanceCell.Options.UseFont = true; |
| | | this.gv_entryNote.Caption = "备注 "; |
| | | this.gv_entryNote.FieldName = "entryNote"; |
| | |
| | | // |
| | | // gv_fbilltype |
| | | // |
| | | |
| | | this.gv_fbilltype.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fbilltype.Caption = "fbilltype "; |
| | | this.gv_fbilltype.FieldName = "fbilltype"; |
| | |
| | | // |
| | | // gv_saleOrgId |
| | | // |
| | | |
| | | this.gv_saleOrgId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_saleOrgId.Caption = "销售组织ID "; |
| | | this.gv_saleOrgId.FieldName = "saleOrgId"; |
| | |
| | | // |
| | | // gv_receiveId |
| | | // |
| | | |
| | | this.gv_receiveId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_receiveId.Caption = "收货方 "; |
| | | this.gv_receiveId.FieldName = "receiveId"; |
| | |
| | | // |
| | | // gv_receiveContact |
| | | // |
| | | |
| | | this.gv_receiveContact.AppearanceCell.Options.UseFont = true; |
| | | this.gv_receiveContact.Caption = "收货方联系人 "; |
| | | this.gv_receiveContact.FieldName = "receiveContact"; |
| | |
| | | // |
| | | this.pageBar1.CurrentPage = 1; |
| | | this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom; |
| | | this.pageBar1.Location = new System.Drawing.Point(0, 512); |
| | | this.pageBar1.Location = new System.Drawing.Point(0, 519); |
| | | this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); |
| | | this.pageBar1.Name = "pageBar1"; |
| | | this.pageBar1.RecordCount = 0; |
| | |
| | | // |
| | | // txt_receiveContact |
| | | // |
| | | this.txt_receiveContact.Location = new System.Drawing.Point(932, 172); |
| | | this.txt_receiveContact.Location = new System.Drawing.Point(947, 171); |
| | | this.txt_receiveContact.Name = "txt_receiveContact"; |
| | | |
| | | this.txt_receiveContact.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_receiveContact.Size = new System.Drawing.Size(161, 28); |
| | | this.txt_receiveContact.Size = new System.Drawing.Size(167, 24); |
| | | this.txt_receiveContact.StyleController = this.layoutMx1; |
| | | this.txt_receiveContact.TabIndex = 427; |
| | | // |
| | | // txt_receiveId |
| | | // |
| | | this.txt_receiveId.Location = new System.Drawing.Point(932, 108); |
| | | this.txt_receiveId.Location = new System.Drawing.Point(947, 107); |
| | | this.txt_receiveId.Name = "txt_receiveId"; |
| | | |
| | | this.txt_receiveId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_receiveId.Size = new System.Drawing.Size(161, 28); |
| | | this.txt_receiveId.Size = new System.Drawing.Size(167, 24); |
| | | this.txt_receiveId.StyleController = this.layoutMx1; |
| | | this.txt_receiveId.TabIndex = 425; |
| | | // |
| | |
| | | // |
| | | this.txt_saleOrgId.Location = new System.Drawing.Point(661, 263); |
| | | this.txt_saleOrgId.Name = "txt_saleOrgId"; |
| | | |
| | | this.txt_saleOrgId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_saleOrgId.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_saleOrgId.Size = new System.Drawing.Size(160, 24); |
| | | this.txt_saleOrgId.StyleController = this.layoutMx1; |
| | | this.txt_saleOrgId.TabIndex = 423; |
| | | // |
| | | // txt_fbilltype |
| | | // |
| | | this.txt_fbilltype.Location = new System.Drawing.Point(390, 268); |
| | | this.txt_fbilltype.Location = new System.Drawing.Point(395, 267); |
| | | this.txt_fbilltype.Name = "txt_fbilltype"; |
| | | |
| | | this.txt_fbilltype.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fbilltype.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_fbilltype.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_fbilltype.StyleController = this.layoutMx1; |
| | | this.txt_fbilltype.TabIndex = 421; |
| | | // |
| | | // txt_entryNote |
| | | // |
| | | this.txt_entryNote.Location = new System.Drawing.Point(119, 268); |
| | | this.txt_entryNote.Location = new System.Drawing.Point(119, 267); |
| | | this.txt_entryNote.Name = "txt_entryNote"; |
| | | |
| | | this.txt_entryNote.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_entryNote.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_entryNote.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_entryNote.StyleController = this.layoutMx1; |
| | | this.txt_entryNote.TabIndex = 419; |
| | | // |
| | | // txt_changerId |
| | | // |
| | | this.txt_changerId.Location = new System.Drawing.Point(932, 236); |
| | | this.txt_changerId.Location = new System.Drawing.Point(947, 235); |
| | | this.txt_changerId.Name = "txt_changerId"; |
| | | |
| | | this.txt_changerId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_changerId.Size = new System.Drawing.Size(161, 28); |
| | | this.txt_changerId.Size = new System.Drawing.Size(167, 24); |
| | | this.txt_changerId.StyleController = this.layoutMx1; |
| | | this.txt_changerId.TabIndex = 378; |
| | | // |
| | | // txt_versionNo |
| | | // |
| | | this.txt_versionNo.Location = new System.Drawing.Point(661, 236); |
| | | this.txt_versionNo.Location = new System.Drawing.Point(671, 235); |
| | | this.txt_versionNo.Name = "txt_versionNo"; |
| | | |
| | | this.txt_versionNo.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_versionNo.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_versionNo.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_versionNo.StyleController = this.layoutMx1; |
| | | this.txt_versionNo.TabIndex = 376; |
| | | // |
| | | // txt_cancellerId |
| | | // |
| | | this.txt_cancellerId.Location = new System.Drawing.Point(390, 236); |
| | | this.txt_cancellerId.Location = new System.Drawing.Point(395, 235); |
| | | this.txt_cancellerId.Name = "txt_cancellerId"; |
| | | this.txt_cancellerId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_cancellerId.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_cancellerId.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_cancellerId.StyleController = this.layoutMx1; |
| | | this.txt_cancellerId.TabIndex = 374; |
| | | // |
| | | // txt_cancelStatus |
| | | // |
| | | this.txt_cancelStatus.Location = new System.Drawing.Point(119, 236); |
| | | this.txt_cancelStatus.Location = new System.Drawing.Point(119, 235); |
| | | this.txt_cancelStatus.Name = "txt_cancelStatus"; |
| | | this.txt_cancelStatus.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_cancelStatus.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_cancelStatus.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_cancelStatus.StyleController = this.layoutMx1; |
| | | this.txt_cancelStatus.TabIndex = 372; |
| | | // |
| | | // txt_changeDate |
| | | // |
| | | this.txt_changeDate.Location = new System.Drawing.Point(932, 268); |
| | | this.txt_changeDate.Location = new System.Drawing.Point(947, 267); |
| | | this.txt_changeDate.Name = "txt_changeDate"; |
| | | this.txt_changeDate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_changeDate.Size = new System.Drawing.Size(161, 28); |
| | | this.txt_changeDate.Size = new System.Drawing.Size(167, 24); |
| | | this.txt_changeDate.StyleController = this.layoutMx1; |
| | | this.txt_changeDate.TabIndex = 344; |
| | | // |
| | | // txt_closeDate |
| | | // |
| | | this.txt_closeDate.Location = new System.Drawing.Point(661, 204); |
| | | this.txt_closeDate.Location = new System.Drawing.Point(671, 203); |
| | | this.txt_closeDate.Name = "txt_closeDate"; |
| | | this.txt_closeDate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_closeDate.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_closeDate.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_closeDate.StyleController = this.layoutMx1; |
| | | this.txt_closeDate.TabIndex = 342; |
| | | // |
| | | // txt_closerId |
| | | // |
| | | this.txt_closerId.Location = new System.Drawing.Point(390, 204); |
| | | this.txt_closerId.Location = new System.Drawing.Point(395, 203); |
| | | this.txt_closerId.Name = "txt_closerId"; |
| | | this.txt_closerId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_closerId.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_closerId.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_closerId.StyleController = this.layoutMx1; |
| | | this.txt_closerId.TabIndex = 340; |
| | | // |
| | | // txt_approveDate |
| | | // |
| | | this.txt_approveDate.Location = new System.Drawing.Point(119, 204); |
| | | this.txt_approveDate.Location = new System.Drawing.Point(119, 203); |
| | | this.txt_approveDate.Name = "txt_approveDate"; |
| | | this.txt_approveDate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_approveDate.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_approveDate.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_approveDate.StyleController = this.layoutMx1; |
| | | this.txt_approveDate.TabIndex = 338; |
| | | // |
| | | // txt_modifyDate |
| | | // |
| | | this.txt_modifyDate.Location = new System.Drawing.Point(661, 268); |
| | | this.txt_modifyDate.Location = new System.Drawing.Point(671, 267); |
| | | this.txt_modifyDate.Name = "txt_modifyDate"; |
| | | this.txt_modifyDate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_modifyDate.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_modifyDate.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_modifyDate.StyleController = this.layoutMx1; |
| | | this.txt_modifyDate.TabIndex = 314; |
| | | // |
| | | // txt_modifierId |
| | | // |
| | | this.txt_modifierId.Location = new System.Drawing.Point(661, 172); |
| | | this.txt_modifierId.Location = new System.Drawing.Point(671, 171); |
| | | this.txt_modifierId.Name = "txt_modifierId"; |
| | | this.txt_modifierId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_modifierId.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_modifierId.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_modifierId.StyleController = this.layoutMx1; |
| | | this.txt_modifierId.TabIndex = 312; |
| | | // |
| | | // txt_createDate |
| | | // |
| | | this.txt_createDate.Location = new System.Drawing.Point(390, 172); |
| | | this.txt_createDate.Location = new System.Drawing.Point(395, 171); |
| | | this.txt_createDate.Name = "txt_createDate"; |
| | | |
| | | this.txt_createDate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_createDate.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_createDate.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_createDate.StyleController = this.layoutMx1; |
| | | this.txt_createDate.TabIndex = 310; |
| | | // |
| | | // txt_creatorId |
| | | // |
| | | this.txt_creatorId.Location = new System.Drawing.Point(119, 172); |
| | | this.txt_creatorId.Location = new System.Drawing.Point(119, 171); |
| | | this.txt_creatorId.Name = "txt_creatorId"; |
| | | this.txt_creatorId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_creatorId.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_creatorId.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_creatorId.StyleController = this.layoutMx1; |
| | | this.txt_creatorId.TabIndex = 308; |
| | | // |
| | | // txt_linkPhone |
| | | // |
| | | this.txt_linkPhone.Location = new System.Drawing.Point(932, 140); |
| | | this.txt_linkPhone.Location = new System.Drawing.Point(947, 139); |
| | | this.txt_linkPhone.Name = "txt_linkPhone"; |
| | | this.txt_linkPhone.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_linkPhone.Size = new System.Drawing.Size(161, 28); |
| | | this.txt_linkPhone.Size = new System.Drawing.Size(167, 24); |
| | | this.txt_linkPhone.StyleController = this.layoutMx1; |
| | | this.txt_linkPhone.TabIndex = 288; |
| | | // |
| | | // txt_chargeId |
| | | // |
| | | this.txt_chargeId.Location = new System.Drawing.Point(932, 76); |
| | | this.txt_chargeId.Location = new System.Drawing.Point(947, 75); |
| | | this.txt_chargeId.Name = "txt_chargeId"; |
| | | this.txt_chargeId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_chargeId.Size = new System.Drawing.Size(161, 28); |
| | | this.txt_chargeId.Size = new System.Drawing.Size(167, 24); |
| | | this.txt_chargeId.StyleController = this.layoutMx1; |
| | | this.txt_chargeId.TabIndex = 286; |
| | | // |
| | | // txt_linkMan |
| | | // |
| | | this.txt_linkMan.Location = new System.Drawing.Point(390, 76); |
| | | this.txt_linkMan.Location = new System.Drawing.Point(395, 75); |
| | | this.txt_linkMan.Name = "txt_linkMan"; |
| | | this.txt_linkMan.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_linkMan.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_linkMan.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_linkMan.StyleController = this.layoutMx1; |
| | | this.txt_linkMan.TabIndex = 284; |
| | | // |
| | | // txt_approverId |
| | | // |
| | | this.txt_approverId.Location = new System.Drawing.Point(661, 140); |
| | | this.txt_approverId.Location = new System.Drawing.Point(671, 139); |
| | | this.txt_approverId.Name = "txt_approverId"; |
| | | this.txt_approverId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_approverId.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_approverId.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_approverId.StyleController = this.layoutMx1; |
| | | this.txt_approverId.TabIndex = 282; |
| | | // |
| | | // txt_settleId |
| | | // |
| | | this.txt_settleId.Location = new System.Drawing.Point(932, 44); |
| | | this.txt_settleId.Location = new System.Drawing.Point(947, 43); |
| | | this.txt_settleId.Name = "txt_settleId"; |
| | | this.txt_settleId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_settleId.Size = new System.Drawing.Size(161, 28); |
| | | this.txt_settleId.Size = new System.Drawing.Size(167, 24); |
| | | this.txt_settleId.StyleController = this.layoutMx1; |
| | | this.txt_settleId.TabIndex = 265; |
| | | // |
| | | // txt_note |
| | | // |
| | | this.txt_note.Location = new System.Drawing.Point(661, 108); |
| | | this.txt_note.Location = new System.Drawing.Point(671, 107); |
| | | this.txt_note.Name = "txt_note"; |
| | | this.txt_note.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_note.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_note.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_note.StyleController = this.layoutMx1; |
| | | this.txt_note.TabIndex = 263; |
| | | // |
| | | // txt_changeReason |
| | | // |
| | | this.txt_changeReason.Location = new System.Drawing.Point(119, 108); |
| | | this.txt_changeReason.Location = new System.Drawing.Point(119, 107); |
| | | this.txt_changeReason.Name = "txt_changeReason"; |
| | | this.txt_changeReason.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_changeReason.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_changeReason.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_changeReason.StyleController = this.layoutMx1; |
| | | this.txt_changeReason.TabIndex = 261; |
| | | // |
| | |
| | | this.txt_salerId.Location = new System.Drawing.Point(119, 103); |
| | | this.txt_salerId.Name = "txt_salerId"; |
| | | this.txt_salerId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_salerId.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_salerId.Size = new System.Drawing.Size(160, 24); |
| | | this.txt_salerId.StyleController = this.layoutMx1; |
| | | this.txt_salerId.TabIndex = 246; |
| | | // |
| | |
| | | this.txt_saleDeptId.Location = new System.Drawing.Point(932, 71); |
| | | this.txt_saleDeptId.Name = "txt_saleDeptId"; |
| | | this.txt_saleDeptId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_saleDeptId.Size = new System.Drawing.Size(161, 28); |
| | | this.txt_saleDeptId.Size = new System.Drawing.Size(161, 24); |
| | | this.txt_saleDeptId.StyleController = this.layoutMx1; |
| | | this.txt_saleDeptId.TabIndex = 249; |
| | | // |
| | | // txt_closeStatus |
| | | // |
| | | this.txt_closeStatus.Location = new System.Drawing.Point(661, 76); |
| | | this.txt_closeStatus.Location = new System.Drawing.Point(671, 75); |
| | | this.txt_closeStatus.Name = "txt_closeStatus"; |
| | | |
| | | this.txt_closeStatus.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_closeStatus.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_closeStatus.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_closeStatus.StyleController = this.layoutMx1; |
| | | this.txt_closeStatus.TabIndex = 247; |
| | | // |
| | |
| | | // |
| | | this.txt_custId.Location = new System.Drawing.Point(390, 71); |
| | | this.txt_custId.Name = "txt_custId"; |
| | | |
| | | this.txt_custId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_custId.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_custId.Size = new System.Drawing.Size(160, 24); |
| | | this.txt_custId.StyleController = this.layoutMx1; |
| | | this.txt_custId.TabIndex = 245; |
| | | // |
| | | // txt_headLocId |
| | | // |
| | | this.txt_headLocId.Location = new System.Drawing.Point(119, 76); |
| | | this.txt_headLocId.Location = new System.Drawing.Point(119, 75); |
| | | this.txt_headLocId.Name = "txt_headLocId"; |
| | | |
| | | this.txt_headLocId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_headLocId.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_headLocId.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_headLocId.StyleController = this.layoutMx1; |
| | | this.txt_headLocId.TabIndex = 243; |
| | | // |
| | | // txt_headDeliveryWay |
| | | // |
| | | this.txt_headDeliveryWay.Location = new System.Drawing.Point(932, 12); |
| | | this.txt_headDeliveryWay.Location = new System.Drawing.Point(947, 12); |
| | | this.txt_headDeliveryWay.Name = "txt_headDeliveryWay"; |
| | | |
| | | this.txt_headDeliveryWay.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_headDeliveryWay.Size = new System.Drawing.Size(161, 28); |
| | | this.txt_headDeliveryWay.Size = new System.Drawing.Size(167, 24); |
| | | this.txt_headDeliveryWay.StyleController = this.layoutMx1; |
| | | this.txt_headDeliveryWay.TabIndex = 235; |
| | | // |
| | | // txt_businessTypeTxt |
| | | // |
| | | this.txt_businessTypeTxt.Location = new System.Drawing.Point(661, 44); |
| | | this.txt_businessTypeTxt.Location = new System.Drawing.Point(671, 43); |
| | | this.txt_businessTypeTxt.Name = "txt_businessTypeTxt"; |
| | | |
| | | this.txt_businessTypeTxt.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_businessTypeTxt.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_businessTypeTxt.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_businessTypeTxt.StyleController = this.layoutMx1; |
| | | this.txt_businessTypeTxt.TabIndex = 233; |
| | | // |
| | | // txt_fDate |
| | | // |
| | | this.txt_fDate.Location = new System.Drawing.Point(390, 44); |
| | | this.txt_fDate.Location = new System.Drawing.Point(395, 43); |
| | | this.txt_fDate.Name = "txt_fDate"; |
| | | |
| | | this.txt_fDate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fDate.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_fDate.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_fDate.StyleController = this.layoutMx1; |
| | | this.txt_fDate.TabIndex = 231; |
| | | // |
| | | // txt_billTypeId |
| | | // |
| | | this.txt_billTypeId.Location = new System.Drawing.Point(661, 12); |
| | | this.txt_billTypeId.Location = new System.Drawing.Point(671, 12); |
| | | this.txt_billTypeId.Name = "txt_billTypeId"; |
| | | |
| | | this.txt_billTypeId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_billTypeId.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_billTypeId.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_billTypeId.StyleController = this.layoutMx1; |
| | | this.txt_billTypeId.TabIndex = 219; |
| | | // |
| | | // txt_billNo |
| | | // |
| | | this.txt_billNo.Location = new System.Drawing.Point(390, 12); |
| | | this.txt_billNo.Location = new System.Drawing.Point(395, 12); |
| | | this.txt_billNo.Name = "txt_billNo"; |
| | | |
| | | this.txt_billNo.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_billNo.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_billNo.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_billNo.StyleController = this.layoutMx1; |
| | | this.txt_billNo.TabIndex = 216; |
| | | // |
| | | // txt_documentStatusTxt |
| | | // |
| | | this.txt_documentStatusTxt.Location = new System.Drawing.Point(119, 44); |
| | | this.txt_documentStatusTxt.Location = new System.Drawing.Point(119, 43); |
| | | this.txt_documentStatusTxt.Name = "txt_documentStatusTxt"; |
| | | |
| | | this.txt_documentStatusTxt.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_documentStatusTxt.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_documentStatusTxt.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_documentStatusTxt.StyleController = this.layoutMx1; |
| | | this.txt_documentStatusTxt.TabIndex = 229; |
| | | // |
| | |
| | | // |
| | | this.txt_erpId.Location = new System.Drawing.Point(119, 12); |
| | | this.txt_erpId.Name = "txt_erpId"; |
| | | |
| | | this.txt_erpId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_erpId.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_erpId.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_erpId.StyleController = this.layoutMx1; |
| | | this.txt_erpId.TabIndex = 214; |
| | | // |
| | |
| | | this.txt_id.Location = new System.Drawing.Point(119, 7); |
| | | this.txt_id.Margin = new System.Windows.Forms.Padding(0); |
| | | this.txt_id.Name = "txt_id"; |
| | | |
| | | this.txt_id.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_id.Size = new System.Drawing.Size(160, 28); |
| | | this.txt_id.Size = new System.Drawing.Size(160, 24); |
| | | this.txt_id.StyleController = this.layoutMx1; |
| | | this.txt_id.TabIndex = 213; |
| | | // |
| | | // txt_xsOrgName |
| | | // |
| | | this.txt_xsOrgName.Location = new System.Drawing.Point(390, 140); |
| | | this.txt_xsOrgName.Location = new System.Drawing.Point(395, 139); |
| | | this.txt_xsOrgName.Name = "txt_xsOrgName"; |
| | | this.txt_xsOrgName.Size = new System.Drawing.Size(160, 24); |
| | | this.txt_xsOrgName.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_xsOrgName.StyleController = this.layoutMx1; |
| | | this.txt_xsOrgName.TabIndex = 429; |
| | | // |
| | | // txt_salerName |
| | | // |
| | | this.txt_salerName.Location = new System.Drawing.Point(932, 204); |
| | | this.txt_salerName.Location = new System.Drawing.Point(947, 203); |
| | | this.txt_salerName.Name = "txt_salerName"; |
| | | this.txt_salerName.Size = new System.Drawing.Size(161, 24); |
| | | this.txt_salerName.Size = new System.Drawing.Size(167, 24); |
| | | this.txt_salerName.StyleController = this.layoutMx1; |
| | | this.txt_salerName.TabIndex = 430; |
| | | // |
| | | // txt_custName |
| | | // |
| | | this.txt_custName.Location = new System.Drawing.Point(119, 140); |
| | | this.txt_custName.Location = new System.Drawing.Point(119, 139); |
| | | this.txt_custName.Name = "txt_custName"; |
| | | this.txt_custName.Size = new System.Drawing.Size(160, 24); |
| | | this.txt_custName.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_custName.StyleController = this.layoutMx1; |
| | | this.txt_custName.TabIndex = 431; |
| | | // |
| | | // txt_saleDeptName |
| | | // |
| | | this.txt_saleDeptName.Location = new System.Drawing.Point(390, 108); |
| | | this.txt_saleDeptName.Location = new System.Drawing.Point(395, 107); |
| | | this.txt_saleDeptName.Name = "txt_saleDeptName"; |
| | | this.txt_saleDeptName.Size = new System.Drawing.Size(160, 24); |
| | | this.txt_saleDeptName.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_saleDeptName.StyleController = this.layoutMx1; |
| | | this.txt_saleDeptName.TabIndex = 432; |
| | | // |
| | |
| | | rowDefinition7, |
| | | rowDefinition8, |
| | | rowDefinition9}); |
| | | this.Root.Size = new System.Drawing.Size(1105, 308); |
| | | this.Root.Size = new System.Drawing.Size(1126, 307); |
| | | this.Root.TextVisible = false; |
| | | // |
| | | // layoutControlItem3 |
| | | // |
| | | this.layoutControlItem3.Control = this.txt_documentStatusTxt; |
| | | this.layoutControlItem3.Location = new System.Drawing.Point(0, 32); |
| | | this.layoutControlItem3.Location = new System.Drawing.Point(0, 31); |
| | | 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(95, 18); |
| | | // |
| | | // layoutControlItem6 |
| | | // |
| | | this.layoutControlItem6.Control = this.txt_fDate; |
| | | this.layoutControlItem6.Location = new System.Drawing.Point(271, 32); |
| | | this.layoutControlItem6.Location = new System.Drawing.Point(276, 31); |
| | | this.layoutControlItem6.Name = "layoutControlItem6"; |
| | | this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 1; |
| | | this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 1; |
| | | 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(95, 18); |
| | | // |
| | | // layoutControlItem7 |
| | | // |
| | | this.layoutControlItem7.Control = this.txt_businessTypeTxt; |
| | | this.layoutControlItem7.Location = new System.Drawing.Point(542, 32); |
| | | this.layoutControlItem7.Location = new System.Drawing.Point(552, 31); |
| | | 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(95, 18); |
| | | // |
| | | // layoutControlItem9 |
| | | // |
| | | this.layoutControlItem9.Control = this.txt_headLocId; |
| | | this.layoutControlItem9.Location = new System.Drawing.Point(0, 64); |
| | | this.layoutControlItem9.Location = new System.Drawing.Point(0, 63); |
| | | this.layoutControlItem9.Name = "layoutControlItem9"; |
| | | 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(95, 18); |
| | | // |
| | | // layoutControlItem11 |
| | | // |
| | | this.layoutControlItem11.Control = this.txt_closeStatus; |
| | | this.layoutControlItem11.Location = new System.Drawing.Point(542, 64); |
| | | this.layoutControlItem11.Location = new System.Drawing.Point(552, 63); |
| | | this.layoutControlItem11.Name = "layoutControlItem11"; |
| | | this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 2; |
| | | this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 2; |
| | | this.layoutControlItem11.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem11.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem11.Text = "关闭状态"; |
| | | this.layoutControlItem11.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | | // layoutControlItem15 |
| | | // |
| | | this.layoutControlItem15.Control = this.txt_note; |
| | | this.layoutControlItem15.Location = new System.Drawing.Point(542, 96); |
| | | this.layoutControlItem15.Location = new System.Drawing.Point(552, 95); |
| | | this.layoutControlItem15.Name = "layoutControlItem15"; |
| | | this.layoutControlItem15.OptionsTableLayoutItem.ColumnIndex = 2; |
| | | this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 3; |
| | | this.layoutControlItem15.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem15.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem15.Text = "备注"; |
| | | this.layoutControlItem15.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | | // layoutControlItem20 |
| | | // |
| | | this.layoutControlItem20.Control = this.txt_linkPhone; |
| | | this.layoutControlItem20.Location = new System.Drawing.Point(813, 128); |
| | | this.layoutControlItem20.Location = new System.Drawing.Point(828, 127); |
| | | this.layoutControlItem20.Name = "layoutControlItem20"; |
| | | this.layoutControlItem20.OptionsTableLayoutItem.ColumnIndex = 3; |
| | | this.layoutControlItem20.OptionsTableLayoutItem.RowIndex = 4; |
| | | this.layoutControlItem20.Size = new System.Drawing.Size(272, 32); |
| | | this.layoutControlItem20.Size = new System.Drawing.Size(278, 32); |
| | | this.layoutControlItem20.Text = "联系电话"; |
| | | this.layoutControlItem20.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | | // layoutControlItem21 |
| | | // |
| | | this.layoutControlItem21.Control = this.txt_creatorId; |
| | | this.layoutControlItem21.Location = new System.Drawing.Point(0, 160); |
| | | this.layoutControlItem21.Location = new System.Drawing.Point(0, 159); |
| | | this.layoutControlItem21.Name = "layoutControlItem21"; |
| | | this.layoutControlItem21.OptionsTableLayoutItem.RowIndex = 5; |
| | | this.layoutControlItem21.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem21.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem21.Text = "创建人"; |
| | | this.layoutControlItem21.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | | // layoutControlItem22 |
| | | // |
| | | this.layoutControlItem22.Control = this.txt_createDate; |
| | | this.layoutControlItem22.Location = new System.Drawing.Point(271, 160); |
| | | this.layoutControlItem22.Location = new System.Drawing.Point(276, 159); |
| | | this.layoutControlItem22.Name = "layoutControlItem22"; |
| | | this.layoutControlItem22.OptionsTableLayoutItem.ColumnIndex = 1; |
| | | this.layoutControlItem22.OptionsTableLayoutItem.RowIndex = 5; |
| | | this.layoutControlItem22.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem22.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem22.Text = "创建日期 "; |
| | | this.layoutControlItem22.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | | // layoutControlItem23 |
| | | // |
| | | this.layoutControlItem23.Control = this.txt_modifierId; |
| | | this.layoutControlItem23.Location = new System.Drawing.Point(542, 160); |
| | | this.layoutControlItem23.Location = new System.Drawing.Point(552, 159); |
| | | this.layoutControlItem23.Name = "layoutControlItem23"; |
| | | this.layoutControlItem23.OptionsTableLayoutItem.ColumnIndex = 2; |
| | | this.layoutControlItem23.OptionsTableLayoutItem.RowIndex = 5; |
| | | this.layoutControlItem23.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem23.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem23.Text = "最后修改人 "; |
| | | this.layoutControlItem23.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | | // layoutControlItem25 |
| | | // |
| | | this.layoutControlItem25.Control = this.txt_approveDate; |
| | | this.layoutControlItem25.Location = new System.Drawing.Point(0, 192); |
| | | this.layoutControlItem25.Location = new System.Drawing.Point(0, 191); |
| | | this.layoutControlItem25.Name = "layoutControlItem25"; |
| | | this.layoutControlItem25.OptionsTableLayoutItem.RowIndex = 6; |
| | | this.layoutControlItem25.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem25.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem25.Text = "审核日期"; |
| | | this.layoutControlItem25.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | | // layoutControlItem26 |
| | | // |
| | | this.layoutControlItem26.Control = this.txt_closerId; |
| | | this.layoutControlItem26.Location = new System.Drawing.Point(271, 192); |
| | | this.layoutControlItem26.Location = new System.Drawing.Point(276, 191); |
| | | this.layoutControlItem26.Name = "layoutControlItem26"; |
| | | this.layoutControlItem26.OptionsTableLayoutItem.ColumnIndex = 1; |
| | | this.layoutControlItem26.OptionsTableLayoutItem.RowIndex = 6; |
| | | this.layoutControlItem26.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem26.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem26.Text = "关闭人"; |
| | | this.layoutControlItem26.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | | // layoutControlItem27 |
| | | // |
| | | this.layoutControlItem27.Control = this.txt_closeDate; |
| | | this.layoutControlItem27.Location = new System.Drawing.Point(542, 192); |
| | | this.layoutControlItem27.Location = new System.Drawing.Point(552, 191); |
| | | this.layoutControlItem27.Name = "layoutControlItem27"; |
| | | this.layoutControlItem27.OptionsTableLayoutItem.ColumnIndex = 2; |
| | | this.layoutControlItem27.OptionsTableLayoutItem.RowIndex = 6; |
| | | this.layoutControlItem27.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem27.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem27.Text = "关闭日期"; |
| | | this.layoutControlItem27.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | | // layoutControlItem29 |
| | | // |
| | | this.layoutControlItem29.Control = this.txt_cancelStatus; |
| | | this.layoutControlItem29.Location = new System.Drawing.Point(0, 224); |
| | | this.layoutControlItem29.Location = new System.Drawing.Point(0, 223); |
| | | this.layoutControlItem29.Name = "layoutControlItem29"; |
| | | this.layoutControlItem29.OptionsTableLayoutItem.RowIndex = 7; |
| | | this.layoutControlItem29.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem29.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem29.Text = "作废状态"; |
| | | this.layoutControlItem29.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | | // layoutControlItem30 |
| | | // |
| | | this.layoutControlItem30.Control = this.txt_cancellerId; |
| | | this.layoutControlItem30.Location = new System.Drawing.Point(271, 224); |
| | | this.layoutControlItem30.Location = new System.Drawing.Point(276, 223); |
| | | this.layoutControlItem30.Name = "layoutControlItem30"; |
| | | this.layoutControlItem30.OptionsTableLayoutItem.ColumnIndex = 1; |
| | | this.layoutControlItem30.OptionsTableLayoutItem.RowIndex = 7; |
| | | this.layoutControlItem30.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem30.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem30.Text = "作废人"; |
| | | this.layoutControlItem30.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | | // layoutControlItem31 |
| | | // |
| | | this.layoutControlItem31.Control = this.txt_versionNo; |
| | | this.layoutControlItem31.Location = new System.Drawing.Point(542, 224); |
| | | this.layoutControlItem31.Location = new System.Drawing.Point(552, 223); |
| | | this.layoutControlItem31.Name = "layoutControlItem31"; |
| | | this.layoutControlItem31.OptionsTableLayoutItem.ColumnIndex = 2; |
| | | this.layoutControlItem31.OptionsTableLayoutItem.RowIndex = 7; |
| | | this.layoutControlItem31.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem31.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem31.Text = "版本号"; |
| | | this.layoutControlItem31.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | | // layoutControlItem32 |
| | | // |
| | | this.layoutControlItem32.Control = this.txt_changerId; |
| | | this.layoutControlItem32.Location = new System.Drawing.Point(813, 224); |
| | | this.layoutControlItem32.Location = new System.Drawing.Point(828, 223); |
| | | this.layoutControlItem32.Name = "layoutControlItem32"; |
| | | this.layoutControlItem32.OptionsTableLayoutItem.ColumnIndex = 3; |
| | | this.layoutControlItem32.OptionsTableLayoutItem.RowIndex = 7; |
| | | this.layoutControlItem32.Size = new System.Drawing.Size(272, 32); |
| | | this.layoutControlItem32.Size = new System.Drawing.Size(278, 32); |
| | | this.layoutControlItem32.Text = "变更人"; |
| | | this.layoutControlItem32.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | | // layoutControlItem33 |
| | | // |
| | | this.layoutControlItem33.Control = this.txt_entryNote; |
| | | this.layoutControlItem33.Location = new System.Drawing.Point(0, 256); |
| | | this.layoutControlItem33.Location = new System.Drawing.Point(0, 255); |
| | | this.layoutControlItem33.Name = "layoutControlItem33"; |
| | | this.layoutControlItem33.OptionsTableLayoutItem.RowIndex = 8; |
| | | this.layoutControlItem33.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem33.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem33.Text = "备注"; |
| | | this.layoutControlItem33.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | | // layoutControlItem34 |
| | | // |
| | | this.layoutControlItem34.Control = this.txt_fbilltype; |
| | | this.layoutControlItem34.Location = new System.Drawing.Point(271, 256); |
| | | this.layoutControlItem34.Location = new System.Drawing.Point(276, 255); |
| | | this.layoutControlItem34.Name = "layoutControlItem34"; |
| | | this.layoutControlItem34.OptionsTableLayoutItem.ColumnIndex = 1; |
| | | this.layoutControlItem34.OptionsTableLayoutItem.RowIndex = 8; |
| | | this.layoutControlItem34.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem34.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem34.Text = "fbilltype "; |
| | | this.layoutControlItem34.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | |
| | | this.layoutControlItem2.Control = this.txt_erpId; |
| | | 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, 31); |
| | | this.layoutControlItem2.Text = "ERPID"; |
| | | this.layoutControlItem2.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | | // layoutControlItem4 |
| | | // |
| | | this.layoutControlItem4.Control = this.txt_billNo; |
| | | this.layoutControlItem4.Location = new System.Drawing.Point(271, 0); |
| | | this.layoutControlItem4.Location = new System.Drawing.Point(276, 0); |
| | | this.layoutControlItem4.Name = "layoutControlItem4"; |
| | | this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 1; |
| | | this.layoutControlItem4.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem4.Size = new System.Drawing.Size(276, 31); |
| | | this.layoutControlItem4.Text = "单据编号"; |
| | | this.layoutControlItem4.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | | // layoutControlItem5 |
| | | // |
| | | this.layoutControlItem5.Control = this.txt_billTypeId; |
| | | this.layoutControlItem5.Location = new System.Drawing.Point(542, 0); |
| | | this.layoutControlItem5.Location = new System.Drawing.Point(552, 0); |
| | | this.layoutControlItem5.Name = "layoutControlItem5"; |
| | | this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 2; |
| | | this.layoutControlItem5.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem5.Size = new System.Drawing.Size(276, 31); |
| | | this.layoutControlItem5.Text = "单据类型"; |
| | | this.layoutControlItem5.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | | // layoutControlItem8 |
| | | // |
| | | this.layoutControlItem8.Control = this.txt_headDeliveryWay; |
| | | this.layoutControlItem8.Location = new System.Drawing.Point(813, 0); |
| | | this.layoutControlItem8.Location = new System.Drawing.Point(828, 0); |
| | | this.layoutControlItem8.Name = "layoutControlItem8"; |
| | | this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 3; |
| | | this.layoutControlItem8.Size = new System.Drawing.Size(272, 32); |
| | | this.layoutControlItem8.Size = new System.Drawing.Size(278, 31); |
| | | this.layoutControlItem8.Text = "交货方式"; |
| | | this.layoutControlItem8.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | | // layoutControlItem16 |
| | | // |
| | | this.layoutControlItem16.Control = this.txt_settleId; |
| | | this.layoutControlItem16.Location = new System.Drawing.Point(813, 32); |
| | | this.layoutControlItem16.Location = new System.Drawing.Point(828, 31); |
| | | this.layoutControlItem16.Name = "layoutControlItem16"; |
| | | this.layoutControlItem16.OptionsTableLayoutItem.ColumnIndex = 3; |
| | | this.layoutControlItem16.OptionsTableLayoutItem.RowIndex = 1; |
| | | this.layoutControlItem16.Size = new System.Drawing.Size(272, 32); |
| | | this.layoutControlItem16.Size = new System.Drawing.Size(278, 32); |
| | | this.layoutControlItem16.Text = "结算方"; |
| | | this.layoutControlItem16.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | | // layoutControlItem19 |
| | | // |
| | | this.layoutControlItem19.Control = this.txt_chargeId; |
| | | this.layoutControlItem19.Location = new System.Drawing.Point(813, 64); |
| | | this.layoutControlItem19.Location = new System.Drawing.Point(828, 63); |
| | | this.layoutControlItem19.Name = "layoutControlItem19"; |
| | | this.layoutControlItem19.OptionsTableLayoutItem.ColumnIndex = 3; |
| | | this.layoutControlItem19.OptionsTableLayoutItem.RowIndex = 2; |
| | | this.layoutControlItem19.Size = new System.Drawing.Size(272, 32); |
| | | this.layoutControlItem19.Size = new System.Drawing.Size(278, 32); |
| | | this.layoutControlItem19.Text = "付款方"; |
| | | this.layoutControlItem19.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | | // layoutControlItem36 |
| | | // |
| | | this.layoutControlItem36.Control = this.txt_receiveId; |
| | | this.layoutControlItem36.Location = new System.Drawing.Point(813, 96); |
| | | this.layoutControlItem36.Location = new System.Drawing.Point(828, 95); |
| | | this.layoutControlItem36.Name = "layoutControlItem36"; |
| | | this.layoutControlItem36.OptionsTableLayoutItem.ColumnIndex = 3; |
| | | this.layoutControlItem36.OptionsTableLayoutItem.RowIndex = 3; |
| | | this.layoutControlItem36.Size = new System.Drawing.Size(272, 32); |
| | | this.layoutControlItem36.Size = new System.Drawing.Size(278, 32); |
| | | this.layoutControlItem36.Text = "收货方"; |
| | | this.layoutControlItem36.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | | // layoutControlItem14 |
| | | // |
| | | this.layoutControlItem14.Control = this.txt_changeReason; |
| | | this.layoutControlItem14.Location = new System.Drawing.Point(0, 96); |
| | | this.layoutControlItem14.Location = new System.Drawing.Point(0, 95); |
| | | this.layoutControlItem14.Name = "layoutControlItem14"; |
| | | this.layoutControlItem14.OptionsTableLayoutItem.RowIndex = 3; |
| | | 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(95, 18); |
| | | // |
| | | // layoutControlItem24 |
| | | // |
| | | this.layoutControlItem24.Control = this.txt_modifyDate; |
| | | this.layoutControlItem24.Location = new System.Drawing.Point(542, 256); |
| | | this.layoutControlItem24.Location = new System.Drawing.Point(552, 255); |
| | | this.layoutControlItem24.Name = "layoutControlItem24"; |
| | | this.layoutControlItem24.OptionsTableLayoutItem.ColumnIndex = 2; |
| | | this.layoutControlItem24.OptionsTableLayoutItem.RowIndex = 8; |
| | | this.layoutControlItem24.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem24.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem24.Text = "最后修改日期 "; |
| | | this.layoutControlItem24.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | | // layoutControlItem28 |
| | | // |
| | | this.layoutControlItem28.Control = this.txt_changeDate; |
| | | this.layoutControlItem28.Location = new System.Drawing.Point(813, 256); |
| | | this.layoutControlItem28.Location = new System.Drawing.Point(828, 255); |
| | | this.layoutControlItem28.Name = "layoutControlItem28"; |
| | | this.layoutControlItem28.OptionsTableLayoutItem.ColumnIndex = 3; |
| | | this.layoutControlItem28.OptionsTableLayoutItem.RowIndex = 8; |
| | | this.layoutControlItem28.Size = new System.Drawing.Size(272, 32); |
| | | this.layoutControlItem28.Size = new System.Drawing.Size(278, 32); |
| | | this.layoutControlItem28.Text = "变更日期"; |
| | | this.layoutControlItem28.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | | // layoutControlItem37 |
| | | // |
| | | this.layoutControlItem37.Control = this.txt_receiveContact; |
| | | this.layoutControlItem37.Location = new System.Drawing.Point(813, 160); |
| | | this.layoutControlItem37.Location = new System.Drawing.Point(828, 159); |
| | | this.layoutControlItem37.Name = "layoutControlItem37"; |
| | | this.layoutControlItem37.OptionsTableLayoutItem.ColumnIndex = 3; |
| | | this.layoutControlItem37.OptionsTableLayoutItem.RowIndex = 5; |
| | | this.layoutControlItem37.Size = new System.Drawing.Size(272, 32); |
| | | this.layoutControlItem37.Size = new System.Drawing.Size(278, 32); |
| | | this.layoutControlItem37.Text = "收货方联系人"; |
| | | this.layoutControlItem37.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | | // layoutControlItem18 |
| | | // |
| | | this.layoutControlItem18.Control = this.txt_linkMan; |
| | | this.layoutControlItem18.Location = new System.Drawing.Point(271, 64); |
| | | this.layoutControlItem18.Location = new System.Drawing.Point(276, 63); |
| | | this.layoutControlItem18.Name = "layoutControlItem18"; |
| | | this.layoutControlItem18.OptionsTableLayoutItem.ColumnIndex = 1; |
| | | this.layoutControlItem18.OptionsTableLayoutItem.RowIndex = 2; |
| | | this.layoutControlItem18.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem18.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem18.Text = "收货人姓名"; |
| | | this.layoutControlItem18.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | | // layoutControlItem17 |
| | | // |
| | | this.layoutControlItem17.Control = this.txt_approverId; |
| | | this.layoutControlItem17.Location = new System.Drawing.Point(542, 128); |
| | | this.layoutControlItem17.Location = new System.Drawing.Point(552, 127); |
| | | this.layoutControlItem17.Name = "layoutControlItem17"; |
| | | this.layoutControlItem17.OptionsTableLayoutItem.ColumnIndex = 2; |
| | | this.layoutControlItem17.OptionsTableLayoutItem.RowIndex = 4; |
| | | 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(95, 18); |
| | | // |
| | | // layoutControlItem41 |
| | | // |
| | | this.layoutControlItem41.Control = this.txt_custName; |
| | | this.layoutControlItem41.Location = new System.Drawing.Point(0, 128); |
| | | this.layoutControlItem41.Location = new System.Drawing.Point(0, 127); |
| | | this.layoutControlItem41.Name = "layoutControlItem41"; |
| | | this.layoutControlItem41.OptionsTableLayoutItem.RowIndex = 4; |
| | | this.layoutControlItem41.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem41.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem41.Text = "客户名称"; |
| | | this.layoutControlItem41.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | | // lab_saleDeptName |
| | | // |
| | | this.lab_saleDeptName.Control = this.txt_saleDeptName; |
| | | this.lab_saleDeptName.Location = new System.Drawing.Point(271, 96); |
| | | this.lab_saleDeptName.Location = new System.Drawing.Point(276, 95); |
| | | this.lab_saleDeptName.Name = "lab_saleDeptName"; |
| | | this.lab_saleDeptName.OptionsTableLayoutItem.ColumnIndex = 1; |
| | | this.lab_saleDeptName.OptionsTableLayoutItem.RowIndex = 3; |
| | | this.lab_saleDeptName.Size = new System.Drawing.Size(271, 32); |
| | | this.lab_saleDeptName.Size = new System.Drawing.Size(276, 32); |
| | | this.lab_saleDeptName.Text = "销售部门名称"; |
| | | this.lab_saleDeptName.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | | // layoutControlItem39 |
| | | // |
| | | this.layoutControlItem39.Control = this.txt_xsOrgName; |
| | | this.layoutControlItem39.Location = new System.Drawing.Point(271, 128); |
| | | this.layoutControlItem39.Location = new System.Drawing.Point(276, 127); |
| | | this.layoutControlItem39.Name = "layoutControlItem39"; |
| | | this.layoutControlItem39.OptionsTableLayoutItem.ColumnIndex = 1; |
| | | this.layoutControlItem39.OptionsTableLayoutItem.RowIndex = 4; |
| | | this.layoutControlItem39.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem39.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem39.Text = "销售组织名"; |
| | | this.layoutControlItem39.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | | // layoutControlItem40 |
| | | // |
| | | this.layoutControlItem40.Control = this.txt_salerName; |
| | | this.layoutControlItem40.Location = new System.Drawing.Point(813, 192); |
| | | this.layoutControlItem40.Location = new System.Drawing.Point(828, 191); |
| | | this.layoutControlItem40.Name = "layoutControlItem40"; |
| | | this.layoutControlItem40.OptionsTableLayoutItem.ColumnIndex = 3; |
| | | this.layoutControlItem40.OptionsTableLayoutItem.RowIndex = 6; |
| | | this.layoutControlItem40.Size = new System.Drawing.Size(272, 32); |
| | | this.layoutControlItem40.Size = new System.Drawing.Size(278, 32); |
| | | this.layoutControlItem40.Text = "销售员名"; |
| | | this.layoutControlItem40.TextSize = new System.Drawing.Size(95, 18); |
| | | // |
| | |
| | | // |
| | | // gvMx1id |
| | | // |
| | | |
| | | this.gvMx1id.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1id.Caption = "主键GUID"; |
| | | this.gvMx1id.FieldName = "id"; |
| | |
| | | // |
| | | // gvMx1seq |
| | | // |
| | | |
| | | this.gvMx1seq.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1seq.Caption = "序号 "; |
| | | this.gvMx1seq.FieldName = "seq"; |
| | |
| | | // |
| | | // gvMx1pid |
| | | // |
| | | |
| | | this.gvMx1pid.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1pid.Caption = "外键GUID"; |
| | | this.gvMx1pid.FieldName = "pid"; |
| | |
| | | // |
| | | // gvMx1erpId |
| | | // |
| | | |
| | | this.gvMx1erpId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1erpId.Caption = "ERP_ID"; |
| | | this.gvMx1erpId.FieldName = "erpId"; |
| | |
| | | // |
| | | // gvMx1materialId |
| | | // |
| | | |
| | | this.gvMx1materialId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1materialId.Caption = "物料ID"; |
| | | this.gvMx1materialId.FieldName = "materialId"; |
| | |
| | | // |
| | | // gvMx1unitId |
| | | // |
| | | |
| | | this.gvMx1unitId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1unitId.Caption = "销售单位ID"; |
| | | this.gvMx1unitId.FieldName = "unitId"; |
| | |
| | | // |
| | | // gvMx1qty |
| | | // |
| | | |
| | | this.gvMx1qty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1qty.Caption = "销售数量 "; |
| | | this.gvMx1qty.FieldName = "qty"; |
| | |
| | | // |
| | | // gvMx1priceUnitId |
| | | // |
| | | |
| | | this.gvMx1priceUnitId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1priceUnitId.Caption = "计价单位ID"; |
| | | this.gvMx1priceUnitId.FieldName = "priceUnitId"; |
| | |
| | | // |
| | | // gvMx1priceUnitQty |
| | | // |
| | | |
| | | this.gvMx1priceUnitQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1priceUnitQty.Caption = "计价数量 "; |
| | | this.gvMx1priceUnitQty.FieldName = "priceUnitQty"; |
| | |
| | | // |
| | | // gvMx1deliveryDate |
| | | // |
| | | |
| | | this.gvMx1deliveryDate.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1deliveryDate.Caption = "要货日期 "; |
| | | this.gvMx1deliveryDate.FieldName = "deliveryDate"; |
| | |
| | | // |
| | | // gvMx1isFree |
| | | // |
| | | |
| | | this.gvMx1isFree.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1isFree.Caption = "是否赠品 "; |
| | | this.gvMx1isFree.FieldName = "isFree"; |
| | |
| | | // |
| | | // gvMx1ownerTypeId |
| | | // |
| | | |
| | | this.gvMx1ownerTypeId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1ownerTypeId.Caption = "货主类型 "; |
| | | this.gvMx1ownerTypeId.FieldName = "ownerTypeIdTxt"; |
| | |
| | | // |
| | | // gvMx1ownerId |
| | | // |
| | | |
| | | this.gvMx1ownerId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1ownerId.Caption = "货主 "; |
| | | this.gvMx1ownerId.FieldName = "ownerIdTxt"; |
| | |
| | | // |
| | | // gvMx1entryNote |
| | | // |
| | | |
| | | this.gvMx1entryNote.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1entryNote.Caption = "备注 "; |
| | | this.gvMx1entryNote.FieldName = "entryNote"; |
| | |
| | | // |
| | | // gvMx1mtoNo |
| | | // |
| | | |
| | | this.gvMx1mtoNo.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1mtoNo.Caption = "计划跟踪号 "; |
| | | this.gvMx1mtoNo.FieldName = "mtoNo"; |
| | |
| | | // |
| | | // gvMx1lot |
| | | // |
| | | |
| | | this.gvMx1lot.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1lot.Caption = "批号 "; |
| | | this.gvMx1lot.FieldName = "lot"; |
| | |
| | | // |
| | | // gvMx1deliveryMaxQty |
| | | // |
| | | |
| | | this.gvMx1deliveryMaxQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1deliveryMaxQty.Caption = "发货上限 "; |
| | | this.gvMx1deliveryMaxQty.FieldName = "deliveryMaxQty"; |
| | |
| | | // |
| | | // gvMx1deliveryMinQty |
| | | // |
| | | |
| | | this.gvMx1deliveryMinQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1deliveryMinQty.Caption = "发货下限 "; |
| | | this.gvMx1deliveryMinQty.FieldName = "deliveryMinQty"; |
| | |
| | | // |
| | | // gvMx1outLmtUnitId |
| | | // |
| | | |
| | | this.gvMx1outLmtUnitId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1outLmtUnitId.Caption = "超发控制单位ID"; |
| | | this.gvMx1outLmtUnitId.FieldName = "outLmtUnitId"; |
| | |
| | | // |
| | | // gvMx1mrpCloseStatus |
| | | // |
| | | |
| | | this.gvMx1mrpCloseStatus.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1mrpCloseStatus.Caption = "业务关闭 "; |
| | | this.gvMx1mrpCloseStatus.FieldName = "mrpCloseStatus"; |
| | |
| | | // |
| | | // gvMx1mrpTerminateStatus |
| | | // |
| | | |
| | | this.gvMx1mrpTerminateStatus.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1mrpTerminateStatus.Caption = "业务终止 "; |
| | | this.gvMx1mrpTerminateStatus.FieldName = "mrpTerminateStatus"; |
| | |
| | | // |
| | | // gvMx1terminateDate |
| | | // |
| | | |
| | | this.gvMx1terminateDate.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1terminateDate.Caption = "终止日期 "; |
| | | this.gvMx1terminateDate.FieldName = "terminateDate"; |
| | |
| | | // |
| | | // gvMx1terminaterId |
| | | // |
| | | |
| | | this.gvMx1terminaterId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1terminaterId.Caption = "终止人 "; |
| | | this.gvMx1terminaterId.FieldName = "terminaterId"; |
| | |
| | | // |
| | | // gvMx1srcType |
| | | // |
| | | |
| | | this.gvMx1srcType.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1srcType.Caption = "源单类型 "; |
| | | this.gvMx1srcType.FieldName = "srcType"; |
| | |
| | | // |
| | | // gvMx1srcBillNo |
| | | // |
| | | |
| | | this.gvMx1srcBillNo.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1srcBillNo.Caption = "源单单号 "; |
| | | this.gvMx1srcBillNo.FieldName = "srcBillNo"; |
| | |
| | | // |
| | | // gvMx1deliQty |
| | | // |
| | | |
| | | this.gvMx1deliQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1deliQty.Caption = "累计发货通知数量 "; |
| | | this.gvMx1deliQty.FieldName = "deliQty"; |
| | |
| | | // |
| | | // gvMx1stockOutQty |
| | | // |
| | | |
| | | this.gvMx1stockOutQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1stockOutQty.Caption = "累计出库数量 "; |
| | | this.gvMx1stockOutQty.FieldName = "stockOutQty"; |
| | |
| | | // |
| | | // gvMx1baseRetNoticeQty |
| | | // |
| | | |
| | | this.gvMx1baseRetNoticeQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1baseRetNoticeQty.Caption = "累计退货通知数量(销售基本) "; |
| | | this.gvMx1baseRetNoticeQty.FieldName = "baseRetNoticeQty"; |
| | |
| | | // |
| | | // gvMx1baseReturnQty |
| | | // |
| | | |
| | | this.gvMx1baseReturnQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1baseReturnQty.Caption = "累计退货数量(销售基本) "; |
| | | this.gvMx1baseReturnQty.FieldName = "baseReturnQty"; |
| | |
| | | // |
| | | // gvMx1baseRemainOutQty |
| | | // |
| | | |
| | | this.gvMx1baseRemainOutQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1baseRemainOutQty.Caption = "剩余未出数量(销售基本) "; |
| | | this.gvMx1baseRemainOutQty.FieldName = "baseRemainOutQty"; |
| | |
| | | // |
| | | // gvMx1basearqty |
| | | // |
| | | |
| | | this.gvMx1basearqty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1basearqty.Caption = "累计应收数量(销售基本) "; |
| | | this.gvMx1basearqty.FieldName = "basearqty"; |
| | |
| | | // |
| | | // gvMx1custIno |
| | | // |
| | | |
| | | this.gvMx1custIno.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1custIno.Caption = "客户物料编码 "; |
| | | this.gvMx1custIno.FieldName = "custIno"; |
| | |
| | | // |
| | | // gvMx1custInm |
| | | // |
| | | |
| | | this.gvMx1custInm.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1custInm.Caption = "客户物料名称 "; |
| | | this.gvMx1custInm.FieldName = "custInm"; |
| | |
| | | // |
| | | // gvMx1custImd |
| | | // |
| | | |
| | | this.gvMx1custImd.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1custImd.Caption = "客户物料规格 "; |
| | | this.gvMx1custImd.FieldName = "custImd"; |
| | |
| | | // |
| | | // gvMx1mapId |
| | | // |
| | | |
| | | this.gvMx1mapId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1mapId.Caption = "客户物料编码 "; |
| | | this.gvMx1mapId.FieldName = "mapId"; |
| | |
| | | // |
| | | // gvMx1mapName |
| | | // |
| | | |
| | | this.gvMx1mapName.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1mapName.Caption = "客户物料名称 "; |
| | | this.gvMx1mapName.FieldName = "mapName"; |
| | |
| | | // |
| | | // gvMx1mapSpec |
| | | // |
| | | |
| | | this.gvMx1mapSpec.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1mapSpec.Caption = "客户物料规格 "; |
| | | this.gvMx1mapSpec.FieldName = "mapSpec"; |
| | |
| | | // |
| | | // gvMx1supplyOrgId |
| | | // |
| | | |
| | | this.gvMx1supplyOrgId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1supplyOrgId.Caption = "供应组织ID"; |
| | | this.gvMx1supplyOrgId.FieldName = "supplyOrgId"; |
| | |
| | | // |
| | | // gvMx1stockOrgId |
| | | // |
| | | |
| | | this.gvMx1stockOrgId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1stockOrgId.Caption = "库存组织ID"; |
| | | this.gvMx1stockOrgId.FieldName = "stockOrgId"; |
| | |
| | | // |
| | | // gvMx1settleOrgIds |
| | | // |
| | | |
| | | this.gvMx1settleOrgIds.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1settleOrgIds.Caption = "结算组织ID"; |
| | | this.gvMx1settleOrgIds.FieldName = "settleOrgIds"; |
| | |
| | | // |
| | | // gvMx1eHid |
| | | // |
| | | |
| | | this.gvMx1eHid.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1eHid.Caption = "ERP单据表头id "; |
| | | this.gvMx1eHid.FieldName = "eHid"; |
| | |
| | | private DevExpress.XtraLayout.LayoutControlItem lab_saleDeptName; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem39; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem40; |
| | | private DevExpress.Utils.ToolTipController tips; |
| | | } |
| | | } |