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

  1. object MakeLink: TMakeLink
  2.   Left = 200
  3.   Top = 104
  4.   BorderStyle = bsDialog
  5.   Caption = 'Odkaz'
  6.   ClientHeight = 126
  7.   ClientWidth = 398
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 1
  18.     Top = 9
  19.     Width = 56
  20.     Height = 13
  21.     Caption = 'Typ odkazu'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 131
  25.     Top = 10
  26.     Width = 31
  27.     Height = 13
  28.     Caption = 'Server'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 24
  32.     Top = 37
  33.     Width = 34
  34.     Height = 13
  35.     Caption = 'Soubor'
  36.   end
  37.   object Label4: TLabel
  38.     Left = 261
  39.     Top = 36
  40.     Width = 28
  41.     Height = 13
  42.     Caption = 'Kotva'
  43.   end
  44.   object Label6: TLabel
  45.     Left = 68
  46.     Top = 70
  47.     Width = 86
  48.     Height = 13
  49.     Hint = 
  50.       'Sem zad∩┐╜v∩┐╜te ∩┐╜daje pouze v p∩┐╜∩┐╜pad∩┐╜, ∩┐╜e tvo∩┐╜∩┐╜te odkazy na str∩┐╜nky' +
  51.       ' chr∩┐╜n∩┐╜n∩┐╜ heslem!'
  52.     Caption = 'U∩┐╜ivatelsk∩┐╜ jm∩┐╜no'
  53.   end
  54.   object Label7: TLabel
  55.     Left = 128
  56.     Top = 92
  57.     Width = 27
  58.     Height = 13
  59.     Hint = 
  60.       'Sem zad∩┐╜v∩┐╜te ∩┐╜daje pouze v p∩┐╜∩┐╜pad∩┐╜, ∩┐╜e tvo∩┐╜∩┐╜te odkazy na str∩┐╜nky' +
  61.       ' chr∩┐╜n∩┐╜n∩┐╜ heslem!'
  62.     Caption = 'Heslo'
  63.   end
  64.   object Bevel1: TBevel
  65.     Left = 8
  66.     Top = 61
  67.     Width = 385
  68.     Height = 9
  69.     Shape = bsTopLine
  70.     Style = bsRaised
  71.   end
  72.   object ComboBox1: TComboBox
  73.     Left = 61
  74.     Top = 6
  75.     Width = 68
  76.     Height = 21
  77.     Hint = 'Vyberte si typ odkazu'
  78.     ItemHeight = 13
  79.     Items.Strings = (
  80.       'HTTP://'
  81.       'FTP://'
  82.       'MAILTO:'
  83.       'NEWS:'
  84.       'TELNET://')
  85.     TabOrder = 0
  86.     Text = 'HTTP://'
  87.   end
  88.   object Edit1: TEdit
  89.     Left = 168
  90.     Top = 6
  91.     Width = 225
  92.     Height = 21
  93.     TabOrder = 1
  94.   end
  95.   object Edit2: TEdit
  96.     Left = 62
  97.     Top = 32
  98.     Width = 187
  99.     Height = 21
  100.     TabOrder = 2
  101.   end
  102.   object Edit3: TEdit
  103.     Left = 296
  104.     Top = 32
  105.     Width = 97
  106.     Height = 21
  107.     TabOrder = 3
  108.   end
  109.   object Edit5: TEdit
  110.     Left = 160
  111.     Top = 67
  112.     Width = 121
  113.     Height = 21
  114.     Hint = 
  115.       'Sem zad∩┐╜v∩┐╜te ∩┐╜daje pouze v p∩┐╜∩┐╜pad∩┐╜, ∩┐╜e tvo∩┐╜∩┐╜te odkazy na str∩┐╜nky' +
  116.       ' chr∩┐╜n∩┐╜n∩┐╜ heslem!'
  117.     TabOrder = 4
  118.   end
  119.   object Edit6: TEdit
  120.     Left = 160
  121.     Top = 88
  122.     Width = 121
  123.     Height = 21
  124.     Hint = 
  125.       'Sem zad∩┐╜v∩┐╜te ∩┐╜daje pouze v p∩┐╜∩┐╜pad∩┐╜, ∩┐╜e tvo∩┐╜∩┐╜te odkazy na str∩┐╜nky' +
  126.       ' chr∩┐╜n∩┐╜n∩┐╜ heslem!'
  127.     TabOrder = 5
  128.   end
  129.   object Button1: TButton
  130.     Left = 320
  131.     Top = 92
  132.     Width = 75
  133.     Height = 25
  134.     Caption = 'Vlo∩┐╜it'
  135.     Default = True
  136.     ModalResult = 1
  137.     TabOrder = 6
  138.     OnClick = Button1Click
  139.   end
  140.   object Button2: TButton
  141.     Left = 8
  142.     Top = 92
  143.     Width = 75
  144.     Height = 25
  145.     Cancel = True
  146.     Caption = 'Zp∩┐╜t'
  147.     ModalResult = 2
  148.     TabOrder = 7
  149.   end
  150. end
  151.