summaryrefslogtreecommitdiff
path: root/examples/gui/interbasetest/mainform.frm
diff options
context:
space:
mode:
authorFelipe Menteiro de Carvalho <sekelsenmat@users.sourceforge.net>2007-04-09 09:01:13 +0000
committerFelipe Menteiro de Carvalho <sekelsenmat@users.sourceforge.net>2007-04-09 09:01:13 +0000
commit5720b4c6f5fd3c3e55ea2f531b9a0d6cdce662fe (patch)
tree2bea5efc11bc27a19cf6eac4f5cc1ce65871e71e /examples/gui/interbasetest/mainform.frm
parent805144cfb6139d282b256b77517b9ae233f4cf99 (diff)
downloadfpGUI-5720b4c6f5fd3c3e55ea2f531b9a0d6cdce662fe.tar.xz
Started appending F to classes on fpgui, to make its namespace more unique
Diffstat (limited to 'examples/gui/interbasetest/mainform.frm')
-rw-r--r--examples/gui/interbasetest/mainform.frm20
1 files changed, 10 insertions, 10 deletions
diff --git a/examples/gui/interbasetest/mainform.frm b/examples/gui/interbasetest/mainform.frm
index 354c5b6e..c1e7917c 100644
--- a/examples/gui/interbasetest/mainform.frm
+++ b/examples/gui/interbasetest/mainform.frm
@@ -11,20 +11,20 @@ object MainForm: TMainForm
end
object DataSource: TDataSource
end
- object Box: TBoxLayout
+ object Box: TFBoxLayout
Spacing = 8
Orientation = Vertical
- object ConnectionBox: TBoxLayout
- object ConnectionLabel: TLabel
+ object ConnectionBox: TFBoxLayout
+ object ConnectionLabel: TFLabel
Text = 'Connected to database? '
end
- object ConnectionStateLabel: TLabel
+ object ConnectionStateLabel: TFLabel
Text = 'unknown'
end
end
object ListBox: TListBox
end
- object CurDatasetLabel: TLabel
+ object CurDataseTFLabel: TFLabel
Text = 'Current dataset:'
end
object CurNameText: TDBText
@@ -33,20 +33,20 @@ object MainForm: TMainForm
object CurEMailText: TDBText
Text = '<e-mail>'
end
- object Navi: TBoxLayout
- object FirstDataset: TButton
+ object Navi: TFBoxLayout
+ object FirstDataset: TFButton
Text = 'First'
OnClick = FirstDatasetClick
end
- object PrevDataset: TButton
+ object PrevDataset: TFButton
Text = 'Previous'
OnClick = PrevDatasetClick
end
- object NextDataset: TButton
+ object NextDataset: TFButton
Text = 'Next'
OnClick = NextDatasetClick
end
- object LastDataset: TButton
+ object LastDataset: TFButton
Text = 'Last'
OnClick = LastDatasetClick
end