Componentes.Terceros.RemObj.../internal/5.0.35.741/1/Data Abstract for Delphi/Samples/Custom User Logon/CustomUserLogonMain.dfm
2009-02-28 17:16:16 +00:00

103 lines
2.2 KiB
Plaintext

object TCustomUserLogonMainForm
Left = 294
Top = 99
BorderStyle = bsDialog
Caption = 'Custom User Logon'
ClientHeight = 158
ClientWidth = 207
Color = clBtnFace
ParentFont = True
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 7
Width = 191
Height = 81
Caption = 'User Info'
TabOrder = 0
object Label1: TLabel
Left = 21
Top = 28
Width = 36
Height = 13
Caption = 'UserID:'
end
object Label2: TLabel
Left = 8
Top = 52
Width = 49
Height = 13
Caption = 'Password:'
end
object eUserID: TEdit
Left = 62
Top = 24
Width = 121
Height = 21
TabOrder = 0
Text = 'sa'
end
object ePassword: TEdit
Left = 62
Top = 48
Width = 121
Height = 21
TabOrder = 1
end
end
object Open1Button: TButton
Left = 20
Top = 95
Width = 167
Height = 25
Caption = 'Open Connection (1st way)'
Default = True
TabOrder = 1
OnClick = Open1ButtonClick
end
object Open2Button: TButton
Left = 20
Top = 127
Width = 167
Height = 25
Caption = 'Open Connection (2nd way)'
Default = True
TabOrder = 2
OnClick = Open2ButtonClick
end
object DADriverManager: TDADriverManager
DriverDirectory = '%SYSTEM%\'
AutoLoad = False
TraceActive = False
TraceFlags = []
Left = 120
Top = 40
end
object DAConnectionManager: TDAConnectionManager
MaxPoolSize = 10
PoolTimeoutSeconds = 60
PoolBehaviour = pbWait
WaitIntervalSeconds = 1
Connections = <
item
Name = 'ADO'
ConnectionString =
'ADO?AuxDriver=SQLOLEDB.1;Server=localhost;Database=Northwind;Integrated Security=SSPI;'
Description = 'Borland ADOExpress Connection'
Default = True
Tag = 0
end>
DriverManager = DADriverManager
PoolingEnabled = False
Left = 152
Top = 40
end
object DAADODriver: TDAADODriver
Left = 32
Top = 88
end
end