--- oup/rewrite/Tools/TxmpReplace.dfm 2007/01/18 17:15:59 93 +++ oup/current/Tools/TxmpReplace.dfm 2007/05/12 13:22:11 177 @@ -1,5 +1,8 @@ inherited Form_TxmpReplace: TForm_TxmpReplace Caption = 'TxmpReplace' + OnCreate = FormCreate + ExplicitWidth = 500 + ExplicitHeight = 450 PixelsPerInch = 96 TextHeight = 13 inherited Splitter1: TSplitter @@ -37,7 +40,15 @@ inherited Form_TxmpReplace: TForm_TxmpRe ExplicitHeight = 146 end inherited panel_extension: TPanel - Visible = False + inherited label_ext: TLabel + Visible = False + end + inherited combo_extension: TComboBox + Visible = False + end + inherited check_zerobyte: TCheckBox + Visible = False + end end object panel_txmppreview: TPanel Left = 0