home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / sharewar / Slunec / app / 16 / Renamer.exe / 0 / RCDATA / TREPLACEFORM / TREPLACEFORM.txt < prev   
Text File  |  2000-08-06  |  2KB  |  80 lines

  1. object ReplaceForm: TReplaceForm
  2.   Left = 442
  3.   Top = 263
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Nahradit v n∩┐╜zvu...'
  7.   ClientHeight = 195
  8.   ClientWidth = 288
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 16
  23.     Width = 113
  24.     Height = 13
  25.     Caption = 'Naj∩┐╜t tento text v n∩┐╜zvu:'
  26.     Transparent = True
  27.   end
  28.   object Label2: TLabel
  29.     Left = 16
  30.     Top = 72
  31.     Width = 134
  32.     Height = 13
  33.     Caption = '...a nahradit ho t∩┐╜mto textem:'
  34.     Transparent = True
  35.   end
  36.   object Bevel1: TBevel
  37.     Left = 16
  38.     Top = 144
  39.     Width = 257
  40.     Height = 9
  41.     Shape = bsTopLine
  42.   end
  43.   object FindWhatEdit: TEdit
  44.     Left = 16
  45.     Top = 40
  46.     Width = 257
  47.     Height = 21
  48.     TabOrder = 0
  49.     OnKeyPress = FindWhatEditKeyPress
  50.   end
  51.   object ReplaceWithEdit: TEdit
  52.     Left = 16
  53.     Top = 96
  54.     Width = 257
  55.     Height = 21
  56.     TabOrder = 1
  57.     OnKeyPress = ReplaceWithEditKeyPress
  58.   end
  59.   object OKBtn: TButton
  60.     Left = 96
  61.     Top = 160
  62.     Width = 75
  63.     Height = 25
  64.     Caption = 'OK'
  65.     TabOrder = 2
  66.     OnClick = OKBtnClick
  67.     OnKeyPress = OKBtnKeyPress
  68.   end
  69.   object CancelBtn: TButton
  70.     Left = 200
  71.     Top = 160
  72.     Width = 75
  73.     Height = 25
  74.     Caption = 'Zru∩┐╜it'
  75.     TabOrder = 3
  76.     OnClick = CancelBtnClick
  77.     OnKeyPress = CancelBtnKeyPress
  78.   end
  79. end
  80.