UI\MobileControls\BaseValidator.cs (12)
135MobileCategory(SR.Category_Appearance),
136MobileSysDescription(SR.BaseValidator_ErrorMessage)
154MobileCategory(SR.Category_Behavior),
155MobileSysDescription(SR.BaseValidator_ControlToValidate),
174MobileCategory(SR.Category_Appearance),
175MobileSysDescription(SR.BaseValidator_Display)
306throw new ArgumentException(SR.GetString(
307SR.BaseValidator_ControlToValidateBlank, ID));
323throw new ArgumentException(SR.GetString(
324SR.BaseValidator_ControlNotFound, name, propertyName, ID));
331throw new ArgumentException(SR.GetString(
332SR.BaseValidator_BadControlType, name, propertyName, ID));
UI\MobileControls\Form.cs (24)
66MobileCategory(SR.Category_Appearance),
67MobileSysDescription(SR.Form_Title)
86MobileCategory(SR.Category_Behavior),
87MobileSysDescription(SR.Form_Method)
108MobileCategory(SR.Category_Behavior),
109MobileSysDescription(SR.Form_Action)
128MobileCategory(SR.Category_Style),
129MobileSysDescription(SR.Form_PagerStyle),
187MobileCategory(SR.Category_Action),
188MobileSysDescription(SR.Form_OnActivate)
204MobileCategory(SR.Category_Action),
205MobileSysDescription(SR.Form_OnDeactivate)
221MobileCategory(SR.Category_Action),
222MobileSysDescription(SR.Form_OnPaginated)
351throw new Exception(SR.GetString(SR.Form_NestedForms,
509SR.GetString(SR.Form_PropertyNotAccessible, "BreakAfter"));
515SR.GetString(SR.Form_PropertyNotSettable, "BreakAfter"));
598throw(new Exception(SR.GetString(SR.Form_InvalidControlToPaginateForm)));
773throw(new Exception(SR.GetString(SR.Form_InvalidSubControlType, subBuilder.TagName)));
UI\MobileControls\List.cs (17)
71MobileCategory(SR.Category_Data),
72MobileSysDescription(SR.List_DataSource)
91MobileCategory(SR.Category_Data),
92MobileSysDescription(SR.List_DataMember),
111MobileCategory(SR.Category_Data),
112MobileSysDescription(SR.List_DataTextField),
130MobileCategory(SR.Category_Data),
131MobileSysDescription(SR.List_DataValueField),
151MobileCategory(SR.Category_Behavior),
152MobileSysDescription(SR.List_ItemsAsLinks)
173MobileSysDescription(SR.List_Items),
376MobileCategory(SR.Category_Action),
377MobileSysDescription(SR.List_OnItemCommand)
420MobileCategory(SR.Category_Appearance),
421MobileSysDescription(SR.List_Decoration)
437MobileCategory(SR.Category_Action),
438MobileSysDescription(SR.List_OnItemDataBind)
UI\MobileControls\MobileControl.cs (38)
89throw new NotSupportedException(SR.GetString(SR.Theme_Not_Supported_On_MobileControls));
112SR.GetString(SR.MobileControl_MustBeInMobilePage,
151throw new Exception(SR.GetString(SR.MobileControl_MustBeInForm,
168throw new NotSupportedException(SR.GetString(SR.Theme_Not_Supported_On_MobileControls));
176throw new NotSupportedException(SR.GetString(SR.Theme_Not_Supported_On_MobileControls));
186SR.GetString(SR.MobilePage_FormNotFound, formID));
302SR.GetString(SR.MobileControl_NoTemplatesDefined));
451SR.GetString(SR.MobileControl_NoMultipleDeviceSpecifics));
544SR.GetString(SR.MobileControl_NoCustomAttributes,
772MobileCategory(SR.Category_Appearance),
773MobileSysDescription(SR.MobileControl_StyleReference),
792MobileCategory(SR.Category_Appearance),
793MobileSysDescription(SR.MobileControl_Font),
808MobileCategory(SR.Category_Appearance),
809MobileSysDescription(SR.MobileControl_Alignment),
827MobileCategory(SR.Category_Appearance),
828MobileSysDescription(SR.MobileControl_Wrapping),
846MobileCategory(SR.Category_Appearance),
847MobileSysDescription(SR.Style_ForeColor),
866MobileCategory(SR.Category_Appearance),
867MobileSysDescription(SR.MobileControl_BackColor),
925SR.GetString(SR.MobileControl_InnerTextCannotContainTags,
1009SR.GetString(SR.MobileControl_TextCannotContainNewlines,
1461MobileCategory(SR.Category_Behavior),
1462MobileSysDescription(SR.MobileControl_BreakAfter)
1499throw new Exception (SR.GetString(SR.MobileControl_InfiniteTemplateRecursion));
UI\MobileControls\MobileControlsSectionHandler.cs (18)
50SR.GetString(SR.MobileControlsSectionHandler_TypeNotFound,
58SR.GetString(SR.MobileControlsSectionHandler_NotAssignable,
105SR.GetString(SR.MobileControlsSectionHandler_UnknownElementName, "<control>"),
131SR.GetString(SR.MobileControlsSectionHandler_DuplicatedDeviceName, deviceName),
140SR.GetString(SR.MobileControlsSectionHandler_UnknownElementName, "<device>"),
186SR.GetString(SR.MobileControlsSectionHandler_CantCreateMethodOnClass,
217SR.GetString(SR.MobileControlsSectionHandler_TypeNotFound,
226SR.GetString(SR.MobileControlsSectionHandler_NotAssignable,
233SR.GetString(SR.MobileControlsSectionHandler_NotAssignable,
UI\MobileControls\ObjectList.cs (50)
84MobileCategory(SR.Category_Data),
85MobileSysDescription(SR.ObjectList_DataSource)
106MobileCategory(SR.Category_Data),
107MobileSysDescription(SR.List_DataMember),
129MobileCategory(SR.Category_Data),
130MobileSysDescription(SR.ObjectList_Fields),
176MobileCategory(SR.Category_Data),
177MobileSysDescription(SR.ObjectList_Commands),
199MobileCategory(SR.Category_Data),
200MobileSysDescription(SR.ObjectList_LabelField),
221MobileCategory(SR.Category_Data),
222MobileSysDescription(SR.ObjectList_DefaultCommand),
244MobileCategory(SR.Category_Data),
245MobileSysDescription(SR.ObjectList_TableFields)
278SR.GetString(SR.ObjectList_MustBeInListModeToClearSelectedIndex));
284SR.GetString(SR.ObjectList_SelectedIndexTooSmall, value));
289SR.GetString(SR.ObjectList_SelectedIndexTooBig, value, itemCount));
333MobileCategory(SR.Category_Behavior),
334MobileSysDescription(SR.ObjectList_AutoGenerateFields)
440throw new Exception(SR.GetString(SR.ObjectList_MustBeInDetailsModeToGetDetails));
521throw new ArgumentException(SR.GetString(
522SR.ObjectList_FieldNotFound, field));
611SR.GetString(SR.ObjectList_MustHaveOneOrMoreFields));
841SR.GetString(SR.ObjectList_ItemTitle),
984MobileCategory(SR.Category_Action),
985MobileSysDescription(SR.ObjectList_OnItemDataBind)
1012MobileCategory(SR.Category_Action),
1013MobileSysDescription(SR.ObjectList_OnItemCommand)
1039MobileCategory(SR.Category_Action),
1040MobileSysDescription(SR.ObjectList_OnItemSelect)
1080MobileCategory(SR.Category_Action),
1081MobileSysDescription(SR.ObjectList_OnShowItemCommands)
1371throw new Exception(SR.GetString(
1372SR.ObjectList_CannotSetViewModeWithNoSelectedItem));
1389MobileCategory(SR.Category_Appearance),
1390MobileSysDescription(SR.ObjectList_DetailsCommandText),
1410MobileCategory(SR.Category_Appearance),
1411MobileSysDescription(SR.ObjectList_BackCommandText),
1431MobileCategory(SR.Category_Appearance),
1432MobileSysDescription(SR.ObjectList_MoreText)
1450MobileCategory(SR.Category_Style),
1451MobileSysDescription(SR.ObjectList_CommandStyle),
1476MobileCategory(SR.Category_Style),
1477MobileSysDescription(SR.ObjectList_LabelStyle),
UI\MobileControls\SelectionList.cs (23)
93MobileCategory(SR.Category_Data),
94MobileSysDescription(SR.List_DataSource)
121MobileCategory(SR.Category_Data),
122MobileSysDescription(SR.List_DataMember),
141MobileCategory(SR.Category_Data),
142MobileSysDescription(SR.List_DataTextField),
160MobileCategory(SR.Category_Data),
161MobileSysDescription(SR.List_DataValueField),
196MobileCategory(SR.Category_Appearance),
197MobileSysDescription(SR.SelectionList_Rows)
249SR.GetString(SR.SelectionList_OutOfRange,value));
288MobileSysDescription(SR.List_Items),
357MobileCategory(SR.Category_Action),
358MobileSysDescription(SR.SelectionList_OnSelectedIndexChanged)
384MobileCategory(SR.Category_Action),
385MobileSysDescription(SR.List_OnItemDataBind)
422Exception(SR.GetString(SR.SelectionList_AdapterNotHandlingLoadPostData));
438MobileCategory(SR.Category_Appearance),
439MobileSysDescription(SR.SelectionList_SelectType)
458MobileCategory(SR.Category_Appearance),
459MobileSysDescription(SR.Input_Title)
UI\MobileControls\Style.cs (24)
224MobileSysDescription(SR.Style_Name),
244MobileCategory(SR.Category_Appearance),
245MobileSysDescription(SR.Style_Reference),
342SR.Style_StyleNotFoundOnGenericUserControl;
347SR.Style_StyleNotFound;
350throw new Exception(SR.GetString(exceptionResource,
411throw new Exception(SR.GetString(SR.Style_CircularReference, this.Name));
488MobileCategory(SR.Category_Appearance),
489MobileSysDescription(SR.Style_Font),
578MobileCategory(SR.Category_Appearance),
579MobileSysDescription(SR.Style_Alignment),
598MobileCategory(SR.Category_Appearance),
599MobileSysDescription(SR.Style_Wrapping),
618MobileCategory(SR.Category_Appearance),
619MobileSysDescription(SR.Style_ForeColor),
639MobileCategory(SR.Category_Appearance),
640MobileSysDescription(SR.Style_BackColor),
670SR.GetString(SR.MobileControl_NoMultipleDeviceSpecifics));
721throw new Exception(SR.GetString(SR.Style_CircularReference, this.Name));
759throw new Exception(SR.GetString(SR.Style_CircularReference, this.Name));
UI\MobileControls\StyleSheet.cs (42)
95SR.GetString(SR.StyleSheet_MustContainID));
132throw new ArgumentException(SR.GetString(SR.Style_EmptyName));
145SR.GetString(SR.StyleSheet_InvalidStyleName,
163SR.GetString(SR.StyleSheet_StyleAlreadyOwned,
203throw new ArgumentException(SR.GetString(SR.Style_StyleNotFound, name));
212MobileCategory(SR.Category_Behavior),
213MobileSysDescription(SR.StyleSheet_ReferencePath)
255throw new Exception(SR.GetString(SR.StyleSheet_LoopReference,
278SR.GetString(SR.StyleSheet_NoStyleSheetInExternalFile));
515SR.GetString(SR.StyleSheet_PropertyNotAccessible, "StyleReference"));
520SR.GetString(SR.StyleSheet_PropertyNotSettable, "StyleReference"));
544SR.GetString(SR.StyleSheet_PropertyNotAccessible, "Font"));
564SR.GetString(SR.StyleSheet_PropertyNotAccessible, "Alignment"));
569SR.GetString(SR.StyleSheet_PropertyNotSettable, "Alignment"));
589SR.GetString(SR.StyleSheet_PropertyNotAccessible, "Wrapping"));
594SR.GetString(SR.StyleSheet_PropertyNotSettable, "Wrapping"));
614SR.GetString(SR.StyleSheet_PropertyNotAccessible, "ForeColor"));
619SR.GetString(SR.StyleSheet_PropertyNotSettable, "ForeColor"));
639SR.GetString(SR.StyleSheet_PropertyNotAccessible, "BackColor"));
644SR.GetString(SR.StyleSheet_PropertyNotSettable, "BackColor"));
664SR.GetString(SR.StyleSheet_PropertyNotAccessible, "BreakAfter"));
669SR.GetString(SR.StyleSheet_PropertyNotSettable, "BreakAfter"));