home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd1.bin / software / jidelnicek / jidelnicek.exe / Jídelníček.exe / 0 / RCDATA / TPOTB / TPOTB.txt
Encoding:
Text File  |  2004-01-31  |  859 b   |  44 lines

  1. object potB: TpotB
  2.   Left = 216
  3.   Top = 448
  4.   BorderStyle = bsDialog
  5.   Caption = 'Potvrzen'#237
  6.   ClientHeight = 70
  7.   ClientWidth = 291
  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 = 8
  20.     Top = 8
  21.     Width = 275
  22.     Height = 13
  23.     Caption = 'Opravdu chcete vymazat cel'#253' seznam BEZMAS'#193' J'#205'DLA ?'
  24.   end
  25.   object Button1: TButton
  26.     Left = 64
  27.     Top = 32
  28.     Width = 49
  29.     Height = 25
  30.     Caption = 'Ano'
  31.     TabOrder = 0
  32.     OnClick = Button1Click
  33.   end
  34.   object Button2: TButton
  35.     Left = 176
  36.     Top = 32
  37.     Width = 49
  38.     Height = 25
  39.     Caption = 'Ne'
  40.     TabOrder = 1
  41.     OnClick = Button2Click
  42.   end
  43. end
  44.