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 18 by tony, Sun Aug 5 18:28:19 2012 UTC vs.
Revision 19 by tony, Mon Jul 7 13:00:15 2014 UTC

# Line 1 | Line 1
1   object IBTransactionEditForm: TIBTransactionEditForm
2 <  Left = 247
2 >  Left = 248
3    Height = 201
4    Top = 213
5    Width = 396
# Line 13 | Line 13 | object IBTransactionEditForm: TIBTransac
13    OnCreate = FormCreate
14    ParentFont = True
15    Position = poScreenCenter
16 <  LCLVersion = '0.9.30'
16 >  LCLVersion = '1.2.2.0'
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 = 138
24 >    ClientHeight = 140
25      ClientWidth = 382
26      TabOrder = 0
27      object Label1: TLabel
28        Left = 241
29 <      Height = 18
29 >      Height = 15
30        Top = 9
31 <      Width = 58
31 >      Width = 54
32        Caption = 'Se&ttings:'
33        FocusControl = TransactionParams
34        ParentColor = False
35      end
36      object rbSnapShot: TRadioButton
37 <      Left = 7
38 <      Height = 22
39 <      Top = 26
40 <      Width = 84
37 >      Left = 8
38 >      Height = 24
39 >      Top = 18
40 >      Width = 83
41        Caption = '&Snapshot'
42        Checked = True
43        OnClick = rbSnapShotClick
# Line 45 | Line 45 | object IBTransactionEditForm: TIBTransac
45        TabStop = True
46      end
47      object rbReadCommitted: TRadioButton
48 <      Left = 7
49 <      Height = 22
50 <      Top = 48
51 <      Width = 133
48 >      Left = 8
49 >      Height = 24
50 >      Top = 42
51 >      Width = 126
52        Caption = 'Read &Committed'
53        OnClick = rbReadCommittedClick
54        TabOrder = 1
55      end
56      object rbReadOnlyTableStability: TRadioButton
57        Left = 7
58 <      Height = 22
59 <      Top = 69
60 <      Width = 187
58 >      Height = 24
59 >      Top = 66
60 >      Width = 173
61        Caption = '&Read-Only Table Stability'
62        OnClick = rbReadOnlyTableStabilityClick
63        TabOrder = 2
64      end
65      object rbReadWriteTableStability: TRadioButton
66        Left = 7
67 <      Height = 22
68 <      Top = 91
69 <      Width = 194
67 >      Height = 24
68 >      Top = 90
69 >      Width = 181
70        Caption = 'Read-&Write Table Stability '
71        OnClick = rbReadWriteTableStabilityClick
72        TabOrder = 3
# Line 85 | Line 85 | object IBTransactionEditForm: TIBTransac
85        TabOrder = 4
86        WordWrap = False
87      end
88 +    object rbOtherButton: TRadioButton
89 +      Left = 7
90 +      Height = 24
91 +      Top = 114
92 +      Width = 97
93 +      Caption = 'Unspecified'
94 +      TabOrder = 5
95 +    end
96    end
97    object Panel1: TPanel
98      Left = 5

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines