home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / nahravani / mp33 / Renamer.exe / 0 / RCDATA / TFORM6 / TFORM6.txt < prev   
Encoding:
Text File  |  2004-08-31  |  1.5 KB  |  76 lines

  1. object Form6: TForm6
  2.   Left = 423
  3.   Top = 199
  4.   Hint = 'Nahrazen∩┐╜ textu jin∩┐╜m textem'
  5.   BorderStyle = bsDialog
  6.   Caption = 'Nahrazen∩┐╜'
  7.   ClientHeight = 98
  8.   ClientWidth = 222
  9.   Color = clBtnFace
  10.   Font.Charset = EASTEUROPE_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial CE'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnKeyDown = FormKeyDown
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 14
  23.   object Label1: TLabel
  24.     Left = 8
  25.     Top = 16
  26.     Width = 45
  27.     Height = 14
  28.     Caption = 'Co hledat'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 8
  32.     Top = 40
  33.     Width = 59
  34.     Height = 14
  35.     Caption = '∩┐╜∩┐╜m nahradit'
  36.   end
  37.   object Image1: TImage
  38.     Left = 8
  39.     Top = 62
  40.     Width = 32
  41.     Height = 32
  42.     IncrementalDisplay = True
  43.     Picture.Data = {<image000.ico>}
  44.     Stretch = True
  45.     Transparent = True
  46.   end
  47.   object Edit1: TEdit
  48.     Left = 80
  49.     Top = 12
  50.     Width = 131
  51.     Height = 22
  52.     Hint = 'Zadejte, co hledat ...'
  53.     TabOrder = 0
  54.     OnChange = EditChange
  55.   end
  56.   object Edit2: TEdit
  57.     Left = 80
  58.     Top = 36
  59.     Width = 131
  60.     Height = 22
  61.     Hint = '... a ∩┐╜∩┐╜m nahradit.'
  62.     TabOrder = 1
  63.     OnChange = EditChange
  64.   end
  65.   object ReplaceButt: TButton
  66.     Left = 136
  67.     Top = 66
  68.     Width = 75
  69.     Height = 25
  70.     Hint = 'Stisknut∩┐╜m tohoto tla∩┐╜∩┐╜tka bude nalezen∩┐╜ nahrazeno.'
  71.     Caption = 'Nahra∩┐╜ &v∩┐╜e'
  72.     TabOrder = 2
  73.     OnClick = ReplaceButtClick
  74.   end
  75. end
  76.