object ModeSelect: TModeSelect Left = 193 Top = 236 BorderStyle = bsDialog ClientHeight = 124 ClientWidth = 233 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object SelModeOk: TButton Left = 72 Top = 96 Width = 89 Height = 22 Caption = '&Ok' ModalResult = 1 TabOrder = 0 end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 217 Height = 81 Caption = ' Select view modes: ' Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 object QuickViewCB: TCheckBox Left = 64 Top = 24 Width = 89 Height = 17 Caption = 'Quick view' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end object DetailedViewCB: TCheckBox Left = 64 Top = 48 Width = 97 Height = 17 Caption = 'Detailed view' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 end end end