home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd1.bin / program / ctenari / Jaros / rozvrhy.exe / 0 / RCDATA / TUCFORM / TUCFORM.txt
Text File  |  2004-06-21  |  2KB  |  105 lines

  1. object UcForm: TUcForm
  2.   Left = 313
  3.   Top = 230
  4.   ActiveControl = OkBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Tv∩┐╜rce rozvrh∩┐╜ - vyu∩┐╜uj∩┐╜c∩┐╜'
  7.   ClientHeight = 259
  8.   ClientWidth = 278
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object UcLabel: TLabel
  19.     Left = 152
  20.     Top = 11
  21.     Width = 92
  22.     Height = 13
  23.     Caption = 'Jm∩┐╜no vyu∩┐╜uj∩┐╜c∩┐╜ho:'
  24.   end
  25.   object Bevel1: TBevel
  26.     Left = 152
  27.     Top = 152
  28.     Width = 113
  29.     Height = 2
  30.   end
  31.   object UcBox: TListBox
  32.     Left = 11
  33.     Top = 11
  34.     Width = 129
  35.     Height = 236
  36.     ItemHeight = 13
  37.     TabOrder = 0
  38.   end
  39.   object UcEdit: TEdit
  40.     Left = 152
  41.     Top = 30
  42.     Width = 113
  43.     Height = 21
  44.     MaxLength = 15
  45.     TabOrder = 1
  46.     OnClick = UcEditClick
  47.   end
  48.   object PridejBtn: TButton
  49.     Left = 152
  50.     Top = 58
  51.     Width = 113
  52.     Height = 25
  53.     Caption = 'P∩┐╜idat do seznamu'
  54.     TabOrder = 2
  55.     OnClick = PridejBtnClick
  56.   end
  57.   object OdstranBtn: TButton
  58.     Left = 152
  59.     Top = 88
  60.     Width = 113
  61.     Height = 25
  62.     Caption = 'Odstranit ze seznamu'
  63.     TabOrder = 3
  64.     OnClick = OdstranBtnClick
  65.   end
  66.   object OdstrVseBtn: TButton
  67.     Left = 152
  68.     Top = 118
  69.     Width = 113
  70.     Height = 25
  71.     Caption = 'Odstranit v∩┐╜e'
  72.     TabOrder = 4
  73.     OnClick = OdstrVseBtnClick
  74.   end
  75.   object OkBtn: TButton
  76.     Left = 152
  77.     Top = 162
  78.     Width = 113
  79.     Height = 25
  80.     Caption = 'OK'
  81.     ModalResult = 1
  82.     TabOrder = 5
  83.     OnClick = OkBtnClick
  84.   end
  85.   object StornoBtn: TButton
  86.     Left = 152
  87.     Top = 192
  88.     Width = 113
  89.     Height = 25
  90.     Caption = 'Storno'
  91.     ModalResult = 2
  92.     TabOrder = 6
  93.     OnClick = StornoBtnClick
  94.   end
  95.   object UlozBtn: TButton
  96.     Left = 152
  97.     Top = 222
  98.     Width = 113
  99.     Height = 25
  100.     Caption = 'Ulo∩┐╜it'
  101.     TabOrder = 7
  102.     OnClick = UlozBtnClick
  103.   end
  104. end
  105.