home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 December / PCWorld_2000-12_cd.bin / Software / Vyzkuste / renamer / Renamer.exe / 0 / RCDATA / TREPLACEFORM / TREPLACEFORM.txt < prev   
Text File  |  2000-09-17  |  2KB  |  103 lines

  1. object ReplaceForm: TReplaceForm
  2.   Left = 436
  3.   Top = 248
  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 = 20
  23.     Width = 75
  24.     Height = 13
  25.     Caption = 'Hledat v n∩┐╜zvu:'
  26.     Transparent = True
  27.   end
  28.   object Label2: TLabel
  29.     Left = 16
  30.     Top = 52
  31.     Width = 63
  32.     Height = 13
  33.     Caption = 'Nahradit ∩┐╜∩┐╜m:'
  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 Label3: TLabel
  44.     Left = 16
  45.     Top = 116
  46.     Width = 76
  47.     Height = 13
  48.     Caption = 'Jak nahrazovat:'
  49.     Transparent = True
  50.   end
  51.   object FindWhatEdit: TEdit
  52.     Left = 112
  53.     Top = 16
  54.     Width = 161
  55.     Height = 21
  56.     TabOrder = 0
  57.     OnKeyPress = FindWhatEditKeyPress
  58.   end
  59.   object ReplaceWithEdit: TEdit
  60.     Left = 112
  61.     Top = 48
  62.     Width = 161
  63.     Height = 21
  64.     TabOrder = 1
  65.     OnKeyPress = ReplaceWithEditKeyPress
  66.   end
  67.   object OKBtn: TButton
  68.     Left = 96
  69.     Top = 160
  70.     Width = 75
  71.     Height = 25
  72.     Caption = 'OK'
  73.     Enabled = False
  74.     TabOrder = 3
  75.     OnClick = OKBtnClick
  76.     OnKeyPress = OKBtnKeyPress
  77.   end
  78.   object CancelBtn: TButton
  79.     Left = 200
  80.     Top = 160
  81.     Width = 75
  82.     Height = 25
  83.     Caption = 'Zru∩┐╜it'
  84.     TabOrder = 4
  85.     OnClick = CancelBtnClick
  86.     OnKeyPress = CancelBtnKeyPress
  87.   end
  88.   object ReplaceModeCombo: TComboBox
  89.     Left = 112
  90.     Top = 112
  91.     Width = 161
  92.     Height = 21
  93.     Style = csDropDownList
  94.     ItemHeight = 13
  95.     Items.Strings = (
  96.       'Prvn∩┐╜ v∩┐╜skyt'
  97.       'V∩┐╜echny v∩┐╜skyty')
  98.     TabOrder = 2
  99.     OnChange = ReplaceModeComboChange
  100.     OnKeyPress = ReplaceModeComboKeyPress
  101.   end
  102. end
  103.