object Form9: TForm9 Left = 427 Top = 270 BorderStyle = bsDialog Caption = 'Replace Special' ClientHeight = 223 ClientWidth = 290 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 4 Width = 49 Height = 13 Caption = '&Find what:' FocusControl = Memo1 end object Label2: TLabel Left = 8 Top = 68 Width = 65 Height = 13 Caption = '&Replace with:' FocusControl = Memo2 end object Button1: TButton Left = 124 Top = 188 Width = 75 Height = 22 Caption = 'Replace All' TabOrder = 3 OnClick = Button1Click end object Button2: TButton Left = 204 Top = 188 Width = 75 Height = 22 Caption = 'Close' TabOrder = 5 OnClick = Button2Click end object RadioButton1: TRadioButton Left = 8 Top = 140 Width = 253 Height = 17 Caption = 'Replace in &all open files' Checked = True TabOrder = 4 TabStop = True end object RadioButton2: TRadioButton Left = 8 Top = 160 Width = 265 Height = 17 Caption = 'Replace in &selected files' TabOrder = 2 end object Memo1: TMemo Left = 7 Top = 20 Width = 277 Height = 45 ScrollBars = ssVertical TabOrder = 0 end object Memo2: TMemo Left = 7 Top = 84 Width = 277 Height = 49 ScrollBars = ssVertical TabOrder = 1 end object CheckBox1: TCheckBox Left = 9 Top = 192 Width = 97 Height = 17 Caption = 'Match &case' TabOrder = 6 end end