home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 191
- Top = 108
- Width = 595
- Height = 433
- Caption = 'Form1'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 0
- Top = 49
- Width = 587
- Height = 8
- Align = alTop
- Shape = bsTopLine
- end
- object NxWizard1: TNxWizard
- Left = 0
- Top = 364
- Width = 587
- Height = 42
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- CaptionBack = '< Zp�t'
- CaptionNext = 'D�le >'
- CaptionCancel = 'Storno'
- Notebook = NxPageControl1
- OnPageProcess = NxWizard1PageProcess
- OnVerifyPage = NxWizard1VerifyPage
- OnNextPage = NxWizard1NextPage
- OnCancel = NxWizard1Cancel
- OnUpdateButtons = NxWizard1UpdateButtons
- OnCheckHasNext = NxWizard1CheckHasNext
- TitlePanel = NxWizardTitlePanel1
- end
- object NxWizardTitlePanel1: TNxWizardTitlePanel
- Left = 0
- Top = 0
- Width = 587
- Height = 49
- Align = alTop
- BevelOuter = bvNone
- Color = clWindow
- TabOrder = 1
- CaptionTitle = 'lblCaption'
- CaptionDescription = 'lblDescription'
- end
- object NxPageControl1: TNxPageControl
- Left = 0
- Top = 57
- Width = 587
- Height = 307
- ActivePage = tabSolving
- Align = alClient
- Style = tsFlatButtons
- TabOrder = 2
- TabStop = False
- object tabWelcome: TTabSheet
- Hint = 'Prvn� krok: v�b�r spojen�'
- Caption = 'Pr�vodce dohled�n�m chyb v relac�ch'
- object rgProcess: TRadioGroup
- Left = 16
- Top = 20
- Width = 353
- Height = 129
- Caption = 'Nal�zt chyby: '
- ItemIndex = 0
- Items.Strings = (
- 'Chyb�j�c� zdrojov� skupiny'
- 'Ji� neplatn� vazby mezi zdrojovou skupinou a den�kem'
- 'Z�znamy v den�ku/��dostech bez vazby na zdrojov� doklad'
- 'V�echny chyby')
- TabOrder = 0
- end
- end
- object tabResults: TTabSheet
- Hint = 'Krok druh�: v�b�r chyb k �e�en�'
- Caption = 'Nalezen� chyby'
- ImageIndex = 1
- object lvResults: TListView
- Left = 8
- Top = 8
- Width = 477
- Height = 277
- Anchors = [akLeft, akTop, akRight, akBottom]
- Columns = <
- item
- Caption = 'Druh'
- Width = 75
- end
- item
- Caption = 'Popis'
- Width = 300
- end
- item
- Caption = 'ID'
- Width = 75
- end>
- ReadOnly = True
- RowSelect = True
- TabOrder = 0
- ViewStyle = vsReport
- OnClick = lvResultsClick
- end
- object Button1: TButton
- Left = 496
- Top = 8
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'V�echny'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 496
- Top = 40
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '��dn�'
- TabOrder = 2
- OnClick = Button2Click
- end
- end
- object tabSolving: TTabSheet
- Hint = 'Dokon�eno'
- Caption = 'Oprava vazeb'
- ImageIndex = 2
- end
- end
- end
-