home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Software / TemaCD / GoldHTML / Golden.exe / 0 / RCDATA / TFORM39 / TFORM39.txt < prev   
Text File  |  1998-04-04  |  2KB  |  77 lines

  1. object Form39: TForm39
  2.   Left = 200
  3.   Top = 107
  4.   ActiveControl = ListBox1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Nov∩┐╜ dokument podle ∩┐╜ablony'
  7.   ClientHeight = 256
  8.   ClientWidth = 347
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 8
  21.     Top = 8
  22.     Width = 41
  23.     Height = 41
  24.     Center = True
  25.     Picture.Data = {<image000.bmp>}
  26.   end
  27.   object Label1: TLabel
  28.     Left = 56
  29.     Top = 8
  30.     Width = 273
  31.     Height = 41
  32.     AutoSize = False
  33.     Caption = 
  34.       'Novou ∩┐╜ablonu vytvo∩┐╜∩┐╜te tak ∩┐╜e ulo∩┐╜∩┐╜te soubor, kter∩┐╜ chcete pou∩┐╜' +
  35.       '∩┐╜t jako ∩┐╜ablonu do adres∩┐╜∩┐╜e SABLONY s p∩┐╜∩┐╜ponou *.sab'
  36.     WordWrap = True
  37.   end
  38.   object ListBox1: TListBox
  39.     Left = 56
  40.     Top = 56
  41.     Width = 273
  42.     Height = 161
  43.     ItemHeight = 13
  44.     TabOrder = 0
  45.   end
  46.   object Button1: TButton
  47.     Left = 256
  48.     Top = 224
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'Vytvo∩┐╜it'
  52.     Default = True
  53.     ModalResult = 1
  54.     TabOrder = 3
  55.     OnClick = Button1Click
  56.   end
  57.   object Button2: TButton
  58.     Left = 136
  59.     Top = 224
  60.     Width = 75
  61.     Height = 25
  62.     Caption = 'Smazat'
  63.     TabOrder = 2
  64.     OnClick = Button2Click
  65.   end
  66.   object Button3: TButton
  67.     Left = 56
  68.     Top = 224
  69.     Width = 75
  70.     Height = 25
  71.     Cancel = True
  72.     Caption = 'Zav∩┐╜∩┐╜t'
  73.     ModalResult = 2
  74.     TabOrder = 1
  75.   end
  76. end
  77.