The text for my buttons is being saved by default as a resource. But then when I click "run," the resource file it loads is the one in the "build" part of the project, not the "source" part. And they aren't the same!
For instance, one button I call "create chart". If I do "Clean and Build" it loads correctly, but after that, any changes I make in the IDE aren't saved: if I change it to "create this chart", design view thinks it's called "create this chart" but I run the project and it still says "create chart". What the heck? How are my source resource files not synching with the build resource files?