1 |
object IBTransactionEditForm: TIBTransactionEditForm |
2 |
Left = 247 |
3 |
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 |
LCLVersion = '0.9.28.2' |
17 |
object GroupBox1: TGroupBox |
18 |
Left = 5 |
19 |
Height = 157 |
20 |
Top = 5 |
21 |
Width = 386 |
22 |
Align = alClient |
23 |
Caption = 'Transaction Properties' |
24 |
ClientHeight = 137 |
25 |
ClientWidth = 382 |
26 |
TabOrder = 0 |
27 |
object Label1: TLabel |
28 |
Left = 241 |
29 |
Height = 19 |
30 |
Top = 9 |
31 |
Width = 76 |
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 = 91 |
41 |
Caption = '&Snapshot' |
42 |
Checked = True |
43 |
OnClick = rbSnapShotClick |
44 |
State = cbChecked |
45 |
TabOrder = 0 |
46 |
end |
47 |
object rbReadCommitted: TRadioButton |
48 |
Left = 7 |
49 |
Height = 22 |
50 |
Top = 48 |
51 |
Width = 146 |
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 = 204 |
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 = 215 |
70 |
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 |
ScrollBars = ssBoth |
85 |
TabOrder = 4 |
86 |
WordWrap = False |
87 |
end |
88 |
end |
89 |
object Panel1: TPanel |
90 |
Left = 5 |
91 |
Height = 34 |
92 |
Top = 162 |
93 |
Width = 386 |
94 |
Align = alBottom |
95 |
BevelOuter = bvNone |
96 |
BorderWidth = 5 |
97 |
ClientHeight = 34 |
98 |
ClientWidth = 386 |
99 |
TabOrder = 1 |
100 |
object HelpBtn: TButton |
101 |
Left = 208 |
102 |
Height = 25 |
103 |
Top = 8 |
104 |
Width = 75 |
105 |
Caption = '&Help' |
106 |
OnClick = HelpBtnClick |
107 |
TabOrder = 0 |
108 |
end |
109 |
object Cancelbtn: TButton |
110 |
Left = 124 |
111 |
Height = 25 |
112 |
Top = 8 |
113 |
Width = 74 |
114 |
Cancel = True |
115 |
Caption = 'Cancel' |
116 |
ModalResult = 2 |
117 |
TabOrder = 2 |
118 |
end |
119 |
object OKBtn: TButton |
120 |
Left = 39 |
121 |
Height = 25 |
122 |
Top = 8 |
123 |
Width = 75 |
124 |
Caption = 'OK' |
125 |
Default = True |
126 |
OnClick = OKBtnClick |
127 |
TabOrder = 1 |
128 |
end |
129 |
end |
130 |
end |