Chapter 4
Getting Started with Measurement Studio
©
National Instruments Corporation
4-29
Measurement Studio for MCC User Manual
Adding user interface controls to the project
In this section, you will build a user interface that looks like
Form1
in the
following screenshot.
1.
Select
View»Toolbox
to display the Toolbox. The Toolbox contains
components and controls that you can add to your project.
2.
Expand the
All Windows Forms
group. The All Windows Forms
group 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 is highlighted. Type
Start
for the button text.
6.
Expand the
Measurement Studio
group in the Toolbox.