| | |
| | | TextEditExType.Location = new Point(79, 56); |
| | | TextEditExType.Name = "TextEditExType"; |
| | | TextEditExType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); |
| | | TextEditExType.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("无", null, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("拓展", null, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("继承", null, -1) }); |
| | | TextEditExType.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("无", "0", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("配置", "1", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("分类", "2", -1) }); |
| | | TextEditExType.Size = new Size(424, 20); |
| | | TextEditExType.StyleController = layoutControl1; |
| | | TextEditExType.TabIndex = 3; |