Componentes.Terceros.RemObj.../internal/5.0.23.613/1/Data Abstract for Delphi/Samples/Custom User Logon/CustomUserLogonMain.dfm
david 2824855ea7 - Modificación del paquete RemObjects_Core_D10 para que sea un paquete de runtime/designtime (antes era designtime sólo)
- Recompilación en Delphi10 de todos los paquetes de RO para generar las DCU's en Lib\D10
- Recompilación en Delphi10 de todos los paquetes de DA para generar las DCU's en Lib\D10

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@9 b6239004-a887-0f4b-9937-50029ccdca16
2007-09-10 14:06:19 +00:00

108 lines
2.3 KiB
Plaintext

object TCustomUserLogonMainForm
Left = 294
Top = 99
BorderStyle = bsDialog
Caption = 'Custom User Logon'
ClientHeight = 158
ClientWidth = 207
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 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?Server=localhost;UserID=sa;AuxDriver=SQLOLEDB.1;Database=Nor' +
'thwind'
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