Componentes.Terceros.SDAC/internal/4.10.0.10/1/Source/MSConnectForm.dfm
2007-10-05 14:48:18 +00:00

133 lines
2.7 KiB
Plaintext

object MSConnectForm: TMSConnectForm
Left = 269
Top = 112
ActiveControl = edUsername
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Connect'
ClientHeight = 210
ClientWidth = 291
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
Scaled = False
PixelsPerInch = 96
TextHeight = 13
object Panel: TPanel
Left = 8
Top = 8
Width = 273
Height = 156
BevelInner = bvRaised
BevelOuter = bvLowered
FullRepaint = False
TabOrder = 0
object lbUsername: TLabel
Left = 16
Top = 20
Width = 73
Height = 13
AutoSize = False
Caption = 'Username'
Layout = tlCenter
end
object lbPassword: TLabel
Left = 16
Top = 54
Width = 73
Height = 13
AutoSize = False
Caption = 'Password'
Layout = tlCenter
end
object lbServer: TLabel
Left = 16
Top = 88
Width = 73
Height = 13
AutoSize = False
Caption = 'Server'
Layout = tlCenter
end
object lbDatabase: TLabel
Left = 16
Top = 123
Width = 73
Height = 13
AutoSize = False
Caption = 'Database'
Layout = tlCenter
end
object edUsername: TEdit
Left = 104
Top = 16
Width = 153
Height = 21
AutoSelect = False
MaxLength = 32767
TabOrder = 0
end
object edPassword: TEdit
Left = 104
Top = 50
Width = 153
Height = 21
AutoSelect = False
MaxLength = 32767
PasswordChar = '*'
TabOrder = 1
end
object edServer: TComboBox
Left = 104
Top = 84
Width = 153
Height = 21
DropDownCount = 10
ItemHeight = 13
TabOrder = 2
OnDropDown = edServerDropDown
end
object edDatabase: TComboBox
Left = 104
Top = 119
Width = 153
Height = 21
DropDownCount = 10
ItemHeight = 13
TabOrder = 3
OnDropDown = edDatabaseDropDown
end
end
object btConnect: TButton
Left = 52
Top = 176
Width = 89
Height = 25
Caption = 'Connect'
Default = True
TabOrder = 1
OnClick = btConnectClick
end
object btCancel: TButton
Left = 148
Top = 176
Width = 89
Height = 25
Cancel = True
Caption = 'Cancel'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 2
end
end