Componentes.Terceros.RemObj.../internal/5.0.23.613/1/Data Abstract for Delphi/Samples/Dynamic SQL/DynSQLServerMain.dfm

80 lines
1.9 KiB
Plaintext
Raw Normal View History

object DynSQLServerMainForm: TDynSQLServerMainForm
Left = 285
Top = 181
AutoScroll = False
BorderWidth = 5
Caption = 'DynSQL Server'
ClientHeight = 221
ClientWidth = 413
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Form1'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 14
object RoPoweredByRemObjectsButton1: TROPoweredByRemObjectsButton
Left = 0
Top = 0
Width = 212
Height = 48
Cursor = crHandPoint
end
object Memo: TMemo
Left = 0
Top = 54
Width = 413
Height = 167
Align = alBottom
Anchors = [akLeft, akTop, akRight, akBottom]
Lines.Strings = (
'SQL details generated for Update will be displayed here')
ReadOnly = True
TabOrder = 0
end
object ROMessage: TROBinMessage
Left = 256
end
object ROServer: TROIndyHTTPServer
Active = True
Dispatchers = <
item
Name = 'ROMessage'
Message = ROMessage
Enabled = True
PathInfo = 'BIN'
end>
Port = 8099
Left = 288
end
object DADriverManager: TDADriverManager
DriverDirectory = '%SYSTEM%\'
TraceActive = False
TraceFlags = []
Left = 320
end
object DAConnectionManager: TDAConnectionManager
Connections = <
item
Name = 'ADO'
ConnectionString =
'ADO?Server=localhost;UserID=sa;AuxDriver=SQLOLEDB.1;Database=Nor' +
'thwind;password=;'
Description = 'Borland ADOExpress Connection'
Default = True
Tag = 0
end>
DriverManager = DADriverManager
PoolingEnabled = True
Left = 384
end
object DAADODriver: TDAADODriver
Left = 352
end
end