home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / sharewar / setup22L / epadlite.exe / 0 / RCDATA / TFRMKONVERZE / TFRMKONVERZE.txt
Text File  |  1998-10-18  |  2KB  |  115 lines

  1. object frmKonverze: TfrmKonverze
  2.   Left = 215
  3.   Top = 115
  4.   HelpContext = 25
  5.   BorderStyle = bsDialog
  6.   Caption = 'Konverze'
  7.   ClientHeight = 315
  8.   ClientWidth = 367
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 8
  19.     Top = 8
  20.     Width = 345
  21.     Height = 137
  22.     Caption = 'Konverze'
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 16
  26.       Top = 16
  27.       Width = 10
  28.       Height = 13
  29.       Caption = 'Z:'
  30.     end
  31.     object Label2: TLabel
  32.       Left = 144
  33.       Top = 16
  34.       Width = 17
  35.       Height = 13
  36.       Caption = 'Do:'
  37.     end
  38.     object lstZdroj: TListBox
  39.       Left = 8
  40.       Top = 32
  41.       Width = 113
  42.       Height = 89
  43.       ItemHeight = 13
  44.       Items.Strings = (
  45.         'Windows 1250'
  46.         'Kamenick∩┐╜'
  47.         'Latin 2'
  48.         'ISO 8859-2')
  49.       TabOrder = 0
  50.       OnClick = lstZdrojClick
  51.     end
  52.     object lstCil: TListBox
  53.       Left = 136
  54.       Top = 32
  55.       Width = 113
  56.       Height = 89
  57.       ItemHeight = 13
  58.       Items.Strings = (
  59.         'Windows 1250'
  60.         'Kamenick∩┐╜'
  61.         'Latin 2'
  62.         'ISO 8859-2'
  63.         'ASCII')
  64.       TabOrder = 1
  65.       OnClick = lstCilClick
  66.     end
  67.     object btnKonvert: TButton
  68.       Left = 262
  69.       Top = 64
  70.       Width = 75
  71.       Height = 25
  72.       Caption = '&Konvertovat'
  73.       Default = True
  74.       TabOrder = 2
  75.       OnClick = btnKonvertClick
  76.     end
  77.     object btnStorno: TButton
  78.       Left = 262
  79.       Top = 96
  80.       Width = 75
  81.       Height = 25
  82.       Cancel = True
  83.       Caption = 'Storno'
  84.       TabOrder = 3
  85.       OnClick = btnStornoClick
  86.     end
  87.   end
  88.   object GroupBox2: TGroupBox
  89.     Left = 8
  90.     Top = 152
  91.     Width = 345
  92.     Height = 153
  93.     Enabled = False
  94.     TabOrder = 1
  95.     object editPreview: TRichEdit
  96.       Left = 8
  97.       Top = 16
  98.       Width = 329
  99.       Height = 129
  100.       ScrollBars = ssBoth
  101.       TabOrder = 0
  102.       Visible = False
  103.     end
  104.   end
  105.   object CheckBox1: TCheckBox
  106.     Left = 24
  107.     Top = 150
  108.     Width = 57
  109.     Height = 17
  110.     Caption = 'N∩┐╜hled'
  111.     TabOrder = 2
  112.     OnClick = CheckBox1Click
  113.   end
  114. end
  115.