Componentes.Terceros.SDAC/internal/4.10.0.10/1/Demos/dotNet/SdacDemo/ConnectDialog/InheritedConnectForm.nfm
2007-10-05 14:48:18 +00:00

44 lines
942 B
Plaintext

inherited fmInheritedConnect: TfmInheritedConnect
Left = 359
Top = 212
Caption = 'Inherited Connect'
PixelsPerInch = 96
TextHeight = 13
inherited Panel: TPanel
BevelOuter = bvNone
inherited lbUsername: TLabel
Width = 80
Font.Color = clNavy
Font.Style = [fsBold]
ParentFont = False
end
inherited lbPassword: TLabel
Width = 55
Font.Color = clNavy
Font.Style = [fsBold]
ParentFont = False
end
inherited lbServer: TLabel
Width = 38
Font.Color = clNavy
Font.Style = [fsBold]
ParentFont = False
end
inherited lbDatabase: TLabel
Font.Color = clNavy
Font.Style = [fsBold]
ParentFont = False
end
end
inherited btConnect: TButton
Left = 98
Width = 82
Height = 22
end
inherited btCancel: TButton
Left = 193
Width = 82
Height = 22
end
end