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

Comparing ibx/trunk/design/IBTransactionEdit.lfm (file contents):
Revision 44 by tony, Mon Jul 7 13:00:15 2014 UTC vs.
Revision 45 by tony, Tue Dec 6 10:33:46 2016 UTC

# Line 13 | Line 13 | object IBTransactionEditForm: TIBTransac
13    OnCreate = FormCreate
14    ParentFont = True
15    Position = poScreenCenter
16 <  LCLVersion = '1.2.2.0'
16 >  LCLVersion = '1.6.0.4'
17    object GroupBox1: TGroupBox
18      Left = 5
19      Height = 157
# Line 21 | Line 21 | object IBTransactionEditForm: TIBTransac
21      Width = 386
22      Align = alClient
23      Caption = 'Transaction Properties'
24 <    ClientHeight = 140
25 <    ClientWidth = 382
24 >    ClientHeight = 141
25 >    ClientWidth = 384
26      TabOrder = 0
27      object Label1: TLabel
28        Left = 241
29        Height = 15
30 <      Top = 9
30 >      Top = 16
31        Width = 54
32        Caption = 'Se&ttings:'
33        FocusControl = TransactionParams
# Line 35 | Line 35 | object IBTransactionEditForm: TIBTransac
35      end
36      object rbSnapShot: TRadioButton
37        Left = 8
38 <      Height = 24
38 >      Height = 22
39        Top = 18
40 <      Width = 83
40 >      Width = 81
41        Caption = '&Snapshot'
42        Checked = True
43        OnClick = rbSnapShotClick
# Line 46 | Line 46 | object IBTransactionEditForm: TIBTransac
46      end
47      object rbReadCommitted: TRadioButton
48        Left = 8
49 <      Height = 24
49 >      Height = 22
50        Top = 42
51 <      Width = 126
51 >      Width = 124
52        Caption = 'Read &Committed'
53        OnClick = rbReadCommittedClick
54        TabOrder = 1
55      end
56      object rbReadOnlyTableStability: TRadioButton
57        Left = 7
58 <      Height = 24
58 >      Height = 22
59        Top = 66
60 <      Width = 173
60 >      Width = 171
61        Caption = '&Read-Only Table Stability'
62        OnClick = rbReadOnlyTableStabilityClick
63        TabOrder = 2
64      end
65      object rbReadWriteTableStability: TRadioButton
66        Left = 7
67 <      Height = 24
67 >      Height = 22
68        Top = 90
69 <      Width = 181
69 >      Width = 179
70        Caption = 'Read-&Write Table Stability '
71        OnClick = rbReadWriteTableStabilityClick
72        TabOrder = 3
# Line 87 | Line 87 | object IBTransactionEditForm: TIBTransac
87      end
88      object rbOtherButton: TRadioButton
89        Left = 7
90 <      Height = 24
90 >      Height = 22
91        Top = 114
92 <      Width = 97
92 >      Width = 95
93        Caption = 'Unspecified'
94        TabOrder = 5
95      end
# Line 105 | Line 105 | object IBTransactionEditForm: TIBTransac
105      ClientHeight = 34
106      ClientWidth = 386
107      TabOrder = 1
108    object HelpBtn: TButton
109      Left = 208
110      Height = 25
111      Top = 8
112      Width = 75
113      Caption = '&Help'
114      OnClick = HelpBtnClick
115      TabOrder = 0
116    end
108      object Cancelbtn: TButton
109 <      Left = 124
109 >      Left = 189
110        Height = 25
111        Top = 8
112        Width = 74
113        Cancel = True
114        Caption = 'Cancel'
115        ModalResult = 2
116 <      TabOrder = 2
116 >      TabOrder = 1
117      end
118      object OKBtn: TButton
119 <      Left = 39
119 >      Left = 104
120        Height = 25
121        Top = 8
122        Width = 75
123        Caption = 'OK'
124        Default = True
125        OnClick = OKBtnClick
126 <      TabOrder = 1
126 >      TabOrder = 0
127      end
128    end
129   end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines