object Form1: TForm1 Left = 264 Top = 191 BorderStyle = bsDialog Caption = 'Porada dnia' ClientHeight = 217 ClientWidth = 399 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 265 Height = 201 end object Button2: TButton Left = 280 Top = 40 Width = 113 Height = 25 Caption = '&Nast�pna porada' TabOrder = 0 OnClick = Button2Click end object Button1: TButton Left = 280 Top = 8 Width = 113 Height = 25 Caption = 'OK' TabOrder = 1 OnClick = Button1Click end object Memo1: TMemo Left = 16 Top = 16 Width = 249 Height = 185 BorderStyle = bsNone Lines.Strings = ( '' 'Czy wiesz, �e...' '') TabOrder = 2 end end