| | |
| | | // barOrg |
| | | // |
| | | this.barOrg.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right; |
| | | this.barOrg.Caption = "选择组织"; |
| | | this.barOrg.Caption = "切换组织"; |
| | | this.barOrg.Edit = this.repositoryItemCheckedComboBoxEdit1; |
| | | this.barOrg.EditValue = "切换组织"; |
| | | this.barOrg.EditWidth = 120; |
| | |
| | | // |
| | | // acrd |
| | | // |
| | | this.acrd.Appearance.Item.Hovered.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.acrd.Appearance.Item.Hovered.ForeColor = System.Drawing.Color.Blue; |
| | | this.acrd.Appearance.Item.Hovered.Options.UseFont = true; |
| | | this.acrd.Appearance.Item.Hovered.Options.UseForeColor = true; |
| | | this.acrd.Dock = System.Windows.Forms.DockStyle.Left; |
| | | this.acrd.FilterText = "查找"; |
| | | this.acrd.Location = new System.Drawing.Point(0, 39); |