1 |
object LimboTransactionsForm: TLimboTransactionsForm |
2 |
Left = 592 |
3 |
Height = 386 |
4 |
Top = 495 |
5 |
Width = 798 |
6 |
Caption = 'Limbo Transactions' |
7 |
ClientHeight = 386 |
8 |
ClientWidth = 798 |
9 |
OnClose = FormClose |
10 |
OnShow = FormShow |
11 |
Position = poMainFormCenter |
12 |
LCLVersion = '1.8.1.0' |
13 |
object Label1: TLabel |
14 |
Left = 14 |
15 |
Height = 14 |
16 |
Top = 12 |
17 |
Width = 74 |
18 |
Caption = 'Transactions' |
19 |
ParentColor = False |
20 |
end |
21 |
object StringGrid1: TStringGrid |
22 |
Left = 16 |
23 |
Height = 316 |
24 |
Top = 28 |
25 |
Width = 764 |
26 |
Anchors = [akTop, akLeft, akRight, akBottom] |
27 |
AutoFillColumns = True |
28 |
ColCount = 8 |
29 |
Columns = < |
30 |
item |
31 |
Title.Alignment = taCenter |
32 |
Title.Caption = 'Transaction ID' |
33 |
Width = 95 |
34 |
end |
35 |
item |
36 |
Title.Alignment = taCenter |
37 |
Title.Caption = 'Type' |
38 |
Width = 95 |
39 |
end |
40 |
item |
41 |
Title.Alignment = taCenter |
42 |
Title.Caption = 'Host Site' |
43 |
Width = 95 |
44 |
end |
45 |
item |
46 |
Title.Alignment = taCenter |
47 |
Title.Caption = 'Remote Site' |
48 |
Width = 95 |
49 |
end |
50 |
item |
51 |
Title.Alignment = taCenter |
52 |
Title.Caption = 'Database Path' |
53 |
Width = 95 |
54 |
end |
55 |
item |
56 |
Title.Alignment = taCenter |
57 |
Title.Caption = 'State' |
58 |
Width = 95 |
59 |
end |
60 |
item |
61 |
Title.Alignment = taCenter |
62 |
Title.Caption = 'Rec. Action' |
63 |
Width = 95 |
64 |
end |
65 |
item |
66 |
PickList.Strings = ( |
67 |
'Commit' |
68 |
'Rollback' |
69 |
) |
70 |
Title.Alignment = taCenter |
71 |
Title.Caption = 'Action' |
72 |
Width = 97 |
73 |
end> |
74 |
FixedCols = 0 |
75 |
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goSmoothScroll] |
76 |
ScrollBars = ssAutoVertical |
77 |
TabOrder = 0 |
78 |
OnEditingDone = StringGrid1EditingDone |
79 |
ColWidths = ( |
80 |
95 |
81 |
95 |
82 |
95 |
83 |
95 |
84 |
95 |
85 |
95 |
86 |
95 |
87 |
97 |
88 |
) |
89 |
end |
90 |
object Button1: TButton |
91 |
Left = 16 |
92 |
Height = 25 |
93 |
Top = 352 |
94 |
Width = 100 |
95 |
Anchors = [akLeft, akBottom] |
96 |
Caption = 'Commit All' |
97 |
OnClick = Button1Click |
98 |
TabOrder = 1 |
99 |
end |
100 |
object Button2: TButton |
101 |
Left = 128 |
102 |
Height = 25 |
103 |
Top = 352 |
104 |
Width = 100 |
105 |
Anchors = [akLeft, akBottom] |
106 |
Caption = 'Rollback All' |
107 |
OnClick = Button2Click |
108 |
TabOrder = 2 |
109 |
end |
110 |
object Button3: TButton |
111 |
Left = 368 |
112 |
Height = 25 |
113 |
Top = 352 |
114 |
Width = 144 |
115 |
Anchors = [akLeft, akBottom] |
116 |
Caption = 'Apply Selected Action' |
117 |
OnClick = Button3Click |
118 |
TabOrder = 3 |
119 |
end |
120 |
object Button4: TButton |
121 |
Left = 233 |
122 |
Height = 25 |
123 |
Top = 352 |
124 |
Width = 127 |
125 |
Anchors = [akLeft, akBottom] |
126 |
Caption = 'Commit 2 Phase All' |
127 |
OnClick = Button4Click |
128 |
TabOrder = 4 |
129 |
end |
130 |
object LimboTransactionValidation: TIBValidationService |
131 |
ServerName = 'localhost' |
132 |
Protocol = TCP |
133 |
TraceFlags = [] |
134 |
DatabaseName = 'employee' |
135 |
Options = [LimboTransactions] |
136 |
GlobalAction = CommitGlobal |
137 |
left = 726 |
138 |
top = 302 |
139 |
end |
140 |
end |