head	1.1;
access;
symbols;
locks
	root:1.1; strict;
comment	@# @;


1.1
date	2009.12.28.03.14.43;	author root;	state Exp;
branches;
next	;


desc
@/opt/nforge/var/wiki/easylogiclib/data/text/WinbinderControlStyles
@


1.1
log
@124.111.236.22;;cyberuls easylogic ;;
@
text
@== Styles of Controls == 
 * AppWindow
 * ResizableWindow
 * ModalDialog
 * ModelessDialog
 * TabPage				// TabPage is a window class; don't mix up with TabControl
 * PopupWindow
 * ToolDialog
 * NakedWindow
{{{
 Initially invisible : 	WBC_INVISIBLE
 Always on top : WBC_TOP
 Custom draw : WBC_CUSTOMDRAW
 Minimize to task bar : WBC_TASKBAR
 Notify : WBC_NOTIFY
}}}

 * Label
{{{
 Disabled : WBC_DISABLED
 Invisible : WBC_INVISIBLE
 With border : WBC_BORDER
 Centered : WBC_CENTER
 Ellipsis : WBC_ELLIPSIS
 Multi-line : WBC_MULTILINE
 Right-aligned : WBC_RIGHT
 Text at bottom : WBC_BOTTOM
 Text on top : WBC_TOP
}}}

 * HyperLink
{{{
 Disabled : WBC_DISABLED
 Invisible : WBC_INVISIBLE
 Centered : WBC_CENTER
 Underlined : WBC_LINES
}}}

 * EditBox
{{{
 Centered : WBC_CENTER
 Disabled : WBC_DISABLED
 Invisible : WBC_INVISIBLE
 Multi-line : WBC_MULTILINE
 Number field : WBC_NUMBER
 Password field : WBC_MASKED
 Read-only : WBC_READONLY
 Right-aligned : WBC_RIGHT
}}}

 * RTFEditBox
{{{
 Centered : WBC_CENTER
 Disabled : WBC_DISABLED
 Invisible : WBC_INVISIBLE
 Read-only : WBC_READONLY
 Right-aligned : WBC_RIGHT
}}}
 * ListView
{{{
 Disabled : WBC_DISABLED
 Invisible : WBC_INVISIBLE
 With grid lines : WBC_LINES
 With check boxes : WBC_CHECKBOXES
 Single select : WBC_SINGLE
 Sortable : WBC_SORT
}}}

 * PushButton
 * Calendar
 * HTMLControl
{{{
 Disabled : WBC_DISABLED
 Invisible : WBC_INVISIBLE
 With border : WBC_BORDER
}}}

 * RadioButton
{{{
 Disabled : WBC_DISABLED
 Invisible : WBC_INVISIBLE
 Group start : WBC_GROUP
}}}

 * Spinner
{{{
 Disabled : WBC_DISABLED
 Invisible : WBC_INVISIBLE
 Attach to edit control : WBC_GROUP
}}}

 * Frame
{{{
 Disabled : WBC_DISABLED
 Invisible : WBC_INVISIBLE
 Image : WBC_IMAGE
 With border : WBC_BORDER
}}}

 * ComboBox
{{{
 Disabled : WBC_DISABLED
 Invisible : WBC_INVISIBLE
 Sorted : WBC_SORT
 Read-only : WBC_READONLY
}}}

 * ListBox
{{{
 Disabled : WBC_DISABLED
 Invisible : WBC_INVISIBLE
 Sorted : WBC_SORT
}}}

 * TreeView
{{{
 Disabled : WBC_DISABLED
 Invisible : WBC_INVISIBLE
 With grid lines : WBC_LINES
}}}

 * ImageButton
{{{
 Disabled : WBC_DISABLED
 Invisible : WBC_INVISIBLE
 Transparent : WBC_TRANSPARENT
 Auto-repeat : WBC_AUTOREPEAT
}}}

 * default:
{{{
 Disabled : WBC_DISABLED
 Invisible : WBC_INVISIBLE
}}}
@
