object Form1: TForm1 Left = 0 Top = 0 Caption = 'Form1' ClientHeight = 286 ClientWidth = 426 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object test: TButton Left = 48 Top = 48 Width = 75 Height = 25 Caption = 'test' TabOrder = 0 OnClick = testClick end object sess: TOraSession ConnectDialog = cd Left = 64 Top = 144 end object cd: TJvDBOdacConnectDialog Left = 100 Top = 144 end object lfc: TcxLookAndFeelController NativeStyle = True Left = 64 Top = 108 end end