diff options
author | xue <> | 2006-03-05 04:18:04 +0000 |
---|---|---|
committer | xue <> | 2006-03-05 04:18:04 +0000 |
commit | 9bca357865376660fb53c2f4df72ca409345e777 (patch) | |
tree | 2fe67522d3ea5570b58a093fb11f38b8e6e6a31e /framework/Exceptions | |
parent | 8c0cc31021515bdc29a6c6ebc44e903acdb0430f (diff) |
TMultiView and TView are completed.
Diffstat (limited to 'framework/Exceptions')
-rw-r--r-- | framework/Exceptions/messages.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index 8ca618bd..81664b3e 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -248,4 +248,13 @@ datalistitemcollection_datalistitem_required = TDataListItemCollection can only tablerowcollection_tablerow_required = TTableRowCollection can only accept TTableRow objects.
-tablecellcollection_tablerow_required = TTableCellCollection can only accept TTableCell objects.
\ No newline at end of file +tablecellcollection_tablerow_required = TTableCellCollection can only accept TTableCell objects.
+
+multiview_view_required = TMultiView can only accept TView as child.
+multiview_activeviewindex_invalid = TMultiView.ActiveViewIndex has an invalid index '{0}'.
+multiview_view_inexistent = TMultiView cannot find the specified view.
+multiview_viewid_invalid = TMultiView cannot find the view '{0}' to switch to.
+
+viewcollection_view_required = TViewCollection can only accept TView as its element.
+
+view_visible_readonly = TView.Visible is read-only. Use TView.Active to toggle its visibility.
\ No newline at end of file |