object Form7: TForm7 Left = 0 Top = 0 BorderStyle = bsSingle Caption = 'TXMP Replacer' ClientHeight = 428 ClientWidth = 394 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FormStyle = fsMDIChild OldCreateOrder = False Visible = True WindowState = wsMaximized OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object panel_12: TPanel Left = 0 Top = 0 Width = 394 Height = 349 Align = alClient BevelOuter = bvNone TabOrder = 0 object Splitter1: TSplitter Left = 200 Top = 0 Width = 8 Height = 349 AutoSnap = False Beveled = True MinSize = 150 end object group_txmpselect: TGroupBox Left = 0 Top = 0 Width = 200 Height = 349 Align = alLeft Caption = '1. Select TXMP to replace' TabOrder = 0 object splitter_txmp: TSplitter Left = 2 Top = 190 Width = 196 Height = 8 Cursor = crVSplit Align = alTop AutoSnap = False Beveled = True MinSize = 60 end object image_txmppreview: TImage Left = 2 Top = 198 Width = 196 Height = 119 Align = alClient end object list_txmp: TListBox Left = 2 Top = 15 Width = 196 Height = 175 Align = alTop ItemHeight = 13 TabOrder = 0 OnClick = list_txmpClick end object panel_txmppreview: TPanel Left = 2 Top = 317 Width = 196 Height = 30 Align = alBottom BevelOuter = bvNone TabOrder = 1 object btn_save: TButton Left = 2 Top = 2 Width = 111 Height = 25 Caption = 'Save TXMP-Picture' TabOrder = 0 OnClick = btn_saveClick end end end object group_bmpselect: TGroupBox Left = 208 Top = 0 Width = 186 Height = 349 Align = alClient Caption = '2. Open BMP to replace with' Enabled = False TabOrder = 1 object image_bmppreview: TImage Left = 2 Top = 45 Width = 182 Height = 302 Align = alClient end object panel_load: TPanel Left = 2 Top = 15 Width = 182 Height = 30 Align = alTop BevelOuter = bvNone TabOrder = 0 object btn_load: TButton Left = 2 Top = 2 Width = 121 Height = 25 Caption = 'Load BMP ...' TabOrder = 0 OnClick = btn_loadClick end end end end object group_options: TGroupBox Left = 0 Top = 349 Width = 394 Height = 79 Align = alBottom Caption = '3. Options && Replace' Enabled = False TabOrder = 1 object btn_replace: TButton Left = 4 Top = 50 Width = 157 Height = 25 Caption = 'Replace' TabOrder = 0 OnClick = btn_replaceClick end object check_transparency: TCheckBox Left = 8 Top = 16 Width = 105 Height = 17 Caption = 'Transparency' TabOrder = 1 end object check_fading: TCheckBox Left = 8 Top = 32 Width = 105 Height = 17 Caption = 'MIP Mapping' TabOrder = 2 end end object opend: TOpenDialog Filter = '24bit Bitmap (*.bmp)|*.bmp' Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing] Left = 352 Top = 16 end object saved: TSaveDialog DefaultExt = 'bmp' Filter = 'Windows Bitmap (*.bmp)|*.bmp' Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing] Left = 104 Top = 320 end end