ADK_FrameStyle - Frame style
The frame style is used for defining dialog or application frames. It is a collection of options used for defining the layout and the behavior of a dialog or application form.
Attributes
- title - Show titel bar
 - minmax - Causes a minimize/maximize button to be displayed in the title bar
 - close - Creates a close button in the title bar
 - move - Allows moving the window by dragging the title bar
 - resize - Allows resizing the window
 - help - Show help symbol in system menu
 - system_modal - The window does not allow the user to give focus to another window
 - small_title - The title bar is displayed as small title bar
 - top_always - Window will always stay on top of all applications
 

