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


1.2
date	2009.12.28.03.13.59;	author root;	state Exp;
branches;
next	1.1;

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


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


1.2
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
}}}
@


1.1
log
@124.111.236.22;;cyberuls easylogic ;;
@
text
@d2 9
a10 10

* AppWindow
* ResizableWindow
* ModalDialog
* ModelessDialog
* TabPage				// TabPage is a window class; don't mix up with TabControl
* PopupWindow
* ToolDialog
* NakedWindow

d16 1
d18 2
a19 2

* Label
d29 1
d31 7
d39 2
a40 9
* HyperLink
 Disabled : 				WBC_DISABLED
 Invisible : 				WBC_INVISIBLE
 Centered : 				WBC_CENTER
 Underlined : 				WBC_LINES


* EditBox

d49 1
d51 2
a52 2

* RTFEditBox
d58 3
a60 3


* ListView
d67 1
d69 4
a72 3
* PushButton
* Calendar
* HTMLControl
d76 1
d78 2
a79 2

* RadioButton
d83 1
d85 2
a86 2

* Spinner
d90 1
d92 2
a93 2

* Frame
d98 1
d100 2
a101 2

* ComboBox
d106 1
d108 2
a109 2

* ListBox
d113 1
d115 2
a116 2

* TreeView
d120 1
d122 2
a123 2

* ImageButton
d128 1
d130 2
a131 2

* default:
d134 1
@
