2002-09-25 Gaurav Vaish <gvaish_mono@lycos.com>
authorGaurav Vaish <gvaish@mono-cvs.ximian.com>
Wed, 25 Sep 2002 10:01:55 +0000 (10:01 -0000)
committerGaurav Vaish <gvaish@mono-cvs.ximian.com>
Wed, 25 Sep 2002 10:01:55 +0000 (10:01 -0000)
commit78cefb0f7b8feafc8a7139dd7e8ce07277ea4c0c
treec782f15003e2ff0fe6470063b1d9a09e567059ca
parent6a89f19c0d71ee95d75849e79212f7bd3326f27c
2002-09-25     Gaurav Vaish <gvaish_mono@lycos.com>

* RegextEditorDialog.cs   : Added a few more methods.
* BaseDataListComponentEditor.cs
                          : Completed.
* DataListComponentEditor.cs
                          : Completed
* BaseDataListPageInternal.cs,
* GeneralPageDataListInternal.cs,
* FormatPageInternal.cs,
* BordersPageInternal.cs  : Added private classes. Initial implementation.

svn path=/trunk/mcs/; revision=7802
mcs/class/System.Design/System.Web.UI.Design.WebControls/BaseDataListComponentEditor.cs [new file with mode: 0755]
mcs/class/System.Design/System.Web.UI.Design.WebControls/BaseDataListPageInternal.cs [new file with mode: 0755]
mcs/class/System.Design/System.Web.UI.Design.WebControls/BordersPageInternal.cs [new file with mode: 0755]
mcs/class/System.Design/System.Web.UI.Design.WebControls/ChangeLog
mcs/class/System.Design/System.Web.UI.Design.WebControls/DataListComponentEditor.cs [new file with mode: 0755]
mcs/class/System.Design/System.Web.UI.Design.WebControls/FormatPageInternal.cs [new file with mode: 0755]
mcs/class/System.Design/System.Web.UI.Design.WebControls/GeneralPageDataListInternal.cs [new file with mode: 0755]
mcs/class/System.Design/System.Web.UI.Design.WebControls/RegexEditorDialog.cs