home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / vyp09 / Vypinac.exe / 0 / RCDATA / TPROVEDAKCI / TPROVEDAKCI.txt
Encoding:
Text File  |  2002-08-05  |  1.3 KB  |  70 lines

  1. object ProvedAkci: TProvedAkci
  2.   Left = 192
  3.   Top = 113
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'ProvedAkci'
  7.   ClientHeight = 147
  8.   ClientWidth = 268
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object zprava: TLabel
  21.     Left = 8
  22.     Top = 16
  23.     Width = 250
  24.     Height = 24
  25.     Caption = 'Re∩┐╜im sp∩┐╜nku za 7 sekund'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -19
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object prubeh: TProgressBar
  34.     Left = 24
  35.     Top = 56
  36.     Width = 217
  37.     Height = 17
  38.     BorderWidth = 2
  39.     Min = 0
  40.     Max = 100
  41.     Position = 25
  42.     Smooth = True
  43.     TabOrder = 0
  44.   end
  45.   object Ihned: TButton
  46.     Left = 32
  47.     Top = 96
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'Ihned'
  51.     TabOrder = 1
  52.     OnClick = IhnedClick
  53.   end
  54.   object Storno: TButton
  55.     Left = 160
  56.     Top = 96
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'Storno'
  60.     TabOrder = 2
  61.     OnClick = StornoClick
  62.   end
  63.   object Timer1: TTimer
  64.     Enabled = False
  65.     OnTimer = Timer1Timer
  66.     Left = 120
  67.     Top = 88
  68.   end
  69. end
  70.