home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 February / PCWorld_2002-02_cd.bin / Software / Vyzkuste / ucto / uctowin.exe / 0 / RCDATA / TFZUSTATKY / TFZUSTATKY.txt
Text File  |  2001-12-19  |  3KB  |  161 lines

  1. object Fzustatky: TFzustatky
  2.   Left = 194
  3.   Top = 105
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Z∩┐╜statky na ∩┐╜∩┐╜tech'
  7.   ClientHeight = 288
  8.   ClientWidth = 432
  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.   OnCreate = FormCreate
  16.   OnDeactivate = FormDeactivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label2: TLabel
  20.     Left = 0
  21.     Top = 240
  22.     Width = 30
  23.     Height = 13
  24.     Caption = 'Ke dni'
  25.   end
  26.   object Ldenvtydnu: TLabel
  27.     Left = 128
  28.     Top = 246
  29.     Width = 51
  30.     Height = 16
  31.     Caption = 'kone∩┐╜n∩┐╜'
  32.     Font.Charset = EASTEUROPE_CHARSET
  33.     Font.Color = clBlack
  34.     Font.Height = -13
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     ParentFont = False
  38.   end
  39.   object SGzustatky: TStringGrid
  40.     Left = 0
  41.     Top = 16
  42.     Width = 432
  43.     Height = 223
  44.     TabStop = False
  45.     Color = clBtnFace
  46.     ColCount = 4
  47.     Ctl3D = True
  48.     DefaultRowHeight = 19
  49.     Enabled = False
  50.     FixedCols = 0
  51.     RowCount = 12
  52.     FixedRows = 11
  53.     Font.Charset = EASTEUROPE_CHARSET
  54.     Font.Color = clBlack
  55.     Font.Height = -12
  56.     Font.Name = 'Courier'
  57.     Font.Style = []
  58.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
  59.     ParentCtl3D = False
  60.     ParentFont = False
  61.     ScrollBars = ssNone
  62.     TabOrder = 7
  63.     ColWidths = (
  64.       182
  65.       64
  66.       64
  67.       64)
  68.   end
  69.   object Bzobrazit: TButton
  70.     Left = 352
  71.     Top = 256
  72.     Width = 75
  73.     Height = 25
  74.     Hint = 'Zobrazit z∩┐╜statky'
  75.     Caption = 'Z&obrazit'
  76.     Default = True
  77.     ParentShowHint = False
  78.     ShowHint = True
  79.     TabOrder = 0
  80.     OnClick = BzobrazitClick
  81.   end
  82.   object MEdat: TMaskEdit
  83.     Left = 34
  84.     Top = 241
  85.     Width = 87
  86.     Height = 21
  87.     EditMask = '!99/99/0000;1;-'
  88.     Font.Charset = EASTEUROPE_CHARSET
  89.     Font.Color = clBlack
  90.     Font.Height = -13
  91.     Font.Name = 'Courier'
  92.     Font.Style = []
  93.     MaxLength = 10
  94.     ParentFont = False
  95.     TabOrder = 1
  96.     Text = '00.00.0000'
  97.     OnChange = MEdatChange
  98.     OnExit = MEdatExit
  99.   end
  100.   object Bdec: TButton
  101.     Left = 33
  102.     Top = 264
  103.     Width = 20
  104.     Height = 17
  105.     Hint = 'Dekrementace data'
  106.     Caption = ' - '
  107.     ParentShowHint = False
  108.     ShowHint = True
  109.     TabOrder = 2
  110.     OnClick = BdecClick
  111.   end
  112.   object Binc: TButton
  113.     Left = 53
  114.     Top = 264
  115.     Width = 20
  116.     Height = 17
  117.     Hint = 'Inkrementace data'
  118.     Caption = ' + '
  119.     ParentShowHint = False
  120.     ShowHint = True
  121.     TabOrder = 3
  122.     OnClick = BincClick
  123.   end
  124.   object Bdnes: TButton
  125.     Left = 120
  126.     Top = 264
  127.     Width = 75
  128.     Height = 17
  129.     Hint = 'Dne∩┐╜n∩┐╜ z∩┐╜statky'
  130.     Caption = '&Dnes'
  131.     ParentShowHint = False
  132.     ShowHint = True
  133.     TabOrder = 5
  134.     OnClick = BdnesClick
  135.   end
  136.   object Bodvcera: TButton
  137.     Left = 72
  138.     Top = 264
  139.     Width = 50
  140.     Height = 17
  141.     Hint = 'V∩┐╜erej∩┐╜∩┐╜ z∩┐╜statky'
  142.     Caption = '&V∩┐╜era'
  143.     ParentShowHint = False
  144.     ShowHint = True
  145.     TabOrder = 4
  146.     OnClick = BodvceraClick
  147.   end
  148.   object Bkonecny: TButton
  149.     Left = 192
  150.     Top = 264
  151.     Width = 75
  152.     Height = 17
  153.     Hint = 'Kone∩┐╜n∩┐╜ z∩┐╜statky(neomezeno datem)'
  154.     Caption = '&Kone∩┐╜n∩┐╜'
  155.     ParentShowHint = False
  156.     ShowHint = True
  157.     TabOrder = 6
  158.     OnClick = BkonecnyClick
  159.   end
  160. end
  161.