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 6 by tony, Fri Feb 18 16:26:16 2011 UTC vs.
Revision 7 by tony, Sun Aug 5 18:28:19 2012 UTC

# Line 13 | Line 13 | object IBTransactionEditForm: TIBTransac
13    OnCreate = FormCreate
14    ParentFont = True
15    Position = poScreenCenter
16 <  LCLVersion = '0.9.28.2'
16 >  LCLVersion = '0.9.30'
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 = 137
24 >    ClientHeight = 138
25      ClientWidth = 382
26      TabOrder = 0
27      object Label1: TLabel
28        Left = 241
29 <      Height = 19
29 >      Height = 18
30        Top = 9
31 <      Width = 76
31 >      Width = 58
32        Caption = 'Se&ttings:'
33        FocusControl = TransactionParams
34        ParentColor = False
# Line 37 | Line 37 | object IBTransactionEditForm: TIBTransac
37        Left = 7
38        Height = 22
39        Top = 26
40 <      Width = 91
40 >      Width = 84
41        Caption = '&Snapshot'
42        Checked = True
43        OnClick = rbSnapShotClick
44      State = cbChecked
44        TabOrder = 0
45 +      TabStop = True
46      end
47      object rbReadCommitted: TRadioButton
48        Left = 7
49        Height = 22
50        Top = 48
51 <      Width = 146
51 >      Width = 133
52        Caption = 'Read &Committed'
53        OnClick = rbReadCommittedClick
54        TabOrder = 1
# Line 57 | Line 57 | object IBTransactionEditForm: TIBTransac
57        Left = 7
58        Height = 22
59        Top = 69
60 <      Width = 204
60 >      Width = 187
61        Caption = '&Read-Only Table Stability'
62        OnClick = rbReadOnlyTableStabilityClick
63        TabOrder = 2
# Line 66 | Line 66 | object IBTransactionEditForm: TIBTransac
66        Left = 7
67        Height = 22
68        Top = 91
69 <      Width = 215
69 >      Width = 194
70        Caption = 'Read-&Write Table Stability '
71        OnClick = rbReadWriteTableStabilityClick
72        TabOrder = 3
# Line 81 | Line 81 | object IBTransactionEditForm: TIBTransac
81        )
82        OnClick = TransactionParamsClick
83        OnExit = TransactionParamsExit
84 <      ScrollBars = ssBoth
84 >      ScrollBars = ssAutoBoth
85        TabOrder = 4
86        WordWrap = False
87      end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines