object Form_Settings: TForm_Settings Left = 0 Top = 0 BorderStyle = bsToolWindow Caption = 'Settings' ClientHeight = 216 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 DesignSize = ( 321 216) PixelsPerInch = 96 TextHeight = 13 object label_charset: TLabel Left = 8 Top = 8 Width = 145 Height = 26 AutoSize = False Caption = 'CharSet for displaying strings in ValueViewer/StructViewer:' WordWrap = True end object btn_ok: TButton Left = 8 Top = 187 Width = 57 Height = 23 Anchors = [akLeft, akBottom] Caption = 'OK' Default = True TabOrder = 0 OnClick = btn_okClick ExplicitTop = 168 end object btn_cancel: TButton Left = 112 Top = 187 Width = 57 Height = 23 Anchors = [akLeft, akBottom] Cancel = True Caption = 'Cancel' TabOrder = 1 OnClick = btn_cancelClick ExplicitTop = 168 end object combo_charset: TComboBox Left = 160 Top = 9 Width = 156 Height = 21 Style = csDropDownList ItemHeight = 13 ItemIndex = 0 TabOrder = 2 Text = 'default - 1' 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 = 48 Width = 209 Height = 17 Caption = 'Hide "Unused" data in StructureViewer' TabOrder = 3 end object check_reg_dat: TCheckBox Left = 8 Top = 87 Width = 180 Height = 17 Caption = 'Register .dat files with OUP' TabOrder = 4 end object check_reg_oldb: TCheckBox Left = 8 Top = 133 Width = 180 Height = 17 Caption = 'Register .oldb files with OUP' TabOrder = 5 end object check_reg_opf: TCheckBox Left = 8 Top = 156 Width = 180 Height = 17 Caption = 'Register .opf files with OUP' TabOrder = 6 end object check_reg_oni: TCheckBox Left = 8 Top = 110 Width = 180 Height = 17 Caption = 'Register .oni files with OUP' TabOrder = 7 end end