ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/dbcontrolgrid/project1.lpr
(Generate patch)

Comparing ibx/trunk/examples/dbcontrolgrid/project1.lpr (file contents):
Revision 23 by tony, Fri Mar 13 10:26:52 2015 UTC vs.
Revision 143 by tony, Fri Feb 23 12:11:21 2018 UTC

# Line 1 | Line 1
1 < program project1;
2 <
3 < {$mode objfpc}{$H+}
4 <
5 < uses
6 <  {$IFDEF UNIX}{$IFDEF UseCThreads}
7 <  cthreads,
8 <  {$ENDIF}{$ENDIF}
9 <  Interfaces, // this includes the LCL widgetset
10 <  Forms, Unit1, Unit2, Unit4, Unit5;
11 <
12 < {$R *.res}
13 <
14 < begin
15 <  Application.Initialize;
16 <  Application.CreateForm(TForm1, Form1);
17 <  Application.CreateForm(TSelectDeptDlg, SelectDeptDlg);
18 <  Application.CreateForm(TEditLocation, EditLocation);
19 <  Application.CreateForm(TEditJobCode, EditJobCode);
20 <  Application.Run;
21 < end.
22 <
1 > (*
2 > *  IBX For Lazarus (Firebird Express)
3 > *
4 > *  The contents of this file are subject to the Initial Developer's
5 > *  Public License Version 1.0 (the "License"); you may not use this
6 > *  file except in compliance with the License. You may obtain a copy
7 > *  of the License here:
8 > *
9 > *    http://www.firebirdsql.org/index.php?op=doc&id=idpl
10 > *
11 > *  Software distributed under the License is distributed on an "AS
12 > *  IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
13 > *  implied. See the License for the specific language governing rights
14 > *  and limitations under the License.
15 > *
16 > *  The Initial Developer of the Original Code is Tony Whyman.
17 > *
18 > *  The Original Code is (C) 2015 Tony Whyman, MWA Software
19 > *  (http://www.mwasoftware.co.uk).
20 > *
21 > *  All Rights Reserved.
22 > *
23 > *  Contributor(s): ______________________________________.
24 > *
25 > *)
26 >            
27 > program project1;
28 >
29 > {$mode objfpc}{$H+}
30 >
31 > uses
32 >  {$IFDEF UNIX}{$IFDEF UseCThreads}
33 >  cthreads,
34 >  {$ENDIF}{$ENDIF}
35 >  Interfaces, // this includes the LCL widgetset
36 >  Forms, Unit1, Unit2, Unit4, Unit5, ibexpress;
37 >
38 > {$R *.res}
39 >
40 > begin
41 >  Application.Initialize;
42 >  Application.CreateForm(TForm1, Form1);
43 >  Application.CreateForm(TSelectDeptDlg, SelectDeptDlg);
44 >  Application.CreateForm(TEditLocation, EditLocation);
45 >  Application.CreateForm(TEditJobCode, EditJobCode);
46 >  Application.Run;
47 > end.
48 >

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines