mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-21 04:31:33 +08:00
Fixed all GacUI XML Resource build breaks
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
<Label Text="A + B = : "/>
|
||||
</Cell>
|
||||
<Cell Site="row:2 column:1">
|
||||
<SinglelineTextBox ref.Name="textBoxC" Readonly="true">
|
||||
<SinglelineTextBox ref.Name="textBoxC" EditMode="Selectable">
|
||||
<att.BoundsComposition-set AlignmentToParent="left:0 top:0 right:0 bottom:0"/>
|
||||
</SinglelineTextBox>
|
||||
</Cell>
|
||||
|
||||
@@ -220,7 +220,7 @@ Class (::demo::MainWindowConstructor)
|
||||
::vl::__vwsn::This(__vwsn_this_)->SetNamedObject(::vl::WString::Unmanaged(L"textBoxC"), ::vl::__vwsn::Box(this->textBoxC));
|
||||
}
|
||||
{
|
||||
::vl::__vwsn::This(this->textBoxC)->SetReadonly(true);
|
||||
::vl::__vwsn::This(this->textBoxC)->SetEditMode(::vl::presentation::controls::GuiDocumentEditMode::Selectable);
|
||||
}
|
||||
(this->__vwsn_precompile_13 = ::vl::__vwsn::This(this->textBoxC)->GetBoundsComposition());
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user