object FormRemark: TFormRemark Left = 302 Top = 170 BorderIcons = [] BorderStyle = bsDialog Caption = 'Commento' ClientHeight = 179 ClientWidth = 365 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object LRem: TLabel Left = 10 Top = 10 Width = 341 Height = 29 AutoSize = False Caption = 'LRem' WordWrap = True end object ButOk: TButton Left = 144 Top = 144 Width = 75 Height = 25 Caption = 'Ok' ModalResult = 1 TabOrder = 0 end object MRem: TMemo Left = 10 Top = 44 Width = 341 Height = 89 MaxLength = 255 TabOrder = 1 end end