home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / ctenari / Sperl / TimeBlock / TimeBlock.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  2002-09-14  |  963b  |  52 lines

  1. object Form2: TForm2
  2.   Left = 437
  3.   Top = 343
  4.   BorderStyle = bsDialog
  5.   Caption = 'Nov'#225' sch'#367'zka'
  6.   ClientHeight = 77
  7.   ClientWidth = 186
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 24
  20.     Top = 6
  21.     Width = 136
  22.     Height = 13
  23.     Caption = 'Zadejte jm'#233'no nov'#233' polo'#382'ky:'
  24.   end
  25.   object Edit1: TEdit
  26.     Left = 16
  27.     Top = 24
  28.     Width = 153
  29.     Height = 21
  30.     MaxLength = 14
  31.     TabOrder = 0
  32.   end
  33.   object Storno: TButton
  34.     Left = 16
  35.     Top = 54
  36.     Width = 49
  37.     Height = 17
  38.     Caption = 'Storno'
  39.     TabOrder = 2
  40.     OnClick = StornoClick
  41.   end
  42.   object OK: TButton
  43.     Left = 120
  44.     Top = 54
  45.     Width = 49
  46.     Height = 17
  47.     Caption = 'OK'
  48.     TabOrder = 1
  49.     OnClick = OKClick
  50.   end
  51. end
  52.