object Form1: TForm1 Left = 192 Top = 109 Width = 696 Height = 478 Caption = 'MegaBlockNot' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = MainMenu1 OldCreateOrder = False OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Memo1: TMemo Left = 136 Top = 96 Width = 185 Height = 89 Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Courier' Font.Style = [] Lines.Strings = ( 'Memo1') ParentFont = False TabOrder = 0 OnChange = Memo1Change end object MainMenu1: TMainMenu Left = 80 Top = 24 object File1: TMenuItem Caption = #1060#1072#1081#1083 object OPen1: TMenuItem Caption = #1053#1086#1074#1099#1081 ShortCut = 16462 OnClick = OPen1Click end object Open2: TMenuItem Caption = #1054#1090#1082#1088#1099#1090#1100'...' ShortCut = 16463 OnClick = Open2Click end object N2: TMenuItem Caption = #1047#1072#1082#1088#1099#1090#1100 OnClick = N2Click end object Save1: TMenuItem Caption = #1057#1086#1093#1088#1072#1085#1080#1090#1100 ShortCut = 16467 OnClick = Save1Click end object Saveas1: TMenuItem Caption = #1057#1086#1093#1088#1072#1085#1080#1090#1100' '#1082#1072#1082'...' ShortCut = 24659 OnClick = Saveas1Click end object N1: TMenuItem Caption = '-' end object Exit1: TMenuItem Caption = #1042#1099#1093#1086#1076 ShortCut = 32856 OnClick = Exit1Click end end object Edit1: TMenuItem Caption = #1056#1072#1073#1086#1090#1072 object Copy1: TMenuItem Caption = 'A' OnClick = Copy1Click end object Paste1: TMenuItem Caption = 'B' OnClick = Paste1Click end end object Help1: TMenuItem Caption = 'Help' object About1: TMenuItem Caption = 'About...' OnClick = About1Click end end end object OpenDialog1: TOpenDialog Filter = '.txt|*.txt|All|*.*' Left = 168 Top = 8 end object SaveDialog1: TSaveDialog DefaultExt = '*.txt' Filter = '.txt|*.txt|All|*.*' Left = 208 Top = 8 end end