| | |
| | | this.gv_custName.AppearanceCell.Options.UseFont = true; |
| | | this.gv_custName.Caption = "客户名称 "; |
| | | this.gv_custName.FieldName = "custName"; |
| | | this.gv_custName.MinWidth = 200; |
| | | this.gv_custName.MinWidth = 50; |
| | | this.gv_custName.Name = "gv_custName"; |
| | | this.gv_custName.OptionsColumn.AllowEdit = false; |
| | | this.gv_custName.Tag = "query_a.cust_name"; |
| | |
| | | // |
| | | this.gv_org.Caption = "使用组织"; |
| | | this.gv_org.FieldName = "fSubsidiary"; |
| | | this.gv_org.MinWidth = 250; |
| | | this.gv_org.MinWidth = 50; |
| | | this.gv_org.Name = "gv_org"; |
| | | this.gv_org.Tag = "org.fnamber"; |
| | | this.gv_org.Visible = true; |