System Architecture 4 to 5 Flashcards
Windows Form Development Supports
- graphics
- data binding
- user input
- control
Window Form
UI framework used to develp window apps
Two Implementations of Window Forms
- The open-source implementation hosted on GitHub
- The .NET Framework 4 implementation that’s supported by Visual Studio 2022, Visual Studio 2019, and Visual Studio 2017.
Window Forms
- UI framework for developing window apps
- used to develop graphically rich apps that are easy to deploy
- a set of managed libraries that simplify
common app tasks such as reading and writing to the file system.
form
visual surface on which you display information to the
user
Windows Form Designer
- With the drag-and-drop
- designer provides tools such as gridlines and snap lines to take the hassle out of aligning controls
BindingSource
- component for users to navigate between records
- represents a connection to a data source, and exposes methods for binding data to controls
BindingNavigator
provides a simple interface over
Data Sources
You can create data-bound controls easily
Application Settings
feature addresses these requirements by providing an easy way to store both types of settings on the client computer
groupbox
logical grouping control in a section
Label Control
used to display message
Textbox
allows user to input tex
Checkbox
provide a list of options and user can choose multiple
RadioButton
used to showcase a list of items out of which the user can choose one