home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / ctenari / Sperl / PBlock / PBlock.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  2002-09-12  |  840b  |  46 lines

  1. object Form3: TForm3
  2.   Left = 330
  3.   Top = 174
  4.   BorderStyle = bsDialog
  5.   Caption = 'Nov'#225' pozn'#225'mka'
  6.   ClientHeight = 86
  7.   ClientWidth = 191
  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.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Edit1: TEdit
  18.     Left = 16
  19.     Top = 16
  20.     Width = 161
  21.     Height = 21
  22.     MaxLength = 20
  23.     TabOrder = 0
  24.   end
  25.   object Button1: TButton
  26.     Left = 112
  27.     Top = 48
  28.     Width = 65
  29.     Height = 25
  30.     Caption = 'OK'
  31.     ModalResult = 1
  32.     TabOrder = 1
  33.     OnClick = Button1Click
  34.   end
  35.   object Button2: TButton
  36.     Left = 16
  37.     Top = 48
  38.     Width = 65
  39.     Height = 25
  40.     Caption = 'Storno'
  41.     ModalResult = 2
  42.     TabOrder = 2
  43.     OnClick = Button2Click
  44.   end
  45. end
  46.