13/05/2026 - Modulo de ordem de serviço 30% concluido.
This commit is contained in:
parent
f8a0ada711
commit
b61f3a9350
@ -22,6 +22,12 @@ namespace CPM
|
|||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
Redraw();
|
Redraw();
|
||||||
}
|
}
|
||||||
|
[Category("LV")]
|
||||||
|
public HorizontalAlignment TextAlign
|
||||||
|
{
|
||||||
|
get => txt.TextAlign;
|
||||||
|
set => txt.TextAlign = value;
|
||||||
|
}
|
||||||
|
|
||||||
// Propriedades
|
// Propriedades
|
||||||
public override string Text
|
public override string Text
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user