object EditForm: TEditForm Left = 225 Top = 107 Width = 304 Height = 214 Caption = 'EditForm' Font.Color = clBlack Font.Height = -15 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] Font.Charset = 128 FormStyle = fsMDIChild Menu = MainMenu Position = poDefault Visible = True OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 120 TextHeight = 15 object Memo: TMemo Left = 0 Top = 0 Width = 296 Height = 158 Align = alClient TabOrder = 0 OnChange = MemoChange end object MainMenu: TMainMenu Left = 8 Top = 128 object FileMenu: TMenuItem Caption = '&File' ShortCut = 0 object FileNewItem: TMenuItem Caption = '&New' ShortCut = 0 OnClick = FileNewItemClick end object FileOpenItem: TMenuItem Caption = '&Open...' ShortCut = 0 OnClick = FileOpenItemClick end object FileSaveItem: TMenuItem Caption = '&Save' ShortCut = 0 OnClick = FileSaveItemClick end object FileSaveAsItem: TMenuItem Caption = 'Save &As...' ShortCut = 0 OnClick = FileSaveAsItemClick end object FileCloseItem: TMenuItem Caption = '&Close' ShortCut = 0 OnClick = FileCloseItemClick end object N1: TMenuItem Caption = '-' ShortCut = 0 end object FileExitItem: TMenuItem Caption = 'E&xit' ShortCut = 0 OnClick = FileExitItemClick end end end end