--- oup/current/Settings.dfm 2006/12/18 23:35:30 43 +++ oup/releases/0.33a/Settings.dfm 2007/01/11 23:38:49 76 @@ -3,7 +3,7 @@ object Form_Settings: TForm_Settings Top = 0 BorderStyle = bsToolWindow Caption = 'Settings' - ClientHeight = 357 + ClientHeight = 235 ClientWidth = 321 Color = clBtnFace Font.Charset = DEFAULT_CHARSET @@ -36,7 +36,7 @@ object Form_Settings: TForm_Settings end object btn_ok: TButton Left = 8 - Top = 319 + Top = 199 Width = 57 Height = 23 Caption = 'OK' @@ -45,8 +45,8 @@ object Form_Settings: TForm_Settings OnClick = btn_okClick end object btn_cancel: TButton - Left = 120 - Top = 319 + Left = 112 + Top = 199 Width = 57 Height = 23 Cancel = True @@ -54,33 +54,6 @@ object Form_Settings: TForm_Settings 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 @@ -89,7 +62,7 @@ object Form_Settings: TForm_Settings Style = csDropDownList ItemHeight = 13 ItemIndex = 0 - TabOrder = 6 + TabOrder = 3 Text = 'default - 1' Items.Strings = ( 'default - 1' @@ -108,6 +81,30 @@ object Form_Settings: TForm_Settings Width = 209 Height = 17 Caption = 'Hide "Unused" data in StructureViewer' + TabOrder = 4 + end + object check_reg_dat: TCheckBox + Left = 8 + Top = 118 + Width = 180 + Height = 17 + Caption = 'Register .dat files with OUP' + TabOrder = 5 + end + object check_reg_oldb: TCheckBox + Left = 8 + Top = 141 + Width = 180 + Height = 17 + Caption = 'Register .oldb files with OUP' + TabOrder = 6 + end + object check_reg_opf: TCheckBox + Left = 8 + Top = 164 + Width = 180 + Height = 17 + Caption = 'Register .opf files with OUP' TabOrder = 7 end end