Chapter 4 Getting Started with Measurement Studio
© National Instruments Corporation 4-11 Measurement Studio for MCC User Manual
Application Wizard automatically adds references to the appropriate
class libraries.
Tip If you are working with an existing project, you can access the Add Class Libraries
dialog box by selecting Measurement Studio»Add/Remove Class Libraries Wizard.
7. Click Finish to display Form1 in the Windows Forms Designer.
Adding user interface controls to the project
1. Select View»Toolbox to display the Toolbox. The Toolbox contains
components and controls that you can add to your project.
2. Select the Windows Forms tab. The Windows Forms tab contains
controls and components included in the System.Windows.Forms
namespace.
3. Select the Button control and drag and drop it onto the form.
4. Right-click the button and select Properties to display the Properties
window. You configure the properties of the control in the Properties
window.
5. The Text property will be highlighted. Type Start for the button text.
6. Select the Measurement Studio .NET Tools tab on the Toolbox.