|
From: Andreas H. <ah...@pr...> - 2004-01-27 02:45:47
|
Update of /cvsroot/jvcl/dev/JVCL3/design In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26154/design Modified Files: JvCustomReg.pas Log Message: Splitted JvEditor into JvEditorCommon, JvEditor, JvUnicodeEditor Index: JvCustomReg.pas =================================================================== RCS file: /cvsroot/jvcl/dev/JVCL3/design/JvCustomReg.pas,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** JvCustomReg.pas 13 Jan 2004 15:16:22 -0000 1.23 --- JvCustomReg.pas 26 Jan 2004 08:59:02 -0000 1.24 *************** *** 53,56 **** --- 53,57 ---- JvThumbnails, JvThumbviews, JvTimeLine, JvTMTimeLine, JvBalloonHint, JvValidateEdit, JvEditor, JvHLEditor, JvHLEditorPropertyForm, JvHLParser, + JvEditorCommon, JvUnicodeEditor, JvUnicodeHLEditor, JvImagesViewer, JvImageListViewer, JvOwnerDrawViewer, JvTimeLineEditor, JvHLEditEditor, JvScheduleEditors, *************** *** 69,73 **** RegisterComponents(RsPaletteButton, [TJvLookOutButton, TJvExpressButton]); RegisterComponents(RsPaletteEdit, [TJvValidateEdit, TJvEditor, TJvHLEditor, ! TJvHLEdPropDlg]); RegisterComponents(RsPaletteBarPanel, [TJvGammaPanel, TJvOutlookBar, TJvLookout, {TJvLookOutPage, } TJvExpress]); --- 70,74 ---- RegisterComponents(RsPaletteButton, [TJvLookOutButton, TJvExpressButton]); RegisterComponents(RsPaletteEdit, [TJvValidateEdit, TJvEditor, TJvHLEditor, ! TJvWideEditor, TJvWideHLEditor, TJvHLEdPropDlg]); RegisterComponents(RsPaletteBarPanel, [TJvGammaPanel, TJvOutlookBar, TJvLookout, {TJvLookOutPage, } TJvExpress]); *************** *** 91,94 **** --- 92,97 ---- RegisterPropertyEditor(TypeInfo(TJvColors), TJvHLEditor, cColors, TJvHLEditorColorProperty); + RegisterPropertyEditor(TypeInfo(TJvColors), TJvWideHLEditor, + cColors, TJvHLEditorColorProperty); RegisterPropertyEditor(TypeInfo(IJclSchedule), TJvEventCollectionItem, cSchedule, TJvSchedulePropertyEditor); |