git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.SDAC@3 6f543ec7-021b-7e4c-98c9-62eafc7fb9a8
16 lines
373 B
Plaintext
16 lines
373 B
Plaintext
inherited DAUpdateSQLEditorForm: TDAUpdateSQLEditorForm
|
|
Caption = 'DAUpdateSQLEditorForm'
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
inherited PageControl: TPageControl
|
|
ActivePage = shEditSQL
|
|
object shEditSQL: TTabSheet
|
|
Caption = '&Update SQLs'
|
|
end
|
|
object shGenerator: TTabSheet
|
|
Caption = 'SQL &Generator'
|
|
ImageIndex = 1
|
|
end
|
|
end
|
|
end
|