Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricef committed Jul 20, 2018
0 parents commit 59b956f
Show file tree
Hide file tree
Showing 279 changed files with 35,363 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -0,0 +1,4 @@
Release/
Debug/

*.sdf
Binary file added Aga.Controls.dll
Binary file not shown.
Binary file added Interop.SHDocVw.dll
Binary file not shown.
Binary file added Interop.Shell32.dll
Binary file not shown.
Binary file added Newtonsoft.Json.dll
Binary file not shown.
89 changes: 89 additions & 0 deletions Settings/ProcessChooserForm.Designer.cs

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

20 changes: 20 additions & 0 deletions Settings/ProcessChooserForm.cs
@@ -0,0 +1,20 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.IO;
using System.Xml.Serialization;

namespace Bemo
{
public partial class ProcessChooserForm : Form
{
public ProcessChooserForm()
{
InitializeComponent();
}
}
}
200 changes: 200 additions & 0 deletions Settings/ProcessChooserForm.resx
@@ -0,0 +1,200 @@
<?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>
<metadata name="menuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAABAAEAICAAAAEAIACoEAAAFgAAACgAAAAgAAAAQAAAAAEAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAyNDU/7S8v/+KkJL/cHV3/25ydP9ucnT/bnJ0/25ydP9ucnT/bnJ0/25y
dP9ucnT/bnJ0/25ydP9ucnT/bnJ0/25ydP9ucnT/bnJ0/25ydP9ucnT/bnJ0/25ydP9ucnT/bnJ0/25y
dP9ucnT/bnJ0/25ydP9ucnT/dXp8/5KYm/+0uLn/oKGh/5+enf+fnp3/n56d/5+enf+fnp3/n56d/5+e
nf+fnp3/n56d/5+enf+fnp3/n56d/5+enf+fnp3/n56d/5+enf+fnp3/n56d/5+enf+fnp3/n56d/5+e
nf+fnp3/n56d/5+enf+fnp3/n56d/5+enf+Kion/iIyO/6Sjov/z8vL//v39//79/f/+/f3//v39//79
/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79
/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39/+Lh4f+Wl5f/pKOi//Py8v/+/f3//v39//79
/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79
/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3/4uHh/5aXl/+ko6L/8/Ly//79
/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79
/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79/f/i4eH/lpeX/6Sj
ov/z8vL//v39//79/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79
/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39/+Lh
4f+Wl5f/pKOi//Py8v/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79
/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79
/f/+/f3/4uHh/5aXl/+ko6L/8/Ly//79/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79
/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79
/f/+/f3//v39//79/f/i4eH/lpeX/6Sjov/z8vL//v39//79/f/+/f3//v39//79/f/+/f3//v39//79
/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79
/f/+/f3//v39//79/f/+/f3//v39/+Lh4f+Wl5f/pKOi//Py8v/+/f3//v39//79/f/+/f3//v39//79
/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3//v39//79
/f/+/f3//v39//79/f/+/f3//v39//79/f/+/f3/4uHh/5aXl/+ko6L/4uHh/+vq6v/r6ur/6+rq/+vq
6v/r6ur/6+rq/+vq6v/r6ur/6+rq/+vq6v/r6ur/6+rq/+vq6v/r6ur/6+rq/+vq6v/r6ur/6+rq/+vq
6v/r6ur/6+rq/+vq6v/r6ur/6+rq/+vq6v/r6ur/6+rq/+vq6v/X1tb/lpeX/5+enf+fnp3/n56d/5+e
nf+fnp3/n56d/5+enf+fnp3/n56d/5+enf+fnp3/n56d/5+enf+fnp3/n56d/5+enf+fnp3/n56d/5+e
nf+fnp3/n56d/5+enf+fnp3/n56d/5+enf+fnp3/n56d/5+enf+fnp3/n56d/5+enf+YmJj/pKOi/+Ph
4f/r6ef/6+nn/+vp5//r6ef/6+nn/+vp5//r6ef/6+nn/+vp5//r6ef/6+nn/+vp5//r6ef/6+nn/+vp
5//r6ef/6+nn/+vp5//r6ef/6+nn/+vp5//r6ef/6+nn/+vp5//r6ef/6+nn/+vp5//r6ef/2tjX/52e
nv+ko6L/+fTx///28P//9vD///bw///28P//9vD///bw///28P//9vD///bw///28P//9vD///bw///2
8P//9vD///bw///28P//9vD///bw///28P//9vD///bw///28P//9vD///bw///28P//9vD///bw///2
8P/17+v/p6ip/6Sjov/59PH///bw///28P//9vD///bw///28P//9vD///bw///28P//9vD///bw///2
8P//9vD///bw///28P//9vD///bw//v07//79O//+/Tv//v07//79O//+/Tv//v07//79O//+/Tv//v0
7//79O//+/Tv/+fi3/+ytLX/pKOi//n08f//9vD///bw///28P//9vD///bw///28P//9vD///bw///2
8P//9vD///bw///28P//9vD///bw///28P/g2tf/uru6/66urv+rqqr/q6qq/6uqqv+rqqr/q6qq/6uq
qv+rqqr/q6qq/62srP+ko6L/ra+w/7a1tP+ko6L/+fTx///28P//9vD///bw///28P//9vD///bw///2
8P//9vD///bw///28P//9vD///bw///28P//9vD///bw/7q7uv+2trn/2trc/9ra3P/a2tz/2trc/9zc
3v/c3N7/3Nze/9zc3v/c3N7/3Nze/9zc3v/k5Ob/trW0/6Sjov/59PH///bw///28P//9vD///bw///2
8P//9vD///bw///28P//9vD///bw///28P//9vD///bw///28P//9vD/rKys/7a2uf/Z2dv/2dnb/9nZ
2//Z2dv/2dnc/9nZ3P/Z2dz/2dnc/9nZ3P/Z2dz/2dnc/+Tk5v+2tbT/pKOi//n08f//9vD///bw///2
8P//9vD///bw///28P//9vD///bw///28P//9vD///bw///28P//9vD///bw///28P+mpaX/tbW4/9bW
2P/W1tj/1tbY/9bW2P/W1tj/1tbY/9bW2P/W1tj/1tbY/9bW2P/W1tj/4uLk/7a1tP+ko6L/+PHs//7w
5//+8Of//vDo//7w6P/+8Oj//vDo//7w6P/+8Oj//vDo//7w6P/+8Oj//vDo//7w6P/+8Oj//vDo/6al
pf+2trn/0tLV/9LS1f/S0tX/0tLV/9LS1f/S0tX/0tLV/9LS1f/S0tX/0tLV/9LS1f/g4OL/trW0/6Sj
ov/36+X//OXa//zm2v/85t3//Obd//zm3f/85t3//Obd//zm3f/85t3//Obd//zm3f/85t3//Obd//zm
3f/85t3/pqWl/7a2uf/OztH/zs7R/87O0f/OztH/zs7R/87O0f/OztH/zs7R/87O0f/OztH/zs7R/93d
3/+2tbT/pKOi//bn3v/63M7/+tzO//rfz//639D/+uDQ//rg0P/64ND/+uDQ//rg0P/64ND/+uDQ//rg
0P/64ND/+uDP//rfz/+mpaX/tra5/8vLzv/Ly87/y8vO/8vLzv/Ly87/y8vO/8vLzv/Ly87/y8vO/8vL
zv/Ly87/29vd/7a1tP+ko6L/9uPa//nWw//51sP/+djE//nYxP/52MT/+djE//nYxP/52MT/+djE//nY
xP/52MT/+djE//nYxP/52MT/+djE/6alpf+1tbj/x8fK/8fHyv/Hx8r/x8fK/8fHyv/Hx8r/x8fK/8fH
yv/Hx8r/x8fK/8fHyv/X19n/trW0/6Sjov/249r/+dO+//nTvv/5077/+dO+//nTvv/5077/+dO+//nT
vv/5077/+dO+//nTvv/5077/+dO+//nTvv/5077/pqWl/7W1uP/Kys3/ysrN/8rKzf/Kys3/ysrN/8rK
zf/Kys3/ysrN/8rKzf/Kys3/ysrN/9fX2f+2tbT/pKOi//fh1v/62MX/+tjF//rYxf/62MX/+tjF//rY
xf/62MX/+tjF//rYxf/62MX/+tjF//rYxf/62MX/+tjF//rYxf+mpaX/uLm7/+np6//p6ev/6enr/+np
6//p6ev/6enr/+np6//p6ev/6enr/+np6//p6ev/7+/x/7a1tP+ko6L/+eXb//3t5P/97eT//e3k//3t
5P/97eT//e3k//3t5P/97eT//e3k//3t5P/97eT//e3k//3t5P/97eT//Oba/6moqf/Fxsj/9PT1//T0
9f/09PX/9PT1//T09f/09PX/9PT1//T09f/09PX/9PT1//T09f/4+Pn/qqmp/6ipqv/x6OP//vDo//7w
6P/+8Oj//vDo//7w6P/+8Oj//vDo//7w6P/+8Oj//vDo//7w6P/+8Oj//vDo//7w6P/x6OP/qKmq/9HT
1P/9/f3//f39//39/f/9/f3//f39//39/f/9/f3//f39//39/f/9/f3//f39/9bV1f+ws7T/ur7B/7m4
t//89/P//vXw//718P/+9fD//vbw//728P/+9vD//vbw//728P/+9vD//vbw//728P/+9vD//Pfz/7m4
t/+6vsH/srGx/7Kxsf+ysbH/srGx/7Kxsf+ysbH/srGx/7Kxsf+ysbH/srGx/7Kxsf+pqKf/r7Kz/8PK
zv/I0NT/srS1/6Cgn/+fnp3/n56d/5+enf+fnp3/n56d/5+enf+fnp3/n56d/5+enf+fnp3/n56d/5+e
nf+goJ//srS1/8jQ1P+/xcn/v8XJ/7/Fyf+/xcn/v8XJ/7/Fyf+/xcn/v8XJ/7/Fyf+/xcn/w8rO/8jQ
1P/I0NT/yNDU/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAA//////////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAP////8=
</value>
</data>
</root>
36 changes: 36 additions & 0 deletions Settings/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Settings")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Settings")]
[assembly: AssemblyCopyright("Copyright © 2011")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("5979b352-5085-4469-a7a2-97269a60ecc3")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

0 comments on commit 59b956f

Please sign in to comment.