Componentes.Terceros.SDAC/internal/4.10.0.10/1/Source/Design/DASQLFrame.xfm
2007-10-05 14:48:18 +00:00

32 lines
668 B
Plaintext

inherited DASQLFrame: TDASQLFrame
object Panel1: TPanel
Left = 0
Top = 0
Width = 481
Height = 229
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object meSQL: TMemo
Left = 8
Top = 8
Width = 465
Height = 213
Anchors = [akLeft, akTop, akRight, akBottom]
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Courier New'
Font.Pitch = fpVariable
Font.Style = []
Lines.Strings = (
'')
ParentFont = False
ScrollBars = ssBoth
TabOrder = 0
WordWrap = False
OnExit = meSQLExit
end
end
end