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

  1. object CounterForm: TCounterForm
  2.   Left = 200
  3.   Top = 104
  4.   ActiveControl = ComboBox1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Vlo∩┐╜it po∩┐╜∩┐╜tadlo'
  7.   ClientHeight = 121
  8.   ClientWidth = 257
  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.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 28
  20.     Top = 34
  21.     Width = 55
  22.     Height = 13
  23.     Hint = 'Identifik∩┐╜tor je typick∩┐╜ pro ka∩┐╜dou str∩┐╜nku s po∩┐╜∩┐╜tadlem'
  24.     Caption = 'Identifik∩┐╜tor'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 15
  28.     Top = 12
  29.     Width = 69
  30.     Height = 13
  31.     Hint = 'Zadejte font, kter∩┐╜ bude pou∩┐╜∩┐╜vat va∩┐╜e po∩┐╜∩┐╜tadlo'
  32.     Caption = 'Znakov∩┐╜ sada'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 33
  36.     Top = 61
  37.     Width = 51
  38.     Height = 13
  39.     Caption = 'Po∩┐╜et cifer'
  40.   end
  41.   object ComboBox1: TComboBox
  42.     Left = 88
  43.     Top = 8
  44.     Width = 161
  45.     Height = 21
  46.     Hint = 'Dal∩┐╜∩┐╜ sady najdete na Homepage po∩┐╜∩┐╜tadla'
  47.     ItemHeight = 13
  48.     Items.Strings = (
  49.       'Calendar'
  50.       'ToiletPaper'
  51.       'RedBlue'
  52.       'Color'
  53.       'Color2'
  54.       'Domino'
  55.       'DarkBow'
  56.       'DarkLight'
  57.       'BayWatch'
  58.       'DeliSuper'
  59.       'Rainbow'
  60.       'Rainbow2'
  61.       'Rainbow3'
  62.       'Banana'
  63.       'Dadman'
  64.       'SlimLin')
  65.     TabOrder = 0
  66.   end
  67.   object Edit1: TEdit
  68.     Left = 88
  69.     Top = 32
  70.     Width = 161
  71.     Height = 21
  72.     TabOrder = 1
  73.   end
  74.   object SpinEdit1: TSpinEdit
  75.     Left = 88
  76.     Top = 56
  77.     Width = 49
  78.     Height = 22
  79.     MaxValue = 0
  80.     MinValue = 0
  81.     TabOrder = 2
  82.     Value = 5
  83.   end
  84.   object Button1: TButton
  85.     Left = 144
  86.     Top = 56
  87.     Width = 107
  88.     Height = 25
  89.     Cursor = crHandPoint
  90.     Hint = 'Odkaz na domovskou str∩┐╜nkou po∩┐╜∩┐╜tadla'
  91.     Caption = 'Homepage Po∩┐╜itadla'
  92.     TabOrder = 5
  93.     OnClick = Button1Click
  94.   end
  95.   object Button2: TButton
  96.     Left = 176
  97.     Top = 88
  98.     Width = 75
  99.     Height = 25
  100.     Caption = 'Vlo∩┐╜it'
  101.     Default = True
  102.     ModalResult = 1
  103.     TabOrder = 3
  104.     OnClick = Button2Click
  105.   end
  106.   object Button3: TButton
  107.     Left = 8
  108.     Top = 88
  109.     Width = 75
  110.     Height = 25
  111.     Cancel = True
  112.     Caption = 'Zp∩┐╜t'
  113.     ModalResult = 2
  114.     TabOrder = 4
  115.   end
  116. end
  117.