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

  1. object Form2: TForm2
  2.   Left = 421
  3.   Top = 396
  4.   BorderStyle = bsDialog
  5.   Caption = 'P'#345'ejmenovat'
  6.   ClientHeight = 86
  7.   ClientWidth = 189
  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 Button1: TButton
  18.     Left = 112
  19.     Top = 48
  20.     Width = 65
  21.     Height = 25
  22.     Caption = 'OK'
  23.     TabOrder = 0
  24.     OnClick = Button1Click
  25.   end
  26.   object Edit1: TEdit
  27.     Left = 16
  28.     Top = 16
  29.     Width = 161
  30.     Height = 21
  31.     MaxLength = 20
  32.     TabOrder = 1
  33.   end
  34.   object Button2: TButton
  35.     Left = 16
  36.     Top = 48
  37.     Width = 65
  38.     Height = 25
  39.     Caption = 'Storno'
  40.     TabOrder = 2
  41.     OnClick = Button2Click
  42.   end
  43. end
  44.