National Instruments 374318A-01 用户手册

下载
页码 109
Chapter 4
Getting Started with Measurement Studio
4-22
ni.com
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 is highlighted. Type 
Run
 for the button text.
6.
Select the WaveformGraph control and drag and drop it onto the 
form.
7.
The following screenshot shows 
Form1
 with the user controls.