home *** CD-ROM | disk | FTP | other *** search
- Autosize
- Autosize
- Form1%
- frmEd
- frmEd
- @ cmd_Click
- Index[
- Autosize
- DrawForm
- Result
- SetTextAlign
- TA_BOTTOMO
- TA_RIGHT
- SetFont
- Height
- TextOut
- @ Form_Load
- Screen
- MousePointer
- Init_Measures
- MakeForm
- @ PrimeCtls
- Visible
- TheLft
- gHStd
- TheTop
- gVStd
- frmEd
- Caption
- TheWth
- TheHgt
- width
- gTwpsPerPxlY
- gTwpsPerPxlXV
- Cancel
- Default
- TabIndex
- frmWth?
- gSysMet
- wthFrameb
- frmHgt
- hgtCapBar
- hgtFrame
- frmLft
- frmTop
- Value
- ListIndex
- cbo_Change
- frmEd_DragDrop
- Source
- cmd_Click
- DrawForm
- ---Set textout alignment...o
- ---Label 1...
- Name:
- ---Label 2...
- Address:
- ---Label 3...
- City, State & Zip:
- ---Label 4...
- Division:
- ---Label 5...
- Department:
- Form_Load
- MakeForm
- Size & Position your controls. Start in the upper
- left of your form and work your way to the lower right.s
- Create 2 additional Text boxes...-
- Move the highest textbox...-
- The left position of the textboxes will be the
- width of the widest label printed on the formt
- PLUS 2 Std character widths. Its' top will be 2
- Std character heights from the top of the form.
- City, State & Zip:
- ---Move is MUCH faster than setting the LEFT, TOP, WIDTH & HEIGHT properties.
- Align the second textbox under the first...-
- Align the third textbox under the second...-
- Align the combo box under the last textbox...-
- Align the listbox under the combo box...
- Make it 4 lines high.e
- Size & Position option Frame...-
- Align the bottom of the frame with the bottom of
- the listbox. Put it 2 std character widths from
- the right of the listbox.d
- Education
- Option buttons...-
- These are positioned relative to the walls of its
- container (frame). Since the scalemode of a frame
- is always in Twips, we must use our gTwpsPerPxlX
- and gTwpsPerPxlY global variables to multiply by.
- ---Load an additional option button, set properties...
- College
- High School
- ---position & Size option buttons...
- Create required Command buttons and position them...
- Cancel
- Set Tab Order...
- Size & Position the Form...
- ---Make form 2 std H units wider than most right control right side...
- ---Make form 2 Std H units taller than lowest control bottom...s
- ---Center Form left to right...
- ---Center form top to bottom (mostly toward top)...t
- ---Do It...
- PrimeCtls
- ---option button...
- ---combo box...n
- Aerospace
- Automotive
- Consumer
- Energy
- ---listbox...n
- Accounting
- Advertising
- Engineering
- Management
- Manufacturing
-