object frmGetString: TfrmGetString Left = 126 Top = 70 ActiveControl = cmdOk BorderStyle = bsDialog Caption = 'Wprowad� tekst' ClientHeight = 107 ClientWidth = 395 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object labObjasnienie: TLabel Left = 20 Top = 10 Width = 355 Height = 21 AutoSize = False Caption = 'labObjasnienie' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -17 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False end object cmdOk: TBitBtn Left = 286 Top = 74 Width = 94 Height = 27 TabOrder = 0 Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object cmdAnuluj: TBitBtn Left = 187 Top = 74 Width = 95 Height = 27 Caption = 'Anuluj' TabOrder = 1 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object tbOdpowiedz: TEdit Left = 20 Top = 34 Width = 360 Height = 28 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -17 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False TabOrder = 2 end end