| | |
| | | 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.ShowRootCategories = false; |
| | | propertyGridControl1.OptionsView.ShowFocusedFrame = false; |
| | | propertyGridControl1.OptionsView.ShowRootLevelIndent = false; |
| | | propertyGridControl1.RecordWidth = 120; |
| | | propertyGridControl1.RowHeaderWidth = 80; |
| | | 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; |