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

Comparing ibx/trunk/design/ibsqleditor.lfm (file contents):
Revision 105 by tony, Mon Jan 1 11:31:07 2018 UTC vs.
Revision 106 by tony, Thu Jan 18 14:37:35 2018 UTC

# Line 1 | Line 1
1   inherited IBSQLEditorForm: TIBSQLEditorForm
2 <  Left = 315
2 >  Left = 582
3 >  Height = 555
4 >  Top = 415
5    Width = 776
6    Caption = 'IBSQL Editor'
7 +  ClientHeight = 555
8    ClientWidth = 776
9    OnShow = FormShow
10    inherited Label3: TLabel
11      Left = 312
12    end
13    inherited Button1: TButton
14 <    Left = 579
14 >    Left = 576
15 >    Top = 504
16    end
17    inherited Button2: TButton
18 <    Left = 667
18 >    Left = 664
19 >    Top = 504
20    end
21    inherited GenerateBtn: TButton
22 <    Left = 307
22 >    Left = 304
23 >    Top = 504
24      OnClick = GenerateBtnClick
25    end
26    inherited TestBtn: TButton
27 <    Left = 443
27 >    Left = 440
28 >    Top = 504
29    end
30    inherited QuoteFields: TCheckBox
31 <    Left = 68
31 >    Left = 11
32 >    Top = 496
33    end
34    inherited PageControl: TPageControl
35      Left = 68
28    ActivePage = SelectPage
36      ShowTabs = False
30    TabIndex = 0
37      inherited SelectPage: TTabSheet
38 <      ClientHeight = 349
33 <      inherited Label4: TLabel
34 <        Top = 256
35 <      end
38 >      ClientHeight = 450
39        inherited FieldNamesGrid: TIBDynamicGrid
40 <        Height = 136
38 <      end
39 <      inherited PrimaryKeysGrid: TIBDynamicGrid
40 <        Top = 272
40 >        Height = 104
41        end
42        inherited SelectSelectAll: TCheckBox
43 <        Left = 8
44 <        Top = 224
43 >        Top = 424
44        end
45 <      object IncludePrimaryKeys: TCheckBox[8]
46 <        Left = 5
48 <        Height = 22
49 <        Top = 328
50 <        Width = 221
51 <        Caption = 'Include Primary keys in Field List'
52 <        Checked = True
53 <        OnChange = IncludePrimaryKeysChange
54 <        State = cbChecked
55 <        TabOrder = 5
45 >      inherited ReadOnlyGrid: TIBDynamicGrid
46 >        Left = 9
47        end
48      end
49      inherited ExecutePage: TTabSheet
50 <      ClientHeight = 349
50 >      ClientHeight = 450
51      end
52    end
53    inherited GenerateParams: TCheckBox
54 <    Left = 68
54 >    Left = 11
55 >    Top = 472
56    end
57    inherited IBSQLEditFrame1: TIBSQLEditFrame
58      Left = 312
59 <    Height = 339
59 >    Height = 440
60      Top = 24
61      Width = 447
62      Anchors = [akTop, akLeft, akRight, akBottom]
63 <    ClientHeight = 339
63 >    ClientHeight = 440
64      ClientWidth = 447
65      TabOrder = 7
66      DesignLeft = 1974
67      DesignTop = 200
68      inherited SQLText: TSynEdit
69 <      Height = 313
69 >      Height = 414
70        Width = 447
71      end
72      inherited ToolBar1: TToolBar
# Line 118 | Line 110 | inherited IBSQLEditorForm: TIBSQLEditorF
110      inherited SQLTransaction: TIBTransaction
111        Params.Strings = (      )
112      end
113 +    inherited IdentityCols: TIBQuery
114 +      ParamData = <      
115 +        item
116 +          DataType = ftUnknown
117 +          Name = 'RDB$RELATION_NAME'
118 +          ParamType = ptInput
119 +        end>
120 +    end
121 +    inherited ReadOnlyFields: TIBQuery
122 +      ParamData = <      
123 +        item
124 +          DataType = ftUnknown
125 +          Name = 'RDB$RELATION_NAME'
126 +          ParamType = ptInput
127 +        end>
128 +    end
129 +    inherited ReadOnlyFieldsSource: TDataSource
130 +      left = 436
131 +      top = 203
132 +    end
133    end
134    object TabControl1: TTabControl[9]
135      Left = 11
# Line 136 | Line 148 | inherited IBSQLEditorForm: TIBSQLEditorF
148      )
149      TabOrder = 8
150    end
151 +  object IncludePrimaryKeys: TCheckBox[10]
152 +    Left = 11
153 +    Height = 22
154 +    Top = 520
155 +    Width = 241
156 +    Caption = 'Include Primary keys in Update SQL'
157 +    TabOrder = 9
158 +  end
159   end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines