ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/IBTransactionEdit.pas
(Generate patch)

Comparing ibx/trunk/design/IBTransactionEdit.pas (file contents):
Revision 44 by tony, Sat Jul 18 12:30:52 2015 UTC vs.
Revision 45 by tony, Tue Dec 6 10:33:46 2016 UTC

# Line 33 | Line 33 | unit IBTransactionEdit;
33   interface
34  
35   uses
36 <  {Windows,} Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
37 <  StdCtrls, IBDataBase, IB, ExtCtrls, IBXConst, LResources;
36 >  {Windows,} SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
37 >  StdCtrls, IBDataBase, IB, ExtCtrls, LResources;
38  
39   type
40  
# Line 42 | Line 42 | type
42  
43    TIBTransactionEditForm = class(TForm)
44      GroupBox1: TGroupBox;
45    HelpBtn: TButton;
45      Cancelbtn: TButton;
46      OKBtn: TButton;
47      rbOtherButton: TRadioButton;
# Line 81 | Line 80 | var
80  
81   implementation
82  
83 + uses FBMessages;
84 +
85   {$R *.lfm}
86  
87   function EditIBtransaction(ATransaction: TIBtransaction): Boolean;
# Line 226 | Line 227 | begin
227   end;
228  
229  
230 < end.
230 > end.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines