void SetupLanguageString() { IBSaveBtn.SetTitle(IosUtils.LocalizedString.sharedInstance.GetLocalizedString("LSSave", ""), UIControlState.Normal); IBCancelBtn.SetTitle(IosUtils.LocalizedString.sharedInstance.GetLocalizedString("LSCancelKey", ""), UIControlState.Normal); }
void ReleaseDesignerOutlets() { if (IBCancelBtn != null) { IBCancelBtn.Dispose(); IBCancelBtn = null; } if (IBCancelWidth != null) { IBCancelWidth.Dispose(); IBCancelWidth = null; } if (IBContntTbl != null) { IBContntTbl.Dispose(); IBContntTbl = null; } if (IBSearchBar != null) { IBSearchBar.Dispose(); IBSearchBar = null; } }
void ReleaseDesignerOutlets() { if (ContntVw != null) { ContntVw.Dispose(); ContntVw = null; } if (IBCancelBtn != null) { IBCancelBtn.Dispose(); IBCancelBtn = null; } if (IBContntTable != null) { IBContntTable.Dispose(); IBContntTable = null; } if (IBSaveBtn != null) { IBSaveBtn.Dispose(); IBSaveBtn = null; } if (IBTtitleLbl != null) { IBTtitleLbl.Dispose(); IBTtitleLbl = null; } }
void SetupLanguageString() { IBEntityCodeTiltleLbl.Text = IosUtils.LocalizedString.sharedInstance.GetLocalizedString("LSEntityTitle", ""); IBAccountCodeTitleLbl.Text = IosUtils.LocalizedString.sharedInstance.GetLocalizedString("LSAccountTitle", ""); IBNotesHeaderLbl.Text = IosUtils.LocalizedString.sharedInstance.GetLocalizedString("LSNotesHeaderTitle", ""); IBNotesDetailsLbl.Text = IosUtils.LocalizedString.sharedInstance.GetLocalizedString("LSNotesDetailsTitle", ""); IBMeBtn.SetTitle(IosUtils.LocalizedString.sharedInstance.GetLocalizedString("LSMeTitle", ""), UIControlState.Normal); IBPubicBtn.SetTitle(IosUtils.LocalizedString.sharedInstance.GetLocalizedString("LSPublicTitle", ""), UIControlState.Normal); IBSelectedBtn.SetTitle(IosUtils.LocalizedString.sharedInstance.GetLocalizedString("LSSelectTitle", ""), UIControlState.Normal); IBSaveBtn.SetTitle(IosUtils.LocalizedString.sharedInstance.GetLocalizedString("LSSave", ""), UIControlState.Normal); IBCancelBtn.SetTitle(IosUtils.LocalizedString.sharedInstance.GetLocalizedString("LSCancelKey", ""), UIControlState.Normal); }
void ReleaseDesignerOutlets() { if (IBAccountCodeDoneBar != null) { IBAccountCodeDoneBar.Dispose(); IBAccountCodeDoneBar = null; } if (IBAccountCodePicker != null) { IBAccountCodePicker.Dispose(); IBAccountCodePicker = null; } if (IBAccountCodeTitleLbl != null) { IBAccountCodeTitleLbl.Dispose(); IBAccountCodeTitleLbl = null; } if (IBAccountCodeTxt != null) { IBAccountCodeTxt.Dispose(); IBAccountCodeTxt = null; } if (IBaccountDoneBtn != null) { IBaccountDoneBtn.Dispose(); IBaccountDoneBtn = null; } if (IBCancelBtn != null) { IBCancelBtn.Dispose(); IBCancelBtn = null; } if (IBEntityCodeTiltleLbl != null) { IBEntityCodeTiltleLbl.Dispose(); IBEntityCodeTiltleLbl = null; } if (IBEntityDoneBar != null) { IBEntityDoneBar.Dispose(); IBEntityDoneBar = null; } if (IBEntityDoneBtn != null) { IBEntityDoneBtn.Dispose(); IBEntityDoneBtn = null; } if (IBEntityPicker != null) { IBEntityPicker.Dispose(); IBEntityPicker = null; } if (IBEntityTxt != null) { IBEntityTxt.Dispose(); IBEntityTxt = null; } if (IBMeBtn != null) { IBMeBtn.Dispose(); IBMeBtn = null; } if (IBNotesDetailsLbl != null) { IBNotesDetailsLbl.Dispose(); IBNotesDetailsLbl = null; } if (IBNotesDetailsTxt != null) { IBNotesDetailsTxt.Dispose(); IBNotesDetailsTxt = null; } if (IBNotesHeaderLbl != null) { IBNotesHeaderLbl.Dispose(); IBNotesHeaderLbl = null; } if (IBNotesHeaderTxt != null) { IBNotesHeaderTxt.Dispose(); IBNotesHeaderTxt = null; } if (IBPubicBtn != null) { IBPubicBtn.Dispose(); IBPubicBtn = null; } if (IBSaveBtn != null) { IBSaveBtn.Dispose(); IBSaveBtn = null; } if (IBSelectedBtn != null) { IBSelectedBtn.Dispose(); IBSelectedBtn = null; } if (ScrollVw != null) { ScrollVw.Dispose(); ScrollVw = null; } }
void ReleaseDesignerOutlets() { if (IBAssignedToDoneBar != null) { IBAssignedToDoneBar.Dispose(); IBAssignedToDoneBar = null; } if (IBAssignedToDoneBtn != null) { IBAssignedToDoneBtn.Dispose(); IBAssignedToDoneBtn = null; } if (IBAssignedToPicker != null) { IBAssignedToPicker.Dispose(); IBAssignedToPicker = null; } if (IBAssignedToTxt != null) { IBAssignedToTxt.Dispose(); IBAssignedToTxt = null; } if (IBCancelBtn != null) { IBCancelBtn.Dispose(); IBCancelBtn = null; } if (IBDateTimeDoneBar != null) { IBDateTimeDoneBar.Dispose(); IBDateTimeDoneBar = null; } if (IBDateTimeDoneBtn != null) { IBDateTimeDoneBtn.Dispose(); IBDateTimeDoneBtn = null; } if (IBDateTimePicker != null) { IBDateTimePicker.Dispose(); IBDateTimePicker = null; } if (IBDetailsLbl != null) { IBDetailsLbl.Dispose(); IBDetailsLbl = null; } if (IBDetailsTxt != null) { IBDetailsTxt.Dispose(); IBDetailsTxt = null; } if (IBEventTypeBtn != null) { IBEventTypeBtn.Dispose(); IBEventTypeBtn = null; } if (IBEventTypeDoneBar != null) { IBEventTypeDoneBar.Dispose(); IBEventTypeDoneBar = null; } if (IBEventTypePicker != null) { IBEventTypePicker.Dispose(); IBEventTypePicker = null; } if (IBEventTypeTxt != null) { IBEventTypeTxt.Dispose(); IBEventTypeTxt = null; } if (IBFromDateTimeLbl != null) { IBFromDateTimeLbl.Dispose(); IBFromDateTimeLbl = null; } if (IBFromDateTxt != null) { IBFromDateTxt.Dispose(); IBFromDateTxt = null; } if (IBSaveBtn != null) { IBSaveBtn.Dispose(); IBSaveBtn = null; } if (IBSubjectLbl != null) { IBSubjectLbl.Dispose(); IBSubjectLbl = null; } if (IBSubjectTxt != null) { IBSubjectTxt.Dispose(); IBSubjectTxt = null; } if (IBToDateTimeLbl != null) { IBToDateTimeLbl.Dispose(); IBToDateTimeLbl = null; } if (IBToDateTxt != null) { IBToDateTxt.Dispose(); IBToDateTxt = null; } }