mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
.upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@14008 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
6f4ab0594d
commit
785714e444
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ MyApp::MyApp()
|
|||
{
|
||||
CtrlLayout(*this, "Window title");
|
||||
c0.SColors(false);
|
||||
c1.SColors(true);
|
||||
c1.WithText().SColors(true);
|
||||
c2.NotNull();
|
||||
c3.NoRampWheel();
|
||||
c4.NotNull().NoRampWheel();
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ LAYOUT(TestChStyleLayout, 680, 492)
|
|||
ITEM(Option, option3, ThreeState(true).SetLabel(t_("Disabled")).LeftPosZ(92, 80).TopPosZ(208, 16))
|
||||
ITEM(Switch, switch1, SetLabel(t_("One\nTwo")).LeftPosZ(176, 84).TopPosZ(192, 40))
|
||||
ITEM(TabCtrl, tab, LeftPosZ(316, 150).TopPosZ(136, 100))
|
||||
ITEM(Label, dv___26, SetLabel(t_("This is label")).LeftPosZ(16, 168).TopPosZ(240, 19))
|
||||
ITEM(Label, dv___26, SetLabel(t_("This is label")).SetInk(Cyan).LeftPosZ(16, 168).TopPosZ(240, 19))
|
||||
ITEM(DropTime, dv___27, LeftPosZ(316, 120).TopPosZ(252, 19))
|
||||
ITEM(SliderCtrl, dv___28, LeftPosZ(16, 64).TopPosZ(272, 24))
|
||||
ITEM(Button, dis, SetLabel(t_("disabled")).LeftPosZ(88, 56).TopPosZ(272, 24))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue