mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Merge continued
git-svn-id: svn://ultimatepp.org/upp/trunk@10263 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
adf46bd64e
commit
2e4b276e07
3860 changed files with 1161787 additions and 438 deletions
8
uppdev/stdapp/stdappHelp.lay
Normal file
8
uppdev/stdapp/stdappHelp.lay
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
LAYOUT(stdappLayoutAbout, 500, 123)
|
||||
ITEM(ImageCtrl, logo_ctrl, LeftPosZ(0, 155).TopPosZ(0, 123))
|
||||
ITEM(StaticText, text_1, SetAlign(ALIGN_CENTER).SetFont(StdFont(16).Bold()).RightPosZ(8, 328).TopPosZ(8, 20))
|
||||
ITEM(StaticText, text_2, SetAlign(ALIGN_CENTER).SetFont(StdFont(12).Bold()).RightPosZ(8, 328).TopPosZ(28, 20))
|
||||
ITEM(StaticText, text_3, SetAlign(ALIGN_CENTER).SetFont(StdFont(12).Italic()).RightPosZ(8, 328).TopPosZ(48, 20))
|
||||
ITEM(StaticText, text_4, SetAlign(ALIGN_CENTER).SetFont(StdFont(10)).RightPosZ(8, 328).TopPosZ(68, 20))
|
||||
ITEM(Button, ok, SetLabel(t_("OK")).RightPosZ(132, 80).VSizePosZ(96, 7))
|
||||
END_LAYOUT
|
||||
Loading…
Add table
Add a link
Reference in a new issue