home *** CD-ROM | disk | FTP | other *** search
- object AktivityForm: TAktivityForm
- Left = 253
- Top = 117
- BorderStyle = bsDialog
- Caption = 'Aktivity z�kazn�ka'
- ClientHeight = 262
- ClientWidth = 266
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object CisZakLbl: TLabel
- Left = 98
- Top = 8
- Width = 3
- Height = 13
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 48
- Top = 8
- Width = 45
- Height = 13
- Caption = 'Z�kazn�k'
- end
- object Label1: TLabel
- Left = 48
- Top = 24
- Width = 177
- Height = 13
- Caption = 'm� aktivity v n�sleduj�c�ch oblastech:'
- end
- object Label3: TLabel
- Left = 8
- Top = 56
- Width = 92
- Height = 13
- Caption = 'Nab�dka-popt�vka:'
- end
- object Label4: TLabel
- Left = 136
- Top = 56
- Width = 83
- Height = 13
- Caption = 'Z�jem o zak�zky:'
- end
- object Image1: TImage
- Left = 8
- Top = 8
- Width = 33
- Height = 33
- Picture.Data = {<image000.ico>}
- end
- object ZakazkyListBox: TListBox
- Left = 8
- Top = 72
- Width = 121
- Height = 150
- ItemHeight = 13
- Sorted = True
- TabOrder = 0
- OnClick = ZakazkyListBoxClick
- OnDblClick = ZajemciListBoxDblClick
- end
- object ZajemciListBox: TListBox
- Left = 136
- Top = 72
- Width = 121
- Height = 150
- ItemHeight = 13
- Sorted = True
- TabOrder = 1
- OnClick = ZajemciListBoxClick
- OnDblClick = ZajemciListBoxDblClick
- end
- object OKBtn: TButton
- Left = 184
- Top = 232
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- OnClick = OKBtnClick
- end
- object UkazatBtn: TBitBtn
- Left = 96
- Top = 232
- Width = 75
- Height = 25
- Caption = '&Uk�zat'
- Enabled = False
- TabOrder = 3
- OnClick = UkazatBtnClick
- end
- end
-