object fmConfig: TfmConfig Left = 200 Top = 108 BorderStyle = bsDialog Caption = 'Open a backup configuration' ClientHeight = 175 ClientWidth = 290 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object bnClose: TBitBtn Left = 56 Top = 144 Width = 74 Height = 25 TabOrder = 0 OnClick = QuitClick Kind = bkOK end object cbxOpen: TComboBox Left = 72 Top = 8 Width = 146 Height = 21 ItemHeight = 13 TabOrder = 1 end object bnCancel: TBitBtn Left = 160 Top = 144 Width = 74 Height = 25 TabOrder = 2 OnClick = QuitClick Kind = bkCancel end end