object OKBottomDlg1: TOKBottomDlg1 Left = 228 Top = 115 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Co zrobi�?' ClientHeight = 102 ClientWidth = 390 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 64 Top = 8 Width = 3 Height = 13 end object Image2: TImage Left = 12 Top = 20 Width = 33 Height = 33 Picture.Data = {} end object Label2: TLabel Left = 64 Top = 24 Width = 5 Height = 13 Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 64 Top = 40 Width = 3 Height = 13 end object OKBtn: TButton Left = 55 Top = 64 Width = 75 Height = 25 Caption = '&Tak' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object CancelBtn: TButton Left = 147 Top = 64 Width = 75 Height = 25 Cancel = True Caption = '&Nie' ModalResult = 2 TabOrder = 1 OnClick = CancelBtnClick end object Button1: TButton Left = 240 Top = 64 Width = 113 Height = 25 Caption = 'Tak na &wszystkie' TabOrder = 2 OnClick = Button1Click end end