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 18 by tony, Sat Dec 28 19:22:24 2013 UTC vs.
Revision 19 by tony, Mon Jul 7 13:00:15 2014 UTC

# Line 37 | Line 37 | uses
37    StdCtrls, IBDataBase, IB, ExtCtrls, IBXConst, LResources;
38  
39   type
40 +
41 +  { TIBTransactionEditForm }
42 +
43    TIBTransactionEditForm = class(TForm)
44      GroupBox1: TGroupBox;
45      HelpBtn: TButton;
46      Cancelbtn: TButton;
47      OKBtn: TButton;
48 +    rbOtherButton: TRadioButton;
49      rbSnapShot: TRadioButton;
50      rbReadCommitted: TRadioButton;
51      rbReadOnlyTableStability: TRadioButton;
# Line 147 | Line 151 | begin
151    else if Value = [read, consistency] then
152      rbReadOnlyTableStability.Checked := True
153    else if Value = [write, consistency] then
154 <    rbReadWriteTableStability.Checked := True;
154 >    rbReadWriteTableStability.Checked := True
155 >  else
156 >    rbOtherButton.Checked := true
157   end;
158  
159   procedure TIBTransactionEditForm.ClearParamSelection;
# Line 220 | Line 226 | begin
226   end;
227  
228  
229 < end.
229 > end.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines