home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFFINDHEX / TFFINDHEX.txt
Encoding:
Text File  |  2004-06-06  |  2.3 KB  |  116 lines

  1. object fFindHex: TfFindHex
  2.   Left = 279
  3.   Top = 178
  4.   HelpContext = 20
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Hexa hled'#225'n'#237
  8.   ClientHeight = 193
  9.   ClientWidth = 393
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object bOK: TButton
  23.     Left = 224
  24.     Top = 160
  25.     Width = 75
  26.     Height = 25
  27.     Caption = '&OK'
  28.     Default = True
  29.     Enabled = False
  30.     ModalResult = 1
  31.     TabOrder = 1
  32.     OnClick = bOKClick
  33.   end
  34.   object bCancel: TButton
  35.     Left = 304
  36.     Top = 160
  37.     Width = 75
  38.     Height = 25
  39.     Cancel = True
  40.     Caption = '&Storno'
  41.     ModalResult = 2
  42.     TabOrder = 2
  43.   end
  44.   object GroupBox1: TGroupBox
  45.     Left = 8
  46.     Top = 8
  47.     Width = 377
  48.     Height = 145
  49.     TabOrder = 0
  50.     object lFindText: TLabel
  51.       Left = 16
  52.       Top = 20
  53.       Width = 70
  54.       Height = 13
  55.       Caption = 'Hledan'#253' v'#253'raz:'
  56.     end
  57.     object lReplText: TLabel
  58.       Left = 16
  59.       Top = 84
  60.       Width = 43
  61.       Height = 13
  62.       Caption = 'Nahradit:'
  63.     end
  64.     object cAskReplace: TCheckBox
  65.       Left = 112
  66.       Top = 120
  67.       Width = 225
  68.       Height = 17
  69.       Caption = 'Dotaz p'#345'ed nahrazen'#237'm'
  70.       TabOrder = 5
  71.     end
  72.     object cIgnoreCase: TCheckBox
  73.       Left = 112
  74.       Top = 56
  75.       Width = 225
  76.       Height = 17
  77.       Caption = '&Ignorovat velikost p'#237'smen'
  78.       TabOrder = 2
  79.     end
  80.     object eFind: TMaskEdit
  81.       Left = 112
  82.       Top = 16
  83.       Width = 249
  84.       Height = 21
  85.       AutoSelect = False
  86.       TabOrder = 0
  87.       OnChange = eFindChange
  88.     end
  89.     object eReplace: TMaskEdit
  90.       Left = 112
  91.       Top = 80
  92.       Width = 249
  93.       Height = 21
  94.       AutoSelect = False
  95.       TabOrder = 3
  96.       OnChange = eFindChange
  97.     end
  98.     object cReplAsText: TCheckBox
  99.       Left = 112
  100.       Top = 104
  101.       Width = 217
  102.       Height = 17
  103.       Caption = 'Jako text'
  104.       TabOrder = 4
  105.     end
  106.     object cFindAsText: TCheckBox
  107.       Left = 112
  108.       Top = 40
  109.       Width = 217
  110.       Height = 17
  111.       Caption = 'Jako text'
  112.       TabOrder = 1
  113.     end
  114.   end
  115. end
  116.