Skip to content

Commit

Permalink
Added SalesMate + Version 5.x SDK Samples , Documentation , Debug Bin…
Browse files Browse the repository at this point in the history
…aries, TLB files , COM Interop Files etc.
  • Loading branch information
tomthomaspala committed Feb 15, 2018
1 parent c6a3ab9 commit e708a46
Show file tree
Hide file tree
Showing 314 changed files with 58,008 additions and 0 deletions.
Binary file added Bin/SMP_Debug_Bin/SalesMatePlus.exe
Binary file not shown.
Binary file added Bin/SMP_Debug_Unicode_Bin/SalesMatePlus.exe
Binary file not shown.
Binary file added Bin/SMP_Debug_Unicode_Bin/SalesMatePlusRes.dll
Binary file not shown.
Binary file added Help/SalesMatePlusAutomation.chm
Binary file not shown.
Binary file added Lib/SalesMatePlus.tlb
Binary file not shown.
Binary file added Lib/SalesMatePlusLib.dll
Binary file not shown.
20 changes: 20 additions & 0 deletions Samples/C#.Net/CSharpSDKTest.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpSDKTest", "CSharpSDKTest\CSharpSDKTest.csproj", "{2D39A6C8-279C-434A-A99A-8692CB6A7944}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2D39A6C8-279C-434A-A99A-8692CB6A7944}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D39A6C8-279C-434A-A99A-8692CB6A7944}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D39A6C8-279C-434A-A99A-8692CB6A7944}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D39A6C8-279C-434A-A99A-8692CB6A7944}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
47 changes: 47 additions & 0 deletions Samples/C#.Net/CSharpSDKTest/AddinControl.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions Samples/C#.Net/CSharpSDKTest/AddinControl.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Text;
using System.Windows.Forms;

namespace CSharpSDKTest
{
public partial class AddinControl : UserControl
{
public AddinControl()
{
InitializeComponent();
}

private void AddinControl_Load(object sender, EventArgs e)
{

}

}
}
120 changes: 120 additions & 0 deletions Samples/C#.Net/CSharpSDKTest/AddinControl.resx
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>
175 changes: 175 additions & 0 deletions Samples/C#.Net/CSharpSDKTest/AddinXML.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,175 @@
<?xml version="1.0" encoding="utf-8" ?>
<ProjectFrameworkAddin>
<AppVer>2</AppVer>
<AddinName>CSharp Dot net SDK Test </AddinName>
<ToobarButtonCount>2</ToobarButtonCount>
<MainMenu>
<Name>C# SDKTest</Name>
<ShortcutKeyIndex>2</ShortcutKeyIndex>
<SubMenu>
<Name>Report Interfaces</Name>
<ShortcutKeyIndex>2</ShortcutKeyIndex>
<LeafMenu>
<Name>IISmpGenericReport</Name>
<ShortcutKeyIndex>5</ShortcutKeyIndex>
<FunctionName>GenericReportUsingMethod</FunctionName>
<HelpString>Using IISmpGenericReport's method</HelpString>
</LeafMenu>
<LeafMenu>
<Name>ISmpReportItemAttributes</Name>
<ShortcutKeyIndex>0</ShortcutKeyIndex>
<FunctionName>GenericReportUsingAttribute</FunctionName>
<HelpString>Using ISmpReportItemAttributes</HelpString>
</LeafMenu>
<LeafMenu>
<Name>IGrid</Name>
<ShortcutKeyIndex>5</ShortcutKeyIndex>
<FunctionName>UsingIGridInterface</FunctionName>
<HelpString>Using IGrid's method</HelpString>
</LeafMenu>
<LeafMenu>
<Name>IReports</Name>
<ShortcutKeyIndex>5</ShortcutKeyIndex>
<FunctionName>UsingIReportsInterface</FunctionName>
<HelpString>Using IReports's method</HelpString>
</LeafMenu>
<LeafMenu>
<Name>ISmpReceiptSettings</Name>
<ShortcutKeyIndex>5</ShortcutKeyIndex>
<FunctionName>UsingISmpReceiptSettingsInterface</FunctionName>
<HelpString>Using ISmpReceiptSettings's method</HelpString>
</LeafMenu>
<LeafMenu>
<Name>ISmpReport</Name>
<ShortcutKeyIndex>5</ShortcutKeyIndex>
<FunctionName>UsingISmpReportInterface</FunctionName>
<HelpString>Using ISmpReport's method</HelpString>
</LeafMenu>
<LeafMenu>
<Name>ISmpReportMenu</Name>
<ShortcutKeyIndex>5</ShortcutKeyIndex>
<FunctionName>UsingISmpReportMenuInterface</FunctionName>
<HelpString>Using ISmpReportMenu's method</HelpString>
</LeafMenu>
<LeafMenu>
<Name>ISmpReportSettings</Name>
<ShortcutKeyIndex>5</ShortcutKeyIndex>
<FunctionName>UsingISmpReportSettingsInterface</FunctionName>
<HelpString>Using ISmpReportSettings's method</HelpString>
</LeafMenu>
</SubMenu>
<LeafMenu>
<Name>IAccounts</Name>
<ShortcutKeyIndex>5</ShortcutKeyIndex>
<FunctionName>UsingIAccountsInterface</FunctionName>
<HelpString>Using IAccounts's method</HelpString>
</LeafMenu>
<LeafMenu>
<Name>ICustomer</Name>
<ShortcutKeyIndex>5</ShortcutKeyIndex>
<FunctionName>UsingICustomerInterface</FunctionName>
<HelpString>Using ICustomer's method</HelpString>
</LeafMenu>
<LeafMenu>
<Name>IDatabase</Name>
<ShortcutKeyIndex>5</ShortcutKeyIndex>
<FunctionName>UsingIDatabaseMethods</FunctionName>
<HelpString>Using IDatabase's method</HelpString>
</LeafMenu>
<LeafMenu>
<Name>IISmpCommands</Name>
<ShortcutKeyIndex>5</ShortcutKeyIndex>
<FunctionName>UsingIISmpCommandsInterface</FunctionName>
<HelpString>Using IISmpCommands's method</HelpString>
</LeafMenu>
<LeafMenu>
<Name>ISalesCheckout</Name>
<ShortcutKeyIndex>5</ShortcutKeyIndex>
<FunctionName>UsingISalesCheckoutInterface</FunctionName>
<HelpString>Using ISalesCheckout's method</HelpString>
</LeafMenu>
<LeafMenu>
<Name>ISecurity</Name>
<ShortcutKeyIndex>5</ShortcutKeyIndex>
<FunctionName>UsingISecurityInterface</FunctionName>
<HelpString>Using ISecurity's method</HelpString>
</LeafMenu>
<LeafMenu>
<Name>ISettings</Name>
<ShortcutKeyIndex>5</ShortcutKeyIndex>
<FunctionName>UsingISettingsInterface</FunctionName>
<HelpString>Using ISettings's method</HelpString>
</LeafMenu>
<LeafMenu>
<Name>ISmpFileMenuOperations</Name>
<ShortcutKeyIndex>5</ShortcutKeyIndex>
<FunctionName>UsingISmpFileMenuOperationsInterface</FunctionName>
<HelpString>Using ISmpFileMenuOperations's method</HelpString>
</LeafMenu>
<LeafMenu>
<Name>ISmpHelp</Name>
<ShortcutKeyIndex>5</ShortcutKeyIndex>
<FunctionName>UsingISmpHelpInterface</FunctionName>
<HelpString>Using ISmpHelp's method</HelpString>
</LeafMenu>
<LeafMenu>
<Name>ISmpSetup</Name>
<ShortcutKeyIndex>5</ShortcutKeyIndex>
<FunctionName>UsingISmpSetupInterface</FunctionName>
<HelpString>Using ISmpSetup's method</HelpString>
</LeafMenu>
<LeafMenu>
<Name>ISmpStock</Name>
<ShortcutKeyIndex>5</ShortcutKeyIndex>
<FunctionName>UsingISmpStockInterface</FunctionName>
<HelpString>Using ISmpStock's method</HelpString>
</LeafMenu>
<LeafMenu>
<Name>ISmpUser</Name>
<ShortcutKeyIndex>5</ShortcutKeyIndex>
<FunctionName>UsingISmpUserInterface</FunctionName>
<HelpString>Using ISmpUser's method</HelpString>
</LeafMenu>
<LeafMenu>
<Name>ISmpView</Name>
<ShortcutKeyIndex>5</ShortcutKeyIndex>
<FunctionName>UsingISmpViewInterface</FunctionName>
<HelpString>Using ISmpView's method</HelpString>
</LeafMenu>
<LeafMenu>
<Name>ITransactions</Name>
<ShortcutKeyIndex>5</ShortcutKeyIndex>
<FunctionName>UsingITransactionsInterface</FunctionName>
<HelpString>Using ITransactions's method</HelpString>
</LeafMenu>
<LeafMenu>
<Name>ISmpGrid</Name>
<ShortcutKeyIndex>5</ShortcutKeyIndex>
<FunctionName>UsingISmpGridInterface</FunctionName>
<HelpString>Using ISmpGrid's method</HelpString>
</LeafMenu>
<LeafMenu>
<Name>SmpGridCtrl</Name>
<ShortcutKeyIndex>5</ShortcutKeyIndex>
<FunctionName>UsingSmpGridCtrlInterface</FunctionName>
<HelpString>Using SmpGridCtrl's method</HelpString>
<ToolBarIndex>0</ToolBarIndex>
<ToolBarButtonText> Grid Ctrl</ToolBarButtonText>
<ToolTip>Invoke Grid Ctrl menu</ToolTip>
</LeafMenu>

<LeafMenu>
<Name>SmpOEMEvents</Name>
<ShortcutKeyIndex>5</ShortcutKeyIndex>
<FunctionName>UsingSmpOEMEventsInterface</FunctionName>
<HelpString>Using SmpOEMEvents's method</HelpString>
<ToolBarIndex>1</ToolBarIndex>
<ToolBarButtonText> OEM Events</ToolBarButtonText>
<ToolTip>Invoke OEM Events Menu</ToolTip>
</LeafMenu>

</MainMenu>


</ProjectFrameworkAddin>

Loading

0 comments on commit e708a46

Please sign in to comment.