Componentes.Terceros.RemObj.../internal/6.0.43.801/1/RemObjects Samples/Data Abstract for Delphi/DA SQL/fClientForm.dfm
2010-01-29 16:17:43 +00:00

131 lines
2.7 KiB
Plaintext

object ClientForm: TClientForm
Left = 79
Top = 249
Width = 800
Height = 499
Caption = 'DA SQL Sample'
Color = clBtnFace
Constraints.MinHeight = 355
Constraints.MinWidth = 400
ParentFont = True
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 0
Top = 249
Width = 784
Height = 5
Cursor = crVSplit
Align = alTop
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 784
Height = 49
Align = alTop
BevelOuter = bvNone
TabOrder = 0
object DAPoweredByDataAbstractButton1: TDAPoweredByDataAbstractButton
Left = 0
Top = 0
Width = 212
Height = 48
Cursor = crHandPoint
end
object btExecute: TButton
Left = 218
Top = 13
Width = 75
Height = 25
Caption = '&Execute'
TabOrder = 0
OnClick = btExecuteClick
end
object btClear: TButton
Left = 299
Top = 13
Width = 75
Height = 25
Caption = 'C&lear'
TabOrder = 1
OnClick = btClearClick
end
end
object Panel2: TPanel
Left = 0
Top = 49
Width = 784
Height = 200
Align = alTop
BevelOuter = bvNone
TabOrder = 1
object Splitter2: TSplitter
Left = 257
Top = 0
Width = 5
Height = 200
end
object tvTemplates: TTreeView
Left = 0
Top = 0
Width = 257
Height = 200
Align = alLeft
HideSelection = False
Indent = 19
RowSelect = True
TabOrder = 0
OnChange = tvTemplatesChange
end
object Panel3: TPanel
Left = 262
Top = 0
Width = 522
Height = 200
Align = alClient
BevelOuter = bvNone
TabOrder = 1
object edQuery: TMemo
Left = 0
Top = 43
Width = 522
Height = 157
Align = alClient
ScrollBars = ssBoth
TabOrder = 0
WordWrap = False
end
object edDescription: TMemo
Left = 0
Top = 0
Width = 522
Height = 43
TabStop = False
Align = alTop
BorderStyle = bsNone
Color = clBtnFace
ReadOnly = True
TabOrder = 1
end
end
end
object dgResults: TDBGrid
Left = 0
Top = 254
Width = 784
Height = 209
Align = alClient
DataSource = ClientDataModule.dsQueryResults
TabOrder = 2
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
end