Basic UI Design |
- AutoScaleMode: Font or DPI
- Font: choose default font for all form
- FormBorderStyle: None, FixedSingle, Fixed3D, FixedDialog, Sizeable, FixedToolWindow, SizeableToolWindow
- Size: Width, Height
- CancelButton
- AcceptButton
- HelpButton
- Localizable: set true for support multiple language
- Language: Multiple language
- ControlBox: Show/hide control box
- ShowInTaskbar: Show/hide on taskbar
- TopMost: Custom display on top window
- WindowState: Normal, Minimized, Maximized
- Opacity: Option for transparent window
- StartPosition: Manual, CenterScreen, WindowDefaultLocation, WindowDefaultBounds, CenterParent
UserControl:
- AutoScaleMode: Font or DPI or Inherit
- Font: set default font for all user control
- Size: Witdh, Height
Control:
- Anchor: Top, Left, Right, Bottom
- Dock: Top, Left, Right, Bottom, Fill
- BorderStyle: None, FixedSingle, Fixed3D
- Enable: Enable or disable interface control on GUI
- ReadOnly: Disable/Enable can edit control
- AutoSize (Label): True: auto size control, False: can custom size (height, width)
Common controls:
- TextBox, Button, Checkbox, ComboBox, Label...
- Panel, SplitContainer, GroupBox, TabControl
- MenuStrip, ToolStrip, StatusStrip, ContextMenuStrip
- TreeView, ListView, DataGridView
Không có nhận xét nào:
Đăng nhận xét