home *** CD-ROM | disk | FTP | other *** search
- object Form6: TForm6
- Left = 423
- Top = 199
- Hint = 'Nahrazen� textu jin�m textem'
- BorderStyle = bsDialog
- Caption = 'Nahrazen�'
- ClientHeight = 98
- ClientWidth = 222
- Color = clBtnFace
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial CE'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 14
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 45
- Height = 14
- Caption = 'Co hledat'
- end
- object Label2: TLabel
- Left = 8
- Top = 40
- Width = 59
- Height = 14
- Caption = '��m nahradit'
- end
- object Image1: TImage
- Left = 8
- Top = 62
- Width = 32
- Height = 32
- IncrementalDisplay = True
- Picture.Data = {<image000.ico>}
- Stretch = True
- Transparent = True
- end
- object Edit1: TEdit
- Left = 80
- Top = 12
- Width = 131
- Height = 22
- Hint = 'Zadejte, co hledat ...'
- TabOrder = 0
- OnChange = EditChange
- end
- object Edit2: TEdit
- Left = 80
- Top = 36
- Width = 131
- Height = 22
- Hint = '... a ��m nahradit.'
- TabOrder = 1
- OnChange = EditChange
- end
- object ReplaceButt: TButton
- Left = 136
- Top = 66
- Width = 75
- Height = 25
- Hint = 'Stisknut�m tohoto tla��tka bude nalezen� nahrazeno.'
- Caption = 'Nahra� &v�e'
- TabOrder = 2
- OnClick = ReplaceButtClick
- end
- end
-