home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / Pantheon.csy / RCDATA / TAKTIVITYFORM / TAKTIVITYFORM.txt < prev   
Encoding:
Text File  |  1999-04-22  |  2.1 KB  |  109 lines

  1. object AktivityForm: TAktivityForm
  2.   Left = 253
  3.   Top = 117
  4.   BorderStyle = bsDialog
  5.   Caption = 'Aktivity z∩┐╜kazn∩┐╜ka'
  6.   ClientHeight = 262
  7.   ClientWidth = 266
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object CisZakLbl: TLabel
  19.     Left = 98
  20.     Top = 8
  21.     Width = 3
  22.     Height = 13
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 48
  32.     Top = 8
  33.     Width = 45
  34.     Height = 13
  35.     Caption = 'Z∩┐╜kazn∩┐╜k'
  36.   end
  37.   object Label1: TLabel
  38.     Left = 48
  39.     Top = 24
  40.     Width = 177
  41.     Height = 13
  42.     Caption = 'm∩┐╜ aktivity v n∩┐╜sleduj∩┐╜c∩┐╜ch oblastech:'
  43.   end
  44.   object Label3: TLabel
  45.     Left = 8
  46.     Top = 56
  47.     Width = 92
  48.     Height = 13
  49.     Caption = 'Nab∩┐╜dka-popt∩┐╜vka:'
  50.   end
  51.   object Label4: TLabel
  52.     Left = 136
  53.     Top = 56
  54.     Width = 83
  55.     Height = 13
  56.     Caption = 'Z∩┐╜jem o zak∩┐╜zky:'
  57.   end
  58.   object Image1: TImage
  59.     Left = 8
  60.     Top = 8
  61.     Width = 33
  62.     Height = 33
  63.     Picture.Data = {<image000.ico>}
  64.   end
  65.   object ZakazkyListBox: TListBox
  66.     Left = 8
  67.     Top = 72
  68.     Width = 121
  69.     Height = 150
  70.     ItemHeight = 13
  71.     Sorted = True
  72.     TabOrder = 0
  73.     OnClick = ZakazkyListBoxClick
  74.     OnDblClick = ZajemciListBoxDblClick
  75.   end
  76.   object ZajemciListBox: TListBox
  77.     Left = 136
  78.     Top = 72
  79.     Width = 121
  80.     Height = 150
  81.     ItemHeight = 13
  82.     Sorted = True
  83.     TabOrder = 1
  84.     OnClick = ZajemciListBoxClick
  85.     OnDblClick = ZajemciListBoxDblClick
  86.   end
  87.   object OKBtn: TButton
  88.     Left = 184
  89.     Top = 232
  90.     Width = 75
  91.     Height = 25
  92.     Caption = 'OK'
  93.     Default = True
  94.     ModalResult = 1
  95.     TabOrder = 2
  96.     OnClick = OKBtnClick
  97.   end
  98.   object UkazatBtn: TBitBtn
  99.     Left = 96
  100.     Top = 232
  101.     Width = 75
  102.     Height = 25
  103.     Caption = '&Uk∩┐╜zat'
  104.     Enabled = False
  105.     TabOrder = 3
  106.     OnClick = UkazatBtnClick
  107.   end
  108. end
  109.