mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
bazaar: CtrlFinder, CtrlMover, cleaning + Test cases, new CtrlPos, a better way to live reposition Ctrl, RectCtrl code cleaning and exposing common code
git-svn-id: svn://ultimatepp.org/upp/trunk@3117 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
6364702911
commit
4ec748ce9b
34 changed files with 842 additions and 136 deletions
14
bazaar/CtrlPosTest/CtrlPosTest.lay
Normal file
14
bazaar/CtrlPosTest/CtrlPosTest.lay
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
LAYOUT(CtrlPosTestLayout, 412, 196)
|
||||
ITEM(DropList, dv___0, LeftPosZ(336, 64).TopPosZ(48, 19))
|
||||
ITEM(SliderCtrl, dv___1, LeftPosZ(336, 64).TopPosZ(84, 24))
|
||||
ITEM(EditString, dv___2, LeftPosZ(336, 64).TopPosZ(12, 19))
|
||||
ITEM(DocEdit, info, LeftPosZ(12, 292).TopPosZ(12, 148))
|
||||
END_LAYOUT
|
||||
|
||||
LAYOUT(ControlLay, 264, 24)
|
||||
ITEM(Button, visit, SetLabel(t_("Visit")).LeftPosZ(4, 56).VSizePosZ(4, 5))
|
||||
ITEM(Button, clear, SetLabel(t_("Clear")).LeftPosZ(60, 56).VSizePosZ(4, 5))
|
||||
ITEM(Button, enable, SetLabel(t_("Enable")).RightPosZ(60, 56).VSizePosZ(4, 5))
|
||||
ITEM(Button, disable, SetLabel(t_("Disable")).RightPosZ(4, 56).VSizePosZ(4, 5))
|
||||
END_LAYOUT
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue