Skip to content

Commit

Permalink
Put UserId and Password in a subform
Browse files Browse the repository at this point in the history
  • Loading branch information
mkromberg committed Sep 9, 2024
1 parent dcd0e30 commit 617941f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions demo/DemoFlexLogin.aplf
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@

'F1.INPUT'eWC'SubForm'('Size'(100,1formsize))('Border' 1)('Flex' 'row')

'F1.INPUT.DEMO' eWC 'SubForm' ('Flex' 'column') Make container for Demo Menu
'F1.INPUT.USERID' 'User ID' LabelAbove 'Edit' ''
'F1.INPUT.PWD' 'Password' LabelAbove 'Edit' '' ('Password' '*')
'F1.INPUT.DATA' 'Data' LabelAbove 'Edit' (?12100) ('Size' (23 200))
'F1.INPUT.DEMO' eWC 'SubForm' ('Flex' 'column')('BCol' (127 127 127)) Make container for Demo Menu

'F1.INPUT.CREDS' eWC 'SubForm' ('Flex' 'column') Credentials box - UserID above Password
'F1.INPUT.CREDS.USERID' 'User ID' LabelAbove 'Edit' ''
'F1.INPUT.CREDS.PWD' 'Password' LabelAbove 'Edit' '' ('Password' '*')

'F1.INPUT.DATA' 'Data' LabelAbove 'Edit' (?12100) ('Size' (23 200))

'F1.INPUT.LOGIN'eWC'Button' 'Login'('Size'(23 80))('Event' 'Select' 'CBLogin')
'F1.INPUT.CHART'eWC'Button' 'Chart'('Size'(23 80))('Event' 'Select' 'CBLogin')

0 comments on commit 617941f

Please sign in to comment.