object frmSelectDisplay: TfrmSelectDisplay Left = 0 Top = 0 BorderStyle = bsDialog Caption = 'Select Display Driver' ClientHeight = 168 ClientWidth = 270 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter DesignSize = ( 270 168) PixelsPerInch = 96 TextHeight = 13 object btnOK: TButton Left = 106 Top = 135 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'OK' Default = True TabOrder = 1 OnClick = btnOKClick end object btnCancel: TButton Left = 187 Top = 135 Width = 75 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object lstDrivers: TListBox Left = 8 Top = 8 Width = 254 Height = 121 Anchors = [akLeft, akTop, akRight, akBottom] ItemHeight = 13 TabOrder = 0 OnDblClick = lstDriversDblClick end end