Skip to content

Commit

Permalink
Small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
NielBuys committed Nov 12, 2024
1 parent d6ee7f0 commit e1ba361
Show file tree
Hide file tree
Showing 14 changed files with 347 additions and 191 deletions.
Binary file modified CompareMSSQLTables.ico
Binary file not shown.
9 changes: 7 additions & 2 deletions CompareMSSQLTables.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<UseVersionInfo Value="True"/>
<MajorVersionNr Value="1"/>
<MinorVersionNr Value="1"/>
<BuildNr Value="1"/>
<BuildNr Value="2"/>
<StringTable CompanyName="ncomp.co.za" FileDescription="NComp SQL Toolbox (ncomp.co.za )" ProductName="NComp SQL Toolbox" ProductVersion="1.0"/>
</VersionInfo>
<BuildModes Count="1">
Expand Down Expand Up @@ -53,7 +53,7 @@
<PackageName Value="LCL"/>
</Item4>
</RequiredPackages>
<Units Count="5">
<Units Count="6">
<Unit0>
<Filename Value="CompareMSSQLTables.lpr"/>
<IsPartOfProject Value="True"/>
Expand Down Expand Up @@ -87,6 +87,11 @@
<ResourceBaseClass Value="Form"/>
<UnitName Value="FixLinkedValuesFrm"/>
</Unit4>
<Unit5>
<Filename Value="pingthreadunit.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="PingThreadUnit"/>
</Unit5>
</Units>
</ProjectOptions>
<CompilerOptions>
Expand Down
5 changes: 5 additions & 0 deletions CompareMSSQLTables.lpr
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
program CompareMSSQLTables;
{$mode objfpc}{$H+}
{$define UseCThreads}

uses
{$IFDEF UNIX}{$IFDEF UseCThreads}
cthreads,
{$ENDIF}{$ENDIF}
Forms, Interfaces,
MainFrm in 'MainFrm.pas' {MainForm},
DataFrm in 'DataFrm.pas' {DataForm: TDataModule},
Expand Down
Binary file modified CompareMSSQLTables.obj
Binary file not shown.
Binary file modified CompareMSSQLTables.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions DataFrm.dfm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
object DataForm: TDataForm
OldCreateOrder = False
Height = 628
HorizontalOffset = 1127
VerticalOffset = 135
HorizontalOffset = 573
VerticalOffset = 170
Width = 760
object FromConnection: TMSSQLConnection
Connected = False
Expand Down
Loading

0 comments on commit e1ba361

Please sign in to comment.