home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-03-17 | 121.1 KB | 3,069 lines |
- object ElWind: TElWind
- Left = 370
- Top = 197
- Width = 674
- Height = 488
- HelpContext = 18
- Caption = 'Knowledge element'
- Color = clBtnFace
- ParentFont = True
- FormStyle = fsMDIChild
- Menu = HiddenSMMenu
- OldCreateOrder = True
- Position = poDefault
- Scaled = False
- ShowHint = True
- Visible = True
- OnActivate = FormActivate
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnDeactivate = FormDeactivate
- OnDragDrop = FormDragDrop
- OnDragOver = FormDragOver
- OnKeyDown = FormKeyDown
- OnMouseDown = FormMouseDown
- OnResize = FormResize
- PixelsPerInch = 120
- TextHeight = 16
- object ScrollBox1: TScrollBox
- Left = 0
- Top = 85
- Width = 666
- Height = 334
- Align = alClient
- Color = clBtnFace
- ParentColor = False
- TabOrder = 0
- OnDragDrop = FormDragDrop
- OnDragOver = FormDragOver
- OnMouseMove = FormMouseMove
- object PaintBox1: TPaintBox
- Left = 0
- Top = 0
- Width = 662
- Height = 330
- Align = alClient
- Color = clMaroon
- ParentColor = False
- OnDragDrop = FormDragDrop
- OnDragOver = FormDragOver
- OnMouseDown = FormMouseDown
- OnMouseMove = FormMouseMove
- OnPaint = PaintBox1Paint
- end
- object Shadow: TShape
- Left = 95
- Top = 136
- Width = 41
- Height = 33
- Brush.Color = clBtnShadow
- Pen.Style = psClear
- Visible = False
- OnMouseDown = ShadowMouseDown
- OnMouseMove = ShadowMouseMove
- end
- object DummyPrevious: TSpeedButton
- Left = 8
- Top = 16
- Width = 25
- Height = 25
- Visible = False
- end
- object SpellResult: TMemo
- Left = 184
- Top = 104
- Width = 153
- Height = 25
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- TabOrder = 0
- Visible = False
- end
- object Panel1: TPanel
- Left = 96
- Top = 184
- Width = 185
- Height = 41
- Alignment = taLeftJustify
- Caption = 'AdvImage'
- TabOrder = 1
- Visible = False
- object AdvImage: TAdvImage
- Left = 96
- Top = 8
- Width = 25
- Height = 25
- Color = clLime
- ParentColor = False
- Visible = False
- BevelWidth = 1
- GIFAnimate = False
- ShowFrame3D = False
- StretchRatio = False
- CenterView = False
- ShowEmptyLabel = False
- JPEGPixelFormat = jf24Bit
- JPEGScale = jsFullSize
- JPEGGrayscale = False
- JPEGPerformance = jpBestQuality
- JPEGSmoothing = False
- JPEGProgressiveEncoding = False
- JPEGCompressionQuality = 0
- JPEGProgressiveDisplay = False
- Checked = False
- CheckColor = clRed
- GifAnimateSpeed = 10
- EmptyLabel = 'Empty'
- end
- end
- end
- object BottomNotebook: TNotebook
- Left = 0
- Top = 419
- Width = 666
- Height = 38
- Cursor = crArrow
- Align = alBottom
- Color = clBtnFace
- PageIndex = 3
- ParentColor = False
- TabOrder = 1
- object TPage
- Left = 0
- Top = 0
- Caption = 'Display'
- object TopicStatus: TPanel
- Left = 508
- Top = 2
- Width = 289
- Height = 34
- Alignment = taLeftJustify
- BevelOuter = bvNone
- Caption = 'TopicStatus'
- TabOrder = 0
- OnDblClick = ParametersClick
- end
- object Dismiss: TButton
- Left = 416
- Top = 3
- Width = 88
- Height = 35
- Cursor = crArrow
- Hint = 'Ignore the displayed element in the learning process (Ctrl+D)'
- Caption = '&Dismiss'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- TabStop = False
- OnClick = DismissClick
- OnKeyDown = FormKeyDown
- end
- object ResetButton: TButton
- Left = 328
- Top = 3
- Width = 88
- Height = 35
- Cursor = crArrow
- Hint =
- 'Remove the currently displayed element from the learning process' +
- ' (Ctrl+R)'
- Caption = 'Fo&rget'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- TabStop = False
- OnClick = ResetButtonClick
- OnKeyDown = FormKeyDown
- end
- object Commit: TButton
- Left = 224
- Top = 3
- Width = 104
- Height = 35
- Cursor = crArrow
- Hint =
- 'Memorize the currently displayed element (i.e. enter it into the' +
- ' learning process)(Ctrl+M)'
- Caption = 'Re&member'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- TabStop = False
- OnClick = CommitClick
- OnKeyDown = FormKeyDown
- end
- object Learn: TButton
- Left = 0
- Top = 3
- Width = 120
- Height = 35
- Cursor = crArrow
- Hint = 'Repeat outstanding material or learn new elements (Ctrl+L)'
- Caption = 'Learn'
- Default = True
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- OnClick = LearnClick
- OnKeyDown = FormKeyDown
- end
- object AddNew: TButton
- Left = 120
- Top = 3
- Width = 104
- Height = 35
- Hint = 'Add a new question-and-answer pair (Ctrl+A)'
- HelpContext = 13
- Caption = 'Add new'
- TabOrder = 5
- OnClick = AddNewClick
- OnKeyDown = FormKeyDown
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Show Answer'
- object LeechPaintBox: TPaintBox
- Left = 285
- Top = 6
- Width = 361
- Height = 25
- Hint =
- 'This bright bar indicates a leech (i.e. an element that is very ' +
- 'difficult)'
- Color = clPurple
- ParentColor = False
- Visible = False
- OnPaint = LeechPaintBoxPaint
- end
- object LeechLabel: TLabel
- Left = 290
- Top = 7
- Width = 47
- Height = 19
- Hint =
- 'This bright bar indicates a leech (i.e. an element that is very ' +
- 'difficult)'
- Caption = 'Leech'
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- Transparent = True
- Visible = False
- end
- object ShowAnswerButton: TButton
- Left = 0
- Top = 3
- Width = 190
- Height = 35
- Cursor = crArrow
- Hint = 'Display the answer'
- Caption = 'Show &Answer'
- Default = True
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = ShowAnswerButtonClick
- OnKeyDown = FormKeyDown
- end
- object ShowAnswerCancel: TButton
- Left = 190
- Top = 3
- Width = 90
- Height = 35
- Cursor = crArrow
- Hint = 'Cancel the repetition'
- Caption = 'Cancel'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = ShowAnswerCancelClick
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Grade'
- object CancelAtGrade: TButton
- Left = 433
- Top = 3
- Width = 71
- Height = 35
- Cursor = crArrow
- Hint = 'Cancel the repetition'
- Caption = 'Cancel'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 6
- OnClick = CancelAtGradeClick
- end
- object Null: TButton
- Left = 360
- Top = 3
- Width = 73
- Height = 35
- Cursor = crArrow
- Hint = 'No response at all (shortcut 0)'
- Caption = 'Null'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- OnClick = NullClick
- end
- object Bad: TButton
- Left = 288
- Top = 3
- Width = 72
- Height = 35
- Cursor = crArrow
- Hint = 'Completely wrong response (shortcut 1)'
- Caption = 'Bad'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- OnClick = BadClick
- end
- object Fail: TButton
- Left = 216
- Top = 3
- Width = 72
- Height = 35
- Hint = 'Wrong response that was a near miss (shortcut 2)'
- Caption = 'Fail'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- OnClick = FailClick
- end
- object Pass: TButton
- Left = 144
- Top = 3
- Width = 72
- Height = 35
- Hint =
- 'Rather correct response recalled with substantial effort (shortc' +
- 'ut 3)'
- Caption = 'Pass'
- Default = True
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = PassClick
- OnKeyDown = FormKeyDown
- end
- object Good: TButton
- Left = 73
- Top = 3
- Width = 71
- Height = 35
- Hint = 'Correct response (shortcut 4)'
- Caption = 'Good'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = GoodClick
- end
- object Bright: TButton
- Left = 0
- Top = 3
- Width = 73
- Height = 35
- Hint =
- 'Excellent response given without hesitation (keyboard shortcut 5' +
- ')'
- Caption = 'Bright'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = BrightClick
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Next Repetition'
- object NextRepetitionButton: TButton
- Left = 0
- Top = 3
- Width = 190
- Height = 35
- Cursor = crArrow
- Hint = 'Proceed with the repetition of the next element (Enter)'
- Caption = '&Next Repetition'
- Default = True
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = NextRepetitionButtonClick
- OnKeyDown = FormKeyDown
- end
- object StopButton: TButton
- Left = 190
- Top = 3
- Width = 90
- Height = 35
- Hint =
- 'Stop learning after completing the current repetition (same as E' +
- 'sc)'
- Caption = 'Stop'
- TabOrder = 1
- OnClick = StopButtonClick
- end
- object RepetitionCancel: TButton
- Left = 280
- Top = 3
- Width = 117
- Height = 35
- Cursor = crArrow
- Hint = 'Cancel the just provided grade (Alt+G)'
- Cancel = True
- Caption = 'Cancel'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = RepetitionCancelClick
- end
- object GradeCombo: TComboBox
- Left = 400
- Top = 7
- Width = 147
- Height = 24
- Hint =
- 'Change the grade after the repetition and/or inspect the grade'#39's' +
- ' impact on the new interval, etc.'
- ItemHeight = 16
- Items.Strings = (
- 'Bright'
- 'Good'
- 'Pass'
- 'Fail'
- 'Bad'
- 'Null')
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- Text = 'GradeCombo'
- OnChange = GradeComboChange
- end
- object DatePanel: TPanel
- Left = 551
- Top = 7
- Width = 108
- Height = 25
- Hint = 'Date of the next repetition of the current element'
- BevelInner = bvLowered
- BevelOuter = bvLowered
- TabOrder = 4
- OnDblClick = DatePanelDblClick
- end
- end
- end
- object ToolBar: TPageControl
- Left = 0
- Top = 0
- Width = 666
- Height = 60
- Cursor = crHandPoint
- ActivePage = ComposeTab
- Align = alTop
- HotTrack = True
- MultiLine = True
- ParentShowHint = False
- RaggedRight = True
- ScrollOpposite = True
- ShowHint = False
- TabOrder = 2
- TabPosition = tpBottom
- OnChange = ToolBarChange
- object NavigateTab: TTabSheet
- Hint = 'Locate individual elements in the collection'
- Caption = 'Navigate'
- object NavigationPanel: TPanel
- Left = 0
- Top = 0
- Width = 658
- Height = 26
- Align = alTop
- ParentShowHint = False
- PopupMenu = ElementMenu
- ShowHint = True
- TabOrder = 0
- object HomeB: TSpeedButton
- Left = 364
- Top = 0
- Width = 31
- Height = 25
- Hint = 'Go to the first element (Ctrl+Home)'
- Glyph.Data = {
- 2E060000424D2E06000000000000360400002800000015000000150000000100
- 080000000000F801000000000000000000000001000000010000000000000000
- 80000080000000808000800000008000800080800000C0C0C000C0DCC000F0C8
- A400000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00070707070707
- 0707070707070707070707070707070000000707070707070707070707070707
- 0707070707070700000007070707070707070707070707070707070707070700
- 0000070707070707070707070707070707070707070707000000070707070707
- 0707070707070707070707070707070000000707070707070700070707070707
- 0707070707070700000007070707070707000707070007070707070707070700
- 0000070707070707070007070000070707070707070707000000070707070707
- 0700070000000707070707070707070000000707070707070700000000000707
- 0707070707070700000007070707070707000000000007070707070707070700
- 0000070707070707070000000000070707070707070707000000070707070707
- 0700070000000707070707070707070000000707070707070700070700000707
- 0707070707070700000007070707070707000707070007070707070707070700
- 0000070707070707070007070707070707070707070707000000070707070707
- 0707070707070707070707070707070000000707070707070707070707070707
- 0707070707070700000007070707070707070707070707070707070707070700
- 0000070707070707070707070707070707070707070707000000070707070707
- 070707070707070707070707070707000000}
- ParentShowHint = False
- ShowHint = True
- OnClick = NavigationButtonClick
- end
- object PElementB: TSpeedButton
- Left = 395
- Top = 0
- Width = 31
- Height = 25
- Hint = 'Go to the previous element (Alt+PgUp)'
- Glyph.Data = {
- 2E060000424D2E06000000000000360400002800000015000000150000000100
- 080000000000F801000000000000000000000001000000010000000000000000
- 80000080000000808000800000008000800080800000C0C0C000C0DCC000F0C8
- A400000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00070707070707
- 0707070707070707070707070707070000000707070707070707070707070707
- 0707070707070700000007070707070707070707070707070707070707070700
- 0000070707070707070707070707070707070707070707000000070707070707
- 0707070707070707070707070707070000000707070707070707070707070707
- 0707070707070700000007070707070707070707070007070707070707070700
- 0000070707070707070707070000070707070707070707000000070707070707
- 0707070000000707070707070707070000000707070707070707000000000707
- 0707070707070700000007070707070707000000000007070707070707070700
- 0000070707070707070700000000070707070707070707000000070707070707
- 0707070000000707070707070707070000000707070707070707070700000707
- 0707070707070700000007070707070707070707070007070707070707070700
- 0000070707070707070707070707070707070707070707000000070707070707
- 0707070707070707070707070707070000000707070707070707070707070707
- 0707070707070700000007070707070707070707070707070707070707070700
- 0000070707070707070707070707070707070707070707000000070707070707
- 070707070707070707070707070707000000}
- ParentShowHint = False
- ShowHint = True
- OnClick = NavigationButtonClick
- end
- object ParentB: TSpeedButton
- Left = 426
- Top = 0
- Width = 31
- Height = 25
- Hint = 'Go to the parent (Ctrl+Alt+ArrowUp)'
- Glyph.Data = {
- 2E060000424D2E06000000000000360400002800000015000000150000000100
- 080000000000F801000000000000000000000001000000010000000000000000
- 80000080000000808000800000008000800080800000C0C0C000C0DCC000F0C8
- A400000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00070707070707
- 0707070707070707070707070707070000000707070707070707070707070707
- 0707070707070700000007070707070707070707070707070707070707070700
- 0000070707070707070707070707070707070707070707000000070707070707
- 0707070707070707070707070707070000000707070707070707070707070707
- 0707070707070700000007070707070707070707070707070707070707070700
- 0000070707070707000000000000000000070707070707000000070707070707
- 07000000000000000707070707070700000007070707070700FF0000000000FF
- 000707070707070000000707070707070000FF000000FF000007070707070700
- 0000070707070707070000FF00FF000007070707070707000000070707070707
- 07070000FF000007070707070707070000000707070707070707070000000707
- 0707070707070700000007070707070707070707000707070707070707070700
- 0000070707070707070707070707070707070707070707000000070707070707
- 0707070707070707070707070707070000000707070707070707070707070707
- 0707070707070700000007070707070707070707070707070707070707070700
- 0000070707070707070707070707070707070707070707000000070707070707
- 070707070707070707070707070707000000}
- ParentShowHint = False
- ShowHint = True
- OnClick = NavigationButtonClick
- end
- object NElementB: TSpeedButton
- Left = 457
- Top = 0
- Width = 31
- Height = 25
- Hint = 'Go to the next element (Alt+PgDn)'
- Glyph.Data = {
- 2E060000424D2E06000000000000360400002800000015000000150000000100
- 080000000000F801000000000000000000000001000000010000000000000000
- 80000080000000808000800000008000800080800000C0C0C000C0DCC000F0C8
- A400000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00070707070707
- 0707070707070707070707070707070000000707070707070707070707070707
- 0707070707070700000007070707070707070707070707070707070707070700
- 0000070707070707070707070707070707070707070707000000070707070707
- 0707070707070707070707070707070000000707070707070707070707070707
- 0707070707070700000007070707070707070707000707070707070707070700
- 0000070707070707070707070000070707070707070707000000070707070707
- 0707070700000007070707070707070000000707070707070707070700000000
- 0707070707070700000007070707070707070707000000000007070707070700
- 0000070707070707070707070000000007070707070707000000070707070707
- 0707070700000007070707070707070000000707070707070707070700000707
- 0707070707070700000007070707070707070707000707070707070707070700
- 0000070707070707070707070707070707070707070707000000070707070707
- 0707070707070707070707070707070000000707070707070707070707070707
- 0707070707070700000007070707070707070707070707070707070707070700
- 0000070707070707070707070707070707070707070707000000070707070707
- 070707070707070707070707070707000000}
- ParentShowHint = False
- ShowHint = True
- OnClick = NavigationButtonClick
- end
- object EndB: TSpeedButton
- Left = 488
- Top = 0
- Width = 31
- Height = 25
- Hint = 'Go to the last element (Ctrl+End)'
- Glyph.Data = {
- 2E060000424D2E06000000000000360400002800000015000000150000000100
- 080000000000F801000000000000000000000001000000010000000000000000
- 80000080000000808000800000008000800080800000C0C0C000C0DCC000F0C8
- A400000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00070707070707
- 0707070707070707070707070707070000000707070707070707070707070707
- 0707070707070700000007070707070707070707070707070707070707070700
- 0000070707070707070707070707070707070707070707000000070707070707
- 0707070707070707070707070707070000000707070707070707070707070707
- 0707070707070700000007070707070707070700070707000707070707070700
- 0000070707070707070707000007070007070707070707000000070707070707
- 0707070000000700070707070707070000000707070707070707070000000000
- 0707070707070700000007070707070707070700000000000707070707070700
- 0000070707070707070707000000000007070707070707000000070707070707
- 0707070000000700070707070707070000000707070707070707070000070700
- 0707070707070700000007070707070707070700070707000707070707070700
- 0000070707070707070707070707070707070707070707000000070707070707
- 0707070707070707070707070707070000000707070707070707070707070707
- 0707070707070700000007070707070707070707070707070707070707070700
- 0000070707070707070707070707070707070707070707000000070707070707
- 070707070707070707070707070707000000}
- ParentShowHint = False
- ShowHint = True
- OnClick = NavigationButtonClick
- end
- object Synch: TSpeedButton
- Left = 522
- Top = 0
- Width = 25
- Height = 25
- Hint = 'Synchronize Contents window with the displayed element'
- AllowAllUp = True
- GroupIndex = 1
- Down = True
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777770007777777770000000000770007777777770FFFFFFFF0770007777
- 707770F000000F0770007777077770F0FFFFFF0770007777077770F000000F07
- 70007770007770F0FFFFFF0770007777077770F000000F0770007777777770F0
- FFFFFF0770007000000000F0FFFFFF07700070FFFFFFF0F0FFFFFF07700070FF
- FFFFF0F0FFFFFF07700070FFFFFFF00000000007700070FFFFFFFFFF07777077
- 700070FFFFFFFFFF07770007700070FFFFFFFFFF077770777000700000000000
- 0700077770007088888888880777777770007000000000000777777770007777
- 77777777777777777000777777777777777777777000}
- ParentShowHint = False
- ShowHint = True
- OnClick = SynchClick
- end
- object InstantTranslation: TSpeedButton
- Left = 548
- Top = 0
- Width = 25
- Height = 25
- Hint = 'Translate texts when mouse is moved over the component (Alt+U)'
- AllowAllUp = True
- GroupIndex = 2
- Flat = True
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 0400000000000001000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00666666666666
- 6666666666666666666666666666666640466666666666887F66666666666664
- 00066666666668888F6666666666664000466666666688887F66666666666400
- C466666666688878F66666666666400C466666666688878F6666666666660CC4
- 66666666668778F6666666666660C0466666666668788F666666666606660666
- 6666668F668F6666666666066606666666668F668F6666666666666060666666
- 666668F8F666666666666066066066666668F68F68F666666666666060666666
- 666668F8F6666666666666066606666666668F668F6666666666666606666666
- 6666668F66666666666666666666666666666666666666666666}
- NumGlyphs = 2
- OnClick = InstantTranslationClick
- end
- object InstantTranscription: TSpeedButton
- Left = 573
- Top = 0
- Width = 25
- Height = 25
- Hint =
- 'Replace texts with phonetic transcription when the mouse is move' +
- 'd over the component (Alt+Y)'
- AllowAllUp = True
- GroupIndex = 2
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
- FFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFF
- FFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFF0000FFFFFFFF
- F000FFFFFFFFFFF00FFFFFFFF000FFFFFFFFFFF00FFFFFFFF000FFF0000FFFF0
- 0FF000FFF000FF00FF0FFFF0FF0FFF0FF000FF0FFF0FF00FFF00000FF000FF0F
- FF0FFF0FFFFFFF0FF000FF0FFF0FFFF0FF0FF00FF000FFF0000F00000FF000FF
- F000FFFFFF0FFFFFFFFFFFFFF000FFFFFF0FFFFFFFFFFFFFF000FFFFFF0FFFFF
- FFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFF
- FFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000}
- OnClick = InstantTranscriptionClick
- end
- object PrintButton: TSpeedButton
- Left = 599
- Top = 0
- Width = 25
- Height = 25
- Hint = 'Print the current element'
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
- FFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFF000000000000FFFFF000FFF0
- 8888888888880FFFF000FF0888888888888880FFF000FF07777777777770880F
- F000FF0888888888888080FFF000FF08888888BBB880880FF000FF0888888877
- 78808880F000FF000000000000000880F000FF088888888888808080F000FFF0
- 0000000000080880F000FFFF0FFFFFFFFFF08080F000FFFF0FFFFFFFFFF00800
- F000FFFFF0F000000FFF000FF000FFFFF0FFFFFFFFFF0FFFF000FFFFFF0F0000
- 000F0FFFF000FFFFFF0FFFFFFFFFF0FFF000FFFFFF00FFFFFFFFF0FFF000FFFF
- FFF000000000000FF000FFFFFFFFFFFFFFFFFFFFF000}
- OnClick = PrintButtonClick
- end
- object BugButton: TSpeedButton
- Left = 624
- Top = 0
- Width = 25
- Height = 25
- Hint = 'Open a window with bug report dialog'
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
- FFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFF0FFFFFFFFFF000FFFF
- FFFFF000FFFFFFFFF000FFFFFFFF00000FFFFFFFF000FFF0FFF0000000FFF0FF
- F000FFF0FFF0000000FFF0FFF000FFF0FFF0000000FFF0FFF000FFFF0FFF0000
- 0FFF0FFFF000FFFFF0FFF000FFF0FFFFF000FF00FF0F00000F0FF00FF000FFFF
- 00F0000000F00FFFF000FFFFFF0F00000F0FFFFFF000FFFFF0FFF000FFF0FFFF
- F000FFFF0FFF00000FFF0FFFF000FFF0FFFFF000FFFFF0FFF000FF0FFFFF0FFF
- 0FFFFF0FF000FFFFFFF0FFFFF0FFFFFFF000FFFFFF0FFFFFFF0FFFFFF000FFFF
- FFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000}
- Visible = False
- OnClick = BugButtonClick
- end
- object ContentsButton: TButton
- Left = 1
- Top = 0
- Width = 87
- Height = 25
- Hint = 'View the table of contents (Alt+C)'
- Caption = 'Contents'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- TabStop = False
- OnClick = ContentsButtonClick
- OnKeyDown = FormKeyDown
- end
- object SearchButton: TButton
- Left = 88
- Top = 0
- Width = 70
- Height = 25
- Hint = 'Find elements that include a particular word (Ctrl+H)'
- Caption = 'Search'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- TabStop = False
- OnClick = SearchButtonClick
- OnKeyDown = FormKeyDown
- end
- object BackButton: TButton
- Left = 158
- Top = 0
- Width = 30
- Height = 25
- Hint = 'Go back to the previously viewed element (Alt+B)'
- Caption = '<'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- TabStop = False
- OnClick = BackButtonClick
- OnKeyDown = FormKeyDown
- end
- object ForwardButton: TButton
- Left = 188
- Top = 0
- Width = 30
- Height = 25
- Hint = 'Go ahead after moving back to previously viewed elements (Alt+A)'
- Caption = '>'
- TabOrder = 3
- OnClick = ForwardButtonClick
- OnKeyDown = FormKeyDown
- end
- object HistoryButton: TButton
- Left = 218
- Top = 0
- Width = 70
- Height = 25
- Hint = 'View the list of recently visited elements (Alt+I)'
- Caption = 'History'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- TabStop = False
- OnClick = HistoryButtonClick
- OnKeyDown = FormKeyDown
- end
- object NextButton: TButton
- Left = 288
- Top = 0
- Width = 70
- Height = 25
- Hint =
- 'Go to the next element (PgDn)(right click this button to choose ' +
- 'the mode)'
- Caption = 'Ne&xt'
- ParentShowHint = False
- PopupMenu = NextPopupMenu
- ShowHint = True
- TabOrder = 5
- TabStop = False
- OnClick = NavigationButtonClick
- OnKeyDown = FormKeyDown
- end
- end
- end
- object ComposeTab: TTabSheet
- Hint = 'Compose the contents of element pages'
- Caption = 'Compose'
- ParentShowHint = False
- PopupMenu = ElementMenu
- ShowHint = True
- object PopUpButton: TSpeedButton
- Left = 3
- Top = 1
- Width = 25
- Height = 25
- Hint =
- 'Open a menu with the most important options of the element windo' +
- 'w (same as right-click over non-component area)'
- AllowAllUp = True
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777770007F7F7F7F7F7F7F7F7F7F700077800000000007F7F7F770007F8F
- FFFFFFFF0F7F7F7F7000778F4444FFFF07F7F7F770007F8FFFFFFFFF0F7F7F7F
- 700077844444444407F7F7F770007F8FFFFFFFFF0F7F7F7F7000778F44444FFF
- 07F7F7F770007F8FFFFFFFFF0F7F7F7F7000778F4444FFFF07F7F7F770007F8F
- FFFFFFFF0F7F7F7F7000778F44444FFF07F7F7F770007F8FFFFFFFFF0F7F7F7F
- 700078888888888880000008700078F44444FFFFFFFFFFF8700078F4FFF4F444
- FF444FF8700078F44444FFFFFFFFFFF870007888888888888888888870007F7F
- 7F7F7F7F7F7F7F7F7000777777777777777777777000}
- OnClick = PopUpButtonClick
- end
- object ComponentMenuButton: TSpeedButton
- Left = 28
- Top = 1
- Width = 25
- Height = 25
- Hint =
- 'Open a context menu for the currently selected component (same a' +
- 's right-click over component)'
- AllowAllUp = True
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777770007777777777777777777770007777777777777777777770007777
- 77777777777777777000777778000000000077777000777778FFFFFFFFF07777
- 7000777778F444444FF0777770007777784444444440777770007777784FFFFF
- F44077777000777778444444444077777000777778F444444FF0777770007777
- 78FFFFFFFFF077777000777778F444444FF077777000777778FFFFFFFFF07777
- 7000777778F444444FF077777000777778FFFFFFFFF077777000777778888888
- 8888777770007777777777777777777770007777777777777777777770007777
- 77777777777777777000777777777777777777777000}
- OnClick = ComponentMenuButtonClick
- end
- object TextButton: TSpeedButton
- Left = 63
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Create a simple text component'
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777770007777777777777777777770007777777777777777777770007777
- 7777777777777777700070000000000000000000700070000000000000000000
- 700070FFFFFFFFFFFFFFFFF0700070FFFFFFFFFFFFFFFFF0700070FFFFFFFFFF
- FFFFFFF0700070FF0FF000F0F0FF0FF0700070FF0FF0FFF0F0FF0FF0700070FF
- 0FF00FFF0FFF0FF0700070FF0FF0FFF0F0FF0FF0700070F000F000F0F0F000F0
- 700070FFFFFFFFFFFFFFFFF0700070FFFFFFFFFFFFFFFFF07000700000000000
- 0000000070007000000000000000000070007777777777777777777770007777
- 77777777777777777000777777777777777777777000}
- OnClick = TextButtonClick
- end
- object RTFButton: TSpeedButton
- Left = 89
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Create a rich text component'
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
- 8888888880008888888888888888888880008888888888888888888880008888
- 8888888888888888800080000000000000000000800080000000000000000000
- 800080FFFFFFFFFFFFFFFFF0800080FFFFFFFFFFFFFFFFF0800080FF9FF9FFF9
- FFF9FFF0800080FF9FF9FFF9FFF9FFF0800080FF9F9FFFF9FFF9FFF0800080FF
- 9999FFF9FFF999F0800080FF9FF9FFF9FFF9FFF0800080FF9999F99999F999F0
- 800080FFFFFFFFFFFFFFFFF0800080FFFFFFFFFFFFFFFFF08000800000000000
- 0000000080008000000000000000000080008888888888888888888880008888
- 88888888888888888000888888888888888888888000}
- OnClick = RTFButtonClick
- end
- object HTMButton: TSpeedButton
- Left = 115
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Create a web browser component'
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
- 8888888880008888888888888888888880008888888888888888888880008888
- 8888888888888888800000000000000000000000000000000000000000000000
- 00000FFFFFFFFFFFFFFFFFFF00000FFFFFFFFFFFFFFFFFFF00000FFCFFCFFCCF
- CFCFCFFF00000FFCFFCFFCFFCFCFCFFF00000FFCFFCFFCFFCFCFCFFF00000FFC
- CCCFFCFFCFCFCFFF00000FFCFFCFCCCFCCCCFFFF00000FFCFFCFFCFFFFFFFFFF
- 00000FFFFFFFFFFFFFFFFFFF00000FFFFFFFFFFFFFFFFFFF0000000000000000
- 0000000000000000000000000000000000008888888888888888888880008888
- 88888888888888888000888888888888888888888000}
- OnClick = HTMButtonClick
- end
- object SpellButton: TSpeedButton
- Left = 141
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Create a text input component (Spell-Pad)'
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777770007777777777777777777770007777777777777777777770007777
- 7777777777777777700077777777777777777777700078000000000000000000
- 000078BBBBBBBBBBBB00B00B000078BB4444B4444BBB0BBB000078B44B44B44B
- 44BB0BBB000078B44B44B44B44BB0BBB000078BB4444B44B44BB0BBB000078BB
- BB44B44B44BB0BBB000078BB444BB4444BBB0BBB000078BBBBBBB44BBBBB0BBB
- 000078BBBBBBB44BBBBB0BBB000078BBBBBBBBBBBB00B00B0000788888888888
- 8888888880007777777777777777777770007777777777777777777770007777
- 77777777777777777000777777777777777777777000}
- ParentShowHint = False
- ShowHint = True
- OnClick = SpellButtonClick
- end
- object ImageButton: TSpeedButton
- Left = 167
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Create an image component'
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 777777777000777777777777777777777000780000000000000000000000784F
- 4B4E4C4C4C4C4C4B000078C4E4E4C4C4C4C4C4880000784C4F4B4C4C4C4B8822
- 000078C4B4E4C4C4CB82A222000078EFEFEFEFEFEA222A22000078EEEEEEEEEE
- EEEEA222000078EEEEEEEEEEEEEEEEA2000078EEEEEEEEEEEEEEEEEA000078EE
- EBBEEEEEEEEEEEEE000078EEBFFBEEEEEEEEEEEE000078EEBFFBEEEEEEEEEEEE
- 000078EEEBBEEEEEEEEEEEEE000078EEEEEEEEEEEEEEEEEE000078EEEEEEEEEE
- EEEEEEEE00007888888888888888888880007777777777777777777770007777
- 77777777777777777000777777777777777777777000}
- OnClick = ImageButtonClick
- end
- object SoundButton: TSpeedButton
- Left = 193
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Create a sound component'
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777770007777777777777777777770007777777777777777777770007777
- 7777770077777777700077777777700707777777700077777777080707777777
- 700077777770B0778877777770007777770BB077707707777000777700BBB007
- 7077707770007770BBBBB0807077707770007770BBBBB0707870707770007770
- BFBFB0F0707770777000777700F7F0077077707770007777770F707770770777
- 700077777770F077887777777000777777770F07077777777000777777777007
- 0777777770007777777777007777777770007777777777777777777770007777
- 77777777777777777000777777777777777777777000}
- OnClick = SoundButtonClick
- end
- object VideoButton: TSpeedButton
- Left = 219
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Create a video component'
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777770007777777777777777777770007777777777777777777770007777
- 7777777777777777700077777777777777777777700077444444444444477777
- 7000774444444444444477447000774EE7777747444444447000774777777777
- 7744484470007747777777777744484470004744444444777744474470004744
- 44444E4777444F44700044444444444777444444700044FFFFFFF44777477774
- 7000474444444444444777777000777777777777777777777000777777777777
- 7777777770007777777777777777777770007777777777777777777770007777
- 77777777777777777000777777777777777777777000}
- OnClick = VideoButtonClick
- end
- object ScriptButton: TSpeedButton
- Left = 245
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Create a program script component'
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777770007777777777777777777770007777777777777777777770007777
- 77777777777777777000777777F77777777777777000777778AFF77777777777
- 7000777778AAAFF7777777777000777778AAAAAFF77777777000777778AAAAAA
- AFF777777000777778AAAAAAAAAFF7777000777778AAAAAAAAA88F7770007777
- 78AAAAAAA88777777000777778AAAAA8877777777000777778AAA88777777777
- 7000777778A88777777777777000777778877777777777777000777777777777
- 7777777770007777777777777777777770007777777777777777777770007777
- 77777777777777777000777777777777777777777000}
- OnClick = ScriptButtonClick
- end
- object OLEButton: TSpeedButton
- Left = 271
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Insert an OLE object (e.g. Excel spreadsheet or Word document)'
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
- 8888888880008888888888888888888880008888888888888888888880008888
- 8888888888888888800088777777777777777777800088888888888888888887
- 8000888888888888888888878000884444884444844444878000844884484488
- 8448888780008448844844888448888780008448844844888444488780008448
- 8448448884488887800084488448448884488887800088444488448884444487
- 8000888888888888888888878000888888888888888888878000888888888888
- 8888888780008888888888888888888880008888888888888888888880008888
- 88888888888888888000888888888888888888888000}
- OnClick = OLEButtonClick
- end
- object ProgramButton: TSpeedButton
- Left = 297
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Create a programmed component'
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
- 8888888880008888888888888888888880008888888888888888888880008888
- 8888888888888888800088777777777777777777800088888888888888888887
- 8000888888888888888888878000888444888888888888878000884488488848
- 8888488780008844888888488888488780008844888844444844444780008844
- 8888884888884887800088448848884888884887800088844488888888888887
- 8000888888888888888888878000888888888888888888878000888888888888
- 8888888780008888888888888888888880008888888888888888888880008888
- 88888888888888888000888888888888888888888000}
- OnClick = ProgramButtonClick
- end
- object EllipseButton: TSpeedButton
- Left = 331
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Create an elliptic shape'
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777770007777777777777777777770007777777000000077777770007777
- 700000000000777770007777000AAAAAAA0007777000777000AAAAAAAAA00077
- 700077700AAAAAAAAAAA007770007700AAAAAAAAAAAAA00770007700AAAAAAAA
- AAAAA00770007700AAAAAAAAAAAAA00770007700AAAAAAAAAAAAA00770007700
- AAAAAAAAAAAAA00770007700AAAAAAAAAAAAA007700077700AAAAAAAAAAA0077
- 7000777000AAAAAAAAA0007770007777000AAAAAAA000777700077777000AAAA
- A000777770007777770000000007777770007777777700000777777770007777
- 77777777777777777000777777777777777777777000}
- OnClick = EllipseButtonClick
- end
- object RectangleButton: TSpeedButton
- Left = 357
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Create a rectangular shape'
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777770007777777777777777777770007777777777777777777770007777
- 7777777777777777700077700000000000000077700077700000000000000077
- 700077700CCCCCCCCCCC0077700077700CCCCCCCCCCC0077700077700CCCCCCC
- CCCC0077700077700CCCCCCCCCCC0077700077700CCCCCCCCCCC007770007770
- 0CCCCCCCCCCC0077700077700CCCCCCCCCCC0077700077700CCCCCCCCCCC0077
- 700077700CCCCCCCCCCC00777000777000000000000000777000777000000000
- 0000007770007777777777777777777770007777777777777777777770007777
- 77777777777777777000777777777777777777777000}
- OnClick = RectangleButtonClick
- end
- object RRectangleButton: TSpeedButton
- Left = 383
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Create a rounded rectangular shape'
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777770007777777777777777777770007777777777777777777770007777
- 7000000000007777700077770000000000000777700077700099999999900077
- 7000777009999999999900777000777009999999999900777000777009999999
- 9999007770007770099999999999007770007770099999999999007770007770
- 0999999999990077700077700999999999990077700077700999999999990077
- 7000777009999999999900777000777000999999999000777000777700000000
- 0000077770007777700000000000777770007777777777777777777770007777
- 77777777777777777000777777777777777777777000}
- OnClick = RRectangleButtonClick
- end
- object LineButton: TSpeedButton
- Left = 408
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Create a line connector'
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777770007777777777777777777770007777777777777777777770007777
- 7777777777777777700077777777777777700777700077777777777777007777
- 7000777777777777700777777000777777777777007777777000777777777770
- 0777777770007777777777007777777770007777777770077777777770007777
- 7777007777777777700077777770077777777777700077777700777777777777
- 7000777770077777777777777000777700777777777777777000777777777777
- 7777777770007777777777777777777770007777777777777777777770007777
- 77777777777777777000777777777777777777777000}
- OnClick = LineButtonClick
- end
- object EditingButton: TSpeedButton
- Left = 442
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Switch to editing mode (Alt+click)'
- AllowAllUp = True
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777770000
- 0000000770007777777088888888888070007777770777777777770070007777
- 7707777777FFFF707000777777000000000888007000777777077777777FFF70
- 70007777770000000000880070007000000000000777FF7070000EEEEEEEEEEE
- E000080070000EEEEEEEEEEEEE077F70700070EEEEEEEEEEEE0008007000770E
- EEEEEEEEEE077F707000770EEEEEEEEEEEE000007000770EEEEEEEEEEEEE0770
- 70007770EE0000000EEE0000700077770EEEEEEEEEEE0770700077770EE00000
- 00EEE070700077770EEEEEEEEEEEEE0070007777700E0E0E0E0E0E0070007777
- 77000000000000077000777777777777777777777000}
- OnClick = EditingButtonClick
- end
- object DraggingButton: TSpeedButton
- Left = 468
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Switch to dragging mode (Alt+click twice)'
- AllowAllUp = True
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 777777777000777000000000000000000000770BBBB0777707777777000070BB
- BBB0000000000000000070BBBBBBBBBBBBBBBBBB000070BBBBBBBBBBBBBBBBBB
- 000070BBBBBBBBBBBBBBBBBB000070BBBBBBBBBBBBBBBBBB000070BBBBBBBBBB
- BBBBBBBB000070BBBB00000BBBBBBBBB000070BBBB0AEA0BBBBBBBBB000070BB
- BB0EAE0BBBBBBBBB000070BBBB0AEA0BBBBBBBBB000070BBBB0EAE0BBBBBBBBB
- 000070BB000AEA000BBBBBBB000070000EAEAEAE000000007000777770EAEAE0
- 7777777770007777770EAE0777777777700077777770E0777777777770007777
- 77770777777777777000777777777777777777777000}
- OnClick = DraggingButtonClick
- end
- object DisplayButton: TSpeedButton
- Left = 494
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Switch to presentation mode (Esc)'
- AllowAllUp = True
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777778777787
- 7777777870007878777777778778777770008787777777777777778780007778
- 7777777777777777700078777777777777777777700087877777777777777777
- 7000777777777777777777777000787777000007777777777000877700FCCC00
- 07777777700077700FCC0CCF000777777000770FFFC000CFFF00007770007700
- FFC000CFF0000077700077700FCC0CCF000088887000777700FCCC0000888878
- 0000777770000008888788800000777777777888788880000000770777877788
- 8800000070007770000000000000007770007777770000000007777770007777
- 77777777777777777000777777777777777777777000}
- OnClick = DisplayButtonClick
- end
- object NumberButton: TSpeedButton
- Left = 519
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Display component number tags'
- AllowAllUp = True
- GroupIndex = 1
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777770007788787887878878887770007878888787888EEEE0887000878F
- 08788878E0888E087000778F07888778E0887E077000788F08777888E0878E08
- 7000787F08878878E0888E087000788F088888888EEEE0877000887F08787878
- E0878E087000788F08888887E0878E0870008F0F08878A07E0888E08700078FF
- 08888A088EEEE0877000778F0AAAAAA0888888887000778888A08A0878878877
- 7000777878A08A088887877870007787788A0A087778777770007778887A0A08
- 88877877700077777878AA0877777777700077778778AA087878777770007777
- 77888A08888777777000777777778888777777777000}
- OnClick = NumberButtonClick
- end
- object AlignmentButton: TSpeedButton
- Left = 545
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Align components in dragging and editing modes'
- AllowAllUp = True
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777770007777777777C7777777777000777777777CCC7777777770007777
- 7777CCCCC777777770007777777777C77777777770007777777777C777777777
- 70007777777777C77777777770007777777777C7777777777000777C77777777
- 77777C77700077CC7777777777777CC770007CCCCCCC77777CCCCCCC700077CC
- 7777777777777CC77000777C7777777777777C7770007777777777C777777777
- 70007777777777C77777777770007777777777C77777777770007777777777C7
- 77777777700077777777CCCCC77777777000777777777CCC7777777770007777
- 777777C7777777777000777777777777777777777000}
- OnClick = AlignmentButtonClick
- end
- end
- object EditTab: TTabSheet
- Hint = 'Edit components located on element pages'
- Caption = 'Edit'
- ParentShowHint = False
- PopupMenu = ElementMenu
- ShowHint = True
- object PopUp1Button: TSpeedButton
- Left = 3
- Top = 1
- Width = 25
- Height = 25
- Hint =
- 'Open a menu with the most important options of the element windo' +
- 'w (same as right-click over non-component area)'
- AllowAllUp = True
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777770007F7F7F7F7F7F7F7F7F7F700077800000000007F7F7F770007F8F
- FFFFFFFF0F7F7F7F7000778F4444FFFF07F7F7F770007F8FFFFFFFFF0F7F7F7F
- 700077844444444407F7F7F770007F8FFFFFFFFF0F7F7F7F7000778F44444FFF
- 07F7F7F770007F8FFFFFFFFF0F7F7F7F7000778F4444FFFF07F7F7F770007F8F
- FFFFFFFF0F7F7F7F7000778F44444FFF07F7F7F770007F8FFFFFFFFF0F7F7F7F
- 700078888888888880000008700078F44444FFFFFFFFFFF8700078F4FFF4F444
- FF444FF8700078F44444FFFFFFFFFFF870007888888888888888888870007F7F
- 7F7F7F7F7F7F7F7F7000777777777777777777777000}
- OnClick = PopUpButtonClick
- end
- object Component1Button: TSpeedButton
- Left = 28
- Top = 1
- Width = 25
- Height = 25
- Hint =
- 'Open a context menu for the currently selected component (same a' +
- 's right-click over component)'
- AllowAllUp = True
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777770007777777777777777777770007777777777777777777770007777
- 77777777777777777000777778000000000077777000777778FFFFFFFFF07777
- 7000777778F444444FF0777770007777784444444440777770007777784FFFFF
- F44077777000777778444444444077777000777778F444444FF0777770007777
- 78FFFFFFFFF077777000777778F444444FF077777000777778FFFFFFFFF07777
- 7000777778F444444FF077777000777778FFFFFFFFF077777000777778888888
- 8888777770007777777777777777777770007777777777777777777770007777
- 77777777777777777000777777777777777777777000}
- OnClick = ComponentMenuButtonClick
- end
- object FontButton: TSpeedButton
- Left = 59
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Set the font of the current component'
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777770007777777777777777777770007777777777777777777770007744
- 7777777777777777700077447777777777777777700077447777777778187777
- 7000774447777777771777777000774477777777771787777000774477777777
- 7711177770007744447755777717877770007777777778577717787770007777
- 7777775778111177700077777777775777777777700077777777755577777777
- 7000777777777757777777777000777777777758777777777000777777777775
- 5777777770007777777777777777777770007777777777777777777770007777
- 77777777777777777000777777777777777777777000}
- OnClick = FontButtonClick
- end
- object FontUpButton: TSpeedButton
- Left = 85
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Increase font size'
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
- 8888888880008888888888888888888880008888888888888888888880008888
- 8888888888888888800088000008888800000088800088880788888880008888
- 8000888870888888700788888000888880788888000888888000888887000000
- 0078888880008888880788800088888880008888887088700788888880008888
- 8880780008888888800088888887070078888888800088888888000088888888
- 8000888888887007888888888000888888888008888888888000888888888888
- 8111118880008888888888888811188880008888888888888881888880008888
- 88888888888888888000888888888888888888888000}
- OnClick = FontUpButtonClick
- end
- object FontDownButton: TSpeedButton
- Left = 111
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Decrease font size'
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
- 8888888880008888888888888888888880008888888888888888888880008888
- 8888888888888888800088888888888888888888800088887000800007888888
- 8000888887088800788888888000888888000000888888888000888888708007
- 8888888880008888888080088888888880008888888700788888888880008888
- 8888008888888888800088888888888888888888800088888888888888888888
- 8000888888888888888188888000888888888888881118888000888888888888
- 8111118880008888888888888888888880008888888888888888888880008888
- 88888888888888888000888888888888888888888000}
- OnClick = FontDownButtonClick
- end
- object BoldButton: TSpeedButton
- Left = 137
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Change the bold attribute of the font'
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
- FFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFF
- FFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFF
- F000FFFFFFFFFFFFFFFFFFFFF000FFFFFF00000000FFFFFFF000FFFFFFF000FF
- 000FFFFFF000FFFFFFF000FF000FFFFFF000FFFFFFF000FF000FFFFFF000FFFF
- FFF0000000FFFFFFF000FFFFFFF000FF000FFFFFF000FFFFFFF000FF000FFFFF
- F000FFFFFFF000FF000FFFFFF000FFFFFF00000000FFFFFFF000FFFFFFFFFFFF
- FFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFF
- FFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000}
- OnClick = BoldButtonClick
- end
- object ItalicButton: TSpeedButton
- Left = 163
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Change the italic attribute of the font'
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
- FFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFF
- FFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFF
- F000FFFFFFFFFFFFFFFFFFFFF000FFFFFF000000FFFFFFFFF000FFFFFFFF007F
- FFFFFFFFF000FFFFFFFF700FFFFFFFFFF000FFFFFFFFF007FFFFFFFFF000FFFF
- FFFFF700FFFFFFFFF000FFFFFFFFFF007FFFFFFFF000FFFFFFFFFF700FFFFFFF
- F000FFFFFFFFFFF007FFFFFFF000FFFFFFFFFF00000FFFFFF000FFFFFFFFFFFF
- FFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFF
- FFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000}
- OnClick = ItalicButtonClick
- end
- object UnderlineButton: TSpeedButton
- Left = 189
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Change the underline attribute of the font'
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
- FFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFF
- FFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFF000000000FFFFF
- F000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFF00000FFFFFFFF000FFFFFFF007F7
- 00FFFFFFF000FFFFFFF00FFF00FFFFFFF000FFFFFFF00FFF00FFFFFFF000FFFF
- FFF00FFF00FFFFFFF000FFFFFFF00FFF00FFFFFFF000FFFFFFF00FFF00FFFFFF
- F000FFFFFFF00FFF00FFFFFFF000FFFFFF0000F0000FFFFFF000FFFFFFFFFFFF
- FFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFF
- FFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000}
- OnClick = UnderlineButtonClick
- end
- object FontColorButton: TSpeedButton
- Left = 215
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Change the color of the current font'
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
- 8888888880008888888888888888888880008888888888888888888880008899
- 8888888888888888800088998888888888888888800088998888888887278888
- 8000889998888888882888888000889988888888882878888000889988888888
- 88222888800088999988DD888828788880008888888887D88828878880008888
- 888888D88722228880008888888888D8888888888000888888888DDD88888888
- 80008888888888D88888888880008888888888D788888888800088888888888D
- D888888880008888888888888888888880008888888888888888888880008888
- 88888888888888888000888888888888888888888000}
- OnClick = FontColorButtonClick
- end
- object ColorButton: TSpeedButton
- Left = 241
- Top = 1
- Width = 25
- Height = 25
- Hint =
- 'Change the color of the current component (or the entire element' +
- ')'
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
- FFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFF
- FFF7000007FFFFFFF000FFFFF70099999007FFFFF000FFFF7099999999907FFF
- F000FFFF0B099999990A0FFFF000FFF70BB0999990AA07FFF000FFF0BBBB0999
- 0AAAA0FFF000FFF0BBBBB090AAAAA0FFF000FFF00000000AAAAAA0FFF000FFF0
- CCCCCCC0AAAAA0FFF000FFF0CCCCCCCC0AAAA0FFF000FFF70CCCCCCCC0AA07FF
- F000FFFF0CCCCCCCCC0A0FFFF000FFFF70CCCCCCCCC07FFFF000FFFFF700CCCC
- C007FFFFF000FFFFFFF7000007FFFFFFF000FFFFFFFFFFFFFFFFFFFFF000FFFF
- FFFFFFFFFFFFFFFFF000FFFFFFFFFFFFFFFFFFFFF000}
- OnClick = ColorButtonClick
- end
- object TestRepetition1: TSpeedButton
- Left = 273
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Test the repetition cycle (Ctrl+Shift+Y)'
- AllowAllUp = True
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777770007CCCCCCCCCCCCCCCCCCC70007CCCCCCCCCCCCCCCCCCC70007CCC
- CCCCCCCCCCCCCCCC70007CCCC00000000000CCCC70007CCCC0FFFFFFFFF0CCCC
- 70007CCCC0FFFFFFFFF0CCCC70007CCCC0FFFFFFFFF0CCCC70007CCCC0FFF000
- 0000CCCC70007CCCC0FFF0CCCCCCCCCC70007CCCC0FFF0CCCCCCCCCC70007CCC
- C0FFF0CCCCCCCCCC70007CCCC0FFF0CCCCCCCCCC70007CCCC0FFF0CCCCCCCCCC
- 70007CCCC0FFF0CCCCCCCCCC70007CCCC0FFF0CCCCCCCCCC70007CCCC0FFF0CC
- CCCCCCCC70007CCCC00000CCCCCCCCCC70007CCCCCCCCCCCCCCCCCCC70007CCC
- CCCCCCCCCCCCCCCC7000777777777777777777777000}
- OnClick = TestRepetitionClick
- end
- object SaveTemplateBtn: TSpeedButton
- Left = 296
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Save the current element as template'
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777770007777777777777777777770007777777777777777777770007777
- 777777777777777770007778000000000000877770007770880888F770880777
- 70007770880888F7708807777000777088078877708807777000777088800000
- 0888077770007770888888888888077770007770880000000088077770007770
- 80FFFFFFFF0807777000777080FFFFFFFF0807777000777080FFFFFFFF080777
- 7000777080FFFFFFFF0807777000777000FFFFFFFF0007777000777080FFFFFF
- FF08077770007778000000000000877770007777777777777777777770007777
- 77777777777777777000777777777777777777777000}
- OnClick = MISaveAsTemplateClick
- end
- object LoadTemplateBtn: TSpeedButton
- Left = 320
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Load a template from the template registry'
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777770007777777777777777777770007777777777777777777770007777
- 7777777777777777700077700000000000007777700077007B7B7B7B7B7B0777
- 7000770F07B7B7B7B7B707777000770B0B7B7B7B7B7B70777000770FB0B7B7B7
- B7B7B0777000770BF07B7B7B7B7B7B077000770FBF000007B7B7B7077000770B
- FBFBFBF0000000777000770FBFBFBFBFBFB077777000770BFBFBFBFBFBF07777
- 7000770FBFBF0000000777777000777000007777777777777000777777777777
- 7777777770007777777777777777777770007777777777777777777770007777
- 77777777777777777000777777777777777777777000}
- OnClick = MILoadTemplateClick
- end
- object Edit1Button: TSpeedButton
- Left = 442
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Switch to editing mode (Alt+click)'
- AllowAllUp = True
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777770000
- 0000000770007777777088888888888070007777770777777777770070007777
- 7707777777FFFF707000777777000000000888007000777777077777777FFF70
- 70007777770000000000880070007000000000000777FF7070000EEEEEEEEEEE
- E000080070000EEEEEEEEEEEEE077F70700070EEEEEEEEEEEE0008007000770E
- EEEEEEEEEE077F707000770EEEEEEEEEEEE000007000770EEEEEEEEEEEEE0770
- 70007770EE0000000EEE0000700077770EEEEEEEEEEE0770700077770EE00000
- 00EEE070700077770EEEEEEEEEEEEE0070007777700E0E0E0E0E0E0070007777
- 77000000000000077000777777777777777777777000}
- OnClick = EditingButtonClick
- end
- object Drag1Button: TSpeedButton
- Left = 468
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Switch to dragging mode (Alt+click twice)'
- AllowAllUp = True
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 777777777000777000000000000000000000770BBBB0777707777777000070BB
- BBB0000000000000000070BBBBBBBBBBBBBBBBBB000070BBBBBBBBBBBBBBBBBB
- 000070BBBBBBBBBBBBBBBBBB000070BBBBBBBBBBBBBBBBBB000070BBBBBBBBBB
- BBBBBBBB000070BBBB00000BBBBBBBBB000070BBBB0AEA0BBBBBBBBB000070BB
- BB0EAE0BBBBBBBBB000070BBBB0AEA0BBBBBBBBB000070BBBB0EAE0BBBBBBBBB
- 000070BB000AEA000BBBBBBB000070000EAEAEAE000000007000777770EAEAE0
- 7777777770007777770EAE0777777777700077777770E0777777777770007777
- 77770777777777777000777777777777777777777000}
- OnClick = DraggingButtonClick
- end
- object View1Button: TSpeedButton
- Left = 494
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Switch to presentation mode (Esc)'
- AllowAllUp = True
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777778777787
- 7777777870007878777777778778777770008787777777777777778780007778
- 7777777777777777700078777777777777777777700087877777777777777777
- 7000777777777777777777777000787777000007777777777000877700FCCC00
- 07777777700077700FCC0CCF000777777000770FFFC000CFFF00007770007700
- FFC000CFF0000077700077700FCC0CCF000088887000777700FCCC0000888878
- 0000777770000008888788800000777777777888788880000000770777877788
- 8800000070007770000000000000007770007777770000000007777770007777
- 77777777777777777000777777777777777777777000}
- OnClick = DisplayButtonClick
- end
- object NumberButton1: TSpeedButton
- Left = 519
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Display component number tags'
- AllowAllUp = True
- GroupIndex = 1
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777770007788787887878878887770007878888787888EEEE0887000878F
- 08788878E0888E087000778F07888778E0887E077000788F08777888E0878E08
- 7000787F08878878E0888E087000788F088888888EEEE0877000887F08787878
- E0878E087000788F08888887E0878E0870008F0F08878A07E0888E08700078FF
- 08888A088EEEE0877000778F0AAAAAA0888888887000778888A08A0878878877
- 7000777878A08A088887877870007787788A0A087778777770007778887A0A08
- 88877877700077777878AA0877777777700077778778AA087878777770007777
- 77888A08888777777000777777778888777777777000}
- OnClick = NumberButton1Click
- end
- object AlignmentButton1: TSpeedButton
- Left = 545
- Top = 1
- Width = 25
- Height = 25
- Hint = 'Align components in dragging and editing modes'
- AllowAllUp = True
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777770007777777777C7777777777000777777777CCC7777777770007777
- 7777CCCCC777777770007777777777C77777777770007777777777C777777777
- 70007777777777C77777777770007777777777C7777777777000777C77777777
- 77777C77700077CC7777777777777CC770007CCCCCCC77777CCCCCCC700077CC
- 7777777777777CC77000777C7777777777777C7770007777777777C777777777
- 70007777777777C77777777770007777777777C77777777770007777777777C7
- 77777777700077777777CCCCC77777777000777777777CCC7777777770007777
- 777777C7777777777000777777777777777777777000}
- OnClick = AlignmentButtonClick
- end
- object Stop: TSpeedButton
- Left = 608
- Top = 1
- Width = 25
- Height = 25
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777770007777777777777777777770007777777777777777777770007777
- 7777777777777777700077777777777777777777700077777FFFFFFFFFFFF777
- 70007777899999999999F77770007777899999999999F7777000777789999999
- 9999F77770007777899999999999F77770007777899999999999F77770007777
- 899999999999F77770007777899999999999F77770007777899999999999F777
- 7000777788888888888877777000777777777777777777777000777777777777
- 7777777770007777777777777777777770007777777777777777777770007777
- 77777777777777777000777777777777777777777000}
- Visible = False
- OnClick = StopClick
- end
- end
- object PathTab: TTabSheet
- Hint = 'View the Contents path to a given element'
- Caption = 'Path'
- ParentShowHint = False
- PopupMenu = ElementMenu
- ShowHint = True
- object ClosePathButton: TSpeedButton
- Left = 1
- Top = -2
- Width = 28
- Height = 28
- Hint = 'Close the pathlist combo box'
- Flat = True
- Glyph.Data = {
- 72010000424D7201000000000000760000002800000015000000150000000100
- 040000000000FC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777770007777777777777777777770007777788777777777777770007777
- 9118777779877777700077779111877791187777700077779111187911118777
- 7000777779111181111187777000777777911111111877777000777777791111
- 1187777770007777777711111877777770007777777791111877777770007777
- 7779111118777777700077777791118111877777700077777911187911187777
- 7000777779118777911187777000777777917777791117777000777777777777
- 7791977770007777777777777777777770007777777777777777777770007777
- 77777777777777777000777777777777777777777000}
- OnClick = ClosePathButtonClick
- end
- object GoToPathButton: TSpeedButton
- Left = 29
- Top = -2
- Width = 28
- Height = 28
- Hint = 'Display the selected ancestor in the Contents window'
- Flat = True
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 0400000000000001000000000000000000001000000010000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000
- 000033333377777777773333330FFFFFFFF03FF3FF7FF33F3FF700300000FF0F
- 00F077F777773F737737E00BFBFB0FFFFFF07773333F7F3333F7E0BFBF000FFF
- F0F077F3337773F3F737E0FBFBFBF0F00FF077F3333FF7F77F37E0BFBF00000B
- 0FF077F3337777737337E0FBFBFBFBF0FFF077F33FFFFFF73337E0BF0000000F
- FFF077FF777777733FF7000BFB00B0FF00F07773FF77373377373330000B0FFF
- FFF03337777373333FF7333330B0FFFF00003333373733FF777733330B0FF00F
- 0FF03333737F37737F373330B00FFFFF0F033337F77F33337F733309030FFFFF
- 00333377737FFFFF773333303300000003333337337777777333}
- NumGlyphs = 2
- OnClick = GoToPathButtonClick
- end
- object PathComboBox: TComboBox
- Left = 56
- Top = 0
- Width = 393
- Height = 24
- Hint =
- 'The list of ancestors of a given element in the knowledge hierar' +
- 'chy'
- Style = csDropDownList
- ItemHeight = 16
- ParentColor = True
- TabOrder = 0
- OnClick = PathComboBoxClick
- OnKeyDown = PathComboBoxKeyDown
- end
- end
- object TitleTab: TTabSheet
- Hint = 'Edit the title of the current element'
- Caption = 'Title'
- object TitleMemo: TMemo
- Left = 0
- Top = 0
- Width = 658
- Height = 29
- Hint = 'Type in the new title and press Enter'
- Align = alClient
- Color = clWhite
- ParentShowHint = False
- PopupMenu = ElementMenu
- ShowHint = True
- TabOrder = 0
- OnChange = TitleMemoChange
- OnKeyDown = TitleMemoKeyDown
- end
- end
- end
- object CreditPanel: TPanel
- Left = 0
- Top = 60
- Width = 666
- Height = 25
- Hint = 'Registration at SuperMemo World is needed to unlock SuperMemo'
- Align = alTop
- Caption = 'Click here to REGISTER'
- Color = clFuchsia
- Font.Charset = ANSI_CHARSET
- Font.Color = clWhite
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 3
- Visible = False
- OnClick = CreditPanelClick
- end
- object ElementMenu: TPopupMenu
- HelpContext = 7
- OnPopup = ElementMenuPopup
- Left = 71
- Top = 128
- object MIClassify: TMenuItem
- Caption = '&Classify'
- object MIReset: TMenuItem
- Caption = 'Fo&rget...'
- HelpContext = 7
- Hint = 'Remove the currently displayed element from the learning process'
- ShortCut = 16466
- OnClick = MIResetClick
- end
- object MICommit: TMenuItem
- Caption = 'Re&member...'
- HelpContext = 7
- Hint = 'Memorize the element and introduce it into the learning process'
- ShortCut = 16461
- OnClick = MICommitClick
- end
- object MIDismiss: TMenuItem
- Caption = '&Dismiss...'
- HelpContext = 7
- Hint = 'Ignore the current element in the learning process'
- ShortCut = 16452
- OnClick = MIDismissClick
- end
- object MIDrill: TMenuItem
- Caption = '&Add to drill'
- Hint = 'Add the element to the final drill queue'
- ShortCut = 24644
- OnClick = MIDrillClick
- end
- end
- object N10: TMenuItem
- Caption = '-'
- HelpContext = 7
- end
- object Edit1: TMenuItem
- Caption = '&Edit'
- object MIDuplicate: TMenuItem
- Caption = '&Duplicate'
- HelpContext = 7
- Hint = 'Duplicate the current element'
- ShortCut = 49237
- OnClick = MIDuplicateClick
- end
- object MITitle: TMenuItem
- Caption = 'Edit &title'
- HelpContext = 7
- Hint = 'Provide a topic or item title'
- ShortCut = 32852
- OnClick = MITitleClick
- end
- object MIEditParamters: TMenuItem
- Caption = 'Edit ¶meters...'
- Hint = 'Edit or view item parameters'
- ShortCut = 24656
- OnClick = MIEditParamtersClick
- end
- object MISwap: TMenuItem
- Caption = '&Swap components'
- Hint =
- 'Swap the first question text component with the first answer tex' +
- 't component'
- ShortCut = 24659
- OnClick = MISwapClick
- end
- object MIMoveToClipBox: TMenuItem
- Caption = '&Move to ClipBox'
- HelpContext = 7
- Hint = 'Move the element to the Element ClipBox'
- OnClick = MIMoveToClipBoxClick
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object MIResetRepHist: TMenuItem
- Caption = 'Reset repetition history...'
- Hint = 'Delete the history of repetitions'
- OnClick = MIResetRepHistClick
- end
- end
- object MITemplateMenu: TMenuItem
- Caption = '&Template'
- HelpContext = 7
- Hint =
- 'Save or load element templates to and from files and/or registri' +
- 'es'
- object MISaveAsTemplate: TMenuItem
- Caption = '&Save as template'
- Hint = 'Save current element as a template in the template registry'
- OnClick = MISaveAsTemplateClick
- end
- object MISaveAsDefault: TMenuItem
- Caption = 'Save as &default'
- Hint =
- 'Save the current element as the default template for the current' +
- ' category'
- ShortCut = 49235
- OnClick = MISaveAsDefaultClick
- end
- object MILoadTemplate: TMenuItem
- Caption = 'Apply &template...'
- Hint = 'Applies a template loaded from the template registry'
- OnClick = MILoadTemplateClick
- end
- object MIMergeTemplate: TMenuItem
- Caption = '&Merge with template...'
- Hint = 'Merge the current element with a template from template registry'
- ShortCut = 24653
- OnClick = MIMergeTemplateClick
- end
- object MIAddTemplate: TMenuItem
- Caption = 'Add to template...'
- Hint = 'Add template to currently loaded component'
- OnClick = MIAddTemplateClick
- end
- object N6: TMenuItem
- Caption = '-'
- end
- object MISaveToFile: TMenuItem
- Caption = 'Save to file...'
- Hint = 'Save current element as a template file'
- OnClick = MISaveToFileClick
- end
- object MILoadTemplateFromFile: TMenuItem
- Caption = 'Load from file...'
- Hint = 'Apply a template loaded from a template file'
- OnClick = MILoadTemplateFromFileClick
- end
- end
- object N9: TMenuItem
- Caption = '&Selection'
- HelpContext = 7
- Hint =
- 'Perform operations on a group of selected components in the edit' +
- 'ing mode'
- object MISelectionLink: TMenuItem
- Caption = '&Link registry member ...'
- Hint =
- 'Link a registry member to a group of components in the editing m' +
- 'ode'
- OnClick = MISelectionLinkClick
- end
- object MILinkRegistryFont: TMenuItem
- Caption = 'Link registry &font ...'
- Hint =
- 'Link a registry font to a group of components in the editing mod' +
- 'e'
- OnClick = MILinkRegistryFontClick
- end
- object MIAlignment: TMenuItem
- Caption = '&Alignment and size ...'
- Hint =
- 'Align or size all selected components in editing or dragging mod' +
- 'es'
- OnClick = AlignmentButtonClick
- end
- end
- object MIBackground: TMenuItem
- Caption = '&Background'
- OnClick = MIBackgroundClick
- object MIImportBackground: TMenuItem
- Caption = '&Import file'
- Hint = 'Import a picture to display in the background'
- OnClick = MIImportBackgroundClick
- end
- object MILinkBackground: TMenuItem
- Caption = '&Link from registry'
- Hint = 'Link a registry image to display in the background'
- OnClick = MILinkBackgroundClick
- end
- object MIBckgArrangement: TMenuItem
- Caption = '&Arrangement'
- OnClick = MIBckgArrangementClick
- object MIBckgTopLeft: TMenuItem
- Caption = 'Top-&left'
- Checked = True
- Hint = 'Place the background picture top-left'
- OnClick = MIBckgTopLeftClick
- end
- object MIBckgCenter: TMenuItem
- Caption = '&Center'
- Hint = 'Place the background picture in the center of the element window'
- OnClick = MIBckgCenterClick
- end
- object MIBckgTile: TMenuItem
- Caption = '&Tile'
- Hint = 'Tile the background picture'
- OnClick = MIBckgTileClick
- end
- object MIBckgStretch: TMenuItem
- Caption = '&Stretch'
- Hint = 'Stretch the background image to fit the entire element window'
- OnClick = MIBckgStretchClick
- end
- end
- object N5: TMenuItem
- Caption = '-'
- end
- object MIBckgDelete: TMenuItem
- Caption = '&Delete'
- Hint = 'Delete the background image'
- OnClick = MIBckgDeleteClick
- end
- end
- object MIElColor: TMenuItem
- Caption = 'Color...'
- HelpContext = 7
- Hint = 'Change the color of topic or item background'
- OnClick = MIElColorClick
- end
- object MIAutoPlay: TMenuItem
- Caption = 'A&utoPlay'
- Checked = True
- HelpContext = 7
- Hint =
- 'Turn on and off playing the first playable component on activati' +
- 'ng the topic window'
- OnClick = MIAutoPlayClick
- end
- object MITopic: TMenuItem
- Caption = 'To&pic'
- Checked = True
- HelpContext = 7
- Hint = 'Choose between a presentation topic and a drill item'
- OnClick = MITopicClick
- end
- object N4: TMenuItem
- Caption = '-'
- end
- object MIComponent: TMenuItem
- Caption = 'Components'
- Hint = 'Change the current component'
- object Tab1: TMenuItem
- Caption = '&Next component'
- HelpContext = 7
- Hint = 'Select next component (if any)'
- ShortCut = 16468
- OnClick = Tab1Click
- end
- object ShiftTab1: TMenuItem
- Caption = '&Previous component'
- Hint = 'Select previous component (if any)'
- ShortCut = 24660
- OnClick = ShiftTab1Click
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object MIRepleatAutoPlay: TMenuItem
- Caption = 'Repeat autoplay'
- Hint = 'Call autoplay again on the element'
- ShortCut = 16505
- OnClick = MIRepleatAutoPlayClick
- end
- object MITranslate: TMenuItem
- Caption = 'Translate all'
- Hint = 'Translate all text components (if translation is available)'
- ShortCut = 32853
- OnClick = MITranslateClick
- end
- object MITransliterate: TMenuItem
- Caption = 'Transliterate all'
- Hint =
- 'Provide all text components with phonetic transcription (if avai' +
- 'lable)'
- ShortCut = 32857
- OnClick = MITransliterateClick
- end
- object ComponentOrder1: TMenuItem
- Caption = 'Component &order...'
- HelpContext = 7
- Hint = 'Edit the order of components in the knowledge element'
- ShortCut = 24655
- OnClick = ComponentOrder1Click
- end
- object MITestRepetition: TMenuItem
- Caption = 'Test repetition c&ycle'
- Hint = 'Simulate all stages of a repetition'
- ShortCut = 24652
- OnClick = TestRepetitionClick
- end
- end
- object MIDeleteAll: TMenuItem
- Caption = 'Delete components...'
- HelpContext = 7
- Hint = 'Delete all components of the element'
- OnClick = MIDeleteAllClick
- end
- object MIDelete: TMenuItem
- Caption = 'Delete element...'
- HelpContext = 7
- Hint = 'Delete the current element and all its children'
- ShortCut = 24622
- OnClick = MIDeleteClick
- end
- object N3: TMenuItem
- Caption = '-'
- end
- object MIMode: TMenuItem
- Caption = 'Mode'
- Hint = 'Change the element mode '
- OnClick = MIModeClick
- object MIEditingmode: TMenuItem
- Caption = 'Editing'
- HelpContext = 7
- Hint = 'Set all components in editing mode (same as Alt+click)'
- ShortCut = 16453
- OnClick = EditingButtonClick
- end
- object MIDraggingmode: TMenuItem
- Caption = 'Dragging'
- HelpContext = 7
- Hint = 'Set all components in dragging mode (same as double Alt+click)'
- OnClick = DraggingButtonClick
- end
- object MIPresentationmode: TMenuItem
- Caption = 'Presentation'
- HelpContext = 7
- Hint = 'Set all components in presentation mode (Alt+click)'
- ShortCut = 27
- OnClick = DisplayButtonClick
- end
- object N14: TMenuItem
- Caption = '-'
- end
- object MISwitchWindow: TMenuItem
- Caption = 'S&witch window'
- Hint = 'Switch to the hierarchy window'
- ShortCut = 24663
- OnClick = MISwitchWindowClick
- end
- end
- object MIJumpTo: TMenuItem
- Caption = '&Jump to'
- Hint = 'Go to another element in the collection'
- object MINextElement: TMenuItem
- Caption = 'Next'
- HelpContext = 7
- Hint =
- 'Move to the next element as defined on a pop-up menu (right clic' +
- 'k the button)'
- ShortCut = 34
- OnClick = MINextElementClick
- end
- object Previouselement1: TMenuItem
- Caption = 'Previous '
- HelpContext = 7
- Hint =
- 'Opposite to Next (right-click the Next button to change the mode' +
- ')'
- ShortCut = 33
- OnClick = Previouselement1Click
- end
- object Nexthierarchyelement1: TMenuItem
- Caption = 'Next element'
- Hint = 'Go to the next element in the knowledge hierarchy'
- ShortCut = 32802
- OnClick = Nexthierarchyelement1Click
- end
- object Previoushierarchyelement1: TMenuItem
- Caption = 'Previous element'
- Hint = 'Go to the previous element in the knowledge hierarchy'
- ShortCut = 32801
- Visible = False
- end
- object LastElement1: TMenuItem
- Caption = 'Last element'
- HelpContext = 7
- Hint = 'Go to the last element'
- ShortCut = 32803
- OnClick = LastElement1Click
- end
- object FirstElement1: TMenuItem
- Caption = 'First element'
- HelpContext = 7
- Hint = 'Go to the master node of the collection'
- ShortCut = 32804
- OnClick = FirstElement1Click
- end
- object MIParentElement: TMenuItem
- Caption = 'Parent element'
- Hint = 'Go to the parent of the currently displayed element'
- ShortCut = 32806
- OnClick = MIParentElementClick
- end
- object N12: TMenuItem
- Caption = '-'
- end
- object MIPath: TMenuItem
- Caption = '&Path element'
- Hint = 'Jump to a selected ancestor of the current element'
- ShortCut = 32848
- OnClick = MIPathClick
- end
- end
- end
- object ColorDialog1: TColorDialog
- Ctl3D = True
- Left = 48
- Top = 224
- end
- object HiddenSMMenu: TMainMenu
- Left = 40
- Top = 131
- object MIFile: TMenuItem
- Caption = '&File'
- GroupIndex = 1
- Visible = False
- OnClick = MIFileClick
- object MINew: TMenuItem
- Caption = '&New'
- Hint = 'Create new SuperMemo learning material'
- ShortCut = 16462
- OnClick = MINewClick
- end
- object MIOpen: TMenuItem
- Caption = '&Open'
- Hint = 'Open SuperMemo learning material'
- ShortCut = 16463
- OnClick = MIOpenClick
- end
- object MILevel: TMenuItem
- Caption = '&Level'
- OnClick = MILevelClick
- object MIBeginner: TMenuItem
- Caption = 'Beginner'
- Hint = 'SuperMemo provides only most important options for a beginner'
- OnClick = MIBeginnerClick
- end
- object MIBasic: TMenuItem
- Caption = '&Basic'
- Hint =
- 'SuperMemo provides all most important options for an average use' +
- 'r'
- OnClick = MIBasicClick
- end
- object MIProfessional: TMenuItem
- Caption = '&Professional'
- Hint = 'SuperMemo makes all its options available'
- ShortCut = 49275
- OnClick = MIProfessionalClick
- end
- end
- object MIRegistration: TMenuItem
- Caption = '&Registration'
- object MIRequestPassword: TMenuItem
- Caption = '&Request password...'
- Hint = 'Send e-mail to SuperMemo World with a reqistration request'
- OnClick = MIRequestPasswordClick
- end
- object MIInputPassword: TMenuItem
- Caption = '&Input password...'
- Hint = 'Complete the registration procedure by typing in the password'
- OnClick = MIInputPasswordClick
- end
- end
- object N7: TMenuItem
- Caption = '-'
- end
- object MIExit: TMenuItem
- Caption = 'E&xit'
- Hint = 'Exit SuperMemo'
- ShortCut = 32883
- OnClick = MIExitClick
- end
- end
- object MIHelpMenu: TMenuItem
- Caption = '&Help'
- GroupIndex = 4
- Visible = False
- object MIHelp: TMenuItem
- Caption = '&Help'
- Hint = 'Open the help file'
- OnClick = MIHelpClick
- end
- object MITips: TMenuItem
- Caption = '&Question of the Day...'
- Hint = 'Ask the question of the day'
- OnClick = MITipsClick
- end
- end
- end
- object OpenDialog1: TOpenDialog
- Left = 40
- Top = 179
- end
- object FontDialog1: TFontDialog
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- MinFontSize = 0
- MaxFontSize = 0
- Left = 48
- Top = 251
- end
- object AutoplayTimer: TTimer
- Enabled = False
- Interval = 1
- OnTimer = AutoplayTimerTimer
- Left = 440
- Top = 144
- end
- object UntranslateTimer: TTimer
- Enabled = False
- Interval = 50
- OnTimer = UntranslateTimerTimer
- Left = 496
- Top = 144
- end
- object NextPopupMenu: TPopupMenu
- OnPopup = NextPopupMenuPopup
- Left = 744
- Top = 171
- object MINextTopic: TMenuItem
- Caption = 'Next &topic'
- Checked = True
- Hint = 'Go to the next topic in the knowledge hierarchy'
- OnClick = MINextTopicClick
- end
- object MINextHierarchy: TMenuItem
- Caption = 'Next &hierarchy element'
- Hint = 'Go to the next element in the knowledge hierarchy'
- OnClick = MINextHierarchyClick
- end
- object MINextNumber: TMenuItem
- Caption = 'Next element &number'
- Hint = 'Go to the element with the next element number'
- OnClick = MINextNumberClick
- end
- object MINextPending: TMenuItem
- Caption = 'Next &pending element'
- Hint =
- 'Go to the next pending element (or first pending element if the ' +
- 'current element is not pending)'
- OnClick = MINextPendingClick
- end
- end
- object ComponentMenu: TPopupMenu
- HelpContext = 8
- OnPopup = ComponentMenuPopup
- Left = 96
- Top = 128
- object MIHTML: TMenuItem
- Caption = 'Insert HTML link'
- object MIInsertElementLink: TMenuItem
- Caption = 'Element'
- Hint = 'Insert a link to another element into HTML source text'
- OnClick = MIInsertElementLinkClick
- end
- object MILinkToTextRegistry: TMenuItem
- Caption = 'Text registry'
- Hint = 'Insert a link to another registry text into HTML source text'
- OnClick = MILinkToTextRegistryClick
- end
- object LinkToHTMLFile: TMenuItem
- Caption = 'HTML file'
- Hint = 'Insert a link to another HTML file into HTML source text'
- OnClick = LinkToHTMLFileClick
- end
- object MILinkToURL: TMenuItem
- Caption = 'Web address'
- Hint = 'Insert a WWW URL into HTML source text'
- OnClick = MILinkToURLClick
- end
- object N8: TMenuItem
- Caption = '-'
- end
- object MILinkImage: TMenuItem
- Caption = 'Registry image'
- Hint = 'Insert an image from image registry'
- OnClick = MILinkImageClick
- end
- end
- object MIInsertOLE: TMenuItem
- Caption = 'Insert OLE object'
- Hint =
- 'Open a dialog with the choice of OLE servers and inserts an OLE ' +
- 'object'
- OnClick = MIInsertOLEClick
- end
- object MIOLEProperties: TMenuItem
- Caption = 'OLE properties'
- Hint = 'View and edit OLE object properties'
- OnClick = MIOLEPropertiesClick
- end
- object MISearchSource: TMenuItem
- Caption = 'Search source'
- ShortCut = 16454
- Visible = False
- OnClick = MISearchSourceClick
- end
- object MILinksMenu: TMenuItem
- Caption = 'Lin&ks'
- Hint = 'Links to other elements, components or files'
- object MILinkMember: TMenuItem
- Caption = '&Registry member...'
- HelpContext = 8
- Hint = 'Connect an object from the relevant registry'
- ShortCut = 16459
- OnClick = MILinkMemberClick
- end
- object MILinkFont: TMenuItem
- Caption = '&Font...'
- HelpContext = 8
- Hint = 'Use a font stored in font registry'
- ShortCut = 24646
- OnClick = MILinkFontClick
- end
- object MIHyperlink: TMenuItem
- Caption = '&Hyperlink...'
- HelpContext = 8
- Hint = 'Specify the component'#39's hyperlink'
- OnClick = MIHyperlinkClick
- end
- object MIClickPlay: TMenuItem
- Caption = '&Play on click...'
- HelpContext = 8
- Hint = 'Determine which component should be played on mouse click'
- OnClick = MIClickPlayClick
- end
- object MILinkExternal: TMenuItem
- Caption = 'External file...'
- HelpContext = 8
- Hint = 'Connect an external file with a given component'
- ShortCut = 24651
- OnClick = MILinkExternalClick
- end
- object MIDeleteLink: TMenuItem
- Caption = '&Delete registry link'
- Hint = 'Delete registry link '
- OnClick = MIDeleteLinkClick
- end
- end
- object Separator1: TMenuItem
- Caption = '-'
- end
- object MIImport: TMenuItem
- Caption = '&Import file...'
- HelpContext = 8
- Hint = 'Import a file object (double-click in editing mode)'
- ShortCut = 16465
- OnClick = MIImportClick
- end
- object MIImageMenu: TMenuItem
- Caption = '&Image'
- Hint = 'Image options and properties'
- object MIStretch: TMenuItem
- Caption = '&Stretch image'
- HelpContext = 8
- Hint = 'Turn on/off stretching images '
- OnClick = MIStretchClick
- end
- object MIEditHitArea: TMenuItem
- Caption = '&Edit hit-area...'
- HelpContext = 8
- Hint = 'Open Hit-Area Editor'
- OnClick = MIEditHitAreaClick
- end
- object MIImageTransparent: TMenuItem
- Caption = '&Transparent'
- Hint = 'Keep image background transparent'
- OnClick = MITransparentClick
- end
- end
- object MISoundMenu: TMenuItem
- Caption = '&Sound and video'
- Hint = 'Sound and video options and properties'
- OnClick = MISoundMenuClick
- object MIShowPanel: TMenuItem
- Caption = '&Show panel'
- Checked = True
- HelpContext = 8
- Hint = 'Turn on and off the player panel'
- OnClick = MIShowPanelClick
- end
- object MIExtract: TMenuItem
- Caption = 'Extract section...'
- HelpContext = 8
- Hint = 'Extract a section of sound or video file'
- OnClick = MIExtractClick
- end
- object MIRecorder: TMenuItem
- Caption = '&Recorder'
- HelpContext = 8
- Hint = 'Turn on/off the recorder panel'
- OnClick = MIRecorderClick
- end
- object MIFrames: TMenuItem
- Caption = '&Frames...'
- HelpContext = 8
- Hint =
- 'Specify the number of frames passed in a single step in slow-mot' +
- 'ion video upon clicking Step button'
- OnClick = MIFramesClick
- end
- end
- object MIShapeMenu: TMenuItem
- Caption = 'Shape'
- Hint = 'Shape properties'
- object MILineThickness: TMenuItem
- Caption = '&Line thickness'
- HelpContext = 8
- Hint = 'Determine the thickness of drawn lines'
- object N11: TMenuItem
- Caption = '1'
- OnClick = N11Click
- end
- object N21: TMenuItem
- Caption = '2'
- OnClick = N21Click
- end
- object N31: TMenuItem
- Caption = '3'
- OnClick = N31Click
- end
- object N41: TMenuItem
- Caption = '4'
- OnClick = N41Click
- end
- object N51: TMenuItem
- Caption = '6'
- OnClick = N51Click
- end
- object N61: TMenuItem
- Caption = '9'
- OnClick = N61Click
- end
- object N71: TMenuItem
- Caption = '13'
- OnClick = N71Click
- end
- object N81: TMenuItem
- Caption = '18'
- OnClick = N81Click
- end
- object N91: TMenuItem
- Caption = '25'
- OnClick = N91Click
- end
- end
- object MILineStyle: TMenuItem
- Caption = 'Line s&tyle'
- HelpContext = 8
- Hint = 'Determine the style of drawn lines'
- object Solid1: TMenuItem
- Caption = '&Solid'
- OnClick = Solid1Click
- end
- object Dash1: TMenuItem
- Caption = '&Dash'
- OnClick = Dash1Click
- end
- object Dot1: TMenuItem
- Caption = 'Do&t'
- OnClick = Dot1Click
- end
- end
- object MIBrushStyle: TMenuItem
- Caption = '&Brush style'
- HelpContext = 8
- Hint = 'Determine the style of brush that fills out the shape'
- object Solid2: TMenuItem
- Caption = '&Solid'
- OnClick = Solid2Click
- end
- object Cross1: TMenuItem
- Caption = '&Cross'
- OnClick = Cross1Click
- end
- object Horizontal1: TMenuItem
- Caption = '&Horizontal'
- OnClick = Horizontal1Click
- end
- object Vertical1: TMenuItem
- Caption = '&Vertical'
- OnClick = Vertical1Click
- end
- object Clear1: TMenuItem
- Caption = 'Clea&r'
- OnClick = Clear1Click
- end
- end
- end
- object MIScript: TMenuItem
- Caption = '&Script...'
- HelpContext = 8
- Hint = 'Edit a script file with an interpreted program script'
- OnClick = MIScriptClick
- end
- object MIPlayButtonText: TMenuItem
- Caption = '&Button text ...'
- HelpContext = 8
- Hint = 'Determine the text on the Play button'
- end
- object MITextsMenu: TMenuItem
- Caption = 'Te&xt'
- Hint = 'Options affecting texts, fonts, and the lexico'
- OnClick = MITextsMenuClick
- object MINewFont: TMenuItem
- Caption = '&New font...'
- HelpContext = 8
- Hint = 'Change the font in text components'
- OnClick = MINewFontClick
- end
- object MIEditFont: TMenuItem
- Caption = '&Edit font'
- Hint = 'Change properties of the currently used font'
- OnClick = MIEditFontClick
- end
- object MICenter: TMenuItem
- Caption = '&Center text'
- HelpContext = 8
- Hint = 'Turn on and off centering texts'
- OnClick = MICenterClick
- end
- object MITransparent: TMenuItem
- Caption = '&Transparent'
- Checked = True
- Hint = 'Keep the text background transparent'
- OnClick = MITransparentClick
- end
- object MIKeepInLexicon: TMenuItem
- Caption = 'Keep in lexicon'
- Checked = True
- Hint = 'Keep words used in the component in the lexicon'
- end
- object MICaseSensitive: TMenuItem
- Caption = 'Case sensitive'
- Hint = 'Differentiate between lower and uppercase in the Spell-Pad'
- OnClick = MICaseSensitiveClick
- end
- object MICopyTranscription: TMenuItem
- Caption = 'Copy transcription'
- Enabled = False
- Hint = 'Copy phonetic transcription of the word to clipboard'
- ShortCut = 24665
- OnClick = MICopyTranscriptionClick
- end
- end
- object TextSeparator: TMenuItem
- Caption = '-'
- Visible = False
- end
- object MICompColor: TMenuItem
- Caption = '&Color...'
- HelpContext = 8
- Hint = 'Choose the color for a shape component'
- OnClick = MICompColorClick
- end
- object MIDefaultColor: TMenuItem
- Caption = 'Default color'
- Hint = 'Determine if component color should match the background color'
- OnClick = MIDefaultColorClick
- end
- object MIBorder: TMenuItem
- Caption = '&Border'
- Checked = True
- HelpContext = 8
- Hint = 'Determine if a Spell-Pad should be enclosed in a bordered area'
- OnClick = MIBorderClick
- end
- object MIDisplayAt: TMenuItem
- Caption = '&Display at...'
- HelpContext = 8
- Hint = 'Determine when a component should be visible'
- OnClick = MIDisplayAtClick
- end
- object MIPlayAt: TMenuItem
- Caption = 'Play at...'
- Hint = 'Determine when a sound component should be played'
- OnClick = MIPlayAtClick
- end
- object MIAnswer: TMenuItem
- Caption = '&Answer'
- HelpContext = 8
- Hint = 'Make the component invisible at question time'
- OnClick = MIAnswerClick
- end
- object MITest: TMenuItem
- Caption = '&MCT'
- HelpContext = 8
- Hint =
- 'Determine if the component takes part in multiple choice test ev' +
- 'aluation'
- OnClick = MITestClick
- object MITestNone: TMenuItem
- Caption = '&None'
- Checked = True
- Hint = 'Component does not take part in a multiple choice test'
- OnClick = MITestNoneClick
- end
- object MITestWrong: TMenuItem
- Caption = '&Wrong'
- Hint = 'Component makes up a wrong response in a multiple choice test'
- OnClick = MITestWrongClick
- end
- object MITestCorrect: TMenuItem
- Caption = '&Correct'
- Hint = 'Component makes up a correct response in a multiple choice test'
- OnClick = MITestCorrectClick
- end
- end
- object MenuItem4: TMenuItem
- Caption = '-'
- HelpContext = 8
- end
- object MIDeleteComponent: TMenuItem
- Caption = 'Delete'
- HelpContext = 8
- Hint = 'Delete the selected component'
- ShortCut = 16430
- OnClick = MIDeleteComponentClick
- end
- object MIEditMenu: TMenuItem
- Caption = '&Edit'
- Hint = 'Past, Copy, Edit and Delete options'
- object MICopy: TMenuItem
- Caption = 'Copy'
- Hint =
- 'Copy selected text to clipboard (or the entire text if nothing i' +
- 's selected)'
- ShortCut = 16429
- OnClick = MICopyClick
- end
- object MIPaste: TMenuItem
- Caption = 'Paste '
- HelpContext = 8
- Hint = 'Paste an object from clipboard'
- ShortCut = 8237
- OnClick = MIPasteClick
- end
- object MIPasteSpecial: TMenuItem
- Caption = 'Paste special'
- Hint = 'Paste special'
- Visible = False
- end
- object MIMoveToCompClipBox: TMenuItem
- Caption = '&Move to ClipBox'
- HelpContext = 8
- Hint = 'Move the component to the component ClipBox'
- OnClick = MIMoveToCompClipBoxClick
- end
- object MIEditFile: TMenuItem
- Caption = 'Edit file'
- Hint = 'Edit the file associated with the component'
- ShortCut = 120
- OnClick = MIEditFileClick
- end
- object MIDeleteFile: TMenuItem
- Caption = 'Delete file'
- Hint =
- 'Delete the first existing file from primary or secondary storage' +
- ' (acts also as edit undo)'
- OnClick = MIDeleteFileClick
- end
- end
- object MICompMode: TMenuItem
- Caption = '&Mode'
- OnClick = MICompModeClick
- object MIDisplay: TMenuItem
- Caption = 'Presentation mode'
- Hint = 'Set component in presentation mode'
- ShortCut = 27
- OnClick = MIDisplayClick
- end
- object MIEdit: TMenuItem
- Caption = 'Editing mode'
- HelpContext = 8
- Hint = 'Edit the current component (same as Alt+click)'
- ShortCut = 16453
- OnClick = MIEditClick
- end
- object MIDrag: TMenuItem
- Caption = 'Dragging mode'
- HelpContext = 8
- Hint = 'Allow dragging the current component (same as double Alt+click)'
- OnClick = MIDragClick
- end
- object N13: TMenuItem
- Caption = '-'
- end
- object MISendToBack: TMenuItem
- Caption = '&Send to back'
- Hint =
- 'Hide the current component behind others (if any are overlapping' +
- ')'
- OnClick = MISendToBackClick
- end
- end
- object Component1: TMenuItem
- Caption = 'Component'
- object SelectNextComponent1: TMenuItem
- Caption = 'Select next component'
- Hint = 'Select the next component on the component list (if any)'
- ShortCut = 16468
- OnClick = SelectNextComponent1Click
- end
- object MISelectPreviousComponents: TMenuItem
- Caption = 'Select previous component'
- Hint = 'Select the previous component on the component list (if any)'
- ShortCut = 24660
- OnClick = MISelectPreviousComponentsClick
- end
- end
- end
- object ScriptTimer: TTimer
- Enabled = False
- Interval = 1
- OnTimer = ScriptTimerTimer
- Left = 544
- Top = 144
- end
- object TextSearchDlg: TFindDialog
- OnFind = TextSearchDlgFind
- Left = 384
- Top = 163
- end
- end
-