home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 May / PCWorld_1999-05_cd.bin / NOVINKY / SuperMem / SM98 / SM98.EXE / 0 / RCDATA / TELWIND / TELWIND.txt
Encoding:
Text File  |  1999-03-17  |  121.1 KB  |  3,069 lines

  1. object ElWind: TElWind
  2.   Left = 370
  3.   Top = 197
  4.   Width = 674
  5.   Height = 488
  6.   HelpContext = 18
  7.   Caption = 'Knowledge element'
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   FormStyle = fsMDIChild
  11.   Menu = HiddenSMMenu
  12.   OldCreateOrder = True
  13.   Position = poDefault
  14.   Scaled = False
  15.   ShowHint = True
  16.   Visible = True
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnDeactivate = FormDeactivate
  22.   OnDragDrop = FormDragDrop
  23.   OnDragOver = FormDragOver
  24.   OnKeyDown = FormKeyDown
  25.   OnMouseDown = FormMouseDown
  26.   OnResize = FormResize
  27.   PixelsPerInch = 120
  28.   TextHeight = 16
  29.   object ScrollBox1: TScrollBox
  30.     Left = 0
  31.     Top = 85
  32.     Width = 666
  33.     Height = 334
  34.     Align = alClient
  35.     Color = clBtnFace
  36.     ParentColor = False
  37.     TabOrder = 0
  38.     OnDragDrop = FormDragDrop
  39.     OnDragOver = FormDragOver
  40.     OnMouseMove = FormMouseMove
  41.     object PaintBox1: TPaintBox
  42.       Left = 0
  43.       Top = 0
  44.       Width = 662
  45.       Height = 330
  46.       Align = alClient
  47.       Color = clMaroon
  48.       ParentColor = False
  49.       OnDragDrop = FormDragDrop
  50.       OnDragOver = FormDragOver
  51.       OnMouseDown = FormMouseDown
  52.       OnMouseMove = FormMouseMove
  53.       OnPaint = PaintBox1Paint
  54.     end
  55.     object Shadow: TShape
  56.       Left = 95
  57.       Top = 136
  58.       Width = 41
  59.       Height = 33
  60.       Brush.Color = clBtnShadow
  61.       Pen.Style = psClear
  62.       Visible = False
  63.       OnMouseDown = ShadowMouseDown
  64.       OnMouseMove = ShadowMouseMove
  65.     end
  66.     object DummyPrevious: TSpeedButton
  67.       Left = 8
  68.       Top = 16
  69.       Width = 25
  70.       Height = 25
  71.       Visible = False
  72.     end
  73.     object SpellResult: TMemo
  74.       Left = 184
  75.       Top = 104
  76.       Width = 153
  77.       Height = 25
  78.       Font.Charset = DEFAULT_CHARSET
  79.       Font.Color = clWindowText
  80.       Font.Height = -13
  81.       Font.Name = 'MS Sans Serif'
  82.       Font.Style = []
  83.       ParentFont = False
  84.       ReadOnly = True
  85.       TabOrder = 0
  86.       Visible = False
  87.     end
  88.     object Panel1: TPanel
  89.       Left = 96
  90.       Top = 184
  91.       Width = 185
  92.       Height = 41
  93.       Alignment = taLeftJustify
  94.       Caption = 'AdvImage'
  95.       TabOrder = 1
  96.       Visible = False
  97.       object AdvImage: TAdvImage
  98.         Left = 96
  99.         Top = 8
  100.         Width = 25
  101.         Height = 25
  102.         Color = clLime
  103.         ParentColor = False
  104.         Visible = False
  105.         BevelWidth = 1
  106.         GIFAnimate = False
  107.         ShowFrame3D = False
  108.         StretchRatio = False
  109.         CenterView = False
  110.         ShowEmptyLabel = False
  111.         JPEGPixelFormat = jf24Bit
  112.         JPEGScale = jsFullSize
  113.         JPEGGrayscale = False
  114.         JPEGPerformance = jpBestQuality
  115.         JPEGSmoothing = False
  116.         JPEGProgressiveEncoding = False
  117.         JPEGCompressionQuality = 0
  118.         JPEGProgressiveDisplay = False
  119.         Checked = False
  120.         CheckColor = clRed
  121.         GifAnimateSpeed = 10
  122.         EmptyLabel = 'Empty'
  123.       end
  124.     end
  125.   end
  126.   object BottomNotebook: TNotebook
  127.     Left = 0
  128.     Top = 419
  129.     Width = 666
  130.     Height = 38
  131.     Cursor = crArrow
  132.     Align = alBottom
  133.     Color = clBtnFace
  134.     PageIndex = 3
  135.     ParentColor = False
  136.     TabOrder = 1
  137.     object TPage
  138.       Left = 0
  139.       Top = 0
  140.       Caption = 'Display'
  141.       object TopicStatus: TPanel
  142.         Left = 508
  143.         Top = 2
  144.         Width = 289
  145.         Height = 34
  146.         Alignment = taLeftJustify
  147.         BevelOuter = bvNone
  148.         Caption = 'TopicStatus'
  149.         TabOrder = 0
  150.         OnDblClick = ParametersClick
  151.       end
  152.       object Dismiss: TButton
  153.         Left = 416
  154.         Top = 3
  155.         Width = 88
  156.         Height = 35
  157.         Cursor = crArrow
  158.         Hint = 'Ignore the displayed element in the learning process (Ctrl+D)'
  159.         Caption = '&Dismiss'
  160.         ParentShowHint = False
  161.         ShowHint = True
  162.         TabOrder = 1
  163.         TabStop = False
  164.         OnClick = DismissClick
  165.         OnKeyDown = FormKeyDown
  166.       end
  167.       object ResetButton: TButton
  168.         Left = 328
  169.         Top = 3
  170.         Width = 88
  171.         Height = 35
  172.         Cursor = crArrow
  173.         Hint = 
  174.           'Remove the currently displayed element from the learning process' +
  175.           ' (Ctrl+R)'
  176.         Caption = 'Fo&rget'
  177.         ParentShowHint = False
  178.         ShowHint = True
  179.         TabOrder = 2
  180.         TabStop = False
  181.         OnClick = ResetButtonClick
  182.         OnKeyDown = FormKeyDown
  183.       end
  184.       object Commit: TButton
  185.         Left = 224
  186.         Top = 3
  187.         Width = 104
  188.         Height = 35
  189.         Cursor = crArrow
  190.         Hint = 
  191.           'Memorize the currently displayed element (i.e. enter it into the' +
  192.           ' learning process)(Ctrl+M)'
  193.         Caption = 'Re&member'
  194.         ParentShowHint = False
  195.         ShowHint = True
  196.         TabOrder = 3
  197.         TabStop = False
  198.         OnClick = CommitClick
  199.         OnKeyDown = FormKeyDown
  200.       end
  201.       object Learn: TButton
  202.         Left = 0
  203.         Top = 3
  204.         Width = 120
  205.         Height = 35
  206.         Cursor = crArrow
  207.         Hint = 'Repeat outstanding material or learn new elements (Ctrl+L)'
  208.         Caption = 'Learn'
  209.         Default = True
  210.         ParentShowHint = False
  211.         ShowHint = True
  212.         TabOrder = 4
  213.         OnClick = LearnClick
  214.         OnKeyDown = FormKeyDown
  215.       end
  216.       object AddNew: TButton
  217.         Left = 120
  218.         Top = 3
  219.         Width = 104
  220.         Height = 35
  221.         Hint = 'Add a new question-and-answer pair (Ctrl+A)'
  222.         HelpContext = 13
  223.         Caption = 'Add new'
  224.         TabOrder = 5
  225.         OnClick = AddNewClick
  226.         OnKeyDown = FormKeyDown
  227.       end
  228.     end
  229.     object TPage
  230.       Left = 0
  231.       Top = 0
  232.       Caption = 'Show Answer'
  233.       object LeechPaintBox: TPaintBox
  234.         Left = 285
  235.         Top = 6
  236.         Width = 361
  237.         Height = 25
  238.         Hint = 
  239.           'This bright bar indicates a leech (i.e. an element that is very ' +
  240.           'difficult)'
  241.         Color = clPurple
  242.         ParentColor = False
  243.         Visible = False
  244.         OnPaint = LeechPaintBoxPaint
  245.       end
  246.       object LeechLabel: TLabel
  247.         Left = 290
  248.         Top = 7
  249.         Width = 47
  250.         Height = 19
  251.         Hint = 
  252.           'This bright bar indicates a leech (i.e. an element that is very ' +
  253.           'difficult)'
  254.         Caption = 'Leech'
  255.         Color = clBtnFace
  256.         Font.Charset = ANSI_CHARSET
  257.         Font.Color = clBlack
  258.         Font.Height = -17
  259.         Font.Name = 'Arial'
  260.         Font.Style = [fsBold]
  261.         ParentColor = False
  262.         ParentFont = False
  263.         Transparent = True
  264.         Visible = False
  265.       end
  266.       object ShowAnswerButton: TButton
  267.         Left = 0
  268.         Top = 3
  269.         Width = 190
  270.         Height = 35
  271.         Cursor = crArrow
  272.         Hint = 'Display the answer'
  273.         Caption = 'Show &Answer'
  274.         Default = True
  275.         ParentShowHint = False
  276.         ShowHint = True
  277.         TabOrder = 0
  278.         OnClick = ShowAnswerButtonClick
  279.         OnKeyDown = FormKeyDown
  280.       end
  281.       object ShowAnswerCancel: TButton
  282.         Left = 190
  283.         Top = 3
  284.         Width = 90
  285.         Height = 35
  286.         Cursor = crArrow
  287.         Hint = 'Cancel the repetition'
  288.         Caption = 'Cancel'
  289.         ParentShowHint = False
  290.         ShowHint = True
  291.         TabOrder = 1
  292.         OnClick = ShowAnswerCancelClick
  293.       end
  294.     end
  295.     object TPage
  296.       Left = 0
  297.       Top = 0
  298.       Caption = 'Grade'
  299.       object CancelAtGrade: TButton
  300.         Left = 433
  301.         Top = 3
  302.         Width = 71
  303.         Height = 35
  304.         Cursor = crArrow
  305.         Hint = 'Cancel the repetition'
  306.         Caption = 'Cancel'
  307.         ParentShowHint = False
  308.         ShowHint = True
  309.         TabOrder = 6
  310.         OnClick = CancelAtGradeClick
  311.       end
  312.       object Null: TButton
  313.         Left = 360
  314.         Top = 3
  315.         Width = 73
  316.         Height = 35
  317.         Cursor = crArrow
  318.         Hint = 'No response at all (shortcut 0)'
  319.         Caption = 'Null'
  320.         ParentShowHint = False
  321.         ShowHint = True
  322.         TabOrder = 5
  323.         OnClick = NullClick
  324.       end
  325.       object Bad: TButton
  326.         Left = 288
  327.         Top = 3
  328.         Width = 72
  329.         Height = 35
  330.         Cursor = crArrow
  331.         Hint = 'Completely wrong response (shortcut 1)'
  332.         Caption = 'Bad'
  333.         ParentShowHint = False
  334.         ShowHint = True
  335.         TabOrder = 4
  336.         OnClick = BadClick
  337.       end
  338.       object Fail: TButton
  339.         Left = 216
  340.         Top = 3
  341.         Width = 72
  342.         Height = 35
  343.         Hint = 'Wrong response that was a near miss (shortcut 2)'
  344.         Caption = 'Fail'
  345.         ParentShowHint = False
  346.         ShowHint = True
  347.         TabOrder = 3
  348.         OnClick = FailClick
  349.       end
  350.       object Pass: TButton
  351.         Left = 144
  352.         Top = 3
  353.         Width = 72
  354.         Height = 35
  355.         Hint = 
  356.           'Rather correct response recalled with substantial effort (shortc' +
  357.           'ut 3)'
  358.         Caption = 'Pass'
  359.         Default = True
  360.         ParentShowHint = False
  361.         ShowHint = True
  362.         TabOrder = 2
  363.         OnClick = PassClick
  364.         OnKeyDown = FormKeyDown
  365.       end
  366.       object Good: TButton
  367.         Left = 73
  368.         Top = 3
  369.         Width = 71
  370.         Height = 35
  371.         Hint = 'Correct response (shortcut 4)'
  372.         Caption = 'Good'
  373.         ParentShowHint = False
  374.         ShowHint = True
  375.         TabOrder = 1
  376.         OnClick = GoodClick
  377.       end
  378.       object Bright: TButton
  379.         Left = 0
  380.         Top = 3
  381.         Width = 73
  382.         Height = 35
  383.         Hint = 
  384.           'Excellent response given without hesitation (keyboard shortcut 5' +
  385.           ')'
  386.         Caption = 'Bright'
  387.         ParentShowHint = False
  388.         ShowHint = True
  389.         TabOrder = 0
  390.         OnClick = BrightClick
  391.       end
  392.     end
  393.     object TPage
  394.       Left = 0
  395.       Top = 0
  396.       Caption = 'Next Repetition'
  397.       object NextRepetitionButton: TButton
  398.         Left = 0
  399.         Top = 3
  400.         Width = 190
  401.         Height = 35
  402.         Cursor = crArrow
  403.         Hint = 'Proceed with the repetition of the next element (Enter)'
  404.         Caption = '&Next Repetition'
  405.         Default = True
  406.         ParentShowHint = False
  407.         ShowHint = True
  408.         TabOrder = 0
  409.         OnClick = NextRepetitionButtonClick
  410.         OnKeyDown = FormKeyDown
  411.       end
  412.       object StopButton: TButton
  413.         Left = 190
  414.         Top = 3
  415.         Width = 90
  416.         Height = 35
  417.         Hint = 
  418.           'Stop learning after completing the current repetition (same as E' +
  419.           'sc)'
  420.         Caption = 'Stop'
  421.         TabOrder = 1
  422.         OnClick = StopButtonClick
  423.       end
  424.       object RepetitionCancel: TButton
  425.         Left = 280
  426.         Top = 3
  427.         Width = 117
  428.         Height = 35
  429.         Cursor = crArrow
  430.         Hint = 'Cancel the just provided grade (Alt+G)'
  431.         Cancel = True
  432.         Caption = 'Cancel'
  433.         ParentShowHint = False
  434.         ShowHint = True
  435.         TabOrder = 2
  436.         OnClick = RepetitionCancelClick
  437.       end
  438.       object GradeCombo: TComboBox
  439.         Left = 400
  440.         Top = 7
  441.         Width = 147
  442.         Height = 24
  443.         Hint = 
  444.           'Change the grade after the repetition and/or inspect the grade'#39's' +
  445.           ' impact on the new interval, etc.'
  446.         ItemHeight = 16
  447.         Items.Strings = (
  448.           'Bright'
  449.           'Good'
  450.           'Pass'
  451.           'Fail'
  452.           'Bad'
  453.           'Null')
  454.         ParentShowHint = False
  455.         ShowHint = True
  456.         TabOrder = 3
  457.         Text = 'GradeCombo'
  458.         OnChange = GradeComboChange
  459.       end
  460.       object DatePanel: TPanel
  461.         Left = 551
  462.         Top = 7
  463.         Width = 108
  464.         Height = 25
  465.         Hint = 'Date of the next repetition of the current element'
  466.         BevelInner = bvLowered
  467.         BevelOuter = bvLowered
  468.         TabOrder = 4
  469.         OnDblClick = DatePanelDblClick
  470.       end
  471.     end
  472.   end
  473.   object ToolBar: TPageControl
  474.     Left = 0
  475.     Top = 0
  476.     Width = 666
  477.     Height = 60
  478.     Cursor = crHandPoint
  479.     ActivePage = ComposeTab
  480.     Align = alTop
  481.     HotTrack = True
  482.     MultiLine = True
  483.     ParentShowHint = False
  484.     RaggedRight = True
  485.     ScrollOpposite = True
  486.     ShowHint = False
  487.     TabOrder = 2
  488.     TabPosition = tpBottom
  489.     OnChange = ToolBarChange
  490.     object NavigateTab: TTabSheet
  491.       Hint = 'Locate individual elements in the collection'
  492.       Caption = 'Navigate'
  493.       object NavigationPanel: TPanel
  494.         Left = 0
  495.         Top = 0
  496.         Width = 658
  497.         Height = 26
  498.         Align = alTop
  499.         ParentShowHint = False
  500.         PopupMenu = ElementMenu
  501.         ShowHint = True
  502.         TabOrder = 0
  503.         object HomeB: TSpeedButton
  504.           Left = 364
  505.           Top = 0
  506.           Width = 31
  507.           Height = 25
  508.           Hint = 'Go to the first element (Ctrl+Home)'
  509.           Glyph.Data = {
  510.             2E060000424D2E06000000000000360400002800000015000000150000000100
  511.             080000000000F801000000000000000000000001000000010000000000000000
  512.             80000080000000808000800000008000800080800000C0C0C000C0DCC000F0C8
  513.             A400000000000000000000000000000000000000000000000000000000000000
  514.             0000000000000000000000000000000000000000000000000000000000000000
  515.             0000000000000000000000000000000000000000000000000000000000000000
  516.             0000000000000000000000000000000000000000000000000000000000000000
  517.             0000000000000000000000000000000000000000000000000000000000000000
  518.             0000000000000000000000000000000000000000000000000000000000000000
  519.             0000000000000000000000000000000000000000000000000000000000000000
  520.             0000000000000000000000000000000000000000000000000000000000000000
  521.             0000000000000000000000000000000000000000000000000000000000000000
  522.             0000000000000000000000000000000000000000000000000000000000000000
  523.             0000000000000000000000000000000000000000000000000000000000000000
  524.             0000000000000000000000000000000000000000000000000000000000000000
  525.             0000000000000000000000000000000000000000000000000000000000000000
  526.             0000000000000000000000000000000000000000000000000000000000000000
  527.             0000000000000000000000000000000000000000000000000000000000000000
  528.             0000000000000000000000000000000000000000000000000000000000000000
  529.             0000000000000000000000000000000000000000000000000000000000000000
  530.             0000000000000000000000000000000000000000000000000000000000000000
  531.             0000000000000000000000000000000000000000000000000000000000000000
  532.             0000000000000000000000000000000000000000000000000000000000000000
  533.             0000000000000000000000000000000000000000000000000000000000000000
  534.             0000000000000000000000000000000000000000000000000000000000000000
  535.             0000000000000000000000000000000000000000000000000000000000000000
  536.             0000000000000000000000000000000000000000000000000000000000000000
  537.             0000000000000000000000000000000000000000000000000000000000000000
  538.             0000000000000000000000000000000000000000000000000000000000000000
  539.             0000000000000000000000000000000000000000000000000000000000000000
  540.             0000000000000000000000000000000000000000000000000000000000000000
  541.             0000000000000000000000000000000000000000000000000000000000000000
  542.             000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  543.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00070707070707
  544.             0707070707070707070707070707070000000707070707070707070707070707
  545.             0707070707070700000007070707070707070707070707070707070707070700
  546.             0000070707070707070707070707070707070707070707000000070707070707
  547.             0707070707070707070707070707070000000707070707070700070707070707
  548.             0707070707070700000007070707070707000707070007070707070707070700
  549.             0000070707070707070007070000070707070707070707000000070707070707
  550.             0700070000000707070707070707070000000707070707070700000000000707
  551.             0707070707070700000007070707070707000000000007070707070707070700
  552.             0000070707070707070000000000070707070707070707000000070707070707
  553.             0700070000000707070707070707070000000707070707070700070700000707
  554.             0707070707070700000007070707070707000707070007070707070707070700
  555.             0000070707070707070007070707070707070707070707000000070707070707
  556.             0707070707070707070707070707070000000707070707070707070707070707
  557.             0707070707070700000007070707070707070707070707070707070707070700
  558.             0000070707070707070707070707070707070707070707000000070707070707
  559.             070707070707070707070707070707000000}
  560.           ParentShowHint = False
  561.           ShowHint = True
  562.           OnClick = NavigationButtonClick
  563.         end
  564.         object PElementB: TSpeedButton
  565.           Left = 395
  566.           Top = 0
  567.           Width = 31
  568.           Height = 25
  569.           Hint = 'Go to the previous element (Alt+PgUp)'
  570.           Glyph.Data = {
  571.             2E060000424D2E06000000000000360400002800000015000000150000000100
  572.             080000000000F801000000000000000000000001000000010000000000000000
  573.             80000080000000808000800000008000800080800000C0C0C000C0DCC000F0C8
  574.             A400000000000000000000000000000000000000000000000000000000000000
  575.             0000000000000000000000000000000000000000000000000000000000000000
  576.             0000000000000000000000000000000000000000000000000000000000000000
  577.             0000000000000000000000000000000000000000000000000000000000000000
  578.             0000000000000000000000000000000000000000000000000000000000000000
  579.             0000000000000000000000000000000000000000000000000000000000000000
  580.             0000000000000000000000000000000000000000000000000000000000000000
  581.             0000000000000000000000000000000000000000000000000000000000000000
  582.             0000000000000000000000000000000000000000000000000000000000000000
  583.             0000000000000000000000000000000000000000000000000000000000000000
  584.             0000000000000000000000000000000000000000000000000000000000000000
  585.             0000000000000000000000000000000000000000000000000000000000000000
  586.             0000000000000000000000000000000000000000000000000000000000000000
  587.             0000000000000000000000000000000000000000000000000000000000000000
  588.             0000000000000000000000000000000000000000000000000000000000000000
  589.             0000000000000000000000000000000000000000000000000000000000000000
  590.             0000000000000000000000000000000000000000000000000000000000000000
  591.             0000000000000000000000000000000000000000000000000000000000000000
  592.             0000000000000000000000000000000000000000000000000000000000000000
  593.             0000000000000000000000000000000000000000000000000000000000000000
  594.             0000000000000000000000000000000000000000000000000000000000000000
  595.             0000000000000000000000000000000000000000000000000000000000000000
  596.             0000000000000000000000000000000000000000000000000000000000000000
  597.             0000000000000000000000000000000000000000000000000000000000000000
  598.             0000000000000000000000000000000000000000000000000000000000000000
  599.             0000000000000000000000000000000000000000000000000000000000000000
  600.             0000000000000000000000000000000000000000000000000000000000000000
  601.             0000000000000000000000000000000000000000000000000000000000000000
  602.             0000000000000000000000000000000000000000000000000000000000000000
  603.             000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  604.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00070707070707
  605.             0707070707070707070707070707070000000707070707070707070707070707
  606.             0707070707070700000007070707070707070707070707070707070707070700
  607.             0000070707070707070707070707070707070707070707000000070707070707
  608.             0707070707070707070707070707070000000707070707070707070707070707
  609.             0707070707070700000007070707070707070707070007070707070707070700
  610.             0000070707070707070707070000070707070707070707000000070707070707
  611.             0707070000000707070707070707070000000707070707070707000000000707
  612.             0707070707070700000007070707070707000000000007070707070707070700
  613.             0000070707070707070700000000070707070707070707000000070707070707
  614.             0707070000000707070707070707070000000707070707070707070700000707
  615.             0707070707070700000007070707070707070707070007070707070707070700
  616.             0000070707070707070707070707070707070707070707000000070707070707
  617.             0707070707070707070707070707070000000707070707070707070707070707
  618.             0707070707070700000007070707070707070707070707070707070707070700
  619.             0000070707070707070707070707070707070707070707000000070707070707
  620.             070707070707070707070707070707000000}
  621.           ParentShowHint = False
  622.           ShowHint = True
  623.           OnClick = NavigationButtonClick
  624.         end
  625.         object ParentB: TSpeedButton
  626.           Left = 426
  627.           Top = 0
  628.           Width = 31
  629.           Height = 25
  630.           Hint = 'Go to the parent (Ctrl+Alt+ArrowUp)'
  631.           Glyph.Data = {
  632.             2E060000424D2E06000000000000360400002800000015000000150000000100
  633.             080000000000F801000000000000000000000001000000010000000000000000
  634.             80000080000000808000800000008000800080800000C0C0C000C0DCC000F0C8
  635.             A400000000000000000000000000000000000000000000000000000000000000
  636.             0000000000000000000000000000000000000000000000000000000000000000
  637.             0000000000000000000000000000000000000000000000000000000000000000
  638.             0000000000000000000000000000000000000000000000000000000000000000
  639.             0000000000000000000000000000000000000000000000000000000000000000
  640.             0000000000000000000000000000000000000000000000000000000000000000
  641.             0000000000000000000000000000000000000000000000000000000000000000
  642.             0000000000000000000000000000000000000000000000000000000000000000
  643.             0000000000000000000000000000000000000000000000000000000000000000
  644.             0000000000000000000000000000000000000000000000000000000000000000
  645.             0000000000000000000000000000000000000000000000000000000000000000
  646.             0000000000000000000000000000000000000000000000000000000000000000
  647.             0000000000000000000000000000000000000000000000000000000000000000
  648.             0000000000000000000000000000000000000000000000000000000000000000
  649.             0000000000000000000000000000000000000000000000000000000000000000
  650.             0000000000000000000000000000000000000000000000000000000000000000
  651.             0000000000000000000000000000000000000000000000000000000000000000
  652.             0000000000000000000000000000000000000000000000000000000000000000
  653.             0000000000000000000000000000000000000000000000000000000000000000
  654.             0000000000000000000000000000000000000000000000000000000000000000
  655.             0000000000000000000000000000000000000000000000000000000000000000
  656.             0000000000000000000000000000000000000000000000000000000000000000
  657.             0000000000000000000000000000000000000000000000000000000000000000
  658.             0000000000000000000000000000000000000000000000000000000000000000
  659.             0000000000000000000000000000000000000000000000000000000000000000
  660.             0000000000000000000000000000000000000000000000000000000000000000
  661.             0000000000000000000000000000000000000000000000000000000000000000
  662.             0000000000000000000000000000000000000000000000000000000000000000
  663.             0000000000000000000000000000000000000000000000000000000000000000
  664.             000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  665.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00070707070707
  666.             0707070707070707070707070707070000000707070707070707070707070707
  667.             0707070707070700000007070707070707070707070707070707070707070700
  668.             0000070707070707070707070707070707070707070707000000070707070707
  669.             0707070707070707070707070707070000000707070707070707070707070707
  670.             0707070707070700000007070707070707070707070707070707070707070700
  671.             0000070707070707000000000000000000070707070707000000070707070707
  672.             07000000000000000707070707070700000007070707070700FF0000000000FF
  673.             000707070707070000000707070707070000FF000000FF000007070707070700
  674.             0000070707070707070000FF00FF000007070707070707000000070707070707
  675.             07070000FF000007070707070707070000000707070707070707070000000707
  676.             0707070707070700000007070707070707070707000707070707070707070700
  677.             0000070707070707070707070707070707070707070707000000070707070707
  678.             0707070707070707070707070707070000000707070707070707070707070707
  679.             0707070707070700000007070707070707070707070707070707070707070700
  680.             0000070707070707070707070707070707070707070707000000070707070707
  681.             070707070707070707070707070707000000}
  682.           ParentShowHint = False
  683.           ShowHint = True
  684.           OnClick = NavigationButtonClick
  685.         end
  686.         object NElementB: TSpeedButton
  687.           Left = 457
  688.           Top = 0
  689.           Width = 31
  690.           Height = 25
  691.           Hint = 'Go to the next element (Alt+PgDn)'
  692.           Glyph.Data = {
  693.             2E060000424D2E06000000000000360400002800000015000000150000000100
  694.             080000000000F801000000000000000000000001000000010000000000000000
  695.             80000080000000808000800000008000800080800000C0C0C000C0DCC000F0C8
  696.             A400000000000000000000000000000000000000000000000000000000000000
  697.             0000000000000000000000000000000000000000000000000000000000000000
  698.             0000000000000000000000000000000000000000000000000000000000000000
  699.             0000000000000000000000000000000000000000000000000000000000000000
  700.             0000000000000000000000000000000000000000000000000000000000000000
  701.             0000000000000000000000000000000000000000000000000000000000000000
  702.             0000000000000000000000000000000000000000000000000000000000000000
  703.             0000000000000000000000000000000000000000000000000000000000000000
  704.             0000000000000000000000000000000000000000000000000000000000000000
  705.             0000000000000000000000000000000000000000000000000000000000000000
  706.             0000000000000000000000000000000000000000000000000000000000000000
  707.             0000000000000000000000000000000000000000000000000000000000000000
  708.             0000000000000000000000000000000000000000000000000000000000000000
  709.             0000000000000000000000000000000000000000000000000000000000000000
  710.             0000000000000000000000000000000000000000000000000000000000000000
  711.             0000000000000000000000000000000000000000000000000000000000000000
  712.             0000000000000000000000000000000000000000000000000000000000000000
  713.             0000000000000000000000000000000000000000000000000000000000000000
  714.             0000000000000000000000000000000000000000000000000000000000000000
  715.             0000000000000000000000000000000000000000000000000000000000000000
  716.             0000000000000000000000000000000000000000000000000000000000000000
  717.             0000000000000000000000000000000000000000000000000000000000000000
  718.             0000000000000000000000000000000000000000000000000000000000000000
  719.             0000000000000000000000000000000000000000000000000000000000000000
  720.             0000000000000000000000000000000000000000000000000000000000000000
  721.             0000000000000000000000000000000000000000000000000000000000000000
  722.             0000000000000000000000000000000000000000000000000000000000000000
  723.             0000000000000000000000000000000000000000000000000000000000000000
  724.             0000000000000000000000000000000000000000000000000000000000000000
  725.             000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  726.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00070707070707
  727.             0707070707070707070707070707070000000707070707070707070707070707
  728.             0707070707070700000007070707070707070707070707070707070707070700
  729.             0000070707070707070707070707070707070707070707000000070707070707
  730.             0707070707070707070707070707070000000707070707070707070707070707
  731.             0707070707070700000007070707070707070707000707070707070707070700
  732.             0000070707070707070707070000070707070707070707000000070707070707
  733.             0707070700000007070707070707070000000707070707070707070700000000
  734.             0707070707070700000007070707070707070707000000000007070707070700
  735.             0000070707070707070707070000000007070707070707000000070707070707
  736.             0707070700000007070707070707070000000707070707070707070700000707
  737.             0707070707070700000007070707070707070707000707070707070707070700
  738.             0000070707070707070707070707070707070707070707000000070707070707
  739.             0707070707070707070707070707070000000707070707070707070707070707
  740.             0707070707070700000007070707070707070707070707070707070707070700
  741.             0000070707070707070707070707070707070707070707000000070707070707
  742.             070707070707070707070707070707000000}
  743.           ParentShowHint = False
  744.           ShowHint = True
  745.           OnClick = NavigationButtonClick
  746.         end
  747.         object EndB: TSpeedButton
  748.           Left = 488
  749.           Top = 0
  750.           Width = 31
  751.           Height = 25
  752.           Hint = 'Go to the last element (Ctrl+End)'
  753.           Glyph.Data = {
  754.             2E060000424D2E06000000000000360400002800000015000000150000000100
  755.             080000000000F801000000000000000000000001000000010000000000000000
  756.             80000080000000808000800000008000800080800000C0C0C000C0DCC000F0C8
  757.             A400000000000000000000000000000000000000000000000000000000000000
  758.             0000000000000000000000000000000000000000000000000000000000000000
  759.             0000000000000000000000000000000000000000000000000000000000000000
  760.             0000000000000000000000000000000000000000000000000000000000000000
  761.             0000000000000000000000000000000000000000000000000000000000000000
  762.             0000000000000000000000000000000000000000000000000000000000000000
  763.             0000000000000000000000000000000000000000000000000000000000000000
  764.             0000000000000000000000000000000000000000000000000000000000000000
  765.             0000000000000000000000000000000000000000000000000000000000000000
  766.             0000000000000000000000000000000000000000000000000000000000000000
  767.             0000000000000000000000000000000000000000000000000000000000000000
  768.             0000000000000000000000000000000000000000000000000000000000000000
  769.             0000000000000000000000000000000000000000000000000000000000000000
  770.             0000000000000000000000000000000000000000000000000000000000000000
  771.             0000000000000000000000000000000000000000000000000000000000000000
  772.             0000000000000000000000000000000000000000000000000000000000000000
  773.             0000000000000000000000000000000000000000000000000000000000000000
  774.             0000000000000000000000000000000000000000000000000000000000000000
  775.             0000000000000000000000000000000000000000000000000000000000000000
  776.             0000000000000000000000000000000000000000000000000000000000000000
  777.             0000000000000000000000000000000000000000000000000000000000000000
  778.             0000000000000000000000000000000000000000000000000000000000000000
  779.             0000000000000000000000000000000000000000000000000000000000000000
  780.             0000000000000000000000000000000000000000000000000000000000000000
  781.             0000000000000000000000000000000000000000000000000000000000000000
  782.             0000000000000000000000000000000000000000000000000000000000000000
  783.             0000000000000000000000000000000000000000000000000000000000000000
  784.             0000000000000000000000000000000000000000000000000000000000000000
  785.             0000000000000000000000000000000000000000000000000000000000000000
  786.             000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  787.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00070707070707
  788.             0707070707070707070707070707070000000707070707070707070707070707
  789.             0707070707070700000007070707070707070707070707070707070707070700
  790.             0000070707070707070707070707070707070707070707000000070707070707
  791.             0707070707070707070707070707070000000707070707070707070707070707
  792.             0707070707070700000007070707070707070700070707000707070707070700
  793.             0000070707070707070707000007070007070707070707000000070707070707
  794.             0707070000000700070707070707070000000707070707070707070000000000
  795.             0707070707070700000007070707070707070700000000000707070707070700
  796.             0000070707070707070707000000000007070707070707000000070707070707
  797.             0707070000000700070707070707070000000707070707070707070000070700
  798.             0707070707070700000007070707070707070700070707000707070707070700
  799.             0000070707070707070707070707070707070707070707000000070707070707
  800.             0707070707070707070707070707070000000707070707070707070707070707
  801.             0707070707070700000007070707070707070707070707070707070707070700
  802.             0000070707070707070707070707070707070707070707000000070707070707
  803.             070707070707070707070707070707000000}
  804.           ParentShowHint = False
  805.           ShowHint = True
  806.           OnClick = NavigationButtonClick
  807.         end
  808.         object Synch: TSpeedButton
  809.           Left = 522
  810.           Top = 0
  811.           Width = 25
  812.           Height = 25
  813.           Hint = 'Synchronize Contents window with the displayed element'
  814.           AllowAllUp = True
  815.           GroupIndex = 1
  816.           Down = True
  817.           Flat = True
  818.           Glyph.Data = {
  819.             72010000424D7201000000000000760000002800000015000000150000000100
  820.             040000000000FC00000000000000000000001000000010000000000000000000
  821.             80000080000000808000800000008000800080800000C0C0C000808080000000
  822.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  823.             7777777770007777777770000000000770007777777770FFFFFFFF0770007777
  824.             707770F000000F0770007777077770F0FFFFFF0770007777077770F000000F07
  825.             70007770007770F0FFFFFF0770007777077770F000000F0770007777777770F0
  826.             FFFFFF0770007000000000F0FFFFFF07700070FFFFFFF0F0FFFFFF07700070FF
  827.             FFFFF0F0FFFFFF07700070FFFFFFF00000000007700070FFFFFFFFFF07777077
  828.             700070FFFFFFFFFF07770007700070FFFFFFFFFF077770777000700000000000
  829.             0700077770007088888888880777777770007000000000000777777770007777
  830.             77777777777777777000777777777777777777777000}
  831.           ParentShowHint = False
  832.           ShowHint = True
  833.           OnClick = SynchClick
  834.         end
  835.         object InstantTranslation: TSpeedButton
  836.           Left = 548
  837.           Top = 0
  838.           Width = 25
  839.           Height = 25
  840.           Hint = 'Translate texts when mouse is moved over the component (Alt+U)'
  841.           AllowAllUp = True
  842.           GroupIndex = 2
  843.           Flat = True
  844.           Glyph.Data = {
  845.             76010000424D7601000000000000760000002800000020000000100000000100
  846.             0400000000000001000000000000000000001000000010000000000000000000
  847.             80000080000000808000800000008000800080800000C0C0C000808080000000
  848.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00666666666666
  849.             6666666666666666666666666666666640466666666666887F66666666666664
  850.             00066666666668888F6666666666664000466666666688887F66666666666400
  851.             C466666666688878F66666666666400C466666666688878F6666666666660CC4
  852.             66666666668778F6666666666660C0466666666668788F666666666606660666
  853.             6666668F668F6666666666066606666666668F668F6666666666666060666666
  854.             666668F8F666666666666066066066666668F68F68F666666666666060666666
  855.             666668F8F6666666666666066606666666668F668F6666666666666606666666
  856.             6666668F66666666666666666666666666666666666666666666}
  857.           NumGlyphs = 2
  858.           OnClick = InstantTranslationClick
  859.         end
  860.         object InstantTranscription: TSpeedButton
  861.           Left = 573
  862.           Top = 0
  863.           Width = 25
  864.           Height = 25
  865.           Hint = 
  866.             'Replace texts with phonetic transcription when the mouse is move' +
  867.             'd over the component (Alt+Y)'
  868.           AllowAllUp = True
  869.           GroupIndex = 2
  870.           Flat = True
  871.           Glyph.Data = {
  872.             72010000424D7201000000000000760000002800000015000000150000000100
  873.             040000000000FC00000000000000000000001000000010000000000000000000
  874.             80000080000000808000800000008000800080800000C0C0C000808080000000
  875.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  876.             FFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFF
  877.             FFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFF0000FFFFFFFF
  878.             F000FFFFFFFFFFF00FFFFFFFF000FFFFFFFFFFF00FFFFFFFF000FFF0000FFFF0
  879.             0FF000FFF000FF00FF0FFFF0FF0FFF0FF000FF0FFF0FF00FFF00000FF000FF0F
  880.             FF0FFF0FFFFFFF0FF000FF0FFF0FFFF0FF0FF00FF000FFF0000F00000FF000FF
  881.             F000FFFFFF0FFFFFFFFFFFFFF000FFFFFF0FFFFFFFFFFFFFF000FFFFFF0FFFFF
  882.             FFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFF
  883.             FFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000}
  884.           OnClick = InstantTranscriptionClick
  885.         end
  886.         object PrintButton: TSpeedButton
  887.           Left = 599
  888.           Top = 0
  889.           Width = 25
  890.           Height = 25
  891.           Hint = 'Print the current element'
  892.           Flat = True
  893.           Glyph.Data = {
  894.             72010000424D7201000000000000760000002800000015000000150000000100
  895.             040000000000FC00000000000000000000001000000010000000000000000000
  896.             8000008000000080800080000000800080008080000080808000C0C0C0000000
  897.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  898.             FFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFF000000000000FFFFF000FFF0
  899.             8888888888880FFFF000FF0888888888888880FFF000FF07777777777770880F
  900.             F000FF0888888888888080FFF000FF08888888BBB880880FF000FF0888888877
  901.             78808880F000FF000000000000000880F000FF088888888888808080F000FFF0
  902.             0000000000080880F000FFFF0FFFFFFFFFF08080F000FFFF0FFFFFFFFFF00800
  903.             F000FFFFF0F000000FFF000FF000FFFFF0FFFFFFFFFF0FFFF000FFFFFF0F0000
  904.             000F0FFFF000FFFFFF0FFFFFFFFFF0FFF000FFFFFF00FFFFFFFFF0FFF000FFFF
  905.             FFF000000000000FF000FFFFFFFFFFFFFFFFFFFFF000}
  906.           OnClick = PrintButtonClick
  907.         end
  908.         object BugButton: TSpeedButton
  909.           Left = 624
  910.           Top = 0
  911.           Width = 25
  912.           Height = 25
  913.           Hint = 'Open a window with bug report dialog'
  914.           Flat = True
  915.           Glyph.Data = {
  916.             72010000424D7201000000000000760000002800000015000000150000000100
  917.             040000000000FC00000000000000000000001000000010000000000000000000
  918.             80000080000000808000800000008000800080800000C0C0C000808080000000
  919.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  920.             FFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFF0FFFFFFFFFF000FFFF
  921.             FFFFF000FFFFFFFFF000FFFFFFFF00000FFFFFFFF000FFF0FFF0000000FFF0FF
  922.             F000FFF0FFF0000000FFF0FFF000FFF0FFF0000000FFF0FFF000FFFF0FFF0000
  923.             0FFF0FFFF000FFFFF0FFF000FFF0FFFFF000FF00FF0F00000F0FF00FF000FFFF
  924.             00F0000000F00FFFF000FFFFFF0F00000F0FFFFFF000FFFFF0FFF000FFF0FFFF
  925.             F000FFFF0FFF00000FFF0FFFF000FFF0FFFFF000FFFFF0FFF000FF0FFFFF0FFF
  926.             0FFFFF0FF000FFFFFFF0FFFFF0FFFFFFF000FFFFFF0FFFFFFF0FFFFFF000FFFF
  927.             FFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000}
  928.           Visible = False
  929.           OnClick = BugButtonClick
  930.         end
  931.         object ContentsButton: TButton
  932.           Left = 1
  933.           Top = 0
  934.           Width = 87
  935.           Height = 25
  936.           Hint = 'View the table of contents (Alt+C)'
  937.           Caption = 'Contents'
  938.           ParentShowHint = False
  939.           ShowHint = True
  940.           TabOrder = 0
  941.           TabStop = False
  942.           OnClick = ContentsButtonClick
  943.           OnKeyDown = FormKeyDown
  944.         end
  945.         object SearchButton: TButton
  946.           Left = 88
  947.           Top = 0
  948.           Width = 70
  949.           Height = 25
  950.           Hint = 'Find elements that include a particular word (Ctrl+H)'
  951.           Caption = 'Search'
  952.           ParentShowHint = False
  953.           ShowHint = True
  954.           TabOrder = 1
  955.           TabStop = False
  956.           OnClick = SearchButtonClick
  957.           OnKeyDown = FormKeyDown
  958.         end
  959.         object BackButton: TButton
  960.           Left = 158
  961.           Top = 0
  962.           Width = 30
  963.           Height = 25
  964.           Hint = 'Go back to the previously viewed element (Alt+B)'
  965.           Caption = '<'
  966.           ParentShowHint = False
  967.           ShowHint = True
  968.           TabOrder = 2
  969.           TabStop = False
  970.           OnClick = BackButtonClick
  971.           OnKeyDown = FormKeyDown
  972.         end
  973.         object ForwardButton: TButton
  974.           Left = 188
  975.           Top = 0
  976.           Width = 30
  977.           Height = 25
  978.           Hint = 'Go ahead after moving back to previously viewed elements (Alt+A)'
  979.           Caption = '>'
  980.           TabOrder = 3
  981.           OnClick = ForwardButtonClick
  982.           OnKeyDown = FormKeyDown
  983.         end
  984.         object HistoryButton: TButton
  985.           Left = 218
  986.           Top = 0
  987.           Width = 70
  988.           Height = 25
  989.           Hint = 'View the list of recently visited elements (Alt+I)'
  990.           Caption = 'History'
  991.           ParentShowHint = False
  992.           ShowHint = True
  993.           TabOrder = 4
  994.           TabStop = False
  995.           OnClick = HistoryButtonClick
  996.           OnKeyDown = FormKeyDown
  997.         end
  998.         object NextButton: TButton
  999.           Left = 288
  1000.           Top = 0
  1001.           Width = 70
  1002.           Height = 25
  1003.           Hint = 
  1004.             'Go to the next element (PgDn)(right click this button to choose ' +
  1005.             'the mode)'
  1006.           Caption = 'Ne&xt'
  1007.           ParentShowHint = False
  1008.           PopupMenu = NextPopupMenu
  1009.           ShowHint = True
  1010.           TabOrder = 5
  1011.           TabStop = False
  1012.           OnClick = NavigationButtonClick
  1013.           OnKeyDown = FormKeyDown
  1014.         end
  1015.       end
  1016.     end
  1017.     object ComposeTab: TTabSheet
  1018.       Hint = 'Compose the contents of element pages'
  1019.       Caption = 'Compose'
  1020.       ParentShowHint = False
  1021.       PopupMenu = ElementMenu
  1022.       ShowHint = True
  1023.       object PopUpButton: TSpeedButton
  1024.         Left = 3
  1025.         Top = 1
  1026.         Width = 25
  1027.         Height = 25
  1028.         Hint = 
  1029.           'Open a menu with the most important options of the element windo' +
  1030.           'w (same as right-click over non-component area)'
  1031.         AllowAllUp = True
  1032.         Flat = True
  1033.         Glyph.Data = {
  1034.           72010000424D7201000000000000760000002800000015000000150000000100
  1035.           040000000000FC00000000000000000000001000000010000000000000000000
  1036.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1037.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1038.           7777777770007F7F7F7F7F7F7F7F7F7F700077800000000007F7F7F770007F8F
  1039.           FFFFFFFF0F7F7F7F7000778F4444FFFF07F7F7F770007F8FFFFFFFFF0F7F7F7F
  1040.           700077844444444407F7F7F770007F8FFFFFFFFF0F7F7F7F7000778F44444FFF
  1041.           07F7F7F770007F8FFFFFFFFF0F7F7F7F7000778F4444FFFF07F7F7F770007F8F
  1042.           FFFFFFFF0F7F7F7F7000778F44444FFF07F7F7F770007F8FFFFFFFFF0F7F7F7F
  1043.           700078888888888880000008700078F44444FFFFFFFFFFF8700078F4FFF4F444
  1044.           FF444FF8700078F44444FFFFFFFFFFF870007888888888888888888870007F7F
  1045.           7F7F7F7F7F7F7F7F7000777777777777777777777000}
  1046.         OnClick = PopUpButtonClick
  1047.       end
  1048.       object ComponentMenuButton: TSpeedButton
  1049.         Left = 28
  1050.         Top = 1
  1051.         Width = 25
  1052.         Height = 25
  1053.         Hint = 
  1054.           'Open a context menu for the currently selected component (same a' +
  1055.           's right-click over component)'
  1056.         AllowAllUp = True
  1057.         Flat = True
  1058.         Glyph.Data = {
  1059.           72010000424D7201000000000000760000002800000015000000150000000100
  1060.           040000000000FC00000000000000000000001000000010000000000000000000
  1061.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1062.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1063.           7777777770007777777777777777777770007777777777777777777770007777
  1064.           77777777777777777000777778000000000077777000777778FFFFFFFFF07777
  1065.           7000777778F444444FF0777770007777784444444440777770007777784FFFFF
  1066.           F44077777000777778444444444077777000777778F444444FF0777770007777
  1067.           78FFFFFFFFF077777000777778F444444FF077777000777778FFFFFFFFF07777
  1068.           7000777778F444444FF077777000777778FFFFFFFFF077777000777778888888
  1069.           8888777770007777777777777777777770007777777777777777777770007777
  1070.           77777777777777777000777777777777777777777000}
  1071.         OnClick = ComponentMenuButtonClick
  1072.       end
  1073.       object TextButton: TSpeedButton
  1074.         Left = 63
  1075.         Top = 1
  1076.         Width = 25
  1077.         Height = 25
  1078.         Hint = 'Create a simple text component'
  1079.         Flat = True
  1080.         Glyph.Data = {
  1081.           72010000424D7201000000000000760000002800000015000000150000000100
  1082.           040000000000FC00000000000000000000001000000010000000000000000000
  1083.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1084.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1085.           7777777770007777777777777777777770007777777777777777777770007777
  1086.           7777777777777777700070000000000000000000700070000000000000000000
  1087.           700070FFFFFFFFFFFFFFFFF0700070FFFFFFFFFFFFFFFFF0700070FFFFFFFFFF
  1088.           FFFFFFF0700070FF0FF000F0F0FF0FF0700070FF0FF0FFF0F0FF0FF0700070FF
  1089.           0FF00FFF0FFF0FF0700070FF0FF0FFF0F0FF0FF0700070F000F000F0F0F000F0
  1090.           700070FFFFFFFFFFFFFFFFF0700070FFFFFFFFFFFFFFFFF07000700000000000
  1091.           0000000070007000000000000000000070007777777777777777777770007777
  1092.           77777777777777777000777777777777777777777000}
  1093.         OnClick = TextButtonClick
  1094.       end
  1095.       object RTFButton: TSpeedButton
  1096.         Left = 89
  1097.         Top = 1
  1098.         Width = 25
  1099.         Height = 25
  1100.         Hint = 'Create a rich text component'
  1101.         Flat = True
  1102.         Glyph.Data = {
  1103.           72010000424D7201000000000000760000002800000015000000150000000100
  1104.           040000000000FC00000000000000000000001000000010000000000000000000
  1105.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  1106.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1107.           8888888880008888888888888888888880008888888888888888888880008888
  1108.           8888888888888888800080000000000000000000800080000000000000000000
  1109.           800080FFFFFFFFFFFFFFFFF0800080FFFFFFFFFFFFFFFFF0800080FF9FF9FFF9
  1110.           FFF9FFF0800080FF9FF9FFF9FFF9FFF0800080FF9F9FFFF9FFF9FFF0800080FF
  1111.           9999FFF9FFF999F0800080FF9FF9FFF9FFF9FFF0800080FF9999F99999F999F0
  1112.           800080FFFFFFFFFFFFFFFFF0800080FFFFFFFFFFFFFFFFF08000800000000000
  1113.           0000000080008000000000000000000080008888888888888888888880008888
  1114.           88888888888888888000888888888888888888888000}
  1115.         OnClick = RTFButtonClick
  1116.       end
  1117.       object HTMButton: TSpeedButton
  1118.         Left = 115
  1119.         Top = 1
  1120.         Width = 25
  1121.         Height = 25
  1122.         Hint = 'Create a web browser component'
  1123.         Flat = True
  1124.         Glyph.Data = {
  1125.           72010000424D7201000000000000760000002800000015000000150000000100
  1126.           040000000000FC00000000000000000000001000000010000000000000000000
  1127.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  1128.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1129.           8888888880008888888888888888888880008888888888888888888880008888
  1130.           8888888888888888800000000000000000000000000000000000000000000000
  1131.           00000FFFFFFFFFFFFFFFFFFF00000FFFFFFFFFFFFFFFFFFF00000FFCFFCFFCCF
  1132.           CFCFCFFF00000FFCFFCFFCFFCFCFCFFF00000FFCFFCFFCFFCFCFCFFF00000FFC
  1133.           CCCFFCFFCFCFCFFF00000FFCFFCFCCCFCCCCFFFF00000FFCFFCFFCFFFFFFFFFF
  1134.           00000FFFFFFFFFFFFFFFFFFF00000FFFFFFFFFFFFFFFFFFF0000000000000000
  1135.           0000000000000000000000000000000000008888888888888888888880008888
  1136.           88888888888888888000888888888888888888888000}
  1137.         OnClick = HTMButtonClick
  1138.       end
  1139.       object SpellButton: TSpeedButton
  1140.         Left = 141
  1141.         Top = 1
  1142.         Width = 25
  1143.         Height = 25
  1144.         Hint = 'Create a text input component (Spell-Pad)'
  1145.         Flat = True
  1146.         Glyph.Data = {
  1147.           72010000424D7201000000000000760000002800000015000000150000000100
  1148.           040000000000FC00000000000000000000001000000010000000000000000000
  1149.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1150.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1151.           7777777770007777777777777777777770007777777777777777777770007777
  1152.           7777777777777777700077777777777777777777700078000000000000000000
  1153.           000078BBBBBBBBBBBB00B00B000078BB4444B4444BBB0BBB000078B44B44B44B
  1154.           44BB0BBB000078B44B44B44B44BB0BBB000078BB4444B44B44BB0BBB000078BB
  1155.           BB44B44B44BB0BBB000078BB444BB4444BBB0BBB000078BBBBBBB44BBBBB0BBB
  1156.           000078BBBBBBB44BBBBB0BBB000078BBBBBBBBBBBB00B00B0000788888888888
  1157.           8888888880007777777777777777777770007777777777777777777770007777
  1158.           77777777777777777000777777777777777777777000}
  1159.         ParentShowHint = False
  1160.         ShowHint = True
  1161.         OnClick = SpellButtonClick
  1162.       end
  1163.       object ImageButton: TSpeedButton
  1164.         Left = 167
  1165.         Top = 1
  1166.         Width = 25
  1167.         Height = 25
  1168.         Hint = 'Create an image component'
  1169.         Flat = True
  1170.         Glyph.Data = {
  1171.           72010000424D7201000000000000760000002800000015000000150000000100
  1172.           040000000000FC00000000000000000000001000000010000000000000000000
  1173.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1174.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1175.           777777777000777777777777777777777000780000000000000000000000784F
  1176.           4B4E4C4C4C4C4C4B000078C4E4E4C4C4C4C4C4880000784C4F4B4C4C4C4B8822
  1177.           000078C4B4E4C4C4CB82A222000078EFEFEFEFEFEA222A22000078EEEEEEEEEE
  1178.           EEEEA222000078EEEEEEEEEEEEEEEEA2000078EEEEEEEEEEEEEEEEEA000078EE
  1179.           EBBEEEEEEEEEEEEE000078EEBFFBEEEEEEEEEEEE000078EEBFFBEEEEEEEEEEEE
  1180.           000078EEEBBEEEEEEEEEEEEE000078EEEEEEEEEEEEEEEEEE000078EEEEEEEEEE
  1181.           EEEEEEEE00007888888888888888888880007777777777777777777770007777
  1182.           77777777777777777000777777777777777777777000}
  1183.         OnClick = ImageButtonClick
  1184.       end
  1185.       object SoundButton: TSpeedButton
  1186.         Left = 193
  1187.         Top = 1
  1188.         Width = 25
  1189.         Height = 25
  1190.         Hint = 'Create a sound component'
  1191.         Flat = True
  1192.         Glyph.Data = {
  1193.           72010000424D7201000000000000760000002800000015000000150000000100
  1194.           040000000000FC00000000000000000000001000000010000000000000000000
  1195.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1196.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1197.           7777777770007777777777777777777770007777777777777777777770007777
  1198.           7777770077777777700077777777700707777777700077777777080707777777
  1199.           700077777770B0778877777770007777770BB077707707777000777700BBB007
  1200.           7077707770007770BBBBB0807077707770007770BBBBB0707870707770007770
  1201.           BFBFB0F0707770777000777700F7F0077077707770007777770F707770770777
  1202.           700077777770F077887777777000777777770F07077777777000777777777007
  1203.           0777777770007777777777007777777770007777777777777777777770007777
  1204.           77777777777777777000777777777777777777777000}
  1205.         OnClick = SoundButtonClick
  1206.       end
  1207.       object VideoButton: TSpeedButton
  1208.         Left = 219
  1209.         Top = 1
  1210.         Width = 25
  1211.         Height = 25
  1212.         Hint = 'Create a video component'
  1213.         Flat = True
  1214.         Glyph.Data = {
  1215.           72010000424D7201000000000000760000002800000015000000150000000100
  1216.           040000000000FC00000000000000000000001000000010000000000000000000
  1217.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1218.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1219.           7777777770007777777777777777777770007777777777777777777770007777
  1220.           7777777777777777700077777777777777777777700077444444444444477777
  1221.           7000774444444444444477447000774EE7777747444444447000774777777777
  1222.           7744484470007747777777777744484470004744444444777744474470004744
  1223.           44444E4777444F44700044444444444777444444700044FFFFFFF44777477774
  1224.           7000474444444444444777777000777777777777777777777000777777777777
  1225.           7777777770007777777777777777777770007777777777777777777770007777
  1226.           77777777777777777000777777777777777777777000}
  1227.         OnClick = VideoButtonClick
  1228.       end
  1229.       object ScriptButton: TSpeedButton
  1230.         Left = 245
  1231.         Top = 1
  1232.         Width = 25
  1233.         Height = 25
  1234.         Hint = 'Create a program script component'
  1235.         Flat = True
  1236.         Glyph.Data = {
  1237.           72010000424D7201000000000000760000002800000015000000150000000100
  1238.           040000000000FC00000000000000000000001000000010000000000000000000
  1239.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1240.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1241.           7777777770007777777777777777777770007777777777777777777770007777
  1242.           77777777777777777000777777F77777777777777000777778AFF77777777777
  1243.           7000777778AAAFF7777777777000777778AAAAAFF77777777000777778AAAAAA
  1244.           AFF777777000777778AAAAAAAAAFF7777000777778AAAAAAAAA88F7770007777
  1245.           78AAAAAAA88777777000777778AAAAA8877777777000777778AAA88777777777
  1246.           7000777778A88777777777777000777778877777777777777000777777777777
  1247.           7777777770007777777777777777777770007777777777777777777770007777
  1248.           77777777777777777000777777777777777777777000}
  1249.         OnClick = ScriptButtonClick
  1250.       end
  1251.       object OLEButton: TSpeedButton
  1252.         Left = 271
  1253.         Top = 1
  1254.         Width = 25
  1255.         Height = 25
  1256.         Hint = 'Insert an OLE object (e.g. Excel spreadsheet or Word document)'
  1257.         Flat = True
  1258.         Glyph.Data = {
  1259.           72010000424D7201000000000000760000002800000015000000150000000100
  1260.           040000000000FC00000000000000000000001000000010000000000000000000
  1261.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  1262.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1263.           8888888880008888888888888888888880008888888888888888888880008888
  1264.           8888888888888888800088777777777777777777800088888888888888888887
  1265.           8000888888888888888888878000884444884444844444878000844884484488
  1266.           8448888780008448844844888448888780008448844844888444488780008448
  1267.           8448448884488887800084488448448884488887800088444488448884444487
  1268.           8000888888888888888888878000888888888888888888878000888888888888
  1269.           8888888780008888888888888888888880008888888888888888888880008888
  1270.           88888888888888888000888888888888888888888000}
  1271.         OnClick = OLEButtonClick
  1272.       end
  1273.       object ProgramButton: TSpeedButton
  1274.         Left = 297
  1275.         Top = 1
  1276.         Width = 25
  1277.         Height = 25
  1278.         Hint = 'Create a programmed component'
  1279.         Flat = True
  1280.         Glyph.Data = {
  1281.           72010000424D7201000000000000760000002800000015000000150000000100
  1282.           040000000000FC00000000000000000000001000000010000000000000000000
  1283.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  1284.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1285.           8888888880008888888888888888888880008888888888888888888880008888
  1286.           8888888888888888800088777777777777777777800088888888888888888887
  1287.           8000888888888888888888878000888444888888888888878000884488488848
  1288.           8888488780008844888888488888488780008844888844444844444780008844
  1289.           8888884888884887800088448848884888884887800088844488888888888887
  1290.           8000888888888888888888878000888888888888888888878000888888888888
  1291.           8888888780008888888888888888888880008888888888888888888880008888
  1292.           88888888888888888000888888888888888888888000}
  1293.         OnClick = ProgramButtonClick
  1294.       end
  1295.       object EllipseButton: TSpeedButton
  1296.         Left = 331
  1297.         Top = 1
  1298.         Width = 25
  1299.         Height = 25
  1300.         Hint = 'Create an elliptic shape'
  1301.         Flat = True
  1302.         Glyph.Data = {
  1303.           72010000424D7201000000000000760000002800000015000000150000000100
  1304.           040000000000FC00000000000000000000001000000010000000000000000000
  1305.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1306.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1307.           7777777770007777777777777777777770007777777000000077777770007777
  1308.           700000000000777770007777000AAAAAAA0007777000777000AAAAAAAAA00077
  1309.           700077700AAAAAAAAAAA007770007700AAAAAAAAAAAAA00770007700AAAAAAAA
  1310.           AAAAA00770007700AAAAAAAAAAAAA00770007700AAAAAAAAAAAAA00770007700
  1311.           AAAAAAAAAAAAA00770007700AAAAAAAAAAAAA007700077700AAAAAAAAAAA0077
  1312.           7000777000AAAAAAAAA0007770007777000AAAAAAA000777700077777000AAAA
  1313.           A000777770007777770000000007777770007777777700000777777770007777
  1314.           77777777777777777000777777777777777777777000}
  1315.         OnClick = EllipseButtonClick
  1316.       end
  1317.       object RectangleButton: TSpeedButton
  1318.         Left = 357
  1319.         Top = 1
  1320.         Width = 25
  1321.         Height = 25
  1322.         Hint = 'Create a rectangular shape'
  1323.         Flat = True
  1324.         Glyph.Data = {
  1325.           72010000424D7201000000000000760000002800000015000000150000000100
  1326.           040000000000FC00000000000000000000001000000010000000000000000000
  1327.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1328.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1329.           7777777770007777777777777777777770007777777777777777777770007777
  1330.           7777777777777777700077700000000000000077700077700000000000000077
  1331.           700077700CCCCCCCCCCC0077700077700CCCCCCCCCCC0077700077700CCCCCCC
  1332.           CCCC0077700077700CCCCCCCCCCC0077700077700CCCCCCCCCCC007770007770
  1333.           0CCCCCCCCCCC0077700077700CCCCCCCCCCC0077700077700CCCCCCCCCCC0077
  1334.           700077700CCCCCCCCCCC00777000777000000000000000777000777000000000
  1335.           0000007770007777777777777777777770007777777777777777777770007777
  1336.           77777777777777777000777777777777777777777000}
  1337.         OnClick = RectangleButtonClick
  1338.       end
  1339.       object RRectangleButton: TSpeedButton
  1340.         Left = 383
  1341.         Top = 1
  1342.         Width = 25
  1343.         Height = 25
  1344.         Hint = 'Create a rounded rectangular shape'
  1345.         Flat = True
  1346.         Glyph.Data = {
  1347.           72010000424D7201000000000000760000002800000015000000150000000100
  1348.           040000000000FC00000000000000000000001000000010000000000000000000
  1349.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1350.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1351.           7777777770007777777777777777777770007777777777777777777770007777
  1352.           7000000000007777700077770000000000000777700077700099999999900077
  1353.           7000777009999999999900777000777009999999999900777000777009999999
  1354.           9999007770007770099999999999007770007770099999999999007770007770
  1355.           0999999999990077700077700999999999990077700077700999999999990077
  1356.           7000777009999999999900777000777000999999999000777000777700000000
  1357.           0000077770007777700000000000777770007777777777777777777770007777
  1358.           77777777777777777000777777777777777777777000}
  1359.         OnClick = RRectangleButtonClick
  1360.       end
  1361.       object LineButton: TSpeedButton
  1362.         Left = 408
  1363.         Top = 1
  1364.         Width = 25
  1365.         Height = 25
  1366.         Hint = 'Create a line connector'
  1367.         Flat = True
  1368.         Glyph.Data = {
  1369.           72010000424D7201000000000000760000002800000015000000150000000100
  1370.           040000000000FC00000000000000000000001000000010000000000000000000
  1371.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1372.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1373.           7777777770007777777777777777777770007777777777777777777770007777
  1374.           7777777777777777700077777777777777700777700077777777777777007777
  1375.           7000777777777777700777777000777777777777007777777000777777777770
  1376.           0777777770007777777777007777777770007777777770077777777770007777
  1377.           7777007777777777700077777770077777777777700077777700777777777777
  1378.           7000777770077777777777777000777700777777777777777000777777777777
  1379.           7777777770007777777777777777777770007777777777777777777770007777
  1380.           77777777777777777000777777777777777777777000}
  1381.         OnClick = LineButtonClick
  1382.       end
  1383.       object EditingButton: TSpeedButton
  1384.         Left = 442
  1385.         Top = 1
  1386.         Width = 25
  1387.         Height = 25
  1388.         Hint = 'Switch to editing mode (Alt+click)'
  1389.         AllowAllUp = True
  1390.         Flat = True
  1391.         Glyph.Data = {
  1392.           72010000424D7201000000000000760000002800000015000000150000000100
  1393.           040000000000FC00000000000000000000001000000010000000000000000000
  1394.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1395.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777770000
  1396.           0000000770007777777088888888888070007777770777777777770070007777
  1397.           7707777777FFFF707000777777000000000888007000777777077777777FFF70
  1398.           70007777770000000000880070007000000000000777FF7070000EEEEEEEEEEE
  1399.           E000080070000EEEEEEEEEEEEE077F70700070EEEEEEEEEEEE0008007000770E
  1400.           EEEEEEEEEE077F707000770EEEEEEEEEEEE000007000770EEEEEEEEEEEEE0770
  1401.           70007770EE0000000EEE0000700077770EEEEEEEEEEE0770700077770EE00000
  1402.           00EEE070700077770EEEEEEEEEEEEE0070007777700E0E0E0E0E0E0070007777
  1403.           77000000000000077000777777777777777777777000}
  1404.         OnClick = EditingButtonClick
  1405.       end
  1406.       object DraggingButton: TSpeedButton
  1407.         Left = 468
  1408.         Top = 1
  1409.         Width = 25
  1410.         Height = 25
  1411.         Hint = 'Switch to dragging mode (Alt+click twice)'
  1412.         AllowAllUp = True
  1413.         Flat = True
  1414.         Glyph.Data = {
  1415.           72010000424D7201000000000000760000002800000015000000150000000100
  1416.           040000000000FC00000000000000000000001000000010000000000000000000
  1417.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1418.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1419.           777777777000777000000000000000000000770BBBB0777707777777000070BB
  1420.           BBB0000000000000000070BBBBBBBBBBBBBBBBBB000070BBBBBBBBBBBBBBBBBB
  1421.           000070BBBBBBBBBBBBBBBBBB000070BBBBBBBBBBBBBBBBBB000070BBBBBBBBBB
  1422.           BBBBBBBB000070BBBB00000BBBBBBBBB000070BBBB0AEA0BBBBBBBBB000070BB
  1423.           BB0EAE0BBBBBBBBB000070BBBB0AEA0BBBBBBBBB000070BBBB0EAE0BBBBBBBBB
  1424.           000070BB000AEA000BBBBBBB000070000EAEAEAE000000007000777770EAEAE0
  1425.           7777777770007777770EAE0777777777700077777770E0777777777770007777
  1426.           77770777777777777000777777777777777777777000}
  1427.         OnClick = DraggingButtonClick
  1428.       end
  1429.       object DisplayButton: TSpeedButton
  1430.         Left = 494
  1431.         Top = 1
  1432.         Width = 25
  1433.         Height = 25
  1434.         Hint = 'Switch to presentation mode (Esc)'
  1435.         AllowAllUp = True
  1436.         Flat = True
  1437.         Glyph.Data = {
  1438.           72010000424D7201000000000000760000002800000015000000150000000100
  1439.           040000000000FC00000000000000000000001000000010000000000000000000
  1440.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1441.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777778777787
  1442.           7777777870007878777777778778777770008787777777777777778780007778
  1443.           7777777777777777700078777777777777777777700087877777777777777777
  1444.           7000777777777777777777777000787777000007777777777000877700FCCC00
  1445.           07777777700077700FCC0CCF000777777000770FFFC000CFFF00007770007700
  1446.           FFC000CFF0000077700077700FCC0CCF000088887000777700FCCC0000888878
  1447.           0000777770000008888788800000777777777888788880000000770777877788
  1448.           8800000070007770000000000000007770007777770000000007777770007777
  1449.           77777777777777777000777777777777777777777000}
  1450.         OnClick = DisplayButtonClick
  1451.       end
  1452.       object NumberButton: TSpeedButton
  1453.         Left = 519
  1454.         Top = 1
  1455.         Width = 25
  1456.         Height = 25
  1457.         Hint = 'Display component number tags'
  1458.         AllowAllUp = True
  1459.         GroupIndex = 1
  1460.         Flat = True
  1461.         Glyph.Data = {
  1462.           72010000424D7201000000000000760000002800000015000000150000000100
  1463.           040000000000FC00000000000000000000001000000010000000000000000000
  1464.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1465.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1466.           7777777770007788787887878878887770007878888787888EEEE0887000878F
  1467.           08788878E0888E087000778F07888778E0887E077000788F08777888E0878E08
  1468.           7000787F08878878E0888E087000788F088888888EEEE0877000887F08787878
  1469.           E0878E087000788F08888887E0878E0870008F0F08878A07E0888E08700078FF
  1470.           08888A088EEEE0877000778F0AAAAAA0888888887000778888A08A0878878877
  1471.           7000777878A08A088887877870007787788A0A087778777770007778887A0A08
  1472.           88877877700077777878AA0877777777700077778778AA087878777770007777
  1473.           77888A08888777777000777777778888777777777000}
  1474.         OnClick = NumberButtonClick
  1475.       end
  1476.       object AlignmentButton: TSpeedButton
  1477.         Left = 545
  1478.         Top = 1
  1479.         Width = 25
  1480.         Height = 25
  1481.         Hint = 'Align components in dragging and editing modes'
  1482.         AllowAllUp = True
  1483.         Flat = True
  1484.         Glyph.Data = {
  1485.           72010000424D7201000000000000760000002800000015000000150000000100
  1486.           040000000000FC00000000000000000000001000000010000000000000000000
  1487.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1488.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1489.           7777777770007777777777C7777777777000777777777CCC7777777770007777
  1490.           7777CCCCC777777770007777777777C77777777770007777777777C777777777
  1491.           70007777777777C77777777770007777777777C7777777777000777C77777777
  1492.           77777C77700077CC7777777777777CC770007CCCCCCC77777CCCCCCC700077CC
  1493.           7777777777777CC77000777C7777777777777C7770007777777777C777777777
  1494.           70007777777777C77777777770007777777777C77777777770007777777777C7
  1495.           77777777700077777777CCCCC77777777000777777777CCC7777777770007777
  1496.           777777C7777777777000777777777777777777777000}
  1497.         OnClick = AlignmentButtonClick
  1498.       end
  1499.     end
  1500.     object EditTab: TTabSheet
  1501.       Hint = 'Edit components located on element pages'
  1502.       Caption = 'Edit'
  1503.       ParentShowHint = False
  1504.       PopupMenu = ElementMenu
  1505.       ShowHint = True
  1506.       object PopUp1Button: TSpeedButton
  1507.         Left = 3
  1508.         Top = 1
  1509.         Width = 25
  1510.         Height = 25
  1511.         Hint = 
  1512.           'Open a menu with the most important options of the element windo' +
  1513.           'w (same as right-click over non-component area)'
  1514.         AllowAllUp = True
  1515.         Flat = True
  1516.         Glyph.Data = {
  1517.           72010000424D7201000000000000760000002800000015000000150000000100
  1518.           040000000000FC00000000000000000000001000000010000000000000000000
  1519.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1520.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1521.           7777777770007F7F7F7F7F7F7F7F7F7F700077800000000007F7F7F770007F8F
  1522.           FFFFFFFF0F7F7F7F7000778F4444FFFF07F7F7F770007F8FFFFFFFFF0F7F7F7F
  1523.           700077844444444407F7F7F770007F8FFFFFFFFF0F7F7F7F7000778F44444FFF
  1524.           07F7F7F770007F8FFFFFFFFF0F7F7F7F7000778F4444FFFF07F7F7F770007F8F
  1525.           FFFFFFFF0F7F7F7F7000778F44444FFF07F7F7F770007F8FFFFFFFFF0F7F7F7F
  1526.           700078888888888880000008700078F44444FFFFFFFFFFF8700078F4FFF4F444
  1527.           FF444FF8700078F44444FFFFFFFFFFF870007888888888888888888870007F7F
  1528.           7F7F7F7F7F7F7F7F7000777777777777777777777000}
  1529.         OnClick = PopUpButtonClick
  1530.       end
  1531.       object Component1Button: TSpeedButton
  1532.         Left = 28
  1533.         Top = 1
  1534.         Width = 25
  1535.         Height = 25
  1536.         Hint = 
  1537.           'Open a context menu for the currently selected component (same a' +
  1538.           's right-click over component)'
  1539.         AllowAllUp = True
  1540.         Flat = True
  1541.         Glyph.Data = {
  1542.           72010000424D7201000000000000760000002800000015000000150000000100
  1543.           040000000000FC00000000000000000000001000000010000000000000000000
  1544.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1545.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1546.           7777777770007777777777777777777770007777777777777777777770007777
  1547.           77777777777777777000777778000000000077777000777778FFFFFFFFF07777
  1548.           7000777778F444444FF0777770007777784444444440777770007777784FFFFF
  1549.           F44077777000777778444444444077777000777778F444444FF0777770007777
  1550.           78FFFFFFFFF077777000777778F444444FF077777000777778FFFFFFFFF07777
  1551.           7000777778F444444FF077777000777778FFFFFFFFF077777000777778888888
  1552.           8888777770007777777777777777777770007777777777777777777770007777
  1553.           77777777777777777000777777777777777777777000}
  1554.         OnClick = ComponentMenuButtonClick
  1555.       end
  1556.       object FontButton: TSpeedButton
  1557.         Left = 59
  1558.         Top = 1
  1559.         Width = 25
  1560.         Height = 25
  1561.         Hint = 'Set the font of the current component'
  1562.         Flat = True
  1563.         Glyph.Data = {
  1564.           72010000424D7201000000000000760000002800000015000000150000000100
  1565.           040000000000FC00000000000000000000001000000010000000000000000000
  1566.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1567.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1568.           7777777770007777777777777777777770007777777777777777777770007744
  1569.           7777777777777777700077447777777777777777700077447777777778187777
  1570.           7000774447777777771777777000774477777777771787777000774477777777
  1571.           7711177770007744447755777717877770007777777778577717787770007777
  1572.           7777775778111177700077777777775777777777700077777777755577777777
  1573.           7000777777777757777777777000777777777758777777777000777777777775
  1574.           5777777770007777777777777777777770007777777777777777777770007777
  1575.           77777777777777777000777777777777777777777000}
  1576.         OnClick = FontButtonClick
  1577.       end
  1578.       object FontUpButton: TSpeedButton
  1579.         Left = 85
  1580.         Top = 1
  1581.         Width = 25
  1582.         Height = 25
  1583.         Hint = 'Increase font size'
  1584.         Flat = True
  1585.         Glyph.Data = {
  1586.           72010000424D7201000000000000760000002800000015000000150000000100
  1587.           040000000000FC00000000000000000000001000000010000000000000000000
  1588.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  1589.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1590.           8888888880008888888888888888888880008888888888888888888880008888
  1591.           8888888888888888800088000008888800000088800088880788888880008888
  1592.           8000888870888888700788888000888880788888000888888000888887000000
  1593.           0078888880008888880788800088888880008888887088700788888880008888
  1594.           8880780008888888800088888887070078888888800088888888000088888888
  1595.           8000888888887007888888888000888888888008888888888000888888888888
  1596.           8111118880008888888888888811188880008888888888888881888880008888
  1597.           88888888888888888000888888888888888888888000}
  1598.         OnClick = FontUpButtonClick
  1599.       end
  1600.       object FontDownButton: TSpeedButton
  1601.         Left = 111
  1602.         Top = 1
  1603.         Width = 25
  1604.         Height = 25
  1605.         Hint = 'Decrease font size'
  1606.         Flat = True
  1607.         Glyph.Data = {
  1608.           72010000424D7201000000000000760000002800000015000000150000000100
  1609.           040000000000FC00000000000000000000001000000010000000000000000000
  1610.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  1611.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1612.           8888888880008888888888888888888880008888888888888888888880008888
  1613.           8888888888888888800088888888888888888888800088887000800007888888
  1614.           8000888887088800788888888000888888000000888888888000888888708007
  1615.           8888888880008888888080088888888880008888888700788888888880008888
  1616.           8888008888888888800088888888888888888888800088888888888888888888
  1617.           8000888888888888888188888000888888888888881118888000888888888888
  1618.           8111118880008888888888888888888880008888888888888888888880008888
  1619.           88888888888888888000888888888888888888888000}
  1620.         OnClick = FontDownButtonClick
  1621.       end
  1622.       object BoldButton: TSpeedButton
  1623.         Left = 137
  1624.         Top = 1
  1625.         Width = 25
  1626.         Height = 25
  1627.         Hint = 'Change the bold attribute of the font'
  1628.         Flat = True
  1629.         Glyph.Data = {
  1630.           72010000424D7201000000000000760000002800000015000000150000000100
  1631.           040000000000FC00000000000000000000001000000010000000000000000000
  1632.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  1633.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  1634.           FFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFF
  1635.           FFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFF
  1636.           F000FFFFFFFFFFFFFFFFFFFFF000FFFFFF00000000FFFFFFF000FFFFFFF000FF
  1637.           000FFFFFF000FFFFFFF000FF000FFFFFF000FFFFFFF000FF000FFFFFF000FFFF
  1638.           FFF0000000FFFFFFF000FFFFFFF000FF000FFFFFF000FFFFFFF000FF000FFFFF
  1639.           F000FFFFFFF000FF000FFFFFF000FFFFFF00000000FFFFFFF000FFFFFFFFFFFF
  1640.           FFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFF
  1641.           FFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000}
  1642.         OnClick = BoldButtonClick
  1643.       end
  1644.       object ItalicButton: TSpeedButton
  1645.         Left = 163
  1646.         Top = 1
  1647.         Width = 25
  1648.         Height = 25
  1649.         Hint = 'Change the italic attribute of the font'
  1650.         Flat = True
  1651.         Glyph.Data = {
  1652.           72010000424D7201000000000000760000002800000015000000150000000100
  1653.           040000000000FC00000000000000000000001000000010000000000000000000
  1654.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  1655.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  1656.           FFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFF
  1657.           FFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFF
  1658.           F000FFFFFFFFFFFFFFFFFFFFF000FFFFFF000000FFFFFFFFF000FFFFFFFF007F
  1659.           FFFFFFFFF000FFFFFFFF700FFFFFFFFFF000FFFFFFFFF007FFFFFFFFF000FFFF
  1660.           FFFFF700FFFFFFFFF000FFFFFFFFFF007FFFFFFFF000FFFFFFFFFF700FFFFFFF
  1661.           F000FFFFFFFFFFF007FFFFFFF000FFFFFFFFFF00000FFFFFF000FFFFFFFFFFFF
  1662.           FFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFF
  1663.           FFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000}
  1664.         OnClick = ItalicButtonClick
  1665.       end
  1666.       object UnderlineButton: TSpeedButton
  1667.         Left = 189
  1668.         Top = 1
  1669.         Width = 25
  1670.         Height = 25
  1671.         Hint = 'Change the underline attribute of the font'
  1672.         Flat = True
  1673.         Glyph.Data = {
  1674.           72010000424D7201000000000000760000002800000015000000150000000100
  1675.           040000000000FC00000000000000000000001000000010000000000000000000
  1676.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  1677.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  1678.           FFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFF
  1679.           FFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFF000000000FFFFF
  1680.           F000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFF00000FFFFFFFF000FFFFFFF007F7
  1681.           00FFFFFFF000FFFFFFF00FFF00FFFFFFF000FFFFFFF00FFF00FFFFFFF000FFFF
  1682.           FFF00FFF00FFFFFFF000FFFFFFF00FFF00FFFFFFF000FFFFFFF00FFF00FFFFFF
  1683.           F000FFFFFFF00FFF00FFFFFFF000FFFFFF0000F0000FFFFFF000FFFFFFFFFFFF
  1684.           FFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFF
  1685.           FFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000}
  1686.         OnClick = UnderlineButtonClick
  1687.       end
  1688.       object FontColorButton: TSpeedButton
  1689.         Left = 215
  1690.         Top = 1
  1691.         Width = 25
  1692.         Height = 25
  1693.         Hint = 'Change the color of the current font'
  1694.         Flat = True
  1695.         Glyph.Data = {
  1696.           72010000424D7201000000000000760000002800000015000000150000000100
  1697.           040000000000FC00000000000000000000001000000010000000000000000000
  1698.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  1699.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1700.           8888888880008888888888888888888880008888888888888888888880008899
  1701.           8888888888888888800088998888888888888888800088998888888887278888
  1702.           8000889998888888882888888000889988888888882878888000889988888888
  1703.           88222888800088999988DD888828788880008888888887D88828878880008888
  1704.           888888D88722228880008888888888D8888888888000888888888DDD88888888
  1705.           80008888888888D88888888880008888888888D788888888800088888888888D
  1706.           D888888880008888888888888888888880008888888888888888888880008888
  1707.           88888888888888888000888888888888888888888000}
  1708.         OnClick = FontColorButtonClick
  1709.       end
  1710.       object ColorButton: TSpeedButton
  1711.         Left = 241
  1712.         Top = 1
  1713.         Width = 25
  1714.         Height = 25
  1715.         Hint = 
  1716.           'Change the color of the current component (or the entire element' +
  1717.           ')'
  1718.         Flat = True
  1719.         Glyph.Data = {
  1720.           72010000424D7201000000000000760000002800000015000000150000000100
  1721.           040000000000FC00000000000000000000001000000010000000000000000000
  1722.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  1723.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  1724.           FFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFF
  1725.           FFF7000007FFFFFFF000FFFFF70099999007FFFFF000FFFF7099999999907FFF
  1726.           F000FFFF0B099999990A0FFFF000FFF70BB0999990AA07FFF000FFF0BBBB0999
  1727.           0AAAA0FFF000FFF0BBBBB090AAAAA0FFF000FFF00000000AAAAAA0FFF000FFF0
  1728.           CCCCCCC0AAAAA0FFF000FFF0CCCCCCCC0AAAA0FFF000FFF70CCCCCCCC0AA07FF
  1729.           F000FFFF0CCCCCCCCC0A0FFFF000FFFF70CCCCCCCCC07FFFF000FFFFF700CCCC
  1730.           C007FFFFF000FFFFFFF7000007FFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFF
  1731.           FFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000}
  1732.         OnClick = ColorButtonClick
  1733.       end
  1734.       object TestRepetition1: TSpeedButton
  1735.         Left = 273
  1736.         Top = 1
  1737.         Width = 25
  1738.         Height = 25
  1739.         Hint = 'Test the repetition cycle (Ctrl+Shift+Y)'
  1740.         AllowAllUp = True
  1741.         Flat = True
  1742.         Glyph.Data = {
  1743.           72010000424D7201000000000000760000002800000015000000150000000100
  1744.           040000000000FC00000000000000000000001000000010000000000000000000
  1745.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1746.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1747.           7777777770007CCCCCCCCCCCCCCCCCCC70007CCCCCCCCCCCCCCCCCCC70007CCC
  1748.           CCCCCCCCCCCCCCCC70007CCCC00000000000CCCC70007CCCC0FFFFFFFFF0CCCC
  1749.           70007CCCC0FFFFFFFFF0CCCC70007CCCC0FFFFFFFFF0CCCC70007CCCC0FFF000
  1750.           0000CCCC70007CCCC0FFF0CCCCCCCCCC70007CCCC0FFF0CCCCCCCCCC70007CCC
  1751.           C0FFF0CCCCCCCCCC70007CCCC0FFF0CCCCCCCCCC70007CCCC0FFF0CCCCCCCCCC
  1752.           70007CCCC0FFF0CCCCCCCCCC70007CCCC0FFF0CCCCCCCCCC70007CCCC0FFF0CC
  1753.           CCCCCCCC70007CCCC00000CCCCCCCCCC70007CCCCCCCCCCCCCCCCCCC70007CCC
  1754.           CCCCCCCCCCCCCCCC7000777777777777777777777000}
  1755.         OnClick = TestRepetitionClick
  1756.       end
  1757.       object SaveTemplateBtn: TSpeedButton
  1758.         Left = 296
  1759.         Top = 1
  1760.         Width = 25
  1761.         Height = 25
  1762.         Hint = 'Save the current element as template'
  1763.         Flat = True
  1764.         Glyph.Data = {
  1765.           72010000424D7201000000000000760000002800000015000000150000000100
  1766.           040000000000FC00000000000000000000001000000010000000000000000000
  1767.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1768.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1769.           7777777770007777777777777777777770007777777777777777777770007777
  1770.           777777777777777770007778000000000000877770007770880888F770880777
  1771.           70007770880888F7708807777000777088078877708807777000777088800000
  1772.           0888077770007770888888888888077770007770880000000088077770007770
  1773.           80FFFFFFFF0807777000777080FFFFFFFF0807777000777080FFFFFFFF080777
  1774.           7000777080FFFFFFFF0807777000777000FFFFFFFF0007777000777080FFFFFF
  1775.           FF08077770007778000000000000877770007777777777777777777770007777
  1776.           77777777777777777000777777777777777777777000}
  1777.         OnClick = MISaveAsTemplateClick
  1778.       end
  1779.       object LoadTemplateBtn: TSpeedButton
  1780.         Left = 320
  1781.         Top = 1
  1782.         Width = 25
  1783.         Height = 25
  1784.         Hint = 'Load a template from the template registry'
  1785.         Flat = True
  1786.         Glyph.Data = {
  1787.           72010000424D7201000000000000760000002800000015000000150000000100
  1788.           040000000000FC00000000000000000000001000000010000000000000000000
  1789.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1790.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1791.           7777777770007777777777777777777770007777777777777777777770007777
  1792.           7777777777777777700077700000000000007777700077007B7B7B7B7B7B0777
  1793.           7000770F07B7B7B7B7B707777000770B0B7B7B7B7B7B70777000770FB0B7B7B7
  1794.           B7B7B0777000770BF07B7B7B7B7B7B077000770FBF000007B7B7B7077000770B
  1795.           FBFBFBF0000000777000770FBFBFBFBFBFB077777000770BFBFBFBFBFBF07777
  1796.           7000770FBFBF0000000777777000777000007777777777777000777777777777
  1797.           7777777770007777777777777777777770007777777777777777777770007777
  1798.           77777777777777777000777777777777777777777000}
  1799.         OnClick = MILoadTemplateClick
  1800.       end
  1801.       object Edit1Button: TSpeedButton
  1802.         Left = 442
  1803.         Top = 1
  1804.         Width = 25
  1805.         Height = 25
  1806.         Hint = 'Switch to editing mode (Alt+click)'
  1807.         AllowAllUp = True
  1808.         Flat = True
  1809.         Glyph.Data = {
  1810.           72010000424D7201000000000000760000002800000015000000150000000100
  1811.           040000000000FC00000000000000000000001000000010000000000000000000
  1812.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1813.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777770000
  1814.           0000000770007777777088888888888070007777770777777777770070007777
  1815.           7707777777FFFF707000777777000000000888007000777777077777777FFF70
  1816.           70007777770000000000880070007000000000000777FF7070000EEEEEEEEEEE
  1817.           E000080070000EEEEEEEEEEEEE077F70700070EEEEEEEEEEEE0008007000770E
  1818.           EEEEEEEEEE077F707000770EEEEEEEEEEEE000007000770EEEEEEEEEEEEE0770
  1819.           70007770EE0000000EEE0000700077770EEEEEEEEEEE0770700077770EE00000
  1820.           00EEE070700077770EEEEEEEEEEEEE0070007777700E0E0E0E0E0E0070007777
  1821.           77000000000000077000777777777777777777777000}
  1822.         OnClick = EditingButtonClick
  1823.       end
  1824.       object Drag1Button: TSpeedButton
  1825.         Left = 468
  1826.         Top = 1
  1827.         Width = 25
  1828.         Height = 25
  1829.         Hint = 'Switch to dragging mode (Alt+click twice)'
  1830.         AllowAllUp = True
  1831.         Flat = True
  1832.         Glyph.Data = {
  1833.           72010000424D7201000000000000760000002800000015000000150000000100
  1834.           040000000000FC00000000000000000000001000000010000000000000000000
  1835.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1836.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1837.           777777777000777000000000000000000000770BBBB0777707777777000070BB
  1838.           BBB0000000000000000070BBBBBBBBBBBBBBBBBB000070BBBBBBBBBBBBBBBBBB
  1839.           000070BBBBBBBBBBBBBBBBBB000070BBBBBBBBBBBBBBBBBB000070BBBBBBBBBB
  1840.           BBBBBBBB000070BBBB00000BBBBBBBBB000070BBBB0AEA0BBBBBBBBB000070BB
  1841.           BB0EAE0BBBBBBBBB000070BBBB0AEA0BBBBBBBBB000070BBBB0EAE0BBBBBBBBB
  1842.           000070BB000AEA000BBBBBBB000070000EAEAEAE000000007000777770EAEAE0
  1843.           7777777770007777770EAE0777777777700077777770E0777777777770007777
  1844.           77770777777777777000777777777777777777777000}
  1845.         OnClick = DraggingButtonClick
  1846.       end
  1847.       object View1Button: TSpeedButton
  1848.         Left = 494
  1849.         Top = 1
  1850.         Width = 25
  1851.         Height = 25
  1852.         Hint = 'Switch to presentation mode (Esc)'
  1853.         AllowAllUp = True
  1854.         Flat = True
  1855.         Glyph.Data = {
  1856.           72010000424D7201000000000000760000002800000015000000150000000100
  1857.           040000000000FC00000000000000000000001000000010000000000000000000
  1858.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1859.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777778777787
  1860.           7777777870007878777777778778777770008787777777777777778780007778
  1861.           7777777777777777700078777777777777777777700087877777777777777777
  1862.           7000777777777777777777777000787777000007777777777000877700FCCC00
  1863.           07777777700077700FCC0CCF000777777000770FFFC000CFFF00007770007700
  1864.           FFC000CFF0000077700077700FCC0CCF000088887000777700FCCC0000888878
  1865.           0000777770000008888788800000777777777888788880000000770777877788
  1866.           8800000070007770000000000000007770007777770000000007777770007777
  1867.           77777777777777777000777777777777777777777000}
  1868.         OnClick = DisplayButtonClick
  1869.       end
  1870.       object NumberButton1: TSpeedButton
  1871.         Left = 519
  1872.         Top = 1
  1873.         Width = 25
  1874.         Height = 25
  1875.         Hint = 'Display component number tags'
  1876.         AllowAllUp = True
  1877.         GroupIndex = 1
  1878.         Flat = True
  1879.         Glyph.Data = {
  1880.           72010000424D7201000000000000760000002800000015000000150000000100
  1881.           040000000000FC00000000000000000000001000000010000000000000000000
  1882.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1883.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1884.           7777777770007788787887878878887770007878888787888EEEE0887000878F
  1885.           08788878E0888E087000778F07888778E0887E077000788F08777888E0878E08
  1886.           7000787F08878878E0888E087000788F088888888EEEE0877000887F08787878
  1887.           E0878E087000788F08888887E0878E0870008F0F08878A07E0888E08700078FF
  1888.           08888A088EEEE0877000778F0AAAAAA0888888887000778888A08A0878878877
  1889.           7000777878A08A088887877870007787788A0A087778777770007778887A0A08
  1890.           88877877700077777878AA0877777777700077778778AA087878777770007777
  1891.           77888A08888777777000777777778888777777777000}
  1892.         OnClick = NumberButton1Click
  1893.       end
  1894.       object AlignmentButton1: TSpeedButton
  1895.         Left = 545
  1896.         Top = 1
  1897.         Width = 25
  1898.         Height = 25
  1899.         Hint = 'Align components in dragging and editing modes'
  1900.         AllowAllUp = True
  1901.         Flat = True
  1902.         Glyph.Data = {
  1903.           72010000424D7201000000000000760000002800000015000000150000000100
  1904.           040000000000FC00000000000000000000001000000010000000000000000000
  1905.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1906.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1907.           7777777770007777777777C7777777777000777777777CCC7777777770007777
  1908.           7777CCCCC777777770007777777777C77777777770007777777777C777777777
  1909.           70007777777777C77777777770007777777777C7777777777000777C77777777
  1910.           77777C77700077CC7777777777777CC770007CCCCCCC77777CCCCCCC700077CC
  1911.           7777777777777CC77000777C7777777777777C7770007777777777C777777777
  1912.           70007777777777C77777777770007777777777C77777777770007777777777C7
  1913.           77777777700077777777CCCCC77777777000777777777CCC7777777770007777
  1914.           777777C7777777777000777777777777777777777000}
  1915.         OnClick = AlignmentButtonClick
  1916.       end
  1917.       object Stop: TSpeedButton
  1918.         Left = 608
  1919.         Top = 1
  1920.         Width = 25
  1921.         Height = 25
  1922.         Glyph.Data = {
  1923.           72010000424D7201000000000000760000002800000015000000150000000100
  1924.           040000000000FC00000000000000000000001000000010000000000000000000
  1925.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1926.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1927.           7777777770007777777777777777777770007777777777777777777770007777
  1928.           7777777777777777700077777777777777777777700077777FFFFFFFFFFFF777
  1929.           70007777899999999999F77770007777899999999999F7777000777789999999
  1930.           9999F77770007777899999999999F77770007777899999999999F77770007777
  1931.           899999999999F77770007777899999999999F77770007777899999999999F777
  1932.           7000777788888888888877777000777777777777777777777000777777777777
  1933.           7777777770007777777777777777777770007777777777777777777770007777
  1934.           77777777777777777000777777777777777777777000}
  1935.         Visible = False
  1936.         OnClick = StopClick
  1937.       end
  1938.     end
  1939.     object PathTab: TTabSheet
  1940.       Hint = 'View the Contents path to a given element'
  1941.       Caption = 'Path'
  1942.       ParentShowHint = False
  1943.       PopupMenu = ElementMenu
  1944.       ShowHint = True
  1945.       object ClosePathButton: TSpeedButton
  1946.         Left = 1
  1947.         Top = -2
  1948.         Width = 28
  1949.         Height = 28
  1950.         Hint = 'Close the pathlist combo box'
  1951.         Flat = True
  1952.         Glyph.Data = {
  1953.           72010000424D7201000000000000760000002800000015000000150000000100
  1954.           040000000000FC00000000000000000000001000000010000000000000000000
  1955.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1956.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1957.           7777777770007777777777777777777770007777788777777777777770007777
  1958.           9118777779877777700077779111877791187777700077779111187911118777
  1959.           7000777779111181111187777000777777911111111877777000777777791111
  1960.           1187777770007777777711111877777770007777777791111877777770007777
  1961.           7779111118777777700077777791118111877777700077777911187911187777
  1962.           7000777779118777911187777000777777917777791117777000777777777777
  1963.           7791977770007777777777777777777770007777777777777777777770007777
  1964.           77777777777777777000777777777777777777777000}
  1965.         OnClick = ClosePathButtonClick
  1966.       end
  1967.       object GoToPathButton: TSpeedButton
  1968.         Left = 29
  1969.         Top = -2
  1970.         Width = 28
  1971.         Height = 28
  1972.         Hint = 'Display the selected ancestor in the Contents window'
  1973.         Flat = True
  1974.         Glyph.Data = {
  1975.           76010000424D7601000000000000760000002800000020000000100000000100
  1976.           0400000000000001000000000000000000001000000010000000000000000000
  1977.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1978.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000
  1979.           000033333377777777773333330FFFFFFFF03FF3FF7FF33F3FF700300000FF0F
  1980.           00F077F777773F737737E00BFBFB0FFFFFF07773333F7F3333F7E0BFBF000FFF
  1981.           F0F077F3337773F3F737E0FBFBFBF0F00FF077F3333FF7F77F37E0BFBF00000B
  1982.           0FF077F3337777737337E0FBFBFBFBF0FFF077F33FFFFFF73337E0BF0000000F
  1983.           FFF077FF777777733FF7000BFB00B0FF00F07773FF77373377373330000B0FFF
  1984.           FFF03337777373333FF7333330B0FFFF00003333373733FF777733330B0FF00F
  1985.           0FF03333737F37737F373330B00FFFFF0F033337F77F33337F733309030FFFFF
  1986.           00333377737FFFFF773333303300000003333337337777777333}
  1987.         NumGlyphs = 2
  1988.         OnClick = GoToPathButtonClick
  1989.       end
  1990.       object PathComboBox: TComboBox
  1991.         Left = 56
  1992.         Top = 0
  1993.         Width = 393
  1994.         Height = 24
  1995.         Hint = 
  1996.           'The list of ancestors of a given element in the knowledge hierar' +
  1997.           'chy'
  1998.         Style = csDropDownList
  1999.         ItemHeight = 16
  2000.         ParentColor = True
  2001.         TabOrder = 0
  2002.         OnClick = PathComboBoxClick
  2003.         OnKeyDown = PathComboBoxKeyDown
  2004.       end
  2005.     end
  2006.     object TitleTab: TTabSheet
  2007.       Hint = 'Edit the title of the current element'
  2008.       Caption = 'Title'
  2009.       object TitleMemo: TMemo
  2010.         Left = 0
  2011.         Top = 0
  2012.         Width = 658
  2013.         Height = 29
  2014.         Hint = 'Type in the new title and press Enter'
  2015.         Align = alClient
  2016.         Color = clWhite
  2017.         ParentShowHint = False
  2018.         PopupMenu = ElementMenu
  2019.         ShowHint = True
  2020.         TabOrder = 0
  2021.         OnChange = TitleMemoChange
  2022.         OnKeyDown = TitleMemoKeyDown
  2023.       end
  2024.     end
  2025.   end
  2026.   object CreditPanel: TPanel
  2027.     Left = 0
  2028.     Top = 60
  2029.     Width = 666
  2030.     Height = 25
  2031.     Hint = 'Registration at SuperMemo World is needed to unlock SuperMemo'
  2032.     Align = alTop
  2033.     Caption = 'Click here to REGISTER'
  2034.     Color = clFuchsia
  2035.     Font.Charset = ANSI_CHARSET
  2036.     Font.Color = clWhite
  2037.     Font.Height = -15
  2038.     Font.Name = 'Arial'
  2039.     Font.Style = [fsBold]
  2040.     ParentFont = False
  2041.     TabOrder = 3
  2042.     Visible = False
  2043.     OnClick = CreditPanelClick
  2044.   end
  2045.   object ElementMenu: TPopupMenu
  2046.     HelpContext = 7
  2047.     OnPopup = ElementMenuPopup
  2048.     Left = 71
  2049.     Top = 128
  2050.     object MIClassify: TMenuItem
  2051.       Caption = '&Classify'
  2052.       object MIReset: TMenuItem
  2053.         Caption = 'Fo&rget...'
  2054.         HelpContext = 7
  2055.         Hint = 'Remove the currently displayed element from the learning process'
  2056.         ShortCut = 16466
  2057.         OnClick = MIResetClick
  2058.       end
  2059.       object MICommit: TMenuItem
  2060.         Caption = 'Re&member...'
  2061.         HelpContext = 7
  2062.         Hint = 'Memorize the element and introduce it into the learning process'
  2063.         ShortCut = 16461
  2064.         OnClick = MICommitClick
  2065.       end
  2066.       object MIDismiss: TMenuItem
  2067.         Caption = '&Dismiss...'
  2068.         HelpContext = 7
  2069.         Hint = 'Ignore the current element in the learning process'
  2070.         ShortCut = 16452
  2071.         OnClick = MIDismissClick
  2072.       end
  2073.       object MIDrill: TMenuItem
  2074.         Caption = '&Add to drill'
  2075.         Hint = 'Add the element to the final drill queue'
  2076.         ShortCut = 24644
  2077.         OnClick = MIDrillClick
  2078.       end
  2079.     end
  2080.     object N10: TMenuItem
  2081.       Caption = '-'
  2082.       HelpContext = 7
  2083.     end
  2084.     object Edit1: TMenuItem
  2085.       Caption = '&Edit'
  2086.       object MIDuplicate: TMenuItem
  2087.         Caption = '&Duplicate'
  2088.         HelpContext = 7
  2089.         Hint = 'Duplicate the current element'
  2090.         ShortCut = 49237
  2091.         OnClick = MIDuplicateClick
  2092.       end
  2093.       object MITitle: TMenuItem
  2094.         Caption = 'Edit &title'
  2095.         HelpContext = 7
  2096.         Hint = 'Provide a topic or item title'
  2097.         ShortCut = 32852
  2098.         OnClick = MITitleClick
  2099.       end
  2100.       object MIEditParamters: TMenuItem
  2101.         Caption = 'Edit ¶meters...'
  2102.         Hint = 'Edit or view item parameters'
  2103.         ShortCut = 24656
  2104.         OnClick = MIEditParamtersClick
  2105.       end
  2106.       object MISwap: TMenuItem
  2107.         Caption = '&Swap components'
  2108.         Hint = 
  2109.           'Swap the first question text component with the first answer tex' +
  2110.           't component'
  2111.         ShortCut = 24659
  2112.         OnClick = MISwapClick
  2113.       end
  2114.       object MIMoveToClipBox: TMenuItem
  2115.         Caption = '&Move to ClipBox'
  2116.         HelpContext = 7
  2117.         Hint = 'Move the element to the Element ClipBox'
  2118.         OnClick = MIMoveToClipBoxClick
  2119.       end
  2120.       object N2: TMenuItem
  2121.         Caption = '-'
  2122.       end
  2123.       object MIResetRepHist: TMenuItem
  2124.         Caption = 'Reset repetition history...'
  2125.         Hint = 'Delete the history of repetitions'
  2126.         OnClick = MIResetRepHistClick
  2127.       end
  2128.     end
  2129.     object MITemplateMenu: TMenuItem
  2130.       Caption = '&Template'
  2131.       HelpContext = 7
  2132.       Hint = 
  2133.         'Save or load element templates to and from files and/or registri' +
  2134.         'es'
  2135.       object MISaveAsTemplate: TMenuItem
  2136.         Caption = '&Save as template'
  2137.         Hint = 'Save current element as a template in the template registry'
  2138.         OnClick = MISaveAsTemplateClick
  2139.       end
  2140.       object MISaveAsDefault: TMenuItem
  2141.         Caption = 'Save as &default'
  2142.         Hint = 
  2143.           'Save the current element as the default template for the current' +
  2144.           ' category'
  2145.         ShortCut = 49235
  2146.         OnClick = MISaveAsDefaultClick
  2147.       end
  2148.       object MILoadTemplate: TMenuItem
  2149.         Caption = 'Apply &template...'
  2150.         Hint = 'Applies a template loaded from the template registry'
  2151.         OnClick = MILoadTemplateClick
  2152.       end
  2153.       object MIMergeTemplate: TMenuItem
  2154.         Caption = '&Merge with template...'
  2155.         Hint = 'Merge the current element with a template from template registry'
  2156.         ShortCut = 24653
  2157.         OnClick = MIMergeTemplateClick
  2158.       end
  2159.       object MIAddTemplate: TMenuItem
  2160.         Caption = 'Add to template...'
  2161.         Hint = 'Add template to currently loaded component'
  2162.         OnClick = MIAddTemplateClick
  2163.       end
  2164.       object N6: TMenuItem
  2165.         Caption = '-'
  2166.       end
  2167.       object MISaveToFile: TMenuItem
  2168.         Caption = 'Save to file...'
  2169.         Hint = 'Save current element as a template file'
  2170.         OnClick = MISaveToFileClick
  2171.       end
  2172.       object MILoadTemplateFromFile: TMenuItem
  2173.         Caption = 'Load from file...'
  2174.         Hint = 'Apply a template loaded from a template file'
  2175.         OnClick = MILoadTemplateFromFileClick
  2176.       end
  2177.     end
  2178.     object N9: TMenuItem
  2179.       Caption = '&Selection'
  2180.       HelpContext = 7
  2181.       Hint = 
  2182.         'Perform operations on a group of selected components in the edit' +
  2183.         'ing mode'
  2184.       object MISelectionLink: TMenuItem
  2185.         Caption = '&Link registry member ...'
  2186.         Hint = 
  2187.           'Link a registry member to a group of components in the editing m' +
  2188.           'ode'
  2189.         OnClick = MISelectionLinkClick
  2190.       end
  2191.       object MILinkRegistryFont: TMenuItem
  2192.         Caption = 'Link registry &font ...'
  2193.         Hint = 
  2194.           'Link a registry font to a group of components in the editing mod' +
  2195.           'e'
  2196.         OnClick = MILinkRegistryFontClick
  2197.       end
  2198.       object MIAlignment: TMenuItem
  2199.         Caption = '&Alignment and size ...'
  2200.         Hint = 
  2201.           'Align or size all selected components in editing or dragging mod' +
  2202.           'es'
  2203.         OnClick = AlignmentButtonClick
  2204.       end
  2205.     end
  2206.     object MIBackground: TMenuItem
  2207.       Caption = '&Background'
  2208.       OnClick = MIBackgroundClick
  2209.       object MIImportBackground: TMenuItem
  2210.         Caption = '&Import file'
  2211.         Hint = 'Import a picture to display in the background'
  2212.         OnClick = MIImportBackgroundClick
  2213.       end
  2214.       object MILinkBackground: TMenuItem
  2215.         Caption = '&Link from registry'
  2216.         Hint = 'Link a registry image to display in the background'
  2217.         OnClick = MILinkBackgroundClick
  2218.       end
  2219.       object MIBckgArrangement: TMenuItem
  2220.         Caption = '&Arrangement'
  2221.         OnClick = MIBckgArrangementClick
  2222.         object MIBckgTopLeft: TMenuItem
  2223.           Caption = 'Top-&left'
  2224.           Checked = True
  2225.           Hint = 'Place the background picture top-left'
  2226.           OnClick = MIBckgTopLeftClick
  2227.         end
  2228.         object MIBckgCenter: TMenuItem
  2229.           Caption = '&Center'
  2230.           Hint = 'Place the background picture in the center of the element window'
  2231.           OnClick = MIBckgCenterClick
  2232.         end
  2233.         object MIBckgTile: TMenuItem
  2234.           Caption = '&Tile'
  2235.           Hint = 'Tile the background picture'
  2236.           OnClick = MIBckgTileClick
  2237.         end
  2238.         object MIBckgStretch: TMenuItem
  2239.           Caption = '&Stretch'
  2240.           Hint = 'Stretch the background image to fit the entire element window'
  2241.           OnClick = MIBckgStretchClick
  2242.         end
  2243.       end
  2244.       object N5: TMenuItem
  2245.         Caption = '-'
  2246.       end
  2247.       object MIBckgDelete: TMenuItem
  2248.         Caption = '&Delete'
  2249.         Hint = 'Delete the background image'
  2250.         OnClick = MIBckgDeleteClick
  2251.       end
  2252.     end
  2253.     object MIElColor: TMenuItem
  2254.       Caption = 'Color...'
  2255.       HelpContext = 7
  2256.       Hint = 'Change the color of topic or item background'
  2257.       OnClick = MIElColorClick
  2258.     end
  2259.     object MIAutoPlay: TMenuItem
  2260.       Caption = 'A&utoPlay'
  2261.       Checked = True
  2262.       HelpContext = 7
  2263.       Hint = 
  2264.         'Turn on and off playing the first playable component on activati' +
  2265.         'ng the topic window'
  2266.       OnClick = MIAutoPlayClick
  2267.     end
  2268.     object MITopic: TMenuItem
  2269.       Caption = 'To&pic'
  2270.       Checked = True
  2271.       HelpContext = 7
  2272.       Hint = 'Choose between a presentation topic and a drill item'
  2273.       OnClick = MITopicClick
  2274.     end
  2275.     object N4: TMenuItem
  2276.       Caption = '-'
  2277.     end
  2278.     object MIComponent: TMenuItem
  2279.       Caption = 'Components'
  2280.       Hint = 'Change the current component'
  2281.       object Tab1: TMenuItem
  2282.         Caption = '&Next component'
  2283.         HelpContext = 7
  2284.         Hint = 'Select next component (if any)'
  2285.         ShortCut = 16468
  2286.         OnClick = Tab1Click
  2287.       end
  2288.       object ShiftTab1: TMenuItem
  2289.         Caption = '&Previous component'
  2290.         Hint = 'Select previous component (if any)'
  2291.         ShortCut = 24660
  2292.         OnClick = ShiftTab1Click
  2293.       end
  2294.       object N1: TMenuItem
  2295.         Caption = '-'
  2296.       end
  2297.       object MIRepleatAutoPlay: TMenuItem
  2298.         Caption = 'Repeat autoplay'
  2299.         Hint = 'Call autoplay again on the element'
  2300.         ShortCut = 16505
  2301.         OnClick = MIRepleatAutoPlayClick
  2302.       end
  2303.       object MITranslate: TMenuItem
  2304.         Caption = 'Translate all'
  2305.         Hint = 'Translate all text components (if translation is available)'
  2306.         ShortCut = 32853
  2307.         OnClick = MITranslateClick
  2308.       end
  2309.       object MITransliterate: TMenuItem
  2310.         Caption = 'Transliterate all'
  2311.         Hint = 
  2312.           'Provide all text components with phonetic transcription (if avai' +
  2313.           'lable)'
  2314.         ShortCut = 32857
  2315.         OnClick = MITransliterateClick
  2316.       end
  2317.       object ComponentOrder1: TMenuItem
  2318.         Caption = 'Component &order...'
  2319.         HelpContext = 7
  2320.         Hint = 'Edit the order of components in the knowledge element'
  2321.         ShortCut = 24655
  2322.         OnClick = ComponentOrder1Click
  2323.       end
  2324.       object MITestRepetition: TMenuItem
  2325.         Caption = 'Test repetition c&ycle'
  2326.         Hint = 'Simulate all stages of a repetition'
  2327.         ShortCut = 24652
  2328.         OnClick = TestRepetitionClick
  2329.       end
  2330.     end
  2331.     object MIDeleteAll: TMenuItem
  2332.       Caption = 'Delete components...'
  2333.       HelpContext = 7
  2334.       Hint = 'Delete all components of the element'
  2335.       OnClick = MIDeleteAllClick
  2336.     end
  2337.     object MIDelete: TMenuItem
  2338.       Caption = 'Delete element...'
  2339.       HelpContext = 7
  2340.       Hint = 'Delete the current element and all its children'
  2341.       ShortCut = 24622
  2342.       OnClick = MIDeleteClick
  2343.     end
  2344.     object N3: TMenuItem
  2345.       Caption = '-'
  2346.     end
  2347.     object MIMode: TMenuItem
  2348.       Caption = 'Mode'
  2349.       Hint = 'Change the element mode '
  2350.       OnClick = MIModeClick
  2351.       object MIEditingmode: TMenuItem
  2352.         Caption = 'Editing'
  2353.         HelpContext = 7
  2354.         Hint = 'Set all components in editing mode (same as Alt+click)'
  2355.         ShortCut = 16453
  2356.         OnClick = EditingButtonClick
  2357.       end
  2358.       object MIDraggingmode: TMenuItem
  2359.         Caption = 'Dragging'
  2360.         HelpContext = 7
  2361.         Hint = 'Set all components in dragging mode (same as double Alt+click)'
  2362.         OnClick = DraggingButtonClick
  2363.       end
  2364.       object MIPresentationmode: TMenuItem
  2365.         Caption = 'Presentation'
  2366.         HelpContext = 7
  2367.         Hint = 'Set all components in presentation mode (Alt+click)'
  2368.         ShortCut = 27
  2369.         OnClick = DisplayButtonClick
  2370.       end
  2371.       object N14: TMenuItem
  2372.         Caption = '-'
  2373.       end
  2374.       object MISwitchWindow: TMenuItem
  2375.         Caption = 'S&witch window'
  2376.         Hint = 'Switch to the hierarchy window'
  2377.         ShortCut = 24663
  2378.         OnClick = MISwitchWindowClick
  2379.       end
  2380.     end
  2381.     object MIJumpTo: TMenuItem
  2382.       Caption = '&Jump to'
  2383.       Hint = 'Go to another element in the collection'
  2384.       object MINextElement: TMenuItem
  2385.         Caption = 'Next'
  2386.         HelpContext = 7
  2387.         Hint = 
  2388.           'Move to the next element as defined on a pop-up menu (right clic' +
  2389.           'k the button)'
  2390.         ShortCut = 34
  2391.         OnClick = MINextElementClick
  2392.       end
  2393.       object Previouselement1: TMenuItem
  2394.         Caption = 'Previous '
  2395.         HelpContext = 7
  2396.         Hint = 
  2397.           'Opposite to Next (right-click the Next button to change the mode' +
  2398.           ')'
  2399.         ShortCut = 33
  2400.         OnClick = Previouselement1Click
  2401.       end
  2402.       object Nexthierarchyelement1: TMenuItem
  2403.         Caption = 'Next element'
  2404.         Hint = 'Go to the next element in the knowledge hierarchy'
  2405.         ShortCut = 32802
  2406.         OnClick = Nexthierarchyelement1Click
  2407.       end
  2408.       object Previoushierarchyelement1: TMenuItem
  2409.         Caption = 'Previous element'
  2410.         Hint = 'Go to the previous element in the knowledge hierarchy'
  2411.         ShortCut = 32801
  2412.         Visible = False
  2413.       end
  2414.       object LastElement1: TMenuItem
  2415.         Caption = 'Last element'
  2416.         HelpContext = 7
  2417.         Hint = 'Go to the last element'
  2418.         ShortCut = 32803
  2419.         OnClick = LastElement1Click
  2420.       end
  2421.       object FirstElement1: TMenuItem
  2422.         Caption = 'First element'
  2423.         HelpContext = 7
  2424.         Hint = 'Go to the master node of the collection'
  2425.         ShortCut = 32804
  2426.         OnClick = FirstElement1Click
  2427.       end
  2428.       object MIParentElement: TMenuItem
  2429.         Caption = 'Parent element'
  2430.         Hint = 'Go to the parent of the currently displayed element'
  2431.         ShortCut = 32806
  2432.         OnClick = MIParentElementClick
  2433.       end
  2434.       object N12: TMenuItem
  2435.         Caption = '-'
  2436.       end
  2437.       object MIPath: TMenuItem
  2438.         Caption = '&Path element'
  2439.         Hint = 'Jump to a selected ancestor of the current element'
  2440.         ShortCut = 32848
  2441.         OnClick = MIPathClick
  2442.       end
  2443.     end
  2444.   end
  2445.   object ColorDialog1: TColorDialog
  2446.     Ctl3D = True
  2447.     Left = 48
  2448.     Top = 224
  2449.   end
  2450.   object HiddenSMMenu: TMainMenu
  2451.     Left = 40
  2452.     Top = 131
  2453.     object MIFile: TMenuItem
  2454.       Caption = '&File'
  2455.       GroupIndex = 1
  2456.       Visible = False
  2457.       OnClick = MIFileClick
  2458.       object MINew: TMenuItem
  2459.         Caption = '&New'
  2460.         Hint = 'Create new SuperMemo learning material'
  2461.         ShortCut = 16462
  2462.         OnClick = MINewClick
  2463.       end
  2464.       object MIOpen: TMenuItem
  2465.         Caption = '&Open'
  2466.         Hint = 'Open SuperMemo learning material'
  2467.         ShortCut = 16463
  2468.         OnClick = MIOpenClick
  2469.       end
  2470.       object MILevel: TMenuItem
  2471.         Caption = '&Level'
  2472.         OnClick = MILevelClick
  2473.         object MIBeginner: TMenuItem
  2474.           Caption = 'Beginner'
  2475.           Hint = 'SuperMemo provides only most important options for a beginner'
  2476.           OnClick = MIBeginnerClick
  2477.         end
  2478.         object MIBasic: TMenuItem
  2479.           Caption = '&Basic'
  2480.           Hint = 
  2481.             'SuperMemo provides all most important options for an average use' +
  2482.             'r'
  2483.           OnClick = MIBasicClick
  2484.         end
  2485.         object MIProfessional: TMenuItem
  2486.           Caption = '&Professional'
  2487.           Hint = 'SuperMemo makes all its options available'
  2488.           ShortCut = 49275
  2489.           OnClick = MIProfessionalClick
  2490.         end
  2491.       end
  2492.       object MIRegistration: TMenuItem
  2493.         Caption = '&Registration'
  2494.         object MIRequestPassword: TMenuItem
  2495.           Caption = '&Request password...'
  2496.           Hint = 'Send e-mail to SuperMemo World with a reqistration request'
  2497.           OnClick = MIRequestPasswordClick
  2498.         end
  2499.         object MIInputPassword: TMenuItem
  2500.           Caption = '&Input password...'
  2501.           Hint = 'Complete the registration procedure by typing in the password'
  2502.           OnClick = MIInputPasswordClick
  2503.         end
  2504.       end
  2505.       object N7: TMenuItem
  2506.         Caption = '-'
  2507.       end
  2508.       object MIExit: TMenuItem
  2509.         Caption = 'E&xit'
  2510.         Hint = 'Exit SuperMemo'
  2511.         ShortCut = 32883
  2512.         OnClick = MIExitClick
  2513.       end
  2514.     end
  2515.     object MIHelpMenu: TMenuItem
  2516.       Caption = '&Help'
  2517.       GroupIndex = 4
  2518.       Visible = False
  2519.       object MIHelp: TMenuItem
  2520.         Caption = '&Help'
  2521.         Hint = 'Open the help file'
  2522.         OnClick = MIHelpClick
  2523.       end
  2524.       object MITips: TMenuItem
  2525.         Caption = '&Question of the Day...'
  2526.         Hint = 'Ask the question of the day'
  2527.         OnClick = MITipsClick
  2528.       end
  2529.     end
  2530.   end
  2531.   object OpenDialog1: TOpenDialog
  2532.     Left = 40
  2533.     Top = 179
  2534.   end
  2535.   object FontDialog1: TFontDialog
  2536.     Font.Charset = DEFAULT_CHARSET
  2537.     Font.Color = clWindowText
  2538.     Font.Height = -13
  2539.     Font.Name = 'System'
  2540.     Font.Style = []
  2541.     MinFontSize = 0
  2542.     MaxFontSize = 0
  2543.     Left = 48
  2544.     Top = 251
  2545.   end
  2546.   object AutoplayTimer: TTimer
  2547.     Enabled = False
  2548.     Interval = 1
  2549.     OnTimer = AutoplayTimerTimer
  2550.     Left = 440
  2551.     Top = 144
  2552.   end
  2553.   object UntranslateTimer: TTimer
  2554.     Enabled = False
  2555.     Interval = 50
  2556.     OnTimer = UntranslateTimerTimer
  2557.     Left = 496
  2558.     Top = 144
  2559.   end
  2560.   object NextPopupMenu: TPopupMenu
  2561.     OnPopup = NextPopupMenuPopup
  2562.     Left = 744
  2563.     Top = 171
  2564.     object MINextTopic: TMenuItem
  2565.       Caption = 'Next &topic'
  2566.       Checked = True
  2567.       Hint = 'Go to the next topic in the knowledge hierarchy'
  2568.       OnClick = MINextTopicClick
  2569.     end
  2570.     object MINextHierarchy: TMenuItem
  2571.       Caption = 'Next &hierarchy element'
  2572.       Hint = 'Go to the next element in the knowledge hierarchy'
  2573.       OnClick = MINextHierarchyClick
  2574.     end
  2575.     object MINextNumber: TMenuItem
  2576.       Caption = 'Next element &number'
  2577.       Hint = 'Go to the element with the next element number'
  2578.       OnClick = MINextNumberClick
  2579.     end
  2580.     object MINextPending: TMenuItem
  2581.       Caption = 'Next &pending element'
  2582.       Hint = 
  2583.         'Go to the next pending element (or first pending element if the ' +
  2584.         'current element is not pending)'
  2585.       OnClick = MINextPendingClick
  2586.     end
  2587.   end
  2588.   object ComponentMenu: TPopupMenu
  2589.     HelpContext = 8
  2590.     OnPopup = ComponentMenuPopup
  2591.     Left = 96
  2592.     Top = 128
  2593.     object MIHTML: TMenuItem
  2594.       Caption = 'Insert HTML link'
  2595.       object MIInsertElementLink: TMenuItem
  2596.         Caption = 'Element'
  2597.         Hint = 'Insert a link to another element into HTML source text'
  2598.         OnClick = MIInsertElementLinkClick
  2599.       end
  2600.       object MILinkToTextRegistry: TMenuItem
  2601.         Caption = 'Text registry'
  2602.         Hint = 'Insert a link to another registry text into HTML source text'
  2603.         OnClick = MILinkToTextRegistryClick
  2604.       end
  2605.       object LinkToHTMLFile: TMenuItem
  2606.         Caption = 'HTML file'
  2607.         Hint = 'Insert a link to another HTML file into HTML source text'
  2608.         OnClick = LinkToHTMLFileClick
  2609.       end
  2610.       object MILinkToURL: TMenuItem
  2611.         Caption = 'Web address'
  2612.         Hint = 'Insert a WWW URL into HTML source text'
  2613.         OnClick = MILinkToURLClick
  2614.       end
  2615.       object N8: TMenuItem
  2616.         Caption = '-'
  2617.       end
  2618.       object MILinkImage: TMenuItem
  2619.         Caption = 'Registry image'
  2620.         Hint = 'Insert an image from image registry'
  2621.         OnClick = MILinkImageClick
  2622.       end
  2623.     end
  2624.     object MIInsertOLE: TMenuItem
  2625.       Caption = 'Insert OLE object'
  2626.       Hint = 
  2627.         'Open a dialog with the choice of OLE servers and inserts an OLE ' +
  2628.         'object'
  2629.       OnClick = MIInsertOLEClick
  2630.     end
  2631.     object MIOLEProperties: TMenuItem
  2632.       Caption = 'OLE properties'
  2633.       Hint = 'View and edit OLE object properties'
  2634.       OnClick = MIOLEPropertiesClick
  2635.     end
  2636.     object MISearchSource: TMenuItem
  2637.       Caption = 'Search source'
  2638.       ShortCut = 16454
  2639.       Visible = False
  2640.       OnClick = MISearchSourceClick
  2641.     end
  2642.     object MILinksMenu: TMenuItem
  2643.       Caption = 'Lin&ks'
  2644.       Hint = 'Links to other elements, components or files'
  2645.       object MILinkMember: TMenuItem
  2646.         Caption = '&Registry member...'
  2647.         HelpContext = 8
  2648.         Hint = 'Connect an object from the relevant registry'
  2649.         ShortCut = 16459
  2650.         OnClick = MILinkMemberClick
  2651.       end
  2652.       object MILinkFont: TMenuItem
  2653.         Caption = '&Font...'
  2654.         HelpContext = 8
  2655.         Hint = 'Use a font stored in font registry'
  2656.         ShortCut = 24646
  2657.         OnClick = MILinkFontClick
  2658.       end
  2659.       object MIHyperlink: TMenuItem
  2660.         Caption = '&Hyperlink...'
  2661.         HelpContext = 8
  2662.         Hint = 'Specify the component'#39's hyperlink'
  2663.         OnClick = MIHyperlinkClick
  2664.       end
  2665.       object MIClickPlay: TMenuItem
  2666.         Caption = '&Play on click...'
  2667.         HelpContext = 8
  2668.         Hint = 'Determine which component should be played on mouse click'
  2669.         OnClick = MIClickPlayClick
  2670.       end
  2671.       object MILinkExternal: TMenuItem
  2672.         Caption = 'External file...'
  2673.         HelpContext = 8
  2674.         Hint = 'Connect an external file with a given component'
  2675.         ShortCut = 24651
  2676.         OnClick = MILinkExternalClick
  2677.       end
  2678.       object MIDeleteLink: TMenuItem
  2679.         Caption = '&Delete registry link'
  2680.         Hint = 'Delete registry link '
  2681.         OnClick = MIDeleteLinkClick
  2682.       end
  2683.     end
  2684.     object Separator1: TMenuItem
  2685.       Caption = '-'
  2686.     end
  2687.     object MIImport: TMenuItem
  2688.       Caption = '&Import file...'
  2689.       HelpContext = 8
  2690.       Hint = 'Import a file object (double-click in editing mode)'
  2691.       ShortCut = 16465
  2692.       OnClick = MIImportClick
  2693.     end
  2694.     object MIImageMenu: TMenuItem
  2695.       Caption = '&Image'
  2696.       Hint = 'Image options and properties'
  2697.       object MIStretch: TMenuItem
  2698.         Caption = '&Stretch image'
  2699.         HelpContext = 8
  2700.         Hint = 'Turn on/off stretching images '
  2701.         OnClick = MIStretchClick
  2702.       end
  2703.       object MIEditHitArea: TMenuItem
  2704.         Caption = '&Edit hit-area...'
  2705.         HelpContext = 8
  2706.         Hint = 'Open Hit-Area Editor'
  2707.         OnClick = MIEditHitAreaClick
  2708.       end
  2709.       object MIImageTransparent: TMenuItem
  2710.         Caption = '&Transparent'
  2711.         Hint = 'Keep image background transparent'
  2712.         OnClick = MITransparentClick
  2713.       end
  2714.     end
  2715.     object MISoundMenu: TMenuItem
  2716.       Caption = '&Sound and video'
  2717.       Hint = 'Sound and video options and properties'
  2718.       OnClick = MISoundMenuClick
  2719.       object MIShowPanel: TMenuItem
  2720.         Caption = '&Show panel'
  2721.         Checked = True
  2722.         HelpContext = 8
  2723.         Hint = 'Turn on and off the player panel'
  2724.         OnClick = MIShowPanelClick
  2725.       end
  2726.       object MIExtract: TMenuItem
  2727.         Caption = 'Extract section...'
  2728.         HelpContext = 8
  2729.         Hint = 'Extract a section of sound or video file'
  2730.         OnClick = MIExtractClick
  2731.       end
  2732.       object MIRecorder: TMenuItem
  2733.         Caption = '&Recorder'
  2734.         HelpContext = 8
  2735.         Hint = 'Turn on/off the recorder panel'
  2736.         OnClick = MIRecorderClick
  2737.       end
  2738.       object MIFrames: TMenuItem
  2739.         Caption = '&Frames...'
  2740.         HelpContext = 8
  2741.         Hint = 
  2742.           'Specify the number of frames passed in a single step in slow-mot' +
  2743.           'ion video upon clicking Step button'
  2744.         OnClick = MIFramesClick
  2745.       end
  2746.     end
  2747.     object MIShapeMenu: TMenuItem
  2748.       Caption = 'Shape'
  2749.       Hint = 'Shape properties'
  2750.       object MILineThickness: TMenuItem
  2751.         Caption = '&Line thickness'
  2752.         HelpContext = 8
  2753.         Hint = 'Determine the thickness of drawn lines'
  2754.         object N11: TMenuItem
  2755.           Caption = '1'
  2756.           OnClick = N11Click
  2757.         end
  2758.         object N21: TMenuItem
  2759.           Caption = '2'
  2760.           OnClick = N21Click
  2761.         end
  2762.         object N31: TMenuItem
  2763.           Caption = '3'
  2764.           OnClick = N31Click
  2765.         end
  2766.         object N41: TMenuItem
  2767.           Caption = '4'
  2768.           OnClick = N41Click
  2769.         end
  2770.         object N51: TMenuItem
  2771.           Caption = '6'
  2772.           OnClick = N51Click
  2773.         end
  2774.         object N61: TMenuItem
  2775.           Caption = '9'
  2776.           OnClick = N61Click
  2777.         end
  2778.         object N71: TMenuItem
  2779.           Caption = '13'
  2780.           OnClick = N71Click
  2781.         end
  2782.         object N81: TMenuItem
  2783.           Caption = '18'
  2784.           OnClick = N81Click
  2785.         end
  2786.         object N91: TMenuItem
  2787.           Caption = '25'
  2788.           OnClick = N91Click
  2789.         end
  2790.       end
  2791.       object MILineStyle: TMenuItem
  2792.         Caption = 'Line s&tyle'
  2793.         HelpContext = 8
  2794.         Hint = 'Determine the style of drawn lines'
  2795.         object Solid1: TMenuItem
  2796.           Caption = '&Solid'
  2797.           OnClick = Solid1Click
  2798.         end
  2799.         object Dash1: TMenuItem
  2800.           Caption = '&Dash'
  2801.           OnClick = Dash1Click
  2802.         end
  2803.         object Dot1: TMenuItem
  2804.           Caption = 'Do&t'
  2805.           OnClick = Dot1Click
  2806.         end
  2807.       end
  2808.       object MIBrushStyle: TMenuItem
  2809.         Caption = '&Brush style'
  2810.         HelpContext = 8
  2811.         Hint = 'Determine the style of brush that fills out the shape'
  2812.         object Solid2: TMenuItem
  2813.           Caption = '&Solid'
  2814.           OnClick = Solid2Click
  2815.         end
  2816.         object Cross1: TMenuItem
  2817.           Caption = '&Cross'
  2818.           OnClick = Cross1Click
  2819.         end
  2820.         object Horizontal1: TMenuItem
  2821.           Caption = '&Horizontal'
  2822.           OnClick = Horizontal1Click
  2823.         end
  2824.         object Vertical1: TMenuItem
  2825.           Caption = '&Vertical'
  2826.           OnClick = Vertical1Click
  2827.         end
  2828.         object Clear1: TMenuItem
  2829.           Caption = 'Clea&r'
  2830.           OnClick = Clear1Click
  2831.         end
  2832.       end
  2833.     end
  2834.     object MIScript: TMenuItem
  2835.       Caption = '&Script...'
  2836.       HelpContext = 8
  2837.       Hint = 'Edit a script file with an interpreted program script'
  2838.       OnClick = MIScriptClick
  2839.     end
  2840.     object MIPlayButtonText: TMenuItem
  2841.       Caption = '&Button text ...'
  2842.       HelpContext = 8
  2843.       Hint = 'Determine the text on the Play button'
  2844.     end
  2845.     object MITextsMenu: TMenuItem
  2846.       Caption = 'Te&xt'
  2847.       Hint = 'Options affecting texts, fonts, and the lexico'
  2848.       OnClick = MITextsMenuClick
  2849.       object MINewFont: TMenuItem
  2850.         Caption = '&New font...'
  2851.         HelpContext = 8
  2852.         Hint = 'Change the font in text components'
  2853.         OnClick = MINewFontClick
  2854.       end
  2855.       object MIEditFont: TMenuItem
  2856.         Caption = '&Edit font'
  2857.         Hint = 'Change properties of the currently used font'
  2858.         OnClick = MIEditFontClick
  2859.       end
  2860.       object MICenter: TMenuItem
  2861.         Caption = '&Center text'
  2862.         HelpContext = 8
  2863.         Hint = 'Turn on and off centering texts'
  2864.         OnClick = MICenterClick
  2865.       end
  2866.       object MITransparent: TMenuItem
  2867.         Caption = '&Transparent'
  2868.         Checked = True
  2869.         Hint = 'Keep the text background transparent'
  2870.         OnClick = MITransparentClick
  2871.       end
  2872.       object MIKeepInLexicon: TMenuItem
  2873.         Caption = 'Keep in lexicon'
  2874.         Checked = True
  2875.         Hint = 'Keep words used in the component in the lexicon'
  2876.       end
  2877.       object MICaseSensitive: TMenuItem
  2878.         Caption = 'Case sensitive'
  2879.         Hint = 'Differentiate between lower and uppercase in the Spell-Pad'
  2880.         OnClick = MICaseSensitiveClick
  2881.       end
  2882.       object MICopyTranscription: TMenuItem
  2883.         Caption = 'Copy transcription'
  2884.         Enabled = False
  2885.         Hint = 'Copy phonetic transcription of the word to clipboard'
  2886.         ShortCut = 24665
  2887.         OnClick = MICopyTranscriptionClick
  2888.       end
  2889.     end
  2890.     object TextSeparator: TMenuItem
  2891.       Caption = '-'
  2892.       Visible = False
  2893.     end
  2894.     object MICompColor: TMenuItem
  2895.       Caption = '&Color...'
  2896.       HelpContext = 8
  2897.       Hint = 'Choose the color for a shape component'
  2898.       OnClick = MICompColorClick
  2899.     end
  2900.     object MIDefaultColor: TMenuItem
  2901.       Caption = 'Default color'
  2902.       Hint = 'Determine if component color should match the background color'
  2903.       OnClick = MIDefaultColorClick
  2904.     end
  2905.     object MIBorder: TMenuItem
  2906.       Caption = '&Border'
  2907.       Checked = True
  2908.       HelpContext = 8
  2909.       Hint = 'Determine if a Spell-Pad should be enclosed in a bordered area'
  2910.       OnClick = MIBorderClick
  2911.     end
  2912.     object MIDisplayAt: TMenuItem
  2913.       Caption = '&Display at...'
  2914.       HelpContext = 8
  2915.       Hint = 'Determine when a component should be visible'
  2916.       OnClick = MIDisplayAtClick
  2917.     end
  2918.     object MIPlayAt: TMenuItem
  2919.       Caption = 'Play at...'
  2920.       Hint = 'Determine when a sound component should be played'
  2921.       OnClick = MIPlayAtClick
  2922.     end
  2923.     object MIAnswer: TMenuItem
  2924.       Caption = '&Answer'
  2925.       HelpContext = 8
  2926.       Hint = 'Make the component invisible at question time'
  2927.       OnClick = MIAnswerClick
  2928.     end
  2929.     object MITest: TMenuItem
  2930.       Caption = '&MCT'
  2931.       HelpContext = 8
  2932.       Hint = 
  2933.         'Determine if the component takes part in multiple choice test ev' +
  2934.         'aluation'
  2935.       OnClick = MITestClick
  2936.       object MITestNone: TMenuItem
  2937.         Caption = '&None'
  2938.         Checked = True
  2939.         Hint = 'Component does not take part in a multiple choice test'
  2940.         OnClick = MITestNoneClick
  2941.       end
  2942.       object MITestWrong: TMenuItem
  2943.         Caption = '&Wrong'
  2944.         Hint = 'Component makes up a wrong response in a multiple choice test'
  2945.         OnClick = MITestWrongClick
  2946.       end
  2947.       object MITestCorrect: TMenuItem
  2948.         Caption = '&Correct'
  2949.         Hint = 'Component makes up a correct response in a multiple choice test'
  2950.         OnClick = MITestCorrectClick
  2951.       end
  2952.     end
  2953.     object MenuItem4: TMenuItem
  2954.       Caption = '-'
  2955.       HelpContext = 8
  2956.     end
  2957.     object MIDeleteComponent: TMenuItem
  2958.       Caption = 'Delete'
  2959.       HelpContext = 8
  2960.       Hint = 'Delete the selected component'
  2961.       ShortCut = 16430
  2962.       OnClick = MIDeleteComponentClick
  2963.     end
  2964.     object MIEditMenu: TMenuItem
  2965.       Caption = '&Edit'
  2966.       Hint = 'Past, Copy, Edit and Delete options'
  2967.       object MICopy: TMenuItem
  2968.         Caption = 'Copy'
  2969.         Hint = 
  2970.           'Copy selected text to clipboard (or the entire text if nothing i' +
  2971.           's selected)'
  2972.         ShortCut = 16429
  2973.         OnClick = MICopyClick
  2974.       end
  2975.       object MIPaste: TMenuItem
  2976.         Caption = 'Paste '
  2977.         HelpContext = 8
  2978.         Hint = 'Paste an object from clipboard'
  2979.         ShortCut = 8237
  2980.         OnClick = MIPasteClick
  2981.       end
  2982.       object MIPasteSpecial: TMenuItem
  2983.         Caption = 'Paste special'
  2984.         Hint = 'Paste special'
  2985.         Visible = False
  2986.       end
  2987.       object MIMoveToCompClipBox: TMenuItem
  2988.         Caption = '&Move to ClipBox'
  2989.         HelpContext = 8
  2990.         Hint = 'Move the component to the component ClipBox'
  2991.         OnClick = MIMoveToCompClipBoxClick
  2992.       end
  2993.       object MIEditFile: TMenuItem
  2994.         Caption = 'Edit file'
  2995.         Hint = 'Edit the file associated with the component'
  2996.         ShortCut = 120
  2997.         OnClick = MIEditFileClick
  2998.       end
  2999.       object MIDeleteFile: TMenuItem
  3000.         Caption = 'Delete file'
  3001.         Hint = 
  3002.           'Delete the first existing file from primary or secondary storage' +
  3003.           ' (acts also as edit undo)'
  3004.         OnClick = MIDeleteFileClick
  3005.       end
  3006.     end
  3007.     object MICompMode: TMenuItem
  3008.       Caption = '&Mode'
  3009.       OnClick = MICompModeClick
  3010.       object MIDisplay: TMenuItem
  3011.         Caption = 'Presentation mode'
  3012.         Hint = 'Set component in presentation mode'
  3013.         ShortCut = 27
  3014.         OnClick = MIDisplayClick
  3015.       end
  3016.       object MIEdit: TMenuItem
  3017.         Caption = 'Editing mode'
  3018.         HelpContext = 8
  3019.         Hint = 'Edit the current component (same as Alt+click)'
  3020.         ShortCut = 16453
  3021.         OnClick = MIEditClick
  3022.       end
  3023.       object MIDrag: TMenuItem
  3024.         Caption = 'Dragging mode'
  3025.         HelpContext = 8
  3026.         Hint = 'Allow dragging the current component (same as double Alt+click)'
  3027.         OnClick = MIDragClick
  3028.       end
  3029.       object N13: TMenuItem
  3030.         Caption = '-'
  3031.       end
  3032.       object MISendToBack: TMenuItem
  3033.         Caption = '&Send to back'
  3034.         Hint = 
  3035.           'Hide the current component behind others (if any are overlapping' +
  3036.           ')'
  3037.         OnClick = MISendToBackClick
  3038.       end
  3039.     end
  3040.     object Component1: TMenuItem
  3041.       Caption = 'Component'
  3042.       object SelectNextComponent1: TMenuItem
  3043.         Caption = 'Select next component'
  3044.         Hint = 'Select the next component on the component list (if any)'
  3045.         ShortCut = 16468
  3046.         OnClick = SelectNextComponent1Click
  3047.       end
  3048.       object MISelectPreviousComponents: TMenuItem
  3049.         Caption = 'Select previous component'
  3050.         Hint = 'Select the previous component on the component list (if any)'
  3051.         ShortCut = 24660
  3052.         OnClick = MISelectPreviousComponentsClick
  3053.       end
  3054.     end
  3055.   end
  3056.   object ScriptTimer: TTimer
  3057.     Enabled = False
  3058.     Interval = 1
  3059.     OnTimer = ScriptTimerTimer
  3060.     Left = 544
  3061.     Top = 144
  3062.   end
  3063.   object TextSearchDlg: TFindDialog
  3064.     OnFind = TextSearchDlgFind
  3065.     Left = 384
  3066.     Top = 163
  3067.   end
  3068. end
  3069.