home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMEDITTABLE / TFRMEDITTABLE.txt
Text File  |  2006-09-21  |  22KB  |  860 lines

  1. object frmEditTable: TfrmEditTable
  2.   Left = 194
  3.   Top = 108
  4.   ActiveControl = gridHTMLTable
  5.   BorderIcons = [biSystemMenu, biMaximize]
  6.   ClientHeight = 399
  7.   ClientWidth = 580
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Menu = menuMainMenu
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 16
  24.   object Panel2: TPanel
  25.     Left = 0
  26.     Top = 161
  27.     Width = 580
  28.     Height = 238
  29.     Align = alClient
  30.     BevelOuter = bvNone
  31.     Caption = 'Panel2'
  32.     TabOrder = 0
  33.     object PnlCaption: TPanel
  34.       Left = 0
  35.       Top = 0
  36.       Width = 580
  37.       Height = 18
  38.       Align = alTop
  39.       BevelOuter = bvNone
  40.       Color = clActiveCaption
  41.       Ctl3D = True
  42.       Font.Charset = DEFAULT_CHARSET
  43.       Font.Color = clCaptionText
  44.       Font.Height = -12
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = [fsBold]
  47.       ParentCtl3D = False
  48.       ParentFont = False
  49.       TabOrder = 0
  50.       object Panel8: TPanel
  51.         Left = 560
  52.         Top = 0
  53.         Width = 20
  54.         Height = 18
  55.         Align = alRight
  56.         BevelOuter = bvNone
  57.         Color = clActiveCaption
  58.         TabOrder = 0
  59.         object SpdBtnMaximize: TSpeedButton
  60.           Left = 0
  61.           Top = 2
  62.           Width = 17
  63.           Height = 15
  64.           Layout = blGlyphTop
  65.           OnClick = SpdBtnMaximizeClick
  66.         end
  67.       end
  68.     end
  69.     object PnlPreview: TPanel
  70.       Left = 0
  71.       Top = 18
  72.       Width = 580
  73.       Height = 220
  74.       Align = alClient
  75.       BevelInner = bvRaised
  76.       BevelOuter = bvNone
  77.       BorderStyle = bsSingle
  78.       TabOrder = 1
  79.       object gridHTMLTable: THTMLGrid
  80.         Left = 1
  81.         Top = 1
  82.         Width = 574
  83.         Height = 214
  84.         HelpContext = 5380
  85.         Alignment = talLeft
  86.         BorderSize = 1
  87.         CellPadding = 1
  88.         CellSpacing = 2
  89.         BackColor = -1
  90.         BorderColor = -1
  91.         LightBorderColor = -1
  92.         DarkBorderColor = -1
  93.         ColCount = 1
  94.         RowCount = 1
  95.         ExternalBorders = [ebLeft, ebRight, ebTop, ebBottom]
  96.         InternalBorders = ibAll
  97.         ShowNBSP = False
  98.         TagCase = tcUpper
  99.         AttrCase = tcUpper
  100.         UseNamedColors = False
  101.         Align = alClient
  102.         Ctl3D = True
  103.         Font.Charset = DEFAULT_CHARSET
  104.         Font.Color = clWindowText
  105.         Font.Height = -13
  106.         Font.Name = 'Arial'
  107.         Font.Style = []
  108.         ParentCtl3D = False
  109.         ParentFont = False
  110.         ParentShowHint = False
  111.         PopupMenu = popupTable
  112.         ShowHint = True
  113.         TabOrder = 0
  114.         TabStop = True
  115.         OnEnter = gridHTMLTableEnter
  116.         OnExit = gridHTMLTableExit
  117.         OnChangeSelection = gridHTMLTableChangeSelection
  118.         OnCellChanged = gridHTMLTableCellChanged
  119.         OnChange = gridHTMLTableChange
  120.         AlwaysShowBorder = True
  121.       end
  122.     end
  123.   end
  124.   object PnlTop: TPanel
  125.     Left = 0
  126.     Top = 0
  127.     Width = 580
  128.     Height = 161
  129.     Align = alTop
  130.     BevelOuter = bvNone
  131.     Font.Charset = ANSI_CHARSET
  132.     Font.Color = clWindowText
  133.     Font.Height = -11
  134.     Font.Name = 'MS Sans Serif'
  135.     Font.Style = []
  136.     ParentFont = False
  137.     TabOrder = 1
  138.     object gbProperties: TGroupBox
  139.       Left = 8
  140.       Top = 8
  141.       Width = 477
  142.       Height = 86
  143.       Font.Charset = DEFAULT_CHARSET
  144.       Font.Color = clBlack
  145.       Font.Height = -11
  146.       Font.Name = 'MS Sans Serif'
  147.       Font.Style = []
  148.       ParentFont = False
  149.       TabOrder = 0
  150.       object lblWidth: TLabel
  151.         Left = 8
  152.         Top = 29
  153.         Width = 3
  154.         Height = 13
  155.         Font.Charset = DEFAULT_CHARSET
  156.         Font.Color = clBlack
  157.         Font.Height = -11
  158.         Font.Name = 'MS Sans Serif'
  159.         Font.Style = []
  160.         ParentFont = False
  161.       end
  162.       object lblBorder: TLabel
  163.         Left = 162
  164.         Top = 29
  165.         Width = 3
  166.         Height = 13
  167.         Font.Charset = DEFAULT_CHARSET
  168.         Font.Color = clBlack
  169.         Font.Height = -11
  170.         Font.Name = 'MS Sans Serif'
  171.         Font.Style = []
  172.         ParentFont = False
  173.       end
  174.       object lblCellPadding: TLabel
  175.         Left = 282
  176.         Top = 29
  177.         Width = 3
  178.         Height = 13
  179.         Font.Charset = DEFAULT_CHARSET
  180.         Font.Color = clBlack
  181.         Font.Height = -11
  182.         Font.Name = 'MS Sans Serif'
  183.         Font.Style = []
  184.         ParentFont = False
  185.       end
  186.       object lblCellSpacing: TLabel
  187.         Left = 282
  188.         Top = 56
  189.         Width = 3
  190.         Height = 13
  191.         Font.Charset = DEFAULT_CHARSET
  192.         Font.Color = clBlack
  193.         Font.Height = -11
  194.         Font.Name = 'MS Sans Serif'
  195.         Font.Style = []
  196.         ParentFont = False
  197.       end
  198.       object lblHeight: TLabel
  199.         Left = 8
  200.         Top = 56
  201.         Width = 3
  202.         Height = 13
  203.         Font.Charset = DEFAULT_CHARSET
  204.         Font.Color = clBlack
  205.         Font.Height = -11
  206.         Font.Name = 'MS Sans Serif'
  207.         Font.Style = []
  208.         ParentFont = False
  209.       end
  210.       object CheckWidth: TCheckBox
  211.         Left = 120
  212.         Top = 29
  213.         Width = 31
  214.         Height = 13
  215.         HelpContext = 228
  216.         Caption = '%'
  217.         TabOrder = 0
  218.         OnClick = CheckWidthClick
  219.       end
  220.       object CheckHeight: TCheckBox
  221.         Left = 120
  222.         Top = 56
  223.         Width = 31
  224.         Height = 13
  225.         HelpContext = 228
  226.         Caption = '%'
  227.         TabOrder = 1
  228.         OnClick = CheckHeightClick
  229.       end
  230.       object spinWidth: TcxSpinEdit
  231.         Left = 64
  232.         Top = 25
  233.         ParentFont = False
  234.         Properties.ClearKey = 46
  235.         Properties.ImmediatePost = True
  236.         Properties.MaxValue = 9999.000000000000000000
  237.         Properties.OnChange = spinWidthChange
  238.         TabOrder = 2
  239.         Width = 50
  240.       end
  241.       object spinHeight: TcxSpinEdit
  242.         Left = 64
  243.         Top = 52
  244.         ParentFont = False
  245.         Properties.ClearKey = 46
  246.         Properties.ImmediatePost = True
  247.         Properties.MaxValue = 9999.000000000000000000
  248.         Properties.OnChange = spinHeightChange
  249.         TabOrder = 3
  250.         Width = 50
  251.       end
  252.       object spinBorder: TcxSpinEdit
  253.         Left = 213
  254.         Top = 25
  255.         ParentFont = False
  256.         Properties.ClearKey = 46
  257.         Properties.ImmediatePost = True
  258.         Properties.MaxValue = 9999.000000000000000000
  259.         Properties.OnChange = spinBorderChange
  260.         TabOrder = 4
  261.         Width = 50
  262.       end
  263.       object spinPadding: TcxSpinEdit
  264.         Left = 404
  265.         Top = 25
  266.         ParentFont = False
  267.         Properties.ClearKey = 46
  268.         Properties.ImmediatePost = True
  269.         Properties.MaxValue = 9999.000000000000000000
  270.         Properties.OnChange = spinCellPaddingCellChange
  271.         TabOrder = 5
  272.         Value = 1
  273.         Width = 50
  274.       end
  275.       object spinSpacing: TcxSpinEdit
  276.         Left = 404
  277.         Top = 52
  278.         ParentFont = False
  279.         Properties.ClearKey = 46
  280.         Properties.ImmediatePost = True
  281.         Properties.MaxValue = 9999.000000000000000000
  282.         Properties.OnChange = spinCellSpacingChange
  283.         TabOrder = 6
  284.         Value = 2
  285.         Width = 50
  286.       end
  287.     end
  288.     object BorderPnl: TPanel
  289.       Left = 502
  290.       Top = 0
  291.       Width = 78
  292.       Height = 161
  293.       Align = alRight
  294.       BevelOuter = bvNone
  295.       TabOrder = 2
  296.       object btnCancel: TButton
  297.         Left = 0
  298.         Top = 37
  299.         Width = 72
  300.         Height = 22
  301.         HelpContext = 44
  302.         Cancel = True
  303.         Font.Charset = DEFAULT_CHARSET
  304.         Font.Color = clBlack
  305.         Font.Height = -11
  306.         Font.Name = 'MS Sans Serif'
  307.         Font.Style = []
  308.         ModalResult = 2
  309.         ParentFont = False
  310.         TabOrder = 1
  311.         OnClick = btnCancelClick
  312.       end
  313.       object btnOk: TButton
  314.         Left = 0
  315.         Top = 12
  316.         Width = 72
  317.         Height = 22
  318.         HelpContext = 49
  319.         Default = True
  320.         Font.Charset = DEFAULT_CHARSET
  321.         Font.Color = clBlack
  322.         Font.Height = -11
  323.         Font.Name = 'MS Sans Serif'
  324.         Font.Style = []
  325.         ModalResult = 1
  326.         ParentFont = False
  327.         TabOrder = 0
  328.         OnClick = btnOkClick
  329.       end
  330.       object btnHelp: TButton
  331.         Left = 0
  332.         Top = 66
  333.         Width = 72
  334.         Height = 22
  335.         HelpContext = 7
  336.         Font.Charset = DEFAULT_CHARSET
  337.         Font.Color = clBlack
  338.         Font.Height = -11
  339.         Font.Name = 'MS Sans Serif'
  340.         Font.Style = []
  341.         ParentFont = False
  342.         TabOrder = 2
  343.         OnClick = btnHelpClick
  344.       end
  345.     end
  346.     object gbColors: TGroupBox
  347.       Left = 9
  348.       Top = 100
  349.       Width = 290
  350.       Height = 51
  351.       Font.Charset = DEFAULT_CHARSET
  352.       Font.Color = clBlack
  353.       Font.Height = -11
  354.       Font.Name = 'MS Sans Serif'
  355.       Font.Style = []
  356.       ParentFont = False
  357.       TabOrder = 1
  358.       object lblBackColor: TLabel
  359.         Left = 8
  360.         Top = 24
  361.         Width = 3
  362.         Height = 13
  363.         Font.Charset = DEFAULT_CHARSET
  364.         Font.Color = clBlack
  365.         Font.Height = -11
  366.         Font.Name = 'MS Sans Serif'
  367.         Font.Style = []
  368.         ParentFont = False
  369.       end
  370.       object lblBorderColor: TLabel
  371.         Left = 158
  372.         Top = 24
  373.         Width = 3
  374.         Height = 13
  375.         Font.Charset = DEFAULT_CHARSET
  376.         Font.Color = clBlack
  377.         Font.Height = -11
  378.         Font.Name = 'MS Sans Serif'
  379.         Font.Style = []
  380.         ParentFont = False
  381.       end
  382.       object exp1: TImage
  383.         Left = 144
  384.         Top = 24
  385.         Width = 13
  386.         Height = 12
  387.         AutoSize = True
  388.       end
  389.       object cboxBackColor: TcxColorComboBox
  390.         Left = 83
  391.         Top = 21
  392.         ParentFont = False
  393.         Properties.AllowSelectColor = True
  394.         Properties.ClearKey = 46
  395.         Properties.ColorBoxWidth = 17
  396.         Properties.ColorComboStyle = cxccsComboList
  397.         Properties.ColorDialogType = cxcdtCustom
  398.         Properties.CustomColors = <>
  399.         Properties.ImmediatePost = True
  400.         Properties.ImmediateUpdateText = True
  401.         Properties.NamingConvention = cxncHTML4
  402.         Properties.PrepareList = cxplHTML4
  403.         Properties.Revertable = True
  404.         Properties.ShowDescriptions = False
  405.         Properties.OnChange = colbtnBackColorColorChange
  406.         Properties.OnSelectCustomColor = cboxBackColorPropertiesSelectCustomColor
  407.         TabOrder = 0
  408.         Width = 55
  409.       end
  410.       object cboxBorderColor: TcxColorComboBox
  411.         Left = 204
  412.         Top = 20
  413.         ParentFont = False
  414.         Properties.AllowSelectColor = True
  415.         Properties.ClearKey = 46
  416.         Properties.ColorBoxWidth = 17
  417.         Properties.ColorComboStyle = cxccsComboList
  418.         Properties.ColorDialogType = cxcdtCustom
  419.         Properties.CustomColors = <>
  420.         Properties.ImmediatePost = True
  421.         Properties.ImmediateUpdateText = True
  422.         Properties.NamingConvention = cxncHTML4
  423.         Properties.PrepareList = cxplHTML4
  424.         Properties.Revertable = True
  425.         Properties.ShowDescriptions = False
  426.         Properties.OnChange = colbtnBorderColorColorChange
  427.         Properties.OnSelectCustomColor = cboxBackColorPropertiesSelectCustomColor
  428.         TabOrder = 1
  429.         Width = 55
  430.       end
  431.     end
  432.     object gbAlign: TGroupBox
  433.       Left = 305
  434.       Top = 100
  435.       Width = 180
  436.       Height = 51
  437.       TabOrder = 3
  438.       object ComboAlign: TComboBox
  439.         Left = 8
  440.         Top = 20
  441.         Width = 165
  442.         Height = 21
  443.         HelpContext = 1037
  444.         Style = csDropDownList
  445.         Font.Charset = ANSI_CHARSET
  446.         Font.Color = clWindowText
  447.         Font.Height = -11
  448.         Font.Name = 'Microsoft Sans Serif'
  449.         Font.Style = []
  450.         ItemHeight = 13
  451.         ParentFont = False
  452.         TabOrder = 0
  453.         OnChange = rgAlignClick
  454.       end
  455.     end
  456.   end
  457.   object popupTable: TPopupMenu
  458.     OnPopup = popupTablePopup
  459.     Left = 525
  460.     Top = 274
  461.     object miEditTable: TMenuItem
  462.       ImageIndex = 36
  463.       OnClick = mmiEditTableExecute
  464.     end
  465.     object mnuEditCell: TMenuItem
  466.       OnClick = mnuEditCellClick
  467.     end
  468.     object mnuFormat: TMenuItem
  469.       object mnuFont: TMenuItem
  470.         ImageIndex = 73
  471.         ShortCut = 16452
  472.         OnClick = mnuFontClick
  473.       end
  474.       object mnuHeader: TMenuItem
  475.         ImageIndex = 77
  476.         object mnuH1: TMenuItem
  477.           ShortCut = 24625
  478.           OnClick = mmiBoldExecute
  479.         end
  480.         object mnuH2: TMenuItem
  481.           ShortCut = 24626
  482.           OnClick = mmiBoldExecute
  483.         end
  484.         object mnuH3: TMenuItem
  485.           ShortCut = 24627
  486.           OnClick = mmiBoldExecute
  487.         end
  488.         object mnuH4: TMenuItem
  489.           ShortCut = 24628
  490.           OnClick = mmiBoldExecute
  491.         end
  492.         object mnuH5: TMenuItem
  493.           ShortCut = 24629
  494.           OnClick = mmiBoldExecute
  495.         end
  496.         object mnuH6: TMenuItem
  497.           ShortCut = 24630
  498.           OnClick = mmiBoldExecute
  499.         end
  500.       end
  501.       object mnuBold: TMenuItem
  502.         ImageIndex = 74
  503.         ShortCut = 16455
  504.         OnClick = mmiBoldExecute
  505.       end
  506.       object mnuItalic: TMenuItem
  507.         ImageIndex = 75
  508.         ShortCut = 16457
  509.         OnClick = mmiBoldExecute
  510.       end
  511.       object mnuUnderline: TMenuItem
  512.         ImageIndex = 76
  513.         ShortCut = 16469
  514.         OnClick = mmiBoldExecute
  515.       end
  516.       object mnuAlignLeft: TMenuItem
  517.         ImageIndex = 79
  518.         ShortCut = 24647
  519.         OnClick = mmiBoldExecute
  520.       end
  521.       object mnuAlignCenter: TMenuItem
  522.         ImageIndex = 78
  523.         ShortCut = 16453
  524.         OnClick = mmiBoldExecute
  525.       end
  526.       object mnuAlignRight: TMenuItem
  527.         ImageIndex = 80
  528.         ShortCut = 24644
  529.         OnClick = mmiBoldExecute
  530.       end
  531.       object mnuJustify: TMenuItem
  532.         ImageIndex = 81
  533.         ShortCut = 24650
  534.         OnClick = mmiBoldExecute
  535.       end
  536.       object N2: TMenuItem
  537.         Caption = '-'
  538.       end
  539.       object mnuBR: TMenuItem
  540.         ImageIndex = 83
  541.         ShortCut = 16450
  542.         OnClick = mmiBoldExecute
  543.       end
  544.       object mnuNoBr: TMenuItem
  545.         ImageIndex = 92
  546.         OnClick = mmiBoldExecute
  547.       end
  548.       object mnuPara: TMenuItem
  549.         ImageIndex = 84
  550.         ShortCut = 16464
  551.         OnClick = mmiBoldExecute
  552.       end
  553.       object mnuComment: TMenuItem
  554.         ImageIndex = 86
  555.         ShortCut = 49229
  556.         OnClick = mmiBoldExecute
  557.       end
  558.       object N3: TMenuItem
  559.         Caption = '-'
  560.       end
  561.       object mnuImage: TMenuItem
  562.         ImageIndex = 44
  563.         ShortCut = 41031
  564.         OnClick = mnuImageClick
  565.       end
  566.       object mnuImageMap: TMenuItem
  567.         ImageIndex = 45
  568.         ShortCut = 41037
  569.         OnClick = mnuImageMapClick
  570.       end
  571.       object mnuLink: TMenuItem
  572.         ImageIndex = 46
  573.         ShortCut = 41048
  574.         OnClick = mnuLinkClick
  575.       end
  576.       object mnuInternalLink: TMenuItem
  577.         ImageIndex = 47
  578.         ShortCut = 41033
  579.         OnClick = mnuInternalLinkClick
  580.       end
  581.     end
  582.     object N1: TMenuItem
  583.       Caption = '-'
  584.     end
  585.     object miUndo: TMenuItem
  586.       ImageIndex = 5
  587.       ShortCut = 16474
  588.       OnClick = mmiUndoExecute
  589.     end
  590.     object miRedo: TMenuItem
  591.       ImageIndex = 6
  592.       ShortCut = 16473
  593.       OnClick = mmiRedoExecute
  594.     end
  595.     object miCut: TMenuItem
  596.       ImageIndex = 7
  597.       ShortCut = 16472
  598.       OnClick = mmiCutExecute
  599.     end
  600.     object miCopy: TMenuItem
  601.       ImageIndex = 8
  602.       ShortCut = 16451
  603.       OnClick = mmiCopyExecute
  604.     end
  605.     object miPaste: TMenuItem
  606.       ImageIndex = 9
  607.       ShortCut = 16470
  608.       OnClick = mmiPasteExecute
  609.     end
  610.     object miErase: TMenuItem
  611.       OnClick = mmiEraseExecute
  612.     end
  613.     object miLine1: TMenuItem
  614.       Caption = '-'
  615.     end
  616.     object miSelectRows: TMenuItem
  617.       OnClick = mmiSelectRowExecute
  618.     end
  619.     object miSelectColumns: TMenuItem
  620.       OnClick = mmiSelectColumnExecute
  621.     end
  622.     object miSelectTable: TMenuItem
  623.       OnClick = mmiSelectTableExecute
  624.     end
  625.     object miLine2: TMenuItem
  626.       Caption = '-'
  627.     end
  628.     object miInsertCells: TMenuItem
  629.       OnClick = mmiInsertCellsExecute
  630.     end
  631.     object miInsertRows: TMenuItem
  632.       OnClick = mmiInsertRowsExecute
  633.     end
  634.     object miInsertColumns: TMenuItem
  635.       OnClick = mmiInsertColumnsExecute
  636.     end
  637.     object miDeleteCells: TMenuItem
  638.       OnClick = mmiDeleteCellsExecute
  639.     end
  640.     object miDeleteRows: TMenuItem
  641.       OnClick = mmiDeleteRowsExecute
  642.     end
  643.     object miDeleteColumns: TMenuItem
  644.       OnClick = mmiDeleteColumnsExecute
  645.     end
  646.     object miSplitCells: TMenuItem
  647.       OnClick = mmiSplitCellsExecute
  648.     end
  649.     object miMergeCells: TMenuItem
  650.       OnClick = mmiMergeCellsExecute
  651.     end
  652.     object miMergeRows: TMenuItem
  653.       OnClick = mmiMergeRowsExecute
  654.     end
  655.     object miMergeColumns: TMenuItem
  656.       OnClick = mmiMergeColumnsExecute
  657.     end
  658.     object miDistrRows: TMenuItem
  659.       OnClick = mmiDistrRowsExecute
  660.     end
  661.     object miDistrColumns: TMenuItem
  662.       OnClick = attrDistrColumnsExecute
  663.     end
  664.     object miLine3: TMenuItem
  665.       Caption = '-'
  666.     end
  667.     object miAddTableProp: TMenuItem
  668.       OnClick = mmiAddTablePropExecute
  669.     end
  670.     object miCellProp: TMenuItem
  671.       OnClick = mmiCellPropExecute
  672.     end
  673.     object miRowProp: TMenuItem
  674.       OnClick = mmiRowPropExecute
  675.     end
  676.     object miColumnProp: TMenuItem
  677.       OnClick = mmiColPropExecute
  678.     end
  679.     object miHeader: TMenuItem
  680.       OnClick = mmiHeaderExecute
  681.     end
  682.     object miFooter: TMenuItem
  683.       OnClick = mmiFooterExecute
  684.     end
  685.   end
  686.   object menuMainMenu: TMainMenu
  687.     Left = 543
  688.     Top = 96
  689.     object mmiFile: TMenuItem
  690.       object mmiNewtable: TMenuItem
  691.         ImageIndex = 36
  692.         ShortCut = 16462
  693.         OnClick = mmiNewTableExecute
  694.       end
  695.       object mmiLoadtable: TMenuItem
  696.         ImageIndex = 1
  697.         ShortCut = 16463
  698.         OnClick = mmiLoadtableExecute
  699.       end
  700.       object N4: TMenuItem
  701.         Caption = '-'
  702.       end
  703.       object mmiSavetable: TMenuItem
  704.         ImageIndex = 3
  705.         ShortCut = 16467
  706.         OnClick = mmiSavetableClick
  707.       end
  708.       object mmiSaveAsTable: TMenuItem
  709.         OnClick = mmiSavetableClick
  710.       end
  711.       object mmiLine1: TMenuItem
  712.         Caption = '-'
  713.       end
  714.       object mmiClose: TMenuItem
  715.         ShortCut = 16499
  716.         OnClick = mmiCloseClick
  717.       end
  718.     end
  719.     object mmiEdit: TMenuItem
  720.       object mmiUndo: TMenuItem
  721.         ImageIndex = 5
  722.         ShortCut = 16474
  723.         OnClick = mmiUndoExecute
  724.       end
  725.       object mmiRedo: TMenuItem
  726.         ImageIndex = 6
  727.         ShortCut = 16473
  728.         OnClick = mmiRedoExecute
  729.       end
  730.       object mmiLine2: TMenuItem
  731.         Caption = '-'
  732.       end
  733.       object mmiCut: TMenuItem
  734.         ImageIndex = 7
  735.         ShortCut = 16472
  736.         OnClick = mmiCutExecute
  737.       end
  738.       object mmiCopy: TMenuItem
  739.         ImageIndex = 8
  740.         ShortCut = 16451
  741.         OnClick = mmiCopyExecute
  742.       end
  743.       object mmiPaste: TMenuItem
  744.         ImageIndex = 9
  745.         ShortCut = 16470
  746.         OnClick = mmiPasteExecute
  747.       end
  748.       object mmiLine3: TMenuItem
  749.         Caption = '-'
  750.       end
  751.       object mmiErase: TMenuItem
  752.         OnClick = mmiEraseExecute
  753.       end
  754.       object mmiEraserow: TMenuItem
  755.         OnClick = mmiEraserowExecute
  756.       end
  757.       object mmiErasecolumn: TMenuItem
  758.         OnClick = mmiEraseColumnExecute
  759.       end
  760.       object mmiErasetable: TMenuItem
  761.         OnClick = mmiEraseTableExecute
  762.       end
  763.       object mmiLine4: TMenuItem
  764.         Caption = '-'
  765.       end
  766.       object mmiSelectRow: TMenuItem
  767.         OnClick = mmiSelectRowExecute
  768.       end
  769.       object mmiSelectcolumn: TMenuItem
  770.         OnClick = mmiSelectColumnExecute
  771.       end
  772.       object mmiSelecttable: TMenuItem
  773.         OnClick = mmiSelectTableExecute
  774.       end
  775.     end
  776.     object mmiOptions: TMenuItem
  777.       object mmiShowNoBreakSpace: TMenuItem
  778.         OnClick = mmiShowNoBreakSpaceExecute
  779.       end
  780.       object mmiForceAllTags: TMenuItem
  781.         OnClick = mmiForceAllTagsClick
  782.       end
  783.       object mmiAlwaysShowBorders: TMenuItem
  784.         Checked = True
  785.         OnClick = mmiAlwaysShowBordersClick
  786.       end
  787.       object mmiUseNamedColors: TMenuItem
  788.         OnClick = mmiUseNamedColorsExecute
  789.       end
  790.     end
  791.     object mmiTable: TMenuItem
  792.       OnClick = popupTablePopup
  793.       object mmiEditTable: TMenuItem
  794.         ImageIndex = 36
  795.         OnClick = mmiEditTableExecute
  796.       end
  797.       object mmiEditCell: TMenuItem
  798.         OnClick = mnuEditCellClick
  799.       end
  800.       object N5: TMenuItem
  801.         Caption = '-'
  802.       end
  803.       object mmiInsertcells: TMenuItem
  804.         OnClick = mmiInsertCellsExecute
  805.       end
  806.       object mmiDeletecells: TMenuItem
  807.         OnClick = mmiDeleteCellsExecute
  808.       end
  809.       object mmiMergecells: TMenuItem
  810.         OnClick = mmiMergeCellsExecute
  811.       end
  812.       object mmiSplitcells: TMenuItem
  813.         OnClick = mmiSplitCellsExecute
  814.       end
  815.       object mmiLine5: TMenuItem
  816.         Caption = '-'
  817.       end
  818.       object mmiInsertcolumns: TMenuItem
  819.         OnClick = mmiInsertColumnsExecute
  820.       end
  821.       object mmiDeletecolumns: TMenuItem
  822.         OnClick = mmiDeleteColumnsExecute
  823.       end
  824.       object mmiMergecolumns: TMenuItem
  825.         OnClick = mmiMergeColumnsExecute
  826.       end
  827.       object mmiLine6: TMenuItem
  828.         Caption = '-'
  829.       end
  830.       object mmiInsertrows: TMenuItem
  831.         OnClick = mmiInsertRowsExecute
  832.       end
  833.       object mmiDeleterows: TMenuItem
  834.         OnClick = mmiDeleteRowsExecute
  835.       end
  836.       object mmiMergerows: TMenuItem
  837.         OnClick = mmiMergeRowsExecute
  838.       end
  839.       object mmiLine7: TMenuItem
  840.         Caption = '-'
  841.       end
  842.       object mmiCellProp: TMenuItem
  843.         OnClick = mmiCellPropExecute
  844.       end
  845.       object mmiRowProp: TMenuItem
  846.         OnClick = mmiRowPropExecute
  847.       end
  848.       object mmiColumnProp: TMenuItem
  849.         OnClick = mmiColPropExecute
  850.       end
  851.       object mmiLine8: TMenuItem
  852.         Caption = '-'
  853.       end
  854.       object mmiAdditionalTableProp: TMenuItem
  855.         OnClick = mmiAddTablePropExecute
  856.       end
  857.     end
  858.   end
  859. end
  860.