From 5720b4c6f5fd3c3e55ea2f531b9a0d6cdce662fe Mon Sep 17 00:00:00 2001 From: Felipe Menteiro de Carvalho Date: Mon, 9 Apr 2007 09:01:13 +0000 Subject: Started appending F to classes on fpgui, to make its namespace more unique --- examples/gui/utfdemo/utfdemo.lpi | 12 ++++++++---- examples/gui/utfdemo/utfdemo.lpr | 10 +++++----- 2 files changed, 13 insertions(+), 9 deletions(-) (limited to 'examples/gui/utfdemo') diff --git a/examples/gui/utfdemo/utfdemo.lpi b/examples/gui/utfdemo/utfdemo.lpi index c9a9e885..35240ae6 100644 --- a/examples/gui/utfdemo/utfdemo.lpi +++ b/examples/gui/utfdemo/utfdemo.lpi @@ -1,7 +1,7 @@ - + @@ -9,7 +9,7 @@ - + @@ -20,7 +20,7 @@ - + @@ -39,11 +39,15 @@ + + + - + diff --git a/examples/gui/utfdemo/utfdemo.lpr b/examples/gui/utfdemo/utfdemo.lpr index b59f7f96..47db2a89 100644 --- a/examples/gui/utfdemo/utfdemo.lpr +++ b/examples/gui/utfdemo/utfdemo.lpr @@ -16,14 +16,14 @@ type { TMainForm } - TMainForm = class(TForm) + TMainForm = class(TFForm) private - FLayout: TBoxLayout; + FLayout: TFBoxLayout; procedure MainFormActivate(Sender: TObject); public constructor Create(AOwner: TComponent); override; published - TextLabel: TLabel; + TextLabel: TFLabel; end; @@ -47,11 +47,11 @@ begin Text := 'UTF Demo'; OnActivate := @MainFormActivate; - FLayout := TBoxLayout.Create(self); + FLayout := TFBoxLayout.Create(self); FLayout.Parent := self; InsertChild(FLayout); - TextLabel := TLabel.Create(self); + TextLabel := TFLabel.Create(self); TextLabel.Text := '&Gráficas Magnificacion! Teste'; FLayout.InsertChild(TextLabel); end; -- cgit v1.2.3-70-g09d2