mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-21 04:31:33 +08:00
Update release
This commit is contained in:
@@ -137,6 +137,7 @@ Class (::demo::MainWindowConstructor)
|
||||
}
|
||||
{
|
||||
(this->textBoxA = new ::vl::presentation::controls::GuiSinglelineTextBox(::vl::presentation::theme::ThemeName::SinglelineTextBox));
|
||||
::vl::__vwsn::This(__vwsn_this_)->SetNamedObject(::vl::WString::Unmanaged(L"textBoxA"), ::vl::__vwsn::Box(this->textBoxA));
|
||||
}
|
||||
(this->__vwsn_precompile_5 = ::vl::__vwsn::This(this->textBoxA)->GetBoundsComposition());
|
||||
{
|
||||
@@ -176,6 +177,7 @@ Class (::demo::MainWindowConstructor)
|
||||
}
|
||||
{
|
||||
(this->textBoxB = new ::vl::presentation::controls::GuiSinglelineTextBox(::vl::presentation::theme::ThemeName::SinglelineTextBox));
|
||||
::vl::__vwsn::This(__vwsn_this_)->SetNamedObject(::vl::WString::Unmanaged(L"textBoxB"), ::vl::__vwsn::Box(this->textBoxB));
|
||||
}
|
||||
(this->__vwsn_precompile_9 = ::vl::__vwsn::This(this->textBoxB)->GetBoundsComposition());
|
||||
{
|
||||
@@ -215,6 +217,7 @@ Class (::demo::MainWindowConstructor)
|
||||
}
|
||||
{
|
||||
(this->textBoxC = new ::vl::presentation::controls::GuiSinglelineTextBox(::vl::presentation::theme::ThemeName::SinglelineTextBox));
|
||||
::vl::__vwsn::This(__vwsn_this_)->SetNamedObject(::vl::WString::Unmanaged(L"textBoxC"), ::vl::__vwsn::Box(this->textBoxC));
|
||||
}
|
||||
{
|
||||
::vl::__vwsn::This(this->textBoxC)->SetReadonly(true);
|
||||
|
||||
Reference in New Issue
Block a user