home *** CD-ROM | disk | FTP | other *** search
- object fFindHex: TfFindHex
- Left = 279
- Top = 178
- HelpContext = 20
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsToolWindow
- Caption = 'Hexa hled'#225'n'#237
- ClientHeight = 193
- ClientWidth = 393
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object bOK: TButton
- Left = 224
- Top = 160
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- Enabled = False
- ModalResult = 1
- TabOrder = 1
- OnClick = bOKClick
- end
- object bCancel: TButton
- Left = 304
- Top = 160
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Storno'
- ModalResult = 2
- TabOrder = 2
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 377
- Height = 145
- TabOrder = 0
- object lFindText: TLabel
- Left = 16
- Top = 20
- Width = 70
- Height = 13
- Caption = 'Hledan'#253' v'#253'raz:'
- end
- object lReplText: TLabel
- Left = 16
- Top = 84
- Width = 43
- Height = 13
- Caption = 'Nahradit:'
- end
- object cAskReplace: TCheckBox
- Left = 112
- Top = 120
- Width = 225
- Height = 17
- Caption = 'Dotaz p'#345'ed nahrazen'#237'm'
- TabOrder = 5
- end
- object cIgnoreCase: TCheckBox
- Left = 112
- Top = 56
- Width = 225
- Height = 17
- Caption = '&Ignorovat velikost p'#237'smen'
- TabOrder = 2
- end
- object eFind: TMaskEdit
- Left = 112
- Top = 16
- Width = 249
- Height = 21
- AutoSelect = False
- TabOrder = 0
- OnChange = eFindChange
- end
- object eReplace: TMaskEdit
- Left = 112
- Top = 80
- Width = 249
- Height = 21
- AutoSelect = False
- TabOrder = 3
- OnChange = eFindChange
- end
- object cReplAsText: TCheckBox
- Left = 112
- Top = 104
- Width = 217
- Height = 17
- Caption = 'Jako text'
- TabOrder = 4
- end
- object cFindAsText: TCheckBox
- Left = 112
- Top = 40
- Width = 217
- Height = 17
- Caption = 'Jako text'
- TabOrder = 1
- end
- end
- end
-