--- oup/rewrite/Settings.dfm 2007/01/18 17:15:59 93 +++ oup/current/Settings.dfm 2007/02/22 00:37:39 112 @@ -3,7 +3,7 @@ object Form_Settings: TForm_Settings Top = 0 BorderStyle = bsToolWindow Caption = 'Settings' - ClientHeight = 235 + ClientHeight = 197 ClientWidth = 321 Color = clBtnFace Font.Charset = DEFAULT_CHARSET @@ -19,50 +19,42 @@ object Form_Settings: TForm_Settings TextHeight = 13 object label_charset: TLabel Left = 8 - Top = 39 + Top = 8 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 = 199 + Top = 168 Width = 57 Height = 23 Caption = 'OK' Default = True - TabOrder = 1 + TabOrder = 0 OnClick = btn_okClick end object btn_cancel: TButton Left = 112 - Top = 199 + Top = 168 Width = 57 Height = 23 Cancel = True Caption = 'Cancel' - TabOrder = 2 + TabOrder = 1 OnClick = btn_cancelClick end object combo_charset: TComboBox Left = 160 - Top = 40 + Top = 9 Width = 156 Height = 21 Style = csDropDownList ItemHeight = 13 ItemIndex = 0 - TabOrder = 3 + TabOrder = 2 Text = 'default - 1' Items.Strings = ( 'default - 1' @@ -77,34 +69,34 @@ object Form_Settings: TForm_Settings end object check_hideunused: TCheckBox Left = 8 - Top = 79 + Top = 48 Width = 209 Height = 17 Caption = 'Hide "Unused" data in StructureViewer' - TabOrder = 4 + TabOrder = 3 end object check_reg_dat: TCheckBox Left = 8 - Top = 118 + Top = 87 Width = 180 Height = 17 Caption = 'Register .dat files with OUP' - TabOrder = 5 + TabOrder = 4 end object check_reg_oldb: TCheckBox Left = 8 - Top = 141 + Top = 110 Width = 180 Height = 17 Caption = 'Register .oldb files with OUP' - TabOrder = 6 + TabOrder = 5 end object check_reg_opf: TCheckBox Left = 8 - Top = 164 + Top = 133 Width = 180 Height = 17 Caption = 'Register .opf files with OUP' - TabOrder = 7 + TabOrder = 6 end end