home *** CD-ROM | disk | FTP | other *** search
/ Freelog 41 / Freelog041.iso / Bas / Bureautique / MdiNotepad / Mdipad.exe / 0 / RCDATA / TFORM9 / TFORM9.txt
Text File  |  2002-09-25  |  2KB  |  97 lines

  1. object Form9: TForm9
  2.   Left = 427
  3.   Top = 270
  4.   BorderStyle = bsDialog
  5.   Caption = 'Replace Special'
  6.   ClientHeight = 223
  7.   ClientWidth = 290
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 4
  23.     Width = 49
  24.     Height = 13
  25.     Caption = '&Find what:'
  26.     FocusControl = Memo1
  27.   end
  28.   object Label2: TLabel
  29.     Left = 8
  30.     Top = 68
  31.     Width = 65
  32.     Height = 13
  33.     Caption = '&Replace with:'
  34.     FocusControl = Memo2
  35.   end
  36.   object Button1: TButton
  37.     Left = 124
  38.     Top = 188
  39.     Width = 75
  40.     Height = 22
  41.     Caption = 'Replace All'
  42.     TabOrder = 3
  43.     OnClick = Button1Click
  44.   end
  45.   object Button2: TButton
  46.     Left = 204
  47.     Top = 188
  48.     Width = 75
  49.     Height = 22
  50.     Caption = 'Close'
  51.     TabOrder = 5
  52.     OnClick = Button2Click
  53.   end
  54.   object RadioButton1: TRadioButton
  55.     Left = 8
  56.     Top = 140
  57.     Width = 253
  58.     Height = 17
  59.     Caption = 'Replace in &all open files'
  60.     Checked = True
  61.     TabOrder = 4
  62.     TabStop = True
  63.   end
  64.   object RadioButton2: TRadioButton
  65.     Left = 8
  66.     Top = 160
  67.     Width = 265
  68.     Height = 17
  69.     Caption = 'Replace in &selected files'
  70.     TabOrder = 2
  71.   end
  72.   object Memo1: TMemo
  73.     Left = 7
  74.     Top = 20
  75.     Width = 277
  76.     Height = 45
  77.     ScrollBars = ssVertical
  78.     TabOrder = 0
  79.   end
  80.   object Memo2: TMemo
  81.     Left = 7
  82.     Top = 84
  83.     Width = 277
  84.     Height = 49
  85.     ScrollBars = ssVertical
  86.     TabOrder = 1
  87.   end
  88.   object CheckBox1: TCheckBox
  89.     Left = 9
  90.     Top = 192
  91.     Width = 97
  92.     Height = 17
  93.     Caption = 'Match &case'
  94.     TabOrder = 6
  95.   end
  96. end
  97.