update 20240812

This commit is contained in:
Stefan Hutter
2024-08-12 16:35:06 +02:00
parent 43c44e0aad
commit fc8811829d
7922 changed files with 205978 additions and 91947 deletions

View File

@@ -13,6 +13,9 @@
<setting name="Connectionstring" serializeAs="String"> <setting name="Connectionstring" serializeAs="String">
<value>Data Source=shu01\shu00;Initial Catalog=edoka_dms;Persist Security Info=True;User ID=sa;Password=*shu29;</value> <value>Data Source=shu01\shu00;Initial Catalog=edoka_dms;Persist Security Info=True;User ID=sa;Password=*shu29;</value>
</setting> </setting>
<setting name="NativVorlagen" serializeAs="String">
<value>E:\Software-Projekte\OnDoc\Nativ\</value>
</setting>
</OnDoc.Properties.Settings> </OnDoc.Properties.Settings>
</userSettings> </userSettings>
<runtime> <runtime>

View File

@@ -613,6 +613,11 @@
<None Include="Resources\Versandstrasse_24x24-32.png" /> <None Include="Resources\Versandstrasse_24x24-32.png" />
<None Include="Resources\Versandstrasse_32x32-32.png" /> <None Include="Resources\Versandstrasse_32x32-32.png" />
<None Include="Resources\Versandstrasse_48x48-32.png" /> <None Include="Resources\Versandstrasse_48x48-32.png" />
<None Include="Resources\Execute_256x256-32.png" />
<None Include="Resources\Execute_16x16-32.png" />
<None Include="Resources\Execute_24x24-32.png" />
<None Include="Resources\Execute_32x32-32.png" />
<None Include="Resources\Execute_48x48-32.png" />
<Content Include="SmartDocGen.ico" /> <Content Include="SmartDocGen.ico" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@@ -28,70 +28,107 @@
/// </summary> /// </summary>
private void InitializeComponent() 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)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NativVorlagen));
this.treeViewAdv1 = new Syncfusion.Windows.Forms.Tools.TreeViewAdv(); this.imageList1 = new System.Windows.Forms.ImageList(this.components);
((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).BeginInit(); 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(); this.SuspendLayout();
// //
// treeViewAdv1 // imageList1
// //
treeNodeAdvStyleInfo1.CheckBoxTickThickness = 1; this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
treeNodeAdvStyleInfo1.CheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
treeNodeAdvStyleInfo1.EnsureDefaultOptionedChild = true; this.imageList1.Images.SetKeyName(0, "Word.png");
treeNodeAdvStyleInfo1.IntermediateCheckColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.imageList1.Images.SetKeyName(1, "Excel.png");
treeNodeAdvStyleInfo1.OptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.imageList1.Images.SetKeyName(2, "Powerpoint.png");
treeNodeAdvStyleInfo1.SelectedOptionButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210))))); this.imageList1.Images.SetKeyName(3, "Folder.png");
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);
// //
// 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; // fileSystemWatcher1
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";
// //
this.fileSystemWatcher1.EnableRaisingEvents = true;
this.fileSystemWatcher1.SynchronizingObject = this;
// //
// toolStrip1
// //
this.treeViewAdv1.ToolTipControl.BaseThemeName = null; this.toolStrip1.AutoSize = false;
this.treeViewAdv1.ToolTipControl.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.treeViewAdv1.ToolTipControl.Name = ""; this.toolStripButton1,
this.treeViewAdv1.ToolTipControl.Size = new System.Drawing.Size(392, 112); this.toolStripButton2});
this.treeViewAdv1.ToolTipControl.TabIndex = 0; this.toolStrip1.Location = new System.Drawing.Point(2, 2);
this.treeViewAdv1.ToolTipControl.Visible = true; 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 // NativVorlagen
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450); this.ClientSize = new System.Drawing.Size(440, 450);
this.Controls.Add(this.treeViewAdv1); this.Controls.Add(this.treeView);
this.Controls.Add(this.toolStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "NativVorlagen"; this.Name = "NativVorlagen";
this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center; this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.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); 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); this.ResumeLayout(false);
} }
#endregion #endregion
private System.Windows.Forms.ImageList imageList1;
private Syncfusion.Windows.Forms.Tools.TreeViewAdv treeViewAdv1; 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;
} }
} }

View File

@@ -13,6 +13,11 @@ using Syncfusion.Windows.Forms.Tools;
using Syncfusion.WinForms.Controls; using Syncfusion.WinForms.Controls;
using System.Xml; using System.Xml;
using System.IO; 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 namespace OnDoc.Diverses
{ {
@@ -23,82 +28,176 @@ namespace OnDoc.Diverses
InitializeComponent(); InitializeComponent();
this.Style.TitleBar.BackColor = Theaming.Titelbar(); this.Style.TitleBar.BackColor = Theaming.Titelbar();
this.Style.TitleBar.ForeColor = Theaming.TitelFontColor(); this.Style.TitleBar.ForeColor = Theaming.TitelFontColor();
} }
private void NativVorlagen_Load(object sender, EventArgs e) 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();
} string ext = "";
private void addTreeNode(XmlNode xmlNode, TreeNodeAdv treeNode) DirectoryInfo directoryInfo = new DirectoryInfo(Properties.Settings.Default.NativVorlagen);
{ if (directoryInfo.Exists)
XmlNode xNode;
TreeNodeAdv tNode;
XmlNodeList xNodeList;
if (xmlNode.HasChildNodes) //The current node has children
{ {
xNodeList = xmlNode.ChildNodes; try
for (int x = 0; x <= xNodeList.Count - 1; x++)
//Loop through the child nodes
{ {
xNode = xmlNode.ChildNodes[x]; TreeNode root = new TreeNode();
treeNode.Nodes.Add(new TreeNodeAdv(xNode.Name)); root.Text = "Vorlagen";
tNode = treeNode.Nodes[x]; root.ImageIndex = 3;
addTreeNode(xNode, tNode); 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; private void treeView_NodeMouseDoubleClick(object sender, TreeNodeMouseClickEventArgs e)
public void exportToXml2(TreeViewAdv tv, string filename)
{ {
xr = new XmlTextWriter(filename, System.Text.Encoding.UTF8); Execute(e.Node);
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();
} }
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 string tempfilename = treeNode.Tag.ToString();
//a parent node, then iterrate through if (tempfilename == "") { return; }
//the children
if (node.Nodes.Count > 0) //string tempdir = AppParams.tempdir + "\nativdoks";
string ext = System.IO.Path.GetExtension(tempfilename);
if (ext.Length > 2)
{ {
xr.WriteStartElement(node.Text); ext = ext.Substring(0, 2).ToUpper();
saveNode2(node.Nodes); if (ext == ".D") { System.Diagnostics.Process.Start("winword.exe", " /t" + tempfilename); };
xr.WriteEndElement(); if (ext == ".X") { System.Diagnostics.Process.Start("excel.exe", " /t " + tempfilename); };
} if (ext == ".P") { System.Diagnostics.Process.Start("POWERPNT.EXE", " /N " + tempfilename); };
else //No child nodes, so we just write the text
{
xr.WriteString(node.Text);
} }
} }
catch { }
} }
} }
} }

View File

@@ -117,6 +117,70 @@
<resheader name="writer"> <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </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" /> <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"> <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>

View File

@@ -33,6 +33,7 @@
this.sfButton3 = new Syncfusion.WinForms.Controls.SfButton(); this.sfButton3 = new Syncfusion.WinForms.Controls.SfButton();
this.btnDokumenterstellen = new Syncfusion.WinForms.Controls.SfButton(); this.btnDokumenterstellen = new Syncfusion.WinForms.Controls.SfButton();
this.PnlPreview = new System.Windows.Forms.Panel(); this.PnlPreview = new System.Windows.Forms.Panel();
this.docPreview1 = new OnDoc.UIControls.DocPreview();
this.GrpFnkt = new System.Windows.Forms.GroupBox(); this.GrpFnkt = new System.Windows.Forms.GroupBox();
this.label6 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label();
@@ -46,7 +47,6 @@
this.lbledit = new System.Windows.Forms.Label(); this.lbledit = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button();
this.docPreview1 = new OnDoc.UIControls.DocPreview();
this.ucAllgemeineDokumentParam1 = new OnDoc.UIControls.UCAllgemeineDokumentParam(); this.ucAllgemeineDokumentParam1 = new OnDoc.UIControls.UCAllgemeineDokumentParam();
this.PnlPreview.SuspendLayout(); this.PnlPreview.SuspendLayout();
this.GrpFnkt.SuspendLayout(); this.GrpFnkt.SuspendLayout();
@@ -82,6 +82,14 @@
this.PnlPreview.TabIndex = 19; this.PnlPreview.TabIndex = 19;
this.PnlPreview.Visible = false; this.PnlPreview.Visible = false;
// //
// docPreview1
//
this.docPreview1.Dock = System.Windows.Forms.DockStyle.Fill;
this.docPreview1.Location = new System.Drawing.Point(0, 123);
this.docPreview1.Name = "docPreview1";
this.docPreview1.Size = new System.Drawing.Size(668, 292);
this.docPreview1.TabIndex = 1;
//
// GrpFnkt // GrpFnkt
// //
this.GrpFnkt.BackColor = System.Drawing.Color.SeaShell; this.GrpFnkt.BackColor = System.Drawing.Color.SeaShell;
@@ -125,7 +133,7 @@
// //
// button5 // button5
// //
this.button5.Image = ((System.Drawing.Image)(resources.GetObject("button5.Image"))); this.button5.Image = global::OnDoc.Properties.Resources.Versandstrasse_48x48_32;
this.button5.Location = new System.Drawing.Point(338, 15); this.button5.Location = new System.Drawing.Point(338, 15);
this.button5.Name = "button5"; this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(75, 81); this.button5.Size = new System.Drawing.Size(75, 81);
@@ -223,14 +231,6 @@
this.button1.UseVisualStyleBackColor = true; this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click); this.button1.Click += new System.EventHandler(this.button1_Click);
// //
// docPreview1
//
this.docPreview1.Dock = System.Windows.Forms.DockStyle.Fill;
this.docPreview1.Location = new System.Drawing.Point(0, 123);
this.docPreview1.Name = "docPreview1";
this.docPreview1.Size = new System.Drawing.Size(668, 292);
this.docPreview1.TabIndex = 1;
//
// ucAllgemeineDokumentParam1 // ucAllgemeineDokumentParam1
// //
this.ucAllgemeineDokumentParam1.checkpartner = true; this.ucAllgemeineDokumentParam1.checkpartner = true;

View File

@@ -118,68 +118,6 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="button5.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
DQ0zS3vVPkEAAAAASUVORK5CYII=
</value>
</data>
<data name="button4.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="button4.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAADSdJREFUaEPV iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAADSdJREFUaEPV

View File

@@ -60,6 +60,7 @@
this.lblBezeichnung = new System.Windows.Forms.Label(); this.lblBezeichnung = new System.Windows.Forms.Label();
this.txtbezeichnung = new System.Windows.Forms.TextBox(); this.txtbezeichnung = new System.Windows.Forms.TextBox();
this.GrpEmpfaenger = new System.Windows.Forms.GroupBox(); this.GrpEmpfaenger = new System.Windows.Forms.GroupBox();
this.sfDataGridEmpfaenger = new Syncfusion.WinForms.DataGrid.SfDataGrid();
this.treeViewAdv1 = new Syncfusion.Windows.Forms.Tools.TreeViewAdv(); this.treeViewAdv1 = new Syncfusion.Windows.Forms.Tools.TreeViewAdv();
this.GridEmpfänger = new Syncfusion.WinForms.DataGrid.SfDataGrid(); this.GridEmpfänger = new Syncfusion.WinForms.DataGrid.SfDataGrid();
this.ribbon1 = new System.Windows.Forms.Ribbon(); this.ribbon1 = new System.Windows.Forms.Ribbon();
@@ -74,7 +75,6 @@
this.ribbonPanel4 = new System.Windows.Forms.RibbonPanel(); this.ribbonPanel4 = new System.Windows.Forms.RibbonPanel();
this.RibbonButtonEditWord = new System.Windows.Forms.RibbonButton(); this.RibbonButtonEditWord = new System.Windows.Forms.RibbonButton();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.sfDataGridEmpfaenger = new Syncfusion.WinForms.DataGrid.SfDataGrid();
this.GrpDokumentInhalt.SuspendLayout(); this.GrpDokumentInhalt.SuspendLayout();
this.groupBox8.SuspendLayout(); this.groupBox8.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cbboxteam)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbboxteam)).BeginInit();
@@ -87,9 +87,9 @@
((System.ComponentModel.ISupportInitialize)(this.cbboxverantwortlich)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbboxverantwortlich)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbboxpostzustellung)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbboxpostzustellung)).BeginInit();
this.GrpEmpfaenger.SuspendLayout(); this.GrpEmpfaenger.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.sfDataGridEmpfaenger)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.GridEmpfänger)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GridEmpfänger)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.sfDataGridEmpfaenger)).BeginInit();
this.SuspendLayout(); this.SuspendLayout();
// //
// GrpDokumentInhalt // GrpDokumentInhalt
@@ -377,6 +377,16 @@
this.GrpEmpfaenger.TabStop = false; this.GrpEmpfaenger.TabStop = false;
this.GrpEmpfaenger.Text = "Empfänger"; this.GrpEmpfaenger.Text = "Empfänger";
// //
// sfDataGridEmpfaenger
//
this.sfDataGridEmpfaenger.AccessibleName = "Table";
this.sfDataGridEmpfaenger.Dock = System.Windows.Forms.DockStyle.Fill;
this.sfDataGridEmpfaenger.Location = new System.Drawing.Point(233, 16);
this.sfDataGridEmpfaenger.Name = "sfDataGridEmpfaenger";
this.sfDataGridEmpfaenger.Size = new System.Drawing.Size(870, 579);
this.sfDataGridEmpfaenger.TabIndex = 4;
this.sfDataGridEmpfaenger.Text = "sfDataGrid1";
//
// treeViewAdv1 // treeViewAdv1
// //
treeNodeAdvStyleInfo1.CheckBoxTickThickness = 1; treeNodeAdvStyleInfo1.CheckBoxTickThickness = 1;
@@ -538,6 +548,7 @@
this.RibbonButtonNew.Name = "RibbonButtonNew"; this.RibbonButtonNew.Name = "RibbonButtonNew";
this.RibbonButtonNew.SmallImage = global::OnDoc.Properties.Resources.NewSerienbrief_16x16_32; this.RibbonButtonNew.SmallImage = global::OnDoc.Properties.Resources.NewSerienbrief_16x16_32;
this.RibbonButtonNew.Text = "Neu"; this.RibbonButtonNew.Text = "Neu";
this.RibbonButtonNew.Click += new System.EventHandler(this.RibbonButtonNew_Click);
// //
// RibbonButtonOpen // RibbonButtonOpen
// //
@@ -586,16 +597,6 @@
// //
this.openFileDialog1.FileName = "openFileDialog1"; this.openFileDialog1.FileName = "openFileDialog1";
// //
// sfDataGridEmpfaenger
//
this.sfDataGridEmpfaenger.AccessibleName = "Table";
this.sfDataGridEmpfaenger.Dock = System.Windows.Forms.DockStyle.Fill;
this.sfDataGridEmpfaenger.Location = new System.Drawing.Point(233, 16);
this.sfDataGridEmpfaenger.Name = "sfDataGridEmpfaenger";
this.sfDataGridEmpfaenger.Size = new System.Drawing.Size(870, 579);
this.sfDataGridEmpfaenger.TabIndex = 4;
this.sfDataGridEmpfaenger.Text = "sfDataGrid1";
//
// Serienbrief // Serienbrief
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -626,9 +627,9 @@
((System.ComponentModel.ISupportInitialize)(this.cbboxverantwortlich)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbboxverantwortlich)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbboxpostzustellung)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbboxpostzustellung)).EndInit();
this.GrpEmpfaenger.ResumeLayout(false); this.GrpEmpfaenger.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.sfDataGridEmpfaenger)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.GridEmpfänger)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GridEmpfänger)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.sfDataGridEmpfaenger)).EndInit();
this.ResumeLayout(false); this.ResumeLayout(false);
} }

View File

@@ -8,7 +8,9 @@ using System.Runtime.Remoting.Messaging;
using System.Text; using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
using Database;
using OnDoc.Klassen; using OnDoc.Klassen;
using OnDoc.UIControls.Administrator;
using Syncfusion.Windows.Forms.Tools; using Syncfusion.Windows.Forms.Tools;
using Syncfusion.WinForms.Controls; using Syncfusion.WinForms.Controls;
using Syncfusion.WinForms.DataGrid; using Syncfusion.WinForms.DataGrid;
@@ -18,6 +20,8 @@ namespace OnDoc.UIControls
{ {
public partial class Serienbrief : SfForm public partial class Serienbrief : SfForm
{ {
private int dokumenttypnr = 0;
private int profilnr = 0;
public Serienbrief() public Serienbrief()
{ {
InitializeComponent(); InitializeComponent();
@@ -25,11 +29,58 @@ namespace OnDoc.UIControls
this.Style.TitleBar.ForeColor = Theaming.TitelFontColor(); this.Style.TitleBar.ForeColor = Theaming.TitelFontColor();
} }
private void Serienbrief_Load(object sender, EventArgs e) public Serienbrief(int profilnr)
{ {
InitializeComponent();
this.Style.TitleBar.BackColor = Theaming.Titelbar();
this.Style.TitleBar.ForeColor = Theaming.TitelFontColor();
this.profilnr = profilnr;
} }
private void Serienbrief_Load(object sender, EventArgs e)
{
Refresh_Lists();
Refresh_Team();
}
private void Refresh_Lists()
{DB db = new DB(AppParams.connectionstring);
db.Get_Tabledata("Select nreintrag, bezeichnung from Postzustellung where aktiv=1 order by bezeichnung", false, true);
cbboxpostzustellung.DataSource = db.dsdaten.Tables[0];
cbboxpostzustellung.ValueMember = "nreintrag";
cbboxpostzustellung.DisplayMember = "bezeichnung";
db.clear_parameter();
db.Get_Tabledata("SP_Dokumentbearbeitung_Mitarbeiter", true, false);
cbboxzustaendigmitarbeiter.DataSource = db.dsdaten.Tables[0];
cbboxzustaendigmitarbeiter.DisplayMember = "name";
cbboxzustaendigmitarbeiter.ValueMember = "mitarbeiternr";
cbboxzustaendigmitarbeiter.SelectedValue = AppParams.CurrentMitarbieter;
cbboxunterschriftlinks.DataSource = db.dsdaten.Tables[0];
cbboxunterschriftlinks.DisplayMember = "name";
cbboxunterschriftlinks.ValueMember = "mitarbeiternr";
cbboxunterschriftrechts.DataSource = db.dsdaten.Tables[0];
cbboxunterschriftrechts.DisplayMember = "name";
cbboxunterschriftrechts.ValueMember = "mitarbeiternr";
cbboxverantwortlich.DataSource = db.dsdaten.Tables[0];
cbboxverantwortlich.DisplayMember = "name";
cbboxverantwortlich.ValueMember = "mitarbeiternr";
cbboxverantwortlich.SelectedValue = AppParams.CurrentMitarbieter;}
private void Refresh_Team()
{
DB dbteam = new DB(AppParams.connectionstring);
dbteam.clear_parameter();
dbteam.add_parameter("@profilnr", profilnr.ToString());
dbteam.add_parameter("@mitarbeiternr", cbboxzustaendigmitarbeiter.SelectedValue.ToString());
dbteam.Get_Tabledata("sp_dokumentbearbeitung_team", true, false);
cbboxteam.DataSource = null;
cbboxteam.DataSource = dbteam.dsdaten.Tables[0];
cbboxteam.ValueMember = "teamnr";
cbboxteam.DisplayMember = "bezeichnung";
}
private void RibbonButtonExit_Click(object sender, EventArgs e) private void RibbonButtonExit_Click(object sender, EventArgs e)
{ {
this.Close(); this.Close();
@@ -70,7 +121,19 @@ namespace OnDoc.UIControls
importdata.Columns.Clear(); importdata.Columns.Clear();
return; return;
} }
sfDataGridEmpfaenger.DataSource = importdata;
} }
} }
private void RibbonButtonNew_Click(object sender, EventArgs e)
{
OnDoc.DocMgmt.DokTypSelect DokTypSelect = new OnDoc.DocMgmt.DokTypSelect();
DokTypSelect.ShowDialog(this);
if (DokTypSelect.DialogResult == DialogResult.OK)
{
dokumenttypnr = DokTypSelect.dokumenttypnr;
}
else { return; }
}
} }
} }

View File

@@ -560,6 +560,56 @@ namespace OnDoc.Properties {
} }
} }
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Execute_16x16_32 {
get {
object obj = ResourceManager.GetObject("Execute_16x16_32", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Execute_24x24_32 {
get {
object obj = ResourceManager.GetObject("Execute_24x24_32", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Execute_256x256_32 {
get {
object obj = ResourceManager.GetObject("Execute_256x256_32", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Execute_32x32_32 {
get {
object obj = ResourceManager.GetObject("Execute_32x32_32", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Execute_48x48_32 {
get {
object obj = ResourceManager.GetObject("Execute_48x48_32", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary> /// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary> /// </summary>

View File

@@ -268,6 +268,21 @@
<data name="Excel_Edit_48x48_32" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="Excel_Edit_48x48_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Excel_Edit_48x48-32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Resources\Excel_Edit_48x48-32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="Execute_16x16_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Execute_16x16-32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Execute_24x24_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Execute_24x24-32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Execute_256x256_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Execute_256x256-32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Execute_32x32_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Execute_32x32-32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Execute_48x48_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Execute_48x48-32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Letter_16x16_32" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="Letter_16x16_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Letter_16x16-32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Resources\Letter_16x16-32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>

View File

@@ -35,5 +35,17 @@ namespace OnDoc.Properties {
this["Connectionstring"] = value; this["Connectionstring"] = value;
} }
} }
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("E:\\Software-Projekte\\OnDoc\\Nativ\\")]
public string NativVorlagen {
get {
return ((string)(this["NativVorlagen"]));
}
set {
this["NativVorlagen"] = value;
}
}
} }
} }

View File

@@ -5,5 +5,8 @@
<Setting Name="Connectionstring" Type="System.String" Scope="User"> <Setting Name="Connectionstring" Type="System.String" Scope="User">
<Value Profile="(Default)">Data Source=shu01\shu00;Initial Catalog=edoka_dms;Persist Security Info=True;User ID=sa;Password=*shu29;</Value> <Value Profile="(Default)">Data Source=shu01\shu00;Initial Catalog=edoka_dms;Persist Security Info=True;User ID=sa;Password=*shu29;</Value>
</Setting> </Setting>
<Setting Name="NativVorlagen" Type="System.String" Scope="User">
<Value Profile="(Default)">E:\Software-Projekte\OnDoc\Nativ\</Value>
</Setting>
</Settings> </Settings>
</SettingsFile> </SettingsFile>

Binary file not shown.

After

Width:  |  Height:  |  Size: 936 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@@ -541,7 +541,7 @@ namespace OnDoc.UICintrols
private void RibbonButtonCreateNewSerienbrief_Click(object sender, EventArgs e) private void RibbonButtonCreateNewSerienbrief_Click(object sender, EventArgs e)
{ {
Serienbrief sb = new Serienbrief(); Serienbrief sb = new Serienbrief(this.profilnr);
sb.Show(); sb.Show();
} }

View File

@@ -119,9 +119,11 @@ namespace OnDoc.Versandstrasse
TreeNodeAdv sourceNode = (TreeNodeAdv)e.Data.GetData(typeof(TreeNodeAdv)); TreeNodeAdv sourceNode = (TreeNodeAdv)e.Data.GetData(typeof(TreeNodeAdv));
this.currentSourceNode = sourceNode; this.currentSourceNode = sourceNode;
droppable = this.CanDrop(sourceNode, destinationNode); droppable = this.CanDrop(sourceNode, destinationNode);
//if (droppable == true) { if (destinationNode.Tag.ToString() != "Druckpaket") { droppable = false; } }
} }
else else
droppable = false; droppable = false;
if (droppable) if (droppable)
e.Effect = DragDropEffects.Move; e.Effect = DragDropEffects.Move;
else else
@@ -130,10 +132,27 @@ namespace OnDoc.Versandstrasse
} }
private bool CanDrop(TreeNodeAdv sourceNode, TreeNodeAdv destinationNode) private bool CanDrop(TreeNodeAdv sourceNode, TreeNodeAdv destinationNode)
{ {
if (destinationNode == null || destinationNode == sourceNode ) TreeNodeAdv xdestinationNode = this.treeViewDragHighlightTracker.HighlightNode;
TreeViewDropPositions dropPosition = this.treeViewDragHighlightTracker.DropPosition;
if (destinationNode == null || destinationNode == sourceNode)
return false; return false;
else else
return true; {
try
{
if (xdestinationNode.Level == 1 && dropPosition != TreeViewDropPositions.OnNode)
{
return false;
}
if (xdestinationNode.Level == 2 ) { return true; }
}
catch { }
return true; }
} }
private void treeViewAdv1_ItemDrag(object sender, ItemDragEventArgs e) private void treeViewAdv1_ItemDrag(object sender, ItemDragEventArgs e)

Binary file not shown.

View File

@@ -13,6 +13,9 @@
<setting name="Connectionstring" serializeAs="String"> <setting name="Connectionstring" serializeAs="String">
<value>Data Source=shu01\shu00;Initial Catalog=edoka_dms;Persist Security Info=True;User ID=sa;Password=*shu29;</value> <value>Data Source=shu01\shu00;Initial Catalog=edoka_dms;Persist Security Info=True;User ID=sa;Password=*shu29;</value>
</setting> </setting>
<setting name="NativVorlagen" serializeAs="String">
<value>E:\Software-Projekte\OnDoc\Nativ\</value>
</setting>
</OnDoc.Properties.Settings> </OnDoc.Properties.Settings>
</userSettings> </userSettings>
<runtime> <runtime>

Binary file not shown.

View File

@@ -21286,3 +21286,590 @@
2024-08-08 15:03:43.5095|DEBUG|EDOKA| 2024-08-08 15:03:43.5095|DEBUG|EDOKA|
2024-08-08 15:03:43.5610|DEBUG|EDOKA| 2024-08-08 15:03:43.5610|DEBUG|EDOKA|
2024-08-08 15:03:43.6280|DEBUG|EDOKA|Start - Ende 2024-08-08 15:03:43.6280|DEBUG|EDOKA|Start - Ende
2024-08-08 16:04:42.0012|DEBUG|EDOKA|Start
2024-08-08 16:04:42.0608|DEBUG|EDOKA|
2024-08-08 16:04:42.0638|DEBUG|EDOKA|
2024-08-08 16:04:42.0638|DEBUG|EDOKA|
2024-08-08 16:04:42.0638|DEBUG|EDOKA|
2024-08-08 16:04:42.1243|DEBUG|EDOKA|
2024-08-08 16:04:42.1913|DEBUG|EDOKA|Start - Ende
2024-08-08 16:07:10.1767|DEBUG|EDOKA|Start
2024-08-08 16:07:10.2384|DEBUG|EDOKA|
2024-08-08 16:07:10.2384|DEBUG|EDOKA|
2024-08-08 16:07:10.2384|DEBUG|EDOKA|
2024-08-08 16:07:10.2559|DEBUG|EDOKA|
2024-08-08 16:07:10.3222|DEBUG|EDOKA|
2024-08-08 16:07:10.3948|DEBUG|EDOKA|Start - Ende
2024-08-08 16:08:33.6047|DEBUG|EDOKA|Start
2024-08-08 16:08:33.6662|DEBUG|EDOKA|
2024-08-08 16:08:33.6732|DEBUG|EDOKA|
2024-08-08 16:08:33.6732|DEBUG|EDOKA|
2024-08-08 16:08:33.6872|DEBUG|EDOKA|
2024-08-08 16:08:33.7603|DEBUG|EDOKA|
2024-08-08 16:08:33.8364|DEBUG|EDOKA|Start - Ende
2024-08-09 08:40:59.5781|DEBUG|EDOKA|Start
2024-08-09 08:40:59.6371|DEBUG|EDOKA|
2024-08-09 08:40:59.6371|DEBUG|EDOKA|
2024-08-09 08:40:59.6371|DEBUG|EDOKA|
2024-08-09 08:40:59.6591|DEBUG|EDOKA|
2024-08-09 08:40:59.7087|DEBUG|EDOKA|
2024-08-09 08:40:59.7802|DEBUG|EDOKA|Start - Ende
2024-08-09 08:46:31.0056|DEBUG|EDOKA|Start
2024-08-09 08:46:31.0669|DEBUG|EDOKA|
2024-08-09 08:46:31.0669|DEBUG|EDOKA|
2024-08-09 08:46:31.0669|DEBUG|EDOKA|
2024-08-09 08:46:31.0896|DEBUG|EDOKA|
2024-08-09 08:46:31.1488|DEBUG|EDOKA|
2024-08-09 08:46:31.2136|DEBUG|EDOKA|Start - Ende
2024-08-09 08:50:12.2866|DEBUG|EDOKA|Start
2024-08-09 08:50:12.3657|DEBUG|EDOKA|
2024-08-09 08:50:12.3657|DEBUG|EDOKA|
2024-08-09 08:50:12.3657|DEBUG|EDOKA|
2024-08-09 08:50:12.3837|DEBUG|EDOKA|
2024-08-09 08:50:12.4324|DEBUG|EDOKA|
2024-08-09 08:50:12.5015|DEBUG|EDOKA|Start - Ende
2024-08-09 08:50:42.5721|DEBUG|EDOKA|Start
2024-08-09 08:50:42.6351|DEBUG|EDOKA|
2024-08-09 08:50:42.6351|DEBUG|EDOKA|
2024-08-09 08:50:42.6351|DEBUG|EDOKA|
2024-08-09 08:50:42.6541|DEBUG|EDOKA|
2024-08-09 08:50:42.7311|DEBUG|EDOKA|
2024-08-09 08:50:42.8252|DEBUG|EDOKA|Start - Ende
2024-08-09 08:51:03.4571|DEBUG|EDOKA|Start
2024-08-09 08:51:03.4897|DEBUG|EDOKA|
2024-08-09 08:51:03.4897|DEBUG|EDOKA|
2024-08-09 08:51:03.4897|DEBUG|EDOKA|
2024-08-09 08:51:03.5047|DEBUG|EDOKA|
2024-08-09 08:51:03.5602|DEBUG|EDOKA|
2024-08-09 08:51:03.6302|DEBUG|EDOKA|Start - Ende
2024-08-09 08:52:06.5881|DEBUG|EDOKA|Start
2024-08-09 08:52:06.6696|DEBUG|EDOKA|
2024-08-09 08:52:06.6696|DEBUG|EDOKA|
2024-08-09 08:52:06.6788|DEBUG|EDOKA|
2024-08-09 08:52:06.6788|DEBUG|EDOKA|
2024-08-09 08:52:06.7383|DEBUG|EDOKA|
2024-08-09 08:52:06.8003|DEBUG|EDOKA|Start - Ende
2024-08-09 09:00:10.6043|DEBUG|EDOKA|Start
2024-08-09 09:00:10.6640|DEBUG|EDOKA|
2024-08-09 09:00:10.6640|DEBUG|EDOKA|
2024-08-09 09:00:10.6640|DEBUG|EDOKA|
2024-08-09 09:00:10.6791|DEBUG|EDOKA|
2024-08-09 09:00:10.7882|DEBUG|EDOKA|
2024-08-09 09:00:10.8793|DEBUG|EDOKA|Start - Ende
2024-08-09 09:24:37.4583|DEBUG|EDOKA|Start
2024-08-09 09:24:37.5274|DEBUG|EDOKA|
2024-08-09 09:24:37.5274|DEBUG|EDOKA|
2024-08-09 09:24:37.5374|DEBUG|EDOKA|
2024-08-09 09:24:37.5524|DEBUG|EDOKA|
2024-08-09 09:24:37.6234|DEBUG|EDOKA|
2024-08-09 09:24:37.7095|DEBUG|EDOKA|Start - Ende
2024-08-09 09:33:48.1219|DEBUG|EDOKA|Start
2024-08-09 09:33:48.1859|DEBUG|EDOKA|
2024-08-09 09:33:48.1859|DEBUG|EDOKA|
2024-08-09 09:33:48.1919|DEBUG|EDOKA|
2024-08-09 09:33:48.1919|DEBUG|EDOKA|
2024-08-09 09:33:48.2661|DEBUG|EDOKA|
2024-08-09 09:33:48.3296|DEBUG|EDOKA|Start - Ende
2024-08-09 09:34:45.6349|DEBUG|EDOKA|Start
2024-08-09 09:34:45.6954|DEBUG|EDOKA|
2024-08-09 09:34:45.6954|DEBUG|EDOKA|
2024-08-09 09:34:45.6954|DEBUG|EDOKA|
2024-08-09 09:34:45.7264|DEBUG|EDOKA|
2024-08-09 09:34:45.7899|DEBUG|EDOKA|
2024-08-09 09:34:45.8584|DEBUG|EDOKA|Start - Ende
2024-08-09 09:35:14.5302|DEBUG|EDOKA|Start
2024-08-09 09:35:14.5887|DEBUG|EDOKA|
2024-08-09 09:35:14.5887|DEBUG|EDOKA|
2024-08-09 09:35:14.5887|DEBUG|EDOKA|
2024-08-09 09:35:14.6079|DEBUG|EDOKA|
2024-08-09 09:35:14.6629|DEBUG|EDOKA|
2024-08-09 09:35:14.7314|DEBUG|EDOKA|Start - Ende
2024-08-09 11:20:55.7929|DEBUG|EDOKA|Start
2024-08-09 11:20:55.8489|DEBUG|EDOKA|
2024-08-09 11:20:55.8489|DEBUG|EDOKA|
2024-08-09 11:20:55.8489|DEBUG|EDOKA|
2024-08-09 11:20:55.8868|DEBUG|EDOKA|
2024-08-09 11:20:56.1827|DEBUG|EDOKA|
2024-08-09 11:20:56.2678|DEBUG|EDOKA|Start - Ende
2024-08-09 11:22:09.0159|DEBUG|EDOKA|Start
2024-08-09 11:22:09.0745|DEBUG|EDOKA|
2024-08-09 11:22:09.0745|DEBUG|EDOKA|
2024-08-09 11:22:09.0745|DEBUG|EDOKA|
2024-08-09 11:22:09.0905|DEBUG|EDOKA|
2024-08-09 11:22:09.1395|DEBUG|EDOKA|
2024-08-09 11:22:09.2040|DEBUG|EDOKA|Start - Ende
2024-08-09 11:35:44.0566|DEBUG|EDOKA|Start
2024-08-09 11:35:44.1157|DEBUG|EDOKA|
2024-08-09 11:35:44.1157|DEBUG|EDOKA|
2024-08-09 11:35:44.1157|DEBUG|EDOKA|
2024-08-09 11:35:44.1297|DEBUG|EDOKA|
2024-08-09 11:35:44.1935|DEBUG|EDOKA|
2024-08-09 11:35:44.2647|DEBUG|EDOKA|Start - Ende
2024-08-09 11:42:14.3813|DEBUG|EDOKA|Start
2024-08-09 11:42:14.4473|DEBUG|EDOKA|
2024-08-09 11:42:14.4473|DEBUG|EDOKA|
2024-08-09 11:42:14.4473|DEBUG|EDOKA|
2024-08-09 11:42:14.4628|DEBUG|EDOKA|
2024-08-09 11:42:14.5114|DEBUG|EDOKA|
2024-08-09 11:42:14.5769|DEBUG|EDOKA|Start - Ende
2024-08-09 11:47:10.0297|DEBUG|EDOKA|Start
2024-08-09 11:47:10.1062|DEBUG|EDOKA|
2024-08-09 11:47:10.1062|DEBUG|EDOKA|
2024-08-09 11:47:10.1062|DEBUG|EDOKA|
2024-08-09 11:47:10.1252|DEBUG|EDOKA|
2024-08-09 11:47:10.1768|DEBUG|EDOKA|
2024-08-09 11:47:10.2453|DEBUG|EDOKA|Start - Ende
2024-08-09 11:49:22.2693|DEBUG|EDOKA|Start
2024-08-09 11:49:22.3282|DEBUG|EDOKA|
2024-08-09 11:49:22.3355|DEBUG|EDOKA|
2024-08-09 11:49:22.3355|DEBUG|EDOKA|
2024-08-09 11:49:22.3536|DEBUG|EDOKA|
2024-08-09 11:49:22.4237|DEBUG|EDOKA|
2024-08-09 11:49:22.4927|DEBUG|EDOKA|Start - Ende
2024-08-09 11:50:03.5618|DEBUG|EDOKA|Start
2024-08-09 11:50:03.6201|DEBUG|EDOKA|
2024-08-09 11:50:03.6201|DEBUG|EDOKA|
2024-08-09 11:50:03.6201|DEBUG|EDOKA|
2024-08-09 11:50:03.6345|DEBUG|EDOKA|
2024-08-09 11:50:03.6990|DEBUG|EDOKA|
2024-08-09 11:50:03.7637|DEBUG|EDOKA|Start - Ende
2024-08-09 11:56:05.3057|DEBUG|EDOKA|Start
2024-08-09 11:56:05.3657|DEBUG|EDOKA|
2024-08-09 11:56:05.3657|DEBUG|EDOKA|
2024-08-09 11:56:05.3657|DEBUG|EDOKA|
2024-08-09 11:56:05.3847|DEBUG|EDOKA|
2024-08-09 11:56:05.4292|DEBUG|EDOKA|
2024-08-09 11:56:05.4947|DEBUG|EDOKA|Start - Ende
2024-08-09 11:57:09.6298|DEBUG|EDOKA|Start
2024-08-09 11:57:09.6903|DEBUG|EDOKA|
2024-08-09 11:57:09.6943|DEBUG|EDOKA|
2024-08-09 11:57:09.6943|DEBUG|EDOKA|
2024-08-09 11:57:09.7086|DEBUG|EDOKA|
2024-08-09 11:57:09.7612|DEBUG|EDOKA|
2024-08-09 11:57:09.8235|DEBUG|EDOKA|Start - Ende
2024-08-09 12:09:46.3712|DEBUG|EDOKA|Start
2024-08-09 12:09:46.4309|DEBUG|EDOKA|
2024-08-09 12:09:46.4309|DEBUG|EDOKA|
2024-08-09 12:09:46.4309|DEBUG|EDOKA|
2024-08-09 12:09:46.4493|DEBUG|EDOKA|
2024-08-09 12:09:46.5605|DEBUG|EDOKA|
2024-08-09 12:09:46.6394|DEBUG|EDOKA|Start - Ende
2024-08-09 13:36:42.2997|DEBUG|EDOKA|Start
2024-08-09 13:36:42.3583|DEBUG|EDOKA|
2024-08-09 13:36:42.3583|DEBUG|EDOKA|
2024-08-09 13:36:42.3583|DEBUG|EDOKA|
2024-08-09 13:36:42.3723|DEBUG|EDOKA|
2024-08-09 13:36:42.4193|DEBUG|EDOKA|
2024-08-09 13:36:42.4910|DEBUG|EDOKA|Start - Ende
2024-08-09 13:38:23.4550|DEBUG|EDOKA|
2024-08-09 13:38:23.4580|DEBUG|EDOKA|
2024-08-09 13:40:23.1341|DEBUG|EDOKA|Start
2024-08-09 13:40:23.1967|DEBUG|EDOKA|
2024-08-09 13:40:23.1967|DEBUG|EDOKA|
2024-08-09 13:40:23.1967|DEBUG|EDOKA|
2024-08-09 13:40:23.2137|DEBUG|EDOKA|
2024-08-09 13:40:23.2639|DEBUG|EDOKA|
2024-08-09 13:40:23.3369|DEBUG|EDOKA|Start - Ende
2024-08-09 13:40:29.4667|DEBUG|EDOKA|
2024-08-09 13:40:29.5020|DEBUG|EDOKA|
2024-08-09 13:40:35.7949|DEBUG|EDOKA|
2024-08-09 13:40:35.7949|DEBUG|EDOKA|
2024-08-09 13:44:47.7100|DEBUG|EDOKA|Start
2024-08-09 13:44:47.7686|DEBUG|EDOKA|
2024-08-09 13:44:47.7716|DEBUG|EDOKA|
2024-08-09 13:44:47.7716|DEBUG|EDOKA|
2024-08-09 13:44:47.7716|DEBUG|EDOKA|
2024-08-09 13:44:47.8546|DEBUG|EDOKA|
2024-08-09 13:44:47.9336|DEBUG|EDOKA|Start - Ende
2024-08-09 13:46:36.6195|DEBUG|EDOKA|Start
2024-08-09 13:46:36.6790|DEBUG|EDOKA|
2024-08-09 13:46:36.6790|DEBUG|EDOKA|
2024-08-09 13:46:36.6790|DEBUG|EDOKA|
2024-08-09 13:46:36.7005|DEBUG|EDOKA|
2024-08-09 13:46:36.7525|DEBUG|EDOKA|
2024-08-09 13:46:36.8160|DEBUG|EDOKA|Start - Ende
2024-08-09 13:46:53.9379|DEBUG|EDOKA|Start
2024-08-09 13:46:53.9985|DEBUG|EDOKA|
2024-08-09 13:46:53.9985|DEBUG|EDOKA|
2024-08-09 13:46:53.9985|DEBUG|EDOKA|
2024-08-09 13:46:54.0160|DEBUG|EDOKA|
2024-08-09 13:46:54.0620|DEBUG|EDOKA|
2024-08-09 13:46:54.1256|DEBUG|EDOKA|Start - Ende
2024-08-09 13:46:56.6970|DEBUG|EDOKA|
2024-08-09 13:46:56.7241|DEBUG|EDOKA|
2024-08-09 13:46:56.8242|DEBUG|EDOKA|
2024-08-09 13:47:04.4772|DEBUG|EDOKA|
2024-08-09 13:47:04.5122|DEBUG|EDOKA|
2024-08-09 14:06:42.4904|DEBUG|EDOKA|Start
2024-08-09 14:06:42.5510|DEBUG|EDOKA|
2024-08-09 14:06:42.5550|DEBUG|EDOKA|
2024-08-09 14:06:42.5550|DEBUG|EDOKA|
2024-08-09 14:06:42.5550|DEBUG|EDOKA|
2024-08-09 14:06:42.6282|DEBUG|EDOKA|
2024-08-09 14:06:42.6982|DEBUG|EDOKA|Start - Ende
2024-08-09 15:59:51.2334|DEBUG|EDOKA|Start
2024-08-09 15:59:51.2929|DEBUG|EDOKA|
2024-08-09 15:59:51.2929|DEBUG|EDOKA|
2024-08-09 15:59:51.2929|DEBUG|EDOKA|
2024-08-09 15:59:51.3099|DEBUG|EDOKA|
2024-08-09 15:59:51.3635|DEBUG|EDOKA|
2024-08-09 15:59:51.4304|DEBUG|EDOKA|Start - Ende
2024-08-12 07:25:10.7537|DEBUG|EDOKA|Start
2024-08-12 07:25:10.7867|DEBUG|EDOKA|
2024-08-12 07:25:10.7867|DEBUG|EDOKA|
2024-08-12 07:25:10.7867|DEBUG|EDOKA|
2024-08-12 07:25:10.8017|DEBUG|EDOKA|
2024-08-12 07:25:10.8527|DEBUG|EDOKA|
2024-08-12 07:25:10.9197|DEBUG|EDOKA|Start - Ende
2024-08-12 07:26:18.4765|DEBUG|EDOKA|Start
2024-08-12 07:26:18.5376|DEBUG|EDOKA|
2024-08-12 07:26:18.5376|DEBUG|EDOKA|
2024-08-12 07:26:18.5376|DEBUG|EDOKA|
2024-08-12 07:26:18.5566|DEBUG|EDOKA|
2024-08-12 07:26:18.6066|DEBUG|EDOKA|
2024-08-12 07:26:18.6686|DEBUG|EDOKA|Start - Ende
2024-08-12 07:26:21.8323|DEBUG|EDOKA|
2024-08-12 07:26:21.8679|DEBUG|EDOKA|
2024-08-12 07:26:25.8912|DEBUG|EDOKA|
2024-08-12 07:26:25.9272|DEBUG|EDOKA|
2024-08-12 07:26:31.3980|DEBUG|EDOKA|
2024-08-12 07:26:31.4360|DEBUG|EDOKA|
2024-08-12 07:26:31.4845|DEBUG|EDOKA|
2024-08-12 07:26:31.5222|DEBUG|EDOKA|
2024-08-12 07:26:38.5446|DEBUG|EDOKA|
2024-08-12 07:26:38.5536|DEBUG|EDOKA|
2024-08-12 07:26:42.7134|DEBUG|EDOKA|
2024-08-12 07:26:42.7474|DEBUG|EDOKA|
2024-08-12 07:26:42.7474|DEBUG|EDOKA|
2024-08-12 07:26:42.7474|DEBUG|EDOKA|
2024-08-12 07:26:42.7564|DEBUG|EDOKA|
2024-08-12 07:26:42.8034|DEBUG|EDOKA|
2024-08-12 07:26:46.9331|DEBUG|EDOKA|
2024-08-12 07:26:47.1911|DEBUG|EDOKA|
2024-08-12 07:26:47.1961|DEBUG|EDOKA|
2024-08-12 07:26:47.2121|DEBUG|EDOKA|
2024-08-12 07:26:47.2121|DEBUG|EDOKA|
2024-08-12 07:26:48.2737|DEBUG|EDOKA|
2024-08-12 07:26:48.3510|DEBUG|EDOKA|
2024-08-12 09:48:36.9680|DEBUG|EDOKA|Start
2024-08-12 09:48:37.0285|DEBUG|EDOKA|
2024-08-12 09:48:37.0285|DEBUG|EDOKA|
2024-08-12 09:48:37.0370|DEBUG|EDOKA|
2024-08-12 09:48:37.0370|DEBUG|EDOKA|
2024-08-12 09:48:37.0921|DEBUG|EDOKA|
2024-08-12 09:48:37.1560|DEBUG|EDOKA|Start - Ende
2024-08-12 09:48:40.6586|DEBUG|EDOKA|
2024-08-12 09:48:40.7741|DEBUG|EDOKA|
2024-08-12 09:48:40.9035|DEBUG|EDOKA|
2024-08-12 09:49:10.7199|DEBUG|EDOKA|Start
2024-08-12 09:49:10.7534|DEBUG|EDOKA|
2024-08-12 09:49:10.7554|DEBUG|EDOKA|
2024-08-12 09:49:10.7554|DEBUG|EDOKA|
2024-08-12 09:49:10.7554|DEBUG|EDOKA|
2024-08-12 09:49:10.8174|DEBUG|EDOKA|
2024-08-12 09:49:10.8809|DEBUG|EDOKA|Start - Ende
2024-08-12 09:49:13.3345|DEBUG|EDOKA|
2024-08-12 09:49:13.4137|DEBUG|EDOKA|
2024-08-12 09:49:13.4492|DEBUG|EDOKA|
2024-08-12 09:49:19.8354|DEBUG|EDOKA|
2024-08-12 09:49:19.8765|DEBUG|EDOKA|
2024-08-12 09:49:19.8885|DEBUG|EDOKA|
2024-08-12 09:49:19.8885|DEBUG|EDOKA|
2024-08-12 09:49:25.9990|DEBUG|EDOKA|
2024-08-12 09:49:26.0437|DEBUG|EDOKA|
2024-08-12 09:49:26.1012|DEBUG|EDOKA|
2024-08-12 09:49:26.1012|DEBUG|EDOKA|
2024-08-12 10:14:44.9570|DEBUG|EDOKA|Start
2024-08-12 10:14:45.0156|DEBUG|EDOKA|
2024-08-12 10:14:45.0156|DEBUG|EDOKA|
2024-08-12 10:14:45.0156|DEBUG|EDOKA|
2024-08-12 10:14:45.0308|DEBUG|EDOKA|
2024-08-12 10:14:45.0748|DEBUG|EDOKA|
2024-08-12 10:14:45.1396|DEBUG|EDOKA|Start - Ende
2024-08-12 10:25:51.2219|DEBUG|EDOKA|Start
2024-08-12 10:25:51.2835|DEBUG|EDOKA|
2024-08-12 10:25:51.2885|DEBUG|EDOKA|
2024-08-12 10:25:51.2885|DEBUG|EDOKA|
2024-08-12 10:25:51.2885|DEBUG|EDOKA|
2024-08-12 10:25:51.3608|DEBUG|EDOKA|
2024-08-12 10:25:51.4338|DEBUG|EDOKA|Start - Ende
2024-08-12 10:26:42.9638|DEBUG|EDOKA|Start
2024-08-12 10:26:43.0238|DEBUG|EDOKA|
2024-08-12 10:26:43.0238|DEBUG|EDOKA|
2024-08-12 10:26:43.0238|DEBUG|EDOKA|
2024-08-12 10:26:43.0403|DEBUG|EDOKA|
2024-08-12 10:26:43.1133|DEBUG|EDOKA|
2024-08-12 10:26:43.1829|DEBUG|EDOKA|Start - Ende
2024-08-12 10:27:18.2957|DEBUG|EDOKA|Start
2024-08-12 10:27:18.3547|DEBUG|EDOKA|
2024-08-12 10:27:18.3547|DEBUG|EDOKA|
2024-08-12 10:27:18.3547|DEBUG|EDOKA|
2024-08-12 10:27:18.3720|DEBUG|EDOKA|
2024-08-12 10:27:18.4240|DEBUG|EDOKA|
2024-08-12 10:27:18.4905|DEBUG|EDOKA|Start - Ende
2024-08-12 10:51:50.7177|DEBUG|EDOKA|Start
2024-08-12 10:51:50.7772|DEBUG|EDOKA|
2024-08-12 10:51:50.7772|DEBUG|EDOKA|
2024-08-12 10:51:50.7772|DEBUG|EDOKA|
2024-08-12 10:51:50.7932|DEBUG|EDOKA|
2024-08-12 10:51:50.8417|DEBUG|EDOKA|
2024-08-12 10:51:50.9103|DEBUG|EDOKA|Start - Ende
2024-08-12 10:52:21.0742|DEBUG|EDOKA|Start
2024-08-12 10:52:21.1327|DEBUG|EDOKA|
2024-08-12 10:52:21.1327|DEBUG|EDOKA|
2024-08-12 10:52:21.1327|DEBUG|EDOKA|
2024-08-12 10:52:21.1507|DEBUG|EDOKA|
2024-08-12 10:52:21.2142|DEBUG|EDOKA|
2024-08-12 10:52:21.2773|DEBUG|EDOKA|Start - Ende
2024-08-12 10:55:08.6111|DEBUG|EDOKA|Start
2024-08-12 10:55:08.6702|DEBUG|EDOKA|
2024-08-12 10:55:08.6702|DEBUG|EDOKA|
2024-08-12 10:55:08.6702|DEBUG|EDOKA|
2024-08-12 10:55:08.6872|DEBUG|EDOKA|
2024-08-12 10:55:08.7332|DEBUG|EDOKA|
2024-08-12 10:55:08.7987|DEBUG|EDOKA|Start - Ende
2024-08-12 12:51:53.3545|DEBUG|EDOKA|Start
2024-08-12 12:51:53.4135|DEBUG|EDOKA|
2024-08-12 12:51:53.4135|DEBUG|EDOKA|
2024-08-12 12:51:53.4135|DEBUG|EDOKA|
2024-08-12 12:51:53.4285|DEBUG|EDOKA|
2024-08-12 12:51:53.4895|DEBUG|EDOKA|
2024-08-12 12:51:53.5530|DEBUG|EDOKA|Start - Ende
2024-08-12 13:00:36.3590|DEBUG|EDOKA|Start
2024-08-12 13:00:36.4211|DEBUG|EDOKA|
2024-08-12 13:00:36.4211|DEBUG|EDOKA|
2024-08-12 13:00:36.4271|DEBUG|EDOKA|
2024-08-12 13:00:36.4271|DEBUG|EDOKA|
2024-08-12 13:00:36.4939|DEBUG|EDOKA|
2024-08-12 13:00:36.5608|DEBUG|EDOKA|Start - Ende
2024-08-12 13:01:18.3058|DEBUG|EDOKA|Start
2024-08-12 13:01:18.3658|DEBUG|EDOKA|
2024-08-12 13:01:18.3658|DEBUG|EDOKA|
2024-08-12 13:01:18.3658|DEBUG|EDOKA|
2024-08-12 13:01:18.3840|DEBUG|EDOKA|
2024-08-12 13:01:18.4430|DEBUG|EDOKA|
2024-08-12 13:01:18.5084|DEBUG|EDOKA|Start - Ende
2024-08-12 13:01:32.2266|DEBUG|EDOKA|Start
2024-08-12 13:01:32.2868|DEBUG|EDOKA|
2024-08-12 13:01:32.2868|DEBUG|EDOKA|
2024-08-12 13:01:32.2868|DEBUG|EDOKA|
2024-08-12 13:01:32.3028|DEBUG|EDOKA|
2024-08-12 13:01:32.3508|DEBUG|EDOKA|
2024-08-12 13:01:32.4178|DEBUG|EDOKA|Start - Ende
2024-08-12 13:02:12.0267|DEBUG|EDOKA|Start
2024-08-12 13:02:12.0607|DEBUG|EDOKA|
2024-08-12 13:02:12.0607|DEBUG|EDOKA|
2024-08-12 13:02:12.0708|DEBUG|EDOKA|
2024-08-12 13:02:12.0865|DEBUG|EDOKA|
2024-08-12 13:02:12.1507|DEBUG|EDOKA|
2024-08-12 13:02:12.2147|DEBUG|EDOKA|Start - Ende
2024-08-12 13:02:29.0686|DEBUG|EDOKA|Start
2024-08-12 13:02:29.1271|DEBUG|EDOKA|
2024-08-12 13:02:29.1336|DEBUG|EDOKA|
2024-08-12 13:02:29.1336|DEBUG|EDOKA|
2024-08-12 13:02:29.1466|DEBUG|EDOKA|
2024-08-12 13:02:29.1995|DEBUG|EDOKA|
2024-08-12 13:02:29.2652|DEBUG|EDOKA|Start - Ende
2024-08-12 13:03:00.0507|DEBUG|EDOKA|Start
2024-08-12 13:03:00.1137|DEBUG|EDOKA|
2024-08-12 13:03:00.1187|DEBUG|EDOKA|
2024-08-12 13:03:00.1187|DEBUG|EDOKA|
2024-08-12 13:03:00.1381|DEBUG|EDOKA|
2024-08-12 13:03:00.2166|DEBUG|EDOKA|
2024-08-12 13:03:00.2952|DEBUG|EDOKA|Start - Ende
2024-08-12 13:04:11.6510|DEBUG|EDOKA|Start
2024-08-12 13:04:11.7107|DEBUG|EDOKA|
2024-08-12 13:04:11.7107|DEBUG|EDOKA|
2024-08-12 13:04:11.7107|DEBUG|EDOKA|
2024-08-12 13:04:11.7242|DEBUG|EDOKA|
2024-08-12 13:04:11.7802|DEBUG|EDOKA|
2024-08-12 13:04:11.8459|DEBUG|EDOKA|Start - Ende
2024-08-12 13:07:25.5145|DEBUG|EDOKA|Start
2024-08-12 13:07:25.5764|DEBUG|EDOKA|
2024-08-12 13:07:25.5764|DEBUG|EDOKA|
2024-08-12 13:07:25.5764|DEBUG|EDOKA|
2024-08-12 13:07:25.5934|DEBUG|EDOKA|
2024-08-12 13:07:25.6469|DEBUG|EDOKA|
2024-08-12 13:07:25.7115|DEBUG|EDOKA|Start - Ende
2024-08-12 13:10:49.8774|DEBUG|EDOKA|Start
2024-08-12 13:10:49.9449|DEBUG|EDOKA|
2024-08-12 13:10:49.9449|DEBUG|EDOKA|
2024-08-12 13:10:49.9449|DEBUG|EDOKA|
2024-08-12 13:10:49.9609|DEBUG|EDOKA|
2024-08-12 13:10:50.0459|DEBUG|EDOKA|
2024-08-12 13:10:50.1194|DEBUG|EDOKA|Start - Ende
2024-08-12 13:38:14.5640|DEBUG|EDOKA|Start
2024-08-12 13:38:14.6244|DEBUG|EDOKA|
2024-08-12 13:38:14.6294|DEBUG|EDOKA|
2024-08-12 13:38:14.6294|DEBUG|EDOKA|
2024-08-12 13:38:14.6294|DEBUG|EDOKA|
2024-08-12 13:38:14.6955|DEBUG|EDOKA|
2024-08-12 13:38:14.7640|DEBUG|EDOKA|Start - Ende
2024-08-12 13:39:47.8541|DEBUG|EDOKA|Start
2024-08-12 13:39:47.9136|DEBUG|EDOKA|
2024-08-12 13:39:47.9136|DEBUG|EDOKA|
2024-08-12 13:39:47.9136|DEBUG|EDOKA|
2024-08-12 13:39:47.9286|DEBUG|EDOKA|
2024-08-12 13:39:47.9851|DEBUG|EDOKA|
2024-08-12 13:39:48.0526|DEBUG|EDOKA|Start - Ende
2024-08-12 13:49:11.5376|DEBUG|EDOKA|Start
2024-08-12 13:49:11.5977|DEBUG|EDOKA|
2024-08-12 13:49:11.6027|DEBUG|EDOKA|
2024-08-12 13:49:11.6027|DEBUG|EDOKA|
2024-08-12 13:49:11.6152|DEBUG|EDOKA|
2024-08-12 13:49:11.6632|DEBUG|EDOKA|
2024-08-12 13:49:11.7247|DEBUG|EDOKA|Start - Ende
2024-08-12 13:50:13.1773|DEBUG|EDOKA|Start
2024-08-12 13:50:13.2373|DEBUG|EDOKA|
2024-08-12 13:50:13.2423|DEBUG|EDOKA|
2024-08-12 13:50:13.2423|DEBUG|EDOKA|
2024-08-12 13:50:13.2553|DEBUG|EDOKA|
2024-08-12 13:50:13.3148|DEBUG|EDOKA|
2024-08-12 13:50:13.3773|DEBUG|EDOKA|Start - Ende
2024-08-12 13:51:27.3005|DEBUG|EDOKA|Start
2024-08-12 13:51:27.3595|DEBUG|EDOKA|
2024-08-12 13:51:27.3595|DEBUG|EDOKA|
2024-08-12 13:51:27.3645|DEBUG|EDOKA|
2024-08-12 13:51:27.3645|DEBUG|EDOKA|
2024-08-12 13:51:27.4286|DEBUG|EDOKA|
2024-08-12 13:51:27.4975|DEBUG|EDOKA|Start - Ende
2024-08-12 13:55:15.3854|DEBUG|EDOKA|Start
2024-08-12 13:55:15.4506|DEBUG|EDOKA|
2024-08-12 13:55:15.4506|DEBUG|EDOKA|
2024-08-12 13:55:15.4506|DEBUG|EDOKA|
2024-08-12 13:55:15.4656|DEBUG|EDOKA|
2024-08-12 13:55:15.5243|DEBUG|EDOKA|
2024-08-12 13:55:15.6238|DEBUG|EDOKA|Start - Ende
2024-08-12 13:56:37.0144|DEBUG|EDOKA|Start
2024-08-12 13:56:37.0541|DEBUG|EDOKA|
2024-08-12 13:56:37.0541|DEBUG|EDOKA|
2024-08-12 13:56:37.0541|DEBUG|EDOKA|
2024-08-12 13:56:37.0690|DEBUG|EDOKA|
2024-08-12 13:56:37.1646|DEBUG|EDOKA|
2024-08-12 13:56:37.2342|DEBUG|EDOKA|Start - Ende
2024-08-12 13:56:52.3794|DEBUG|EDOKA|Start
2024-08-12 13:56:52.4409|DEBUG|EDOKA|
2024-08-12 13:56:52.4449|DEBUG|EDOKA|
2024-08-12 13:56:52.4449|DEBUG|EDOKA|
2024-08-12 13:56:52.4579|DEBUG|EDOKA|
2024-08-12 13:56:52.5304|DEBUG|EDOKA|
2024-08-12 13:56:52.6029|DEBUG|EDOKA|Start - Ende
2024-08-12 13:59:34.7658|DEBUG|EDOKA|Start
2024-08-12 13:59:34.8280|DEBUG|EDOKA|
2024-08-12 13:59:34.8280|DEBUG|EDOKA|
2024-08-12 13:59:34.8330|DEBUG|EDOKA|
2024-08-12 13:59:34.8330|DEBUG|EDOKA|
2024-08-12 13:59:34.8956|DEBUG|EDOKA|
2024-08-12 13:59:34.9616|DEBUG|EDOKA|Start - Ende
2024-08-12 14:01:03.2693|DEBUG|EDOKA|Start
2024-08-12 14:01:03.3281|DEBUG|EDOKA|
2024-08-12 14:01:03.3331|DEBUG|EDOKA|
2024-08-12 14:01:03.3331|DEBUG|EDOKA|
2024-08-12 14:01:03.3331|DEBUG|EDOKA|
2024-08-12 14:01:03.3966|DEBUG|EDOKA|
2024-08-12 14:01:03.4624|DEBUG|EDOKA|Start - Ende
2024-08-12 14:02:03.5894|DEBUG|EDOKA|Start
2024-08-12 14:02:03.6519|DEBUG|EDOKA|
2024-08-12 14:02:03.6519|DEBUG|EDOKA|
2024-08-12 14:02:03.6621|DEBUG|EDOKA|
2024-08-12 14:02:03.6791|DEBUG|EDOKA|
2024-08-12 14:02:03.7780|DEBUG|EDOKA|
2024-08-12 14:02:03.8480|DEBUG|EDOKA|Start - Ende
2024-08-12 14:02:35.7453|DEBUG|EDOKA|Start
2024-08-12 14:02:35.8054|DEBUG|EDOKA|
2024-08-12 14:02:35.8054|DEBUG|EDOKA|
2024-08-12 14:02:35.8054|DEBUG|EDOKA|
2024-08-12 14:02:35.8277|DEBUG|EDOKA|
2024-08-12 14:02:35.8845|DEBUG|EDOKA|
2024-08-12 14:02:35.9485|DEBUG|EDOKA|Start - Ende
2024-08-12 14:18:47.4632|DEBUG|EDOKA|Start
2024-08-12 14:18:47.5232|DEBUG|EDOKA|
2024-08-12 14:18:47.5232|DEBUG|EDOKA|
2024-08-12 14:18:47.5232|DEBUG|EDOKA|
2024-08-12 14:18:47.5367|DEBUG|EDOKA|
2024-08-12 14:18:47.5803|DEBUG|EDOKA|
2024-08-12 14:18:47.6445|DEBUG|EDOKA|Start - Ende
2024-08-12 14:20:24.3422|DEBUG|EDOKA|Start
2024-08-12 14:20:24.4002|DEBUG|EDOKA|
2024-08-12 14:20:24.4002|DEBUG|EDOKA|
2024-08-12 14:20:24.4002|DEBUG|EDOKA|
2024-08-12 14:20:24.4216|DEBUG|EDOKA|
2024-08-12 14:20:24.4772|DEBUG|EDOKA|
2024-08-12 14:20:24.5397|DEBUG|EDOKA|Start - Ende
2024-08-12 14:21:02.8943|DEBUG|EDOKA|Start
2024-08-12 14:21:02.9537|DEBUG|EDOKA|
2024-08-12 14:21:02.9587|DEBUG|EDOKA|
2024-08-12 14:21:02.9587|DEBUG|EDOKA|
2024-08-12 14:21:02.9587|DEBUG|EDOKA|
2024-08-12 14:21:03.0446|DEBUG|EDOKA|
2024-08-12 14:21:03.1139|DEBUG|EDOKA|Start - Ende
2024-08-12 14:23:04.9817|DEBUG|EDOKA|Start
2024-08-12 14:23:05.0439|DEBUG|EDOKA|
2024-08-12 14:23:05.0439|DEBUG|EDOKA|
2024-08-12 14:23:05.0439|DEBUG|EDOKA|
2024-08-12 14:23:05.0609|DEBUG|EDOKA|
2024-08-12 14:23:05.1244|DEBUG|EDOKA|
2024-08-12 14:23:05.1903|DEBUG|EDOKA|Start - Ende
2024-08-12 14:40:06.0753|DEBUG|EDOKA|Start
2024-08-12 14:40:06.1376|DEBUG|EDOKA|
2024-08-12 14:40:06.1376|DEBUG|EDOKA|
2024-08-12 14:40:06.1376|DEBUG|EDOKA|
2024-08-12 14:40:06.1570|DEBUG|EDOKA|
2024-08-12 14:40:06.2377|DEBUG|EDOKA|
2024-08-12 14:40:06.3107|DEBUG|EDOKA|Start - Ende
2024-08-12 15:01:06.8089|DEBUG|EDOKA|Start
2024-08-12 15:01:06.8667|DEBUG|EDOKA|
2024-08-12 15:01:06.8667|DEBUG|EDOKA|
2024-08-12 15:01:06.8667|DEBUG|EDOKA|
2024-08-12 15:01:06.8826|DEBUG|EDOKA|
2024-08-12 15:01:06.9612|DEBUG|EDOKA|
2024-08-12 15:01:07.0329|DEBUG|EDOKA|Start - Ende
2024-08-12 15:04:24.1963|DEBUG|EDOKA|Start
2024-08-12 15:04:24.2545|DEBUG|EDOKA|
2024-08-12 15:04:24.2545|DEBUG|EDOKA|
2024-08-12 15:04:24.2545|DEBUG|EDOKA|
2024-08-12 15:04:24.2715|DEBUG|EDOKA|
2024-08-12 15:04:24.3267|DEBUG|EDOKA|
2024-08-12 15:04:24.3913|DEBUG|EDOKA|Start - Ende
2024-08-12 15:04:47.8051|DEBUG|EDOKA|Start
2024-08-12 15:04:47.8666|DEBUG|EDOKA|
2024-08-12 15:04:47.8666|DEBUG|EDOKA|
2024-08-12 15:04:47.8666|DEBUG|EDOKA|
2024-08-12 15:04:47.8824|DEBUG|EDOKA|
2024-08-12 15:04:47.9424|DEBUG|EDOKA|
2024-08-12 15:04:48.0092|DEBUG|EDOKA|Start - Ende
2024-08-12 15:24:41.4305|DEBUG|EDOKA|Start
2024-08-12 15:24:41.4934|DEBUG|EDOKA|
2024-08-12 15:24:41.4934|DEBUG|EDOKA|
2024-08-12 15:24:41.4934|DEBUG|EDOKA|
2024-08-12 15:24:41.5116|DEBUG|EDOKA|
2024-08-12 15:24:41.5605|DEBUG|EDOKA|
2024-08-12 15:24:41.6308|DEBUG|EDOKA|Start - Ende
2024-08-12 15:26:29.2910|DEBUG|EDOKA|Start
2024-08-12 15:26:29.3510|DEBUG|EDOKA|
2024-08-12 15:26:29.3510|DEBUG|EDOKA|
2024-08-12 15:26:29.3510|DEBUG|EDOKA|
2024-08-12 15:26:29.3661|DEBUG|EDOKA|
2024-08-12 15:26:29.4231|DEBUG|EDOKA|
2024-08-12 15:26:29.4870|DEBUG|EDOKA|Start - Ende
2024-08-12 15:35:29.5227|DEBUG|EDOKA|Start
2024-08-12 15:35:29.5817|DEBUG|EDOKA|
2024-08-12 15:35:29.5867|DEBUG|EDOKA|
2024-08-12 15:35:29.5867|DEBUG|EDOKA|
2024-08-12 15:35:29.6007|DEBUG|EDOKA|
2024-08-12 15:35:29.6814|DEBUG|EDOKA|
2024-08-12 15:35:29.7689|DEBUG|EDOKA|Start - Ende
2024-08-12 15:35:46.9490|DEBUG|EDOKA|Start
2024-08-12 15:35:47.0084|DEBUG|EDOKA|
2024-08-12 15:35:47.0084|DEBUG|EDOKA|
2024-08-12 15:35:47.0084|DEBUG|EDOKA|
2024-08-12 15:35:47.0238|DEBUG|EDOKA|
2024-08-12 15:35:47.0848|DEBUG|EDOKA|
2024-08-12 15:35:47.1484|DEBUG|EDOKA|Start - Ende
2024-08-12 15:39:30.0613|DEBUG|EDOKA|Start
2024-08-12 15:39:30.1205|DEBUG|EDOKA|
2024-08-12 15:39:30.1205|DEBUG|EDOKA|
2024-08-12 15:39:30.1299|DEBUG|EDOKA|
2024-08-12 15:39:30.1466|DEBUG|EDOKA|
2024-08-12 15:39:30.2175|DEBUG|EDOKA|
2024-08-12 15:39:30.3033|DEBUG|EDOKA|Start - Ende

Binary file not shown.

View File

@@ -13,6 +13,9 @@
<setting name="Connectionstring" serializeAs="String"> <setting name="Connectionstring" serializeAs="String">
<value>Data Source=shu01\shu00;Initial Catalog=edoka_dms;Persist Security Info=True;User ID=sa;Password=*shu29;</value> <value>Data Source=shu01\shu00;Initial Catalog=edoka_dms;Persist Security Info=True;User ID=sa;Password=*shu29;</value>
</setting> </setting>
<setting name="NativVorlagen" serializeAs="String">
<value>E:\Software-Projekte\OnDoc\Nativ\</value>
</setting>
</OnDoc.Properties.Settings> </OnDoc.Properties.Settings>
</userSettings> </userSettings>
<runtime> <runtime>

Binary file not shown.

BIN
Images/Icons/Excel.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
Images/Icons/Folder.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 936 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

BIN
Images/Icons/Powerpoint.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
Images/Icons/Word.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@@ -2,13 +2,13 @@
<head> <head>
<link rel="icon" href="favicon.ico"> <link rel="icon" href="favicon.ico">
<title>Default page</title> <title>Default page</title>
<META http-equiv="refresh" content="0;URL=topic_00000000000004F4.html"> <META http-equiv="refresh" content="0;URL=topic_0000000000000511.html">
<link rel="stylesheet" type="text/css" href="vsdocman_overrides.css"> <link rel="stylesheet" type="text/css" href="vsdocman_overrides.css">
</head> </head>
<body style="direction: ltr;"> <body style="direction: ltr;">
<center> <center>
<a href="topic_00000000000004F4.html">Go to default page</a> <a href="topic_0000000000000511.html">Go to default page</a>
</center> </center>
</body> </body>
</html> </html>

View File

@@ -1 +1 @@
search_result['100']=["topic_0000000000000028_props--.html","Dokumentpaket Properties",""]; search_result['100']=["topic_0000000000000024_vars--.html","Dokumentpaket Fields",""];

View File

@@ -1 +1 @@
search_result['1000']=["topic_0000000000000167.html","clsDBInteractionBase.cpMainConnectionProvider Property",""]; search_result['1000']=["topic_0000000000000119.html","DocGen Class",""];

View File

@@ -1 +1 @@
search_result['1001']=["topic_0000000000000168.html","clsDBInteractionBase.iErrorCode Property",""]; search_result['1001']=["topic_0000000000000119_attached_props--.html","DocGen Attached Properties",""];

View File

@@ -1 +1 @@
search_result['1002']=["topic_0000000000000169.html","clsDBInteractionBase.sConnectionString Property",""]; search_result['1002']=["topic_0000000000000119_events--.html","DocGen Events",""];

View File

@@ -1 +1 @@
search_result['1003']=["topic_000000000000016A.html","clsDBInteractionBase.iRowsAffected Property",""]; search_result['1003']=["topic_0000000000000119_methods--.html","DocGen Methods",""];

View File

@@ -1 +1 @@
search_result['1004']=["topic_000000000000016B.html","clsDokument Class",""]; search_result['1004']=["topic_0000000000000119_props--.html","DocGen Properties",""];

View File

@@ -1 +1 @@
search_result['1005']=["topic_000000000000016B_attached_props--.html","clsDokument Attached Properties",""]; search_result['1005']=["topic_0000000000000119_vars--.html","DocGen Fields",""];

View File

@@ -1 +1 @@
search_result['1006']=["topic_000000000000016B_events--.html","clsDokument Events",""]; search_result['1006']=["topic_000000000000011A.html","conn_edoka Field",""];

View File

@@ -1 +1 @@
search_result['1007']=["topic_000000000000016B_methods--.html","clsDokument Methods",""]; search_result['1007']=["topic_000000000000011B.html","DokumentID Field",""];

View File

@@ -1 +1 @@
search_result['1008']=["topic_000000000000016B_props--.html","clsDokument Properties",""]; search_result['1008']=["topic_000000000000011B_attached_props--.html","DocGet Attached Properties",""];

View File

@@ -1 +1 @@
search_result['1009']=["topic_000000000000016B_vars--.html","clsDokument Fields",""]; search_result['1009']=["topic_000000000000011B_events--.html","DocGet Events",""];

View File

@@ -1 +1 @@
search_result['101']=["topic_0000000000000028_vars--.html","Dokumentpaket Fields",""]; search_result['101']=["topic_0000000000000025.html","DocFunction Field",""];

View File

@@ -1 +1 @@
search_result['1010']=["topic_000000000000016C.html","clsDokument Constructor",""]; search_result['1010']=["topic_000000000000011B_methods--.html","DocGet Methods",""];

View File

@@ -1 +1 @@
search_result['1011']=["topic_000000000000016D.html","clsDokument.Insert Method",""]; search_result['1011']=["topic_000000000000011B_props--.html","DocGet Properties",""];

View File

@@ -1 +1 @@
search_result['1012']=["topic_000000000000016E.html","clsDokument.Update Method",""]; search_result['1012']=["topic_000000000000011B_vars--.html","DocGet Fields",""];

View File

@@ -1 +1 @@
search_result['1013']=["topic_000000000000016F.html","clsDokument.Delete Method",""]; search_result['1013']=["topic_000000000000011C.html","connectionstring Field",""];

View File

@@ -1 +1 @@
search_result['1014']=["topic_0000000000000170.html","clsDokument.SelectOne Method",""]; search_result['1014']=["topic_000000000000011D.html","DocData Field",""];

View File

@@ -1 +1 @@
search_result['1015']=["topic_0000000000000171.html","clsDokument.SelectAll Method",""]; search_result['1015']=["topic_000000000000011E.html","DocGen.Lic Method",""];

View File

@@ -1 +1 @@
search_result['1016']=["topic_0000000000000172.html","clsDokument.sDokumentid Property",""]; search_result['1016']=["topic_000000000000011F.html","DocGen Constructor",""];

View File

@@ -1 +1 @@
search_result['1017']=["topic_0000000000000173.html","clsDokument.iMitarbeiternr Property",""]; search_result['1017']=["topic_000000000000011F_overloads--.html","DocGen Constructor",""];

View File

@@ -1 +1 @@
search_result['1018']=["topic_0000000000000174.html","clsDokument.iMitarbeiternr1 Property",""]; search_result['1018']=["topic_0000000000000120.html","DocGen(String) Constructor",""];

View File

@@ -1 +1 @@
search_result['1019']=["topic_0000000000000175.html","clsDokument.iNrpar00 Property",""]; search_result['1019']=["topic_0000000000000120_overloads--.html","DocGen Constructor",""];

View File

@@ -1 +1 @@
search_result['102']=["topic_0000000000000029.html","Dokumentpaket Constructor",""]; search_result['102']=["topic_0000000000000025_overloads--.html","Dokumenterstellung Constructor",""];

View File

@@ -1 +1 @@
search_result['1020']=["topic_0000000000000176.html","clsDokument.sDokumentidn Property",""]; search_result['1020']=["topic_0000000000000121.html","DocGen.GenDocID Method",""];

View File

@@ -1 +1 @@
search_result['1021']=["topic_0000000000000177.html","clsDokument.sDokumentname Property",""]; search_result['1021']=["topic_0000000000000122.html","DocGen.Barcodetest Method",""];

View File

@@ -1 +1 @@
search_result['1022']=["topic_0000000000000178.html","clsDokument.iErsteller Property",""]; search_result['1022']=["topic_0000000000000122_overloads--.html","clsDBInteractionBase.Dispose Method",""];

View File

@@ -1 +1 @@
search_result['1023']=["topic_0000000000000179.html","clsDokument.iErstellerteam Property",""]; search_result['1023']=["topic_0000000000000123.html","DocGen.generate_pdf Method",""];

View File

@@ -1 +1 @@
search_result['1024']=["topic_000000000000017A.html","clsDokument.daErstelltam Property",""]; search_result['1024']=["topic_0000000000000123_overloads--.html","clsDBInteractionBase.Dispose Method",""];

View File

@@ -1 +1 @@
search_result['1025']=["topic_000000000000017B.html","clsDokument.iMutierer Property",""]; search_result['1025']=["topic_0000000000000124.html","DocGet Class",""];

View File

@@ -1 +1 @@
search_result['1026']=["topic_000000000000017C.html","clsDokument.iMutierertieam Property",""]; search_result['1026']=["topic_0000000000000124_attached_props--.html","DocGet Attached Properties",""];

View File

@@ -1 +1 @@
search_result['1027']=["topic_000000000000017D.html","clsDokument.daMutiertam Property",""]; search_result['1027']=["topic_0000000000000124_events--.html","DocGet Events",""];

View File

@@ -1 +1 @@
search_result['1028']=["topic_000000000000017E.html","clsDokument.sSpeicherort Property",""]; search_result['1028']=["topic_0000000000000124_methods--.html","DocGet Methods",""];

View File

@@ -1 +1 @@
search_result['1029']=["topic_000000000000017F.html","clsDokument.bGesperrt Property",""]; search_result['1029']=["topic_0000000000000124_props--.html","DocGet Properties",""];

View File

@@ -1 +1 @@
search_result['103']=["topic_0000000000000029_overloads--.html","Dokumentpaket Constructor",""]; search_result['103']=["topic_0000000000000026.html","dokumentid Field",""];

View File

@@ -1 +1 @@
search_result['1030']=["topic_0000000000000180.html","clsDokument.iGesperrt_durch Property",""]; search_result['1030']=["topic_0000000000000124_vars--.html","DocGet Fields",""];

View File

@@ -1 +1 @@
search_result['1031']=["topic_0000000000000180_attached_props--.html","clsDokument_status Attached Properties",""]; search_result['1031']=["topic_0000000000000125.html","DocGet Constructor",""];

View File

@@ -1 +1 @@
search_result['1032']=["topic_0000000000000180_events--.html","clsDokument_status Events",""]; search_result['1032']=["topic_0000000000000126.html","DocGet.Lic Method",""];

View File

@@ -1 +1 @@
search_result['1033']=["topic_0000000000000180_methods--.html","clsDokument_status Methods",""]; search_result['1033']=["topic_0000000000000127.html","DocGet.test_filetype Method",""];

View File

@@ -1 +1 @@
search_result['1034']=["topic_0000000000000180_props--.html","clsDokument_status Properties",""]; search_result['1034']=["topic_0000000000000128.html","DocGet.Get_FileType Method",""];

View File

@@ -1 +1 @@
search_result['1035']=["topic_0000000000000180_vars--.html","clsDokument_status Fields",""]; search_result['1035']=["topic_0000000000000128_attached_props--.html","DocGenerator_from_EDOKA Attached Properties",""];

View File

@@ -1 +1 @@
search_result['1036']=["topic_0000000000000181.html","clsDokument.daGesperrtam Property",""]; search_result['1036']=["topic_0000000000000128_events--.html","DocGenerator_from_EDOKA Events",""];

View File

@@ -1 +1 @@
search_result['1037']=["topic_0000000000000182.html","clsDokument.sBezeichnung Property",""]; search_result['1037']=["topic_0000000000000128_methods--.html","DocGenerator_from_EDOKA Methods",""];

View File

@@ -1 +1 @@
search_result['1038']=["topic_0000000000000183.html","clsDokument.sBemerkung Property",""]; search_result['1038']=["topic_0000000000000128_props--.html","DocGenerator_from_EDOKA Properties",""];

View File

@@ -1 +1 @@
search_result['1039']=["topic_0000000000000183_attached_props--.html","clsDokument_status Attached Properties",""]; search_result['1039']=["topic_0000000000000128_vars--.html","DocGenerator_from_EDOKA Fields",""];

View File

@@ -1 +1 @@
search_result['104']=["topic_000000000000002A.html","Dokumentpaket(Int32) Constructor",""]; search_result['104']=["topic_0000000000000026_overloads--.html","Dokumentpaket Constructor",""];

View File

@@ -1 +1 @@
search_result['1040']=["topic_0000000000000183_events--.html","clsDokument_status Events",""]; search_result['1040']=["topic_0000000000000129.html","DocGet.GetDocAsFinalPDF Method",""];

View File

@@ -1 +1 @@
search_result['1041']=["topic_0000000000000183_methods--.html","clsDokument_status Methods",""]; search_result['1041']=["topic_000000000000012A.html","DocGet.GetDocAsPDF Method",""];

View File

@@ -1 +1 @@
search_result['1042']=["topic_0000000000000183_props--.html","clsDokument_status Properties",""]; search_result['1042']=["topic_000000000000012A_attached_props--.html","clsDokument Attached Properties",""];

View File

@@ -1 +1 @@
search_result['1043']=["topic_0000000000000183_vars--.html","clsDokument_status Fields",""]; search_result['1043']=["topic_000000000000012A_events--.html","clsDokument Events",""];

View File

@@ -1 +1 @@
search_result['1044']=["topic_0000000000000184.html","clsDokument.bAuserstuebernahme Property",""]; search_result['1044']=["topic_000000000000012A_methods--.html","clsDokument Methods",""];

View File

@@ -1 +1 @@
search_result['1045']=["topic_0000000000000185.html","clsDokument.iDokumenttypnr Property",""]; search_result['1045']=["topic_000000000000012A_props--.html","clsDokument Properties",""];

View File

@@ -1 +1 @@
search_result['1046']=["topic_0000000000000186.html","clsDokument.bUnvollstaendig Property",""]; search_result['1046']=["topic_000000000000012A_vars--.html","clsDokument Fields",""];

View File

@@ -1 +1 @@
search_result['1047']=["topic_0000000000000187.html","clsDokument.sBemerkunguvm Property",""]; search_result['1047']=["topic_000000000000012B.html","DocGet.GetDoc Method",""];

Some files were not shown because too many files have changed in this diff Show More