| | |
| | | // |
| | | // BtnAddProductProp |
| | | // |
| | | BtnAddProductProp.Caption = "添加属性"; |
| | | BtnAddProductProp.Caption = "添加产品"; |
| | | BtnAddProductProp.Id = 0; |
| | | BtnAddProductProp.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnAddProductProp.ImageOptions.SvgImage"); |
| | | BtnAddProductProp.ImageOptions.SvgImageSize = new Size(20, 20); |
| | |
| | | barBtnDelete.Id = 1; |
| | | barBtnDelete.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnDelete.ImageOptions.SvgImage"); |
| | | barBtnDelete.Name = "barBtnDelete"; |
| | | barBtnDelete.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; |
| | | barBtnDelete.ItemClick += barBtnDelete_ItemClick; |
| | | // |
| | | // barDockControlTop |