object MonMessageDlg: TMonMessageDlg Left = 167 Top = 139 BorderIcons = [] BorderStyle = bsDialog Caption = 'Dialog' ClientHeight = 83 ClientWidth = 800 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] OldCreateOrder = True Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 13 object BtnYes: TBitBtn Left = 88 Top = 48 Width = 81 Height = 26 Caption = '&Ano' Default = True ModalResult = 6 TabOrder = 0 NumGlyphs = 2 Style = bsNew Spacing = -1 end object BtnNo: TBitBtn Left = 168 Top = 48 Width = 81 Height = 26 Cancel = True Caption = '&Ne' ModalResult = 7 TabOrder = 1 NumGlyphs = 2 Style = bsNew Spacing = -1 end object BtnOk: TBitBtn Left = 248 Top = 48 Width = 81 Height = 26 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 NumGlyphs = 2 Style = bsNew Spacing = -1 end object BtnCancel: TBitBtn Left = 328 Top = 48 Width = 81 Height = 26 Cancel = True Caption = '&Zp�t' ModalResult = 2 TabOrder = 3 NumGlyphs = 2 Style = bsNew Spacing = -1 end object BtnAbort: TBitBtn Left = 408 Top = 48 Width = 81 Height = 26 Caption = '&P�eru�it' ModalResult = 3 TabOrder = 4 NumGlyphs = 2 Style = bsNew Spacing = -1 end object BtnRetry: TBitBtn Left = 488 Top = 48 Width = 81 Height = 26 Caption = '&Obnovit' ModalResult = 4 TabOrder = 5 NumGlyphs = 2 Style = bsNew Spacing = -1 end object BtnIgnore: TBitBtn Left = 568 Top = 48 Width = 81 Height = 26 Caption = '&Ignorovat' ModalResult = 5 TabOrder = 6 NumGlyphs = 2 Style = bsNew Spacing = -1 end object BtnAll: TBitBtn Left = 648 Top = 48 Width = 81 Height = 26 Caption = '&V�e' ModalResult = 8 TabOrder = 7 NumGlyphs = 2 Style = bsNew Spacing = -1 end object BtnHelp: TBitBtn Left = 728 Top = 48 Width = 81 Height = 26 Caption = '&N�pov�da' TabOrder = 8 OnClick = BtnHelpClick NumGlyphs = 2 Style = bsNew Spacing = -1 end object BtnClose: TBitBtn Left = 808 Top = 48 Width = 81 Height = 26 Caption = '&Zav��t' ModalResult = 9 TabOrder = 9 NumGlyphs = 2 Style = bsNew Spacing = -1 end object BBContinue: TBitBtn Left = 8 Top = 48 Width = 81 Height = 26 Caption = 'Po&kra�ovat' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ModalResult = 11 ParentFont = False TabOrder = 10 NumGlyphs = 2 Style = bsNew Spacing = -1 end end