summaryrefslogtreecommitdiff
path: root/extras/tiopf/demos/Demo_06_CreateTable
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-10-01 15:11:44 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-10-01 15:11:44 +0000
commit62d36211682ba17dd0d618a4f3aee2e42ca72767 (patch)
tree30729241fe2c1a67388100b096805e0b015380f5 /extras/tiopf/demos/Demo_06_CreateTable
parent9bc7fd4fff51fa7f25414cdebe01e8dff75b9617 (diff)
downloadfpGUI-62d36211682ba17dd0d618a4f3aee2e42ca72767.tar.xz
* Updated all demos to use the new unit names.
* Updated all packages like ide addons, fpcunit etc to use the new unit names.
Diffstat (limited to 'extras/tiopf/demos/Demo_06_CreateTable')
-rw-r--r--extras/tiopf/demos/Demo_06_CreateTable/demo_06.lpi10
-rw-r--r--extras/tiopf/demos/Demo_06_CreateTable/demo_06.lpr3
-rw-r--r--extras/tiopf/demos/Demo_06_CreateTable/frm_main.pas6
3 files changed, 7 insertions, 12 deletions
diff --git a/extras/tiopf/demos/Demo_06_CreateTable/demo_06.lpi b/extras/tiopf/demos/Demo_06_CreateTable/demo_06.lpi
index a1d58616..3e2e075a 100644
--- a/extras/tiopf/demos/Demo_06_CreateTable/demo_06.lpi
+++ b/extras/tiopf/demos/Demo_06_CreateTable/demo_06.lpi
@@ -28,13 +28,10 @@
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
</local>
</RunParams>
- <RequiredPackages Count="2">
+ <RequiredPackages Count="1">
<Item1>
<PackageName Value="tiOPFfpGUI"/>
</Item1>
- <Item2>
- <PackageName Value="fpgui_package"/>
- </Item2>
</RequiredPackages>
<Units Count="2">
<Unit0>
@@ -50,16 +47,13 @@
</Units>
</ProjectOptions>
<CompilerOptions>
- <Version Value="5"/>
+ <Version Value="8"/>
<Parsing>
<SyntaxOptions>
<AllowLabel Value="False"/>
<CPPInline Value="False"/>
</SyntaxOptions>
</Parsing>
- <CodeGeneration>
- <Generate Value="Faster"/>
- </CodeGeneration>
<Other>
<CustomOptions Value="-FUunits
-dUseCThreads"/>
diff --git a/extras/tiopf/demos/Demo_06_CreateTable/demo_06.lpr b/extras/tiopf/demos/Demo_06_CreateTable/demo_06.lpr
index 3e97bf30..8e966dc7 100644
--- a/extras/tiopf/demos/Demo_06_CreateTable/demo_06.lpr
+++ b/extras/tiopf/demos/Demo_06_CreateTable/demo_06.lpr
@@ -6,7 +6,8 @@ uses
{$IFDEF UNIX}{$IFDEF UseCThreads}
cthreads,
{$ENDIF}{$ENDIF}
- Classes, SysUtils, fpgfx, frm_main, tiOPFManager, tiConstants;
+ Classes, SysUtils,
+ fpg_main, frm_main, tiOPFManager, tiConstants;
procedure MainProc;
diff --git a/extras/tiopf/demos/Demo_06_CreateTable/frm_main.pas b/extras/tiopf/demos/Demo_06_CreateTable/frm_main.pas
index 87e2d08e..f413aa38 100644
--- a/extras/tiopf/demos/Demo_06_CreateTable/frm_main.pas
+++ b/extras/tiopf/demos/Demo_06_CreateTable/frm_main.pas
@@ -5,9 +5,9 @@ unit frm_main;
interface
uses
- SysUtils, Classes, fpgfx,
- gfx_widget, gui_form, gui_label, gui_button,
- gui_memo, gui_dialogs;
+ SysUtils, Classes,
+ fpg_main, fpg_widget, fpg_form, fpg_label, fpg_button,
+ fpg_memo, fpg_dialogs;
type