RESIZE-X  | size = previous size * deltaX.  | 
RESIZE-Y  | lines = previous lines * deltaY.  | 
MOVE-X  | column = previous column * deltaX.  | 
MOVE-Y  | line = previous line* deltaY.  | 
BAR HORIZONTAL  | MOVE-BOTH-ANY + RESIZE-X-ANY  | 
BAR VERTICAL  | MOVE-BOTH-ANY + RESIZE-Y-ANY  | 
BITMAP  | MOVE-BOTH-ANY  | 
CHECK-BOX  | MOVE-BOTH-ANY  | 
COMBO-BOX  | MOVE-BOTH-ANY + RESIZE-X-ANY  | 
DATE-ENTRY  | MOVE-BOTH-ANY + RESIZE-X-ANY  | 
ENTRY-FIELD  | MOVE-BOTH-ANY + RESIZE-X-ANY  | 
ENTRY-FIELD MULTILINE  | MOVE-BOTH-ANY + RESIZE-BOTH-ANY  | 
ENTRY-FIELD SPINNER  | MOVE-BOTH-ANY + RESIZE-BOTH-ANY  | 
FRAME  | MOVE-BOTH-ANY + RESIZE-BOTH-ANY  | 
GRID  | MOVE-BOTH-ANY + RESIZE-BOTH-ANY  | 
JAVA-BEAN  | MOVE-BOTH-ANY  | 
LABEL  | MOVE-BOTH-ANY  | 
LIST-BOX  | MOVE-BOTH-ANY + RESIZE-BOTH-ANY  | 
PUSH-BUTTON  | MOVE-BOTH-ANY  | 
RADIO-BUTTON  | MOVE-BOTH-ANY  | 
SCROLL-BAR HORIZONTAL  | MOVE-BOTH-ANY + RESIZE-X-ANY  | 
SCROLL-BAR VERTICAL  | MOVE-BOTH-ANY + RESIZE-Y-ANY  | 
SLIDER HORIZONTAL  | MOVE-BOTH-ANY + RESIZE-X-ANY  | 
SLIDER VERTICAL  | MOVE-BOTH-ANY + RESIZE-Y-ANY  | 
TAB CONTROL  | MOVE-BOTH-ANY + RESIZE-BOTH-ANY  | 
TREE-VIEW   | MOVE-BOTH-ANY + RESIZE-BOTH-ANY  | 
WEB-BROWSER  | MOVE-BOTH-ANY + RESIZE-BOTH-ANY  | 
77 h-layout handle of layout-manager, lm-scale "configuration string".  | 
77 h-layout handle of layout-manager lm-scale "bar=119 textarea=119 label=119 frame=119".  | 
BAR HORIZONTAL  | hbar  | 
BAR VERTICAL  | vbar  | 
BITMAP  | bitmap  | 
CHECK-BOX  | checkbox  | 
COMBO-BOX  | combobox  | 
DATE-ENTRY  | dateentry  | 
ENTRY-FIELD  | entryfield  | 
ENTRY-FIELD MULTILINE  | textarea  | 
ENTRY-FIELD SPINNER  | spinner  | 
FRAME  | frame  | 
GRID  | grid  | 
JAVA-BEAN  | javabean  | 
LABEL  | label  | 
LIST-BOX  | listbox  | 
PUSH-BUTTON  | pushbutton  | 
RADIO-BUTTON  | radiobutton  | 
HORIZONTAL SCROLLBAR  | hscrollbar  | 
VERTICAL SCROLLBAR  | vscrollbar  | 
HORIZONTAL SLIDER  | hslider  | 
VERTICAL SLIDER  | vslider  | 
TAB CONTROL  | tab  | 
TREE-VIEW  | treeview  | 
WEB-BROWSER  | webbrowser  |