Changeset 590 for trunk/ab5.0
- Timestamp:
- Aug 15, 2008, 1:43:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/ablib/TestCase/UI_Sample/mouse_watcher.ab
r576 r590 20 20 list = New ListBox 21 21 With list 22 .Create(This, IDM_RECOED_LIST, WS_VSCROLL, WS_EX_CLIENTEDGE)22 .Create(This, WS_VSCROLL, WS_EX_CLIENTEDGE, IDM_RECOED_LIST) 23 23 .SendMessage(WM_SETFONT, wpFont, 0) 24 24 End With … … 36 36 buttonClear = New Button 37 37 With buttonClear 38 .Create(This, IDM_CLEAR_BUTTON)38 .Create(This, 0, 0, IDM_CLEAR_BUTTON) 39 39 .Move(320, 20, 60, 30) 40 40 .Text = "Clear"
Note:
See TracChangeset
for help on using the changeset viewer.