├── .gitattributes ├── .gitignore ├── AdminUtils ├── AdminUtils.csproj ├── App.xaml ├── App.xaml.cs ├── LicenseGenerator.xaml ├── LicenseGenerator.xaml.cs ├── MainWindow.xaml ├── MainWindow.xaml.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── TestCallToLicKeyGen.xaml ├── TestCallToLicKeyGen.xaml.cs ├── WebPostSubmitter.cs └── app.config ├── AppDev_TASKS.txt ├── Common ├── AppExec.cs ├── Assignment.cs ├── BusinessAnomaly.cs ├── BytesHandling.cs ├── Capsule.cs ├── CentralizedTextWriter.cs ├── ClassificationCard.cs ├── Common.csproj ├── Company.cs ├── ConstrainedArray.cs ├── ConstrainedStack.cs ├── ControlledAnomaly.cs ├── DataWagon.cs ├── EExecutionStatus.cs ├── EExistenceStatus.cs ├── EMessageType.cs ├── EditableCollection.cs ├── EditableDictionary.cs ├── EditableList.cs ├── EntityBase │ ├── AssignmentVariation.cs │ ├── AtomicVariation.cs │ ├── CollectionVariation.cs │ ├── CommandVariation.cs │ ├── DocumentEngine.Search.cs │ ├── DocumentEngine.cs │ ├── DocumentFileInfo.cs │ ├── ECloneOperationScope.cs │ ├── EEditOperationAction.cs │ ├── EEntityMembership.cs │ ├── EntityEditEngine.cs │ ├── FoundObjectHint.cs │ ├── ICopyable.cs │ ├── IDynamicStore.cs │ ├── IMModelClass.cs │ ├── IModelEntity.cs │ ├── MModelClassDefinitor.cs │ ├── MModelCollectionDefinitor.cs │ ├── MModelMemberDefinitor.cs │ ├── MModelPropertyDefinitor.cs │ ├── ModelDefinition.cs │ └── Variation.cs ├── EntityDefinition │ ├── DictionaryController.cs │ ├── EPropertyKind.cs │ ├── EntityInstanceController.cs │ ├── IEntityView.cs │ ├── IEntityViewChild.cs │ ├── IModelClass.cs │ ├── ListController.cs │ ├── MCollectionController.cs │ ├── MEntityInstanceController.cs │ ├── MMemberController.cs │ ├── MPropertyController.cs │ ├── ModelClassDefinitor.cs │ ├── ModelDictionaryDefinitor.cs │ ├── ModelListDefinitor.cs │ ├── ModelPropertyDefinitor.cs │ └── PropertyController.cs ├── ExtendedEnumerable.cs ├── ExternalAnomaly.cs ├── FieldNameAttribute.cs ├── FormalElement.cs ├── General.Collections.cs ├── General.MetaAccess.cs ├── General.Specials.cs ├── General.Strings.cs ├── General.cs ├── GenericConverter.cs ├── IFormalizedElement.cs ├── IIdentifiableElement.cs ├── IIdentificationScope.cs ├── IIndicatesAlteration.cs ├── IStorageLocation.cs ├── ITechSpecifier.cs ├── IUniqueElement.cs ├── IVersionChanger.cs ├── IVersionUpdater.cs ├── IdentificationController.cs ├── Instrumind_48x48.ico ├── InternalAnomaly.cs ├── Licensing.cs ├── MAssignment.cs ├── MOwnership.cs ├── MultiDictionary.cs ├── OperationResult.cs ├── Ownership.cs ├── Properties │ └── AssemblyInfo.cs ├── ReadOnlyDictionary.cs ├── SimpleElement.cs ├── SimpleList.cs ├── SimpleNode.cs ├── SimpleSynthTextSerializer.cs ├── StandardBinarySerializer.Deserialize.cs ├── StandardBinarySerializer.Serialize.cs ├── StandardBinarySerializer.cs ├── StoreBox.cs ├── Themes │ └── Generic.xaml ├── ThreadWorker.cs ├── UnifiedCollectionsView.cs ├── UniqueElement.cs ├── UsageAnomaly.cs ├── VersionCard.cs ├── Visualization │ ├── BooleanToBrushConverter.cs │ ├── BooleanToDoubleConverter.cs │ ├── BooleanToInverseConverter.cs │ ├── BooleanToVisibilityHiddenConverter.cs │ ├── ConsoleRollPublisher.cs │ ├── Display.Drawings.cs │ ├── Display.Windows.cs │ ├── Display.cs │ ├── DocumentPaginatorWrapper.cs │ ├── DragDropAssistant.cs │ ├── ECommandExpositorStyle.cs │ ├── ECursorIndicator.cs │ ├── EShellCommandCategory.cs │ ├── EShellVisualContentType.cs │ ├── ETargetIndicator.cs │ ├── EmptyStringToNullConverter.cs │ ├── EnumToDescriptionConverter.cs │ ├── FormalPresentationElement.cs │ ├── GenericCommand.cs │ ├── IDocumentView.cs │ ├── IDocumentVisualizer.cs │ ├── IFormalizedRecognizableElement.cs │ ├── IRecognizableComposite.cs │ ├── IRecognizableElement.cs │ ├── ISelectable.cs │ ├── IShellProvider.cs │ ├── IShellVisualContent.cs │ ├── ISphereModel.cs │ ├── ImageAssignment.cs │ ├── Images │ │ ├── Instrumind_16x16.png │ │ ├── Instrumind_48x48.ico │ │ ├── Instrumind_48x48.png │ │ ├── accept.png │ │ ├── add.png │ │ ├── application_double.png │ │ ├── application_form_add.png │ │ ├── application_form_edit.png │ │ ├── application_lightning.png │ │ ├── application_view_icons.png │ │ ├── arrow_refresh.png │ │ ├── brush_colorizer.png │ │ ├── brush_fill.png │ │ ├── brush_lines.png │ │ ├── brush_text.png │ │ ├── cancel.png │ │ ├── cross.png │ │ ├── cut.png │ │ ├── delete.png │ │ ├── disk_edit.png │ │ ├── email_go.png │ │ ├── folder_image.png │ │ ├── folder_page.png │ │ ├── help.png │ │ ├── imtc_watermark.png │ │ ├── item.png │ │ ├── item_add.png │ │ ├── item_attach.png │ │ ├── item_clone.png │ │ ├── item_delete.png │ │ ├── item_edit.png │ │ ├── item_error.png │ │ ├── item_find.png │ │ ├── item_gear.png │ │ ├── item_go.png │ │ ├── item_green.png │ │ ├── item_insert.png │ │ ├── item_key.png │ │ ├── item_lightning.png │ │ ├── item_move_bottom.png │ │ ├── item_move_down.png │ │ ├── item_move_top.png │ │ ├── item_move_up.png │ │ ├── item_red.png │ │ ├── item_refresh.png │ │ ├── item_save.png │ │ ├── lightning.png │ │ ├── page_definition.png │ │ ├── page_save.png │ │ ├── page_white.png │ │ ├── page_white_acrobat.png │ │ ├── page_white_copy.png │ │ ├── page_white_edit.png │ │ ├── page_white_find.png │ │ ├── page_white_findreplace.png │ │ ├── page_white_star.png │ │ ├── page_white_wrench.png │ │ ├── page_white_xps.png │ │ ├── palette.png │ │ ├── paste_plain.png │ │ ├── pencil.png │ │ ├── printer.png │ │ ├── resultset_first.png │ │ ├── resultset_last.png │ │ ├── resultset_next.png │ │ ├── resultset_previous.png │ │ ├── select_all.png │ │ ├── spellcheck.png │ │ ├── text_align_center.png │ │ ├── text_align_justify.png │ │ ├── text_align_left.png │ │ ├── text_align_right.png │ │ ├── text_bold.png │ │ ├── text_indent.png │ │ ├── text_indent_remove.png │ │ ├── text_italic.png │ │ ├── text_list_bullets.png │ │ ├── text_list_numbers.png │ │ ├── text_strikethrough.png │ │ ├── text_underline.png │ │ ├── tick.png │ │ ├── type_any.png │ │ ├── type_choice.png │ │ ├── type_date.png │ │ ├── type_datetime.png │ │ ├── type_numsigdec.png │ │ ├── type_numsigint.png │ │ ├── type_numunsdec.png │ │ ├── type_numunsint.png │ │ ├── type_switch.png │ │ ├── type_text.png │ │ ├── type_textlong.png │ │ ├── type_time.png │ │ ├── unselect_all.png │ │ ├── wrench.png │ │ └── wrench_orange.png │ ├── ItemTemplateSelector.cs │ ├── Logo.xaml.cs │ ├── ObjectNotNullToVisibilityConverter.cs │ ├── PointingAssistant.cs │ ├── SimpleAdorner.cs │ ├── SimplePresentationElement.cs │ ├── StringExistentToBoolConverter.cs │ ├── StringToVisibilityConverter.cs │ ├── TextFormat.cs │ ├── Widgets │ │ ├── ApplicationErrorReporter.xaml │ │ ├── ApplicationErrorReporter.xaml.cs │ │ ├── AutoCollapsePanel.xaml │ │ ├── AutoCollapsePanel.xaml.cs │ │ ├── BasicWindow.xaml │ │ ├── BasicWindow.xaml.cs │ │ ├── BrushKindSelector.xaml │ │ ├── BrushKindSelector.xaml.cs │ │ ├── BrushSelector.xaml │ │ ├── BrushSelector.xaml.cs │ │ ├── BrushTypeSelector.xaml │ │ ├── BrushTypeSelector.xaml.cs │ │ ├── CollectionEditingToolPanel.xaml │ │ ├── CollectionEditingToolPanel.xaml.cs │ │ ├── ColorSelector.xaml │ │ ├── ColorSelector.xaml.cs │ │ ├── ComboMaintainer.xaml │ │ ├── ComboMaintainer.xaml.cs │ │ ├── DialogItemsWindow.xaml │ │ ├── DialogItemsWindow.xaml.cs │ │ ├── DialogOptionsWindow.xaml │ │ ├── DialogOptionsWindow.xaml.cs │ │ ├── DocumentPanel.xaml │ │ ├── DocumentPanel.xaml.cs │ │ ├── EntitledPanel.xaml │ │ ├── EntitledPanel.xaml.cs │ │ ├── EntityEditPanel.xaml │ │ ├── EntityEditPanel.xaml.cs │ │ ├── EntityPropertyExpositor.xaml │ │ ├── EntityPropertyExpositor.xaml.cs │ │ ├── ExtendedDataGridTemplateColumn.cs │ │ ├── ExtendedEditCheckBox.xaml │ │ ├── ExtendedEditCheckBox.xaml.cs │ │ ├── ExtendedEditComboBox.xaml │ │ ├── ExtendedEditComboBox.xaml.cs │ │ ├── ExtendedEditText.xaml │ │ ├── ExtendedEditText.xaml.cs │ │ ├── ExtensionPanel.xaml │ │ ├── ExtensionPanel.xaml.cs │ │ ├── FindAndReplacePanel.xaml │ │ ├── FindAndReplacePanel.xaml.cs │ │ ├── FlowDocumentViewer.xaml │ │ ├── FlowDocumentViewer.xaml.cs │ │ ├── FormalElementGeneralSubform.xaml │ │ ├── FormalElementGeneralSubform.xaml.cs │ │ ├── IAlternativeRecordEditor.cs │ │ ├── IDynamicStoreDataGridEditor.cs │ │ ├── ImagePicker.xaml │ │ ├── ImagePicker.xaml.cs │ │ ├── ImagePickerSimple.xaml │ │ ├── ImagePickerSimple.xaml.cs │ │ ├── ImprovedImage.cs │ │ ├── ItemsGridControl.xaml │ │ ├── ItemsGridControl.xaml.cs │ │ ├── ItemsGridMaintainer.cs │ │ ├── MaskEditDateTime.xaml │ │ ├── MaskEditDateTime.xaml.cs │ │ ├── MaskEditNumber.xaml │ │ ├── MaskEditNumber.xaml.cs │ │ ├── NavigationBar.xaml │ │ ├── NavigationBar.xaml.cs │ │ ├── NavigationButton.xaml │ │ ├── NavigationButton.xaml.cs │ │ ├── OrientationSelector.xaml │ │ ├── OrientationSelector.xaml.cs │ │ ├── PaletteButton.xaml │ │ ├── PaletteButton.xaml.cs │ │ ├── PaletteButtonGroup.xaml │ │ ├── PaletteButtonGroup.xaml.cs │ │ ├── PaletteDropButton.xaml │ │ ├── PaletteDropButton.xaml.cs │ │ ├── PaletteDropColorizerButton.xaml │ │ ├── PaletteDropColorizerButton.xaml.cs │ │ ├── PaletteToggleButton.xaml │ │ ├── PaletteToggleButton.xaml.cs │ │ ├── PrintPreviewer.xaml │ │ ├── PrintPreviewer.xaml.cs │ │ ├── ProgressiveBackgroundExecutor.xaml │ │ ├── ProgressiveBackgroundExecutor.xaml.cs │ │ ├── ProgressiveThreadedExecutor.cs │ │ ├── ProgressiveThreadedExecutorControl.xaml │ │ ├── ProgressiveThreadedExecutorControl.xaml.cs │ │ ├── RichTextBoxImproved.xaml │ │ ├── RichTextBoxImproved.xaml.cs │ │ ├── RichTextEditor.xaml │ │ ├── RichTextEditor.xaml.cs │ │ ├── SelectionButton.xaml │ │ ├── SelectionButton.xaml.cs │ │ ├── SelectionListBox.xaml │ │ ├── SelectionListBox.xaml.cs │ │ ├── StateButton.xaml │ │ ├── StateButton.xaml.cs │ │ ├── SyntaxTextEditor.xaml │ │ ├── SyntaxTextEditor.xaml.cs │ │ ├── TabbedEditPanel.xaml │ │ ├── TabbedEditPanel.xaml.cs │ │ ├── TextAlignmentSelector.xaml │ │ ├── TextAlignmentSelector.xaml.cs │ │ ├── TextFormatSampler.xaml │ │ ├── TextFormatSampler.xaml.cs │ │ ├── TextFormatSelector.xaml │ │ ├── TextFormatSelector.xaml.cs │ │ ├── TextStyleSelector.xaml │ │ ├── TextStyleSelector.xaml.cs │ │ ├── TransparencySelector.xaml │ │ ├── TransparencySelector.xaml.cs │ │ ├── TreeItemSelector.xaml │ │ ├── TreeItemSelector.xaml.cs │ │ ├── VersionCardSubform.xaml │ │ └── VersionCardSubform.xaml.cs │ ├── WorkCommand.cs │ ├── WorkCommandExpositor.cs │ ├── WorkCommandInteractive.cs │ ├── WorkSphere.cs │ ├── WorkspaceManager.cs │ └── XamlFlowDocumentToHtmlConverter.cs └── WarningAnomaly.cs ├── DotLiquid ├── Block.cs ├── Condition.cs ├── Context.cs ├── Document.cs ├── DotLiquid-2008.csproj ├── DotLiquid-2010.csproj ├── DotLiquid.LICENSE.txt ├── DotLiquid.csproj ├── DotLiquid.nuspec ├── Drop.cs ├── Exceptions │ ├── ArgumentException.cs │ ├── ContextException.cs │ ├── FileSystemException.cs │ ├── FilterNotFoundException.cs │ ├── LiquidException.cs │ ├── StackLevelException.cs │ └── SyntaxException.cs ├── FileSystems │ ├── BlankFileSystem.cs │ ├── IFileSystem.cs │ └── LocalFileSystem.cs ├── Formosatek-OpenSource.snk ├── Hash.cs ├── IContextAware.cs ├── IIndexable.cs ├── ILiquidizable.cs ├── IRenderable.cs ├── IValueTypeConvertible.cs ├── IndentationTextWriter.cs ├── Liquid.cs ├── LiquidTypeAttribute.cs ├── NamingConventions │ ├── CSharpNamingConvention.cs │ ├── INamingConvention.cs │ └── RubyNamingConvention.cs ├── Proc.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ └── Resources.resx ├── RenderParameters.cs ├── StandardFilters.cs ├── Strainer.cs ├── Tag.cs ├── Tags │ ├── Assign.cs │ ├── Block.cs │ ├── Capture.cs │ ├── Case.cs │ ├── Comment.cs │ ├── Cycle.cs │ ├── Extends.cs │ ├── For.cs │ ├── Html │ │ └── TableRow.cs │ ├── If.cs │ ├── IfChanged.cs │ ├── Include.cs │ ├── Inject.cs │ ├── Literal.cs │ ├── Raw.cs │ └── Unless.cs ├── Template.cs ├── Util │ ├── EnumerableExtensionMethods.cs │ ├── ExpressionUtility.cs │ ├── ListExtensionMethods.cs │ ├── ObjectExtensionMethods.cs │ ├── R.cs │ ├── Range.cs │ ├── StrFTime.cs │ ├── Symbol.cs │ ├── TypeUtility.cs │ └── WeakTable.cs └── Variable.cs ├── ICSharpCode.AvalonEdit ├── AvalonEdit.LICENSE.txt ├── AvalonEditCommands.cs ├── CodeCompletion │ ├── CompletionList.cs │ ├── CompletionList.xaml │ ├── CompletionListBox.cs │ ├── CompletionWindow.cs │ ├── CompletionWindowBase.cs │ ├── ICompletionData.cs │ ├── IOverloadProvider.cs │ ├── InsightWindow.cs │ ├── InsightWindow.xaml │ ├── OverloadInsightWindow.cs │ └── OverloadViewer.cs ├── Document │ ├── ChangeTrackingCheckpoint.cs │ ├── DocumentChangeEventArgs.cs │ ├── DocumentChangeOperation.cs │ ├── DocumentLine.cs │ ├── DocumentLineTree.cs │ ├── GapTextBuffer.cs │ ├── ILineTracker.cs │ ├── ISegment.cs │ ├── ITextSource.cs │ ├── IUndoableOperation.cs │ ├── LineManager.cs │ ├── LineNode.cs │ ├── NewLineFinder.cs │ ├── OffsetChangeMap.cs │ ├── TextAnchor.cs │ ├── TextAnchorNode.cs │ ├── TextAnchorTree.cs │ ├── TextDocument.cs │ ├── TextDocumentWeakEventManager.cs │ ├── TextLocation.cs │ ├── TextSegment.cs │ ├── TextSegmentCollection.cs │ ├── TextUtilities.cs │ ├── UndoOperationGroup.cs │ ├── UndoStack.cs │ └── WeakLineTracker.cs ├── Editing │ ├── AbstractMargin.cs │ ├── Caret.cs │ ├── CaretLayer.cs │ ├── CaretNavigationCommandHandler.cs │ ├── CaretWeakEventHandler.cs │ ├── DottedLineMargin.cs │ ├── DragDropException.cs │ ├── EditingCommandHandler.cs │ ├── EmptySelection.cs │ ├── IReadOnlySectionProvider.cs │ ├── LineNumberMargin.cs │ ├── NoReadOnlySections.cs │ ├── RectangleSelection.cs │ ├── Selection.cs │ ├── SelectionColorizer.cs │ ├── SelectionLayer.cs │ ├── SelectionMouseHandler.cs │ ├── SelectionSegment.cs │ ├── SimpleSelection.cs │ ├── TextArea.cs │ ├── TextAreaDefaultInputHandlers.cs │ ├── TextAreaInputHandler.cs │ └── TextSegmentReadOnlySectionProvider.cs ├── Folding │ ├── AbstractFoldingStrategy.cs │ ├── FoldingElementGenerator.cs │ ├── FoldingManager.cs │ ├── FoldingMargin.cs │ ├── FoldingMarginMarker.cs │ ├── FoldingSection.cs │ ├── NewFolding.cs │ └── XmlFoldingStrategy.cs ├── Highlighting │ ├── DocumentHighlighter.cs │ ├── HighlightedInlineBuilder.cs │ ├── HighlightedLine.cs │ ├── HighlightedSection.cs │ ├── HighlightingBrush.cs │ ├── HighlightingColor.cs │ ├── HighlightingColorizer.cs │ ├── HighlightingDefinitionInvalidException.cs │ ├── HighlightingDefinitionTypeConverter.cs │ ├── HighlightingManager.cs │ ├── HighlightingRule.cs │ ├── HighlightingRuleSet.cs │ ├── HighlightingSpan.cs │ ├── HtmlClipboard.cs │ ├── IHighlighter.cs │ ├── IHighlightingDefinition.cs │ ├── IHighlightingDefinitionReferenceResolver.cs │ ├── Resources │ │ ├── ASPX.xshd │ │ ├── Boo.xshd │ │ ├── CPP-Mode.xshd │ │ ├── CSS-Mode.xshd │ │ ├── CSharp-Mode.xshd │ │ ├── Coco-Mode.xshd │ │ ├── HTML-Mode.xshd │ │ ├── Java-Mode.xshd │ │ ├── JavaScript-Mode.xshd │ │ ├── ModeV1.xsd │ │ ├── ModeV2.xsd │ │ ├── PHP-Mode.xshd │ │ ├── Patch-Mode.xshd │ │ ├── Resources.cs │ │ ├── Tex-Mode.xshd │ │ ├── VBNET-Mode.xshd │ │ ├── XML-Mode.xshd │ │ └── XmlDoc.xshd │ └── Xshd │ │ ├── HighlightingLoader.cs │ │ ├── IXshdVisitor.cs │ │ ├── SaveXshdVisitor.cs │ │ ├── V1Loader.cs │ │ ├── V2Loader.cs │ │ ├── XmlHighlightingDefinition.cs │ │ ├── XshdColor.cs │ │ ├── XshdElement.cs │ │ ├── XshdImport.cs │ │ ├── XshdKeywords.cs │ │ ├── XshdReference.cs │ │ ├── XshdRule.cs │ │ ├── XshdRuleSet.cs │ │ ├── XshdSpan.cs │ │ └── XshdSyntaxDefinition.cs ├── ICSharpCode.AvalonEdit.csproj ├── ICSharpCode.AvalonEdit.snk ├── Indentation │ ├── CSharp │ │ ├── CSharpIndentationStrategy.cs │ │ ├── DocumentAccessor.cs │ │ └── IndentationReformatter.cs │ ├── DefaultIndentationStrategy.cs │ └── IIndentationStrategy.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── CodeAnalysisDictionary.xml │ └── GlobalAssemblyInfo.cs ├── Rendering │ ├── BackgroundGeometryBuilder.cs │ ├── CollapsedLineSection.cs │ ├── ColorizingTransformer.cs │ ├── DocumentColorizingTransformer.cs │ ├── FormattedTextElement.cs │ ├── GlobalTextRunProperties.cs │ ├── HeightTree.cs │ ├── HeightTreeLineNode.cs │ ├── HeightTreeNode.cs │ ├── IBackgroundRenderer.cs │ ├── ITextRunConstructionContext.cs │ ├── ITextViewConnect.cs │ ├── IVisualLineTransformer.cs │ ├── InlineObjectRun.cs │ ├── Layer.cs │ ├── LayerPosition.cs │ ├── LinkElementGenerator.cs │ ├── MouseHoverLogic.cs │ ├── SimpleTextSource.cs │ ├── SingleCharacterElementGenerator.cs │ ├── TextLayer.cs │ ├── TextView.cs │ ├── TextViewCachedElements.cs │ ├── TextViewWeakEventManager.cs │ ├── VisualLine.cs │ ├── VisualLineConstructionStartEventArgs.cs │ ├── VisualLineElement.cs │ ├── VisualLineElementGenerator.cs │ ├── VisualLineElementTextRunProperties.cs │ ├── VisualLineLinkText.cs │ ├── VisualLineText.cs │ ├── VisualLineTextParagraphProperties.cs │ ├── VisualLineTextSource.cs │ ├── VisualLinesInvalidException.cs │ └── VisualYPosition.cs ├── Search │ ├── DropDownButton.cs │ ├── DropDownButton.xaml │ ├── ISearchStrategy.cs │ ├── Localization.cs │ ├── RegexSearchStrategy.cs │ ├── SearchCommands.cs │ ├── SearchPanel.cs │ ├── SearchPanel.xaml │ ├── SearchResultBackgroundRenderer.cs │ ├── SearchStrategyFactory.cs │ ├── next.png │ └── prev.png ├── Snippets │ ├── IActiveElement.cs │ ├── InsertionContext.cs │ ├── Snippet.cs │ ├── SnippetAnchorElement.cs │ ├── SnippetBoundElement.cs │ ├── SnippetCaretElement.cs │ ├── SnippetContainerElement.cs │ ├── SnippetElement.cs │ ├── SnippetEventArgs.cs │ ├── SnippetInputHandler.cs │ ├── SnippetReplaceableTextElement.cs │ ├── SnippetSelectionElement.cs │ └── SnippetTextElement.cs ├── TextEditor.cs ├── TextEditor.xaml ├── TextEditorAutomationPeer.cs ├── TextEditorComponent.cs ├── TextEditorOptions.cs ├── TextEditorWeakEventManager.cs ├── TextViewPosition.cs ├── Utils │ ├── Boxes.cs │ ├── BusyManager.cs │ ├── CallbackOnDispose.cs │ ├── CharRope.cs │ ├── CompressingTreeList.cs │ ├── Constants.cs │ ├── DelayedEvents.cs │ ├── Deque.cs │ ├── Empty.cs │ ├── ExtensionMethods.cs │ ├── FileReader.cs │ ├── ImmutableStack.cs │ ├── NullSafeCollection.cs │ ├── ObserveAddRemoveCollection.cs │ ├── PixelSnapHelpers.cs │ ├── PropertyChangedWeakEventManager.cs │ ├── Rope.cs │ ├── RopeNode.cs │ ├── RopeTextReader.cs │ ├── StringSegment.cs │ ├── TextFormatterFactory.cs │ ├── ThrowUtil.cs │ ├── WeakEventManagerBase.cs │ └── Win32.cs ├── Xml │ ├── AXmlAttribute.cs │ ├── AXmlAttributeCollection.cs │ ├── AXmlContainer.cs │ ├── AXmlDocument.cs │ ├── AXmlElement.cs │ ├── AXmlObject.cs │ ├── AXmlObjectCollection.cs │ ├── AXmlObjectEventArgs.cs │ ├── AXmlParser.cs │ ├── AXmlTag.cs │ ├── AXmlText.cs │ ├── AbstractAXmlVisitor.cs │ ├── CanonicalPrintAXmlVisitor.cs │ ├── ExtensionMethods.cs │ ├── FilteredCollection.cs │ ├── IAXmlVisitor.cs │ ├── InternalException.cs │ ├── MergedCollection.cs │ ├── PrettyPrintAXmlVisitor.cs │ ├── SyntaxError.cs │ ├── TagMatchingHeuristics.cs │ ├── TagReader.cs │ ├── TextType.cs │ ├── TokenReader.cs │ └── TrackedSegmentCollection.cs └── themes │ ├── RightArrow.cur │ └── generic.xaml ├── Installer ├── Deploy │ ├── Installer.msi │ ├── InstrumindThinkComposer_Manual.pdf │ ├── License.txt │ ├── Readme.txt │ ├── ThinkComposer.ver │ ├── ThinkComposer.xml │ ├── setup.exe │ ├── setup_imtc.exe │ └── setup_imtc.zip ├── Installer.vdproj └── Installer.vdproj.orig ├── Instrumind_ThinkComposer.sln ├── Instrumind_ThinkComposer.sln.ide ├── edb.chk ├── edbres00001.jrs ├── edbres00002.jrs └── storage.ide ├── PdfSharpXps ├── PdfSharp.Xps │ ├── Development-Notes.txt │ ├── PdfSharp.Xps.Parsing │ │ ├── ElementNames.cs │ │ ├── ParserHelper.cs │ │ ├── XpsParser.ArcSegment.cs │ │ ├── XpsParser.Brush.cs │ │ ├── XpsParser.Canvas.cs │ │ ├── XpsParser.DocumentOutline.cs │ │ ├── XpsParser.DocumentReference.cs │ │ ├── XpsParser.DocumentStructure.cs │ │ ├── XpsParser.FixedDocument.cs │ │ ├── XpsParser.FixedDocumentSequence.cs │ │ ├── XpsParser.FixedPage.cs │ │ ├── XpsParser.Glyphs.cs │ │ ├── XpsParser.GradientStop.cs │ │ ├── XpsParser.GradientStops.cs │ │ ├── XpsParser.ImageBrush.cs │ │ ├── XpsParser.LinearGradientBrush.cs │ │ ├── XpsParser.LinkTarget.cs │ │ ├── XpsParser.ListItemStructure.cs │ │ ├── XpsParser.MatrixTransform.cs │ │ ├── XpsParser.NamedElement.cs │ │ ├── XpsParser.OutlineEntry.cs │ │ ├── XpsParser.PageContent.cs │ │ ├── XpsParser.Path.cs │ │ ├── XpsParser.PathFigure.cs │ │ ├── XpsParser.PathGeometry.cs │ │ ├── XpsParser.PolyBezierSegment.cs │ │ ├── XpsParser.PolyLineSegment.cs │ │ ├── XpsParser.PolyQuadraticBezierSegment.cs │ │ ├── XpsParser.RadialGradientBrush.cs │ │ ├── XpsParser.ResourceDictionary.cs │ │ ├── XpsParser.SignatureDefinition.cs │ │ ├── XpsParser.SolidColorBrush.cs │ │ ├── XpsParser.SpotLocation.cs │ │ ├── XpsParser.Story.cs │ │ ├── XpsParser.StoryFragment.cs │ │ ├── XpsParser.StoryFragmentReference.cs │ │ ├── XpsParser.TableCellStructure.cs │ │ ├── XpsParser.Template.cs │ │ ├── XpsParser.Visual.cs │ │ ├── XpsParser.VisualBrush.cs │ │ └── XpsParser.cs │ ├── PdfSharp.Xps.Rendering │ │ ├── BuilderBase.cs │ │ ├── DocumentRenderingContext.cs │ │ ├── ImageBuilder.cs │ │ ├── LinearShadingBuilder.cs │ │ ├── PdfContentWriter-Glyphs.cs │ │ ├── PdfContentWriter-Writer.cs │ │ ├── PdfContentWriter.cs │ │ ├── PdfGraphicsState-ImageBrush.cs │ │ ├── PdfGraphicsState-LinearGradientBrush.cs │ │ ├── PdfGraphicsState-VisualBrush.cs │ │ ├── PdfGraphicsState.cs │ │ ├── PdfPart.cs │ │ ├── PdfRenderer.cs │ │ ├── RadialShadingBuilder.cs │ │ ├── TilingPatternBuilder.cs │ │ ├── Utils.cs │ │ ├── WpfUtils.cs │ │ ├── XFormBuilder.cs │ │ ├── XPBrush.cs │ │ ├── XPCanvas.cs │ │ ├── XPFont.cs │ │ ├── XPGlyphs.cs │ │ ├── XPGradientBrush.cs │ │ ├── XPImage.cs │ │ ├── XPImageBrush.cs │ │ ├── XPLinearGradientBrush.cs │ │ ├── XPObject.cs │ │ ├── XPPath.cs │ │ ├── XPRadialGradientBrush.cs │ │ ├── XPTilingBrush.cs │ │ ├── XPVisual.cs │ │ ├── XPVisualBrush.cs │ │ └── enums │ │ │ ├── PdfTraceLevel.cs │ │ │ ├── RenderMode.cs │ │ │ └── RenderingComplexity.cs │ ├── PdfSharp.Xps.XpsModel │ │ ├── ArcSegment.cs │ │ ├── Brush.cs │ │ ├── Canvas.cs │ │ ├── Color.cs │ │ ├── Comment.cs │ │ ├── Discard.cs │ │ ├── DiscardControl.cs │ │ ├── DocumentOutline.cs │ │ ├── DocumentReference.cs │ │ ├── DocumentStructure.cs │ │ ├── FigureStructure.cs │ │ ├── FixedDocument.cs │ │ ├── FixedDocumentCollection.cs │ │ ├── FixedDocumentSequence.cs │ │ ├── FixedPage.cs │ │ ├── FixedPageCollection.cs │ │ ├── FixedPayload.cs │ │ ├── Font.cs │ │ ├── GlyphIndices.cs │ │ ├── Glyphs.cs │ │ ├── GradientStopCollection.cs │ │ ├── GradientStops.cs │ │ ├── ImageBrush.cs │ │ ├── LinearGradientBrush.cs │ │ ├── LinkTarget.cs │ │ ├── ListItemStructure.cs │ │ ├── ListStructure.cs │ │ ├── Matrix.cs │ │ ├── MatrixTransform.cs │ │ ├── NamedElement.cs │ │ ├── OutlineEntry.cs │ │ ├── PageContent.cs │ │ ├── ParagraphStructure.cs │ │ ├── Path.cs │ │ ├── PathFigure.cs │ │ ├── PathFigureCollection.cs │ │ ├── PathGeometry.cs │ │ ├── PathSegment.cs │ │ ├── PathSegmentCollection.cs │ │ ├── Point.cs │ │ ├── PointCollection.cs │ │ ├── PolyBezierSegment.cs │ │ ├── PolyLineSegment.cs │ │ ├── PolyQuadraticBezierSegment.cs │ │ ├── RadialGradientBrush.cs │ │ ├── Rect.cs │ │ ├── ResourceDictionary.cs │ │ ├── SectionStructure.cs │ │ ├── SignatureDefinition.cs │ │ ├── Size.cs │ │ ├── SolidColorBrush.cs │ │ ├── SpotLocation.cs │ │ ├── Story.cs │ │ ├── StoryFragment.cs │ │ ├── StoryFragmentReference.cs │ │ ├── TableCellStructure.cs │ │ ├── TableRowGroupStructure.cs │ │ ├── TableRowStructure.cs │ │ ├── TableStructure.cs │ │ ├── Template.cs │ │ ├── Visual.cs │ │ ├── VisualBrush.cs │ │ ├── XpsDocument.cs │ │ ├── XpsElement.cs │ │ ├── XpsElementCollection.cs │ │ └── enums │ │ │ ├── ClrIntMode.cs │ │ │ ├── ColorType.cs │ │ │ ├── DashCap.cs │ │ │ ├── EdgeMode.cs │ │ │ ├── FillRule.cs │ │ │ ├── LineCap.cs │ │ │ ├── LineJoin.cs │ │ │ ├── MappingMode.cs │ │ │ ├── SpreadMethod.cs │ │ │ ├── StyleSimulations.cs │ │ │ ├── SweepDirection.cs │ │ │ ├── TileMode.cs │ │ │ └── ViewUnits.cs │ ├── PdfSharp.Xps.csproj │ ├── PdfSharp.Xps │ │ ├── DevHelper.cs │ │ ├── XpsConverter.cs │ │ └── XpsRenderer.cs │ ├── PdfSharp │ │ ├── PSXSR.cs │ │ └── enums │ │ │ └── PSXMsgID.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── StrongnameKey.snk │ └── license.txt └── PdfSharp │ ├── !internal │ ├── Directives.cs │ └── TargetContext.cs │ ├── AssemblyInfo-AG.cs │ ├── PdfSharp-Hybrid.csproj │ ├── PdfSharp-WPF.csproj │ ├── PdfSharp-ag.csproj │ ├── PdfSharp.Drawing.BarCodes │ ├── BarCode.cs │ ├── BarCodeRenderInfo.cs │ ├── BcgSR.cs │ ├── Code2of5Interleaved.cs │ ├── Code3of9Standard.cs │ ├── CodeBase.cs │ ├── CodeDataMatrix.cs │ ├── CodeOmr.cs │ ├── DataMatrixImage.cs │ ├── MatrixCode.cs │ ├── OmrData.cs │ ├── ThickThinBarcodeRenderer.cs │ └── enums │ │ ├── AnchorType.cs │ │ ├── CodeDirection.cs │ │ ├── CodeType.cs │ │ ├── DataMatrixEncoding.cs │ │ ├── MarkDistance.cs │ │ └── TextLocation.cs │ ├── PdfSharp.Drawing.Layout │ ├── XTextFormatter.cs │ └── enums │ │ └── XParagraphAlignment.cs │ ├── PdfSharp.Drawing.Pdf │ ├── PdfGraphicsState.cs │ ├── XGraphicsPdfRenderer.cs │ └── enums │ │ ├── DirtyFlags.cs │ │ └── StreamMode.cs │ ├── PdfSharp.Drawing.Shapes │ └── Shape.cs │ ├── PdfSharp.Drawing │ ├── FontHelper.cs │ ├── GeometryHelper.cs │ ├── GraphicsStateStack.cs │ ├── IXGraphicsRenderer.cs │ ├── ImageHelper.cs │ ├── InternalGraphicsState.cs │ ├── PdfFontOptions.cs │ ├── XBrush.cs │ ├── XBrushes.cs │ ├── XColor.cs │ ├── XColorResourceManager.cs │ ├── XColors.cs │ ├── XConvert.cs │ ├── XFont.cs │ ├── XFontFamily.cs │ ├── XFontMetrics.cs │ ├── XFontStretch.cs │ ├── XFontWeight.cs │ ├── XFontWeights.cs │ ├── XForm.cs │ ├── XGlyphTypeface.cs │ ├── XGraphics.cs │ ├── XGraphicsContainer.cs │ ├── XGraphicsPath.cs │ ├── XGraphicsPathInternals.cs │ ├── XGraphicsPathItem.cs │ ├── XGraphicsState.cs │ ├── XImage.cs │ ├── XImageFormat.cs │ ├── XKnownColorTable.cs │ ├── XLinearGradientBrush.cs │ ├── XMatrix.cs │ ├── XPdfForm.cs │ ├── XPen.cs │ ├── XPens.cs │ ├── XPoint.cs │ ├── XPrivateFontCollection.cs │ ├── XRect.cs │ ├── XSize.cs │ ├── XSolidBrush.cs │ ├── XStringFormat.cs │ ├── XStringFormats.cs │ ├── XTypeFace.cs │ ├── XUnit.cs │ ├── XVector.cs │ └── enums │ │ ├── PathStart.cs │ │ ├── XColorSpace.cs │ │ ├── XCombineMode.cs │ │ ├── XDashStyle.cs │ │ ├── XFillMode.cs │ │ ├── XFontStyle.cs │ │ ├── XGraphicRenderTarget.cs │ │ ├── XGraphicsPathItemType.cs │ │ ├── XGraphicsPdfPageOptions.cs │ │ ├── XGraphicsUnit.cs │ │ ├── XKnownColor.cs │ │ ├── XLineAlignment.cs │ │ ├── XLineCap.cs │ │ ├── XLineJoin.cs │ │ ├── XLinearGradientMode.cs │ │ ├── XMatrixOrder.cs │ │ ├── XPageDirection.cs │ │ ├── XSmoothingMode.cs │ │ └── XStringAlignment.cs │ ├── PdfSharp.Fonts.OpenType │ ├── ExternalHelper.cs │ ├── FontData.cs │ ├── FontDataStock.cs │ ├── GenericFontTable.cs │ ├── GlyphDataTable.cs │ ├── IRefFontTable.cs │ ├── IndexToLocationTable.cs │ ├── OpenTypeDescriptor.cs │ ├── OpenTypeFontTable.cs │ ├── OpenTypeFontWriter.cs │ ├── OpenTypeStructures.cs │ ├── TableDirectoryEntry.cs │ └── enums │ │ ├── FontTechnology.cs │ │ ├── TableTag.cs │ │ └── TableTagNames.cs │ ├── PdfSharp.Fonts │ ├── AdobeGlyphList20.cs │ ├── AdobeGlyphListForNewFonts.cs │ ├── CMapInfo.cs │ ├── FontDescriptor.cs │ ├── FontDescriptorStock.cs │ └── FontWriter.cs │ ├── PdfSharp.Internal │ ├── Calc.cs │ ├── ColorHelper.cs │ ├── DoubleUtil.cs │ ├── FontHelper14.cs │ ├── NativeMethods.cs │ └── TokenizerHelper.cs │ ├── PdfSharp.Pdf.AcroForms │ ├── PdfAcroField.cs │ ├── PdfAcroForm.cs │ ├── PdfButtonField.cs │ ├── PdfCheckBoxField.cs │ ├── PdfChoiceField.cs │ ├── PdfComboBoxField.cs │ ├── PdfGenericField.cs │ ├── PdfListBoxField.cs │ ├── PdfPushButtonField.cs │ ├── PdfRadioButtonField.cs │ ├── PdfSignatureField.cs │ ├── PdfTextField.cs │ └── enums │ │ └── PdfAcroFieldFlags.cs │ ├── PdfSharp.Pdf.Actions │ ├── PdfAction.cs │ └── enums │ │ └── PdfNamedActionNames.cs │ ├── PdfSharp.Pdf.Advanced │ ├── IContentStream.cs │ ├── PdfCIDFont.cs │ ├── PdfCatalog.cs │ ├── PdfContent.cs │ ├── PdfContents.cs │ ├── PdfDictionaryWithContentStream.cs │ ├── PdfExtGState.cs │ ├── PdfExtGStateTable.cs │ ├── PdfFont.cs │ ├── PdfFontDescriptor.cs │ ├── PdfFontTable.cs │ ├── PdfFormXObject.cs │ ├── PdfFormXObjectTable.cs │ ├── PdfGroupAttributes.cs │ ├── PdfImage.FaxEncode.cs │ ├── PdfImage.cs │ ├── PdfImageTable.cs │ ├── PdfImportedObjectTable.cs │ ├── PdfInternals.cs │ ├── PdfObjectInternals.cs │ ├── PdfPageInheritableObjects.cs │ ├── PdfReference.cs │ ├── PdfResourceMap.cs │ ├── PdfResourceTable.cs │ ├── PdfResources.cs │ ├── PdfShading.cs │ ├── PdfShadingPattern.cs │ ├── PdfShadingTable.cs │ ├── PdfSoftMask.cs │ ├── PdfTilingPattern.cs │ ├── PdfToUnicodeMap.cs │ ├── PdfTrailer.cs │ ├── PdfTransparencyGroupAttributes.cs │ ├── PdfTrueTypeFont.cs │ ├── PdfType0Font.cs │ ├── PdfType1Font.cs │ └── PdfXObject.cs │ ├── PdfSharp.Pdf.Annotations │ ├── PdfAnnotation.cs │ ├── PdfAnnotations.cs │ ├── PdfGenericAnnotation.cs │ ├── PdfLinkAnnotation.cs │ ├── PdfRubberStampAnnotation.cs │ ├── PdfTextAnnotation.cs │ ├── PdfWidgetAnnotation.cs │ └── enums │ │ ├── PdfAnnotationFlags.cs │ │ ├── PdfRubberStampAnnotationIcon.cs │ │ └── PdfTextAnnotationIcon.cs │ ├── PdfSharp.Pdf.Content.Objects │ ├── CObjects.cs │ ├── Operators.cs │ └── enum │ │ ├── OpCodeFlags.cs │ │ └── OpCodeName.cs │ ├── PdfSharp.Pdf.Content │ ├── CLexer.cs │ ├── CParser.cs │ ├── Chars.cs │ ├── ContentReader.cs │ ├── ContentReaderException.cs │ ├── ContentWriter.cs │ └── enums │ │ └── Symbol.cs │ ├── PdfSharp.Pdf.Filters │ ├── ASCII85Decode.cs │ ├── ASCIIHexDecode.cs │ ├── Filter.cs │ ├── Filtering.cs │ ├── FlateDecode.cs │ └── LzwDecode.cs │ ├── PdfSharp.Pdf.IO │ ├── Chars.cs │ ├── Lexer.cs │ ├── Parser.cs │ ├── PdfReader.cs │ ├── PdfReaderException.cs │ ├── PdfWriter.cs │ ├── ShiftStack.cs │ └── enums │ │ ├── PasswordValidity.cs │ │ ├── PdfDocumentOpenMode.cs │ │ ├── PdfWriterLayout.cs │ │ ├── PdfWriterOptions.cs │ │ └── Symbol.cs │ ├── PdfSharp.Pdf.Internal │ ├── AnsiEncoding.cs │ ├── ColorSpaceHelper.cs │ ├── DocEncoding.cs │ ├── GlobalObjectTable.cs │ ├── PdfEncoders.cs │ ├── RawEncoding.cs │ ├── RawUnicodeEncoding.cs │ └── ThreadLocalStorage.cs │ ├── PdfSharp.Pdf.Printing │ └── PdfFilePrinter.cs │ ├── PdfSharp.Pdf.Security │ ├── PdfSecurityHandler.cs │ ├── PdfSecuritySettings.cs │ ├── PdfStandardSecurityHandler.cs │ └── enums │ │ ├── PdfDocumentSecurity.cs │ │ └── PdfUserAccessPermission.cs │ ├── PdfSharp.Pdf │ ├── EntryInfoAttribute.cs │ ├── KeysBase.cs │ ├── KeysMeta.cs │ ├── PdfArray.cs │ ├── PdfBoolean.cs │ ├── PdfBooleanObject.cs │ ├── PdfCustomValue.cs │ ├── PdfCustomValues.cs │ ├── PdfDate.cs │ ├── PdfDictionary.cs │ ├── PdfDocument.cs │ ├── PdfDocumentInformation.cs │ ├── PdfDocumentOptions.cs │ ├── PdfDocumentSettings.cs │ ├── PdfInteger.cs │ ├── PdfIntegerObject.cs │ ├── PdfItem.cs │ ├── PdfLiteral.cs │ ├── PdfName.cs │ ├── PdfNameObject.cs │ ├── PdfNull.cs │ ├── PdfNullObject.cs │ ├── PdfNumber.cs │ ├── PdfNumberObject.cs │ ├── PdfObject.cs │ ├── PdfObjectID.cs │ ├── PdfOutline.cs │ ├── PdfPage.cs │ ├── PdfPages.cs │ ├── PdfReal.cs │ ├── PdfRealObject.cs │ ├── PdfRectangle.cs │ ├── PdfReferenceTable.cs │ ├── PdfString.cs │ ├── PdfStringObject.cs │ ├── PdfUInteger.cs │ ├── PdfUIntegerObject.cs │ ├── PdfViewerPreferences.cs │ ├── TrimMargins.cs │ └── enums │ │ ├── DocumentState.cs │ │ ├── PdfColorMode.cs │ │ ├── PdfCustomValueCompression.cs │ │ ├── PdfFontEmbedding.cs │ │ ├── PdfFontEncoding.cs │ │ ├── PdfOutlineStyle.cs │ │ ├── PdfPageLayout.cs │ │ ├── PdfPageMode.cs │ │ ├── PdfReadingDirection.cs │ │ └── PdfTextStringEncoding.cs │ ├── PdfSharp.SharpZipLib │ ├── Checksums │ │ ├── Adler32.cs │ │ ├── CRC32.cs │ │ └── IChecksum.cs │ ├── ReadMe.txt │ ├── SharpZip │ │ └── SharpZipBaseException.cs │ └── Zip │ │ └── Compression │ │ ├── Deflater.cs │ │ ├── DeflaterConstants.cs │ │ ├── DeflaterEngine.cs │ │ ├── DeflaterHuffman.cs │ │ ├── DeflaterPending.cs │ │ ├── Inflater.cs │ │ ├── InflaterDynHeader.cs │ │ ├── InflaterHuffmanTree.cs │ │ ├── PendingBuffer.cs │ │ └── Streams │ │ ├── DeflaterOutputStream.cs │ │ ├── InflaterInputStream.cs │ │ ├── OutputWindow.cs │ │ └── StreamManipulator.cs │ ├── PdfSharp.Windows │ └── enums │ │ ├── RenderMode.cs │ │ └── Zoom.cs │ ├── PdfSharp.csproj │ ├── PdfSharp │ ├── PSSR.cs │ ├── PageSizeConverter.cs │ ├── PdfSharpException.cs │ ├── ProductVersionInfo.cs │ ├── VersionInfo.cs │ └── enums │ │ ├── PSMsgID.cs │ │ ├── PageOrientation.cs │ │ └── PageSize.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── Resources │ ├── Messages.de.resources │ ├── Messages.de.restext │ ├── Messages.de.resx │ ├── Messages.de.txt │ ├── Messages.resources │ ├── Messages.restext │ ├── Messages.resx │ ├── Messages.txt │ ├── PdfSharp.resources.VS2005.vcproj │ └── PdfSharp.resources.vcproj │ └── StrongnameKey.snk ├── PredefinedContent ├── All-Purpose.tdom ├── Argumentative_Mapping.tdom ├── Business_Model.tdom ├── CM.tdom ├── Class_diagram.tdom ├── Concept_Mapping.tdom ├── Data_Model.tdom ├── Fast-Food_Cuisine.tdom ├── Flowchart.tdom ├── Genealogy_Tree.tdom ├── Influence_Diagram.tdom ├── Mind_Mapping.tdom ├── Organizational_Chart.tdom ├── Sequence_diagram.tdom ├── TimeLine.tdom ├── Use_Case_diagram.tdom └── Web_Environment.tdom ├── PublicationProcedure.txt ├── README.md ├── ThinkComposer-v1.5.1502-Source.zip ├── ThinkComposer-v1.5.1604-Source.zip └── ThinkComposer ├── App.xaml ├── App.xaml.cs ├── ApplicationProduct ├── About.xaml ├── About.xaml.cs ├── AppHelp.xaml ├── AppHelp.xaml.cs ├── AppOptions.xaml ├── AppOptions.xaml.cs ├── AppRegistration.xaml ├── AppRegistration.xaml.cs ├── AppVersionUpdate.xaml ├── AppVersionUpdate.xaml.cs ├── BaseTemplates │ ├── CSharp_Class.tct │ ├── CSharp_Interface.tct │ ├── SQL_Table.tct │ ├── Text_Composition.tct │ ├── Text_IdeaBase.tct │ ├── Text_Propositions.tct │ ├── Text_RelationshipExtension.tct │ ├── XML_Composition.tct │ ├── XML_IdeaBase.tct │ └── XML_RelationshipExtension.tct ├── Cursors │ ├── AppCursors.xaml │ ├── arrow_complement.cur │ ├── arrow_idea.cur │ ├── arrow_marker.cur │ └── arrow_shortcut.cur ├── DomainSelector.xaml ├── DomainSelector.xaml.cs ├── Fonts │ ├── VENUSRIS.ttf │ └── VOX.TTF ├── Images │ ├── Instrumind_ThinkComposer.ico │ ├── Instrumind_ThinkComposer.pdn │ ├── Instrumind_ThinkComposer.png │ ├── Scalimeter_126x42.png │ ├── Scalimeter_21x21.png │ ├── TC_Composition.ico │ ├── TC_Composition.png │ ├── TC_Domain.ico │ ├── TC_Domain.png │ ├── accept.png │ ├── actconn_cycle.png │ ├── actconn_delete.png │ ├── actconn_displace_main.png │ ├── actconn_displace_part.png │ ├── actconn_relink.png │ ├── actconn_repos.png │ ├── actconn_straighten.png │ ├── add.png │ ├── anchor.png │ ├── app_options.png │ ├── application.png │ ├── application_form_add.png │ ├── application_form_edit.png │ ├── application_home.png │ ├── application_lightning.png │ ├── application_view_gallery.png │ ├── application_view_icons.png │ ├── application_view_tile.png │ ├── arrow_branch.png │ ├── arrow_cycle.png │ ├── arrow_divide.png │ ├── arrow_down.png │ ├── arrow_in.png │ ├── arrow_inout.png │ ├── arrow_join.png │ ├── arrow_left.png │ ├── arrow_merge.png │ ├── arrow_nw_ne_sw_se.png │ ├── arrow_out.png │ ├── arrow_redo.png │ ├── arrow_refresh.png │ ├── arrow_refresh_small.png │ ├── arrow_right.png │ ├── arrow_rotate_anticlockwise.png │ ├── arrow_rotate_clockwise.png │ ├── arrow_switch.png │ ├── arrow_turn_left.png │ ├── arrow_turn_right.png │ ├── arrow_undo.png │ ├── arrow_up.png │ ├── asterisk_orange.png │ ├── asterisk_yellow.png │ ├── attach.png │ ├── award_star_bronze_1.png │ ├── award_star_bronze_2.png │ ├── award_star_bronze_3.png │ ├── award_star_edit.png │ ├── award_star_gold_1.png │ ├── award_star_gold_2.png │ ├── award_star_gold_3.png │ ├── award_star_silver_1.png │ ├── award_star_silver_2.png │ ├── award_star_silver_3.png │ ├── basket.png │ ├── bell.png │ ├── bg_paper.png │ ├── block.png │ ├── block_check.png │ ├── block_edit.png │ ├── block_open.png │ ├── block_prefs.png │ ├── block_save.png │ ├── bomb.png │ ├── book.png │ ├── book_add.png │ ├── book_addresses.png │ ├── book_back.png │ ├── book_check.png │ ├── book_edit.png │ ├── book_go.png │ ├── book_merge.png │ ├── book_open.png │ ├── book_prefs.png │ ├── book_save.png │ ├── book_saveas.png │ ├── book_star.png │ ├── book_tabs.png │ ├── box.png │ ├── brick.png │ ├── bricks.png │ ├── briefcase.png │ ├── brush_connector_lines.png │ ├── brush_fill.png │ ├── brush_lines.png │ ├── brush_symbol_lines.png │ ├── brush_text.png │ ├── bug.png │ ├── cake.png │ ├── calculator.png │ ├── calendar.png │ ├── camera.png │ ├── cancel.png │ ├── car.png │ ├── cart.png │ ├── chart_line.png │ ├── chart_organisation.png │ ├── chart_pie.png │ ├── clock.png │ ├── clock_red.png │ ├── cog.png │ ├── cog_go.png │ ├── coins.png │ ├── color_swatch.png │ ├── color_wheel.png │ ├── comment.png │ ├── comp_callout.png │ ├── comp_infocard.png │ ├── comp_legend.png │ ├── comp_note.png │ ├── comp_quote.png │ ├── comp_region.png │ ├── comp_rod.png │ ├── comp_stamp.png │ ├── composite_view.png │ ├── connect.png │ ├── control_power_blue.png │ ├── control_power_red.png │ ├── control_remove_blue.png │ ├── controller.png │ ├── creditcards.png │ ├── cross.png │ ├── cup.png │ ├── cut.png │ ├── cut_red.png │ ├── date.png │ ├── def_clusters.png │ ├── delete.png │ ├── detail_edit.png │ ├── detail_new.png │ ├── detail_poster.png │ ├── detail_view.png │ ├── details_close.png │ ├── details_open.png │ ├── diagram_export.png │ ├── disconnect.png │ ├── disk.png │ ├── disk_black_magnify.png │ ├── disk_download.png │ ├── disk_multiple.png │ ├── disk_saveas.png │ ├── door.png │ ├── door_in.png │ ├── door_open.png │ ├── door_out.png │ ├── drink.png │ ├── drink_empty.png │ ├── email.png │ ├── email_attach.png │ ├── emoticon_evilgrin.png │ ├── emoticon_grin.png │ ├── emoticon_happy.png │ ├── emoticon_smile.png │ ├── emoticon_surprised.png │ ├── emoticon_tongue.png │ ├── emoticon_unhappy.png │ ├── emoticon_waii.png │ ├── emoticon_wink.png │ ├── error.png │ ├── exclamation.png │ ├── eye.png │ ├── eye_delete.png │ ├── female.png │ ├── fgen_go.png │ ├── fgen_prev.png │ ├── film.png │ ├── find.png │ ├── flag_black.png │ ├── flag_blue.png │ ├── flag_gray.png │ ├── flag_green.png │ ├── flag_orange.png │ ├── flag_pink.png │ ├── flag_purple.png │ ├── flag_red.png │ ├── flag_white.png │ ├── flag_yellow.png │ ├── flowchart.png │ ├── folder_book.png │ ├── folder_image.png │ ├── folder_link.png │ ├── folder_magnify.png │ ├── folder_page_white.png │ ├── folder_table.png │ ├── folder_user.png │ ├── font.png │ ├── gen_html.png │ ├── graph_layout.png │ ├── group.png │ ├── heart.png │ ├── help.png │ ├── hourglass.png │ ├── house.png │ ├── image_edit.png │ ├── image_star.png │ ├── images.png │ ├── imtc_concept.png │ ├── imtc_relationship.png │ ├── information.png │ ├── key.png │ ├── keyboard.png │ ├── layers.png │ ├── layout_content.png │ ├── lightbulb.png │ ├── lightbulb_delete.png │ ├── lightbulb_off.png │ ├── lightning.png │ ├── line_dashstyle.png │ ├── line_thickness.png │ ├── link.png │ ├── link_role_variants.png │ ├── lock.png │ ├── lorry.png │ ├── lorry_flatbed.png │ ├── magnifier.png │ ├── mail.png │ ├── male.png │ ├── map.png │ ├── medal_bronze_1.png │ ├── medal_bronze_2.png │ ├── medal_bronze_3.png │ ├── medal_gold_1.png │ ├── medal_gold_2.png │ ├── medal_gold_3.png │ ├── medal_silver_1.png │ ├── medal_silver_2.png │ ├── medal_silver_3.png │ ├── money.png │ ├── money_dollar.png │ ├── money_euro.png │ ├── money_pound.png │ ├── money_yen.png │ ├── monitor.png │ ├── mouse.png │ ├── music.png │ ├── new.png │ ├── newspaper.png │ ├── note.png │ ├── own_exclusive.png │ ├── own_shared.png │ ├── package_green.png │ ├── page_attach.png │ ├── page_code.png │ ├── page_copy.png │ ├── page_definition.png │ ├── page_designate.png │ ├── page_edit.png │ ├── page_excel.png │ ├── page_find.png │ ├── page_gear.png │ ├── page_key.png │ ├── page_paste.png │ ├── page_save.png │ ├── page_star_link.png │ ├── page_view.png │ ├── page_view_back.png │ ├── page_white.png │ ├── page_white_acrobat.png │ ├── page_white_code_red.png │ ├── page_white_copy.png │ ├── page_white_delete.png │ ├── page_white_edit.png │ ├── page_white_find.png │ ├── page_white_findreplace.png │ ├── page_white_gear.png │ ├── page_white_lightning.png │ ├── page_white_link.png │ ├── page_white_paint.png │ ├── page_white_ruby.png │ ├── page_white_save.png │ ├── page_white_stack.png │ ├── page_white_star.png │ ├── page_white_star_book.png │ ├── page_white_text.png │ ├── page_white_wrench.png │ ├── page_word.png │ ├── paintbrush.png │ ├── paintcan.png │ ├── palette.png │ ├── paste_plain.png │ ├── paste_shortcut.png │ ├── pencil.png │ ├── phone.png │ ├── photo.png │ ├── picture.png │ ├── picture_tree.png │ ├── pill.png │ ├── printer.png │ ├── priority_1_blue.png │ ├── priority_1_red.png │ ├── priority_2_blue.png │ ├── priority_2_red.png │ ├── priority_3_blue.png │ ├── priority_3_red.png │ ├── priority_4_blue.png │ ├── priority_4_red.png │ ├── rainbow.png │ ├── record_ref.png │ ├── ref_concept.png │ ├── ref_idea.png │ ├── ref_relationship.png │ ├── rel_sources.png │ ├── rel_targets.png │ ├── related_close.png │ ├── related_collapsed.png │ ├── related_expanded.png │ ├── related_open.png │ ├── rep_dis_card.png │ ├── rep_dis_list.png │ ├── report.png │ ├── report_start.png │ ├── rod_change_axis.png │ ├── rosette.png │ ├── ruby.png │ ├── script_back.png │ ├── script_edit.png │ ├── script_gear.png │ ├── script_go.png │ ├── script_lightning.png │ ├── select_all_concepts.png │ ├── select_all_ideas.png │ ├── select_all_relationships.png │ ├── server.png │ ├── shading.png │ ├── shape_align_bottom.png │ ├── shape_align_center.png │ ├── shape_align_left.png │ ├── shape_align_middle.png │ ├── shape_align_right.png │ ├── shape_align_top.png │ ├── shape_flip_horizontal.png │ ├── shape_flip_vertical.png │ ├── shape_move_back.png │ ├── shape_move_backwards.png │ ├── shape_move_forwards.png │ ├── shape_move_front.png │ ├── shape_multiple.png │ ├── shape_same_height.png │ ├── shape_same_size.png │ ├── shape_same_width.png │ ├── shape_spacing_both.png │ ├── shape_spacing_horiz.png │ ├── shape_spacing_verti.png │ ├── shape_square.png │ ├── shape_tilt.png │ ├── shapes.png │ ├── shapes_many_select.png │ ├── shortcut_big.png │ ├── shortcut_lit.png │ ├── show_composite.png │ ├── sitemap_color.png │ ├── sound.png │ ├── spellcheck.png │ ├── sport_8ball.png │ ├── sport_basketball.png │ ├── sport_football.png │ ├── sport_golf.png │ ├── sport_raquet.png │ ├── sport_shuttlecock.png │ ├── sport_soccer.png │ ├── sport_tennis.png │ ├── star.png │ ├── style_getter.png │ ├── style_setter.png │ ├── sum.png │ ├── table.png │ ├── table_add.png │ ├── table_alter.png │ ├── table_clone.png │ ├── table_delete.png │ ├── table_edit.png │ ├── table_error.png │ ├── table_gear.png │ ├── table_go.png │ ├── table_key.png │ ├── table_lightning.png │ ├── table_link.png │ ├── table_multiple.png │ ├── table_new.png │ ├── table_refresh.png │ ├── table_relationship.png │ ├── table_row_delete.png │ ├── table_row_insert.png │ ├── table_save.png │ ├── table_sort.png │ ├── tag_black.png │ ├── tag_blue.png │ ├── tag_gray.png │ ├── tag_green.png │ ├── tag_orange.png │ ├── tag_pink.png │ ├── tag_purple.png │ ├── tag_red.png │ ├── tag_white.png │ ├── tag_yellow.png │ ├── task_25pc.png │ ├── task_25pc_orange.png │ ├── task_33pc.png │ ├── task_33pc_orange.png │ ├── task_50pc.png │ ├── task_50pc_yellow.png │ ├── task_66pc.png │ ├── task_66pc_blue.png │ ├── task_75pc.png │ ├── task_75pc_blue.png │ ├── task_cancelled_blue.png │ ├── task_cancelled_red.png │ ├── task_comp.png │ ├── task_init.png │ ├── task_paused.png │ ├── task_paused_blue.png │ ├── task_paused_red.png │ ├── tasks_control.png │ ├── telephone.png │ ├── television.png │ ├── text_bold.png │ ├── text_ellipsis.png │ ├── text_italic.png │ ├── text_label.png │ ├── text_replace.png │ ├── text_underline.png │ ├── thumb_down.png │ ├── thumb_up.png │ ├── tick.png │ ├── time.png │ ├── time_add.png │ ├── time_delete.png │ ├── type_choice.png │ ├── uml_class.png │ ├── uml_sequence.png │ ├── uml_usecase.png │ ├── user.png │ ├── user_comment.png │ ├── user_female.png │ ├── user_gray.png │ ├── user_green.png │ ├── user_key.png │ ├── user_orange.png │ ├── user_red.png │ ├── user_suit.png │ ├── vcard.png │ ├── vcard_edit.png │ ├── vector_add.png │ ├── view_globally.png │ ├── view_presen.png │ ├── view_select_all.png │ ├── wand.png │ ├── wand_convert.png │ ├── weather_clouds.png │ ├── weather_cloudy.png │ ├── weather_lightning.png │ ├── weather_rain.png │ ├── weather_snow.png │ ├── weather_sun.png │ ├── web_update.png │ ├── webcam.png │ ├── world.png │ ├── world_go.png │ ├── world_link.png │ ├── wrench.png │ ├── wrench_orange.png │ ├── xps_pdf_report.png │ ├── zoom.png │ ├── zoom_actual.png │ ├── zoom_alt.png │ ├── zoom_in.png │ └── zoom_out.png ├── LanguageSyntaxes │ └── TcTemplate.xshd ├── LicensingConfig.cs ├── ProductDirector.cs ├── Widgets │ ├── WidgetDocumentVisualizer.xaml │ ├── WidgetDocumentVisualizer.xaml.cs │ ├── WidgetInterrelationsPanel.xaml │ ├── WidgetInterrelationsPanel.xaml.cs │ ├── WidgetItemsPalette.xaml │ ├── WidgetItemsPalette.xaml.cs │ ├── WidgetItemsPaletteGroup.xaml │ ├── WidgetItemsPaletteGroup.xaml.cs │ ├── WidgetMessenger.xaml │ ├── WidgetMessenger.xaml.cs │ ├── WidgetNavMap.xaml │ ├── WidgetNavMap.xaml.cs │ ├── WidgetNavTree.xaml │ ├── WidgetNavTree.xaml.cs │ ├── WidgetPalette.xaml │ ├── WidgetPalette.xaml.cs │ ├── WidgetStatusBar.xaml │ ├── WidgetStatusBar.xaml.cs │ ├── WidgetVisualSampleSelector.xaml │ ├── WidgetVisualSampleSelector.xaml.cs │ └── WidgetsHelper.cs └── _FixSeparationPending │ ├── ProductDirector.PalettesAndToolbar.cs │ ├── ProductDirector.Special.cs │ └── ProductDirector.cs ├── ApplicationShell ├── Images │ └── Instrumind_ThinkComposer_Splash.png ├── MainWindow.xaml ├── MainWindow.xaml.cs ├── MainWindowHeader.xaml └── MainWindowHeader.xaml.cs ├── Composer ├── ComposerUI │ ├── ComplementCreationCommand.cs │ ├── ConceptCreationCommand.cs │ ├── DetailEditingCard.cs │ ├── EComplementManipulationAction.cs │ ├── EConnectorManipulationAction.cs │ ├── EManipulationDirection.cs │ ├── ESymbolManipulationAction.cs │ ├── MarkerAssignmentCommand.cs │ ├── RelationshipCreationCommand.cs │ ├── ShortcutCreationCommand.cs │ ├── ViewComplementManipulationAdorner.cs │ ├── ViewConnectorManipulationAdorner.cs │ ├── ViewManipulationAdorner.cs │ ├── ViewManipulationManager.cs │ ├── ViewSymbolManipulationAdorner.cs │ └── Widgets │ │ ├── DetailAttachmentEditor.cs │ │ ├── DetailInternalPropertyEditor.xaml │ │ ├── DetailInternalPropertyEditor.xaml.cs │ │ ├── DetailLinkEditor.xaml │ │ ├── DetailLinkEditor.xaml.cs │ │ ├── DetailTableEditor.xaml │ │ ├── DetailTableEditor.xaml.cs │ │ ├── DetailsEditorMaintainer.xaml │ │ ├── DetailsEditorMaintainer.xaml.cs │ │ ├── FindAndReplaceDialog.xaml │ │ ├── FindAndReplaceDialog.xaml.cs │ │ ├── LocalDetailsEditor.xaml │ │ ├── LocalDetailsEditor.xaml.cs │ │ ├── MarkingsEditor.xaml │ │ ├── MarkingsEditor.xaml.cs │ │ ├── RecordFieldExpositor.xaml │ │ ├── RecordFieldExpositor.xaml.cs │ │ ├── SingleTableRecordEditor.xaml │ │ └── SingleTableRecordEditor.xaml.cs ├── CompositionEngine.ContextMenuOptions.cs ├── CompositionEngine.Core.cs ├── CompositionEngine.Editing.cs ├── CompositionEngine.Interaction.cs ├── CompositionEngine.Search.cs ├── CompositionEngine.Transfer.cs ├── CompositionsManager.EditingCommands.cs ├── CompositionsManager.ExtrasCommands.cs ├── CompositionsManager.ProjectCommands.cs ├── CompositionsManager.cs ├── Generation │ ├── FileGenerator.cs │ ├── GenerationManager.cs │ ├── GenerationResult.cs │ ├── TemplateFilters.cs │ └── Widgets │ │ ├── FileGenerationPreviewer.xaml │ │ ├── FileGenerationPreviewer.xaml.cs │ │ ├── GeneratorSelectionEditor.xaml │ │ └── GeneratorSelectionEditor.xaml.cs ├── Merging │ ├── CompositionMerger.cs │ ├── MergingManager.cs │ ├── SchemaMemberGroup.cs │ ├── SchemaMemberSelection.cs │ └── Widgets │ │ ├── MergePreparer.xaml │ │ ├── MergePreparer.xaml.cs │ │ ├── MergerCompositionBrowser.xaml │ │ ├── MergerCompositionBrowser.xaml.cs │ │ ├── MergerPropertiesComparer.xaml │ │ └── MergerPropertiesComparer.xaml.cs ├── ModelFixes.cs └── Reporting │ ├── ReportHtmlGenerator.Content.cs │ ├── ReportHtmlGenerator.ContentCard.cs │ ├── ReportHtmlGenerator.ContentList.cs │ ├── ReportHtmlGenerator.IdeaDetails.cs │ ├── ReportHtmlGenerator.IdeaMembers.cs │ ├── ReportHtmlGenerator.StyleSheet.cs │ ├── ReportHtmlGenerator.cs │ ├── ReportHtmlPage.cs │ ├── ReportStandardGenerator.Content.cs │ ├── ReportStandardGenerator.ContentCard.cs │ ├── ReportStandardGenerator.ContentList.cs │ ├── ReportStandardGenerator.IdeaDetails.cs │ ├── ReportStandardGenerator.IdeaMembers.cs │ ├── ReportStandardGenerator.cs │ ├── ReportStandardPagesMaker.cs │ ├── ReportingManager.cs │ └── Widgets │ ├── DisplayCardEditor.xaml │ ├── DisplayCardEditor.xaml.cs │ ├── DisplayListEditor.xaml │ ├── DisplayListEditor.xaml.cs │ ├── ReportConfigurationEditor.xaml │ └── ReportConfigurationEditor.xaml.cs ├── Definitor ├── DefinitorMaintenance │ ├── DomainMaintainer.ConceptDefClusters.cs │ ├── DomainMaintainer.ConceptDefinitions.cs │ ├── DomainMaintainer.ExternalLanguages.cs │ ├── DomainMaintainer.MarkerDefinitions.cs │ ├── DomainMaintainer.RelationshipDefClusters.cs │ ├── DomainMaintainer.RelationshipDefinitions.cs │ ├── DomainMaintainer.TableDefinitions.cs │ ├── DomainMaintainer.VariantDefinitions.cs │ ├── TableDefinitionMaintainer.StructureDefinitions.cs │ └── TableDefinitionMaintainer.cs ├── DefinitorUI │ ├── MasterDrawer.cs │ ├── PathDrawer.cs │ ├── PlugDrawer.cs │ ├── SymbolDrawer.cs │ └── Widgets │ │ ├── ArrangeTabForConceptDef.xaml │ │ ├── ArrangeTabForConceptDef.xaml.cs │ │ ├── ArrangeTabForRelationshipDef.xaml │ │ ├── ArrangeTabForRelationshipDef.xaml.cs │ │ ├── DetailsDefinitorMaintainer.xaml │ │ ├── DetailsDefinitorMaintainer.xaml.cs │ │ ├── DomainTemplatingSubform.xaml │ │ ├── DomainTemplatingSubform.xaml.cs │ │ ├── GlobalDetailsDefinitor.xaml │ │ ├── GlobalDetailsDefinitor.xaml.cs │ │ ├── LinkRoleDefSpecSubform.xaml │ │ ├── LinkRoleDefSpecSubform.xaml.cs │ │ ├── TableDetailDesignatorStructSubform.xaml │ │ ├── TableDetailDesignatorStructSubform.xaml.cs │ │ ├── TableStructureSubform.xaml │ │ ├── TableStructureSubform.xaml.cs │ │ ├── TemplateEditor.xaml │ │ ├── TemplateEditor.xaml.cs │ │ ├── TemplateTester.xaml │ │ ├── TemplateTester.xaml.cs │ │ ├── TextFormatsMaintainer.xaml │ │ ├── TextFormatsMaintainer.xaml.cs │ │ ├── VisualConnectorFormatSubform.xaml │ │ ├── VisualConnectorFormatSubform.xaml.cs │ │ ├── VisualElementFormatSubform.xaml │ │ ├── VisualElementFormatSubform.xaml.cs │ │ ├── VisualElementPreviewer.xaml │ │ ├── VisualElementPreviewer.xaml.cs │ │ ├── VisualSymbolFormatSubform.xaml │ │ └── VisualSymbolFormatSubform.xaml.cs ├── DetailBaseCard.cs ├── DetailDefinitionCard.cs ├── DomainServices.cs └── DomainsManager.cs ├── Fonts ├── VENUSRIS.ttf └── VOX.TTF ├── Instrumind_48x48.ico ├── Instrumind_ThinkComposer.ico ├── LBase.key ├── License.txt ├── MetaModel ├── Configurations │ ├── DisplayCard.cs │ ├── DisplayList.cs │ ├── ExternalLanguageDeclaration.cs │ ├── FileGenerationConfiguration.cs │ ├── IdeaSelection.cs │ ├── ReportConfiguration.cs │ └── TextTemplate.cs ├── Domain.cs ├── EAlterability.cs ├── GraphMetaModel │ ├── AttachmentDetailDesignator.cs │ ├── ConceptDefinition.cs │ ├── DetailDesignator.cs │ ├── ERoleType.cs │ ├── ITableDesignator.cs │ ├── IdeaDefinition.cs │ ├── LinkDetailDesignator.cs │ ├── LinkRoleDefinition.cs │ ├── RelationshipDefinition.cs │ └── TableDetailDesignator.cs ├── IClusterableDef.cs ├── IDefined.cs ├── InformationMetaModel │ ├── BasicDataType.cs │ ├── ChoiceType.cs │ ├── DataType.cs │ ├── DateTimeType.cs │ ├── FieldDefinition.cs │ ├── FileDataType.cs │ ├── IdeaLinkType.cs │ ├── InternalLinkType.cs │ ├── LinkDataType.cs │ ├── NumberType.cs │ ├── PictureType.cs │ ├── ResourceLinkType.cs │ ├── TableDefinition.cs │ ├── TableRecordLinkType.cs │ ├── TableType.cs │ └── TextType.cs ├── MarkerDefinition.cs ├── MetaCategory.cs ├── MetaDefinition.cs └── VisualMetaModel │ ├── AttachmentAppearance.cs │ ├── DecoratorGeometries.xaml │ ├── DetailAppearance.cs │ ├── EAutoPositioningMode.cs │ ├── EHorizontalPlacement.cs │ ├── EPathCorner.cs │ ├── EPathStyle.cs │ ├── EPlacementOnBorderHorizontal.cs │ ├── ESymbolPart.cs │ ├── ETableLayoutStyle.cs │ ├── ETextPurpose.cs │ ├── EVecinityQuadrant.cs │ ├── EVerticalPlacement.cs │ ├── EVisualDispositionBidimensional.cs │ ├── EVisualDispositionMonodimensional.cs │ ├── LinkAppearance.cs │ ├── PlugGeometries.xaml │ ├── Plugs.cs │ ├── PlugsTester.xaml │ ├── Shapes.cs │ ├── SymbolGeometries.xaml │ ├── SymbolsTester.xaml │ ├── TableAppearance.cs │ ├── VisualConnectorsFormat.cs │ ├── VisualElementFormat.cs │ └── VisualSymbolFormat.cs ├── Model ├── Composition.cs ├── GraphModel │ ├── Concept.cs │ ├── EConceptType.cs │ ├── Idea.cs │ ├── MarkerAssignment.cs │ ├── Relationship.cs │ └── RoleBasedLink.cs ├── InformationModel │ ├── Attachment.cs │ ├── ContainedDetail.cs │ ├── InternalLink.cs │ ├── Link.cs │ ├── ResourceLink.cs │ ├── Table.cs │ └── TableRecord.cs └── VisualModel │ ├── ConceptVisualRepresentation.cs │ ├── EVisualLevel.cs │ ├── EVisualRepresentationPart.cs │ ├── RelationshipVisualRepresentation.cs │ ├── View.cs │ ├── ViewChild.cs │ ├── ViewPresenter.cs │ ├── VisualComplement.GenerateInfoCard.cs │ ├── VisualComplement.GenerateLegend.cs │ ├── VisualComplement.cs │ ├── VisualConnector.cs │ ├── VisualElement.cs │ ├── VisualInert.cs │ ├── VisualObject.cs │ ├── VisualRepresentation.cs │ ├── VisualShape.cs │ ├── VisualSymbol.DrawDetails.cs │ └── VisualSymbol.cs ├── Properties ├── AssemblyInfo.cs ├── Resources.Designer.cs ├── Resources.resx ├── Settings.Designer.cs ├── Settings.settings └── app.manifest ├── Readme.txt ├── Settings.cs ├── Themes └── Generic.xaml ├── ThinkComposer.csproj ├── app.config └── uninstall.bat /AdminUtils/app.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /AppDev_TASKS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/AppDev_TASKS.txt -------------------------------------------------------------------------------- /Common/Instrumind_48x48.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Instrumind_48x48.ico -------------------------------------------------------------------------------- /Common/Visualization/Images/Instrumind_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/Instrumind_16x16.png -------------------------------------------------------------------------------- /Common/Visualization/Images/Instrumind_48x48.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/Instrumind_48x48.ico -------------------------------------------------------------------------------- /Common/Visualization/Images/Instrumind_48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/Instrumind_48x48.png -------------------------------------------------------------------------------- /Common/Visualization/Images/accept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/accept.png -------------------------------------------------------------------------------- /Common/Visualization/Images/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/add.png -------------------------------------------------------------------------------- /Common/Visualization/Images/application_double.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/application_double.png -------------------------------------------------------------------------------- /Common/Visualization/Images/application_form_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/application_form_add.png -------------------------------------------------------------------------------- /Common/Visualization/Images/application_form_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/application_form_edit.png -------------------------------------------------------------------------------- /Common/Visualization/Images/application_lightning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/application_lightning.png -------------------------------------------------------------------------------- /Common/Visualization/Images/application_view_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/application_view_icons.png -------------------------------------------------------------------------------- /Common/Visualization/Images/arrow_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/arrow_refresh.png -------------------------------------------------------------------------------- /Common/Visualization/Images/brush_colorizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/brush_colorizer.png -------------------------------------------------------------------------------- /Common/Visualization/Images/brush_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/brush_fill.png -------------------------------------------------------------------------------- /Common/Visualization/Images/brush_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/brush_lines.png -------------------------------------------------------------------------------- /Common/Visualization/Images/brush_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/brush_text.png -------------------------------------------------------------------------------- /Common/Visualization/Images/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/cancel.png -------------------------------------------------------------------------------- /Common/Visualization/Images/cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/cross.png -------------------------------------------------------------------------------- /Common/Visualization/Images/cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/cut.png -------------------------------------------------------------------------------- /Common/Visualization/Images/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/delete.png -------------------------------------------------------------------------------- /Common/Visualization/Images/disk_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/disk_edit.png -------------------------------------------------------------------------------- /Common/Visualization/Images/email_go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/email_go.png -------------------------------------------------------------------------------- /Common/Visualization/Images/folder_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/folder_image.png -------------------------------------------------------------------------------- /Common/Visualization/Images/folder_page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/folder_page.png -------------------------------------------------------------------------------- /Common/Visualization/Images/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/help.png -------------------------------------------------------------------------------- /Common/Visualization/Images/imtc_watermark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/imtc_watermark.png -------------------------------------------------------------------------------- /Common/Visualization/Images/item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/item.png -------------------------------------------------------------------------------- /Common/Visualization/Images/item_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/item_add.png -------------------------------------------------------------------------------- /Common/Visualization/Images/item_attach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/item_attach.png -------------------------------------------------------------------------------- /Common/Visualization/Images/item_clone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/item_clone.png -------------------------------------------------------------------------------- /Common/Visualization/Images/item_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/item_delete.png -------------------------------------------------------------------------------- /Common/Visualization/Images/item_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/item_edit.png -------------------------------------------------------------------------------- /Common/Visualization/Images/item_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/item_error.png -------------------------------------------------------------------------------- /Common/Visualization/Images/item_find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/item_find.png -------------------------------------------------------------------------------- /Common/Visualization/Images/item_gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/item_gear.png -------------------------------------------------------------------------------- /Common/Visualization/Images/item_go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/item_go.png -------------------------------------------------------------------------------- /Common/Visualization/Images/item_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/item_green.png -------------------------------------------------------------------------------- /Common/Visualization/Images/item_insert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/item_insert.png -------------------------------------------------------------------------------- /Common/Visualization/Images/item_key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/item_key.png -------------------------------------------------------------------------------- /Common/Visualization/Images/item_lightning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/item_lightning.png -------------------------------------------------------------------------------- /Common/Visualization/Images/item_move_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/item_move_bottom.png -------------------------------------------------------------------------------- /Common/Visualization/Images/item_move_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/item_move_down.png -------------------------------------------------------------------------------- /Common/Visualization/Images/item_move_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/item_move_top.png -------------------------------------------------------------------------------- /Common/Visualization/Images/item_move_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/item_move_up.png -------------------------------------------------------------------------------- /Common/Visualization/Images/item_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/item_red.png -------------------------------------------------------------------------------- /Common/Visualization/Images/item_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/item_refresh.png -------------------------------------------------------------------------------- /Common/Visualization/Images/item_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/item_save.png -------------------------------------------------------------------------------- /Common/Visualization/Images/lightning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/lightning.png -------------------------------------------------------------------------------- /Common/Visualization/Images/page_definition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/page_definition.png -------------------------------------------------------------------------------- /Common/Visualization/Images/page_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/page_save.png -------------------------------------------------------------------------------- /Common/Visualization/Images/page_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/page_white.png -------------------------------------------------------------------------------- /Common/Visualization/Images/page_white_acrobat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/page_white_acrobat.png -------------------------------------------------------------------------------- /Common/Visualization/Images/page_white_copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/page_white_copy.png -------------------------------------------------------------------------------- /Common/Visualization/Images/page_white_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/page_white_edit.png -------------------------------------------------------------------------------- /Common/Visualization/Images/page_white_find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/page_white_find.png -------------------------------------------------------------------------------- /Common/Visualization/Images/page_white_findreplace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/page_white_findreplace.png -------------------------------------------------------------------------------- /Common/Visualization/Images/page_white_star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/page_white_star.png -------------------------------------------------------------------------------- /Common/Visualization/Images/page_white_wrench.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/page_white_wrench.png -------------------------------------------------------------------------------- /Common/Visualization/Images/page_white_xps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/page_white_xps.png -------------------------------------------------------------------------------- /Common/Visualization/Images/palette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/palette.png -------------------------------------------------------------------------------- /Common/Visualization/Images/paste_plain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/paste_plain.png -------------------------------------------------------------------------------- /Common/Visualization/Images/pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/pencil.png -------------------------------------------------------------------------------- /Common/Visualization/Images/printer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/printer.png -------------------------------------------------------------------------------- /Common/Visualization/Images/resultset_first.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/resultset_first.png -------------------------------------------------------------------------------- /Common/Visualization/Images/resultset_last.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/resultset_last.png -------------------------------------------------------------------------------- /Common/Visualization/Images/resultset_next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/resultset_next.png -------------------------------------------------------------------------------- /Common/Visualization/Images/resultset_previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/resultset_previous.png -------------------------------------------------------------------------------- /Common/Visualization/Images/select_all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/select_all.png -------------------------------------------------------------------------------- /Common/Visualization/Images/spellcheck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/spellcheck.png -------------------------------------------------------------------------------- /Common/Visualization/Images/text_align_center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/text_align_center.png -------------------------------------------------------------------------------- /Common/Visualization/Images/text_align_justify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/text_align_justify.png -------------------------------------------------------------------------------- /Common/Visualization/Images/text_align_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/text_align_left.png -------------------------------------------------------------------------------- /Common/Visualization/Images/text_align_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/text_align_right.png -------------------------------------------------------------------------------- /Common/Visualization/Images/text_bold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/text_bold.png -------------------------------------------------------------------------------- /Common/Visualization/Images/text_indent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/text_indent.png -------------------------------------------------------------------------------- /Common/Visualization/Images/text_indent_remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/text_indent_remove.png -------------------------------------------------------------------------------- /Common/Visualization/Images/text_italic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/text_italic.png -------------------------------------------------------------------------------- /Common/Visualization/Images/text_list_bullets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/text_list_bullets.png -------------------------------------------------------------------------------- /Common/Visualization/Images/text_list_numbers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/text_list_numbers.png -------------------------------------------------------------------------------- /Common/Visualization/Images/text_strikethrough.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/text_strikethrough.png -------------------------------------------------------------------------------- /Common/Visualization/Images/text_underline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/text_underline.png -------------------------------------------------------------------------------- /Common/Visualization/Images/tick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/tick.png -------------------------------------------------------------------------------- /Common/Visualization/Images/type_any.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/type_any.png -------------------------------------------------------------------------------- /Common/Visualization/Images/type_choice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/type_choice.png -------------------------------------------------------------------------------- /Common/Visualization/Images/type_date.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/type_date.png -------------------------------------------------------------------------------- /Common/Visualization/Images/type_datetime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/type_datetime.png -------------------------------------------------------------------------------- /Common/Visualization/Images/type_numsigdec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/type_numsigdec.png -------------------------------------------------------------------------------- /Common/Visualization/Images/type_numsigint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/type_numsigint.png -------------------------------------------------------------------------------- /Common/Visualization/Images/type_numunsdec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/type_numunsdec.png -------------------------------------------------------------------------------- /Common/Visualization/Images/type_numunsint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/type_numunsint.png -------------------------------------------------------------------------------- /Common/Visualization/Images/type_switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/type_switch.png -------------------------------------------------------------------------------- /Common/Visualization/Images/type_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/type_text.png -------------------------------------------------------------------------------- /Common/Visualization/Images/type_textlong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/type_textlong.png -------------------------------------------------------------------------------- /Common/Visualization/Images/type_time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/type_time.png -------------------------------------------------------------------------------- /Common/Visualization/Images/unselect_all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/unselect_all.png -------------------------------------------------------------------------------- /Common/Visualization/Images/wrench.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/wrench.png -------------------------------------------------------------------------------- /Common/Visualization/Images/wrench_orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Common/Visualization/Images/wrench_orange.png -------------------------------------------------------------------------------- /DotLiquid/Formosatek-OpenSource.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/DotLiquid/Formosatek-OpenSource.snk -------------------------------------------------------------------------------- /DotLiquid/IContextAware.cs: -------------------------------------------------------------------------------- 1 | namespace DotLiquid 2 | { 3 | public interface IContextAware 4 | { 5 | Context Context { set; } 6 | } 7 | } -------------------------------------------------------------------------------- /DotLiquid/IIndexable.cs: -------------------------------------------------------------------------------- 1 | namespace DotLiquid 2 | { 3 | public interface IIndexable 4 | { 5 | object this[object key] { get; } 6 | bool ContainsKey(object key); 7 | } 8 | } -------------------------------------------------------------------------------- /DotLiquid/IRenderable.cs: -------------------------------------------------------------------------------- 1 | using System.IO; 2 | 3 | namespace DotLiquid 4 | { 5 | internal interface IRenderable 6 | { 7 | void Render(Context context, IndentationTextWriter result); 8 | } 9 | } -------------------------------------------------------------------------------- /DotLiquid/IValueTypeConvertible.cs: -------------------------------------------------------------------------------- 1 | namespace DotLiquid 2 | { 3 | public interface IValueTypeConvertible 4 | { 5 | object ConvertToValueType(); 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /DotLiquid/Proc.cs: -------------------------------------------------------------------------------- 1 | namespace DotLiquid 2 | { 3 | public delegate object Proc(Context context); 4 | } -------------------------------------------------------------------------------- /ICSharpCode.AvalonEdit/ICSharpCode.AvalonEdit.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ICSharpCode.AvalonEdit/ICSharpCode.AvalonEdit.snk -------------------------------------------------------------------------------- /ICSharpCode.AvalonEdit/Search/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ICSharpCode.AvalonEdit/Search/next.png -------------------------------------------------------------------------------- /ICSharpCode.AvalonEdit/Search/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ICSharpCode.AvalonEdit/Search/prev.png -------------------------------------------------------------------------------- /ICSharpCode.AvalonEdit/themes/RightArrow.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ICSharpCode.AvalonEdit/themes/RightArrow.cur -------------------------------------------------------------------------------- /Installer/Deploy/Installer.msi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Installer/Deploy/Installer.msi -------------------------------------------------------------------------------- /Installer/Deploy/InstrumindThinkComposer_Manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Installer/Deploy/InstrumindThinkComposer_Manual.pdf -------------------------------------------------------------------------------- /Installer/Deploy/setup.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Installer/Deploy/setup.exe -------------------------------------------------------------------------------- /Installer/Deploy/setup_imtc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Installer/Deploy/setup_imtc.exe -------------------------------------------------------------------------------- /Installer/Deploy/setup_imtc.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Installer/Deploy/setup_imtc.zip -------------------------------------------------------------------------------- /Instrumind_ThinkComposer.sln.ide/edb.chk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Instrumind_ThinkComposer.sln.ide/edb.chk -------------------------------------------------------------------------------- /Instrumind_ThinkComposer.sln.ide/edbres00001.jrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Instrumind_ThinkComposer.sln.ide/edbres00001.jrs -------------------------------------------------------------------------------- /Instrumind_ThinkComposer.sln.ide/edbres00002.jrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Instrumind_ThinkComposer.sln.ide/edbres00002.jrs -------------------------------------------------------------------------------- /Instrumind_ThinkComposer.sln.ide/storage.ide: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/Instrumind_ThinkComposer.sln.ide/storage.ide -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp.Xps/Development-Notes.txt: -------------------------------------------------------------------------------- 1 | Activate the DEBUG constant in Release mode to avoid problem with partial pages. 2 | See: http://www.nathanpjones.com/wp/2013/03/output-to-pdf-in-wpf-for-free/ 3 | -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp.Xps/PdfSharp.Xps.Rendering/enums/RenderMode.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace PdfSharp.Xps.Rendering 4 | { 5 | enum RenderMode 6 | { 7 | Default, 8 | 9 | SoftMask, 10 | } 11 | } -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp.Xps/PdfSharp.Xps.XpsModel/enums/EdgeMode.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace PdfSharp.Xps.XpsModel 4 | { 5 | enum EdgeMode 6 | { 7 | Aliased, 8 | } 9 | } -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp.Xps/PdfSharp.Xps.XpsModel/enums/FillRule.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace PdfSharp.Xps.XpsModel 4 | { 5 | enum FillRule 6 | { 7 | EvenOdd, 8 | NonZero, 9 | } 10 | } -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp.Xps/PdfSharp.Xps.XpsModel/enums/LineJoin.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace PdfSharp.Xps.XpsModel 4 | { 5 | enum LineJoin 6 | { 7 | Miter, 8 | Bevel, 9 | Round, 10 | } 11 | } -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp.Xps/PdfSharp.Xps.XpsModel/enums/MappingMode.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace PdfSharp.Xps.XpsModel 4 | { 5 | enum MappingMode 6 | { 7 | Absolute, 8 | } 9 | } -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp.Xps/PdfSharp.Xps.XpsModel/enums/ViewUnits.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace PdfSharp.Xps.XpsModel 4 | { 5 | enum ViewUnits 6 | { 7 | Absolute, 8 | } 9 | } -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp.Xps/StrongnameKey.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp.Xps/StrongnameKey.snk -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Drawing.Layout/XTextFormatter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Drawing.Layout/XTextFormatter.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Drawing/IXGraphicsRenderer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Drawing/IXGraphicsRenderer.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Drawing/XGraphics.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Drawing/XGraphics.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Drawing/XGraphicsPath.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Drawing/XGraphicsPath.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Fonts.OpenType/FontData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Fonts.OpenType/FontData.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Fonts.OpenType/GlyphDataTable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Fonts.OpenType/GlyphDataTable.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.AcroForms/PdfAcroField.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.AcroForms/PdfAcroField.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.AcroForms/PdfAcroForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.AcroForms/PdfAcroForm.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.AcroForms/PdfChoiceField.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.AcroForms/PdfChoiceField.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.AcroForms/PdfSignatureField.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.AcroForms/PdfSignatureField.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.AcroForms/PdfTextField.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.AcroForms/PdfTextField.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfCIDFont.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfCIDFont.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfCatalog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfCatalog.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfExtGState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfExtGState.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfFont.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfFont.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfFontDescriptor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfFontDescriptor.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfFormXObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfFormXObject.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfGroupAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfGroupAttributes.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfImage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfImage.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfShading.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfShading.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfShadingPattern.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfShadingPattern.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfSoftMask.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfSoftMask.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfTilingPattern.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfTilingPattern.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfTrailer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfTrailer.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfTrueTypeFont.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfTrueTypeFont.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfType0Font.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfType0Font.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfType1Font.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.Advanced/PdfType1Font.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.Annotations/PdfAnnotation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.Annotations/PdfAnnotation.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.Content/CLexer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.Content/CLexer.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.Content/ContentWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.Content/ContentWriter.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.IO/Chars.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.IO/Chars.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.IO/Lexer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.IO/Lexer.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.IO/Parser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.IO/Parser.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.IO/PdfReader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.IO/PdfReader.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.IO/PdfWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.IO/PdfWriter.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.Internal/DocEncoding.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.Internal/DocEncoding.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf.Internal/PdfEncoders.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf.Internal/PdfEncoders.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf/PdfBooleanObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf/PdfBooleanObject.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf/PdfDocumentInformation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf/PdfDocumentInformation.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf/PdfNullObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf/PdfNullObject.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf/PdfOutline.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf/PdfOutline.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf/PdfPage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf/PdfPage.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf/PdfRectangle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf/PdfRectangle.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp.Pdf/PdfViewerPreferences.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp.Pdf/PdfViewerPreferences.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp/PageSizeConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp/PageSizeConverter.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp/ProductVersionInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp/ProductVersionInfo.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/PdfSharp/enums/PageSize.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/PdfSharp/enums/PageSize.cs -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/Resources/Messages.de.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/Resources/Messages.de.resources -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/Resources/Messages.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/Resources/Messages.resources -------------------------------------------------------------------------------- /PdfSharpXps/PdfSharp/StrongnameKey.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PdfSharpXps/PdfSharp/StrongnameKey.snk -------------------------------------------------------------------------------- /PredefinedContent/All-Purpose.tdom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PredefinedContent/All-Purpose.tdom -------------------------------------------------------------------------------- /PredefinedContent/Argumentative_Mapping.tdom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PredefinedContent/Argumentative_Mapping.tdom -------------------------------------------------------------------------------- /PredefinedContent/Business_Model.tdom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PredefinedContent/Business_Model.tdom -------------------------------------------------------------------------------- /PredefinedContent/CM.tdom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PredefinedContent/CM.tdom -------------------------------------------------------------------------------- /PredefinedContent/Class_diagram.tdom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PredefinedContent/Class_diagram.tdom -------------------------------------------------------------------------------- /PredefinedContent/Concept_Mapping.tdom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PredefinedContent/Concept_Mapping.tdom -------------------------------------------------------------------------------- /PredefinedContent/Data_Model.tdom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PredefinedContent/Data_Model.tdom -------------------------------------------------------------------------------- /PredefinedContent/Fast-Food_Cuisine.tdom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PredefinedContent/Fast-Food_Cuisine.tdom -------------------------------------------------------------------------------- /PredefinedContent/Flowchart.tdom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PredefinedContent/Flowchart.tdom -------------------------------------------------------------------------------- /PredefinedContent/Genealogy_Tree.tdom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PredefinedContent/Genealogy_Tree.tdom -------------------------------------------------------------------------------- /PredefinedContent/Influence_Diagram.tdom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PredefinedContent/Influence_Diagram.tdom -------------------------------------------------------------------------------- /PredefinedContent/Mind_Mapping.tdom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PredefinedContent/Mind_Mapping.tdom -------------------------------------------------------------------------------- /PredefinedContent/Organizational_Chart.tdom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PredefinedContent/Organizational_Chart.tdom -------------------------------------------------------------------------------- /PredefinedContent/Sequence_diagram.tdom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PredefinedContent/Sequence_diagram.tdom -------------------------------------------------------------------------------- /PredefinedContent/TimeLine.tdom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PredefinedContent/TimeLine.tdom -------------------------------------------------------------------------------- /PredefinedContent/Use_Case_diagram.tdom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PredefinedContent/Use_Case_diagram.tdom -------------------------------------------------------------------------------- /PredefinedContent/Web_Environment.tdom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/PredefinedContent/Web_Environment.tdom -------------------------------------------------------------------------------- /ThinkComposer-v1.5.1502-Source.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer-v1.5.1502-Source.zip -------------------------------------------------------------------------------- /ThinkComposer-v1.5.1604-Source.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer-v1.5.1604-Source.zip -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/BaseTemplates/XML_IdeaBase.tct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/BaseTemplates/XML_IdeaBase.tct -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Cursors/arrow_complement.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Cursors/arrow_complement.cur -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Cursors/arrow_idea.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Cursors/arrow_idea.cur -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Cursors/arrow_marker.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Cursors/arrow_marker.cur -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Cursors/arrow_shortcut.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Cursors/arrow_shortcut.cur -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Fonts/VENUSRIS.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Fonts/VENUSRIS.ttf -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Fonts/VOX.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Fonts/VOX.TTF -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/Scalimeter_126x42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/Scalimeter_126x42.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/Scalimeter_21x21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/Scalimeter_21x21.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/TC_Composition.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/TC_Composition.ico -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/TC_Composition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/TC_Composition.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/TC_Domain.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/TC_Domain.ico -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/TC_Domain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/TC_Domain.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/accept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/accept.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/actconn_cycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/actconn_cycle.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/actconn_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/actconn_delete.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/actconn_displace_main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/actconn_displace_main.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/actconn_displace_part.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/actconn_displace_part.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/actconn_relink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/actconn_relink.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/actconn_repos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/actconn_repos.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/actconn_straighten.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/actconn_straighten.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/add.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/anchor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/anchor.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/app_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/app_options.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/application.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/application_form_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/application_form_add.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/application_form_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/application_form_edit.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/application_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/application_home.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/application_lightning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/application_lightning.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/application_view_tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/application_view_tile.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/arrow_branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/arrow_branch.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/arrow_cycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/arrow_cycle.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/arrow_divide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/arrow_divide.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/arrow_down.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/arrow_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/arrow_in.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/arrow_inout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/arrow_inout.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/arrow_join.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/arrow_join.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/arrow_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/arrow_left.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/arrow_merge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/arrow_merge.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/arrow_nw_ne_sw_se.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/arrow_nw_ne_sw_se.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/arrow_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/arrow_out.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/arrow_redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/arrow_redo.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/arrow_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/arrow_refresh.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/arrow_refresh_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/arrow_refresh_small.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/arrow_right.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/arrow_switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/arrow_switch.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/arrow_turn_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/arrow_turn_left.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/arrow_turn_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/arrow_turn_right.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/arrow_undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/arrow_undo.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/arrow_up.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/asterisk_orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/asterisk_orange.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/asterisk_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/asterisk_yellow.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/attach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/attach.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/award_star_bronze_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/award_star_bronze_1.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/award_star_bronze_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/award_star_bronze_2.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/award_star_bronze_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/award_star_bronze_3.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/award_star_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/award_star_edit.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/award_star_gold_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/award_star_gold_1.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/award_star_gold_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/award_star_gold_2.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/award_star_gold_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/award_star_gold_3.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/award_star_silver_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/award_star_silver_1.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/award_star_silver_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/award_star_silver_2.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/award_star_silver_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/award_star_silver_3.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/basket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/basket.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/bell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/bell.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/bg_paper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/bg_paper.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/block.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/block_check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/block_check.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/block_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/block_edit.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/block_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/block_open.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/block_prefs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/block_prefs.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/block_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/block_save.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/bomb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/bomb.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/book.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/book_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/book_add.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/book_addresses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/book_addresses.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/book_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/book_back.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/book_check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/book_check.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/book_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/book_edit.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/book_go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/book_go.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/book_merge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/book_merge.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/book_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/book_open.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/book_prefs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/book_prefs.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/book_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/book_save.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/book_saveas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/book_saveas.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/book_star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/book_star.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/book_tabs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/book_tabs.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/box.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/brick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/brick.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/bricks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/bricks.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/briefcase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/briefcase.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/brush_connector_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/brush_connector_lines.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/brush_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/brush_fill.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/brush_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/brush_lines.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/brush_symbol_lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/brush_symbol_lines.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/brush_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/brush_text.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/bug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/bug.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/cake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/cake.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/calculator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/calculator.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/calendar.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/camera.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/cancel.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/car.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/car.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/cart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/cart.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/chart_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/chart_line.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/chart_organisation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/chart_organisation.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/chart_pie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/chart_pie.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/clock.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/clock_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/clock_red.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/cog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/cog.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/cog_go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/cog_go.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/coins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/coins.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/color_swatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/color_swatch.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/color_wheel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/color_wheel.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/comment.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/comp_callout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/comp_callout.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/comp_infocard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/comp_infocard.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/comp_legend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/comp_legend.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/comp_note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/comp_note.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/comp_quote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/comp_quote.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/comp_region.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/comp_region.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/comp_rod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/comp_rod.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/comp_stamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/comp_stamp.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/composite_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/composite_view.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/connect.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/control_power_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/control_power_blue.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/control_power_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/control_power_red.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/control_remove_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/control_remove_blue.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/controller.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/creditcards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/creditcards.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/cross.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/cup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/cup.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/cut.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/cut_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/cut_red.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/date.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/date.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/def_clusters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/def_clusters.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/delete.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/detail_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/detail_edit.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/detail_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/detail_new.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/detail_poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/detail_poster.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/detail_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/detail_view.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/details_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/details_close.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/details_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/details_open.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/diagram_export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/diagram_export.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/disconnect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/disconnect.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/disk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/disk.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/disk_black_magnify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/disk_black_magnify.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/disk_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/disk_download.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/disk_multiple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/disk_multiple.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/disk_saveas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/disk_saveas.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/door.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/door_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/door_in.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/door_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/door_open.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/door_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/door_out.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/drink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/drink.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/drink_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/drink_empty.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/email.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/email_attach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/email_attach.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/emoticon_evilgrin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/emoticon_evilgrin.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/emoticon_grin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/emoticon_grin.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/emoticon_happy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/emoticon_happy.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/emoticon_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/emoticon_smile.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/emoticon_surprised.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/emoticon_surprised.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/emoticon_tongue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/emoticon_tongue.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/emoticon_unhappy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/emoticon_unhappy.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/emoticon_waii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/emoticon_waii.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/emoticon_wink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/emoticon_wink.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/error.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/exclamation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/exclamation.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/eye.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/eye_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/eye_delete.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/female.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/female.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/fgen_go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/fgen_go.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/fgen_prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/fgen_prev.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/film.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/film.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/find.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/flag_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/flag_black.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/flag_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/flag_blue.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/flag_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/flag_gray.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/flag_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/flag_green.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/flag_orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/flag_orange.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/flag_pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/flag_pink.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/flag_purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/flag_purple.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/flag_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/flag_red.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/flag_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/flag_white.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/flag_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/flag_yellow.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/flowchart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/flowchart.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/folder_book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/folder_book.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/folder_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/folder_image.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/folder_link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/folder_link.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/folder_magnify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/folder_magnify.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/folder_page_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/folder_page_white.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/folder_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/folder_table.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/folder_user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/folder_user.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/font.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/gen_html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/gen_html.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/graph_layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/graph_layout.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/group.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/heart.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/help.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/hourglass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/hourglass.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/house.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/house.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/image_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/image_edit.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/image_star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/image_star.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/images.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/imtc_concept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/imtc_concept.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/imtc_relationship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/imtc_relationship.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/information.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/information.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/key.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/keyboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/keyboard.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/layers.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/layout_content.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/layout_content.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/lightbulb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/lightbulb.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/lightbulb_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/lightbulb_delete.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/lightbulb_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/lightbulb_off.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/lightning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/lightning.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/line_dashstyle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/line_dashstyle.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/line_thickness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/line_thickness.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/link.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/link_role_variants.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/link_role_variants.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/lock.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/lorry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/lorry.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/lorry_flatbed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/lorry_flatbed.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/magnifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/magnifier.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/mail.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/male.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/male.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/map.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/medal_bronze_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/medal_bronze_1.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/medal_bronze_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/medal_bronze_2.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/medal_bronze_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/medal_bronze_3.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/medal_gold_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/medal_gold_1.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/medal_gold_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/medal_gold_2.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/medal_gold_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/medal_gold_3.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/medal_silver_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/medal_silver_1.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/medal_silver_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/medal_silver_2.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/medal_silver_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/medal_silver_3.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/money.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/money.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/money_dollar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/money_dollar.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/money_euro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/money_euro.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/money_pound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/money_pound.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/money_yen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/money_yen.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/monitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/monitor.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/mouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/mouse.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/music.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/new.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/newspaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/newspaper.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/note.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/own_exclusive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/own_exclusive.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/own_shared.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/own_shared.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/package_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/package_green.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_attach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_attach.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_code.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_copy.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_definition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_definition.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_designate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_designate.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_edit.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_excel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_excel.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_find.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_gear.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_key.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_paste.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_save.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_star_link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_star_link.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_view.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_view_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_view_back.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_white.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_white_acrobat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_white_acrobat.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_white_code_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_white_code_red.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_white_copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_white_copy.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_white_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_white_delete.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_white_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_white_edit.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_white_find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_white_find.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_white_gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_white_gear.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_white_lightning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_white_lightning.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_white_link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_white_link.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_white_paint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_white_paint.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_white_ruby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_white_ruby.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_white_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_white_save.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_white_stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_white_stack.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_white_star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_white_star.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_white_star_book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_white_star_book.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_white_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_white_text.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_white_wrench.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_white_wrench.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/page_word.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/page_word.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/paintbrush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/paintbrush.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/paintcan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/paintcan.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/palette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/palette.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/paste_plain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/paste_plain.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/paste_shortcut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/paste_shortcut.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/pencil.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/phone.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/photo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/photo.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/picture.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/picture_tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/picture_tree.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/pill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/pill.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/printer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/printer.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/priority_1_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/priority_1_blue.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/priority_1_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/priority_1_red.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/priority_2_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/priority_2_blue.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/priority_2_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/priority_2_red.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/priority_3_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/priority_3_blue.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/priority_3_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/priority_3_red.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/priority_4_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/priority_4_blue.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/priority_4_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/priority_4_red.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/rainbow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/rainbow.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/record_ref.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/record_ref.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/ref_concept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/ref_concept.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/ref_idea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/ref_idea.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/ref_relationship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/ref_relationship.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/rel_sources.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/rel_sources.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/rel_targets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/rel_targets.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/related_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/related_close.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/related_collapsed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/related_collapsed.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/related_expanded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/related_expanded.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/related_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/related_open.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/rep_dis_card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/rep_dis_card.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/rep_dis_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/rep_dis_list.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/report.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/report_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/report_start.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/rod_change_axis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/rod_change_axis.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/rosette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/rosette.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/ruby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/ruby.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/script_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/script_back.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/script_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/script_edit.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/script_gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/script_gear.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/script_go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/script_go.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/script_lightning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/script_lightning.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/select_all_concepts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/select_all_concepts.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/select_all_ideas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/select_all_ideas.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/server.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/shading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/shading.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/shape_align_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/shape_align_bottom.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/shape_align_center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/shape_align_center.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/shape_align_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/shape_align_left.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/shape_align_middle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/shape_align_middle.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/shape_align_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/shape_align_right.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/shape_align_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/shape_align_top.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/shape_flip_horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/shape_flip_horizontal.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/shape_flip_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/shape_flip_vertical.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/shape_move_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/shape_move_back.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/shape_move_backwards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/shape_move_backwards.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/shape_move_forwards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/shape_move_forwards.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/shape_move_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/shape_move_front.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/shape_multiple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/shape_multiple.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/shape_same_height.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/shape_same_height.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/shape_same_size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/shape_same_size.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/shape_same_width.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/shape_same_width.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/shape_spacing_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/shape_spacing_both.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/shape_spacing_horiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/shape_spacing_horiz.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/shape_spacing_verti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/shape_spacing_verti.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/shape_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/shape_square.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/shape_tilt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/shape_tilt.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/shapes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/shapes.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/shapes_many_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/shapes_many_select.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/shortcut_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/shortcut_big.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/shortcut_lit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/shortcut_lit.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/show_composite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/show_composite.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/sitemap_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/sitemap_color.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/sound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/sound.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/spellcheck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/spellcheck.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/sport_8ball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/sport_8ball.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/sport_basketball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/sport_basketball.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/sport_football.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/sport_football.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/sport_golf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/sport_golf.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/sport_raquet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/sport_raquet.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/sport_shuttlecock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/sport_shuttlecock.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/sport_soccer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/sport_soccer.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/sport_tennis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/sport_tennis.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/star.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/style_getter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/style_getter.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/style_setter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/style_setter.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/sum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/sum.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/table.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/table_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/table_add.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/table_alter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/table_alter.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/table_clone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/table_clone.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/table_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/table_delete.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/table_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/table_edit.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/table_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/table_error.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/table_gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/table_gear.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/table_go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/table_go.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/table_key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/table_key.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/table_lightning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/table_lightning.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/table_link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/table_link.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/table_multiple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/table_multiple.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/table_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/table_new.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/table_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/table_refresh.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/table_relationship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/table_relationship.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/table_row_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/table_row_delete.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/table_row_insert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/table_row_insert.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/table_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/table_save.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/table_sort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/table_sort.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/tag_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/tag_black.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/tag_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/tag_blue.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/tag_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/tag_gray.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/tag_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/tag_green.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/tag_orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/tag_orange.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/tag_pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/tag_pink.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/tag_purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/tag_purple.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/tag_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/tag_red.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/tag_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/tag_white.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/tag_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/tag_yellow.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/task_25pc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/task_25pc.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/task_25pc_orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/task_25pc_orange.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/task_33pc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/task_33pc.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/task_33pc_orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/task_33pc_orange.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/task_50pc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/task_50pc.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/task_50pc_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/task_50pc_yellow.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/task_66pc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/task_66pc.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/task_66pc_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/task_66pc_blue.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/task_75pc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/task_75pc.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/task_75pc_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/task_75pc_blue.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/task_cancelled_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/task_cancelled_red.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/task_comp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/task_comp.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/task_init.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/task_init.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/task_paused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/task_paused.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/task_paused_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/task_paused_blue.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/task_paused_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/task_paused_red.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/tasks_control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/tasks_control.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/telephone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/telephone.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/television.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/television.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/text_bold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/text_bold.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/text_ellipsis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/text_ellipsis.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/text_italic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/text_italic.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/text_label.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/text_label.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/text_replace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/text_replace.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/text_underline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/text_underline.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/thumb_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/thumb_down.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/thumb_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/thumb_up.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/tick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/tick.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/time.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/time_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/time_add.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/time_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/time_delete.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/type_choice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/type_choice.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/uml_class.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/uml_class.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/uml_sequence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/uml_sequence.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/uml_usecase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/uml_usecase.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/user.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/user_comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/user_comment.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/user_female.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/user_female.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/user_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/user_gray.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/user_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/user_green.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/user_key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/user_key.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/user_orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/user_orange.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/user_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/user_red.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/user_suit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/user_suit.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/vcard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/vcard.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/vcard_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/vcard_edit.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/vector_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/vector_add.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/view_globally.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/view_globally.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/view_presen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/view_presen.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/view_select_all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/view_select_all.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/wand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/wand.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/wand_convert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/wand_convert.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/weather_clouds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/weather_clouds.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/weather_cloudy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/weather_cloudy.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/weather_lightning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/weather_lightning.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/weather_rain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/weather_rain.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/weather_snow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/weather_snow.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/weather_sun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/weather_sun.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/web_update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/web_update.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/webcam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/webcam.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/world.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/world.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/world_go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/world_go.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/world_link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/world_link.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/wrench.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/wrench.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/wrench_orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/wrench_orange.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/xps_pdf_report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/xps_pdf_report.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/zoom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/zoom.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/zoom_actual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/zoom_actual.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/zoom_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/zoom_alt.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/zoom_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/zoom_in.png -------------------------------------------------------------------------------- /ThinkComposer/ApplicationProduct/Images/zoom_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/ApplicationProduct/Images/zoom_out.png -------------------------------------------------------------------------------- /ThinkComposer/Fonts/VENUSRIS.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/Fonts/VENUSRIS.ttf -------------------------------------------------------------------------------- /ThinkComposer/Fonts/VOX.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/Fonts/VOX.TTF -------------------------------------------------------------------------------- /ThinkComposer/Instrumind_48x48.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/Instrumind_48x48.ico -------------------------------------------------------------------------------- /ThinkComposer/Instrumind_ThinkComposer.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmarcel/ThinkComposer/3965681ab33d636602e858e4d6eea9a087b1b147/ThinkComposer/Instrumind_ThinkComposer.ico -------------------------------------------------------------------------------- /ThinkComposer/uninstall.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | msiexec /x {D280D13F-58EC-4A78-8358-908520DEE0B6} --------------------------------------------------------------------------------