| | |
| | | /// </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.split1 = new DevExpress.XtraEditors.SplitContainerControl(); |
| | | this.gcMain1 = new DevExpress.XtraGrid.GridControl(); |
| | | this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
| | | this.gv_fApproverStaus = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_id = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_billNo = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_fBillTypeID = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | |
| | | this.gv_fCustomerID = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_fDate = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_fNote = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_fApproverStaus = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn33 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn34 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | |
| | | this.gvMxDel = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); |
| | | 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.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; |
| | | this.split1.Size = new System.Drawing.Size(1126, 570); |
| | | this.split1.SplitterPosition = 51; |
| | | this.split1.SplitterPosition = 0; |
| | | 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, 468); |
| | | 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_fApproverStaus, |
| | |
| | | this.gridView1.OptionsView.ShowAutoFilterRow = true; |
| | | this.gridView1.OptionsView.ShowGroupPanel = false; |
| | | // |
| | | // gv_id |
| | | // |
| | | |
| | | this.gv_id.AppearanceCell.Options.UseFont = true; |
| | | this.gv_id.Caption = "主键GUID"; |
| | | this.gv_id.FieldName = "id"; |
| | | this.gv_id.MinWidth = 50; |
| | | this.gv_id.Name = "gv_id"; |
| | | this.gv_id.OptionsColumn.AllowEdit = false; |
| | | this.gv_id.Tag = "query_a.id"; |
| | | this.gv_id.Width = 94; |
| | | // |
| | | // gv_billNo |
| | | // |
| | | |
| | | this.gv_billNo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_billNo.Caption = "单据编号 "; |
| | | this.gv_billNo.FieldName = "billNo"; |
| | | this.gv_billNo.MinWidth = 50; |
| | | this.gv_billNo.Name = "gv_billNo"; |
| | | this.gv_billNo.OptionsColumn.AllowEdit = false; |
| | | this.gv_billNo.Tag = "query_a.bill_no"; |
| | | this.gv_billNo.Visible = true; |
| | | this.gv_billNo.VisibleIndex = 2; |
| | | this.gv_billNo.Width = 94; |
| | | // |
| | | // gv_fBillTypeID |
| | | // |
| | | |
| | | this.gv_fBillTypeID.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fBillTypeID.Caption = "单据类型 "; |
| | | this.gv_fBillTypeID.FieldName = "fBillTypeID"; |
| | | this.gv_fBillTypeID.MinWidth = 50; |
| | | this.gv_fBillTypeID.Name = "gv_fBillTypeID"; |
| | | this.gv_fBillTypeID.OptionsColumn.AllowEdit = false; |
| | | this.gv_fBillTypeID.Tag = "query_a.FBillTypeID"; |
| | | this.gv_fBillTypeID.Visible = true; |
| | | this.gv_fBillTypeID.VisibleIndex = 3; |
| | | this.gv_fBillTypeID.Width = 94; |
| | | // |
| | | // gv_fSaleOrgId |
| | | // |
| | | |
| | | this.gv_fSaleOrgId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fSaleOrgId.Caption = "销售组织 "; |
| | | this.gv_fSaleOrgId.FieldName = "xszzName"; |
| | | this.gv_fSaleOrgId.MinWidth = 50; |
| | | this.gv_fSaleOrgId.Name = "gv_fSaleOrgId"; |
| | | this.gv_fSaleOrgId.OptionsColumn.AllowEdit = false; |
| | | this.gv_fSaleOrgId.Tag = "query_a.FSaleOrgId"; |
| | | this.gv_fSaleOrgId.Visible = true; |
| | | this.gv_fSaleOrgId.VisibleIndex = 4; |
| | | this.gv_fSaleOrgId.Width = 94; |
| | | // |
| | | // gv_fCreatorId |
| | | // |
| | | |
| | | this.gv_fCreatorId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fCreatorId.Caption = "创建人 "; |
| | | this.gv_fCreatorId.FieldName = "fCreatorId"; |
| | | this.gv_fCreatorId.MinWidth = 50; |
| | | this.gv_fCreatorId.Name = "gv_fCreatorId"; |
| | | this.gv_fCreatorId.OptionsColumn.AllowEdit = false; |
| | | this.gv_fCreatorId.Tag = "query_a.FCreatorId"; |
| | | this.gv_fCreatorId.Visible = true; |
| | | this.gv_fCreatorId.VisibleIndex = 5; |
| | | this.gv_fCreatorId.Width = 94; |
| | | // |
| | | // gv_fApproverID |
| | | // |
| | | |
| | | this.gv_fApproverID.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fApproverID.Caption = "审核人"; |
| | | this.gv_fApproverID.FieldName = "fApproverID"; |
| | | this.gv_fApproverID.MinWidth = 50; |
| | | this.gv_fApproverID.Name = "gv_fApproverID"; |
| | | this.gv_fApproverID.OptionsColumn.AllowEdit = false; |
| | | this.gv_fApproverID.Tag = "query_a.FApproverID"; |
| | | this.gv_fApproverID.Visible = true; |
| | | this.gv_fApproverID.VisibleIndex = 6; |
| | | this.gv_fApproverID.Width = 94; |
| | | // |
| | | // gv_fCreateDate |
| | | // |
| | | |
| | | this.gv_fCreateDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fCreateDate.Caption = "创建日期 "; |
| | | this.gv_fCreateDate.FieldName = "fCreateDate"; |
| | | this.gv_fCreateDate.MinWidth = 50; |
| | | this.gv_fCreateDate.Name = "gv_fCreateDate"; |
| | | this.gv_fCreateDate.OptionsColumn.AllowEdit = false; |
| | | this.gv_fCreateDate.Tag = "query_a.FCreateDate"; |
| | | this.gv_fCreateDate.Visible = true; |
| | | this.gv_fCreateDate.VisibleIndex = 7; |
| | | this.gv_fCreateDate.Width = 94; |
| | | // |
| | | // gv_fApproveDate |
| | | // |
| | | |
| | | this.gv_fApproveDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fApproveDate.Caption = "审核日期 "; |
| | | this.gv_fApproveDate.FieldName = "fApproveDate"; |
| | | this.gv_fApproveDate.MinWidth = 50; |
| | | this.gv_fApproveDate.Name = "gv_fApproveDate"; |
| | | this.gv_fApproveDate.OptionsColumn.AllowEdit = false; |
| | | this.gv_fApproveDate.Tag = "query_a.FApproveDate"; |
| | | this.gv_fApproveDate.Visible = true; |
| | | this.gv_fApproveDate.VisibleIndex = 8; |
| | | this.gv_fApproveDate.Width = 94; |
| | | // |
| | | // gv_fSalesManID |
| | | // |
| | | |
| | | this.gv_fSalesManID.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fSalesManID.Caption = "销售员ID"; |
| | | this.gv_fSalesManID.FieldName = "fSalesManID"; |
| | | this.gv_fSalesManID.MinWidth = 50; |
| | | this.gv_fSalesManID.Name = "gv_fSalesManID"; |
| | | this.gv_fSalesManID.OptionsColumn.AllowEdit = false; |
| | | this.gv_fSalesManID.Tag = "query_a.FSalesManID"; |
| | | this.gv_fSalesManID.Width = 94; |
| | | // |
| | | // gv_fCustomerID |
| | | // |
| | | |
| | | this.gv_fCustomerID.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fCustomerID.Caption = "客户ID"; |
| | | this.gv_fCustomerID.FieldName = "fCustomerID"; |
| | | this.gv_fCustomerID.MinWidth = 50; |
| | | this.gv_fCustomerID.Name = "gv_fCustomerID"; |
| | | this.gv_fCustomerID.OptionsColumn.AllowEdit = false; |
| | | this.gv_fCustomerID.Tag = "query_a.FCustomerID"; |
| | | this.gv_fCustomerID.Width = 94; |
| | | // |
| | | // gv_fDate |
| | | // |
| | | |
| | | this.gv_fDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fDate.Caption = "日期 "; |
| | | this.gv_fDate.FieldName = "fDate"; |
| | | this.gv_fDate.MinWidth = 50; |
| | | this.gv_fDate.Name = "gv_fDate"; |
| | | this.gv_fDate.OptionsColumn.AllowEdit = false; |
| | | this.gv_fDate.Tag = "query_a.FDate"; |
| | | this.gv_fDate.Visible = true; |
| | | this.gv_fDate.VisibleIndex = 9; |
| | | this.gv_fDate.Width = 94; |
| | | // |
| | | // gv_fNote |
| | | // |
| | | |
| | | this.gv_fNote.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fNote.Caption = "备注 "; |
| | | this.gv_fNote.FieldName = "fNote"; |
| | | this.gv_fNote.MinWidth = 50; |
| | | this.gv_fNote.Name = "gv_fNote"; |
| | | this.gv_fNote.OptionsColumn.AllowEdit = false; |
| | | this.gv_fNote.Tag = "query_a.FNote"; |
| | | this.gv_fNote.Visible = true; |
| | | this.gv_fNote.VisibleIndex = 10; |
| | | this.gv_fNote.Width = 94; |
| | | // |
| | | // gv_fApproverStaus |
| | | // |
| | | |
| | | this.gv_fApproverStaus.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fApproverStaus.Caption = "审核标识"; |
| | | this.gv_fApproverStaus.FieldName = "chkStatus"; |
| | |
| | | this.gridColumn2.Visible = true; |
| | | this.gridColumn2.VisibleIndex = 1; |
| | | this.gridColumn2.Width = 94; |
| | | // |
| | | // gv_id |
| | | // |
| | | this.gv_id.AppearanceCell.Options.UseFont = true; |
| | | this.gv_id.Caption = "主键GUID"; |
| | | this.gv_id.FieldName = "id"; |
| | | this.gv_id.MinWidth = 50; |
| | | this.gv_id.Name = "gv_id"; |
| | | this.gv_id.OptionsColumn.AllowEdit = false; |
| | | this.gv_id.Tag = "query_a.id"; |
| | | this.gv_id.Width = 94; |
| | | // |
| | | // gv_billNo |
| | | // |
| | | this.gv_billNo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_billNo.Caption = "单据编号 "; |
| | | this.gv_billNo.FieldName = "billNo"; |
| | | this.gv_billNo.MinWidth = 50; |
| | | this.gv_billNo.Name = "gv_billNo"; |
| | | this.gv_billNo.OptionsColumn.AllowEdit = false; |
| | | this.gv_billNo.Tag = "query_a.bill_no"; |
| | | this.gv_billNo.Visible = true; |
| | | this.gv_billNo.VisibleIndex = 2; |
| | | this.gv_billNo.Width = 94; |
| | | // |
| | | // gv_fBillTypeID |
| | | // |
| | | this.gv_fBillTypeID.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fBillTypeID.Caption = "单据类型 "; |
| | | this.gv_fBillTypeID.FieldName = "fBillTypeID"; |
| | | this.gv_fBillTypeID.MinWidth = 50; |
| | | this.gv_fBillTypeID.Name = "gv_fBillTypeID"; |
| | | this.gv_fBillTypeID.OptionsColumn.AllowEdit = false; |
| | | this.gv_fBillTypeID.Tag = "query_a.FBillTypeID"; |
| | | this.gv_fBillTypeID.Visible = true; |
| | | this.gv_fBillTypeID.VisibleIndex = 3; |
| | | this.gv_fBillTypeID.Width = 94; |
| | | // |
| | | // gv_fSaleOrgId |
| | | // |
| | | this.gv_fSaleOrgId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fSaleOrgId.Caption = "销售组织 "; |
| | | this.gv_fSaleOrgId.FieldName = "xszzName"; |
| | | this.gv_fSaleOrgId.MinWidth = 50; |
| | | this.gv_fSaleOrgId.Name = "gv_fSaleOrgId"; |
| | | this.gv_fSaleOrgId.OptionsColumn.AllowEdit = false; |
| | | this.gv_fSaleOrgId.Tag = "query_a.FSaleOrgId"; |
| | | this.gv_fSaleOrgId.Visible = true; |
| | | this.gv_fSaleOrgId.VisibleIndex = 4; |
| | | this.gv_fSaleOrgId.Width = 94; |
| | | // |
| | | // gv_fCreatorId |
| | | // |
| | | this.gv_fCreatorId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fCreatorId.Caption = "创建人 "; |
| | | this.gv_fCreatorId.FieldName = "fCreatorId"; |
| | | this.gv_fCreatorId.MinWidth = 50; |
| | | this.gv_fCreatorId.Name = "gv_fCreatorId"; |
| | | this.gv_fCreatorId.OptionsColumn.AllowEdit = false; |
| | | this.gv_fCreatorId.Tag = "query_a.FCreatorId"; |
| | | this.gv_fCreatorId.Visible = true; |
| | | this.gv_fCreatorId.VisibleIndex = 5; |
| | | this.gv_fCreatorId.Width = 94; |
| | | // |
| | | // gv_fApproverID |
| | | // |
| | | this.gv_fApproverID.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fApproverID.Caption = "审核人"; |
| | | this.gv_fApproverID.FieldName = "fApproverID"; |
| | | this.gv_fApproverID.MinWidth = 50; |
| | | this.gv_fApproverID.Name = "gv_fApproverID"; |
| | | this.gv_fApproverID.OptionsColumn.AllowEdit = false; |
| | | this.gv_fApproverID.Tag = "query_a.FApproverID"; |
| | | this.gv_fApproverID.Visible = true; |
| | | this.gv_fApproverID.VisibleIndex = 6; |
| | | this.gv_fApproverID.Width = 94; |
| | | // |
| | | // gv_fCreateDate |
| | | // |
| | | this.gv_fCreateDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fCreateDate.Caption = "创建日期 "; |
| | | this.gv_fCreateDate.FieldName = "fCreateDate"; |
| | | this.gv_fCreateDate.MinWidth = 50; |
| | | this.gv_fCreateDate.Name = "gv_fCreateDate"; |
| | | this.gv_fCreateDate.OptionsColumn.AllowEdit = false; |
| | | this.gv_fCreateDate.Tag = "query_a.FCreateDate"; |
| | | this.gv_fCreateDate.Visible = true; |
| | | this.gv_fCreateDate.VisibleIndex = 7; |
| | | this.gv_fCreateDate.Width = 94; |
| | | // |
| | | // gv_fApproveDate |
| | | // |
| | | this.gv_fApproveDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fApproveDate.Caption = "审核日期 "; |
| | | this.gv_fApproveDate.FieldName = "fApproveDate"; |
| | | this.gv_fApproveDate.MinWidth = 50; |
| | | this.gv_fApproveDate.Name = "gv_fApproveDate"; |
| | | this.gv_fApproveDate.OptionsColumn.AllowEdit = false; |
| | | this.gv_fApproveDate.Tag = "query_a.FApproveDate"; |
| | | this.gv_fApproveDate.Visible = true; |
| | | this.gv_fApproveDate.VisibleIndex = 8; |
| | | this.gv_fApproveDate.Width = 94; |
| | | // |
| | | // gv_fSalesManID |
| | | // |
| | | this.gv_fSalesManID.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fSalesManID.Caption = "销售员ID"; |
| | | this.gv_fSalesManID.FieldName = "fSalesManID"; |
| | | this.gv_fSalesManID.MinWidth = 50; |
| | | this.gv_fSalesManID.Name = "gv_fSalesManID"; |
| | | this.gv_fSalesManID.OptionsColumn.AllowEdit = false; |
| | | this.gv_fSalesManID.Tag = "query_a.FSalesManID"; |
| | | this.gv_fSalesManID.Width = 94; |
| | | // |
| | | // gv_fCustomerID |
| | | // |
| | | this.gv_fCustomerID.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fCustomerID.Caption = "客户ID"; |
| | | this.gv_fCustomerID.FieldName = "fCustomerID"; |
| | | this.gv_fCustomerID.MinWidth = 50; |
| | | this.gv_fCustomerID.Name = "gv_fCustomerID"; |
| | | this.gv_fCustomerID.OptionsColumn.AllowEdit = false; |
| | | this.gv_fCustomerID.Tag = "query_a.FCustomerID"; |
| | | this.gv_fCustomerID.Width = 94; |
| | | // |
| | | // gv_fDate |
| | | // |
| | | this.gv_fDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fDate.Caption = "日期 "; |
| | | this.gv_fDate.FieldName = "fDate"; |
| | | this.gv_fDate.MinWidth = 50; |
| | | this.gv_fDate.Name = "gv_fDate"; |
| | | this.gv_fDate.OptionsColumn.AllowEdit = false; |
| | | this.gv_fDate.Tag = "query_a.FDate"; |
| | | this.gv_fDate.Visible = true; |
| | | this.gv_fDate.VisibleIndex = 9; |
| | | this.gv_fDate.Width = 94; |
| | | // |
| | | // gv_fNote |
| | | // |
| | | this.gv_fNote.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fNote.Caption = "备注 "; |
| | | this.gv_fNote.FieldName = "fNote"; |
| | | this.gv_fNote.MinWidth = 50; |
| | | this.gv_fNote.Name = "gv_fNote"; |
| | | this.gv_fNote.OptionsColumn.AllowEdit = false; |
| | | this.gv_fNote.Tag = "query_a.FNote"; |
| | | this.gv_fNote.Visible = true; |
| | | this.gv_fNote.VisibleIndex = 10; |
| | | this.gv_fNote.Width = 94; |
| | | // |
| | | // gridColumn33 |
| | | // |
| | |
| | | // |
| | | this.pageBar1.CurrentPage = 1; |
| | | this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom; |
| | | this.pageBar1.Location = new System.Drawing.Point(0, 468); |
| | | 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_chkStatus |
| | | // |
| | | this.txt_chkStatus.Location = new System.Drawing.Point(840, 76); |
| | | this.txt_chkStatus.Location = new System.Drawing.Point(840, 72); |
| | | this.txt_chkStatus.Name = "txt_chkStatus"; |
| | | this.txt_chkStatus.Properties.Caption = "审核状态"; |
| | | this.txt_chkStatus.Size = new System.Drawing.Size(274, 24); |
| | |
| | | // |
| | | this.txt_id.Location = new System.Drawing.Point(927, 218); |
| | | this.txt_id.Name = "txt_id"; |
| | | |
| | | this.txt_id.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_id.Size = new System.Drawing.Size(187, 28); |
| | | this.txt_id.Size = new System.Drawing.Size(187, 24); |
| | | this.txt_id.StyleController = this.layoutMx1; |
| | | this.txt_id.TabIndex = 211; |
| | | this.txt_id.Tag = "readonly"; |
| | |
| | | // |
| | | this.txt_billNo.Location = new System.Drawing.Point(99, 12); |
| | | this.txt_billNo.Name = "txt_billNo"; |
| | | |
| | | this.txt_billNo.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_billNo.Size = new System.Drawing.Size(185, 28); |
| | | this.txt_billNo.Size = new System.Drawing.Size(185, 24); |
| | | this.txt_billNo.StyleController = this.layoutMx1; |
| | | this.txt_billNo.TabIndex = 211; |
| | | this.txt_billNo.Tag = "readonly"; |
| | |
| | | // txt_fBillTypeID |
| | | // |
| | | this.txt_fBillTypeID.EditValue = "标准销售出库单(XSCKD01_SYS)"; |
| | | this.txt_fBillTypeID.Location = new System.Drawing.Point(99, 44); |
| | | this.txt_fBillTypeID.Location = new System.Drawing.Point(99, 42); |
| | | this.txt_fBillTypeID.Name = "txt_fBillTypeID"; |
| | | this.txt_fBillTypeID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
| | | new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); |
| | |
| | | // |
| | | this.txt_fApproverID.Location = new System.Drawing.Point(927, 12); |
| | | this.txt_fApproverID.Name = "txt_fApproverID"; |
| | | |
| | | this.txt_fApproverID.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fApproverID.Size = new System.Drawing.Size(187, 28); |
| | | this.txt_fApproverID.Size = new System.Drawing.Size(187, 24); |
| | | this.txt_fApproverID.StyleController = this.layoutMx1; |
| | | this.txt_fApproverID.TabIndex = 222; |
| | | this.txt_fApproverID.Tag = "readonly"; |
| | |
| | | // txt_salesId |
| | | // |
| | | this.txt_salesId.IsReadly = false; |
| | | this.txt_salesId.Location = new System.Drawing.Point(99, 76); |
| | | this.txt_salesId.Location = new System.Drawing.Point(99, 72); |
| | | this.txt_salesId.Name = "txt_salesId"; |
| | | this.txt_salesId.Size = new System.Drawing.Size(185, 28); |
| | | this.txt_salesId.Size = new System.Drawing.Size(185, 24); |
| | | this.txt_salesId.TabIndex = 367; |
| | | // |
| | | // txt_fSaleOrgIdTxt |
| | | // |
| | | this.txt_fSaleOrgIdTxt.Location = new System.Drawing.Point(375, 12); |
| | | this.txt_fSaleOrgIdTxt.Name = "txt_fSaleOrgIdTxt"; |
| | | |
| | | this.txt_fSaleOrgIdTxt.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fSaleOrgIdTxt.Size = new System.Drawing.Size(185, 28); |
| | | this.txt_fSaleOrgIdTxt.Size = new System.Drawing.Size(185, 24); |
| | | this.txt_fSaleOrgIdTxt.StyleController = this.layoutMx1; |
| | | this.txt_fSaleOrgIdTxt.TabIndex = 365; |
| | | this.txt_fSaleOrgIdTxt.Tag = "readonly"; |
| | |
| | | // |
| | | this.txt_fCreatorId.Location = new System.Drawing.Point(651, 12); |
| | | this.txt_fCreatorId.Name = "txt_fCreatorId"; |
| | | |
| | | this.txt_fCreatorId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fCreatorId.Size = new System.Drawing.Size(185, 28); |
| | | this.txt_fCreatorId.Size = new System.Drawing.Size(185, 24); |
| | | 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(927, 44); |
| | | this.txt_fApproveDate.Location = new System.Drawing.Point(927, 42); |
| | | this.txt_fApproveDate.Name = "txt_fApproveDate"; |
| | | |
| | | this.txt_fApproveDate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fApproveDate.Size = new System.Drawing.Size(187, 28); |
| | | this.txt_fApproveDate.Size = new System.Drawing.Size(187, 24); |
| | | this.txt_fApproveDate.StyleController = this.layoutMx1; |
| | | this.txt_fApproveDate.TabIndex = 228; |
| | | this.txt_fApproveDate.Tag = "readonly"; |
| | | // |
| | | // txt_fNote |
| | | // |
| | | this.txt_fNote.Location = new System.Drawing.Point(99, 108); |
| | | this.txt_fNote.Location = new System.Drawing.Point(99, 102); |
| | | this.txt_fNote.Name = "txt_fNote"; |
| | | |
| | | this.txt_fNote.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fNote.Size = new System.Drawing.Size(461, 28); |
| | | this.txt_fNote.Size = new System.Drawing.Size(461, 24); |
| | | this.txt_fNote.StyleController = this.layoutMx1; |
| | | this.txt_fNote.TabIndex = 243; |
| | | // |
| | | // txt_fSalesManIDTxt |
| | | // |
| | | this.txt_fSalesManIDTxt.Location = new System.Drawing.Point(651, 76); |
| | | this.txt_fSalesManIDTxt.Location = new System.Drawing.Point(651, 72); |
| | | this.txt_fSalesManIDTxt.Name = "txt_fSalesManIDTxt"; |
| | | |
| | | this.txt_fSalesManIDTxt.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fSalesManIDTxt.Size = new System.Drawing.Size(185, 28); |
| | | this.txt_fSalesManIDTxt.Size = new System.Drawing.Size(185, 24); |
| | | 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(651, 44); |
| | | this.txt_fCreateDate.Location = new System.Drawing.Point(651, 42); |
| | | this.txt_fCreateDate.Name = "txt_fCreateDate"; |
| | | |
| | | this.txt_fCreateDate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fCreateDate.Size = new System.Drawing.Size(185, 28); |
| | | this.txt_fCreateDate.Size = new System.Drawing.Size(185, 24); |
| | | 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(375, 44); |
| | | this.txt_fCustomerIDTxt.Location = new System.Drawing.Point(375, 42); |
| | | this.txt_fCustomerIDTxt.Name = "txt_fCustomerIDTxt"; |
| | | |
| | | this.txt_fCustomerIDTxt.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fCustomerIDTxt.Size = new System.Drawing.Size(185, 28); |
| | | this.txt_fCustomerIDTxt.Size = new System.Drawing.Size(185, 24); |
| | | 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(375, 76); |
| | | this.txt_shf.Location = new System.Drawing.Point(375, 72); |
| | | this.txt_shf.Name = "txt_shf"; |
| | | this.txt_shf.Size = new System.Drawing.Size(185, 24); |
| | | this.txt_shf.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | // txt_shName |
| | | // |
| | | this.txt_shName.Location = new System.Drawing.Point(651, 108); |
| | | this.txt_shName.Location = new System.Drawing.Point(651, 102); |
| | | this.txt_shName.Name = "txt_shName"; |
| | | this.txt_shName.Size = new System.Drawing.Size(185, 24); |
| | | this.txt_shName.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | // txt_wjStatus |
| | | // |
| | | this.txt_wjStatus.Location = new System.Drawing.Point(840, 108); |
| | | this.txt_wjStatus.Location = new System.Drawing.Point(840, 102); |
| | | this.txt_wjStatus.Name = "txt_wjStatus"; |
| | | this.txt_wjStatus.Properties.Caption = "完结状态"; |
| | | this.txt_wjStatus.Size = new System.Drawing.Size(274, 24); |
| | |
| | | rowDefinition2, |
| | | rowDefinition3, |
| | | rowDefinition4}); |
| | | this.layoutControlGroup1.Size = new System.Drawing.Size(1126, 148); |
| | | this.layoutControlGroup1.Size = new System.Drawing.Size(1126, 141); |
| | | 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(552, 96); |
| | | this.layoutControlItem17.Location = new System.Drawing.Point(552, 90); |
| | | this.layoutControlItem17.Name = "layoutControlItem17"; |
| | | this.layoutControlItem17.OptionsTableLayoutItem.ColumnIndex = 2; |
| | | this.layoutControlItem17.OptionsTableLayoutItem.RowIndex = 3; |
| | | this.layoutControlItem17.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem17.Size = new System.Drawing.Size(276, 31); |
| | | 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(276, 32); |
| | | this.layoutControlItem2.Size = new System.Drawing.Size(276, 30); |
| | | this.layoutControlItem2.Text = "申请编号"; |
| | | this.layoutControlItem2.TextSize = new System.Drawing.Size(75, 18); |
| | | // |
| | |
| | | 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(278, 32); |
| | | this.layoutControlItem10.Size = new System.Drawing.Size(278, 30); |
| | | 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(828, 32); |
| | | this.layoutControlItem11.Location = new System.Drawing.Point(828, 30); |
| | | this.layoutControlItem11.Name = "layoutControlItem11"; |
| | | this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 3; |
| | | this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 1; |
| | | this.layoutControlItem11.Size = new System.Drawing.Size(278, 32); |
| | | this.layoutControlItem11.Size = new System.Drawing.Size(278, 30); |
| | | 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(828, 64); |
| | | this.layoutControlItem15.Location = new System.Drawing.Point(828, 60); |
| | | this.layoutControlItem15.Name = "layoutControlItem15"; |
| | | this.layoutControlItem15.OptionsTableLayoutItem.ColumnIndex = 3; |
| | | this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 2; |
| | | this.layoutControlItem15.Size = new System.Drawing.Size(278, 32); |
| | | this.layoutControlItem15.Size = new System.Drawing.Size(278, 30); |
| | | this.layoutControlItem15.Text = "审核状态"; |
| | | this.layoutControlItem15.TextSize = new System.Drawing.Size(0, 0); |
| | | this.layoutControlItem15.TextVisible = false; |
| | |
| | | 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(276, 32); |
| | | this.layoutControlItem6.Size = new System.Drawing.Size(276, 30); |
| | | 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(552, 32); |
| | | this.layoutControlItem7.Location = new System.Drawing.Point(552, 30); |
| | | this.layoutControlItem7.Name = "layoutControlItem7"; |
| | | this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 2; |
| | | this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 1; |
| | | this.layoutControlItem7.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem7.Size = new System.Drawing.Size(276, 30); |
| | | 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(276, 32); |
| | | this.layoutControlItem13.Location = new System.Drawing.Point(276, 30); |
| | | this.layoutControlItem13.Name = "layoutControlItem13"; |
| | | this.layoutControlItem13.OptionsTableLayoutItem.ColumnIndex = 1; |
| | | this.layoutControlItem13.OptionsTableLayoutItem.RowIndex = 1; |
| | | this.layoutControlItem13.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem13.Size = new System.Drawing.Size(276, 30); |
| | | 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(552, 64); |
| | | this.layoutControlItem9.Location = new System.Drawing.Point(552, 60); |
| | | this.layoutControlItem9.Name = "layoutControlItem9"; |
| | | this.layoutControlItem9.OptionsTableLayoutItem.ColumnIndex = 2; |
| | | this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 2; |
| | | this.layoutControlItem9.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem9.Size = new System.Drawing.Size(276, 30); |
| | | this.layoutControlItem9.Text = "销售员"; |
| | | this.layoutControlItem9.TextSize = new System.Drawing.Size(75, 18); |
| | | // |
| | |
| | | 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(276, 32); |
| | | this.layoutControlItem5.Size = new System.Drawing.Size(276, 30); |
| | | 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(276, 64); |
| | | this.layoutControlItem14.Location = new System.Drawing.Point(276, 60); |
| | | this.layoutControlItem14.Name = "layoutControlItem14"; |
| | | this.layoutControlItem14.OptionsTableLayoutItem.ColumnIndex = 1; |
| | | this.layoutControlItem14.OptionsTableLayoutItem.RowIndex = 2; |
| | | this.layoutControlItem14.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem14.Size = new System.Drawing.Size(276, 30); |
| | | this.layoutControlItem14.Text = "收货方"; |
| | | this.layoutControlItem14.TextSize = new System.Drawing.Size(75, 18); |
| | | // |
| | |
| | | this.layoutControlItem8.Control = this.txt_fNote; |
| | | this.layoutControlItem8.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; |
| | | this.layoutControlItem8.CustomizationFormText = "申请备注"; |
| | | this.layoutControlItem8.Location = new System.Drawing.Point(0, 96); |
| | | this.layoutControlItem8.Location = new System.Drawing.Point(0, 90); |
| | | this.layoutControlItem8.Name = "layoutControlItem8"; |
| | | this.layoutControlItem8.OptionsTableLayoutItem.ColumnSpan = 2; |
| | | this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 3; |
| | | this.layoutControlItem8.Size = new System.Drawing.Size(552, 32); |
| | | this.layoutControlItem8.Size = new System.Drawing.Size(552, 31); |
| | | this.layoutControlItem8.Text = "申请备注"; |
| | | this.layoutControlItem8.TextSize = new System.Drawing.Size(75, 18); |
| | | // |
| | |
| | | this.layoutControlItem4.Control = this.txt_salesId; |
| | | this.layoutControlItem4.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; |
| | | this.layoutControlItem4.CustomizationFormText = "销售订单"; |
| | | this.layoutControlItem4.Location = new System.Drawing.Point(0, 64); |
| | | this.layoutControlItem4.Location = new System.Drawing.Point(0, 60); |
| | | this.layoutControlItem4.Name = "layoutControlItem4"; |
| | | this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 2; |
| | | this.layoutControlItem4.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem4.Size = new System.Drawing.Size(276, 30); |
| | | this.layoutControlItem4.Text = "销售订单"; |
| | | this.layoutControlItem4.TextSize = new System.Drawing.Size(75, 18); |
| | | // |
| | |
| | | this.layoutControlItem3.Control = this.txt_fBillTypeID; |
| | | this.layoutControlItem3.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; |
| | | this.layoutControlItem3.CustomizationFormText = "单据类型"; |
| | | this.layoutControlItem3.Location = new System.Drawing.Point(0, 32); |
| | | this.layoutControlItem3.Location = new System.Drawing.Point(0, 30); |
| | | this.layoutControlItem3.Name = "layoutControlItem3"; |
| | | this.layoutControlItem3.OptionsTableLayoutItem.RowIndex = 1; |
| | | this.layoutControlItem3.Size = new System.Drawing.Size(276, 32); |
| | | this.layoutControlItem3.Size = new System.Drawing.Size(276, 30); |
| | | 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(828, 96); |
| | | this.layoutControlItem12.Location = new System.Drawing.Point(828, 90); |
| | | this.layoutControlItem12.Name = "layoutControlItem12"; |
| | | this.layoutControlItem12.OptionsTableLayoutItem.ColumnIndex = 3; |
| | | this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 3; |
| | | this.layoutControlItem12.Size = new System.Drawing.Size(278, 32); |
| | | this.layoutControlItem12.Size = new System.Drawing.Size(278, 31); |
| | | this.layoutControlItem12.Text = "完结标识"; |
| | | this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0); |
| | | this.layoutControlItem12.TextVisible = false; |
| | |
| | | // |
| | | // gvMx1fMustQty |
| | | // |
| | | |
| | | this.gvMx1fMustQty.AppearanceCell.ForeColor = System.Drawing.Color.Blue; |
| | | this.gvMx1fMustQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1fMustQty.AppearanceCell.Options.UseForeColor = true; |
| | |
| | | // |
| | | // gvMx1fEntrynote |
| | | // |
| | | |
| | | this.gvMx1fEntrynote.AppearanceCell.ForeColor = System.Drawing.Color.Blue; |
| | | this.gvMx1fEntrynote.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1fEntrynote.AppearanceCell.Options.UseForeColor = true; |
| | |
| | | // |
| | | // gvMx1fRealQty |
| | | // |
| | | |
| | | this.gvMx1fRealQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1fRealQty.Caption = "实发数量 "; |
| | | this.gvMx1fRealQty.FieldName = "fRealQty"; |
| | |
| | | // |
| | | // gvMx1id |
| | | // |
| | | |
| | | this.gvMx1id.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1id.Caption = "主键 "; |
| | | this.gvMx1id.FieldName = "id"; |
| | |
| | | // |
| | | // gvMx1pid |
| | | // |
| | | |
| | | this.gvMx1pid.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1pid.Caption = "主表guid "; |
| | | this.gvMx1pid.FieldName = "pid"; |
| | |
| | | // |
| | | // gvMx1salesDetailId |
| | | // |
| | | |
| | | this.gvMx1salesDetailId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1salesDetailId.Caption = "SALES_ORDER_DETAIL的Guid "; |
| | | this.gvMx1salesDetailId.FieldName = "salesDetailId"; |
| | |
| | | // |
| | | // gvMx1fseq |
| | | // |
| | | |
| | | this.gvMx1fseq.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1fseq.Caption = "排序 "; |
| | | this.gvMx1fseq.FieldName = "fseq"; |
| | |
| | | private System.Windows.Forms.Label lbGuid; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem16; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12; |
| | | private DevExpress.Utils.ToolTipController tips; |
| | | } |
| | | } |