object DisplayOptionsForm: TDisplayOptionsForm Left = 265 Top = 204 BorderStyle = bsDialog Caption = 'Options ...' ClientHeight = 149 ClientWidth = 319 Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 15 object btnOK: TButton Left = 64 Top = 119 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 4 OnClick = btnOKClick end object btnCancel: TButton Left = 180 Top = 119 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 5 end object cbAskForViewer: TCheckBox Left = 7 Top = 3 Width = 114 Height = 17 Caption = '&Ask for Viewer? ' TabOrder = 0 end object cbShowFileIcons: TCheckBox Left = 7 Top = 23 Width = 121 Height = 17 Caption = '&Show file icons?' TabOrder = 1 end object gbDisplayFont: TGroupBox Left = 7 Top = 65 Width = 306 Height = 47 Caption = ' Display font ' TabOrder = 3 object lbDisplayFontName: TLabel Left = 6 Top = 19 Width = 233 Height = 15 AutoSize = False Caption = 'lbDisplayFontName' end object btnChangeFont: TButton Left = 244 Top = 14 Width = 55 Height = 25 Caption = 'C&hange' TabOrder = 0 OnClick = btnChangeFontClick end end object cbDMCExecuteFile: TCheckBox Left = 7 Top = 44 Width = 202 Height = 17 Caption = '&Double mouse click execute file' TabOrder = 2 end object DisplayFontDialog: TFontDialog Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MinFontSize = 0 MaxFontSize = 0 Options = [] Left = 252 Top = 6 end end