--- oup/current/Settings.dfm 2007/02/22 00:37:39 112 +++ oup/current/Settings.dfm 2007/11/26 11:02:28 248 @@ -3,7 +3,7 @@ object Form_Settings: TForm_Settings Top = 0 BorderStyle = bsToolWindow Caption = 'Settings' - ClientHeight = 197 + ClientHeight = 216 ClientWidth = 321 Color = clBtnFace Font.Charset = DEFAULT_CHARSET @@ -15,6 +15,9 @@ object Form_Settings: TForm_Settings Position = poMainFormCenter OnCloseQuery = FormCloseQuery OnShow = FormShow + DesignSize = ( + 321 + 216) PixelsPerInch = 96 TextHeight = 13 object label_charset: TLabel @@ -28,23 +31,27 @@ object Form_Settings: TForm_Settings end object btn_ok: TButton Left = 8 - Top = 168 + 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 = 168 + 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 @@ -85,7 +92,7 @@ object Form_Settings: TForm_Settings end object check_reg_oldb: TCheckBox Left = 8 - Top = 110 + Top = 133 Width = 180 Height = 17 Caption = 'Register .oldb files with OUP' @@ -93,10 +100,18 @@ object Form_Settings: TForm_Settings end object check_reg_opf: TCheckBox Left = 8 - Top = 133 + 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