home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 August / VPR9608A.BIN / del20try / install / data.z / EDITFRM.DFM / EDITFRM.txt
Text File  |  1996-05-08  |  2KB  |  74 lines

  1. object EditForm: TEditForm
  2.   Left = 225
  3.   Top = 107
  4.   Width = 304
  5.   Height = 214
  6.   Caption = 'EditForm'
  7.   Font.Color = clBlack
  8.   Font.Height = -15
  9.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  10.   Font.Style = []
  11.   Font.Charset = 128
  12.   FormStyle = fsMDIChild
  13.   Menu = MainMenu
  14.   Position = poDefault
  15.   Visible = True
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 120
  21.   TextHeight = 15
  22.   object Memo: TMemo
  23.     Left = 0
  24.     Top = 0
  25.     Width = 296
  26.     Height = 158
  27.     Align = alClient
  28.     TabOrder = 0
  29.     OnChange = MemoChange
  30.   end
  31.   object MainMenu: TMainMenu
  32.     Left = 8
  33.     Top = 128
  34.     object FileMenu: TMenuItem
  35.       Caption = '&File'
  36.       ShortCut = 0
  37.       object FileNewItem: TMenuItem
  38.         Caption = '&New'
  39.         ShortCut = 0
  40.         OnClick = FileNewItemClick
  41.       end
  42.       object FileOpenItem: TMenuItem
  43.         Caption = '&Open...'
  44.         ShortCut = 0
  45.         OnClick = FileOpenItemClick
  46.       end
  47.       object FileSaveItem: TMenuItem
  48.         Caption = '&Save'
  49.         ShortCut = 0
  50.         OnClick = FileSaveItemClick
  51.       end
  52.       object FileSaveAsItem: TMenuItem
  53.         Caption = 'Save &As...'
  54.         ShortCut = 0
  55.         OnClick = FileSaveAsItemClick
  56.       end
  57.       object FileCloseItem: TMenuItem
  58.         Caption = '&Close'
  59.         ShortCut = 0
  60.         OnClick = FileCloseItemClick
  61.       end
  62.       object N1: TMenuItem
  63.         Caption = '-'
  64.         ShortCut = 0
  65.       end
  66.       object FileExitItem: TMenuItem
  67.         Caption = 'E&xit'
  68.         ShortCut = 0
  69.         OnClick = FileExitItemClick
  70.       end
  71.     end
  72.   end
  73. end
  74.