This chapter discusses Forms and Controls; how to create and use them. You will also learn about ATEasy Form Events, variables, and procedures. You will create a form to display a waveform in a chart control. This form does not depend on any of the modules you have already created. Use the table below to learn more about this chapter's topics.
Topic |
Description |
What are ATEasy forms and what types of Forms are available? |
|
Which steps are required for form development. |
|
Explain how to create a form and about the form view used to design and write code for forms. |
|
Explains the various form properties and property pages. |
|
Explains form controls and menus. Shows the Controls toolbar and provide an overview of the built-in controls. |
|
Shows how to add controls and to align them on the form. |
|
Explain control properties and how to set them from their property pages. |
|
Explain what the Tab Order is and how to set it. |
|
Explain how to use the Test Form command. |
|
Explain what events are and how ATEasy calls them. |
|
Implements the OnClick event for the Close button. |
|
Adds variables to a form. |
|
Implements the OnClick event for the Acquire button. |
|
Write the AcquireData procedure to fill the arrays for the chart. |
|
Explain about the Load statement used to create the form object. |
|
Shows how to create a test that loads the form. |
|
Explain how to use the Formit! command to test the form. |