Develop a Windows Forms app to analyze, search, and shift the content of strings. Strings to be evaluated are to be either imported from a sequential text file or by entering text into a Rich Textbox control. The developed application must display the following: Contents of a text file displayed in a Rich Textbox Control The number of characters in the string The number of words in the string The ANSI value of each character in the search word Highlight the found search word in a Rich Textbox The position of the search word in the string Shifted (and shifted back to the original state) string characters based on a key value