home *** CD-ROM | disk | FTP | other *** search
/ Troubleshooting Netware Systems / CSTRIAL0196.BIN / attach / pcmag / v14n14 / wcomp.exe / WCOMPSRC.ZIP / CHILD2.DFM / CHILD2.txt
Text File  |  1995-04-17  |  5KB  |  218 lines

  1. object EditForm: TEditForm
  2.   Left = 264
  3.   Top = 97
  4.   Width = 323
  5.   Height = 162
  6.   Font.Color = clWindowText
  7.   Font.Height = -13
  8.   Font.Name = 'System'
  9.   Font.Style = []
  10.   FormStyle = fsMDIChild
  11.   Menu = MainMenu1
  12.   PixelsPerInch = 96
  13.   PopupMenu = PopupMenu1
  14.   Position = poDefault
  15.   Visible = True
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   TextHeight = 16
  19.   object Memo1: TMemo
  20.     Left = 0
  21.     Top = 0
  22.     Width = 315
  23.     Height = 97
  24.     Align = alClient
  25.     BorderStyle = bsNone
  26.     HideSelection = False
  27.     Lines.Strings = (
  28.       'Memo1')
  29.     ScrollBars = ssVertical
  30.     TabOrder = 0
  31.   end
  32.   object MainMenu1: TMainMenu
  33.     Left = 16
  34.     Top = 24
  35.     object File1: TMenuItem
  36.       Caption = '&File'
  37.       object New1: TMenuItem
  38.         Caption = '&New'
  39.         OnClick = New1Click
  40.         ShortCutText = 'Ctrl+N'
  41.       end
  42.       object Open1: TMenuItem
  43.         Caption = '&Open'
  44.         OnClick = Open1Click
  45.         ShortCutText = 'Ctrl+O'
  46.       end
  47.       object Close1: TMenuItem
  48.         Caption = '&Close'
  49.         OnClick = Close1Click
  50.       end
  51.       object N8: TMenuItem
  52.         Caption = '-'
  53.       end
  54.       object Save1: TMenuItem
  55.         Caption = '&Save'
  56.         OnClick = Save1Click
  57.         ShortCutText = 'Ctrl+S'
  58.       end
  59.       object SaveAs1: TMenuItem
  60.         Caption = 'Save &As...'
  61.         OnClick = SaveAs1Click
  62.       end
  63.       object N7: TMenuItem
  64.         Caption = '-'
  65.       end
  66.       object Print1: TMenuItem
  67.         Caption = '&Print'
  68.         OnClick = Print1Click
  69.         ShortCutText = 'Ctrl+P'
  70.       end
  71.       object PrintSetup1: TMenuItem
  72.         Caption = 'Prin&t Setup...'
  73.         OnClick = PrintSetup1Click
  74.       end
  75.       object N6: TMenuItem
  76.         Caption = '-'
  77.       end
  78.       object Exit1: TMenuItem
  79.         Caption = 'E&xit'
  80.         OnClick = Exit1Click
  81.       end
  82.     end
  83.     object Edit1: TMenuItem
  84.       Caption = '&Edit'
  85.       GroupIndex = 1
  86.       OnClick = SetEditItems
  87.       object Cut1: TMenuItem
  88.         Caption = 'Cu&t'
  89.         OnClick = CutToClipboard
  90.         ShortCutText = 'Ctrl+X'
  91.       end
  92.       object Copy1: TMenuItem
  93.         Caption = '&Copy'
  94.         OnClick = CopyToClipboard
  95.         ShortCutText = 'Ctrl+C'
  96.       end
  97.       object Paste1: TMenuItem
  98.         Caption = '&Paste'
  99.         OnClick = PasteFromClipboard
  100.         ShortCutText = 'Ctrl+V'
  101.       end
  102.       object Delete1: TMenuItem
  103.         Caption = 'De&lete'
  104.         OnClick = Delete
  105.         ShortCutText = 'Ctrl+D'
  106.       end
  107.       object N3: TMenuItem
  108.         Caption = '-'
  109.       end
  110.       object SelectAll1: TMenuItem
  111.         Caption = 'Select &All'
  112.         OnClick = SelectAll
  113.       end
  114.     end
  115.     object Character1: TMenuItem
  116.       Caption = '&Character'
  117.       GroupIndex = 1
  118.       object Left1: TMenuItem
  119.         Caption = '&Left'
  120.         OnClick = AlignClick
  121.       end
  122.       object Right1: TMenuItem
  123.         Caption = '&Right'
  124.         OnClick = AlignClick
  125.       end
  126.       object Center1: TMenuItem
  127.         Caption = '&Center'
  128.         OnClick = AlignClick
  129.       end
  130.       object N4: TMenuItem
  131.         Caption = '-'
  132.       end
  133.       object WordWrap1: TMenuItem
  134.         Caption = '&Word Wrap'
  135.         Checked = True
  136.         OnClick = SetWordWrap
  137.       end
  138.       object N5: TMenuItem
  139.         Caption = '-'
  140.       end
  141.       object Font1: TMenuItem
  142.         Caption = '&Font...'
  143.         OnClick = SetFont
  144.       end
  145.     end
  146.     object Compare1: TMenuItem
  147.       Caption = 'C&ompare'
  148.       GroupIndex = 1
  149.       OnClick = Compare
  150.     end
  151.     object Options1: TMenuItem
  152.       Caption = '&Options'
  153.       GroupIndex = 1
  154.       object Options2: TMenuItem
  155.         Caption = '&Compare Options'
  156.         OnClick = Options
  157.       end
  158.       object SaveOptions1: TMenuItem
  159.         Caption = '&Save Options'
  160.         OnClick = SaveOptions1Click
  161.       end
  162.     end
  163.     object Window1: TMenuItem
  164.       Caption = '&Window'
  165.       GroupIndex = 1
  166.       object Cascade1: TMenuItem
  167.         Caption = '&Cascade'
  168.         OnClick = Cascade1Click
  169.       end
  170.       object Tile1: TMenuItem
  171.         Caption = '&Tile'
  172.         OnClick = Tile1Click
  173.       end
  174.     end
  175.   end
  176.   object PopupMenu1: TPopupMenu
  177.     OnPopup = SetPopUpItems
  178.     Left = 40
  179.     Top = 24
  180.     object Cut2: TMenuItem
  181.       Caption = 'Cu&t'
  182.       OnClick = CutToClipboard
  183.     end
  184.     object Copy2: TMenuItem
  185.       Caption = '&Copy'
  186.       OnClick = CopyToClipboard
  187.     end
  188.     object Paste2: TMenuItem
  189.       Caption = '&Paste'
  190.       OnClick = PasteFromClipboard
  191.     end
  192.   end
  193.   object SaveFileDialog: TSaveDialog
  194.     Filter = 'All files (*.*)|*.*|Text files (*.TXT)|*.TXT'
  195.     Options = [ofHideReadOnly, ofNoReadOnlyReturn]
  196.     Left = 64
  197.     Top = 24
  198.   end
  199.   object FontDialog1: TFontDialog
  200.     Font.Color = clWindowText
  201.     Font.Height = -13
  202.     Font.Name = 'System'
  203.     Font.Style = []
  204.     MinFontSize = 0
  205.     MaxFontSize = 0
  206.     Left = 88
  207.     Top = 24
  208.   end
  209.   object PrintDialog1: TPrintDialog
  210.     Left = 112
  211.     Top = 24
  212.   end
  213.   object PrinterSetupDialog1: TPrinterSetupDialog
  214.     Left = 136
  215.     Top = 24
  216.   end
  217. end
  218.