This could be a place to start..... If you look at the file EthernetIPforCLXCom.vb , at the end is a Region named IniFileHandling. I haven't tested this, but that region of code should be able to be copied to any control (e.g. BasicLabel) and give it the ability to be configured via INI file.
Before opening the form, you would have to find every control on the form with the INIFileName property and set it.