object Form14: TForm14 Left = 0 Top = 0 BorderStyle = bsToolWindow Caption = 'Settings' ClientHeight = 357 ClientWidth = 321 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCloseQuery = FormCloseQuery OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object label_charset: TLabel Left = 8 Top = 39 Width = 145 Height = 26 AutoSize = False Caption = 'CharSet for displaying strings in ValueViewer/StructViewer:' WordWrap = True end object check_filesashex: TCheckBox Left = 8 Top = 8 Width = 145 Height = 17 Caption = 'Show filenumbers as Hex' TabOrder = 0 end object btn_ok: TButton Left = 8 Top = 319 Width = 57 Height = 23 Caption = 'OK' Default = True TabOrder = 1 OnClick = btn_okClick end object btn_cancel: TButton Left = 120 Top = 319 Width = 57 Height = 23 Cancel = True Caption = 'Cancel' TabOrder = 2 OnClick = btn_cancelClick end object btn_register_oldb: TButton Left = 8 Top = 184 Width = 169 Height = 25 Caption = 'Register .oldb files with OUP' TabOrder = 3 OnClick = btn_register_oldbClick end object btn_register_opf: TButton Left = 8 Top = 215 Width = 169 Height = 25 Caption = 'Register .opf files with OUP' TabOrder = 4 OnClick = btn_register_opfClick end object btn_register_dat: TButton Left = 8 Top = 153 Width = 169 Height = 25 Caption = 'Register .dat files with OUP' TabOrder = 5 OnClick = btn_register_datClick end object combo_charset: TComboBox Left = 160 Top = 40 Width = 156 Height = 21 ItemHeight = 13 TabOrder = 6 Text = 'DEFAULT_CHARSET' Items.Strings = ( 'default - 1' 'Arabic - 178' 'Baltic - 186' 'ChineseBig5 - 136' 'EastEurope - 238' 'Greek - 161' 'Russian - 204' 'Thai - 222' 'Turkish - 162') end object check_hideunused: TCheckBox Left = 8 Top = 79 Width = 209 Height = 17 Caption = 'Hide "Unused" data in StructureViewer' TabOrder = 7 end end