home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Software / TemaCD / HTMLed / EDITOR.EXE / 0 / RCDATA / TENCFORM / TENCFORM.txt
Text File  |  1998-10-11  |  2KB  |  119 lines

  1. object EncForm: TEncForm
  2.   Left = 220
  3.   Top = 113
  4.   BorderStyle = bsDialog
  5.   Caption = 'Zm∩┐╜na k∩┐╜dov∩┐╜n∩┐╜ ∩┐╜esk∩┐╜ch znak∩┐╜'
  6.   ClientHeight = 297
  7.   ClientWidth = 310
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 191
  22.     Width = 48
  23.     Height = 13
  24.     Caption = 'Prohl∩┐╜dka:'
  25.     FocusControl = prevEdit
  26.   end
  27.   object Label2: TLabel
  28.     Left = 17
  29.     Top = 7
  30.     Width = 56
  31.     Height = 13
  32.     Caption = 'z k∩┐╜dov∩┐╜n∩┐╜:'
  33.     FocusControl = fromLB
  34.   end
  35.   object Label3: TLabel
  36.     Left = 17
  37.     Top = 99
  38.     Width = 63
  39.     Height = 13
  40.     Caption = 'do k∩┐╜dov∩┐╜n∩┐╜:'
  41.     FocusControl = toLB
  42.   end
  43.   object fromLB: TListBox
  44.     Left = 18
  45.     Top = 22
  46.     Width = 273
  47.     Height = 69
  48.     ItemHeight = 13
  49.     Items.Strings = (
  50.       'Windows 1250 - Central European Alphabet (Windows)'
  51.       'ISO 8859-2 - Central European Alphabet (ISO)'
  52.       'Brat∩┐╜i Kameni∩┐╜t∩┐╜'
  53.       'PC Latin 2 - Central European (DOS)'
  54.       'Ascii (Bez diakritiky)')
  55.     TabOrder = 0
  56.     OnClick = fromLBClick
  57.   end
  58.   object toLB: TListBox
  59.     Left = 19
  60.     Top = 114
  61.     Width = 272
  62.     Height = 72
  63.     ItemHeight = 13
  64.     Items.Strings = (
  65.       'Windows 1250 - Central European Alphabet (Windows)'
  66.       'ISO 8859-2 - Central European Alphabet (ISO)'
  67.       'Brat∩┐╜i Kameni∩┐╜t∩┐╜'
  68.       'PC Latin 2 - Central European (DOS)'
  69.       'Ascii (Bez diakritiky)')
  70.     TabOrder = 1
  71.     OnClick = fromLBClick
  72.   end
  73.   object prevEdit: TEdit
  74.     Left = 18
  75.     Top = 207
  76.     Width = 273
  77.     Height = 21
  78.     Color = clBtnFace
  79.     Enabled = False
  80.     TabOrder = 2
  81.   end
  82.   object CancelButton: TButton
  83.     Left = 210
  84.     Top = 264
  85.     Width = 75
  86.     Height = 25
  87.     Cancel = True
  88.     Caption = 'Storno'
  89.     ModalResult = 2
  90.     TabOrder = 5
  91.   end
  92.   object OKButton: TButton
  93.     Left = 123
  94.     Top = 264
  95.     Width = 75
  96.     Height = 25
  97.     Caption = 'OK'
  98.     Default = True
  99.     ModalResult = 1
  100.     TabOrder = 4
  101.   end
  102.   object CheckBox1: TCheckBox
  103.     Left = 23
  104.     Top = 237
  105.     Width = 233
  106.     Height = 17
  107.     Caption = 'Prov∩┐╜d∩┐╜t zm∩┐╜ny pouze na ozna∩┐╜en∩┐╜m textu'
  108.     TabOrder = 3
  109.   end
  110.   object EncChanger1: TEncChanger
  111.     FromEnc = Win1250
  112.     ToEnc = Win1250
  113.     ShowProgress = False
  114.     OnlySelected = False
  115.     Left = 64
  116.     Top = 264
  117.   end
  118. end
  119.