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

  1. object EditForm: TEditForm
  2.   Left = 196
  3.   Top = 112
  4.   Width = 435
  5.   Height = 308
  6.   Caption = 'Untitled'
  7.   Font.Color = clBlack
  8.   Font.Height = -12
  9.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   Menu = MainMenu1
  13.   PopupMenu = PopupMenu1
  14.   Position = poDefault
  15.   Visible = True
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 12
  21.   object Editor: TRichEdit
  22.     Left = 0
  23.     Top = 0
  24.     Width = 427
  25.     Height = 262
  26.     Align = alClient
  27.     BorderStyle = bsNone
  28.     Font.Color = clBlack
  29.     Font.Height = -13
  30.     Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  31.     Font.Style = []
  32.     ParentFont = False
  33.     ScrollBars = ssVertical
  34.     TabOrder = 0
  35.   end
  36.   object MainMenu1: TMainMenu
  37.     Left = 16
  38.     Top = 248
  39.     object File1: TMenuItem
  40.       Caption = '&File'
  41.       ShortCut = 0
  42.       object New1: TMenuItem
  43.         Caption = '&New'
  44.         ShortCut = 0
  45.         OnClick = New1Click
  46.       end
  47.       object Open1: TMenuItem
  48.         Caption = '&Open...'
  49.         ShortCut = 0
  50.         OnClick = Open1Click
  51.       end
  52.       object Close1: TMenuItem
  53.         Caption = '&Close'
  54.         ShortCut = 0
  55.         OnClick = Close1Click
  56.       end
  57.       object Save1: TMenuItem
  58.         Caption = '&Save'
  59.         ShortCut = 0
  60.         OnClick = Save1Click
  61.       end
  62.       object Saveas1: TMenuItem
  63.         Caption = 'Save &as...'
  64.         ShortCut = 0
  65.         OnClick = Saveas1Click
  66.       end
  67.       object Print1: TMenuItem
  68.         Caption = '&Print...'
  69.         ShortCut = 0
  70.         OnClick = Print1Click
  71.       end
  72.       object Printersetup1: TMenuItem
  73.         Caption = 'Printer setup...'
  74.         ShortCut = 0
  75.         OnClick = Printersetup1Click
  76.       end
  77.       object N2: TMenuItem
  78.         Caption = '-'
  79.         ShortCut = 0
  80.       end
  81.       object Exit1: TMenuItem
  82.         Caption = 'E&xit'
  83.         ShortCut = 0
  84.         OnClick = Exit1Click
  85.       end
  86.     end
  87.     object Edit1: TMenuItem
  88.       Caption = '&Edit'
  89.       GroupIndex = 1
  90.       ShortCut = 0
  91.       OnClick = Edit1Click
  92.       object Cut1: TMenuItem
  93.         Caption = 'Cu&t'
  94.         ShortCut = 16472
  95.         OnClick = Cut1Click
  96.       end
  97.       object Copy1: TMenuItem
  98.         Caption = '&Copy'
  99.         ShortCut = 16451
  100.         OnClick = Copy1Click
  101.       end
  102.       object Paste1: TMenuItem
  103.         Caption = '&Paste'
  104.         ShortCut = 16470
  105.         OnClick = Paste1Click
  106.       end
  107.       object Delete1: TMenuItem
  108.         Caption = 'De&lete'
  109.         ShortCut = 16452
  110.         OnClick = Delete1Click
  111.       end
  112.       object N3: TMenuItem
  113.         Caption = '-'
  114.         ShortCut = 0
  115.       end
  116.       object Selectall1: TMenuItem
  117.         Caption = 'Select &all'
  118.         ShortCut = 16449
  119.         OnClick = Selectall1Click
  120.       end
  121.     end
  122.     object Character1: TMenuItem
  123.       Caption = '&Character'
  124.       GroupIndex = 1
  125.       ShortCut = 0
  126.       object Left1: TMenuItem
  127.         Caption = '&Left'
  128.         Checked = True
  129.         ShortCut = 0
  130.         OnClick = AlignClick
  131.       end
  132.       object Right1: TMenuItem
  133.         Caption = '&Right'
  134.         ShortCut = 0
  135.         OnClick = AlignClick
  136.       end
  137.       object Center1: TMenuItem
  138.         Caption = '&Center'
  139.         ShortCut = 0
  140.         OnClick = AlignClick
  141.       end
  142.       object N4: TMenuItem
  143.         Caption = '-'
  144.         ShortCut = 0
  145.       end
  146.       object Wordwrap1: TMenuItem
  147.         Caption = '&Word wrap'
  148.         Checked = True
  149.         ShortCut = 0
  150.         OnClick = Wordwrap1Click
  151.       end
  152.       object N5: TMenuItem
  153.         Caption = '-'
  154.         ShortCut = 0
  155.       end
  156.       object Font1: TMenuItem
  157.         Caption = '&Font...'
  158.         ShortCut = 0
  159.         OnClick = Font1Click
  160.       end
  161.     end
  162.   end
  163.   object PopupMenu1: TPopupMenu
  164.     OnPopup = Edit1Click
  165.     Left = 96
  166.     Top = 64
  167.     object Cut2: TMenuItem
  168.       Caption = 'Cu&t'
  169.       ShortCut = 0
  170.       OnClick = Cut1Click
  171.     end
  172.     object Copy2: TMenuItem
  173.       Caption = '&Copy'
  174.       ShortCut = 0
  175.       OnClick = Copy1Click
  176.     end
  177.     object Paste2: TMenuItem
  178.       Caption = '&Paste'
  179.       ShortCut = 0
  180.       OnClick = Paste1Click
  181.     end
  182.   end
  183.   object SaveFileDialog: TSaveDialog
  184.     FileEditStyle = fsEdit
  185.     Filter = 
  186.       'Rich text files (*.rtf)|*.rtf|Plain text files (*.txt)|*.txt|All' +
  187.       ' files|*.*'
  188.     Options = [ofHideReadOnly, ofFileMustExist, ofNoReadOnlyReturn]
  189.     Left = 56
  190.     Top = 64
  191.   end
  192.   object FontDialog1: TFontDialog
  193.     Font.Color = clWindowText
  194.     Font.Height = -11
  195.     Font.Name = 'MS Sans Serif'
  196.     Font.Style = []
  197.     MinFontSize = 0
  198.     MaxFontSize = 0
  199.     Left = 136
  200.     Top = 64
  201.   end
  202.   object PrinterSetupDialog1: TPrinterSetupDialog
  203.     Left = 176
  204.     Top = 64
  205.   end
  206.   object PrintDialog1: TPrintDialog
  207.     Left = 216
  208.     Top = 64
  209.   end
  210. end
  211.