object CEnnikDlg: TCEnnikDlg Left = 206 Top = 117 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Aktualny cennik' ClientHeight = 317 ClientWidth = 435 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object Przycisk_OK: TToolbarButton97 Left = 368 Top = 4 Width = 65 Height = 65 Cursor = crHandPoint Caption = '&OK' Layout = blGlyphTop ParentShowHint = False ShowHint = False Spacing = 5 OnClick = Przycisk_OKClick end object Panel: TPanel Left = 3 Top = 4 Width = 362 Height = 309 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object Label1: TLabel Left = 10 Top = 8 Width = 315 Height = 29 AutoSize = False Caption = 'Z sieci Internet �ci�gni�ty zosta� najnowszy cennik. Cennik ten ' + 'zawiera nast�puj�ce pozycje brutto:' WordWrap = True end object Label2: TLabel Left = 9 Top = 276 Width = 317 Height = 29 AutoSize = False Caption = 'Uwaga! Z�o�enie zam�wienia z dzisiejsz� dat� gwarantuje cen�! Ce' + 'nnik mo�e ulec zmianie!' WordWrap = True end object MEM_Cennik: TMemo Left = 8 Top = 40 Width = 345 Height = 233 Font.Charset = EASTEUROPE_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Courier New' Font.Style = [] ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 0 WordWrap = False end end end