What? You thought that we were done with Form building? Well, sorry to let you down, but we have a few more Forms to make. Don't worry, none of them are going to be as tedious as the main form. Basically this Form is going to allow the user to see how much the sandwich costs and allow them to "pay" for it
So if you haven't guessed, we are going to make a new Form
Form (Payment)
BackColor: FireBrick
Text: Payment
Name: frmPayment
MaximumSize: 656, 446
MinimumSize: 656, 446
Size: 656, 446
Now lets add a back Button so users can go back to the previous Form
Button (Back)
BackColor: MediumBlue
ForeColor: SkyBlue
Text: Back
Name: btnBack
Location: 12, 12
Size: 46, 25
Now the Labels that are going to show you how everything is priced. We are going to need a total of 12 Labels. Spoiled for space
Before I show an example, Lets add a ComboBox. The user is going to use the Combobox to select their method of payment.
Combobox (Payment)
Collection:
Name: comboPayment
Location: 51, 205
In the next part we will be creating the 3 payment options
So if you haven't guessed, we are going to make a new Form
Form (Payment)
BackColor: FireBrick
Text: Payment
Name: frmPayment
MaximumSize: 656, 446
MinimumSize: 656, 446
Size: 656, 446
Now lets add a back Button so users can go back to the previous Form
Button (Back)
BackColor: MediumBlue
ForeColor: SkyBlue
Text: Back
Name: btnBack
Location: 12, 12
Size: 46, 25
Now the Labels that are going to show you how everything is priced. We are going to need a total of 12 Labels. Spoiled for space
Spoiler
Before I show an example, Lets add a ComboBox. The user is going to use the Combobox to select their method of payment.
Combobox (Payment)
Collection:
- Cash
- Credit
- Blitz Card
Name: comboPayment
Location: 51, 205
In the next part we will be creating the 3 payment options
0 Comments On This Entry
Trackbacks for this entry [ Trackback URL ]
← March 2021 →
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 | 31 |
Tags
My Blog Links
Recent Entries
-
-
-
-
-
[Pt 3] Payment Layout
on Sep 22 2016 07:22 AM
Recent Comments
Search My Blog
0 user(s) viewing
0 Guests
0 member(s)
0 anonymous member(s)
0 member(s)
0 anonymous member(s)