Datasheet
P1: GIG
WY006-01 WY006-Sample WY006-Sample-v3.cls January 29, 2004 17:49
Chapter 1
Figure 1-14
drag the mouse to where you want the bottom right. (Placing controls on your form can also be
accomplished by double-clicking on the required control in the Toolbox.)
3. If the Label control you have just drawn is not in the desired location or is too big or too small, it
really isn’t a problem. Once the control is on the form you can resize it or move it around.
Figure 1-15 shows what the control looks like after you place it on the form. To move it, click on
the gray dotted border and drag it to the desired location. To resize it, click and drag on one of
the white box “handles” and stretch the control in the needed direction. The corner handles
resize both the horizontal and vertical dimension at the same time.
4. After drawing a control on the form, we should at least configure its name and the text that it
will display. You will see that the Properties window to the right of the Designer has changed to
Label1, telling you that you are currently examining the properties for it. In the Properties
window, set your new label’s Text property to Enter Your Name and its (Name) property to
lblName.
24