Lazarus file I/O skeleton -GUI

So this is the interface I created, that can be used for many programs I write. It’s 99.999% there I think. It might not look like much, but it will be the starting point for many programs I write. I can use it as a starting point for many programs including “quick and dirty” type programs. Many other changes can be made, for a better appearance or functionality such as colors, fonts, option check boxes and/or radio buttons.

After the Input and Output have been selected I display a Continue button that will proceed to the file processing section.

Now perhaps I should handle the file processing differently or in an external program. I just made another procedure within the same project. I think this will be fine for now.