home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / Vyzkuste / blikani / Blikani.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1999-06-24  |  2KB  |  97 lines

  1. object Form1: TForm1
  2.   Left = 294
  3.   Top = 264
  4.   Width = 329
  5.   Height = 174
  6.   Caption = 'Blik∩┐╜n∩┐╜ kl∩┐╜vesnice By Novosad Petr 1999'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 16
  21.     Width = 61
  22.     Height = 16
  23.     Caption = 'Rychlost:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 144
  27.     Top = 16
  28.     Width = 71
  29.     Height = 16
  30.     Caption = 'milisekund'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 8
  34.     Top = 128
  35.     Width = 310
  36.     Height = 16
  37.     Caption = 'Pod∩┐╜vej se na diody nad numerickou kl∩┐╜vesnic∩┐╜.'
  38.   end
  39.   object Label4: TLabel
  40.     Left = 56
  41.     Top = 64
  42.     Width = 211
  43.     Height = 16
  44.     Caption = 'Copyright (C) 1995 Novosad Petr'
  45.   end
  46.   object Label5: TLabel
  47.     Left = 24
  48.     Top = 48
  49.     Width = 273
  50.     Height = 16
  51.     Caption = 'Blik∩┐╜n∩┐╜ kl∩┐╜vesnice Verze: 1.0, FREEWARE'
  52.   end
  53.   object Label6: TLabel
  54.     Left = 96
  55.     Top = 88
  56.     Width = 133
  57.     Height = 16
  58.     Caption = 'pnovosad@email.cz'
  59.   end
  60.   object Label7: TLabel
  61.     Left = 56
  62.     Top = 104
  63.     Width = 265
  64.     Height = 16
  65.     Caption = 'www.mujweb.cz/www/novosad/index.htm'
  66.   end
  67.   object BitBtn1: TBitBtn
  68.     Left = 226
  69.     Top = 8
  70.     Width = 89
  71.     Height = 33
  72.     Caption = 'Spus∩┐╜'
  73.     TabOrder = 0
  74.     OnClick = BitBtn1Click
  75.     Style = bsNew
  76.   end
  77.   object SpinEdit1: TSpinEdit
  78.     Left = 82
  79.     Top = 12
  80.     Width = 57
  81.     Height = 26
  82.     Increment = 10
  83.     MaxValue = 1000
  84.     MinValue = 1
  85.     TabOrder = 1
  86.     Value = 100
  87.     OnChange = SpinEdit1Change
  88.   end
  89.   object Timer1: TTimer
  90.     Enabled = False
  91.     Interval = 100
  92.     OnTimer = Timer1Timer
  93.     Left = 344
  94.     Top = 184
  95.   end
  96. end
  97.