| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- 2002-10-07 Gaurav Vaish <[email protected]>
- * BaseDataListPageInternal.cs
- : ctor() - Removed call to base.
- It's by default.
- : HelpKeyword - Added abstract property.
- : IsDataGridMode - Implemented.
- : ShowHelp(),
- : SupportsHelp(),
- : SetComponent(IComponent),
- : GetBaseControl(),
- : GetBaseDesigner()
- - Implemented.
- * BordersPageInternal.cs : SetComponent(IComponent)
- - Implemented.
- : HelpKeyword { get; },
- : InitializeForm()
- - Stubbed.
- * FormatPageInternal.cs : HelpKeyword { get; }
- - Stubbed.
- * GeneralPageDataListInternal.cs
- : HelpKeyword { get; }
- - Stubbed.
- 2002-09-25 Gaurav Vaish <[email protected]>
- * 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.
- 2002-09-24 Gaurav Vaish <[email protected]>
- * RegexTypeEditor.cs : Completed
- * RegexEditorDialog.cs : Initial implementation.
- 2002-09-16 Gaurav Vaish <[email protected]>
- * AdRotatorDesigner.cs : GetDesignTimeHtml() - Removed "MonoTODO"
- * ButtonDesigner.cs : Completed.
- * CalendarAutoFormatDialog.cs
- : Initial implementation.
- * CalendarDesigner.cs : Initial implementation.
- * CheckBoxDesigner.cs : Completed.
- * HyperLinkDesigner.cs : Almost completed. See "FIXME".
- * LabelDesigner.cs : Completed.
- * LinkButtonDesigner.cs : Completed.
- * TableCellsCollectionEditor.cs
- : Completed
- * TableDesigner.cs : Initial implementation.
- 2002-09-16 Gaurav Vaish <[email protected]>
- * TODO : TODO Updates. Found some undocumented
- classes.
- 2002-09-16 Gaurav Vaish <[email protected]>
- * AdRotatorDesigner.cs : Damn those typo errors.
- 2002-09-16 Gaurav Vaish <[email protected]>
- * AdRotatorDesigner.cs : Completed.
- 2002-09-16 Gaurav Vaish <[email protected]>
- * AdRotatorDesigner.cs : Initial implementation.
- * TODOAttribute.cs : The TODO-Attribute class.
- * TODO : Added file
- * ChangeLog : Added file
|