home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / Chip_1999-09_cd.bin / ctenari / Novotny / DED.EXE / 0 / RCDATA / TTESESTKA / TTESESTKA.txt
Text File  |  1999-06-12  |  1KB  |  70 lines

  1. object tesestka: Ttesestka
  2.   Left = 253
  3.   Top = 221
  4.   BorderStyle = bsDialog
  5.   Caption = 'Soubor je v T602'
  6.   ClientHeight = 120
  7.   ClientWidth = 434
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 64
  17.     Top = 24
  18.     Width = 309
  19.     Height = 16
  20.     Caption = 'Hmm... vypad∩┐╜ to, ∩┐╜e tento soubor je naps∩┐╜n v T602.'
  21.     Font.Charset = DEFAULT_CHARSET
  22.     Font.Color = clWindowText
  23.     Font.Height = -13
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     ParentFont = False
  27.   end
  28.   object Label2: TLabel
  29.     Left = 160
  30.     Top = 48
  31.     Width = 129
  32.     Height = 16
  33.     Caption = 'Jak ho chcete otev∩┐╜∩┐╜t?'
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -13
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.   end
  41.   object dohtml: TButton
  42.     Left = 168
  43.     Top = 80
  44.     Width = 121
  45.     Height = 25
  46.     Caption = 'Konvertovat do HTML'
  47.     TabOrder = 1
  48.     OnClick = dohtmlClick
  49.   end
  50.   object dotextu: TButton
  51.     Left = 8
  52.     Top = 80
  53.     Width = 153
  54.     Height = 25
  55.     Caption = 'Konvertovat do ∩┐╜ist∩┐╜ho textu'
  56.     Default = True
  57.     TabOrder = 0
  58.     OnClick = dotextuClick
  59.   end
  60.   object nechat: TButton
  61.     Left = 296
  62.     Top = 80
  63.     Width = 137
  64.     Height = 25
  65.     Caption = 'otev∩┐╜∩┐╜t tak, jak je na disku '
  66.     TabOrder = 2
  67.     OnClick = nechatClick
  68.   end
  69. end
  70.