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

Comparing ibx/trunk/design/ibinsertsqleditor.lfm (file contents):
Revision 79 by tony, Tue Oct 3 14:08:11 2017 UTC vs.
Revision 80 by tony, Mon Jan 1 11:31:07 2018 UTC

# Line 1 | Line 1
1 < object IBInsertSQLEditorForm: TIBInsertSQLEditorForm
2 <  Left = 2288
3 <  Height = 436
4 <  Top = 468
5 <  Width = 748
1 > inherited IBInsertSQLEditorForm: TIBInsertSQLEditorForm
2    Caption = 'Insert SQL Editor'
3 <  ClientHeight = 436
8 <  ClientWidth = 748
9 <  OnShow = FormShow
10 <  Position = poScreenCenter
11 <  LCLVersion = '1.8.0.4'
12 <  object Label3: TLabel
13 <    Left = 279
14 <    Height = 14
15 <    Top = 16
16 <    Width = 24
17 <    Caption = 'SQL'
18 <    ParentColor = False
19 <  end
20 <  object SQLText: TMemo
21 <    Left = 279
22 <    Height = 326
23 <    Top = 36
24 <    Width = 438
25 <    Anchors = [akTop, akLeft, akRight, akBottom]
26 <    ScrollBars = ssAutoBoth
27 <    TabOrder = 0
28 <  end
29 <  object Button1: TButton
30 <    Left = 551
31 <    Height = 30
32 <    Top = 378
33 <    Width = 72
34 <    Anchors = [akRight, akBottom]
35 <    Caption = 'OK'
36 <    Default = True
37 <    ModalResult = 1
38 <    TabOrder = 1
39 <  end
40 <  object Button2: TButton
41 <    Left = 639
42 <    Height = 30
43 <    Top = 378
44 <    Width = 72
45 <    Anchors = [akRight, akBottom]
46 <    Cancel = True
47 <    Caption = 'Cancel'
48 <    ModalResult = 2
49 <    TabOrder = 2
50 <  end
51 <  object GenerateBtn: TButton
52 <    Left = 279
53 <    Height = 30
54 <    Top = 378
55 <    Width = 101
56 <    Anchors = [akRight, akBottom]
57 <    Caption = 'Generate SQL'
3 >  inherited GenerateBtn: TButton
4      OnClick = GenerateBtnClick
59    TabOrder = 3
60  end
61  object TestBtn: TButton
62    Left = 415
63    Height = 30
64    Top = 378
65    Width = 66
66    Anchors = [akRight, akBottom]
67    Caption = 'Test'
68    OnClick = TestBtnClick
69    TabOrder = 4
70  end
71  object QuoteFields: TCheckBox
72    Left = 16
73    Height = 22
74    Top = 392
75    Width = 125
76    Caption = '&Quote Identifiers'
77    TabOrder = 5
5    end
6 <  object GenerateParams: TCheckBox
80 <    Left = 16
81 <    Height = 22
82 <    Top = 368
83 <    Width = 171
84 <    Caption = 'Allow DSQL Placeholders'
85 <    TabOrder = 6
86 <  end
87 <  object PageControl: TPageControl
88 <    Left = 16
89 <    Height = 349
90 <    Top = 13
91 <    Width = 233
6 >  inherited PageControl: TPageControl
7      ActivePage = ExecutePage
8      TabIndex = 1
9 <    TabOrder = 7
10 <    object InsertPage: TTabSheet
11 <      Caption = 'Insert'
12 <      ClientHeight = 317
13 <      ClientWidth = 227
14 <      OnShow = InsertPageShow
15 <      object Label1: TLabel
16 <        Left = 8
17 <        Height = 15
18 <        Top = 8
19 <        Width = 69
20 <        Caption = 'Table Name'
21 <        ParentColor = False
22 <      end
23 <      object TableNamesCombo: TComboBox
24 <        Left = 8
25 <        Height = 27
26 <        Top = 24
27 <        Width = 201
28 <        AutoComplete = True
29 <        AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
30 <        ItemHeight = 0
116 <        OnCloseUp = TableNamesComboCloseUp
117 <        TabOrder = 0
118 <      end
119 <      object Label2: TLabel
120 <        Left = 8
121 <        Height = 15
122 <        Top = 56
123 <        Width = 33
124 <        Caption = 'Fields'
125 <        ParentColor = False
126 <      end
127 <      object FieldList: TListBox
128 <        Left = 8
129 <        Height = 236
130 <        Hint = 'Select Fields to include in Insert Statement, or leave unselected to select all'
131 <        Top = 72
132 <        Width = 204
133 <        ItemHeight = 0
134 <        MultiSelect = True
135 <        OnDblClick = FieldListDblClick
136 <        ParentShowHint = False
137 <        ScrollWidth = 202
138 <        ShowHint = True
139 <        TabOrder = 1
140 <        TopIndex = -1
141 <      end
142 <    end
143 <    object ExecutePage: TTabSheet
144 <      Caption = 'Execute'
145 <      ClientHeight = 317
146 <      ClientWidth = 227
147 <      OnShow = ExecutePageShow
148 <      object Label16: TLabel
149 <        Left = 7
150 <        Height = 14
151 <        Top = 8
152 <        Width = 100
153 <        Caption = 'Procedure Name'
154 <        ParentColor = False
155 <      end
156 <      object ProcedureNames: TComboBox
157 <        Left = 7
158 <        Height = 27
159 <        Top = 24
160 <        Width = 201
161 <        ItemHeight = 0
162 <        OnCloseUp = ProcedureNamesCloseUp
163 <        ParentColor = True
164 <        TabOrder = 0
165 <      end
166 <      object Label17: TLabel
167 <        Left = 7
168 <        Height = 14
169 <        Top = 56
170 <        Width = 104
171 <        Caption = 'Input Parameters'
172 <        ParentColor = False
173 <      end
174 <      object ProcInputList: TListBox
175 <        Left = 8
176 <        Height = 103
177 <        Top = 72
178 <        Width = 198
179 <        IntegralHeight = True
180 <        ItemHeight = 0
181 <        ScrollWidth = 196
182 <        TabOrder = 1
183 <        TopIndex = -1
184 <      end
185 <      object Label18: TLabel
186 <        Left = 7
187 <        Height = 14
188 <        Top = 184
189 <        Width = 114
190 <        Caption = 'Output Parameters'
191 <        ParentColor = False
192 <      end
193 <      object ProcOutputList: TListBox
194 <        Left = 7
195 <        Height = 80
196 <        Top = 200
197 <        Width = 198
198 <        IntegralHeight = True
199 <        ItemHeight = 0
200 <        ScrollWidth = 196
201 <        TabOrder = 2
202 <        TopIndex = -1
203 <      end
204 <      object ExecuteOnlyIndicator: TLabel
205 <        Left = 10
206 <        Height = 14
207 <        Top = 293
208 <        Width = 89
209 <        Caption = 'Execute Only'
210 <        Font.Style = [fsBold]
211 <        ParentColor = False
212 <        ParentFont = False
9 >    inherited SelectPage: TTabSheet
10 >      inherited FieldNamesGrid: TIBDynamicGrid
11 >        Height = 208
12 >      end
13 >      inherited PrimaryKeysGrid: TIBDynamicGrid
14 >        Visible = False
15 >      end
16 >      inherited SelectSelectAll: TCheckBox
17 >        Top = 296
18 >      end
19 >    end
20 >    inherited ExecutePage: TTabSheet
21 >      inherited Label18: TLabel
22 >        Visible = False
23 >      end
24 >      inherited SelectProcedure: TLabel
25 >        Visible = True
26 >      end
27 >      inherited InputProcGrid: TIBDynamicGrid
28 >        Height = 224
29 >      end
30 >      inherited OutputProcGrid: TIBDynamicGrid
31          Visible = False
32        end
33      end
34    end
35 <  object IBTransaction1: TIBTransaction
36 <    Active = False
37 <    left = 200
38 <    top = 388
35 >  inherited IBSQLEditFrame1: TIBSQLEditFrame
36 >    Left = 282
37 >    Height = 339
38 >    Top = 24
39 >    Width = 448
40 >    Anchors = [akTop, akLeft, akRight, akBottom]
41 >    ClientHeight = 339
42 >    ClientWidth = 448
43 >    TabOrder = 7
44 >    inherited SQLText: TSynEdit
45 >      Height = 313
46 >      Width = 448
47 >    end
48 >    inherited ToolBar1: TToolBar
49 >      Width = 448
50 >    end
51 >    inherited FieldNameList: TIBQuery
52 >      ParamData = <      
53 >        item
54 >          DataType = ftUnknown
55 >          Name = 'RDB$RELATION_NAME'
56 >          ParamType = ptInput
57 >        end>
58 >    end
59 >    inherited PrimaryKeys: TIBQuery
60 >      ParamData = <      
61 >        item
62 >          DataType = ftUnknown
63 >          Name = 'RDB$RELATION_NAME'
64 >          ParamType = ptInput
65 >        end>
66 >    end
67 >    inherited UserProcedures: TIBQuery
68 >      AfterScroll = UserProceduresAfterScroll
69 >    end
70 >    inherited ProcInputParams: TIBQuery
71 >      ParamData = <      
72 >        item
73 >          DataType = ftUnknown
74 >          Name = 'RDB$PROCEDURE_NAME'
75 >          ParamType = ptInput
76 >        end>
77 >    end
78 >    inherited ProcOutputParams: TIBQuery
79 >      ParamData = <      
80 >        item
81 >          DataType = ftUnknown
82 >          Name = 'RDB$PROCEDURE_NAME'
83 >          ParamType = ptInput
84 >        end>
85 >    end
86 >    inherited SQLTransaction: TIBTransaction
87 >      Params.Strings = (      )
88 >    end
89    end
90   end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines