ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/sqlparser/MainForm.lfm
(Generate patch)

Comparing ibx/trunk/examples/sqlparser/MainForm.lfm (file contents):
Revision 67 by tony, Tue Apr 14 13:10:23 2015 UTC vs.
Revision 68 by tony, Tue Oct 17 10:07:58 2017 UTC

# Line 1 | Line 1
1   object Form1: TForm1
2 <  Left = 566
2 >  Left = 420
3    Height = 619
4    Top = 241
5    Width = 854
6    Caption = 'SQL Parser'
7    ClientHeight = 619
8    ClientWidth = 854
9 <  LCLVersion = '1.4.0.3'
9 >  DefaultMonitor = dmPrimary
10 >  Position = poScreenCenter
11 >  LCLVersion = '1.8.0.4'
12    object Label1: TLabel
13      Left = 14
14 <    Height = 15
14 >    Height = 14
15      Top = 24
16      Width = 74
17      Caption = 'Original SQL'
# Line 25 | Line 27 | object Form1: TForm1
27    end
28    object Label2: TLabel
29      Left = 16
30 <    Height = 15
30 >    Height = 14
31      Top = 208
32      Width = 126
33      Caption = 'Add to Where Clause'
# Line 33 | Line 35 | object Form1: TForm1
35    end
36    object WhereCondition: TEdit
37      Left = 17
38 <    Height = 25
38 >    Height = 24
39      Top = 224
40      Width = 400
41      TabOrder = 1
# Line 71 | Line 73 | object Form1: TForm1
73    end
74    object Label3: TLabel
75      Left = 440
76 <    Height = 15
76 >    Height = 14
77      Top = 24
78      Width = 91
79      Caption = 'Generated SQL'
# Line 96 | Line 98 | object Form1: TForm1
98    end
99    object Label4: TLabel
100      Left = 14
101 <    Height = 15
101 >    Height = 14
102      Top = 360
103      Width = 129
104      Caption = 'Add to Having Clause'
# Line 104 | Line 106 | object Form1: TForm1
106    end
107    object HavingCondition: TEdit
108      Left = 15
109 <    Height = 25
109 >    Height = 24
110      Top = 376
111      Width = 400
112      TabOrder = 6
# Line 141 | Line 143 | object Form1: TForm1
143    end
144    object Label5: TLabel
145      Left = 15
146 <    Height = 15
146 >    Height = 14
147      Top = 520
148      Width = 178
149      Caption = 'Replacement Order By Clause'
# Line 149 | Line 151 | object Form1: TForm1
151    end
152    object OrderBy: TEdit
153      Left = 16
154 <    Height = 25
154 >    Height = 24
155      Top = 536
156      Width = 398
157      TabOrder = 9

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines