home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / jwrite.lzh / EXAMPLE / CHILDWIN.DFM / CHILDWIN.txt
Text File  |  1996-04-30  |  7KB  |  276 lines

  1. object MDIChild: TMDIChild
  2.   Left = 323
  3.   Top = 309
  4.   Width = 438
  5.   Height = 231
  6.   ActiveControl = FileEditor1
  7.   Caption = 'MDI Child'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   FormStyle = fsMDIChild
  13.   Menu = MainMenu1
  14.   PixelsPerInch = 96
  15.   Position = poDefault
  16.   Visible = True
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   TextHeight = 16
  20.   object FileEditor1: TFileEditor
  21.     Left = 0
  22.     Top = 0
  23.     Width = 430
  24.     Height = 185
  25.     Font.Color = clBlack
  26.     Font.Height = -13
  27.     Font.Name = 'Courier New'
  28.     Font.Style = []
  29.     ShowLineBreaks = True
  30.     WrapMode = opNone
  31.     MaxLineLength = 72
  32.     OnStateChange = FileEditor1StateChange
  33.     OnProgressEvent = FileEditor1ProgressEvent
  34.     OnSaveModePrompt = FileEditor1SaveModePrompt
  35.     OnSaveNewFile = SaveAs1Click
  36.     OnNewFileName = FileEditor1NewFileName
  37.     OnSaveModified = FileEditor1SaveModified
  38.     OnCaretMoved = FileEditor1CaretMoved
  39.     OnEnter = FileEditor1Enter
  40.     OnExit = FileEditor1Exit
  41.     OnWrapModeChange = FileEditor1WrapModeChange
  42.     OnAbortRequest = FileEditor1AbortRequest
  43.     OnReplaceAll = FileEditor1ReplaceAll
  44.   end
  45.   object MainMenu1: TMainMenu
  46.     AutoMerge = True
  47.     Left = 38
  48.     Top = 5
  49.     object File1: TMenuItem
  50.       Caption = '&File'
  51.       object New1: TMenuItem
  52.         Caption = '&New'
  53.         GroupIndex = 1
  54.         OnClick = New1Click
  55.       end
  56.       object Open1: TMenuItem
  57.         Caption = '&Open'
  58.         GroupIndex = 1
  59.         OnClick = Open1Click
  60.       end
  61.       object Close1: TMenuItem
  62.         Caption = '&Close'
  63.         GroupIndex = 1
  64.         OnClick = Close1Click
  65.       end
  66.       object N1: TMenuItem
  67.         Caption = '-'
  68.         GroupIndex = 1
  69.       end
  70.       object Save1: TMenuItem
  71.         Caption = '&Save'
  72.         GroupIndex = 1
  73.         OnClick = Save1Click
  74.       end
  75.       object SaveAs1: TMenuItem
  76.         Caption = 'Save &As'
  77.         GroupIndex = 1
  78.         OnClick = SaveAs1Click
  79.       end
  80.       object N2: TMenuItem
  81.         Caption = '-'
  82.         GroupIndex = 1
  83.       end
  84.       object Print1: TMenuItem
  85.         Caption = '&Print'
  86.         GroupIndex = 1
  87.         OnClick = Print1Click
  88.       end
  89.       object PrintSetup1: TMenuItem
  90.         Caption = 'Print Setu&p'
  91.         GroupIndex = 1
  92.         OnClick = PrintSetup1Click
  93.       end
  94.       object N3: TMenuItem
  95.         Caption = '-'
  96.         GroupIndex = 1
  97.       end
  98.       object Exit1: TMenuItem
  99.         Caption = '&Exit'
  100.         GroupIndex = 1
  101.         OnClick = Exit1Click
  102.         ShortCutText = 'Alt+X'
  103.       end
  104.     end
  105.     object Edit1: TMenuItem
  106.       Caption = '&Edit'
  107.       GroupIndex = 20
  108.       object Undo1: TMenuItem
  109.         Caption = '&Undo'
  110.         OnClick = Undo1Click
  111.         ShortCutText = 'Alt+BkSp'
  112.       end
  113.       object Redo1: TMenuItem
  114.         Caption = '&Redo'
  115.         OnClick = Redo1Click
  116.         ShortCutText = 'Alt+R'
  117.       end
  118.       object N4: TMenuItem
  119.         Caption = '-'
  120.       end
  121.       object Cut1: TMenuItem
  122.         Caption = 'Cu&t'
  123.         OnClick = Cut1Click
  124.         ShortCutText = 'Ctrl+X'
  125.       end
  126.       object Copy1: TMenuItem
  127.         Caption = '&Copy'
  128.         OnClick = Copy1Click
  129.         ShortCutText = 'Ctrl+C'
  130.       end
  131.       object Paste1: TMenuItem
  132.         Caption = '&Paste'
  133.         OnClick = Paste1Click
  134.         ShortCutText = 'Ctrl+V'
  135.       end
  136.       object N5: TMenuItem
  137.         Caption = '-'
  138.       end
  139.       object FlowText1: TMenuItem
  140.         Caption = '&Flow Text'
  141.         OnClick = FlowText1Click
  142.         ShortCutText = 'Shift+F5'
  143.       end
  144.       object Capitalise1: TMenuItem
  145.         Caption = 'Capitalise &Words'
  146.         OnClick = Capitalise1Click
  147.         ShortCutText = 'Shift+F3'
  148.       end
  149.       object N6: TMenuItem
  150.         Caption = '-'
  151.         ShortCutText = '-'
  152.       end
  153.       object InsertPageBreak1: TMenuItem
  154.         Caption = 'Insert Page &Break'
  155.         OnClick = InsertPageBreak1Click
  156.         ShortCutText = 'Ctrl+L'
  157.       end
  158.       object InsertDateTime1: TMenuItem
  159.         Caption = 'Insert &Date/Time'
  160.         OnClick = InsertDateTime1Click
  161.         ShortCutText = 'F5'
  162.       end
  163.       object N7: TMenuItem
  164.         Caption = '-'
  165.       end
  166.       object SelectAll1: TMenuItem
  167.         Caption = '&Select All'
  168.         OnClick = SelectAll1Click
  169.       end
  170.     end
  171.     object Search1: TMenuItem
  172.       Caption = '&Search'
  173.       GroupIndex = 20
  174.       object Find1: TMenuItem
  175.         Caption = '&Find'
  176.         OnClick = Find1Click
  177.         ShortCutText = 'Ctrl+F'
  178.       end
  179.       object FindNext1: TMenuItem
  180.         Caption = 'Find &Next'
  181.         OnClick = FindNext1Click
  182.         ShortCutText = 'F3'
  183.       end
  184.       object Replace1: TMenuItem
  185.         Caption = '&Replace'
  186.         OnClick = Replace1Click
  187.       end
  188.       object GotoLine1: TMenuItem
  189.         Caption = '&Goto Line'
  190.         OnClick = GotoLine1Click
  191.       end
  192.     end
  193.     object Options1: TMenuItem
  194.       Caption = '&Options'
  195.       GroupIndex = 20
  196.       object Font1: TMenuItem
  197.         Caption = '&Font'
  198.         OnClick = Font1Click
  199.       end
  200.       object Colour1: TMenuItem
  201.         Caption = '&Colour'
  202.         OnClick = Colour1Click
  203.       end
  204.       object MaxLineLength1: TMenuItem
  205.         Caption = '&Max. Line Length'
  206.         OnClick = MaxLineLength1Click
  207.       end
  208.     end
  209.   end
  210.   object FindDialog1: TFindDialog
  211.     OnFind = FindDialog1Find
  212.     Left = 66
  213.     Top = 5
  214.   end
  215.   object FontDialog1: TFontDialog
  216.     Font.Color = clWindowText
  217.     Font.Height = -13
  218.     Font.Name = 'System'
  219.     Font.Style = []
  220.     MinFontSize = 0
  221.     MaxFontSize = 0
  222.     Left = 94
  223.     Top = 6
  224.   end
  225.   object SaveDialog1: TSaveDialog
  226.     Filter = 'Text Files (*.txt)|*.txt|All Files (*.*)|*.*'
  227.     Options = [ofOverwritePrompt, ofHideReadOnly]
  228.     Left = 121
  229.     Top = 6
  230.   end
  231.   object PrintDialog1: TPrintDialog
  232.     Left = 149
  233.     Top = 6
  234.   end
  235.   object ReplaceDialog1: TReplaceDialog
  236.     OnFind = FindDialog1Find
  237.     OnReplace = ReplaceDialog1Find
  238.     Left = 176
  239.     Top = 6
  240.   end
  241.   object ColorDialog1: TColorDialog
  242.     Left = 203
  243.     Top = 7
  244.   end
  245.   object PopupMenu1: TPopupMenu
  246.     Left = 231
  247.     Top = 7
  248.     object Find2: TMenuItem
  249.       Caption = '&Find'
  250.       OnClick = Find1Click
  251.     end
  252.     object N8: TMenuItem
  253.       Caption = '-'
  254.     end
  255.     object Cut2: TMenuItem
  256.       Caption = 'Cu&t'
  257.       OnClick = Cut1Click
  258.     end
  259.     object Copy2: TMenuItem
  260.       Caption = '&Copy'
  261.       OnClick = Copy1Click
  262.     end
  263.     object Paste2: TMenuItem
  264.       Caption = '&Paste'
  265.       OnClick = Paste1Click
  266.     end
  267.     object N9: TMenuItem
  268.       Caption = '-'
  269.     end
  270.     object FlowText2: TMenuItem
  271.       Caption = 'Flow &Text'
  272.       OnClick = FlowText1Click
  273.     end
  274.   end
  275. end
  276.