home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / sharewar / setup21 / easypad.exe / 0 / RCDATA / TFRMHLEDATALL / TFRMHLEDATALL.txt
Text File  |  1998-10-18  |  3KB  |  135 lines

  1. object frmHledatAll: TfrmHledatAll
  2.   Left = 131
  3.   Top = 99
  4.   BorderStyle = bsDialog
  5.   Caption = 'Naj∩┐╜t'
  6.   ClientHeight = 183
  7.   ClientWidth = 487
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 59
  22.     Height = 13
  23.     Caption = '&Hledan∩┐╜ text'
  24.     FocusControl = edtHLEDANY
  25.   end
  26.   object Label2: TLabel
  27.     Left = 8
  28.     Top = 200
  29.     Width = 83
  30.     Height = 13
  31.     Caption = 'Text k &nahrazen∩┐╜:'
  32.     FocusControl = edtNAHRAZENY
  33.   end
  34.   object btnOK: TButton
  35.     Left = 352
  36.     Top = 24
  37.     Width = 75
  38.     Height = 25
  39.     Caption = '&Naj∩┐╜t'
  40.     Default = True
  41.     TabOrder = 2
  42.     OnClick = btnOKClick
  43.   end
  44.   object btnStorno: TButton
  45.     Left = 352
  46.     Top = 80
  47.     Width = 75
  48.     Height = 25
  49.     Cancel = True
  50.     Caption = 'Storno'
  51.     TabOrder = 7
  52.     OnClick = btnStornoClick
  53.   end
  54.   object CheckBox1: TCheckBox
  55.     Left = 352
  56.     Top = 128
  57.     Width = 121
  58.     Height = 17
  59.     Caption = 'Pouze cel∩┐╜ &slova'
  60.     TabOrder = 5
  61.     OnClick = CheckBox1Click
  62.   end
  63.   object CheckBox2: TCheckBox
  64.     Left = 352
  65.     Top = 152
  66.     Width = 137
  67.     Height = 17
  68.     Caption = '&Rozli∩┐╜ovat mal∩┐╜/velk∩┐╜'
  69.     TabOrder = 6
  70.     OnClick = CheckBox2Click
  71.   end
  72.   object edtHLEDANY: TMemo
  73.     Left = 8
  74.     Top = 24
  75.     Width = 329
  76.     Height = 73
  77.     HideSelection = False
  78.     TabOrder = 0
  79.     OnEnter = edtHLEDANYEnter
  80.     OnKeyDown = edtHLEDANYKeyDown
  81.   end
  82.   object rdgWhere: TRadioGroup
  83.     Left = 8
  84.     Top = 104
  85.     Width = 185
  86.     Height = 73
  87.     Caption = 'Kde hledat'
  88.     ItemIndex = 0
  89.     Items.Strings = (
  90.       'aktu∩┐╜ln∩┐╜ &dokument'
  91.       '&v∩┐╜echny otev∩┐╜en∩┐╜ dokumenty')
  92.     TabOrder = 3
  93.     OnClick = rdgWhereClick
  94.   end
  95.   object rdgRange: TRadioGroup
  96.     Left = 200
  97.     Top = 104
  98.     Width = 137
  99.     Height = 73
  100.     Caption = 'Rozsah'
  101.     ItemIndex = 0
  102.     Items.Strings = (
  103.       'od pozice &kurzoru'
  104.       'v &cel∩┐╜m textu')
  105.     TabOrder = 4
  106.   end
  107.   object edtNAHRAZENY: TMemo
  108.     Left = 8
  109.     Top = 216
  110.     Width = 329
  111.     Height = 73
  112.     HideSelection = False
  113.     TabOrder = 1
  114.     OnEnter = edtNAHRAZENYEnter
  115.     OnKeyDown = edtHLEDANYKeyDown
  116.   end
  117.   object btnReplAll: TButton
  118.     Left = 352
  119.     Top = 50
  120.     Width = 75
  121.     Height = 25
  122.     Caption = 'Z&am∩┐╜nit v∩┐╜e'
  123.     TabOrder = 8
  124.     OnClick = btnReplAllClick
  125.   end
  126.   object FormStorage1: TFormStorage
  127.     StoredProps.Strings = (
  128.       'rdgRange.ItemIndex'
  129.       'CheckBox1.Checked'
  130.       'CheckBox2.Checked')
  131.     Left = 440
  132.     Top = 40
  133.   end
  134. end
  135.