I'm not quite sure what you can use based on your description, but a few general pointers ...
If you are trying to find files added to the project, you do this:
Right-click a resource in the Solution Explorer, click properties, and set Build Action to Embedded Resource.
For lines and icons, add a .resx file to the project and paste them there. If this is what you are doing and still run into problems, check out the build action.
Jim l source share