object frmEditNote: TfrmEditNote Left = 245 Top = 108 BorderStyle = bsDialog Caption = 'Edit Note' ClientHeight = 214 ClientWidth = 314 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 297 Height = 161 Shape = bsFrame end object OKBtn: TButton Left = 55 Top = 180 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object CancelBtn: TButton Left = 183 Top = 180 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 OnClick = CancelBtnClick end object edtNote: TMemo Left = 16 Top = 16 Width = 281 Height = 145 TabOrder = 2 end end