home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 September / Chip_2003-09_cd1.bin / tema / langexpert / download / LangExpert.exe / 0 / RCDATA / TPOCETFORM / TPOCETFORM.txt
Text File  |  2003-01-26  |  1KB  |  67 lines

  1. object PocetForm: TPocetForm
  2.   Left = 248
  3.   Top = 234
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Odstran'#283'n'#237
  7.   ClientHeight = 96
  8.   ClientWidth = 186
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   OnKeyPress = FormKeyPress
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lblPopis: TLabel
  22.     Left = 16
  23.     Top = 16
  24.     Width = 89
  25.     Height = 17
  26.     AutoSize = False
  27.     Caption = 'Po'#269'et polo'#382'ek:'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -13
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     WordWrap = True
  35.   end
  36.   object sePocet: TSpinEdit
  37.     Left = 117
  38.     Top = 14
  39.     Width = 57
  40.     Height = 22
  41.     MaxValue = 1
  42.     MinValue = 1
  43.     TabOrder = 0
  44.     Value = 1
  45.     OnChange = sePocetChange
  46.   end
  47.   object btnOK: TButton
  48.     Left = 16
  49.     Top = 56
  50.     Width = 75
  51.     Height = 25
  52.     Caption = '&OK'
  53.     Default = True
  54.     ModalResult = 1
  55.     TabOrder = 1
  56.   end
  57.   object btnStorno: TButton
  58.     Left = 104
  59.     Top = 56
  60.     Width = 75
  61.     Height = 25
  62.     Caption = '&Storno'
  63.     ModalResult = 2
  64.     TabOrder = 2
  65.   end
  66. end
  67.