I have a set of data that I need to store at design-time to construct the contents of a group of components at run-time.
Something like this:
type
not an answer but may be a clue: design-time controls can have images and other binary data associated with it, why not write your data to a resource file and read from there? iterating of course, to make it simpler, extensible and more elegant