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

  1. object SaveForm: TSaveForm
  2.   Left = 147
  3.   Top = 181
  4.   BorderStyle = bsDialog
  5.   Caption = 'Informace'
  6.   ClientHeight = 133
  7.   ClientWidth = 435
  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.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 8
  23.     Width = 220
  24.     Height = 13
  25.     Caption = 'Je dobr∩┐╜ ulo∩┐╜it si soubor do n∩┐╜jak∩┐╜ho adres∩┐╜∩┐╜e'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 16
  29.     Top = 32
  30.     Width = 387
  31.     Height = 13
  32.     Caption = 
  33.       'Cesta k obr∩┐╜zk∩┐╜m a dal∩┐╜∩┐╜m soubor∩┐╜m bude spr∩┐╜vn∩┐╜, budou-li v n∩┐╜m ' +
  34.       'nebo pod n∩┐╜m'
  35.   end
  36.   object Label3: TLabel
  37.     Left = 16
  38.     Top = 56
  39.     Width = 359
  40.     Height = 13
  41.     Caption = 
  42.       'Pokud si soubory neulo∩┐╜∩┐╜te, nebudou po um∩┐╜st∩┐╜n∩┐╜ na server cesty ' +
  43.       'odpov∩┐╜dat'
  44.   end
  45.   object Button1: TButton
  46.     Left = 320
  47.     Top = 95
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'OK'
  51.     Default = True
  52.     ModalResult = 1
  53.     TabOrder = 0
  54.   end
  55.   object Dchb: TCheckBox
  56.     Left = 8
  57.     Top = 111
  58.     Width = 193
  59.     Height = 17
  60.     Caption = 'P∩┐╜∩┐╜t∩┐╜ tuto informaci nezobrazovat'
  61.     TabOrder = 1
  62.   end
  63. end
  64.