git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.SDAC@3 6f543ec7-021b-7e4c-98c9-62eafc7fb9a8
41 lines
907 B
Plaintext
41 lines
907 B
Plaintext
inherited DASQLEditorForm: TDASQLEditorForm
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
inherited BtnPanel: TPanel
|
|
inherited btOk: TBitBtn
|
|
TabOrder = 1
|
|
end
|
|
inherited btCancel: TBitBtn
|
|
TabOrder = 2
|
|
end
|
|
object btExecute: TButton
|
|
Left = 8
|
|
Top = 8
|
|
Width = 80
|
|
Height = 25
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'Execute'
|
|
TabOrder = 0
|
|
OnClick = btExecuteClick
|
|
end
|
|
end
|
|
inherited PageControl: TPageControl
|
|
ActivePage = shSQL
|
|
object shSQL: TTabSheet
|
|
Caption = 'S&QL'
|
|
end
|
|
object shParameters: TTabSheet
|
|
Caption = '&Parameters'
|
|
ImageIndex = 1
|
|
end
|
|
object shMacros: TTabSheet
|
|
Caption = '&Macros'
|
|
ImageIndex = 2
|
|
end
|
|
object shGeneratorSPC: TTabSheet
|
|
Caption = 'S&tored Proc Call Generator'
|
|
ImageIndex = 3
|
|
end
|
|
end
|
|
end
|