13/05/2026 - Modulo de ordem de serviço 30% concluido.

This commit is contained in:
levelcode developed 2026-05-13 00:47:45 -03:00
parent f8a0ada711
commit b61f3a9350
2 changed files with 1433 additions and 785 deletions

View File

@ -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