问题
Simple situation, really. Using the form designer in VS2005, I placed a label on my form, and then deleted it's text. Now there's no way I can find to select the label. I assume it wasn't deleted; where can I find it?
回答1:
View --> Other Windows --> Document Outline
回答2:
If you look in the properties window there should be a dropdown of all the controls on the form. You can select a control you can see and then you should see that control in the dropdown list. Then open the list and find the control you are looking for.
来源:https://stackoverflow.com/questions/3152010/is-there-a-list-of-controls-placed-on-the-current-form-in-visual-studio-2005