update 20240812
This commit is contained in:
117
Client/Diverses/NativVorlagen.Designer.cs
generated
117
Client/Diverses/NativVorlagen.Designer.cs
generated
@@ -28,70 +28,107 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo1 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo();
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NativVorlagen));
|
||||
this.treeViewAdv1 = new Syncfusion.Windows.Forms.Tools.TreeViewAdv();
|
||||
((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).BeginInit();
|
||||
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
||||
this.treeView = new System.Windows.Forms.TreeView();
|
||||
this.fileSystemWatcher1 = new System.IO.FileSystemWatcher();
|
||||
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
||||
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).BeginInit();
|
||||
this.toolStrip1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// treeViewAdv1
|
||||
// imageList1
|
||||
//
|
||||
treeNodeAdvStyleInfo1.CheckBoxTickThickness = 1;
|
||||
treeNodeAdvStyleInfo1.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdvStyleInfo1.EnsureDefaultOptionedChild = true;
|
||||
treeNodeAdvStyleInfo1.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdvStyleInfo1.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
||||
treeNodeAdvStyleInfo1.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210)))));
|
||||
treeNodeAdvStyleInfo1.TextColor = System.Drawing.Color.Black;
|
||||
this.treeViewAdv1.BaseStylePairs.AddRange(new Syncfusion.Windows.Forms.Tools.StyleNamePair[] {
|
||||
new Syncfusion.Windows.Forms.Tools.StyleNamePair("Standard", treeNodeAdvStyleInfo1)});
|
||||
this.treeViewAdv1.BeforeTouchSize = new System.Drawing.Size(499, 440);
|
||||
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
|
||||
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
|
||||
this.imageList1.Images.SetKeyName(0, "Word.png");
|
||||
this.imageList1.Images.SetKeyName(1, "Excel.png");
|
||||
this.imageList1.Images.SetKeyName(2, "Powerpoint.png");
|
||||
this.imageList1.Images.SetKeyName(3, "Folder.png");
|
||||
//
|
||||
// treeView
|
||||
//
|
||||
this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.treeView.FullRowSelect = true;
|
||||
this.treeView.HotTracking = true;
|
||||
this.treeView.ImageIndex = 0;
|
||||
this.treeView.ImageList = this.imageList1;
|
||||
this.treeView.Location = new System.Drawing.Point(2, 61);
|
||||
this.treeView.Name = "treeView";
|
||||
this.treeView.SelectedImageIndex = 0;
|
||||
this.treeView.Size = new System.Drawing.Size(436, 387);
|
||||
this.treeView.TabIndex = 1;
|
||||
this.treeView.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView_NodeMouseDoubleClick);
|
||||
//
|
||||
this.treeViewAdv1.HelpTextControl.BaseThemeName = null;
|
||||
this.treeViewAdv1.HelpTextControl.Location = new System.Drawing.Point(0, 0);
|
||||
this.treeViewAdv1.HelpTextControl.Name = "";
|
||||
this.treeViewAdv1.HelpTextControl.Size = new System.Drawing.Size(392, 112);
|
||||
this.treeViewAdv1.HelpTextControl.TabIndex = 0;
|
||||
this.treeViewAdv1.HelpTextControl.Visible = true;
|
||||
this.treeViewAdv1.InactiveSelectedNodeForeColor = System.Drawing.SystemColors.ControlText;
|
||||
this.treeViewAdv1.Location = new System.Drawing.Point(115, 57);
|
||||
this.treeViewAdv1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
|
||||
this.treeViewAdv1.Name = "treeViewAdv1";
|
||||
this.treeViewAdv1.SelectedNodeForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
this.treeViewAdv1.Size = new System.Drawing.Size(499, 440);
|
||||
this.treeViewAdv1.TabIndex = 0;
|
||||
this.treeViewAdv1.Text = "treeViewAdv1";
|
||||
// fileSystemWatcher1
|
||||
//
|
||||
this.fileSystemWatcher1.EnableRaisingEvents = true;
|
||||
this.fileSystemWatcher1.SynchronizingObject = this;
|
||||
//
|
||||
// toolStrip1
|
||||
//
|
||||
this.treeViewAdv1.ToolTipControl.BaseThemeName = null;
|
||||
this.treeViewAdv1.ToolTipControl.Location = new System.Drawing.Point(0, 0);
|
||||
this.treeViewAdv1.ToolTipControl.Name = "";
|
||||
this.treeViewAdv1.ToolTipControl.Size = new System.Drawing.Size(392, 112);
|
||||
this.treeViewAdv1.ToolTipControl.TabIndex = 0;
|
||||
this.treeViewAdv1.ToolTipControl.Visible = true;
|
||||
this.toolStrip1.AutoSize = false;
|
||||
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.toolStripButton1,
|
||||
this.toolStripButton2});
|
||||
this.toolStrip1.Location = new System.Drawing.Point(2, 2);
|
||||
this.toolStrip1.Name = "toolStrip1";
|
||||
this.toolStrip1.Size = new System.Drawing.Size(436, 59);
|
||||
this.toolStrip1.TabIndex = 2;
|
||||
this.toolStrip1.Text = "toolStrip1";
|
||||
//
|
||||
// toolStripButton1
|
||||
//
|
||||
this.toolStripButton1.AutoSize = false;
|
||||
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.toolStripButton1.Image = global::OnDoc.Properties.Resources.CloseApplication_32x32_32;
|
||||
this.toolStripButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton1.Name = "toolStripButton1";
|
||||
this.toolStripButton1.Size = new System.Drawing.Size(48, 48);
|
||||
this.toolStripButton1.Text = "Schliessen";
|
||||
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
||||
//
|
||||
// toolStripButton2
|
||||
//
|
||||
this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.toolStripButton2.Image = global::OnDoc.Properties.Resources.Execute_32x32_32;
|
||||
this.toolStripButton2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton2.Name = "toolStripButton2";
|
||||
this.toolStripButton2.Size = new System.Drawing.Size(36, 56);
|
||||
this.toolStripButton2.Text = "Dokument erstellen";
|
||||
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
|
||||
//
|
||||
// NativVorlagen
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(800, 450);
|
||||
this.Controls.Add(this.treeViewAdv1);
|
||||
this.ClientSize = new System.Drawing.Size(440, 450);
|
||||
this.Controls.Add(this.treeView);
|
||||
this.Controls.Add(this.toolStrip1);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "NativVorlagen";
|
||||
this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
|
||||
this.Text = "NativVorlagen";
|
||||
this.Text = "Nativ-Vorlagen";
|
||||
this.Load += new System.EventHandler(this.NativVorlagen_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).EndInit();
|
||||
this.toolStrip1.ResumeLayout(false);
|
||||
this.toolStrip1.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private Syncfusion.Windows.Forms.Tools.TreeViewAdv treeViewAdv1;
|
||||
private System.Windows.Forms.ImageList imageList1;
|
||||
private System.Windows.Forms.TreeView treeView;
|
||||
private System.IO.FileSystemWatcher fileSystemWatcher1;
|
||||
private System.Windows.Forms.ToolStrip toolStrip1;
|
||||
private System.Windows.Forms.ToolStripButton toolStripButton1;
|
||||
private System.Windows.Forms.ToolStripButton toolStripButton2;
|
||||
}
|
||||
}
|
||||
@@ -13,6 +13,11 @@ using Syncfusion.Windows.Forms.Tools;
|
||||
using Syncfusion.WinForms.Controls;
|
||||
using System.Xml;
|
||||
using System.IO;
|
||||
using System.Configuration;
|
||||
using System.Xml.Linq;
|
||||
using Syncfusion.Compression.Zip;
|
||||
using static System.Net.Mime.MediaTypeNames;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace OnDoc.Diverses
|
||||
{
|
||||
@@ -23,82 +28,176 @@ namespace OnDoc.Diverses
|
||||
InitializeComponent();
|
||||
this.Style.TitleBar.BackColor = Theaming.Titelbar();
|
||||
this.Style.TitleBar.ForeColor = Theaming.TitelFontColor();
|
||||
|
||||
}
|
||||
|
||||
private void NativVorlagen_Load(object sender, EventArgs e)
|
||||
{
|
||||
XmlDocument xDoc = new XmlDocument();
|
||||
xDoc.Load(@"E:\Software-Projekte\OnDoc\Nativ\treeview.xml");
|
||||
treeViewAdv1.Nodes.Clear();
|
||||
treeViewAdv1.Nodes.Add(new
|
||||
TreeNodeAdv(xDoc.DocumentElement.Name));
|
||||
TreeNodeAdv tNode = new TreeNodeAdv();
|
||||
tNode = (TreeNodeAdv)treeViewAdv1.Nodes[0];
|
||||
//We make a call to addTreeNode,
|
||||
//where we'll add all of our nodes
|
||||
addTreeNode(xDoc.DocumentElement, tNode);
|
||||
//Expand the treeview to show all nodes
|
||||
treeViewAdv1.ExpandAll();
|
||||
|
||||
}
|
||||
private void addTreeNode(XmlNode xmlNode, TreeNodeAdv treeNode)
|
||||
{
|
||||
XmlNode xNode;
|
||||
TreeNodeAdv tNode;
|
||||
XmlNodeList xNodeList;
|
||||
if (xmlNode.HasChildNodes) //The current node has children
|
||||
string ext = "";
|
||||
DirectoryInfo directoryInfo = new DirectoryInfo(Properties.Settings.Default.NativVorlagen);
|
||||
if (directoryInfo.Exists)
|
||||
{
|
||||
xNodeList = xmlNode.ChildNodes;
|
||||
for (int x = 0; x <= xNodeList.Count - 1; x++)
|
||||
//Loop through the child nodes
|
||||
try
|
||||
{
|
||||
xNode = xmlNode.ChildNodes[x];
|
||||
treeNode.Nodes.Add(new TreeNodeAdv(xNode.Name));
|
||||
tNode = treeNode.Nodes[x];
|
||||
addTreeNode(xNode, tNode);
|
||||
TreeNode root = new TreeNode();
|
||||
root.Text = "Vorlagen";
|
||||
root.ImageIndex = 3;
|
||||
root.SelectedImageIndex = 3;
|
||||
treeView.Nodes.Add(root);
|
||||
DirectoryInfo[] directories = directoryInfo.GetDirectories();
|
||||
|
||||
foreach (FileInfo file in directoryInfo.GetFiles())
|
||||
{
|
||||
if (file.Exists)
|
||||
{
|
||||
|
||||
ext = System.IO.Path.GetExtension(file.Name);
|
||||
TreeNode tnnew = new TreeNode();
|
||||
tnnew.Text = file.Name;
|
||||
|
||||
if (ext.Length > 2)
|
||||
{
|
||||
ext = ext.Substring(0, 2).ToUpper();
|
||||
if (ext == ".D") { tnnew.ImageIndex = 0; tnnew.SelectedImageIndex = 0; };
|
||||
if (ext == ".X") { tnnew.ImageIndex = 1; tnnew.SelectedImageIndex = 1; };
|
||||
if (ext == ".P") { tnnew.ImageIndex = 2; tnnew.SelectedImageIndex = 2; };
|
||||
}
|
||||
else
|
||||
{
|
||||
tnnew.ImageIndex = 3; tnnew.SelectedImageIndex = 3;
|
||||
}
|
||||
TreeNode treeNode = treeView.Nodes[0];
|
||||
treeNode.Nodes.Add(tnnew);
|
||||
|
||||
//TreeNode nodes = treeView.Nodes[0].Nodes.Add(file.Name);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (directories.Length > 0)
|
||||
{
|
||||
foreach (DirectoryInfo directory in directories)
|
||||
{
|
||||
TreeNode node = treeView.Nodes[0].Nodes.Add(directory.Name);
|
||||
node.ImageIndex = node.SelectedImageIndex = 3;
|
||||
foreach (FileInfo file in directory.GetFiles())
|
||||
{
|
||||
if (file.Exists)
|
||||
{
|
||||
TreeNode tnnew = new TreeNode();
|
||||
tnnew.Text = file.Name;
|
||||
tnnew.Tag = file.FullName;
|
||||
ext = System.IO.Path.GetExtension(tnnew.Text);
|
||||
if (ext.Length > 2)
|
||||
{
|
||||
ext = ext.Substring(0, 2).ToUpper();
|
||||
if (ext == ".D") { tnnew.ImageIndex = 0; tnnew.SelectedImageIndex = 0; };
|
||||
if (ext == ".X") { tnnew.ImageIndex = 1; tnnew.SelectedImageIndex = 1; };
|
||||
if (ext == ".P") { tnnew.ImageIndex = 2; tnnew.SelectedImageIndex = 2; };
|
||||
}
|
||||
else
|
||||
{
|
||||
tnnew.ImageIndex = 3; tnnew.SelectedImageIndex = 3;
|
||||
tnnew.Tag = "";
|
||||
}
|
||||
TreeNode tnnew2 = treeView.Nodes[0].Nodes[node.Index];
|
||||
tnnew2.Nodes.Add(tnnew);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
MessageBox.Show(ex.Message);
|
||||
}
|
||||
treeView.ExpandAll();
|
||||
}
|
||||
}
|
||||
private static void ListDirectory(TreeViewAdv treeView, string path)
|
||||
{
|
||||
treeView.Nodes.Clear();
|
||||
|
||||
var stack = new Stack<TreeNodeAdv>();
|
||||
var rootDirectory = new DirectoryInfo(path);
|
||||
var node = new TreeNodeAdv(rootDirectory.Name) { Tag = rootDirectory };
|
||||
string ext = System.IO.Path.GetExtension(node.Text);
|
||||
{ node.RightImageIndices = new int[] { 3 }; }
|
||||
stack.Push(node);
|
||||
while (stack.Count > 0)
|
||||
{
|
||||
var currentNode = stack.Pop();
|
||||
var directoryInfo = (DirectoryInfo)currentNode.Tag;
|
||||
foreach (var directory in directoryInfo.GetDirectories())
|
||||
{
|
||||
var childDirectoryNode = new TreeNodeAdv(directory.Name) { Tag = directory };
|
||||
currentNode.Nodes.Add(childDirectoryNode);
|
||||
{ childDirectoryNode.RightImageIndices = new int[] { 3 }; }
|
||||
stack.Push(childDirectoryNode);
|
||||
|
||||
foreach (var file in directoryInfo.GetFiles())
|
||||
{
|
||||
TreeNodeAdv tnnew = new TreeNodeAdv(file.Name);
|
||||
ext = System.IO.Path.GetExtension(tnnew.Text);
|
||||
if (ext.Length > 2)
|
||||
{
|
||||
ext = ext.Substring(0, 2).ToUpper();
|
||||
if (ext == ".D") { tnnew.LeftImageIndices = new int[] { 0 }; };
|
||||
if (ext == ".X") { tnnew.LeftImageIndices = new int[] { 1 }; };
|
||||
if (ext == ".P") { tnnew.LeftImageIndices = new int[] { 2 }; };
|
||||
}
|
||||
else
|
||||
{ tnnew.RightImageIndices = new int[] { 3 }; }
|
||||
|
||||
|
||||
currentNode.Nodes.Add(tnnew);
|
||||
}
|
||||
}
|
||||
}
|
||||
else //No children, so add the outer xml (trimming off whitespace)
|
||||
treeNode.Text = xmlNode.OuterXml.Trim();
|
||||
|
||||
treeView.Nodes.Add(node);
|
||||
}
|
||||
|
||||
private XmlTextWriter xr;
|
||||
|
||||
public void exportToXml2(TreeViewAdv tv, string filename)
|
||||
private void treeView_NodeMouseDoubleClick(object sender, TreeNodeMouseClickEventArgs e)
|
||||
{
|
||||
xr = new XmlTextWriter(filename, System.Text.Encoding.UTF8);
|
||||
xr.WriteStartDocument();
|
||||
//Write our root node
|
||||
xr.WriteStartElement(treeViewAdv1.Nodes[0].Text);
|
||||
foreach (TreeNodeAdv node in tv.Nodes)
|
||||
{
|
||||
saveNode2(node.Nodes);
|
||||
}
|
||||
//Close the root node
|
||||
xr.WriteEndElement();
|
||||
xr.Close();
|
||||
Execute(e.Node);
|
||||
|
||||
|
||||
}
|
||||
|
||||
private void saveNode2(TreeNodeAdvCollection tnc)
|
||||
private void toolStripButton1_Click(object sender, EventArgs e)
|
||||
{
|
||||
foreach (TreeNodeAdv node in tnc)
|
||||
this.Close();
|
||||
}
|
||||
|
||||
private void toolStripButton2_Click(object sender, EventArgs e)
|
||||
{
|
||||
Execute(treeView.SelectedNode);
|
||||
}
|
||||
private void Execute(TreeNode treeNode)
|
||||
{
|
||||
try
|
||||
{
|
||||
//If we have child nodes, we'll write
|
||||
//a parent node, then iterrate through
|
||||
//the children
|
||||
if (node.Nodes.Count > 0)
|
||||
string tempfilename = treeNode.Tag.ToString();
|
||||
if (tempfilename == "") { return; }
|
||||
|
||||
//string tempdir = AppParams.tempdir + "\nativdoks";
|
||||
|
||||
string ext = System.IO.Path.GetExtension(tempfilename);
|
||||
if (ext.Length > 2)
|
||||
{
|
||||
xr.WriteStartElement(node.Text);
|
||||
saveNode2(node.Nodes);
|
||||
xr.WriteEndElement();
|
||||
}
|
||||
else //No child nodes, so we just write the text
|
||||
{
|
||||
xr.WriteString(node.Text);
|
||||
ext = ext.Substring(0, 2).ToUpper();
|
||||
if (ext == ".D") { System.Diagnostics.Process.Start("winword.exe", " /t" + tempfilename); };
|
||||
if (ext == ".X") { System.Diagnostics.Process.Start("excel.exe", " /t " + tempfilename); };
|
||||
if (ext == ".P") { System.Diagnostics.Process.Start("POWERPNT.EXE", " /N " + tempfilename); };
|
||||
|
||||
}
|
||||
}
|
||||
catch { }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -117,6 +117,70 @@
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<metadata name="imageList1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<data name="imageList1.ImageStream" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>
|
||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
|
||||
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
|
||||
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAAk
|
||||
CwAAAk1TRnQBSQFMAgEBBAEAASABAAEgAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
|
||||
AwABQAMAASADAAEBAQABCAYAAQgYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
|
||||
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
|
||||
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
|
||||
AWYDAAGZAwABzAIAATMDAAIzAgABMwFmAgABMwGZAgABMwHMAgABMwH/AgABZgMAAWYBMwIAAmYCAAFm
|
||||
AZkCAAFmAcwCAAFmAf8CAAGZAwABmQEzAgABmQFmAgACmQIAAZkBzAIAAZkB/wIAAcwDAAHMATMCAAHM
|
||||
AWYCAAHMAZkCAALMAgABzAH/AgAB/wFmAgAB/wGZAgAB/wHMAQABMwH/AgAB/wEAATMBAAEzAQABZgEA
|
||||
ATMBAAGZAQABMwEAAcwBAAEzAQAB/wEAAf8BMwIAAzMBAAIzAWYBAAIzAZkBAAIzAcwBAAIzAf8BAAEz
|
||||
AWYCAAEzAWYBMwEAATMCZgEAATMBZgGZAQABMwFmAcwBAAEzAWYB/wEAATMBmQIAATMBmQEzAQABMwGZ
|
||||
AWYBAAEzApkBAAEzAZkBzAEAATMBmQH/AQABMwHMAgABMwHMATMBAAEzAcwBZgEAATMBzAGZAQABMwLM
|
||||
AQABMwHMAf8BAAEzAf8BMwEAATMB/wFmAQABMwH/AZkBAAEzAf8BzAEAATMC/wEAAWYDAAFmAQABMwEA
|
||||
AWYBAAFmAQABZgEAAZkBAAFmAQABzAEAAWYBAAH/AQABZgEzAgABZgIzAQABZgEzAWYBAAFmATMBmQEA
|
||||
AWYBMwHMAQABZgEzAf8BAAJmAgACZgEzAQADZgEAAmYBmQEAAmYBzAEAAWYBmQIAAWYBmQEzAQABZgGZ
|
||||
AWYBAAFmApkBAAFmAZkBzAEAAWYBmQH/AQABZgHMAgABZgHMATMBAAFmAcwBmQEAAWYCzAEAAWYBzAH/
|
||||
AQABZgH/AgABZgH/ATMBAAFmAf8BmQEAAWYB/wHMAQABzAEAAf8BAAH/AQABzAEAApkCAAGZATMBmQEA
|
||||
AZkBAAGZAQABmQEAAcwBAAGZAwABmQIzAQABmQEAAWYBAAGZATMBzAEAAZkBAAH/AQABmQFmAgABmQFm
|
||||
ATMBAAGZATMBZgEAAZkBZgGZAQABmQFmAcwBAAGZATMB/wEAApkBMwEAApkBZgEAA5kBAAKZAcwBAAKZ
|
||||
Af8BAAGZAcwCAAGZAcwBMwEAAWYBzAFmAQABmQHMAZkBAAGZAswBAAGZAcwB/wEAAZkB/wIAAZkB/wEz
|
||||
AQABmQHMAWYBAAGZAf8BmQEAAZkB/wHMAQABmQL/AQABzAMAAZkBAAEzAQABzAEAAWYBAAHMAQABmQEA
|
||||
AcwBAAHMAQABmQEzAgABzAIzAQABzAEzAWYBAAHMATMBmQEAAcwBMwHMAQABzAEzAf8BAAHMAWYCAAHM
|
||||
AWYBMwEAAZkCZgEAAcwBZgGZAQABzAFmAcwBAAGZAWYB/wEAAcwBmQIAAcwBmQEzAQABzAGZAWYBAAHM
|
||||
ApkBAAHMAZkBzAEAAcwBmQH/AQACzAIAAswBMwEAAswBZgEAAswBmQEAA8wBAALMAf8BAAHMAf8CAAHM
|
||||
Af8BMwEAAZkB/wFmAQABzAH/AZkBAAHMAf8BzAEAAcwC/wEAAcwBAAEzAQAB/wEAAWYBAAH/AQABmQEA
|
||||
AcwBMwIAAf8CMwEAAf8BMwFmAQAB/wEzAZkBAAH/ATMBzAEAAf8BMwH/AQAB/wFmAgAB/wFmATMBAAHM
|
||||
AmYBAAH/AWYBmQEAAf8BZgHMAQABzAFmAf8BAAH/AZkCAAH/AZkBMwEAAf8BmQFmAQAB/wKZAQAB/wGZ
|
||||
AcwBAAH/AZkB/wEAAf8BzAIAAf8BzAEzAQAB/wHMAWYBAAH/AcwBmQEAAf8CzAEAAf8BzAH/AQAC/wEz
|
||||
AQABzAH/AWYBAAL/AZkBAAL/AcwBAAJmAf8BAAFmAf8BZgEAAWYC/wEAAf8CZgEAAf8BZgH/AQAC/wFm
|
||||
AQABIQEAAaUBAANfAQADdwEAA4YBAAOWAQADywEAA7IBAAPXAQAD3QEAA+MBAAPqAQAD8QEAA/gBAAHw
|
||||
AfsB/wEAAaQCoAEAA4ADAAH/AgAB/wMAAv8BAAH/AwAB/wEAAf8BAAL/AgAD//8A/wD/AP8ACQAB/wHz
|
||||
Ad0BCQG0AfIKAAH/AfMBCAG7AXIBwgoAAf8B9AEaAQcBkwHzFgAB8gEZAboBswKyAQYCswHyBgAB8gEI
|
||||
AbsBcgOQAYsBcAHyBgAB8wEaAQcBjgVMAfMGAAH/AcMMmgHDAf8BzgKtA7ICBgKzBbQBsgGWBpABiwFw
|
||||
AXICmAORAZADdQJvBEwBdQV0AXUB9A16AVkB9ALOAa0DsgIGAbMB2wQJAfMBtAGWBpABcQGLAXIBmAEZ
|
||||
AZgBkQGYAZEEdQFvBEwBBwQaAfQBdAH0DXoBWQHDAs4BrQOyAgYBswHbBAkB4gG0AZYBcQaQAYsBcgGY
|
||||
AQgCkQGYAZEEdQFvBEwBBwQaAfMBdAH0DXoBWQHDAs4CCQGyAfIBswEGAbMB2wQJAfMBtAKWAZ0BCAGW
|
||||
AfQBlgGQAYsBcgGYAQgBmAGRAZgBkQN1AfMBkwRMAQcEGgHzAXQB9A16AVkBwwLOAhkBswH/AQkBBgGy
|
||||
AdsECQHyAbQDlgHzARkBuwKQAYsBcgGYAQgBmAGRAbsBkQN1AfMBkwRMAQcEGgHzAXQB9A16AVkBwwHO
|
||||
AbMC/wEJAfQBGQIGAdsECQHyAbQClgFxAbsB/wGWApABcQFyAZgBCAKYAbsBkQN1AvMBBwNMAwcBGwL0
|
||||
AXQB9A16AVkBwwHOAdsBGQHdAf8BCQH0AbIBBgHbAbsDCQHyAbQClgFxAQgB9AGdA5ABcgGYAQgEmAN1
|
||||
AfMBBwH0AXUGTAL0AXQB9A16AVkBwwHOAwkB/wGzARkBtAEGAQkBuwMJAfMBtAKWAZ0B8wGYAfMDkAFy
|
||||
AZgBCAKYAbsBugN1AfMBBwH0AXUETAKTARoB/wGaAfQNegFZAcMBtAOzAbQBsgK0AQYB2wK7AQkBCAHz
|
||||
AbQElgGQAZgBcgKQAXIBmAEIAZgBugG7AboDdQEaAfMBBwFvBEwBGgGTAQcB/wGaAfQNWQE4AfQBswPO
|
||||
Aq0CsgEGAbsCCQIZAfMBtAOWAXEFkAFyAZgBCAK6AbsBugV1Am8CTAGTAUwBGgFMAQcB/wGaAcMOOAH2
|
||||
AbMDzgKtArIBBgG7AQkDGQHzAbQDlgFxBZABcgGYARkBnQG6AbsBugV1Am8CTAG8AfQB8wEaAv8BmgHD
|
||||
BjgBWQb0AfYBAAGzAbQCzgKtA7IBswW0Ac4DlgJxBJABcgKYAZ0CugGWAXUBkwN1Am8CTAGTBQcBdQH0
|
||||
BjgBvQgAAfIBCAEJAbQBzgGtA7IB8gYAAfMBCAG7AZEBlgSQAcIGAAHzARoBmQGTAXUDbwFMAfMGAAH/
|
||||
AcMEmgG9Af8MAAH/AfMB3QEJAbQB8goAAf8B8wEZAbsBmAHzCgAB/wH0ARoBmQGTAfMWAAFCAU0BPgcA
|
||||
AT4DAAEoAwABQAMAASADAAEBAQABAQYAAQEWAAP/gQAB8AE/AfABPwHwAT8C/wEAAT8BAAE/AQABP1kA
|
||||
AQEHAAH/AQABPwEAAT8BAAE/AQAB/wHwAT8B8AE/AfABPwL/Cw==
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="fileSystemWatcher1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>128, 17</value>
|
||||
</metadata>
|
||||
<metadata name="toolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>286, 17</value>
|
||||
</metadata>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.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>
|
||||
|
||||
Reference in New Issue
Block a user