home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / MDIEDIT.DFM / MDIEDIT.txt
Text File  |  1997-02-28  |  5KB  |  208 lines

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