home *** CD-ROM | disk | FTP | other *** search
/ IT.SOFT 22 / ITSOFTCD_22.iso / pc / shareware22 / file / HTMLTOOL.ZIP / HTMLTOOL.exe / 0 / RCDATA / TFRMCHILD / TFRMCHILD.txt < prev   
Encoding:
Text File  |  1998-01-30  |  5.9 KB  |  265 lines

  1. object FrmChild: TFrmChild
  2.   Left = 201
  3.   Top = 139
  4.   Width = 448
  5.   Height = 264
  6.   Caption = ' '
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poDefault
  14.   Visible = True
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object MemText: TRichEdit
  21.     Left = 0
  22.     Top = 0
  23.     Width = 440
  24.     Height = 228
  25.     Align = alClient
  26.     Font.Color = clNavy
  27.     Font.Height = -96
  28.     Font.Name = 'Wingdings'
  29.     Font.Style = [fsBold, fsItalic]
  30.     HideSelection = False
  31.     HideScrollBars = False
  32.     ParentFont = False
  33.     PlainText = True
  34.     PopupMenu = TextPopup
  35.     ScrollBars = ssBoth
  36.     TabOrder = 0
  37.     WantTabs = True
  38.     OnChange = MemTextChange
  39.     OnDragDrop = MemTextDragDrop
  40.     OnDragOver = MemTextDragOver
  41.     OnKeyDown = MemTextKeyDown
  42.     OnKeyUp = MemTextKeyUp
  43.     OnMouseDown = MemTextMouseDown
  44.   end
  45.   object pnlStatus: TPanel
  46.     Left = 0
  47.     Top = 228
  48.     Width = 440
  49.     Height = 12
  50.     Align = alBottom
  51.     BevelOuter = bvNone
  52.     TabOrder = 1
  53.     object lblCaret: TLabel
  54.       Left = 0
  55.       Top = 0
  56.       Width = 145
  57.       Height = 12
  58.       Align = alLeft
  59.       Font.Color = clBlack
  60.       Font.Height = -11
  61.       Font.Name = 'MS Sans Serif'
  62.       Font.Style = []
  63.       ParentFont = False
  64.     end
  65.     object lblModified: TLabel
  66.       Left = 391
  67.       Top = 0
  68.       Width = 49
  69.       Height = 12
  70.       Align = alRight
  71.       Font.Color = clBlack
  72.       Font.Height = -11
  73.       Font.Name = 'MS Sans Serif'
  74.       Font.Style = []
  75.       ParentFont = False
  76.     end
  77.   end
  78.   object TextPopup: TPopupMenu
  79.     OnPopup = TextPopupPopup
  80.     Left = 8
  81.     Top = 128
  82.     object RightClickItem: TMenuItem
  83.       Caption = ' '
  84.       Default = True
  85.       ShortCut = 0
  86.       Visible = False
  87.     end
  88.     object RightClickSpacer: TMenuItem
  89.       Caption = '-'
  90.       ShortCut = 0
  91.       Visible = False
  92.     end
  93.     object FileMenu: TMenuItem
  94.       Caption = '&File'
  95.       ShortCut = 0
  96.       object MnuClose: TMenuItem
  97.         Caption = '&Close'
  98.         ShortCut = 0
  99.         OnClick = MnuCloseClick
  100.       end
  101.       object New: TMenuItem
  102.         Caption = '&New ...'
  103.         ShortCut = 0
  104.         OnClick = NewClick
  105.       end
  106.       object Open: TMenuItem
  107.         Caption = '&Open ...'
  108.         ShortCut = 0
  109.         OnClick = OpenClick
  110.       end
  111.       object Save: TMenuItem
  112.         Caption = '&Save'
  113.         ShortCut = 0
  114.         OnClick = SaveClick
  115.       end
  116.       object SaveAs: TMenuItem
  117.         Caption = 'Save &as ...'
  118.         ShortCut = 0
  119.         OnClick = SaveAsClick
  120.       end
  121.       object N5: TMenuItem
  122.         Caption = '-'
  123.         ShortCut = 0
  124.       end
  125.       object CloseAll: TMenuItem
  126.         Caption = 'C&lose all'
  127.         ShortCut = 0
  128.         OnClick = CloseAllClick
  129.       end
  130.     end
  131.     object N4: TMenuItem
  132.       Caption = '-'
  133.       ShortCut = 0
  134.     end
  135.     object MnuRemove: TMenuItem
  136.       Caption = 'C&lear'
  137.       ShortCut = 0
  138.       OnClick = MnuRemoveClick
  139.     end
  140.     object MnuCut: TMenuItem
  141.       Caption = '&Cut'
  142.       ShortCut = 0
  143.       OnClick = MnuCutClick
  144.     end
  145.     object MnuCopy: TMenuItem
  146.       Caption = 'C&opy'
  147.       ShortCut = 0
  148.       OnClick = MnuCopyClick
  149.     end
  150.     object MnuPaste: TMenuItem
  151.       Caption = 'P&aste'
  152.       ShortCut = 0
  153.       OnClick = MnuPasteClick
  154.     end
  155.     object SelectAll: TMenuItem
  156.       Caption = '&Select all'
  157.       ShortCut = 0
  158.       OnClick = SelectAllClick
  159.     end
  160.     object N1: TMenuItem
  161.       Caption = '-'
  162.       ShortCut = 0
  163.     end
  164.     object TestPage: TMenuItem
  165.       Caption = '&Preview page'
  166.       ShortCut = 120
  167.       OnClick = TestPageClick
  168.     end
  169.     object FileWeight: TMenuItem
  170.       Caption = 'File &weight ...'
  171.       ShortCut = 0
  172.       OnClick = FileWeightClick
  173.     end
  174.     object N3: TMenuItem
  175.       Caption = '-'
  176.       ShortCut = 0
  177.     end
  178.     object Tags: TMenuItem
  179.       Caption = '&Tags'
  180.       ShortCut = 0
  181.       object Bold: TMenuItem
  182.         Caption = '&Bold'
  183.         ShortCut = 16450
  184.         OnClick = BoldClick
  185.       end
  186.       object Italic: TMenuItem
  187.         Caption = '&Italic'
  188.         ShortCut = 0
  189.         OnClick = ItalicClick
  190.       end
  191.       object Preformatted: TMenuItem
  192.         Caption = 'Prefor&matted'
  193.         ShortCut = 0
  194.         OnClick = PreformattedClick
  195.       end
  196.       object N2: TMenuItem
  197.         Caption = '-'
  198.         ShortCut = 0
  199.       end
  200.       object ListItem: TMenuItem
  201.         Caption = '&List item'
  202.         ShortCut = 0
  203.         OnClick = ListItemClick
  204.       end
  205.       object UnorderedListTag: TMenuItem
  206.         Caption = '&Unordered list ...'
  207.         ShortCut = 0
  208.         OnClick = UnorderedListTagClick
  209.       end
  210.     end
  211.     object Selection: TMenuItem
  212.       Caption = 'Select&ion'
  213.       ShortCut = 0
  214.       object MnuStripTags: TMenuItem
  215.         Caption = '&Strip tags'
  216.         ShortCut = 0
  217.         OnClick = MnuStripTagsClick
  218.       end
  219.       object N6: TMenuItem
  220.         Caption = '-'
  221.         ShortCut = 0
  222.       end
  223.       object OrderedList: TMenuItem
  224.         Caption = 'Convert lines to &ordered list'
  225.         ShortCut = 0
  226.         OnClick = OrderedListClick
  227.       end
  228.       object UnorderedList: TMenuItem
  229.         Caption = '&Convert lines to unordered list'
  230.         ShortCut = 0
  231.         OnClick = UnorderedListClick
  232.       end
  233.       object ConvertToTable: TMenuItem
  234.         Caption = 'Convert lines to &table ...'
  235.         ShortCut = 0
  236.         OnClick = ConvertToTableClick
  237.       end
  238.       object AddBR: TMenuItem
  239.         Caption = 'Add line &breaks'
  240.         ShortCut = 0
  241.         OnClick = AddBRClick
  242.       end
  243.       object N7: TMenuItem
  244.         Caption = '-'
  245.         ShortCut = 0
  246.       end
  247.       object LowerCase: TMenuItem
  248.         Caption = '&Lowercase'
  249.         ShortCut = 0
  250.         OnClick = LowerCaseClick
  251.       end
  252.       object UpperCase: TMenuItem
  253.         Caption = '&Uppercase'
  254.         ShortCut = 0
  255.         OnClick = UpperCaseClick
  256.       end
  257.     end
  258.     object MnuWordWrap: TMenuItem
  259.       Caption = 'Wo&rd wrap'
  260.       ShortCut = 0
  261.       OnClick = MnuWordWrapClick
  262.     end
  263.   end
  264. end
  265.