[go: up one dir, main page]

Menu

[r89]: / rpmdfdinfo.xfm  Maximize  Restore  History

Download this file

61 lines (60 with data), 1.2 kB

object FRpDInfo: TFRpDInfo
  Left = 269
  Top = 178
  Width = 565
  Height = 522
  VertScrollBar.Range = 39
  ActiveControl = BOk
  AutoScroll = False
  Caption = 'Database connections and datasets'
  Color = clButton
  Position = poScreenCenter
  ShowHint = True
  
  PixelsPerInch = 96
  TextHeight = 13
  TextWidth = 6
  object PBottom: TPanel
    Left = 0
    Top = 483
    Width = 565
    Height = 39
    Align = alBottom
    TabOrder = 0
    object BOk: TButton
      Left = 12
      Top = 8
      Width = 89
      Height = 25
      Caption = 'OK'
      TabOrder = 0
      
    end
    object BCancel: TButton
      Left = 116
      Top = 8
      Width = 89
      Height = 25
      Caption = 'Cancel'
      TabOrder = 1
      
    end
  end
  object PControl: TPageControl
    Left = 0
    Top = 0
    Width = 565
    Height = 483
    ActivePage = TabConnections
    Align = alClient
    TabOrder = 1
    
    object TabConnections: TTabSheet
      Caption = 'Connections'
    end
    object TabDatasets: TTabSheet
      Caption = 'Datasets'
      ImageIndex = 1
    end
  end
end