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

  1. object fRemoveSpaces: TfRemoveSpaces
  2.   Left = 407
  3.   Top = 226
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Odstran'#283'n'#237' mezer'
  7.   ClientHeight = 137
  8.   ClientWidth = 194
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 177
  24.     Height = 81
  25.     Shape = bsFrame
  26.   end
  27.   object bOK: TButton
  28.     Left = 16
  29.     Top = 104
  30.     Width = 75
  31.     Height = 25
  32.     Caption = '&OK'
  33.     Default = True
  34.     Enabled = False
  35.     ModalResult = 1
  36.     TabOrder = 0
  37.     OnClick = bOKClick
  38.   end
  39.   object bCancel: TButton
  40.     Left = 104
  41.     Top = 104
  42.     Width = 75
  43.     Height = 25
  44.     Cancel = True
  45.     Caption = '&Storno'
  46.     ModalResult = 2
  47.     TabOrder = 1
  48.   end
  49.   object cBegin: TCheckBox
  50.     Left = 24
  51.     Top = 16
  52.     Width = 145
  53.     Height = 17
  54.     Caption = 'na za'#269#225'tku '#345#225'dk'#367
  55.     TabOrder = 2
  56.     OnClick = cBeginClick
  57.   end
  58.   object cEnd: TCheckBox
  59.     Left = 24
  60.     Top = 40
  61.     Width = 153
  62.     Height = 17
  63.     Caption = 'na konci '#345#225'dk'#367
  64.     TabOrder = 3
  65.     OnClick = cBeginClick
  66.   end
  67.   object cInside: TCheckBox
  68.     Left = 24
  69.     Top = 64
  70.     Width = 153
  71.     Height = 17
  72.     Caption = 'v textu'
  73.     TabOrder = 4
  74.     OnClick = cBeginClick
  75.   end
  76. end
  77.