mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
8 lines
558 B
Text
8 lines
558 B
Text
LAYOUT(LabelBoxLayout, 340, 252)
|
|
ITEM(Upp::LabelBox, dv___0, SetLabel(t_("Standard")).LeftPosZ(4, 324).TopPosZ(4, 36))
|
|
ITEM(Upp::LabelBox, dv___1, SetLabel(t_("Magenta")).SetInk(Upp::LtMagenta).LeftPosZ(4, 324).TopPosZ(44, 36))
|
|
ITEM(Upp::LabelBox, center, SetLabel(t_("Center")).LeftPosZ(4, 324).TopPosZ(88, 36))
|
|
ITEM(Upp::LabelBox, right, SetLabel(t_("Right")).LeftPosZ(4, 324).TopPosZ(132, 36))
|
|
ITEM(Upp::LabelBox, center2, SetLabel(t_("Center Red")).SetInk(Upp::Red).SetAlign(Upp::ALIGN_CENTER).LeftPosZ(4, 324).TopPosZ(176, 36))
|
|
END_LAYOUT
|
|
|