ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/IBTransactionEdit.lfm
Revision: 19
Committed: Mon Jul 7 13:00:15 2014 UTC (9 years, 9 months ago) by tony
File size: 2925 byte(s)
Log Message:
Committing updates for Release R1-1-0

File Contents

# User Rev Content
1 tony 5 object IBTransactionEditForm: TIBTransactionEditForm
2 tony 19 Left = 248
3 tony 5 Height = 201
4     Top = 213
5     Width = 396
6     ActiveControl = rbSnapShot
7     BorderStyle = bsDialog
8     BorderWidth = 5
9     Caption = 'Transaction Editor'
10     ClientHeight = 201
11     ClientWidth = 396
12     HelpFile = 'ibx.hlp'
13     OnCreate = FormCreate
14     ParentFont = True
15     Position = poScreenCenter
16 tony 19 LCLVersion = '1.2.2.0'
17 tony 5 object GroupBox1: TGroupBox
18     Left = 5
19     Height = 157
20     Top = 5
21     Width = 386
22     Align = alClient
23     Caption = 'Transaction Properties'
24 tony 19 ClientHeight = 140
25 tony 5 ClientWidth = 382
26     TabOrder = 0
27     object Label1: TLabel
28     Left = 241
29 tony 19 Height = 15
30 tony 5 Top = 9
31 tony 19 Width = 54
32 tony 5 Caption = 'Se&ttings:'
33     FocusControl = TransactionParams
34     ParentColor = False
35     end
36     object rbSnapShot: TRadioButton
37 tony 19 Left = 8
38     Height = 24
39     Top = 18
40     Width = 83
41 tony 5 Caption = '&Snapshot'
42     Checked = True
43     OnClick = rbSnapShotClick
44     TabOrder = 0
45 tony 7 TabStop = True
46 tony 5 end
47     object rbReadCommitted: TRadioButton
48 tony 19 Left = 8
49     Height = 24
50     Top = 42
51     Width = 126
52 tony 5 Caption = 'Read &Committed'
53     OnClick = rbReadCommittedClick
54     TabOrder = 1
55     end
56     object rbReadOnlyTableStability: TRadioButton
57     Left = 7
58 tony 19 Height = 24
59     Top = 66
60     Width = 173
61 tony 5 Caption = '&Read-Only Table Stability'
62     OnClick = rbReadOnlyTableStabilityClick
63     TabOrder = 2
64     end
65     object rbReadWriteTableStability: TRadioButton
66     Left = 7
67 tony 19 Height = 24
68     Top = 90
69     Width = 181
70 tony 5 Caption = 'Read-&Write Table Stability '
71     OnClick = rbReadWriteTableStabilityClick
72     TabOrder = 3
73     end
74     object TransactionParams: TMemo
75     Left = 241
76     Height = 95
77     Top = 33
78     Width = 126
79     Lines.Strings = (
80     ''
81     )
82     OnClick = TransactionParamsClick
83     OnExit = TransactionParamsExit
84 tony 7 ScrollBars = ssAutoBoth
85 tony 5 TabOrder = 4
86     WordWrap = False
87     end
88 tony 19 object rbOtherButton: TRadioButton
89     Left = 7
90     Height = 24
91     Top = 114
92     Width = 97
93     Caption = 'Unspecified'
94     TabOrder = 5
95     end
96 tony 5 end
97     object Panel1: TPanel
98     Left = 5
99     Height = 34
100     Top = 162
101     Width = 386
102     Align = alBottom
103     BevelOuter = bvNone
104     BorderWidth = 5
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
117     object Cancelbtn: TButton
118     Left = 124
119     Height = 25
120     Top = 8
121     Width = 74
122     Cancel = True
123     Caption = 'Cancel'
124     ModalResult = 2
125     TabOrder = 2
126     end
127     object OKBtn: TButton
128     Left = 39
129     Height = 25
130     Top = 8
131     Width = 75
132     Caption = 'OK'
133     Default = True
134     OnClick = OKBtnClick
135     TabOrder = 1
136     end
137     end
138     end