home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 June / VPR0106A.BIN / OLS / K2E10129 / k2e10129.lzh / K2Editor.exe / 0 / RCDATA / TK2EDITMAIN / TK2EDITMAIN.txt
Text File  |  2001-04-02  |  55KB  |  1,582 lines

  1. object K2EditMain: TK2EditMain
  2.   Left = 275
  3.   Top = 226
  4.   Width = 578
  5.   Height = 452
  6.   Color = clBtnFace
  7.   Font.Charset = SHIFTJIS_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -12
  10.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   OldCreateOrder = False
  14.   Position = poDefault
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnHide = FormHide
  21.   OnResize = FormResize
  22.   PixelsPerInch = 96
  23.   TextHeight = 12
  24.   object StatusBar1: TStatusBar
  25.     Left = 0
  26.     Top = 387
  27.     Width = 570
  28.     Height = 19
  29.     Panels = <
  30.       item
  31.         BiDiMode = bdLeftToRight
  32.         ParentBiDiMode = False
  33.         Width = 50
  34.       end
  35.       item
  36.         Alignment = taCenter
  37.         Width = 100
  38.       end
  39.       item
  40.         Alignment = taCenter
  41.         Width = 50
  42.       end
  43.       item
  44.         Alignment = taCenter
  45.         Width = 50
  46.       end
  47.       item
  48.         Alignment = taCenter
  49.         Width = 50
  50.       end
  51.       item
  52.         Alignment = taCenter
  53.         Width = 50
  54.       end
  55.       item
  56.         Alignment = taCenter
  57.         Width = 50
  58.       end>
  59.     SimplePanel = False
  60.     SizeGrip = False
  61.   end
  62.   object ToolBar1: TToolBar
  63.     Left = 0
  64.     Top = 0
  65.     Width = 570
  66.     Height = 25
  67.     ButtonHeight = 25
  68.     Caption = 'ToolBar1'
  69.     Color = clBtnFace
  70.     Flat = True
  71.     Images = ImageList1
  72.     ParentColor = False
  73.     ParentShowHint = False
  74.     ShowHint = True
  75.     TabOrder = 1
  76.   end
  77.   object MainMenu1: TMainMenu
  78.     Left = 16
  79.     Top = 56
  80.     object FileMenuItem: TMenuItem
  81.       Caption = 'ソスtソス@ソスCソスソス(&F)'
  82.       OnClick = FileMenuItemClick
  83.       object New1: TMenuItem
  84.         Action = NewFileAction
  85.       end
  86.       object Open1: TMenuItem
  87.         Action = LoadFromFileAction
  88.       end
  89.       object Close1: TMenuItem
  90.         Action = CloseOpenAction
  91.       end
  92.       object I1: TMenuItem
  93.         Action = ReadFileToCaretAction
  94.       end
  95.       object N45: TMenuItem
  96.         Action = OpenExplorerAction
  97.       end
  98.       object N46: TMenuItem
  99.         Action = ChangeOpenFileCodeAction
  100.       end
  101.       object N1: TMenuItem
  102.         Caption = '-'
  103.       end
  104.       object Save1: TMenuItem
  105.         Action = SaveFileAction
  106.       end
  107.       object SaveAs1: TMenuItem
  108.         Action = SaveAsAction
  109.       end
  110.       object N40: TMenuItem
  111.         Action = SaveSelectedToFileAction
  112.       end
  113.       object B1: TMenuItem
  114.         Action = AllSaveAction
  115.       end
  116.       object N2: TMenuItem
  117.         Caption = '-'
  118.       end
  119.       object Print1: TMenuItem
  120.         Action = PrintAction
  121.       end
  122.       object N77: TMenuItem
  123.         Caption = '-'
  124.       end
  125.       object E1: TMenuItem
  126.         Action = SaveCloseAction
  127.       end
  128.       object Exit2: TMenuItem
  129.         Action = CloseAction
  130.       end
  131.       object T1: TMenuItem
  132.         Action = AllSaveCloseAction
  133.       end
  134.       object Q1: TMenuItem
  135.         Action = AllCloseAction
  136.       end
  137.     end
  138.     object Edit1: TMenuItem
  139.       Caption = 'ソスメ集(&E)'
  140.       object Undo1: TMenuItem
  141.         Action = UndoAction
  142.       end
  143.       object Redo1: TMenuItem
  144.         Action = RedoAction
  145.       end
  146.       object N13: TMenuItem
  147.         Caption = '-'
  148.       end
  149.       object Cut1: TMenuItem
  150.         Action = CutAction
  151.       end
  152.       object Copy1: TMenuItem
  153.         Action = CopyAction
  154.       end
  155.       object I2: TMenuItem
  156.         Action = InyouCopyAction
  157.       end
  158.       object Paste1: TMenuItem
  159.         Action = PasteAction
  160.       end
  161.       object N38: TMenuItem
  162.         Action = InyouPasteAction
  163.       end
  164.       object N75: TMenuItem
  165.         Action = OpenFilenameCopyAction
  166.       end
  167.       object N14: TMenuItem
  168.         Caption = '-'
  169.       end
  170.       object N76: TMenuItem
  171.         Action = BoxSelectionAction
  172.       end
  173.       object S2: TMenuItem
  174.         Action = SelectAllAction
  175.       end
  176.       object N66: TMenuItem
  177.         Caption = 'ソスソスソス`'
  178.         object S1: TMenuItem
  179.           Action = SeikeiAction
  180.         end
  181.         object N26: TMenuItem
  182.           Action = DivideLineAction
  183.         end
  184.         object I4: TMenuItem
  185.           Action = InsertIndentAction
  186.         end
  187.         object R3: TMenuItem
  188.           Action = ReverseIndentAction
  189.         end
  190.         object N27: TMenuItem
  191.           Action = CenterAlignAction
  192.         end
  193.         object N28: TMenuItem
  194.           Action = LeftAlignAction
  195.         end
  196.         object N29: TMenuItem
  197.           Action = RightAlignAction
  198.         end
  199.       end
  200.       object Insert1: TMenuItem
  201.         Caption = 'ソス}ソスソス'
  202.         object N8: TMenuItem
  203.           Action = InputDateTimeAction
  204.         end
  205.         object N9: TMenuItem
  206.           Action = InputDateAction
  207.         end
  208.         object N10: TMenuItem
  209.           Action = InputTimeAction
  210.         end
  211.       end
  212.       object N60: TMenuItem
  213.         Caption = 'ソスマ奇ソス'
  214.         object N48: TMenuItem
  215.           Action = ChangeCharCodeAction
  216.         end
  217.         object TOUPPERCASE1: TMenuItem
  218.           Action = ChangeUpperCaseAction
  219.         end
  220.         object tolowercase1: TMenuItem
  221.           Action = ChangeLowerCaseAction
  222.         end
  223.         object N67: TMenuItem
  224.           Action = TabToSpaceAction
  225.         end
  226.         object N69: TMenuItem
  227.           Action = SpaceToTabAction
  228.         end
  229.         object N65: TMenuItem
  230.           Action = EncodeQuoteAction
  231.         end
  232.       end
  233.     end
  234.     object Find2: TMenuItem
  235.       Caption = 'ソスソスソスソス(&S)'
  236.       object F2: TMenuItem
  237.         Action = FindAction
  238.       end
  239.       object R2: TMenuItem
  240.         Action = ReplaceAction
  241.       end
  242.       object L2: TMenuItem
  243.         Action = FindDownAction
  244.       end
  245.       object U1: TMenuItem
  246.         Action = FindUpAction
  247.       end
  248.       object C2: TMenuItem
  249.         Action = FindComebackAction
  250.       end
  251.       object N88: TMenuItem
  252.         Action = ClearFindItemAction
  253.       end
  254.       object N7: TMenuItem
  255.         Caption = '-'
  256.       end
  257.       object J1: TMenuItem
  258.         Action = JumpRowAction
  259.       end
  260.       object T3: TMenuItem
  261.         Action = TagJumpAction
  262.       end
  263.       object SearchRightBracketAction1: TMenuItem
  264.         Action = SearchBracketAction
  265.       end
  266.       object N20: TMenuItem
  267.         Caption = '-'
  268.       end
  269.       object S4: TMenuItem
  270.         Caption = 'ソス}ソス[ソスN(&S)'
  271.         object N03: TMenuItem
  272.           Action = SetMark0Action
  273.         end
  274.         object N15: TMenuItem
  275.           Action = SetMark1Action
  276.         end
  277.         object N23: TMenuItem
  278.           Action = SetMark2Action
  279.         end
  280.         object N33: TMenuItem
  281.           Action = SetMark3Action
  282.         end
  283.         object N43: TMenuItem
  284.           Action = SetMark4Action
  285.         end
  286.         object N53: TMenuItem
  287.           Action = SetMark5Action
  288.         end
  289.         object N63: TMenuItem
  290.           Action = SetMark6Action
  291.         end
  292.         object N73: TMenuItem
  293.           Action = SetMark7Action
  294.         end
  295.         object N83: TMenuItem
  296.           Action = SetMark8Action
  297.         end
  298.         object N93: TMenuItem
  299.           Action = SetMark9Action
  300.         end
  301.       end
  302.       object M4: TMenuItem
  303.         Caption = 'ソス}ソス[ソスNソスヨ移難ソス(&M)'
  304.         object N04: TMenuItem
  305.           Action = JumpMark0Action
  306.         end
  307.         object N17: TMenuItem
  308.           Action = JumpMark1Action
  309.         end
  310.         object N24: TMenuItem
  311.           Action = JumpMark2Action
  312.         end
  313.         object N34: TMenuItem
  314.           Action = JumpMark3Action
  315.         end
  316.         object N44: TMenuItem
  317.           Action = JumpMark4Action
  318.         end
  319.         object N54: TMenuItem
  320.           Action = JumpMark5Action
  321.         end
  322.         object N64: TMenuItem
  323.           Action = JumpMark6Action
  324.         end
  325.         object N74: TMenuItem
  326.           Action = JumpMark7Action
  327.         end
  328.         object N84: TMenuItem
  329.           Action = JumpMark8Action
  330.         end
  331.         object N94: TMenuItem
  332.           Action = JumpMark9Action
  333.         end
  334.       end
  335.       object M2: TMenuItem
  336.         Action = ShowMarkListAction
  337.       end
  338.       object M1: TMenuItem
  339.         Action = ToggleMarkAction
  340.         Caption = 'ソスソスソスン行ソスフマソス[ソスNソス^ソス}ソス[ソスNソスソスソスソス'
  341.       end
  342.       object D2: TMenuItem
  343.         Action = FindUnderMarkAction
  344.       end
  345.       object O1: TMenuItem
  346.         Action = FindOverMarkAction
  347.       end
  348.       object C3: TMenuItem
  349.         Action = ClearAllMarkAction
  350.       end
  351.       object N78: TMenuItem
  352.         Caption = '-'
  353.       end
  354.       object N96: TMenuItem
  355.         Caption = 'ソスtソス@ソスCソスソスソスソスソスソス'
  356.         object diff1: TMenuItem
  357.           Action = DiffExecAction
  358.         end
  359.         object N97: TMenuItem
  360.           Action = ClearDiffInfoAction
  361.         end
  362.         object N98: TMenuItem
  363.           Action = FindUnderDiffAction
  364.         end
  365.         object N99: TMenuItem
  366.           Action = FindOverDiffAction
  367.         end
  368.         object N100: TMenuItem
  369.           Action = ChangeDiffFocusAction
  370.         end
  371.       end
  372.       object GREP1: TMenuItem
  373.         Action = GrepAction
  374.       end
  375.     end
  376.     object WindowMenuItem: TMenuItem
  377.       Caption = 'ソスEソスBソスソスソスhソスE(&W)'
  378.       OnClick = WindowMenuItemClick
  379.       object V1: TMenuItem
  380.         Action = VerticalLineupAction
  381.       end
  382.       object H1: TMenuItem
  383.         Action = HorizotalLineupAction
  384.       end
  385.       object Cascade1: TMenuItem
  386.         Action = PileAction
  387.       end
  388.       object Tile1: TMenuItem
  389.         Action = LineupOrderAction
  390.       end
  391.       object N18: TMenuItem
  392.         Action = AllMinimizeAction
  393.       end
  394.       object N39: TMenuItem
  395.         Action = MaximizeVerticalAction
  396.       end
  397.       object N86: TMenuItem
  398.         Caption = '-'
  399.       end
  400.       object N87: TMenuItem
  401.         Action = DivideWindowAction
  402.       end
  403.       object N89: TMenuItem
  404.         Action = NewWindowAction
  405.       end
  406.       object N79: TMenuItem
  407.         Caption = '-'
  408.       end
  409.       object N80: TMenuItem
  410.         Action = NextEditorAction
  411.       end
  412.       object N85: TMenuItem
  413.         Action = PrevEditorAction
  414.       end
  415.     end
  416.     object O2: TMenuItem
  417.       Caption = 'ソスソスソスフ托ソス(&O)'
  418.       object F1: TMenuItem
  419.         Action = EditExtSetAction
  420.       end
  421.       object C1: TMenuItem
  422.         Action = EditCommonSetAction
  423.       end
  424.       object N25: TMenuItem
  425.         Action = QuickSeikeiSetAction
  426.       end
  427.       object N19: TMenuItem
  428.         Caption = '-'
  429.       end
  430.       object N50: TMenuItem
  431.         Action = ToggleMacroRecordAction
  432.       end
  433.       object N55: TMenuItem
  434.         Action = ReplayMacroAction
  435.       end
  436.       object N57: TMenuItem
  437.         Action = SaveMacroAction
  438.       end
  439.       object N58: TMenuItem
  440.         Action = LoadMacroAction
  441.       end
  442.       object N59: TMenuItem
  443.         Action = ExtMacroExecuteAction
  444.       end
  445.       object N68: TMenuItem
  446.         Action = ExecInputMacroAction
  447.       end
  448.       object N56: TMenuItem
  449.         Caption = '-'
  450.       end
  451.       object N47: TMenuItem
  452.         Action = ProgramExecAction
  453.       end
  454.       object N70: TMenuItem
  455.         Action = OpenFileExecAction
  456.       end
  457.       object N49: TMenuItem
  458.         Action = WordRegisterAction
  459.       end
  460.       object N16: TMenuItem
  461.         Caption = '-'
  462.       end
  463.       object T2: TMenuItem
  464.         Action = ToolBarToggleAction
  465.       end
  466.       object S3: TMenuItem
  467.         Action = StatusBarToggleAction
  468.       end
  469.     end
  470.     object Help1: TMenuItem
  471.       Caption = 'ソスwソスソスソスv(&H)'
  472.       object Help2: TMenuItem
  473.         Caption = 'ソスwソスソスソスv(&H)'
  474.         OnClick = Help2Click
  475.       end
  476.       object M5: TMenuItem
  477.         Caption = 'ソスRソス}ソスソスソスhソスwソスソスソスv(&M)'
  478.         OnClick = M5Click
  479.       end
  480.       object K2SoftwaresPage1: TMenuItem
  481.         Caption = '&K2 Software'#39's Pageソスノ行ソスソス'
  482.         OnClick = K2SoftwaresPage1Click
  483.       end
  484.       object About1: TMenuItem
  485.         Caption = 'ソスoソス[ソスWソスソスソスソスソスソスソス(&A)'
  486.         OnClick = About1Click
  487.       end
  488.     end
  489.   end
  490.   object ActionList1: TActionList
  491.     Images = ImageList1
  492.     OnExecute = ActionList1Execute
  493.     Left = 16
  494.     Top = 88
  495.     object NewFileAction: TAction
  496.       Caption = 'ソスVソスKソス成(&N)'
  497.       OnExecute = NewFileActionExecute
  498.     end
  499.     object LoadFromFileAction: TAction
  500.       Caption = 'ソスJソスソス(&O)...'
  501.       OnExecute = LoadFromFileActionExecute
  502.     end
  503.     object UndoAction: TAction
  504.       Caption = 'ソスソス闥シソスソス(&U)'
  505.       OnExecute = UndoActionExecute
  506.     end
  507.     object CloseOpenAction: TAction
  508.       Caption = 'ソスヌみ抵ソスソスソス(&L)'
  509.       Enabled = False
  510.       OnExecute = CloseOpenActionExecute
  511.     end
  512.     object RedoAction: TAction
  513.       Caption = 'ソスソス闥シソスソスソスフゑソス闥シソスソス(&R)'
  514.       OnExecute = RedoActionExecute
  515.     end
  516.     object CloseFileAction: TAction
  517.       Caption = 'ソスtソス@ソスCソスソスソスソスツゑソスソスソス(&C)'
  518.       OnExecute = CloseFileActionExecute
  519.     end
  520.     object EditCommonSetAction: TAction
  521.       Caption = 'ソスソスソスハ設抵ソス(&C)...'
  522.       OnExecute = EditCommonSetActionExecute
  523.     end
  524.     object SaveKeyMap: TAction
  525.       Caption = 'SaveKeyMap'
  526.       OnExecute = SaveKeyMapExecute
  527.     end
  528.     object LoadKeyMap: TAction
  529.       Caption = 'LoadKeyMap'
  530.       OnExecute = LoadKeyMapExecute
  531.     end
  532.     object SaveFileAction: TAction
  533.       Caption = 'ソス繽托ソスソスソスロ托ソス(&S)'
  534.       OnExecute = SaveFileActionExecute
  535.     end
  536.     object SaveAsAction: TAction
  537.       Caption = 'ソスソスソスOソスソスtソスソスソスト保托ソス(&A)...'
  538.       OnExecute = SaveAsActionExecute
  539.     end
  540.     object ReadFileToCaretAction: TAction
  541.       Caption = 'ソスJソス[ソス\ソスソスソスハ置ソスヨの読み搾ソスソスソス(&I)...'
  542.       OnExecute = ReadFileToCaretActionExecute
  543.     end
  544.     object SaveCloseAction: TAction
  545.       Caption = 'ソスロ托ソスソスソスソスト終ソスソス(&E)'
  546.       OnExecute = SaveCloseActionExecute
  547.     end
  548.     object CloseAction: TAction
  549.       Caption = 'ソスIソスソス(&X)'
  550.       OnExecute = CloseActionExecute
  551.     end
  552.     object AllSaveCloseAction: TAction
  553.       Caption = 'ソスSソスロ托ソスソスIソスソス(&T)'
  554.       OnExecute = AllSaveCloseActionExecute
  555.     end
  556.     object AllCloseAction: TAction
  557.       Caption = 'ソスSソスIソスソス(&Q)'
  558.       OnExecute = AllCloseActionExecute
  559.     end
  560.     object AllSaveAction: TAction
  561.       Caption = 'ソスSソスロ托ソス(&B)'
  562.       OnExecute = AllSaveActionExecute
  563.     end
  564.     object AllSaveOnlyModifiedAction: TAction
  565.       Tag = 1
  566.       Caption = 'ソスSソスロ托ソスソスiソスXソスVソスtソス@ソスCソスソスソスフみ)(&V)'
  567.       OnExecute = AllSaveOnlyModifiedActionExecute
  568.     end
  569.     object DestroyAction: TAction
  570.       Caption = 'ソスjソスソスソスソスソスト終ソスソス(&D)'
  571.       OnExecute = DestroyActionExecute
  572.     end
  573.     object EditFilenameAction: TAction
  574.       Caption = 'ソスtソス@ソスCソスソスソスソスソスマ更(&R)...'
  575.       OnExecute = EditFilenameActionExecute
  576.     end
  577.     object MovePhysicalLineStartAction: TAction
  578.       Caption = 'ソス_ソスソスソスsソスソスソスノ移難ソス'
  579.       OnExecute = MovePhysicalLineStartActionExecute
  580.     end
  581.     object MovePhysicalLineEndAction: TAction
  582.       Caption = 'ソス_ソスソスソスsソスソスソスノ移難ソス'
  583.       OnExecute = MovePhysicalLineEndActionExecute
  584.     end
  585.     object MoveWindowStartAction: TAction
  586.       Caption = 'ソスソスハの先頭ソスノ移難ソス'
  587.       OnExecute = MoveWindowStartActionExecute
  588.     end
  589.     object MoveWindowEndAction: TAction
  590.       Caption = 'ソスソスハの最鯉ソスノ移難ソス'
  591.       OnExecute = MoveWindowEndActionExecute
  592.     end
  593.     object JumpPrevModifiedPosAction: TAction
  594.       Caption = 'ソスナ鯉ソスノ編集ソスソスソスソスソスソスソスノ移難ソス'
  595.       OnExecute = JumpPrevModifiedPosActionExecute
  596.     end
  597.     object JumpRowAction: TAction
  598.       Caption = 'ソスwソスソスsソスノ移難ソス(&J)...'
  599.       OnExecute = JumpRowActionExecute
  600.     end
  601.     object ToggleMarkAction: TAction
  602.       Caption = 'ソスソスソスン行ソスフマソス[ソスNソス^ソス}ソス[ソスNソスソスソスソスソスi&M)'
  603.       OnExecute = ToggleMarkActionExecute
  604.     end
  605.     object ShowMarkListAction: TAction
  606.       Caption = 'ソス}ソス[ソスNソス齬(&L)...'
  607.       OnExecute = ShowMarkListActionExecute
  608.     end
  609.     object FindUnderMarkAction: TAction
  610.       Caption = 'ソス}ソス[ソスNソスsソスフ会ソスソスソスソスソス(&D)'
  611.       OnExecute = FindUnderMarkActionExecute
  612.     end
  613.     object FindOverMarkAction: TAction
  614.       Caption = 'ソス}ソス[ソスNソスsソスフ上検ソスソス(&O)'
  615.       OnExecute = FindOverMarkActionExecute
  616.     end
  617.     object ClearAllMarkAction: TAction
  618.       Caption = 'ソス}ソス[ソスNソスソスソスソスソスラて会ソスソスソス(&C)'
  619.       OnExecute = ClearAllMarkActionExecute
  620.     end
  621.     object SetMark0Action: TAction
  622.       Caption = 'ソス}ソス[ソスN0ソスソスン抵ソス'
  623.       OnExecute = SetMarkActionExecute
  624.     end
  625.     object SetMark1Action: TAction
  626.       Tag = 1
  627.       Caption = 'ソス}ソス[ソスN1ソスソスン抵ソス'
  628.       OnExecute = SetMarkActionExecute
  629.     end
  630.     object SetMark2Action: TAction
  631.       Tag = 2
  632.       Caption = 'ソス}ソス[ソスN2ソスソスン抵ソス'
  633.       OnExecute = SetMarkActionExecute
  634.     end
  635.     object SetMark3Action: TAction
  636.       Tag = 3
  637.       Caption = 'ソス}ソス[ソスN3ソスソスン抵ソス'
  638.       OnExecute = SetMarkActionExecute
  639.     end
  640.     object SetMark4Action: TAction
  641.       Tag = 4
  642.       Caption = 'ソス}ソス[ソスN4ソスソスン抵ソス'
  643.       OnExecute = SetMarkActionExecute
  644.     end
  645.     object SetMark5Action: TAction
  646.       Tag = 5
  647.       Caption = 'ソス}ソス[ソスN5ソスソスン抵ソス'
  648.       OnExecute = SetMarkActionExecute
  649.     end
  650.     object SetMark6Action: TAction
  651.       Tag = 6
  652.       Caption = 'ソス}ソス[ソスN6ソスソスン抵ソス'
  653.       OnExecute = SetMarkActionExecute
  654.     end
  655.     object SetMark7Action: TAction
  656.       Tag = 7
  657.       Caption = 'ソス}ソス[ソスN7ソスソスン抵ソス'
  658.       OnExecute = SetMarkActionExecute
  659.     end
  660.     object SetMark8Action: TAction
  661.       Tag = 8
  662.       Caption = 'ソス}ソス[ソスN8ソスソスン抵ソス'
  663.       OnExecute = SetMarkActionExecute
  664.     end
  665.     object SetMark9Action: TAction
  666.       Tag = 9
  667.       Caption = 'ソス}ソス[ソスN9ソスソスン抵ソス'
  668.       OnExecute = SetMarkActionExecute
  669.     end
  670.     object JumpMark0Action: TAction
  671.       Caption = 'ソス}ソス[ソスN0ソスノ移難ソス'
  672.       OnExecute = JumpMarkActionExecute
  673.     end
  674.     object JumpMark1Action: TAction
  675.       Tag = 1
  676.       Caption = 'ソス}ソス[ソスN1ソスノ移難ソス'
  677.       OnExecute = JumpMarkActionExecute
  678.     end
  679.     object JumpMark2Action: TAction
  680.       Tag = 2
  681.       Caption = 'ソス}ソス[ソスN2ソスノ移難ソス'
  682.       OnExecute = JumpMarkActionExecute
  683.     end
  684.     object JumpMark3Action: TAction
  685.       Tag = 3
  686.       Caption = 'ソス}ソス[ソスN3ソスノ移難ソス'
  687.       OnExecute = JumpMarkActionExecute
  688.     end
  689.     object JumpMark4Action: TAction
  690.       Tag = 4
  691.       Caption = 'ソス}ソス[ソスN4ソスノ移難ソス'
  692.       OnExecute = JumpMarkActionExecute
  693.     end
  694.     object JumpMark5Action: TAction
  695.       Tag = 5
  696.       Caption = 'ソス}ソス[ソスN5ソスノ移難ソス'
  697.       OnExecute = JumpMarkActionExecute
  698.     end
  699.     object JumpMark6Action: TAction
  700.       Tag = 6
  701.       Caption = 'ソス}ソス[ソスN6ソスノ移難ソス'
  702.       OnExecute = JumpMarkActionExecute
  703.     end
  704.     object JumpMark7Action: TAction
  705.       Tag = 7
  706.       Caption = 'ソス}ソス[ソスN7ソスノ移難ソス'
  707.       OnExecute = JumpMarkActionExecute
  708.     end
  709.     object JumpMark8Action: TAction
  710.       Tag = 8
  711.       Caption = 'ソス}ソス[ソスN8ソスノ移難ソス'
  712.       OnExecute = JumpMarkActionExecute
  713.     end
  714.     object JumpMark9Action: TAction
  715.       Tag = 9
  716.       Caption = 'ソス}ソス[ソスN9ソスノ移難ソス'
  717.       OnExecute = JumpMarkActionExecute
  718.     end
  719.     object SelectAllAction: TAction
  720.       Caption = 'ソスソスソスラてゑソスIソスソス(&S)'
  721.       OnExecute = SelectAllActionExecute
  722.     end
  723.     object CopyAction: TAction
  724.       Caption = 'ソスRソスsソス[(&C)'
  725.       Enabled = False
  726.       OnExecute = CopyActionExecute
  727.     end
  728.     object CutAction: TAction
  729.       Caption = 'ソスリゑソスソスソス(&T)'
  730.       Enabled = False
  731.       OnExecute = CutActionExecute
  732.     end
  733.     object PasteAction: TAction
  734.       Caption = 'ソス\ソスソスtソスソス(&P)'
  735.       Enabled = False
  736.       OnExecute = PasteActionExecute
  737.     end
  738.     object InyouCopyAction: TAction
  739.       Caption = 'ソスソスソスpソスtソスソスソスRソスsソス[(&I)'
  740.       Enabled = False
  741.       OnExecute = InyouCopyActionExecute
  742.     end
  743.     object SelectWordAction: TAction
  744.       Caption = 'ソスPソスソスIソスソス(&W)'
  745.       OnExecute = SelectWordActionExecute
  746.     end
  747.     object SelectLineAction: TAction
  748.       Caption = 'ソスsソスフ選ソスソス(&L)'
  749.       OnExecute = SelectLineActionExecute
  750.     end
  751.     object CopyWordAction: TAction
  752.       Caption = 'ソスPソスソスソスソスRソスsソス[(&O)'
  753.       OnExecute = CopyWordActionExecute
  754.     end
  755.     object CopyLineAction: TAction
  756.       Caption = 'ソスsソスソスソスRソスsソス[(&N)'
  757.       OnExecute = CopyLineActionExecute
  758.     end
  759.     object DeleteLineAction: TAction
  760.       Caption = 'ソスsソス尞(&N)'
  761.       OnExecute = DeleteLineActionExecute
  762.     end
  763.     object DeleteLineEndAction: TAction
  764.       Caption = 'ソスJソス[ソス\ソスソスソスソスソスソスソスソスソス尞(&E)'
  765.       OnExecute = DeleteLineEndActionExecute
  766.     end
  767.     object DeleteLineStartAction: TAction
  768.       Caption = 'ソスJソス[ソス\ソスソスソスソスソスOソスソスソス尞(&P)'
  769.       OnExecute = DeleteLineStartActionExecute
  770.     end
  771.     object DeleteWordAction: TAction
  772.       Caption = 'ソスPソスソス尞(&A)'
  773.       OnExecute = DeleteWordActionExecute
  774.     end
  775.     object InsertEmptyLineAction: TAction
  776.       Caption = 'ソスソスsソス}ソスソス(&E)'
  777.       OnExecute = InsertEmptyLineActionExecute
  778.     end
  779.     object ExchangeUpperLowerAction: TAction
  780.       Caption = 'ソス蝠カソスソス<->ソスソスソスソスソスソスソスフ変奇ソス(&C)'
  781.       Enabled = False
  782.       OnExecute = ExchangeUpperLowerActionExecute
  783.     end
  784.     object ChangeUpperCaseAction: TAction
  785.       Caption = 'ソス蝠カソスソスソスノ変奇ソス(&U)'
  786.       Enabled = False
  787.       OnExecute = ChangeUpperCaseActionExecute
  788.     end
  789.     object ChangeLowerCaseAction: TAction
  790.       Caption = 'ソスソスソスソスソスソスソスノ変奇ソス(&L)'
  791.       Enabled = False
  792.       OnExecute = ChangeLowerCaseActionExecute
  793.     end
  794.     object ToolBarToggleAction: TAction
  795.       Caption = 'ソスcソス[ソスソスソスoソス[(&T)'
  796.       Checked = True
  797.       OnExecute = ToolBarToggleActionExecute
  798.     end
  799.     object StatusBarToggleAction: TAction
  800.       Caption = 'ソスXソスeソスCソス^ソスXソスoソス[(&S)'
  801.       Checked = True
  802.       OnExecute = StatusBarToggleActionExecute
  803.     end
  804.     object EditExtSetAction: TAction
  805.       Caption = 'ソスtソス@ソスCソスソスソス^ソスCソスvソスハの設抵ソス(&F)...'
  806.       OnExecute = EditExtSetActionExecute
  807.     end
  808.     object ToggleInsertModeAction: TAction
  809.       Caption = 'ソス}ソスソス/ソス繽托ソスソスソスリゑソスヨゑソス'
  810.       OnExecute = ToggleInsertModeActionExecute
  811.     end
  812.     object InputDateAction: TAction
  813.       Caption = 'ソスソスソスンの難ソスソスtソスソスソスソスソス'
  814.       OnExecute = InputDateActionExecute
  815.     end
  816.     object InputDateTimeAction: TAction
  817.       Caption = 'ソスソスソスンの難ソスソスソスソスソスソスソスソス'
  818.       OnExecute = InputDateTimeActionExecute
  819.     end
  820.     object InputTimeAction: TAction
  821.       Caption = 'ソスソスソスンの趣ソスソスヤゑソスソスソスソス'
  822.       OnExecute = InputTimeActionExecute
  823.     end
  824.     object FindDownAction: TAction
  825.       Caption = 'ソスソスソスソスソス(&L)'
  826.       OnExecute = FindDownActionExecute
  827.     end
  828.     object FindUpAction: TAction
  829.       Caption = 'ソスソスソスソス(&U)'
  830.       OnExecute = FindUpActionExecute
  831.     end
  832.     object FindAction: TAction
  833.       Caption = 'ソスソスソスソス(&F)...'
  834.       OnExecute = FindActionExecute
  835.     end
  836.     object ReplaceAction: TAction
  837.       Caption = 'ソスuソスソス(&R)...'
  838.       OnExecute = ReplaceActionExecute
  839.     end
  840.     object FindComebackAction: TAction
  841.       Caption = 'ソスソスソスソスソスJソスnソスハ置ソスノ戻ゑソス(&C)'
  842.       OnExecute = FindComebackActionExecute
  843.     end
  844.     object VerticalLineupAction: TAction
  845.       Caption = 'ソスcソスノ包ソスソスラゑソス(&V)'
  846.       OnExecute = VerticalLineupActionExecute
  847.     end
  848.     object HorizotalLineupAction: TAction
  849.       Caption = 'ソスソスソスノ包ソスソスラゑソス(&H)'
  850.       OnExecute = HorizotalLineupActionExecute
  851.     end
  852.     object PileAction: TAction
  853.       Caption = 'ソスdソスヒて表ソスソス(&C)'
  854.       OnExecute = PileActionExecute
  855.     end
  856.     object LineupOrderAction: TAction
  857.       Caption = 'ソスソスソスラて表ソスソス(&T)'
  858.       OnExecute = LineupOrderActionExecute
  859.     end
  860.     object AllMinimizeAction: TAction
  861.       Caption = 'ソスSソスソスソスナ擾ソスソスソス(&N)'
  862.       OnExecute = AllMinimizeActionExecute
  863.     end
  864.     object TagJumpAction: TAction
  865.       Caption = 'ソス^ソスOソスWソスソスソスソスソスv(&T)'
  866.       OnExecute = TagJumpActionExecute
  867.     end
  868.     object SeikeiAction: TAction
  869.       Caption = 'ソスソスソス`(&S)'
  870.       OnExecute = SeikeiActionExecute
  871.     end
  872.     object InsertIndentAction: TAction
  873.       Caption = 'ソスCソスソスソスfソスソスソスg(&I)'
  874.       OnExecute = InsertIndentActionExecute
  875.     end
  876.     object ReverseIndentAction: TAction
  877.       Caption = 'ソスtソスCソスソスソスfソスソスソスg(&R)'
  878.       OnExecute = ReverseIndentActionExecute
  879.     end
  880.     object QuickSeikeiSetAction: TAction
  881.       Caption = 'ソスソスソス`ソスフ一時ソスン抵ソス...'
  882.       OnExecute = QuickSeikeiSetActionExecute
  883.     end
  884.     object DivideLineAction: TAction
  885.       Caption = 'ソスsソスフ包ソスソスソス'
  886.       OnExecute = DivideLineActionExecute
  887.     end
  888.     object ToggleFreeCaretAction: TAction
  889.       Caption = 'ソスtソスソスソス[ソスJソス[ソス\ソスソスソスソスソス[ソスh'
  890.       OnExecute = ToggleFreeCaretActionExecute
  891.     end
  892.     object CenterAlignAction: TAction
  893.       Caption = 'ソスZソスソスソス^ソスソスソスソスソスO'
  894.       OnExecute = CenterAlignActionExecute
  895.     end
  896.     object LeftAlignAction: TAction
  897.       Caption = 'ソスソスソスソス'
  898.       OnExecute = LeftAlignActionExecute
  899.     end
  900.     object RightAlignAction: TAction
  901.       Caption = 'ソスEソスソス'
  902.       OnExecute = RightAlignActionExecute
  903.     end
  904.     object InyouPasteAction: TAction
  905.       Caption = 'ソスソスソスpソスtソスソスソス\ソスソスtソスソス'
  906.       OnExecute = InyouPasteActionExecute
  907.     end
  908.     object MaximizeVerticalAction: TAction
  909.       Caption = 'ソスcソスソスソスソスソスノ最大化'
  910.       OnExecute = MaximizeVerticalActionExecute
  911.     end
  912.     object ToggleBrowsModeAction: TAction
  913.       Caption = 'ソスマ暦ソスソスソスソス[ソスh'
  914.       OnExecute = ToggleBrowsModeActionExecute
  915.     end
  916.     object SaveSelectedToFileAction: TAction
  917.       Caption = 'ソスIソスソスヘ囲ゑソスソスtソス@ソスCソスソスソスノ保托ソス...'
  918.       OnExecute = SaveSelectedToFileActionExecute
  919.     end
  920.     object OpenExplorerAction: TAction
  921.       Caption = 'ソスtソス@ソスCソスソスソスソスソスGソスNソスXソスvソスソスソス[ソスソスソスナ開ソスソス'
  922.       Enabled = False
  923.       OnExecute = OpenExplorerActionExecute
  924.     end
  925.     object ChangeOpenFileCodeAction: TAction
  926.       Caption = 'ソスロ托ソスソスソスソスフ包ソスソスソスソスRソス[ソスhソスニ会ソスソスsソスソズの変更'
  927.       OnExecute = ChangeOpenFileCodeActionExecute
  928.     end
  929.     object ProgramExecAction: TAction
  930.       Caption = 'ソスvソスソスソスOソスソスソスソスソスソスソスs...'
  931.       OnExecute = ProgramExecActionExecute
  932.     end
  933.     object ChangeCharCodeAction: TAction
  934.       Caption = 'ソスソスソスソスソスRソス[ソスhソスマ奇ソス...'
  935.       OnExecute = ChangeCharCodeActionExecute
  936.     end
  937.     object WordRegisterAction: TAction
  938.       Caption = 'ソスPソスソスoソス^...'
  939.       OnExecute = WordRegisterActionExecute
  940.     end
  941.     object CursorUpAction: TAction
  942.       Caption = 'ソスJソス[ソス\ソスソスソスソス'
  943.       OnExecute = CursorUpActionExecute
  944.     end
  945.     object CursorDownAction: TAction
  946.       Caption = 'ソスJソス[ソス\ソスソスソスソス'
  947.       OnExecute = CursorDownActionExecute
  948.     end
  949.     object CursorLeftAction: TAction
  950.       Caption = 'ソスJソス[ソス\ソスソスソスソス'
  951.       OnExecute = CursorLeftActionExecute
  952.     end
  953.     object CursorRightAction: TAction
  954.       Caption = 'ソスJソス[ソス\ソスソスソスE'
  955.       OnExecute = CursorRightActionExecute
  956.     end
  957.     object WordRightAction: TAction
  958.       Caption = 'ソスPソスソスE'
  959.       OnExecute = WordRightActionExecute
  960.     end
  961.     object WordLeftAction: TAction
  962.       Caption = 'ソスPソス鼾カ'
  963.       OnExecute = WordLeftActionExecute
  964.     end
  965.     object MoveLineStartAction: TAction
  966.       Caption = 'ソスsソスソスソスノ移難ソス'
  967.       OnExecute = MoveLineStartActionExecute
  968.     end
  969.     object MoveLineEndAction: TAction
  970.       Caption = 'ソスsソスソスソスノ移難ソス'
  971.       OnExecute = MoveLineEndActionExecute
  972.     end
  973.     object MoveFileStartAction: TAction
  974.       Caption = 'ソスtソス@ソスCソスソスソス謫ェソスノ移難ソス'
  975.       OnExecute = MoveFileStartActionExecute
  976.     end
  977.     object MoveFileEndAction: TAction
  978.       Caption = 'ソスtソス@ソスCソスソスソスフ最鯉ソスノ移難ソス'
  979.       OnExecute = MoveFileEndActionExecute
  980.     end
  981.     object NextPageAction: TAction
  982.       Caption = 'ソスソスソスyソス[ソスW'
  983.       OnExecute = NextPageActionExecute
  984.     end
  985.     object PrevPageAction: TAction
  986.       Caption = 'ソスOソスyソス[ソスW'
  987.       OnExecute = PrevPageActionExecute
  988.     end
  989.     object DeleteAction: TAction
  990.       Caption = 'ソス尞'
  991.       OnExecute = DeleteActionExecute
  992.     end
  993.     object BackSpaceAction: TAction
  994.       Caption = 'ソスoソスbソスNソスXソスyソス[ソスX'
  995.       OnExecute = BackSpaceActionExecute
  996.     end
  997.     object EnterAction: TAction
  998.       Caption = 'ソスソスソスs'
  999.       OnExecute = EnterActionExecute
  1000.     end
  1001.     object TabAction: TAction
  1002.       Caption = 'ソス^ソスu'
  1003.       OnExecute = TabActionExecute
  1004.     end
  1005.     object ToggleMacroRecordAction: TAction
  1006.       Caption = 'ソス}ソスNソスソスソスLソス^ソスJソスnソス^ソスLソス^ソスIソスソス'
  1007.       OnExecute = ToggleMacroRecordActionExecute
  1008.     end
  1009.     object ReplayMacroAction: TAction
  1010.       Caption = 'ソス}ソスNソスソスソスト撰ソス'
  1011.       OnExecute = ReplayMacroActionExecute
  1012.     end
  1013.     object SaveMacroAction: TAction
  1014.       Caption = 'ソスLソス^ソスフ保托ソス...'
  1015.       OnExecute = SaveMacroActionExecute
  1016.     end
  1017.     object LoadMacroAction: TAction
  1018.       Caption = 'ソスOソスソスソス}ソスNソスソスソスヌみ搾ソスソスソス...'
  1019.       OnExecute = LoadMacroActionExecute
  1020.     end
  1021.     object ExtMacroExecuteAction: TAction
  1022.       Caption = 'ソスOソスソスソス}ソスNソスソスソスソスソスs...'
  1023.       OnExecute = ExtMacroExecuteActionExecute
  1024.     end
  1025.     object Macro1Action: TAction
  1026.       Tag = 1
  1027.       Caption = 'ソス}ソスNソスソスソスPソスフ趣ソスソスs'
  1028.       OnExecute = MacroActionExecute
  1029.     end
  1030.     object Macro2Action: TAction
  1031.       Tag = 2
  1032.       Caption = 'ソス}ソスNソスソスソスQソスフ趣ソスソスs'
  1033.       OnExecute = MacroActionExecute
  1034.     end
  1035.     object Macro3Action: TAction
  1036.       Tag = 3
  1037.       Caption = 'ソス}ソスNソスソスソスRソスフ趣ソスソスs'
  1038.       OnExecute = MacroActionExecute
  1039.     end
  1040.     object Macro4Action: TAction
  1041.       Tag = 4
  1042.       Caption = 'ソス}ソスNソスソスソスSソスフ趣ソスソスs'
  1043.       OnExecute = MacroActionExecute
  1044.     end
  1045.     object Macro5Action: TAction
  1046.       Tag = 5
  1047.       Caption = 'ソス}ソスNソスソスソスTソスフ趣ソスソスs'
  1048.       OnExecute = MacroActionExecute
  1049.     end
  1050.     object Macro6Action: TAction
  1051.       Tag = 6
  1052.       Caption = 'ソス}ソスNソスソスソスUソスフ趣ソスソスs'
  1053.       OnExecute = MacroActionExecute
  1054.     end
  1055.     object Macro7Action: TAction
  1056.       Tag = 7
  1057.       Caption = 'ソス}ソスNソスソスソスVソスフ趣ソスソスs'
  1058.       OnExecute = MacroActionExecute
  1059.     end
  1060.     object Macro8Action: TAction
  1061.       Tag = 8
  1062.       Caption = 'ソス}ソスNソスソスソスWソスフ趣ソスソスs'
  1063.       OnExecute = MacroActionExecute
  1064.     end
  1065.     object Macro9Action: TAction
  1066.       Tag = 9
  1067.       Caption = 'ソス}ソスNソスソスソスXソスフ趣ソスソスs'
  1068.       OnExecute = MacroActionExecute
  1069.     end
  1070.     object Macro10Action: TAction
  1071.       Tag = 10
  1072.       Caption = 'ソス}ソスNソスソスソスPソスOソスフ趣ソスソスs'
  1073.       OnExecute = MacroActionExecute
  1074.     end
  1075.     object BeginUpdateAction: TAction
  1076.       Caption = 'ソスソスハ描ソスソスソスソス齊橸ソスIソスノ止ソス゚ゑソス'
  1077.       OnExecute = BeginUpdateActionExecute
  1078.     end
  1079.     object EndUpdateAction: TAction
  1080.       Caption = 'ソスソスハ描ソスソスソスソスト開ソスソスソスソス'
  1081.       OnExecute = EndUpdateActionExecute
  1082.     end
  1083.     object EncodeQuoteAction: TAction
  1084.       Caption = 'ソス}ソスNソスソスソスpソスソスソスソスソスソスマ奇ソス'
  1085.       Enabled = False
  1086.       OnExecute = EncodeQuoteActionExecute
  1087.     end
  1088.     object MessageAction: TAction
  1089.       Caption = 'ソスソスソスbソスZソス[ソスWソス\ソスソス'
  1090.       OnExecute = MessageActionExecute
  1091.     end
  1092.     object CopyStrAction: TAction
  1093.       Caption = 'ソスソスソスソスソスソスソスソスNソスソスソスbソスvソス{ソス[ソスhソスノコソスsソス[ソスソスソスソス'
  1094.       OnExecute = CopyStrActionExecute
  1095.     end
  1096.     object SearchBracketAction: TAction
  1097.       Caption = 'ソスホ会ソスソスソスソス驫ソスハゑソスTソスソス'
  1098.       OnExecute = SearchBracketActionExecute
  1099.     end
  1100.     object ExecInputMacroAction: TAction
  1101.       Caption = 'ソスJソス[ソス\ソスソスソスソスソスOソスフマソスNソスソスソスソスソスソスソスs'
  1102.       OnExecute = ExecInputMacroActionExecute
  1103.     end
  1104.     object TabToSpaceAction: TAction
  1105.       Caption = 'ソス^ソスuソスソスソスXソスyソス[ソスXソスノ変奇ソス'
  1106.       OnExecute = TabToSpaceActionExecute
  1107.     end
  1108.     object SpaceToTabAction: TAction
  1109.       Caption = 'ソスXソスyソス[ソスXソスソスソス^ソスuソスノ変奇ソス'
  1110.       Enabled = False
  1111.       OnExecute = SpaceToTabActionExecute
  1112.     end
  1113.     object OpenFileExecAction: TAction
  1114.       Caption = 'ソスJソスソスソストゑソスソスソスtソス@ソスCソスソスソスソスソスソスソスs'
  1115.       Enabled = False
  1116.       OnExecute = OpenFileExecActionExecute
  1117.     end
  1118.     object OpenFilenameCopyAction: TAction
  1119.       Caption = 'ソスJソスソスソストゑソスソスソスtソス@ソスCソスソスソスソスソスソスソスRソスsソス['
  1120.       Enabled = False
  1121.       OnExecute = OpenFilenameCopyActionExecute
  1122.     end
  1123.     object LineDownAction: TAction
  1124.       Caption = 'ソスソスソスノ行ソスXソスNソスソスソス[ソスソス'
  1125.       OnExecute = LineDownActionExecute
  1126.     end
  1127.     object LineUpAction: TAction
  1128.       Caption = 'ソスソスソスノ行ソスXソスNソスソスソス[ソスソス'
  1129.       OnExecute = LineUpActionExecute
  1130.     end
  1131.     object BoxSelectionAction: TAction
  1132.       Caption = 'ソスソスソス`ソスIソスソス'
  1133.       OnExecute = BoxSelectionActionExecute
  1134.     end
  1135.     object PrintAction: TAction
  1136.       Caption = 'ソスソスソス...'
  1137.       OnExecute = PrintActionExecute
  1138.     end
  1139.     object GrepAction: TAction
  1140.       Caption = 'GREP...'
  1141.       OnExecute = GrepActionExecute
  1142.     end
  1143.     object NextEditorAction: TAction
  1144.       Caption = 'ソスソスソスフウソスBソスソスソスhソスE'
  1145.       OnExecute = NextEditorActionExecute
  1146.     end
  1147.     object PrevEditorAction: TAction
  1148.       Caption = 'ソスOソスフウソスBソスソスソスhソスE'
  1149.       OnExecute = PrevEditorActionExecute
  1150.     end
  1151.     object DivideWindowAction: TAction
  1152.       Caption = 'ソスソスハ包ソスソスソス'
  1153.       OnExecute = DivideWindowActionExecute
  1154.     end
  1155.     object ToggleWindowFocusAction: TAction
  1156.       Caption = 'ソスソスソスソスソスEソスBソスソスソスhソスEソスフフソスHソス[ソスJソスXソスレ難ソス'
  1157.       OnExecute = ToggleWindowFocusActionExecute
  1158.     end
  1159.     object ClearFindItemAction: TAction
  1160.       Caption = 'ソスソスソスソスソスソスフクソスソスソスA'
  1161.       OnExecute = ClearFindItemActionExecute
  1162.     end
  1163.     object SplitterUpAction: TAction
  1164.       Caption = 'ソスソスソスソスソスソスソスEソスソスソスソスソス'
  1165.       Enabled = False
  1166.       OnExecute = SplitterUpActionExecute
  1167.     end
  1168.     object SplitterDownAction: TAction
  1169.       Caption = 'ソスソスソスソスソスソスソスEソスソスソスソスソスソス'
  1170.       Enabled = False
  1171.       OnExecute = SplitterDownActionExecute
  1172.     end
  1173.     object NewWindowAction: TAction
  1174.       Caption = 'ソスハの編集ソスEソスBソスソスソスhソスE'
  1175.       OnExecute = NewWindowActionExecute
  1176.     end
  1177.     object DiffExecAction: TAction
  1178.       Caption = 'diffソスフ趣ソスソスs'
  1179.       OnExecute = DiffExecActionExecute
  1180.     end
  1181.     object FindUnderDiffAction: TAction
  1182.       Caption = 'ソスソスソスフ搾ソスソスソスソスソスソスソスTソスソス'
  1183.       Enabled = False
  1184.       OnExecute = FindUnderDiffActionExecute
  1185.     end
  1186.     object FindOverDiffAction: TAction
  1187.       Caption = 'ソスソスフ搾ソスソスソスソスソスソスソスTソスソス'
  1188.       Enabled = False
  1189.       OnExecute = FindOverDiffActionExecute
  1190.     end
  1191.     object ClearDiffInfoAction: TAction
  1192.       Caption = 'ソスソスソスソスソスソスソスフクソスソスソスA'
  1193.       Enabled = False
  1194.       OnExecute = ClearDiffInfoActionExecute
  1195.     end
  1196.     object ChangeDiffFocusAction: TAction
  1197.       Caption = 'ソスソスrソスソスソスソスソスtソス@ソスCソスソスソスフ該ソスソスソスツ擾ソスソスヨ移難ソス'
  1198.       Enabled = False
  1199.       OnExecute = ChangeDiffFocusActionExecute
  1200.     end
  1201.   end
  1202.   object ImageList1: TImageList
  1203.     Left = 48
  1204.     Top = 88
  1205.     Bitmap = {
  1206.       494C010101000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  1207.       000000000000360000002800000040000000100000000100180000000000000C
  1208.       00000000000000000000000000000000000000000000000000FFFFFFFFFF00FF
  1209.       FFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00000000
  1210.       0000000000000000000000000000000000000000000000000000000000000000
  1211.       0000000000000000000000000000000000000000000000000000000000000000
  1212.       0000000000000000000000000000000000000000000000000000000000000000
  1213.       0000000000000000000000000000000000000000000000000000000000000000
  1214.       000000000000000000000000000000000000000000000000FFFFFF8484848484
  1215.       8484848484848400FFFFFFFFFFFF0000FF0000FF0000FFFFFF00FFFF00000000
  1216.       0000000000000000000000000000000000000000000000000000000000000000
  1217.       0000000000000000000000000000000000000000000000000000000000000000
  1218.       0000000000000000000000000000000000000000000000000000000000000000
  1219.       0000000000000000000000000000000000000000000000000000000000000000
  1220.       00000000000000000000000000000000000000000000000000FFFFFFFFFF00FF
  1221.       FFFFFFFF00FFFFFF0000FF0000FF0000FF0000FF0000FF0000FFFFFF00000000
  1222.       0000000000000000000000000000000000000000000000000000000000000000
  1223.       0000000000000000000000000000000000000000000000000000000000000000
  1224.       0000000000000000000000000000000000000000000000000000000000000000
  1225.       0000000000000000000000000000000000000000000000000000000000000000
  1226.       000000000000000000000000000000000000000000000000FFFFFF8484848484
  1227.       8484848484848400FFFF00FFFFFF0000FF0000FF0000FF000000FFFF00000000
  1228.       0000000000000000000000000000000000000000000000000000000000000000
  1229.       0000000000000000000000000000000000000000000000000000000000000000
  1230.       0000000000000000000000000000000000000000000000000000000000000000
  1231.       0000000000000000000000000000000000000000000000000000000000000000
  1232.       00000000000000000000000000000000000000000000000000FFFFFF000000FF
  1233.       FFFFFFFF00FFFFFF0000FF0000FFFFFFFF0000FFFFFF00FFFFFFFFFF00000000
  1234.       0000000000000000000000000000000000000000000000000000000000000000
  1235.       0000000000000000000000000000000000000000000000000000000000000000
  1236.       0000000000000000000000000000000000000000000000000000000000000000
  1237.       0000000000000000000000000000000000000000000000000000000000000000
  1238.       000000000000000000000000000000000000000000000000FF0000FF0000FF00
  1239.       0000FFFF848484FF0000FF0000848484848484FF0000FFFFFF00FFFF00000000
  1240.       0000000000000000000000000000000000000000000000000000000000000000
  1241.       0000000000000000000000000000000000000000000000000000000000000000
  1242.       0000000000000000000000000000000000000000000000000000000000000000
  1243.       0000000000000000000000000000000000000000000000000000000000000000
  1244.       000000000000000000000000000000000000FF0000000000FF0000FF0000FF00
  1245.       00FF000000FFFFFFFFFF00FFFFFFFFFF00FFFFFF000000FFFFFFFFFF00000000
  1246.       0000000000000000000000000000000000000000000000000000000000000000
  1247.       0000000000000000000000000000000000000000000000000000000000000000
  1248.       0000000000000000000000000000000000000000000000000000000000000000
  1249.       0000000000000000000000000000000000000000000000000000000000000000
  1250.       000000000000000000000000000000000000FF0000FF0000FF0000FF0000FF00
  1251.       0000FFFF848484848484848484848484848484848484FFFFFF00FFFF00000000
  1252.       0000000000000000000000000000000000000000000000000000000000000000
  1253.       0000000000000000000000000000000000000000000000000000000000000000
  1254.       0000000000000000000000000000000000000000000000000000000000000000
  1255.       0000000000000000000000000000000000000000000000000000000000000000
  1256.       00000000000000000000000000000000000000000000000000FFFFFFFFFF00FF
  1257.       FFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00000000
  1258.       0000000000000000000000000000000000000000000000000000000000000000
  1259.       0000000000000000000000000000000000000000000000000000000000000000
  1260.       0000000000000000000000000000000000000000000000000000000000000000
  1261.       0000000000000000000000000000000000000000000000000000000000000000
  1262.       000000000000000000000000000000000000FF0000FF0000FFFFFFFF0000FF00
  1263.       0000FFFF848484848484848484848484848484848484FFFFFF00FFFF00000000
  1264.       0000000000000000000000000000000000000000000000000000000000000000
  1265.       0000000000000000000000000000000000000000000000000000000000000000
  1266.       0000000000000000000000000000000000000000000000000000000000000000
  1267.       0000000000000000000000000000000000000000000000000000000000000000
  1268.       000000000000000000000000000000000000FF0000FF000000FFFFFF000000FF
  1269.       FFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00000000
  1270.       0000000000000000000000000000000000000000000000000000000000000000
  1271.       0000000000000000000000000000000000000000000000000000000000000000
  1272.       0000000000000000000000000000000000000000000000000000000000000000
  1273.       0000000000000000000000000000000000000000000000000000000000000000
  1274.       000000000000000000000000000000000000000000000000FFFFFF8484848484
  1275.       84848484848484848484848484848484848484848484FFFFFF00FFFF00000000
  1276.       0000000000000000000000000000000000000000000000000000000000000000
  1277.       0000000000000000000000000000000000000000000000000000000000000000
  1278.       0000000000000000000000000000000000000000000000000000000000000000
  1279.       0000000000000000000000000000000000000000000000000000000000000000
  1280.       00000000000000000000000000000000000000000000000000FFFFFFFFFF00FF
  1281.       FFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00000000
  1282.       0000000000000000000000000000000000000000000000000000000000000000
  1283.       0000000000000000000000000000000000000000000000000000000000000000
  1284.       0000000000000000000000000000000000000000000000000000000000000000
  1285.       0000000000000000000000000000000000000000000000000000000000000000
  1286.       000000000000000000000000000000000000000000000000FFFFFF00FFFFFFFF
  1287.       FF00FFFF0000FF0000FF00008400FFFFFFFFFF00FFFFFFFFFF00FFFF00000000
  1288.       0000000000000000000000000000000000000000000000000000000000000000
  1289.       0000000000000000000000000000000000000000000000000000000000000000
  1290.       0000000000000000000000000000000000000000000000000000000000000000
  1291.       0000000000000000000000000000000000000000000000000000000000000000
  1292.       0000000000000000000000000000000000000000000000000000000000000000
  1293.       00000000FFFFFF0000FF0000FF00000000000000000000000000000000000000
  1294.       0000000000000000000000000000000000000000000000000000000000000000
  1295.       0000000000000000000000000000000000000000000000000000000000000000
  1296.       0000000000000000000000000000000000000000000000000000000000000000
  1297.       0000000000000000000000000000000000000000000000000000000000000000
  1298.       0000000000000000000000000000000000000000000000000000000000000000
  1299.       000000000000FF0000FF00008400000000000000000000000000000000000000
  1300.       0000000000000000000000000000000000000000000000000000000000000000
  1301.       0000000000000000000000000000000000000000000000000000000000000000
  1302.       0000000000000000000000000000000000000000000000000000000000000000
  1303.       0000000000000000000000000000000000000000000000000000000000000000
  1304.       000000000000000000000000000000000000424D3E000000000000003E000000
  1305.       2800000040000000100000000100010000000000800000000000000000000000
  1306.       000000000000000000000000FFFFFF0080000000000000008000000000000000
  1307.       8000000000000000800000000000000080000000000000008000000000000000
  1308.       0000000000000000000000000000000000000000000000000000000000000000
  1309.       0000000000000000800000000000000080000000000000008000000000000000
  1310.       8001000000000000FC7F00000000000000000000000000000000000000000000
  1311.       000000000000}
  1312.   end
  1313.   object MarkImageList: TImageList
  1314.     Height = 9
  1315.     Width = 9
  1316.     Left = 48
  1317.     Top = 120
  1318.     Bitmap = {
  1319.       494C01010B000E00040009000900FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  1320.       000000000000360000002800000024000000240000000100180000000000300F
  1321.       0000000000000000000000000000000000000000000000000000000000000000
  1322.       0000000000000000000000000000000000000000000000000000000000000000
  1323.       0000000000000000000000000000000000000000000000000000000000000000
  1324.       0000000000000000000000000000000000000000000000000000000000000000
  1325.       0000000000000000000000000000000000000000000000000000000000000000
  1326.       0000000000000000000000000000000000000000000000000000000000000000
  1327.       0000000000000000000000000000000000000000000000000000000000000000
  1328.       0000000000000000000000000000000000000000000000000000000000000000
  1329.       0000000000000000000000000000000000000000000000000000000000000000
  1330.       0000000000000000000000000000000000000000000000000000000000000000
  1331.       0000000000000000000000000000000000000000000000000000000000000000
  1332.       0000000000000000000000000000000000000000000000000000000000000000
  1333.       0000000000000000000000000000000000000000000000000000000000000000
  1334.       0000000000000000000000000000000000000000000000000000000000000000
  1335.       0000000000000000000000000000000000000000000000000000000000000000
  1336.       0000000000000000000000000000000000000000000000000000000000000000
  1337.       0000000000000000000000000000000000000000000000000000000000000000
  1338.       0000000000000000000000000000000000000000000000000000000000000000
  1339.       0000000000000000000000000000000000000000000000000000000000000000
  1340.       0000000000000000000000000000000000000000000000000000000000000000
  1341.       0000000000000000000000000000000000000000000000000000000000000000
  1342.       0000000000000000000000000000000000000000000000000000000000000000
  1343.       0000000000000000000000000000000000000000000000000000000000000000
  1344.       0000000000000000000000000000000000000000000000000000000000000000
  1345.       0000000000000000000000000000000000000000000000000000000000000000
  1346.       0000000000000000000000000000000000000000000000000000000000000000
  1347.       0000000000000000000000000000000000000000000000000000000000000000
  1348.       0000000000000000000000000000000000000000000000000000000000000000
  1349.       0000000000000000000000000000000000000000000000000000000000000000
  1350.       0000000000000000000000000000000000000000000000000000000000000000
  1351.       0000000000000000000000000000000000000000000000000000000000000000
  1352.       0000000000000000000000000000000000000000000000000000000000000000
  1353.       0000000000000000000000000000000000000000000000000000000000000000
  1354.       0000000000000000000000000000000000000000000000000000000000000000
  1355.       00000000000000000000000000008400848400FFFFFF84840000840084840000
  1356.       0000000000000000008400848400FFFFFFFFFFFFFFFFFF848400000000000000
  1357.       000000008400848400FFFFFFFFFFFFFFFFFF8484000000000000000000000000
  1358.       0000000000000000000000000000000000000000000000000000FF00008400FF
  1359.       FFFF00840084840000840000000000000000000000FF00FFFFFF848400008400
  1360.       848400FFFFFF00000000000000000000FF00008400848400008400848400FFFF
  1361.       FF00000000000000000000000000000000000000000000000000000000000000
  1362.       0000000000008400848400008400FFFFFF008400848400000000000000000000
  1363.       008400FFFFFF008400848400008400FFFFFF0000000000000000000084008484
  1364.       00FFFFFFFFFFFF008400FFFFFF00000000000000000000000000000000000000
  1365.       000000000000000000000000000000000000FF00008400848400008400FFFFFF
  1366.       00840000000000000000000000FF00008400FFFFFFFFFFFFFFFFFF0084000000
  1367.       0000000000000000FF00FFFFFF848400008400FFFFFFFFFFFF00000000000000
  1368.       0000000000000000000000000000000000000000000000000000000000008400
  1369.       848400008400848400008400FFFFFF000000000000000000008400FFFFFF0084
  1370.       00848400008400FFFFFF000000000000000000008400FFFFFF00840084840000
  1371.       8400FFFFFF000000000000000000000000000000000000000000000000000000
  1372.       00000000000000000000FF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000000000
  1373.       0000000000FF00008400FFFFFFFFFFFFFFFFFF00840000000000000000000000
  1374.       FF00008400FFFFFFFFFFFFFFFFFF008400000000000000000000000000000000
  1375.       0000000000000000000000000000000000000000000000000000000000000000
  1376.       0000000000000000000000000000000000000000000000000000000000000000
  1377.       0000000000000000000000000000000000000000000000000000000000000000
  1378.       0000000000000000000000000000000000000000000000000000000000000000
  1379.       0000000000000000000000000000000000000000000000000000000000000000
  1380.       0000000000000000000000000000000000000000000000000000000000000000
  1381.       0000000000000000000000000000000000000000000000000000000000000000
  1382.       0000000000000000000000000000000000000000000000000000000000000000
  1383.       0000000000000000000000000000000000000000000000000000000000000000
  1384.       0000000000000000000000000000000000000000000000000000000000000000
  1385.       00000000000000000000000000000000000000000000000000008400848400FF
  1386.       FFFFFFFFFFFFFFFF848400000000000000000000008400848400008400848400
  1387.       FFFFFF848400000000000000000000008400848400FFFFFFFFFFFFFFFFFF8484
  1388.       00000000000000000000008400848400FFFFFFFFFFFFFFFFFF84840000000000
  1389.       000000000000FF00FFFFFF848400008400848400FFFFFF000000000000000000
  1390.       00FF00008400848400008400FFFFFF00840000000000000000000000FF00FFFF
  1391.       FF848400008400848400FFFFFF00000000000000000000FF00FFFFFF84840000
  1392.       8400848400FFFFFF000000000000000000008400848400008400848400008400
  1393.       FFFFFF000000000000000000008400FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000
  1394.       00000000000000008400848400008400848400008400FFFFFF00000000000000
  1395.       0000008400FFFFFFFFFFFF848400008400FFFFFF00000000000000000000FF00
  1396.       008400848400FFFFFFFFFFFF00840000000000000000000000FF00FFFFFF8484
  1397.       00008400FFFFFF00840000000000000000000000FF00008400FFFFFFFFFFFFFF
  1398.       FFFF00840000000000000000000000FF00FFFFFF848400FFFFFFFFFFFF008400
  1399.       000000000000000000008400FFFFFF008400848400008400FFFFFF0000000000
  1400.       00000000008400848400FFFFFF848400FFFFFF84840000000000000000000000
  1401.       8400FFFFFF008400848400008400848400000000000000000000008400FFFFFF
  1402.       00840084840000840084840000000000000000000000FF00008400FFFFFFFFFF
  1403.       FFFFFFFF00840000000000000000000000FF0000840000FF00FFFFFFFFFFFF00
  1404.       840000000000000000000000FF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000
  1405.       00000000000000FF00008400FFFFFFFFFFFFFFFFFF0084000000000000000000
  1406.       0000000000000000000000000000000000000000000000000000000000000000
  1407.       0000000000000000000000000000000000000000000000000000000000000000
  1408.       0000000000000000000000000000000000000000000000000000000000000000
  1409.       0000000000000000000000000000000000000000000000000000000000000000
  1410.       0000000000000000000000000000000000000000000000000000000000000000
  1411.       0000000000000000000000000000000000000000000000000000000000000000
  1412.       0000000000000000000000000000000000000000000000000000000000000000
  1413.       0000000000000000000000000000000000000000000000000000000000000000
  1414.       0000000000000000000000000000000000000000000000000000000000000000
  1415.       0000000000000000000000000000000000000000000000000000000000000000
  1416.       0000000000008400848400008400848400008400848400000000000000000000
  1417.       008400848400FFFFFFFFFFFFFFFFFF8484000000000000000000000084008484
  1418.       00FFFFFFFFFFFFFFFFFF848400000000000000000000008400FFFFFFFFFFFFFF
  1419.       FFFFFFFFFFFFFFFF00000000000000000000FF00008400848400008400848400
  1420.       00840000000000000000000000FF00FFFFFF848400008400848400FFFFFF0000
  1421.       0000000000000000FF00008400848400FFFFFF84840000840000000000000000
  1422.       000000FF00008400FFFFFF008400848400008400000000000000000000008400
  1423.       848400008400848400008400848400000000000000000000008400FFFFFF0084
  1424.       00848400008400FFFFFF000000000000000000008400848400008400FFFFFF00
  1425.       8400848400000000000000000000008400848400008400FFFFFF008400848400
  1426.       00000000000000000000FF000084008484000084008484000084000000000000
  1427.       0000000000FF00FFFFFF848400008400848400FFFFFF00000000000000000000
  1428.       FF00008400848400FFFFFF84840000840000000000000000000000FF00008400
  1429.       848400008400FFFFFFFFFFFF0000000000000000000084008484000084008484
  1430.       00008400848400000000000000000000008400FFFFFF008400848400008400FF
  1431.       FFFF000000000000000000008400848400FFFFFFFFFFFF008400848400000000
  1432.       000000000000008400FFFFFF008400848400008400FFFFFF0000000000000000
  1433.       0000FF0000840000FF0000840000FF0000840000000000000000000000FF0000
  1434.       8400FFFFFFFFFFFFFFFFFF00840000000000000000000000FF0000840000FF00
  1435.       FFFFFF00FF0000840000000000000000000000FF00008400FFFFFFFFFFFFFFFF
  1436.       FF00840000000000000000000000000000000000000000000000000000000000
  1437.       0000000000000000000000000000000000000000000000000000000000000000
  1438.       0000000000000000000000000000000000000000000000000000000000000000
  1439.       0000000000000000000000000000000000000000000000000000000000000000
  1440.       0000000000000000000000000000000000000000000000000000000000000000
  1441.       0000000000000000000000000000000000000000000000000000000000000000
  1442.       0000000000000000000000000000000000000000000000000000000000000000
  1443.       0000424D3E000000000000003E00000028000000240000002400000001000100
  1444.       00000000200100000000000000000000000000000000000000000000FFFFFF00
  1445.       0000000000000000000000000000000000000000000000000000000000000000
  1446.       0000000000000000000000000000000000000000000000000000000000000000
  1447.       0000000000000000008040200000000000000000000000000000000000000000
  1448.       0000000000000000000000000000000000000000000000000000000000000000
  1449.       0000000000000000C06030000000000000804020100000000000000000000000
  1450.       0000000000000000000000000000000000000000000000000000000000000000
  1451.       00000000000000000000000000000000C0603018000000000080402010000000
  1452.       0000000000000000000000000000000000000000000000000000000000000000
  1453.       000000000000000000000000000000000000000000000000C060301800000000
  1454.       00000000000000000000000000000000000000000000}
  1455.   end
  1456.   object PopupMenu1: TPopupMenu
  1457.     Left = 80
  1458.     Top = 88
  1459.     object Repeat1: TMenuItem
  1460.       Action = UndoAction
  1461.     end
  1462.     object R1: TMenuItem
  1463.       Action = RedoAction
  1464.     end
  1465.     object N4: TMenuItem
  1466.       Caption = '-'
  1467.     end
  1468.     object Cut2: TMenuItem
  1469.       Action = CutAction
  1470.     end
  1471.     object Copy2: TMenuItem
  1472.       Action = CopyAction
  1473.     end
  1474.     object I3: TMenuItem
  1475.       Action = InyouCopyAction
  1476.     end
  1477.     object Paste2: TMenuItem
  1478.       Action = PasteAction
  1479.     end
  1480.     object S5: TMenuItem
  1481.       Caption = 'ソスソスソス`(&S)'
  1482.       object S6: TMenuItem
  1483.         Action = SeikeiAction
  1484.       end
  1485.       object N30: TMenuItem
  1486.         Action = DivideLineAction
  1487.       end
  1488.       object N35: TMenuItem
  1489.         Action = CenterAlignAction
  1490.       end
  1491.       object N36: TMenuItem
  1492.         Action = LeftAlignAction
  1493.       end
  1494.       object N37: TMenuItem
  1495.         Action = RightAlignAction
  1496.       end
  1497.     end
  1498.     object N3: TMenuItem
  1499.       Caption = '-'
  1500.     end
  1501.     object D1: TMenuItem
  1502.       Action = FindUnderMarkAction
  1503.     end
  1504.     object O3: TMenuItem
  1505.       Action = FindOverMarkAction
  1506.     end
  1507.     object N5: TMenuItem
  1508.       Caption = 'ソス}ソス[ソスN(&K)'
  1509.       object N01: TMenuItem
  1510.         Action = SetMark0Action
  1511.       end
  1512.       object N11: TMenuItem
  1513.         Action = SetMark1Action
  1514.       end
  1515.       object N21: TMenuItem
  1516.         Action = SetMark2Action
  1517.       end
  1518.       object N31: TMenuItem
  1519.         Action = SetMark3Action
  1520.       end
  1521.       object N41: TMenuItem
  1522.         Action = SetMark4Action
  1523.       end
  1524.       object N51: TMenuItem
  1525.         Action = SetMark5Action
  1526.       end
  1527.       object N61: TMenuItem
  1528.         Action = SetMark6Action
  1529.       end
  1530.       object N71: TMenuItem
  1531.         Action = SetMark7Action
  1532.       end
  1533.       object N81: TMenuItem
  1534.         Action = SetMark8Action
  1535.       end
  1536.       object N91: TMenuItem
  1537.         Action = SetMark9Action
  1538.       end
  1539.     end
  1540.     object M3: TMenuItem
  1541.       Caption = 'ソス}ソス[ソスNソスヨ移難ソス(&M)'
  1542.       object N02: TMenuItem
  1543.         Action = JumpMark0Action
  1544.       end
  1545.       object N12: TMenuItem
  1546.         Action = JumpMark1Action
  1547.       end
  1548.       object N22: TMenuItem
  1549.         Action = JumpMark2Action
  1550.       end
  1551.       object N32: TMenuItem
  1552.         Action = JumpMark3Action
  1553.       end
  1554.       object N42: TMenuItem
  1555.         Action = JumpMark4Action
  1556.       end
  1557.       object N52: TMenuItem
  1558.         Action = JumpMark5Action
  1559.       end
  1560.       object N62: TMenuItem
  1561.         Action = JumpMark6Action
  1562.       end
  1563.       object N72: TMenuItem
  1564.         Action = JumpMark7Action
  1565.       end
  1566.       object N82: TMenuItem
  1567.         Action = JumpMark8Action
  1568.       end
  1569.       object N92: TMenuItem
  1570.         Action = JumpMark9Action
  1571.       end
  1572.     end
  1573.     object N6: TMenuItem
  1574.       Action = ToggleMarkAction
  1575.       Caption = 'ソスソスソスン行ソスフマソス[ソスNソス^ソス}ソス[ソスNソスソスソスソス'
  1576.     end
  1577.     object L1: TMenuItem
  1578.       Action = ShowMarkListAction
  1579.     end
  1580.   end
  1581. end
  1582.