git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@2 b6239004-a887-0f4b-9937-50029ccdca16
174 lines
3.7 KiB
Plaintext
174 lines
3.7 KiB
Plaintext
object ConnectionByUserMainForm: TConnectionByUserMainForm
|
|
Left = 32
|
|
Top = 37
|
|
AutoScroll = False
|
|
Caption = 'Connection by User'
|
|
ClientHeight = 313
|
|
ClientWidth = 506
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label3: TLabel
|
|
Left = 309
|
|
Top = 18
|
|
Width = 117
|
|
Height = 13
|
|
Caption = 'Open default connection'
|
|
end
|
|
object Label4: TLabel
|
|
Left = 309
|
|
Top = 52
|
|
Width = 174
|
|
Height = 13
|
|
Caption = 'Delayed "Open" after supplying login'
|
|
end
|
|
object Label5: TLabel
|
|
Left = 309
|
|
Top = 82
|
|
Width = 155
|
|
Height = 13
|
|
Caption = 'One-liner Open with custom login'
|
|
end
|
|
object Label6: TLabel
|
|
Left = 309
|
|
Top = 114
|
|
Width = 133
|
|
Height = 13
|
|
Caption = 'Using the DADriverManager'
|
|
end
|
|
object GroupBox1: TGroupBox
|
|
Left = 8
|
|
Top = 8
|
|
Width = 217
|
|
Height = 89
|
|
Caption = 'Login Info'
|
|
TabOrder = 0
|
|
object Label1: TLabel
|
|
Left = 29
|
|
Top = 28
|
|
Width = 36
|
|
Height = 13
|
|
Caption = 'UserID:'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 16
|
|
Top = 60
|
|
Width = 49
|
|
Height = 13
|
|
Caption = 'Password:'
|
|
end
|
|
object eUserID: TEdit
|
|
Left = 72
|
|
Top = 24
|
|
Width = 121
|
|
Height = 24
|
|
TabOrder = 0
|
|
Text = 'sa'
|
|
end
|
|
object ePassword: TEdit
|
|
Left = 72
|
|
Top = 56
|
|
Width = 121
|
|
Height = 24
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object Acquire1Button: TButton
|
|
Left = 229
|
|
Top = 12
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Acquire #1'
|
|
TabOrder = 1
|
|
OnClick = Acquire1ButtonClick
|
|
end
|
|
object Acquire2Button: TButton
|
|
Left = 229
|
|
Top = 44
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Acquire #2'
|
|
TabOrder = 2
|
|
OnClick = Acquire2ButtonClick
|
|
end
|
|
object Acquire3Button: TButton
|
|
Left = 229
|
|
Top = 76
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Acquire #3'
|
|
TabOrder = 3
|
|
OnClick = Acquire3ButtonClick
|
|
end
|
|
object Acquire4Button: TButton
|
|
Left = 229
|
|
Top = 108
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Acquire #4'
|
|
TabOrder = 4
|
|
OnClick = Acquire4ButtonClick
|
|
end
|
|
object AcquireHoldButton: TButton
|
|
Left = 229
|
|
Top = 140
|
|
Width = 209
|
|
Height = 25
|
|
Caption = 'Acquire and Hold in a Session'
|
|
TabOrder = 5
|
|
OnClick = AcquireHoldButtonClick
|
|
end
|
|
object Memo: TMemo
|
|
Left = 4
|
|
Top = 173
|
|
Width = 496
|
|
Height = 137
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
ScrollBars = ssVertical
|
|
TabOrder = 6
|
|
end
|
|
object DAADODriver: TDAADODriver
|
|
Left = 57
|
|
Top = 127
|
|
end
|
|
object DADriverManager: TDADriverManager
|
|
DriverDirectory = '%SYSTEM%\'
|
|
TraceActive = False
|
|
TraceFlags = []
|
|
Left = 91
|
|
Top = 127
|
|
end
|
|
object DAConnectionManager: TDAConnectionManager
|
|
Connections = <
|
|
item
|
|
Name = 'ADOPartial'
|
|
ConnectionString = 'ADO?Server=localhost;Database=Northwind;AuxDriver=SQLOLEDB.1'
|
|
Default = False
|
|
Tag = 0
|
|
end
|
|
item
|
|
Name = 'ADOComplete'
|
|
ConnectionString =
|
|
'ADO?Server=localhost;Database=Northwind;AuxDriver=SQLOLEDB.1;Use' +
|
|
'rID=sa;Password=;'
|
|
Default = False
|
|
Tag = 0
|
|
end>
|
|
DriverManager = DADriverManager
|
|
PoolingEnabled = False
|
|
Left = 23
|
|
Top = 127
|
|
end
|
|
object ROSessionManager: TROInMemorySessionManager
|
|
Left = 129
|
|
Top = 127
|
|
end
|
|
end
|