home *** CD-ROM | disk | FTP | other *** search
- object OverSeznamForm: TOverSeznamForm
- Left = 260
- Top = 198
- BorderStyle = bsDialog
- Caption = 'Kontrola seznamu ozna�en�ch zak�zek'
- ClientHeight = 70
- ClientWidth = 271
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Notebook: TNotebook
- Left = 0
- Top = 0
- Width = 271
- Height = 70
- Align = alClient
- TabOrder = 0
- object TPage
- Left = 0
- Top = 0
- Caption = 'Progress'
- object ProgressLabel: TLabel
- Left = 16
- Top = 8
- Width = 143
- Height = 13
- Caption = 'Ov��uje se seznam zak�zek...'
- end
- object ProgressBar: TProgressBar
- Left = 16
- Top = 32
- Width = 241
- Height = 16
- Min = 0
- Max = 100
- TabOrder = 0
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Results'
- object WarnLabel: TLabel
- Left = 48
- Top = 8
- Width = 217
- Height = 33
- AutoSize = False
- Caption =
- 'N�sleduj�c� ��sla zak�zek byla vypu�t�na ze seznamu, proto�e je ' +
- 'nelze naj�t v datab�zi.'
- WordWrap = True
- end
- object WarnIcon: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- Picture.Data = {<image000.ico>}
- end
- object PricinyLabel: TLabel
- Left = 8
- Top = 144
- Width = 70
- Height = 13
- Caption = 'Mo�n� p���iny:'
- end
- object NevyhovujiciListBox: TListBox
- Left = 48
- Top = 48
- Width = 209
- Height = 81
- ItemHeight = 13
- Sorted = True
- TabOrder = 0
- end
- object SuggMemo: TMemo
- Left = 8
- Top = 160
- Width = 257
- Height = 65
- Color = clBtnFace
- Ctl3D = True
- Lines.Strings = (
- 'P���ina : M�te aktivn� takov� filtr, �e pro jeho'
- ' omezen� nejsou tyto zak�zky dostupn�.'
- '�e�en� : Zkontrolujte nastaven� filtru, p��padn�'
- ' filtr zru�te.'
- ''
- 'P���ina : Zak�zky byly p�esunuty do arch�vu.'
- '�e�en� : Prohl�dn�te arch�v a pot�ebn� zak�zky'
- ' obnovte.')
- ParentCtl3D = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 1
- WordWrap = False
- end
- object OKBtn: TButton
- Left = 98
- Top = 236
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- end
- end
- end
-