mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 17:18:17 +02:00
* Fixed some issues with anchoring, handling of table combobox
git-svn-id: trunk@15732 -
This commit is contained in:
parent
650156f484
commit
0c769a8270
@ -1,18 +1,17 @@
|
||||
object GenerateSQLForm: TGenerateSQLForm
|
||||
Left = 349
|
||||
Height = 361
|
||||
Height = 363
|
||||
Top = 273
|
||||
Width = 510
|
||||
HorzScrollBar.Page = 509
|
||||
VertScrollBar.Page = 360
|
||||
Width = 593
|
||||
ActiveControl = CBTables
|
||||
Caption = 'Generate SQL statements'
|
||||
ClientHeight = 361
|
||||
ClientWidth = 510
|
||||
ClientHeight = 363
|
||||
ClientWidth = 593
|
||||
OnCreate = FormCreate
|
||||
LCLVersion = '0.9.25'
|
||||
object PCSQL: TPageControl
|
||||
Height = 325
|
||||
Width = 510
|
||||
Height = 327
|
||||
Width = 593
|
||||
ActivePage = TSFields
|
||||
Align = alClient
|
||||
TabIndex = 0
|
||||
@ -24,23 +23,23 @@ object GenerateSQLForm: TGenerateSQLForm
|
||||
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
||||
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||
ChildSizing.ControlsPerLine = 3
|
||||
ClientHeight = 293
|
||||
ClientWidth = 506
|
||||
ClientHeight = 294
|
||||
ClientWidth = 589
|
||||
OnResize = TSResize
|
||||
object POptions: TPanel
|
||||
Height = 293
|
||||
Width = 180
|
||||
Height = 294
|
||||
Width = 254
|
||||
Align = alLeft
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 293
|
||||
ClientWidth = 180
|
||||
ClientHeight = 294
|
||||
ClientWidth = 254
|
||||
Constraints.MinWidth = 180
|
||||
TabOrder = 0
|
||||
object LCBTables: TLabel
|
||||
Left = 4
|
||||
Height = 16
|
||||
Top = 5
|
||||
Width = 164
|
||||
Width = 238
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = False
|
||||
Caption = 'Ta&ble'
|
||||
@ -51,7 +50,7 @@ object GenerateSQLForm: TGenerateSQLForm
|
||||
Left = 40
|
||||
Height = 20
|
||||
Top = 205
|
||||
Width = 76
|
||||
Width = 150
|
||||
Alignment = taRightJustify
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = False
|
||||
@ -63,7 +62,7 @@ object GenerateSQLForm: TGenerateSQLForm
|
||||
Left = 36
|
||||
Height = 20
|
||||
Top = 234
|
||||
Width = 80
|
||||
Width = 154
|
||||
Alignment = taRightJustify
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoSize = False
|
||||
@ -75,7 +74,7 @@ object GenerateSQLForm: TGenerateSQLForm
|
||||
Left = 4
|
||||
Height = 21
|
||||
Top = 26
|
||||
Width = 164
|
||||
Width = 238
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
MaxLength = 0
|
||||
@ -87,8 +86,8 @@ object GenerateSQLForm: TGenerateSQLForm
|
||||
object BGenerate: TButton
|
||||
Left = 4
|
||||
Height = 25
|
||||
Top = 264
|
||||
Width = 164
|
||||
Top = 265
|
||||
Width = 238
|
||||
Anchors = [akLeft, akRight, akBottom]
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = '&Generate SQL'
|
||||
@ -97,7 +96,7 @@ object GenerateSQLForm: TGenerateSQLForm
|
||||
TabOrder = 1
|
||||
end
|
||||
object SEindent: TTISpinEdit
|
||||
Left = 130
|
||||
Left = 204
|
||||
Height = 23
|
||||
Top = 202
|
||||
Width = 34
|
||||
@ -106,7 +105,7 @@ object GenerateSQLForm: TGenerateSQLForm
|
||||
TabOrder = 2
|
||||
end
|
||||
object SELineLength: TTISpinEdit
|
||||
Left = 131
|
||||
Left = 205
|
||||
Height = 23
|
||||
Top = 231
|
||||
Width = 34
|
||||
@ -118,7 +117,7 @@ object GenerateSQLForm: TGenerateSQLForm
|
||||
Left = 6
|
||||
Height = 144
|
||||
Top = 50
|
||||
Width = 160
|
||||
Width = 234
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Caption = 'Options'
|
||||
Link.TIPropertyName = 'Options'
|
||||
@ -136,17 +135,17 @@ object GenerateSQLForm: TGenerateSQLForm
|
||||
AnchorSideLeft.Control = POptions
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideRight.Control = PSelectFields
|
||||
Left = 180
|
||||
Height = 293
|
||||
Width = 158
|
||||
Left = 254
|
||||
Height = 294
|
||||
Width = 167
|
||||
Align = alClient
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 293
|
||||
ClientWidth = 158
|
||||
ClientHeight = 294
|
||||
ClientWidth = 167
|
||||
TabOrder = 1
|
||||
object LLBKeyFields: TLabel
|
||||
Height = 26
|
||||
Width = 158
|
||||
Width = 167
|
||||
Align = alTop
|
||||
Alignment = taCenter
|
||||
AutoSize = False
|
||||
@ -158,7 +157,8 @@ object GenerateSQLForm: TGenerateSQLForm
|
||||
Left = 2
|
||||
Height = 249
|
||||
Top = 34
|
||||
Width = 152
|
||||
Width = 161
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
MultiSelect = True
|
||||
Sorted = True
|
||||
TabOrder = 0
|
||||
@ -166,12 +166,12 @@ object GenerateSQLForm: TGenerateSQLForm
|
||||
end
|
||||
end
|
||||
object PSelectFields: TPanel
|
||||
Left = 338
|
||||
Height = 293
|
||||
Left = 421
|
||||
Height = 294
|
||||
Width = 168
|
||||
Align = alRight
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 293
|
||||
ClientHeight = 294
|
||||
ClientWidth = 168
|
||||
TabOrder = 2
|
||||
object Label2: TLabel
|
||||
@ -189,6 +189,7 @@ object GenerateSQLForm: TGenerateSQLForm
|
||||
Height = 249
|
||||
Top = 34
|
||||
Width = 146
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
MultiSelect = True
|
||||
Sorted = True
|
||||
TabOrder = 0
|
||||
@ -198,13 +199,13 @@ object GenerateSQLForm: TGenerateSQLForm
|
||||
end
|
||||
object TSSelect: TTabSheet
|
||||
Caption = '&Select'
|
||||
ClientHeight = 321
|
||||
ClientWidth = 548
|
||||
ClientHeight = 327
|
||||
ClientWidth = 593
|
||||
object MSelect: TMemo
|
||||
Left = 8
|
||||
Height = 305
|
||||
Height = 311
|
||||
Top = 8
|
||||
Width = 532
|
||||
Width = 577
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 8
|
||||
Lines.Strings = (
|
||||
@ -215,13 +216,13 @@ object GenerateSQLForm: TGenerateSQLForm
|
||||
end
|
||||
object TSInsert: TTabSheet
|
||||
Caption = '&Insert'
|
||||
ClientHeight = 321
|
||||
ClientWidth = 548
|
||||
ClientHeight = 327
|
||||
ClientWidth = 593
|
||||
object MInsert: TMemo
|
||||
Left = 8
|
||||
Height = 305
|
||||
Height = 311
|
||||
Top = 8
|
||||
Width = 532
|
||||
Width = 577
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 8
|
||||
Lines.Strings = (
|
||||
@ -232,13 +233,13 @@ object GenerateSQLForm: TGenerateSQLForm
|
||||
end
|
||||
object TSUpdate: TTabSheet
|
||||
Caption = '&Update'
|
||||
ClientHeight = 321
|
||||
ClientWidth = 548
|
||||
ClientHeight = 327
|
||||
ClientWidth = 593
|
||||
object MUpdate: TMemo
|
||||
Left = 8
|
||||
Height = 305
|
||||
Height = 311
|
||||
Top = 8
|
||||
Width = 532
|
||||
Width = 577
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 8
|
||||
Lines.Strings = (
|
||||
@ -249,13 +250,13 @@ object GenerateSQLForm: TGenerateSQLForm
|
||||
end
|
||||
object TSDelete: TTabSheet
|
||||
Caption = '&Delete'
|
||||
ClientHeight = 321
|
||||
ClientWidth = 548
|
||||
ClientHeight = 327
|
||||
ClientWidth = 593
|
||||
object MDelete: TMemo
|
||||
Left = 8
|
||||
Height = 305
|
||||
Height = 311
|
||||
Top = 8
|
||||
Width = 532
|
||||
Width = 577
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 8
|
||||
Lines.Strings = (
|
||||
@ -266,13 +267,13 @@ object GenerateSQLForm: TGenerateSQLForm
|
||||
end
|
||||
object TSCreate: TTabSheet
|
||||
Caption = 'Create table'
|
||||
ClientHeight = 321
|
||||
ClientWidth = 548
|
||||
ClientHeight = 327
|
||||
ClientWidth = 593
|
||||
object MCreate: TMemo
|
||||
Left = 8
|
||||
Height = 305
|
||||
Height = 311
|
||||
Top = 8
|
||||
Width = 532
|
||||
Width = 577
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 8
|
||||
Lines.Strings = (
|
||||
@ -284,15 +285,15 @@ object GenerateSQLForm: TGenerateSQLForm
|
||||
end
|
||||
object PButtons: TPanel
|
||||
Height = 36
|
||||
Top = 325
|
||||
Width = 510
|
||||
Top = 327
|
||||
Width = 593
|
||||
Align = alBottom
|
||||
BevelOuter = bvLowered
|
||||
ClientHeight = 36
|
||||
ClientWidth = 510
|
||||
ClientWidth = 593
|
||||
TabOrder = 1
|
||||
object BOK: TButton
|
||||
Left = 420
|
||||
Left = 503
|
||||
Height = 25
|
||||
Top = 6
|
||||
Width = 83
|
||||
@ -303,7 +304,7 @@ object GenerateSQLForm: TGenerateSQLForm
|
||||
TabOrder = 0
|
||||
end
|
||||
object BCancel: TButton
|
||||
Left = 332
|
||||
Left = 415
|
||||
Height = 25
|
||||
Top = 6
|
||||
Width = 83
|
||||
|
@ -1,90 +1,177 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TGenerateSQLForm','FORMDATA',[
|
||||
'TPF0'#16'TGenerateSQLForm'#15'GenerateSQLForm'#4'Left'#3']'#1#6'Height'#3'i'
|
||||
+#1#3'Top'#3#17#1#5'Width'#3#254#1#18'HorzScrollBar.Page'#3#253#1#18'VertScro'
|
||||
+'llBar.Page'#3'h'#1#13'ActiveControl'#7#8'CBTables'#7'Caption'#6#23'Generate'
|
||||
+' SQL statements'#12'ClientHeight'#3'i'#1#11'ClientWidth'#3#254#1#8'OnCreate'
|
||||
+#7#10'FormCreate'#0#12'TPageControl'#5'PCSQL'#6'Height'#3'E'#1#5'Width'#3#254
|
||||
+#1#10'ActivePage'#7#8'TSFields'#5'Align'#7#8'alClient'#8'TabIndex'#2#0#8'Tab'
|
||||
+'Order'#2#0#0#9'TTabSheet'#8'TSFields'#7'Caption'#6#17'Table and &Fields'#29
|
||||
+'ChildSizing.EnlargeHorizontal'#7#14'crsScaleChilds'#27'ChildSizing.EnlargeV'
|
||||
+'ertical'#7#14'crsScaleChilds'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScal'
|
||||
+'eChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#27'ChildSizing'
|
||||
+'.ControlsPerLine'#2#3#12'ClientHeight'#3'%'#1#11'ClientWidth'#3#250#1#8'OnR'
|
||||
+'esize'#7#8'TSResize'#0#6'TPanel'#8'POptions'#6'Height'#3'%'#1#5'Width'#3#180
|
||||
+#0#5'Align'#7#6'alLeft'#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#3'%'#1#11
|
||||
+'ClientWidth'#3#180#0#20'Constraints.MinWidth'#3#180#0#8'TabOrder'#2#0#0#6'T'
|
||||
+'Label'#9'LCBTables'#4'Left'#2#4#6'Height'#2#16#3'Top'#2#5#5'Width'#3#164#0#7
|
||||
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#8#7'Caption'#6#6'Ta'
|
||||
+'&ble'#12'FocusControl'#7#8'CBTables'#11'ParentColor'#8#0#0#6'TLabel'#9'LSEI'
|
||||
+'ndent'#4'Left'#2'('#6'Height'#2#20#3'Top'#3#205#0#5'Width'#2'L'#9'Alignment'
|
||||
+#7#14'taRightJustify'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSi'
|
||||
+'ze'#8#7'Caption'#6#7'I&ndent'#6'Layout'#7#8'tlCenter'#11'ParentColor'#8#0#0
|
||||
+#6'TLabel'#13'LSELineLength'#4'Left'#2'$'#6'Height'#2#20#3'Top'#3#234#0#5'Wi'
|
||||
+'dth'#2'P'#9'Alignment'#7#14'taRightJustify'#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||
+#7'akRight'#0#8'AutoSize'#8#7'Caption'#6#11'Line Length'#6'Layout'#7#8'tlCen'
|
||||
+'ter'#11'ParentColor'#8#0#0#9'TComboBox'#8'CBTables'#4'Left'#2#4#6'Height'#2
|
||||
+#21#3'Top'#2#26#5'Width'#3#164#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'
|
||||
+#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscendin'
|
||||
+'g'#0#9'MaxLength'#2#0#8'OnChange'#7#14'CBTablesChange'#6'Sorted'#9#5'Style'
|
||||
+#7#14'csDropDownList'#8'TabOrder'#2#0#0#0#7'TButton'#9'BGenerate'#4'Left'#2#4
|
||||
+#6'Height'#2#25#3'Top'#3#8#1#5'Width'#3#164#0#7'Anchors'#11#6'akLeft'#7'akRi'
|
||||
+'ght'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#13'&Gener'
|
||||
+'ate SQL'#7'Default'#9#7'OnClick'#7#14'BGenerateClick'#8'TabOrder'#2#1#0#0#11
|
||||
+'TTISpinEdit'#8'SEindent'#4'Left'#3#130#0#6'Height'#2#23#3'Top'#3#202#0#5'Wi'
|
||||
+'dth'#2'"'#7'Anchors'#11#5'akTop'#7'akRight'#0#19'Link.TIPropertyName'#6#6'I'
|
||||
+'ndent'#8'TabOrder'#2#2#0#0#11'TTISpinEdit'#12'SELineLength'#4'Left'#3#131#0
|
||||
+#6'Height'#2#23#3'Top'#3#231#0#5'Width'#2'"'#7'Anchors'#11#5'akTop'#7'akRigh'
|
||||
+'t'#0#19'Link.TIPropertyName'#6#10'LineLength'#8'TabOrder'#2#3#0#0#13'TTIChe'
|
||||
+'ckGroup'#10'CLBOptions'#4'Left'#2#6#6'Height'#3#144#0#3'Top'#2'2'#5'Width'#3
|
||||
+#160#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#7'Options'
|
||||
+#19'Link.TIPropertyName'#6#7'Options'#23'Link.AliasValuesStrings'#1#6'.eoLin'
|
||||
+'eFeedAfterField=Linefeed after each field'#6'8eoUseOldInWhereParams=Use OLD'
|
||||
+' prefix in where parameters'#6'2eoAndTermsInBrackets=Put brackets around AN'
|
||||
+'D Terms'#6'#eoQuoteFieldNames=Quote field names'#6'/eoLineFeedAfterAndTerm='
|
||||
+'Linefeed after AND terms'#6#30'eoAddTerminator=Add terminator'#0#0#0#0#6'TP'
|
||||
+'anel'#10'PKeyFields'#22'AnchorSideLeft.Control'#7#8'POptions'#19'AnchorSide'
|
||||
+'Left.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#13'PSelectFields'#4
|
||||
+'Left'#3#180#0#6'Height'#3'%'#1#5'Width'#3#158#0#5'Align'#7#8'alClient'#10'B'
|
||||
+'evelOuter'#7#6'bvNone'#12'ClientHeight'#3'%'#1#11'ClientWidth'#3#158#0#8'Ta'
|
||||
+'bOrder'#2#1#0#6'TLabel'#12'LLBKeyFields'#6'Height'#2#26#5'Width'#3#158#0#5
|
||||
+'Align'#7#5'alTop'#9'Alignment'#7#8'taCenter'#8'AutoSize'#8#7'Caption'#6#11
|
||||
+'&Key fields'#6'Layout'#7#8'tlCenter'#11'ParentColor'#8#0#0#8'TListBox'#11'L'
|
||||
+'BKeyFields'#4'Left'#2#2#6'Height'#3#249#0#3'Top'#2'"'#5'Width'#3#152#0#11'M'
|
||||
+'ultiSelect'#9#6'Sorted'#9#8'TabOrder'#2#0#8'TopIndex'#2#255#0#0#0#6'TPanel'
|
||||
+#13'PSelectFields'#4'Left'#3'R'#1#6'Height'#3'%'#1#5'Width'#3#168#0#5'Align'
|
||||
+#7#7'alRight'#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#3'%'#1#11'ClientWi'
|
||||
+'dth'#3#168#0#8'TabOrder'#2#2#0#6'TLabel'#6'Label2'#6'Height'#2#26#5'Width'#3
|
||||
+#168#0#5'Align'#7#5'alTop'#9'Alignment'#7#8'taCenter'#8'AutoSize'#8#7'Captio'
|
||||
+'n'#6#27'Select/Update/Insert fields'#6'Layout'#7#8'tlCenter'#11'ParentColor'
|
||||
+#8#0#0#8'TListBox'#8'LBFields'#4'Left'#2#12#6'Height'#3#249#0#3'Top'#2'"'#5
|
||||
+'Width'#3#146#0#11'MultiSelect'#9#6'Sorted'#9#8'TabOrder'#2#0#8'TopIndex'#2
|
||||
+#255#0#0#0#0#9'TTabSheet'#8'TSSelect'#7'Caption'#6#7'&Select'#12'ClientHeigh'
|
||||
+'t'#3'A'#1#11'ClientWidth'#3'$'#2#0#5'TMemo'#7'MSelect'#4'Left'#2#8#6'Height'
|
||||
+#3'1'#1#3'Top'#2#8#5'Width'#3#20#2#5'Align'#7#8'alClient'#20'BorderSpacing.A'
|
||||
+'round'#2#8#13'Lines.Strings'#1#6#0#0#8'TabOrder'#2#0#0#0#0#9'TTabSheet'#8'T'
|
||||
+'SInsert'#7'Caption'#6#7'&Insert'#12'ClientHeight'#3'A'#1#11'ClientWidth'#3
|
||||
,'$'#2#0#5'TMemo'#7'MInsert'#4'Left'#2#8#6'Height'#3'1'#1#3'Top'#2#8#5'Width'
|
||||
+#3#20#2#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#8#13'Lines.Strings'
|
||||
+#1#6#0#0#8'TabOrder'#2#0#0#0#0#9'TTabSheet'#8'TSUpdate'#7'Caption'#6#7'&Upda'
|
||||
+'te'#12'ClientHeight'#3'A'#1#11'ClientWidth'#3'$'#2#0#5'TMemo'#7'MUpdate'#4
|
||||
+'Left'#2#8#6'Height'#3'1'#1#3'Top'#2#8#5'Width'#3#20#2#5'Align'#7#8'alClient'
|
||||
+#20'BorderSpacing.Around'#2#8#13'Lines.Strings'#1#6#0#0#8'TabOrder'#2#0#0#0#0
|
||||
+#9'TTabSheet'#8'TSDelete'#7'Caption'#6#7'&Delete'#12'ClientHeight'#3'A'#1#11
|
||||
+'ClientWidth'#3'$'#2#0#5'TMemo'#7'MDelete'#4'Left'#2#8#6'Height'#3'1'#1#3'To'
|
||||
+'p'#2#8#5'Width'#3#20#2#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#8
|
||||
+#13'Lines.Strings'#1#6#0#0#8'TabOrder'#2#0#0#0#0#9'TTabSheet'#8'TSCreate'#7
|
||||
+'Caption'#6#12'Create table'#12'ClientHeight'#3'A'#1#11'ClientWidth'#3'$'#2#0
|
||||
+#5'TMemo'#7'MCreate'#4'Left'#2#8#6'Height'#3'1'#1#3'Top'#2#8#5'Width'#3#20#2
|
||||
+#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#8#13'Lines.Strings'#1#6#0
|
||||
+#0#8'TabOrder'#2#0#0#0#0#0#6'TPanel'#8'PButtons'#6'Height'#2'$'#3'Top'#3'E'#1
|
||||
+#5'Width'#3#254#1#5'Align'#7#8'alBottom'#10'BevelOuter'#7#9'bvLowered'#12'Cl'
|
||||
+'ientHeight'#2'$'#11'ClientWidth'#3#254#1#8'TabOrder'#2#1#0#7'TButton'#3'BOK'
|
||||
+#4'Left'#3#164#1#6'Height'#2#25#3'Top'#2#6#5'Width'#2'S'#7'Anchors'#11#5'akT'
|
||||
+'op'#7'akRight'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#3'&Ok'#11'M'
|
||||
+'odalResult'#2#1#8'TabOrder'#2#0#0#0#7'TButton'#7'BCancel'#4'Left'#3'L'#1#6
|
||||
+'Height'#2#25#3'Top'#2#6#5'Width'#2'S'#7'Anchors'#11#5'akTop'#7'akRight'#0#25
|
||||
+'BorderSpacing.InnerBorder'#2#4#6'Cancel'#9#7'Caption'#6#7'&Cancel'#11'Modal'
|
||||
+'Result'#2#2#8'TabOrder'#2#1#0#0#0#0
|
||||
'TPF0'#16'TGenerateSQLForm'#15'GenerateSQLForm'#4'Left'#3']'#1#6'Height'#3'k'
|
||||
+#1#3'Top'#3#17#1#5'Width'#3'Q'#2#13'ActiveControl'#7#8'CBTables'#7'Caption'#6
|
||||
+#23'Generate SQL statements'#12'ClientHeight'#3'k'#1#11'ClientWidth'#3'Q'#2#8
|
||||
+'OnCreate'#7#10'FormCreate'#10'LCLVersion'#6#6'0.9.25'#0#12'TPageControl'#5
|
||||
+'PCSQL'#6'Height'#3'G'#1#5'Width'#3'Q'#2#10'ActivePage'#7#8'TSFields'#5'Alig'
|
||||
+'n'#7#8'alClient'#8'TabIndex'#2#0#8'TabOrder'#2#0#0#9'TTabSheet'#8'TSFields'
|
||||
+#7'Caption'#6#17'Table and &Fields'#29'ChildSizing.EnlargeHorizontal'#7#14'c'
|
||||
+'rsScaleChilds'#27'ChildSizing.EnlargeVertical'#7#14'crsScaleChilds'#28'Chil'
|
||||
+'dSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertica'
|
||||
+'l'#7#14'crsScaleChilds'#27'ChildSizing.ControlsPerLine'#2#3#12'ClientHeight'
|
||||
+#3'&'#1#11'ClientWidth'#3'M'#2#8'OnResize'#7#8'TSResize'#0#6'TPanel'#8'POpti'
|
||||
+'ons'#6'Height'#3'&'#1#5'Width'#3#254#0#5'Align'#7#6'alLeft'#10'BevelOuter'#7
|
||||
+#6'bvNone'#12'ClientHeight'#3'&'#1#11'ClientWidth'#3#254#0#20'Constraints.Mi'
|
||||
+'nWidth'#3#180#0#8'TabOrder'#2#0#0#6'TLabel'#9'LCBTables'#4'Left'#2#4#6'Heig'
|
||||
+'ht'#2#16#3'Top'#2#5#5'Width'#3#238#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akR'
|
||||
+'ight'#0#8'AutoSize'#8#7'Caption'#6#6'Ta&ble'#12'FocusControl'#7#8'CBTables'
|
||||
+#11'ParentColor'#8#0#0#6'TLabel'#9'LSEIndent'#4'Left'#2'('#6'Height'#2#20#3
|
||||
+'Top'#3#205#0#5'Width'#3#150#0#9'Alignment'#7#14'taRightJustify'#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#8#7'Caption'#6#7'I&ndent'#6
|
||||
+'Layout'#7#8'tlCenter'#11'ParentColor'#8#0#0#6'TLabel'#13'LSELineLength'#4'L'
|
||||
+'eft'#2'$'#6'Height'#2#20#3'Top'#3#234#0#5'Width'#3#154#0#9'Alignment'#7#14
|
||||
+'taRightJustify'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#8
|
||||
+#7'Caption'#6#11'Line Length'#6'Layout'#7#8'tlCenter'#11'ParentColor'#8#0#0#9
|
||||
+'TComboBox'#8'CBTables'#4'Left'#2#4#6'Height'#2#21#3'Top'#2#26#5'Width'#3#238
|
||||
+#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22
|
||||
+'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'OnCha'
|
||||
+'nge'#7#14'CBTablesChange'#6'Sorted'#9#5'Style'#7#14'csDropDownList'#8'TabOr'
|
||||
+'der'#2#0#0#0#7'TButton'#9'BGenerate'#4'Left'#2#4#6'Height'#2#25#3'Top'#3#9#1
|
||||
+#5'Width'#3#238#0#7'Anchors'#11#6'akLeft'#7'akRight'#8'akBottom'#0#25'Border'
|
||||
+'Spacing.InnerBorder'#2#4#7'Caption'#6#13'&Generate SQL'#7'Default'#9#7'OnCl'
|
||||
+'ick'#7#14'BGenerateClick'#8'TabOrder'#2#1#0#0#11'TTISpinEdit'#8'SEindent'#4
|
||||
+'Left'#3#204#0#6'Height'#2#23#3'Top'#3#202#0#5'Width'#2'"'#7'Anchors'#11#5'a'
|
||||
+'kTop'#7'akRight'#0#19'Link.TIPropertyName'#6#6'Indent'#8'TabOrder'#2#2#0#0
|
||||
+#11'TTISpinEdit'#12'SELineLength'#4'Left'#3#205#0#6'Height'#2#23#3'Top'#3#231
|
||||
+#0#5'Width'#2'"'#7'Anchors'#11#5'akTop'#7'akRight'#0#19'Link.TIPropertyName'
|
||||
+#6#10'LineLength'#8'TabOrder'#2#3#0#0#13'TTICheckGroup'#10'CLBOptions'#4'Lef'
|
||||
+'t'#2#6#6'Height'#3#144#0#3'Top'#2'2'#5'Width'#3#234#0#7'Anchors'#11#5'akTop'
|
||||
+#6'akLeft'#7'akRight'#0#7'Caption'#6#7'Options'#19'Link.TIPropertyName'#6#7
|
||||
+'Options'#23'Link.AliasValuesStrings'#1#6'.eoLineFeedAfterField=Linefeed aft'
|
||||
+'er each field'#6'8eoUseOldInWhereParams=Use OLD prefix in where parameters'
|
||||
+#6'2eoAndTermsInBrackets=Put brackets around AND Terms'#6'#eoQuoteFieldNames'
|
||||
+'=Quote field names'#6'/eoLineFeedAfterAndTerm=Linefeed after AND terms'#6#30
|
||||
+'eoAddTerminator=Add terminator'#0#0#0#0#6'TPanel'#10'PKeyFields'#22'AnchorS'
|
||||
+'ideLeft.Control'#7#8'POptions'#19'AnchorSideLeft.Side'#7#9'asrBottom'#23'An'
|
||||
+'chorSideRight.Control'#7#13'PSelectFields'#4'Left'#3#254#0#6'Height'#3'&'#1
|
||||
+#5'Width'#3#167#0#5'Align'#7#8'alClient'#10'BevelOuter'#7#6'bvNone'#12'Clien'
|
||||
+'tHeight'#3'&'#1#11'ClientWidth'#3#167#0#8'TabOrder'#2#1#0#6'TLabel'#12'LLBK'
|
||||
+'eyFields'#6'Height'#2#26#5'Width'#3#167#0#5'Align'#7#5'alTop'#9'Alignment'#7
|
||||
+#8'taCenter'#8'AutoSize'#8#7'Caption'#6#11'&Key fields'#6'Layout'#7#8'tlCent'
|
||||
+'er'#11'ParentColor'#8#0#0#8'TListBox'#11'LBKeyFields'#4'Left'#2#2#6'Height'
|
||||
+#3#249#0#3'Top'#2'"'#5'Width'#3#161#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akR'
|
||||
+'ight'#8'akBottom'#0#11'MultiSelect'#9#6'Sorted'#9#8'TabOrder'#2#0#8'TopInde'
|
||||
+'x'#2#255#0#0#0#6'TPanel'#13'PSelectFields'#4'Left'#3#165#1#6'Height'#3'&'#1
|
||||
+#5'Width'#3#168#0#5'Align'#7#7'alRight'#10'BevelOuter'#7#6'bvNone'#12'Client'
|
||||
+'Height'#3'&'#1#11'ClientWidth'#3#168#0#8'TabOrder'#2#2#0#6'TLabel'#6'Label2'
|
||||
+#6'Height'#2#26#5'Width'#3#168#0#5'Align'#7#5'alTop'#9'Alignment'#7#8'taCent'
|
||||
+'er'#8'AutoSize'#8#7'Caption'#6#27'Select/Update/Insert fields'#6'Layout'#7#8
|
||||
+'tlCenter'#11'ParentColor'#8#0#0#8'TListBox'#8'LBFields'#4'Left'#2#12#6'Heig'
|
||||
+'ht'#3#249#0#3'Top'#2'"'#5'Width'#3#146#0#7'Anchors'#11#5'akTop'#6'akLeft'#7
|
||||
+'akRight'#0#11'MultiSelect'#9#6'Sorted'#9#8'TabOrder'#2#0#8'TopIndex'#2#255#0
|
||||
+#0#0#0#9'TTabSheet'#8'TSSelect'#7'Caption'#6#7'&Select'#12'ClientHeight'#3'G'
|
||||
+#1#11'ClientWidth'#3'Q'#2#0#5'TMemo'#7'MSelect'#4'Left'#2#8#6'Height'#3'7'#1
|
||||
+#3'Top'#2#8#5'Width'#3'A'#2#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2
|
||||
+#8#13'Lines.Strings'#1#6#0#0#8'TabOrder'#2#0#0#0#0#9'TTabSheet'#8'TSInsert'#7
|
||||
,'Caption'#6#7'&Insert'#12'ClientHeight'#3'G'#1#11'ClientWidth'#3'Q'#2#0#5'TM'
|
||||
+'emo'#7'MInsert'#4'Left'#2#8#6'Height'#3'7'#1#3'Top'#2#8#5'Width'#3'A'#2#5'A'
|
||||
+'lign'#7#8'alClient'#20'BorderSpacing.Around'#2#8#13'Lines.Strings'#1#6#0#0#8
|
||||
+'TabOrder'#2#0#0#0#0#9'TTabSheet'#8'TSUpdate'#7'Caption'#6#7'&Update'#12'Cli'
|
||||
+'entHeight'#3'G'#1#11'ClientWidth'#3'Q'#2#0#5'TMemo'#7'MUpdate'#4'Left'#2#8#6
|
||||
+'Height'#3'7'#1#3'Top'#2#8#5'Width'#3'A'#2#5'Align'#7#8'alClient'#20'BorderS'
|
||||
+'pacing.Around'#2#8#13'Lines.Strings'#1#6#0#0#8'TabOrder'#2#0#0#0#0#9'TTabSh'
|
||||
+'eet'#8'TSDelete'#7'Caption'#6#7'&Delete'#12'ClientHeight'#3'G'#1#11'ClientW'
|
||||
+'idth'#3'Q'#2#0#5'TMemo'#7'MDelete'#4'Left'#2#8#6'Height'#3'7'#1#3'Top'#2#8#5
|
||||
+'Width'#3'A'#2#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#8#13'Lines.'
|
||||
+'Strings'#1#6#0#0#8'TabOrder'#2#0#0#0#0#9'TTabSheet'#8'TSCreate'#7'Caption'#6
|
||||
+#12'Create table'#12'ClientHeight'#3'G'#1#11'ClientWidth'#3'Q'#2#0#5'TMemo'#7
|
||||
+'MCreate'#4'Left'#2#8#6'Height'#3'7'#1#3'Top'#2#8#5'Width'#3'A'#2#5'Align'#7
|
||||
+#8'alClient'#20'BorderSpacing.Around'#2#8#13'Lines.Strings'#1#6#0#0#8'TabOrd'
|
||||
+'er'#2#0#0#0#0#0#6'TPanel'#8'PButtons'#6'Height'#2'$'#3'Top'#3'G'#1#5'Width'
|
||||
+#3'Q'#2#5'Align'#7#8'alBottom'#10'BevelOuter'#7#9'bvLowered'#12'ClientHeight'
|
||||
+#2'$'#11'ClientWidth'#3'Q'#2#8'TabOrder'#2#1#0#7'TButton'#3'BOK'#4'Left'#3
|
||||
+#247#1#6'Height'#2#25#3'Top'#2#6#5'Width'#2'S'#7'Anchors'#11#5'akTop'#7'akRi'
|
||||
+'ght'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#3'&Ok'#11'ModalResult'
|
||||
+#2#1#8'TabOrder'#2#0#0#0#7'TButton'#7'BCancel'#4'Left'#3#159#1#6'Height'#2#25
|
||||
+#3'Top'#2#6#5'Width'#2'S'#7'Anchors'#11#5'akTop'#7'akRight'#0#25'BorderSpaci'
|
||||
+'ng.InnerBorder'#2#4#6'Cancel'#9#7'Caption'#6#7'&Cancel'#11'ModalResult'#2#2
|
||||
+#8'TabOrder'#2#1#0#0#0#0#16'TGenerateSQLForm'#15'GenerateSQLForm'#4'Left'#3
|
||||
+']'#1#6'Height'#3'k'#1#3'Top'#3#17#1#5'Width'#3'Q'#2#13'ActiveControl'#7#8'C'
|
||||
+'BTables'#7'Caption'#6#23'Generate SQL statements'#12'ClientHeight'#3'k'#1#11
|
||||
+'ClientWidth'#3'Q'#2#8'OnCreate'#7#10'FormCreate'#10'LCLVersion'#6#6'0.9.25'
|
||||
+#0#12'TPageControl'#5'PCSQL'#6'Height'#3'G'#1#5'Width'#3'Q'#2#10'ActivePage'
|
||||
+#7#8'TSFields'#5'Align'#7#8'alClient'#8'TabIndex'#2#0#8'TabOrder'#2#0#0#9'TT'
|
||||
+'abSheet'#8'TSFields'#7'Caption'#6#17'Table and &Fields'#29'ChildSizing.Enla'
|
||||
+'rgeHorizontal'#7#14'crsScaleChilds'#27'ChildSizing.EnlargeVertical'#7#14'cr'
|
||||
+'sScaleChilds'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'Chil'
|
||||
+'dSizing.ShrinkVertical'#7#14'crsScaleChilds'#27'ChildSizing.ControlsPerLine'
|
||||
+#2#3#12'ClientHeight'#3'&'#1#11'ClientWidth'#3'M'#2#8'OnResize'#7#8'TSResize'
|
||||
+#0#6'TPanel'#8'POptions'#6'Height'#3'&'#1#5'Width'#3#254#0#5'Align'#7#6'alLe'
|
||||
+'ft'#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#3'&'#1#11'ClientWidth'#3#254
|
||||
+#0#20'Constraints.MinWidth'#3#180#0#8'TabOrder'#2#0#0#6'TLabel'#9'LCBTables'
|
||||
+#4'Left'#2#4#6'Height'#2#16#3'Top'#2#5#5'Width'#3#238#0#7'Anchors'#11#5'akTo'
|
||||
+'p'#6'akLeft'#7'akRight'#0#8'AutoSize'#8#7'Caption'#6#6'Ta&ble'#12'FocusCont'
|
||||
+'rol'#7#8'CBTables'#11'ParentColor'#8#0#0#6'TLabel'#9'LSEIndent'#4'Left'#2'('
|
||||
+#6'Height'#2#20#3'Top'#3#205#0#5'Width'#3#150#0#9'Alignment'#7#14'taRightJus'
|
||||
+'tify'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoSize'#8#7'Caption'
|
||||
+#6#7'I&ndent'#6'Layout'#7#8'tlCenter'#11'ParentColor'#8#0#0#6'TLabel'#13'LSE'
|
||||
+'LineLength'#4'Left'#2'$'#6'Height'#2#20#3'Top'#3#234#0#5'Width'#3#154#0#9'A'
|
||||
+'lignment'#7#14'taRightJustify'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
||||
+#8'AutoSize'#8#7'Caption'#6#11'Line Length'#6'Layout'#7#8'tlCenter'#11'Paren'
|
||||
+'tColor'#8#0#0#9'TComboBox'#8'CBTables'#4'Left'#2#4#6'Height'#2#21#3'Top'#2
|
||||
+#26#5'Width'#3#238#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCo'
|
||||
+'mpleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxL'
|
||||
+'ength'#2#0#8'OnChange'#7#14'CBTablesChange'#6'Sorted'#9#5'Style'#7#14'csDro'
|
||||
+'pDownList'#8'TabOrder'#2#0#0#0#7'TButton'#9'BGenerate'#4'Left'#2#4#6'Height'
|
||||
+#2#25#3'Top'#3#9#1#5'Width'#3#238#0#7'Anchors'#11#6'akLeft'#7'akRight'#8'akB'
|
||||
+'ottom'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#13'&Generate SQL'#7
|
||||
+'Default'#9#7'OnClick'#7#14'BGenerateClick'#8'TabOrder'#2#1#0#0#11'TTISpinEd'
|
||||
+'it'#8'SEindent'#4'Left'#3#204#0#6'Height'#2#23#3'Top'#3#202#0#5'Width'#2'"'
|
||||
+#7'Anchors'#11#5'akTop'#7'akRight'#0#19'Link.TIPropertyName'#6#6'Indent'#8'T'
|
||||
+'abOrder'#2#2#0#0#11'TTISpinEdit'#12'SELineLength'#4'Left'#3#205#0#6'Height'
|
||||
+#2#23#3'Top'#3#231#0#5'Width'#2'"'#7'Anchors'#11#5'akTop'#7'akRight'#0#19'Li'
|
||||
+'nk.TIPropertyName'#6#10'LineLength'#8'TabOrder'#2#3#0#0#13'TTICheckGroup'#10
|
||||
+'CLBOptions'#4'Left'#2#6#6'Height'#3#144#0#3'Top'#2'2'#5'Width'#3#234#0#7'An'
|
||||
+'chors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#7'Options'#19'Link.T'
|
||||
+'IPropertyName'#6#7'Options'#23'Link.AliasValuesStrings'#1#6'.eoLineFeedAfte'
|
||||
+'rField=Linefeed after each field'#6'8eoUseOldInWhereParams=Use OLD prefix i'
|
||||
+'n where parameters'#6'2eoAndTermsInBrackets=Put brackets around AND Terms'#6
|
||||
+'#eoQuoteFieldNames=Quote field names'#6'/eoLineFeedAfterAndTerm=Linefeed af'
|
||||
,'ter AND terms'#6#30'eoAddTerminator=Add terminator'#0#0#0#0#6'TPanel'#10'PK'
|
||||
+'eyFields'#22'AnchorSideLeft.Control'#7#8'POptions'#19'AnchorSideLeft.Side'#7
|
||||
+#9'asrBottom'#23'AnchorSideRight.Control'#7#13'PSelectFields'#4'Left'#3#254#0
|
||||
+#6'Height'#3'&'#1#5'Width'#3#167#0#5'Align'#7#8'alClient'#10'BevelOuter'#7#6
|
||||
+'bvNone'#12'ClientHeight'#3'&'#1#11'ClientWidth'#3#167#0#8'TabOrder'#2#1#0#6
|
||||
+'TLabel'#12'LLBKeyFields'#6'Height'#2#26#5'Width'#3#167#0#5'Align'#7#5'alTop'
|
||||
+#9'Alignment'#7#8'taCenter'#8'AutoSize'#8#7'Caption'#6#11'&Key fields'#6'Lay'
|
||||
+'out'#7#8'tlCenter'#11'ParentColor'#8#0#0#8'TListBox'#11'LBKeyFields'#4'Left'
|
||||
+#2#2#6'Height'#3#249#0#3'Top'#2'"'#5'Width'#3#161#0#7'Anchors'#11#5'akTop'#6
|
||||
+'akLeft'#7'akRight'#8'akBottom'#0#11'MultiSelect'#9#6'Sorted'#9#8'TabOrder'#2
|
||||
+#0#8'TopIndex'#2#255#0#0#0#6'TPanel'#13'PSelectFields'#4'Left'#3#165#1#6'Hei'
|
||||
+'ght'#3'&'#1#5'Width'#3#168#0#5'Align'#7#7'alRight'#10'BevelOuter'#7#6'bvNon'
|
||||
+'e'#12'ClientHeight'#3'&'#1#11'ClientWidth'#3#168#0#8'TabOrder'#2#2#0#6'TLab'
|
||||
+'el'#6'Label2'#6'Height'#2#26#5'Width'#3#168#0#5'Align'#7#5'alTop'#9'Alignme'
|
||||
+'nt'#7#8'taCenter'#8'AutoSize'#8#7'Caption'#6#27'Select/Update/Insert fields'
|
||||
+#6'Layout'#7#8'tlCenter'#11'ParentColor'#8#0#0#8'TListBox'#8'LBFields'#4'Lef'
|
||||
+'t'#2#12#6'Height'#3#249#0#3'Top'#2'"'#5'Width'#3#146#0#7'Anchors'#11#5'akTo'
|
||||
+'p'#6'akLeft'#7'akRight'#0#11'MultiSelect'#9#6'Sorted'#9#8'TabOrder'#2#0#8'T'
|
||||
+'opIndex'#2#255#0#0#0#0#9'TTabSheet'#8'TSSelect'#7'Caption'#6#7'&Select'#12
|
||||
+'ClientHeight'#3'G'#1#11'ClientWidth'#3'Q'#2#0#5'TMemo'#7'MSelect'#4'Left'#2
|
||||
+#8#6'Height'#3'7'#1#3'Top'#2#8#5'Width'#3'A'#2#5'Align'#7#8'alClient'#20'Bor'
|
||||
+'derSpacing.Around'#2#8#13'Lines.Strings'#1#6#0#0#8'TabOrder'#2#0#0#0#0#9'TT'
|
||||
+'abSheet'#8'TSInsert'#7'Caption'#6#7'&Insert'#12'ClientHeight'#3'G'#1#11'Cli'
|
||||
+'entWidth'#3'Q'#2#0#5'TMemo'#7'MInsert'#4'Left'#2#8#6'Height'#3'7'#1#3'Top'#2
|
||||
+#8#5'Width'#3'A'#2#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#8#13'Li'
|
||||
+'nes.Strings'#1#6#0#0#8'TabOrder'#2#0#0#0#0#9'TTabSheet'#8'TSUpdate'#7'Capti'
|
||||
+'on'#6#7'&Update'#12'ClientHeight'#3'G'#1#11'ClientWidth'#3'Q'#2#0#5'TMemo'#7
|
||||
+'MUpdate'#4'Left'#2#8#6'Height'#3'7'#1#3'Top'#2#8#5'Width'#3'A'#2#5'Align'#7
|
||||
+#8'alClient'#20'BorderSpacing.Around'#2#8#13'Lines.Strings'#1#6#0#0#8'TabOrd'
|
||||
+'er'#2#0#0#0#0#9'TTabSheet'#8'TSDelete'#7'Caption'#6#7'&Delete'#12'ClientHei'
|
||||
+'ght'#3'G'#1#11'ClientWidth'#3'Q'#2#0#5'TMemo'#7'MDelete'#4'Left'#2#8#6'Heig'
|
||||
+'ht'#3'7'#1#3'Top'#2#8#5'Width'#3'A'#2#5'Align'#7#8'alClient'#20'BorderSpaci'
|
||||
+'ng.Around'#2#8#13'Lines.Strings'#1#6#0#0#8'TabOrder'#2#0#0#0#0#9'TTabSheet'
|
||||
+#8'TSCreate'#7'Caption'#6#12'Create table'#12'ClientHeight'#3'G'#1#11'Client'
|
||||
+'Width'#3'Q'#2#0#5'TMemo'#7'MCreate'#4'Left'#2#8#6'Height'#3'7'#1#3'Top'#2#8
|
||||
+#5'Width'#3'A'#2#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#8#13'Line'
|
||||
+'s.Strings'#1#6#0#0#8'TabOrder'#2#0#0#0#0#0#6'TPanel'#8'PButtons'#6'Height'#2
|
||||
+'$'#3'Top'#3'G'#1#5'Width'#3'Q'#2#5'Align'#7#8'alBottom'#10'BevelOuter'#7#9
|
||||
+'bvLowered'#12'ClientHeight'#2'$'#11'ClientWidth'#3'Q'#2#8'TabOrder'#2#1#0#7
|
||||
+'TButton'#3'BOK'#4'Left'#3#247#1#6'Height'#2#25#3'Top'#2#6#5'Width'#2'S'#7'A'
|
||||
+'nchors'#11#5'akTop'#7'akRight'#0#25'BorderSpacing.InnerBorder'#2#4#7'Captio'
|
||||
+'n'#6#3'&Ok'#11'ModalResult'#2#1#8'TabOrder'#2#0#0#0#7'TButton'#7'BCancel'#4
|
||||
+'Left'#3#159#1#6'Height'#2#25#3'Top'#2#6#5'Width'#2'S'#7'Anchors'#11#5'akTop'
|
||||
+#7'akRight'#0#25'BorderSpacing.InnerBorder'#2#4#6'Cancel'#9#7'Caption'#6#7'&'
|
||||
+'Cancel'#11'ModalResult'#2#2#8'TabOrder'#2#1#0#0#0#0
|
||||
]);
|
||||
|
@ -66,7 +66,6 @@ type
|
||||
procedure BGenerateClick(Sender: TObject);
|
||||
procedure CBTablesChange(Sender: TObject);
|
||||
procedure FormCreate(Sender: TObject);
|
||||
procedure LBKeyFieldsClick(Sender: TObject);
|
||||
procedure TSResize(Sender: TObject);
|
||||
private
|
||||
FTableDefs : TDDTableDefs;
|
||||
@ -232,7 +231,10 @@ procedure TGenerateSQLForm.SetTableName(const AValue: String);
|
||||
|
||||
begin
|
||||
With CBTables do
|
||||
begin
|
||||
ItemIndex:=Items.IndexOf(AValue);
|
||||
CBTablesChange(CBTables);
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure TGenerateSQLForm.SetFieldLists(TD: TDDTableDef);
|
||||
@ -276,16 +278,13 @@ begin
|
||||
SELineLength.Link.TIObject:=FGenerator;
|
||||
end;
|
||||
|
||||
procedure TGenerateSQLForm.LBKeyFieldsClick(Sender: TObject);
|
||||
begin
|
||||
|
||||
end;
|
||||
|
||||
procedure TGenerateSQLForm.BGenerateClick(Sender: TObject);
|
||||
begin
|
||||
GenerateSQL;
|
||||
end;
|
||||
|
||||
|
||||
initialization
|
||||
{$I frmgeneratesql.lrs}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user