| | |
| | | { |
| | | components = new Container(); |
| | | ComponentResourceManager resources = new ComponentResourceManager(typeof(HydroParterPropertyCtrl)); |
| | | DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip(); |
| | | DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem(); |
| | | DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem(); |
| | | DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip(); |
| | | DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem(); |
| | | DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem(); |
| | | layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
| | | propertyDescriptionControl1 = new DevExpress.XtraVerticalGrid.PropertyDescriptionControl(); |
| | | propertyGridControl1 = new DevExpress.XtraVerticalGrid.PropertyGridControl(); |
| | |
| | | propertyGridControl1.Name = "propertyGridControl1"; |
| | | propertyGridControl1.OptionsBehavior.PropertySort = DevExpress.XtraVerticalGrid.PropertySort.NoSort; |
| | | propertyGridControl1.OptionsHint.ShowRowHeaderHints = false; |
| | | propertyGridControl1.OptionsView.AllowHtmlText = true; |
| | | propertyGridControl1.OptionsView.AllowReadOnlyRowAppearance = DevExpress.Utils.DefaultBoolean.True; |
| | | propertyGridControl1.OptionsView.ShowFocusedFrame = false; |
| | | propertyGridControl1.OptionsView.ShowRootLevelIndent = false; |
| | |
| | | propertyGridControl1.Size = new Size(256, 513); |
| | | propertyGridControl1.TabIndex = 4; |
| | | propertyGridControl1.CustomPropertyDescriptors += propertyGridControl1_CustomPropertyDescriptors; |
| | | propertyGridControl1.CustomDrawCaption += propertyGridControl1_CustomDrawCaption; |
| | | propertyGridControl1.FocusedRowChanged += propertyGridControl1_FocusedRowChanged; |
| | | propertyGridControl1.CustomRecordCellEdit += propertyGridControl1_CustomRecordCellEdit; |
| | | propertyGridControl1.CustomDrawRowHeaderCell += propertyGridControl1_CustomDrawRowHeaderCell; |
| | | propertyGridControl1.CustomDrawRowValueCell += propertyGridControl1_CustomDrawRowValueCell; |
| | | propertyGridControl1.ShowingEditor += propertyGridControl1_ShowingEditor; |
| | | propertyGridControl1.CellValueChanging += propertyGridControl1_CellValueChanging; |
| | |
| | | barBtnHelp.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnHelp.ImageOptions.SvgImage"); |
| | | barBtnHelp.ImageOptions.SvgImageSize = new Size(20, 20); |
| | | barBtnHelp.Name = "barBtnHelp"; |
| | | toolTipTitleItem2.Appearance.Image = (Image)resources.GetObject("resource.Image"); |
| | | toolTipTitleItem2.Appearance.Options.UseImage = true; |
| | | toolTipTitleItem2.ImageOptions.Image = (Image)resources.GetObject("resource.Image1"); |
| | | toolTipItem2.LeftIndent = 6; |
| | | toolTipItem2.Text = "描述信息"; |
| | | superToolTip2.Items.Add(toolTipTitleItem2); |
| | | superToolTip2.Items.Add(toolTipItem2); |
| | | barBtnHelp.SuperTip = superToolTip2; |
| | | toolTipTitleItem1.Appearance.Image = (Image)resources.GetObject("resource.Image"); |
| | | toolTipTitleItem1.Appearance.Options.UseImage = true; |
| | | toolTipTitleItem1.ImageOptions.Image = (Image)resources.GetObject("resource.Image1"); |
| | | toolTipItem1.LeftIndent = 6; |
| | | toolTipItem1.Text = "描述信息"; |
| | | superToolTip1.Items.Add(toolTipTitleItem1); |
| | | superToolTip1.Items.Add(toolTipItem1); |
| | | barBtnHelp.SuperTip = superToolTip1; |
| | | barBtnHelp.ItemClick += barBtnHelp_ItemClick; |
| | | // |
| | | // barDockControlTop |