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

Comparing ibx/trunk/design/ibselectsqleditor.lfm (file contents):
Revision 104 by tony, Mon Jan 1 11:31:10 2018 UTC vs.
Revision 105 by tony, Thu Jan 18 14:37:32 2018 UTC

# Line 1 | Line 1
1   object IBSelectSQLEditorForm: TIBSelectSQLEditorForm
2 <  Left = 354
3 <  Height = 437
4 <  Top = 244
2 >  Left = 784
3 >  Height = 487
4 >  Top = 248
5    Width = 747
6    ActiveControl = PageControl
7    Caption = 'Select SQL Editor'
8 <  ClientHeight = 437
8 >  ClientHeight = 487
9    ClientWidth = 747
10    OnShow = FormShow
11    Position = poScreenCenter
# Line 21 | Line 21 | object IBSelectSQLEditorForm: TIBSelectS
21    object Button1: TButton
22      Left = 550
23      Height = 30
24 <    Top = 379
24 >    Top = 429
25      Width = 72
26      Anchors = [akRight, akBottom]
27      Caption = 'OK'
# Line 32 | Line 32 | object IBSelectSQLEditorForm: TIBSelectS
32    object Button2: TButton
33      Left = 638
34      Height = 30
35 <    Top = 379
35 >    Top = 429
36      Width = 72
37      Anchors = [akRight, akBottom]
38      Cancel = True
# Line 43 | Line 43 | object IBSelectSQLEditorForm: TIBSelectS
43    object GenerateBtn: TButton
44      Left = 278
45      Height = 30
46 <    Top = 379
46 >    Top = 429
47      Width = 101
48      Anchors = [akRight, akBottom]
49      Caption = 'Generate SQL'
# Line 53 | Line 53 | object IBSelectSQLEditorForm: TIBSelectS
53    object TestBtn: TButton
54      Left = 414
55      Height = 30
56 <    Top = 379
56 >    Top = 429
57      Width = 66
58      Anchors = [akRight, akBottom]
59      Caption = 'Test'
# Line 63 | Line 63 | object IBSelectSQLEditorForm: TIBSelectS
63    object QuoteFields: TCheckBox
64      Left = 24
65      Height = 22
66 <    Top = 400
66 >    Top = 440
67      Width = 125
68      Caption = '&Quote Identifiers'
69      TabOrder = 4
70    end
71    object PageControl: TPageControl
72      Left = 24
73 <    Height = 355
73 >    Height = 405
74      Top = 8
75      Width = 232
76 <    ActivePage = ExecutePage
77 <    TabIndex = 1
76 >    ActivePage = SelectPage
77 >    TabIndex = 0
78      TabOrder = 5
79      object SelectPage: TTabSheet
80        Caption = 'Tables'
81 <      ClientHeight = 323
81 >      ClientHeight = 373
82        ClientWidth = 226
83        OnShow = SelectPageShow
84        object Label1: TLabel
# Line 100 | Line 100 | object IBSelectSQLEditorForm: TIBSelectS
100        object Label4: TLabel
101          Left = 7
102          Height = 14
103 <        Top = 224
103 >        Top = 288
104          Width = 77
105          Caption = 'Primary Keys'
106          ParentColor = False
# Line 123 | Line 123 | object IBSelectSQLEditorForm: TIBSelectS
123        end
124        object FieldNamesGrid: TIBDynamicGrid
125          Left = 7
126 <        Height = 104
126 >        Height = 168
127          Top = 88
128          Width = 209
129          Color = clWindow
# Line 163 | Line 163 | object IBSelectSQLEditorForm: TIBSelectS
163        object PrimaryKeysGrid: TIBDynamicGrid
164          Left = 7
165          Height = 56
166 <        Top = 240
166 >        Top = 304
167          Width = 209
168          Color = clWindow
169          Columns = <        
# Line 201 | Line 201 | object IBSelectSQLEditorForm: TIBSelectS
201        object SelectSelectAll: TCheckBox
202          Left = 7
203          Height = 22
204 <        Top = 192
204 >        Top = 256
205          Width = 134
206          Caption = 'Select/Deselect All'
207          OnChange = SelectSelectAllChange
# Line 219 | Line 219 | object IBSelectSQLEditorForm: TIBSelectS
219      end
220      object ExecutePage: TTabSheet
221        Caption = 'Procedures'
222 <      ClientHeight = 323
222 >      ClientHeight = 373
223        ClientWidth = 226
224        OnShow = ExecutePageShow
225        object Label16: TLabel
# Line 356 | Line 356 | object IBSelectSQLEditorForm: TIBSelectS
356    object GenerateParams: TCheckBox
357      Left = 24
358      Height = 22
359 <    Top = 376
359 >    Top = 416
360      Width = 171
361      Caption = 'Allow DSQL Placeholders'
362      TabOrder = 6
363    end
364    inline IBSQLEditFrame1: TIBSQLEditFrame
365      Left = 282
366 <    Height = 339
366 >    Height = 389
367      Top = 24
368      Width = 448
369      Anchors = [akTop, akLeft, akRight, akBottom]
370 <    ClientHeight = 339
370 >    ClientHeight = 389
371      ClientWidth = 448
372      TabOrder = 7
373      DesignLeft = 1974
374      DesignTop = 200
375      inherited SQLText: TSynEdit
376 <      Height = 313
376 >      Height = 363
377        Width = 448
378      end
379      inherited ToolBar1: TToolBar
# Line 417 | Line 417 | object IBSelectSQLEditorForm: TIBSelectS
417      inherited SQLTransaction: TIBTransaction
418        Params.Strings = (      )
419      end
420 +    inherited IdentityCols: TIBQuery
421 +      ParamData = <      
422 +        item
423 +          DataType = ftUnknown
424 +          Name = 'RDB$RELATION_NAME'
425 +          ParamType = ptInput
426 +        end>
427 +    end
428    end
429   end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines