diff --git a/API_NetFramework/bin/DOCGEN.dll b/API_NetFramework/bin/DOCGEN.dll index dbf26b86..0fc6d37b 100644 Binary files a/API_NetFramework/bin/DOCGEN.dll and b/API_NetFramework/bin/DOCGEN.dll differ diff --git a/API_NetFramework/bin/DOCGEN.pdb b/API_NetFramework/bin/DOCGEN.pdb index a2afe04d..a316ad82 100644 Binary files a/API_NetFramework/bin/DOCGEN.pdb and b/API_NetFramework/bin/DOCGEN.pdb differ diff --git a/API_NetFramework/bin/Database.dll b/API_NetFramework/bin/Database.dll index 2c445cd3..6ef1f05f 100644 Binary files a/API_NetFramework/bin/Database.dll and b/API_NetFramework/bin/Database.dll differ diff --git a/API_NetFramework/bin/Database.pdb b/API_NetFramework/bin/Database.pdb index 9c1a9663..ae12f579 100644 Binary files a/API_NetFramework/bin/Database.pdb and b/API_NetFramework/bin/Database.pdb differ diff --git a/API_NetFramework/bin/OnDocOffice.dll b/API_NetFramework/bin/OnDocOffice.dll index b2b78e1e..c6415a8f 100644 Binary files a/API_NetFramework/bin/OnDocOffice.dll and b/API_NetFramework/bin/OnDocOffice.dll differ diff --git a/API_NetFramework/bin/OnDocOffice.pdb b/API_NetFramework/bin/OnDocOffice.pdb index 54f79700..128a5988 100644 Binary files a/API_NetFramework/bin/OnDocOffice.pdb and b/API_NetFramework/bin/OnDocOffice.pdb differ diff --git a/API_NetFramework/bin/OnDoc_NetFramework.dll b/API_NetFramework/bin/OnDoc_NetFramework.dll index 0e6fd3ea..c8588555 100644 Binary files a/API_NetFramework/bin/OnDoc_NetFramework.dll and b/API_NetFramework/bin/OnDoc_NetFramework.dll differ diff --git a/API_NetFramework/bin/OnDoc_NetFramework.pdb b/API_NetFramework/bin/OnDoc_NetFramework.pdb index 82acaacd..76e90b54 100644 Binary files a/API_NetFramework/bin/OnDoc_NetFramework.pdb and b/API_NetFramework/bin/OnDoc_NetFramework.pdb differ diff --git a/API_NetFramework/obj/Debug/API_NetFramework.csproj.AssemblyReference.cache b/API_NetFramework/obj/Debug/API_NetFramework.csproj.AssemblyReference.cache index 6a532bd7..497f9698 100644 Binary files a/API_NetFramework/obj/Debug/API_NetFramework.csproj.AssemblyReference.cache and b/API_NetFramework/obj/Debug/API_NetFramework.csproj.AssemblyReference.cache differ diff --git a/API_NetFramework/obj/Debug/OnDoc_NetFramework.dll b/API_NetFramework/obj/Debug/OnDoc_NetFramework.dll index 0e6fd3ea..c8588555 100644 Binary files a/API_NetFramework/obj/Debug/OnDoc_NetFramework.dll and b/API_NetFramework/obj/Debug/OnDoc_NetFramework.dll differ diff --git a/API_NetFramework/obj/Debug/OnDoc_NetFramework.pdb b/API_NetFramework/obj/Debug/OnDoc_NetFramework.pdb index 82acaacd..76e90b54 100644 Binary files a/API_NetFramework/obj/Debug/OnDoc_NetFramework.pdb and b/API_NetFramework/obj/Debug/OnDoc_NetFramework.pdb differ diff --git a/BarcodeLib/bin/Debug/Database.dll b/BarcodeLib/bin/Debug/Database.dll index 2c445cd3..6ef1f05f 100644 Binary files a/BarcodeLib/bin/Debug/Database.dll and b/BarcodeLib/bin/Debug/Database.dll differ diff --git a/BarcodeLib/bin/Debug/Database.pdb b/BarcodeLib/bin/Debug/Database.pdb index 9c1a9663..ae12f579 100644 Binary files a/BarcodeLib/bin/Debug/Database.pdb and b/BarcodeLib/bin/Debug/Database.pdb differ diff --git a/BarcodeLib/obj/Debug/BarcodeLib.csproj.AssemblyReference.cache b/BarcodeLib/obj/Debug/BarcodeLib.csproj.AssemblyReference.cache index d5edb669..b0d5f7b2 100644 Binary files a/BarcodeLib/obj/Debug/BarcodeLib.csproj.AssemblyReference.cache and b/BarcodeLib/obj/Debug/BarcodeLib.csproj.AssemblyReference.cache differ diff --git a/Client/Diverses/NativVorlagen.Designer.cs b/Client/Diverses/NativVorlagen.Designer.cs index 5b072052..bcc471d5 100644 --- a/Client/Diverses/NativVorlagen.Designer.cs +++ b/Client/Diverses/NativVorlagen.Designer.cs @@ -51,6 +51,7 @@ this.imageList1.Images.SetKeyName(2, "Powerpoint.png"); this.imageList1.Images.SetKeyName(3, "Folder.png"); this.imageList1.Images.SetKeyName(4, "Favoriten_24x24-32.png"); + this.imageList1.Images.SetKeyName(5, "PDF_Red.ico"); // // treeView // diff --git a/Client/Diverses/NativVorlagen.cs b/Client/Diverses/NativVorlagen.cs index 34ed017b..6d703614 100644 --- a/Client/Diverses/NativVorlagen.cs +++ b/Client/Diverses/NativVorlagen.cs @@ -109,12 +109,13 @@ namespace OnDoc.Diverses if (ext.Length > 2) { - ext = ext.Substring(0, 2).ToUpper(); + ext = ext.Substring(0, 3).ToUpper(); tnnew.ImageIndex = 4; tnnew.SelectedImageIndex = 4; - 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; }; + if (ext == ".DO") { tnnew.ImageIndex = 0; tnnew.SelectedImageIndex = 0; }; + if (ext == ".XL") { tnnew.ImageIndex = 1; tnnew.SelectedImageIndex = 1; }; + if (ext == ".PP") { tnnew.ImageIndex = 2; tnnew.SelectedImageIndex = 2; }; + if (ext == ".PD") { tnnew.ImageIndex = 5; tnnew.SelectedImageIndex = 5; }; } else { @@ -243,7 +244,7 @@ namespace OnDoc.Diverses string klassifizierung = ""; try { - for (int i = 1; i < TotalKlassifizierung+1; i++) + for (int i = 1; i < TotalKlassifizierung + 1; i++) { RadioButton rb = this.Controls.Find("rb" + i.ToString(), true).FirstOrDefault() as RadioButton; if (rb != null) @@ -258,7 +259,7 @@ namespace OnDoc.Diverses catch { } try { - + string tempfilename = treeNode.Tag.ToString(); Logging.Logging.Debug("Nativ-Vorlage: " + tempfilename, "OnDoc", ""); if (tempfilename == "") { return; } @@ -266,13 +267,38 @@ namespace OnDoc.Diverses //string tempdir = AppParams.tempdir + "\nativdoks"; string ext = System.IO.Path.GetExtension(tempfilename); - Logging.Logging.Debug("Native-Vorlage erstellen", "OnDoc", tempfilename); string tempfilename1 = ""; - tempfilename1 = System.IO.Path.GetFileName(tempfilename); - tempfilename1 = AppParams.tempdir + "" + DateTime.Now.ToString("yyyyMMddhhmmss") + tempfilename1; + ext = ext.Substring(0, 3).ToUpper(); + switch (ext) + { + case ".DO": + System.Diagnostics.Process.Start("winword.exe", " /t" + tempfilename); + break; + case ".XL": + System.Diagnostics.Process.Start("excel.exe", " /t " + tempfilename); + break; + case ".PP": + System.Diagnostics.Process.Start("POWERPNT.EXE", " /N " + tempfilename); + break; + default: + tempfilename1 = System.IO.Path.GetFileName(tempfilename); + tempfilename1 = AppParams.tempdir + "" + DateTime.Now.ToString("yyyyMMddhhmmss") + tempfilename1; + + System.IO.File.Copy(tempfilename, tempfilename1, true); + Process.Start(tempfilename1); + break; + } + } + catch { } + } + +// Logging.Logging.Debug("Native-Vorlage erstellen", "OnDoc", tempfilename); +// string tempfilename1 = ""; +// tempfilename1 = System.IO.Path.GetFileName(tempfilename); +// tempfilename1 = AppParams.tempdir + "" + DateTime.Now.ToString("yyyyMMddhhmmss") + tempfilename1; - System.IO.File.Copy(tempfilename, tempfilename1, true); - Process.Start(tempfilename1); +// System.IO.File.Copy(tempfilename, tempfilename1, true); +// Process.Start(tempfilename1); // if (ext.Length > 2) // { // ext = ext.Substring(0, 2).ToUpper(); @@ -320,11 +346,11 @@ namespace OnDoc.Diverses // } // } - } - catch (Exception e) { - Logging.Logging.Debug("Start Nativ: " + e.Message, "OnDoc", ""); - } - } +// } +// catch (Exception e) { +// Logging.Logging.Debug("Start Nativ: " + e.Message, "OnDoc", ""); +// } + //} private void button1_Click(object sender, EventArgs e) { diff --git a/Client/Diverses/NativVorlagen.resx b/Client/Diverses/NativVorlagen.resx index b7b32d52..b8e9e966 100644 --- a/Client/Diverses/NativVorlagen.resx +++ b/Client/Diverses/NativVorlagen.resx @@ -124,8 +124,8 @@ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAB4 - DAAAAk1TRnQBSQFMAgEBBQEAAUgBAAFIAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo + ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAACk + DQAAAk1TRnQBSQFMAgEBBgEAAVABAAFQAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo AwABQAMAASADAAEBAQABCAYAAQgYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA @@ -153,31 +153,36 @@ AcwBAAH/AZkB/wEAAf8BzAIAAf8BzAEzAQAB/wHMAWYBAAH/AcwBmQEAAf8CzAEAAf8BzAH/AQAC/wEz AQABzAH/AWYBAAL/AZkBAAL/AcwBAAJmAf8BAAFmAf8BZgEAAWYC/wEAAf8CZgEAAf8BZgH/AQAC/wFm AQABIQEAAaUBAANfAQADdwEAA4YBAAOWAQADywEAA7IBAAPXAQAD3QEAA+MBAAPqAQAD8QEAA/gBAAHw - AfsB/wEAAaQCoAEAA4ADAAH/AgAB/wMAAv8BAAH/AwAB/wEAAf8BAAL/AgAD/wEAAf8B8QjyBPEB/zEA - AfMB9AcAAf8B1gH/AQAB9AHWAf8wAAHxAvQF8gHzAfID/wEAAfQB8jAAAfEB9AH/BfQB/wHyAQAB9AHx - AgAB8jAAAfEC9AXzAfQB8gH0AfMBCQLzAfIwAAHxAfQB8wbxAd0B8QH0AfEC9AH/MAAB8QH0Cf8BAAEJ - MwAB8QH0ARkHCQHzAQABCTMAAfEB9Aj/AgABCTMAAfEB9AHwAgkBGQYAAQkzAAHxAfQEAAH/BRkB8DMA - AfEB9AQAAf8BCQHzAvQBGQHyMwAB8QH0BAAB/wEJAv8C8jQAAfEB9AQAAf8BCQH/AfIB8zUAAfQB8gH/ - AwAB/wEJAfAB8zcAAfIB1gQJAbwB8zsAAf8B8wHdAQkBtAHyCgAB/wHzAQgBuwFyAcIKAAH/AfQBGgEH - AZMB8xYAAfIBGQG6AbMCsgEGArMB8gYAAfIBCAG7AXIDkAGLAXAB8gYAAfMBGgEHAY4FTAHzBgAB/wHD - DJoBwwH/Ac4CrQOyAgYCswW0AbIBlgaQAYsBcAFyApgDkQGQA3UCbwRMAXUFdAF1AfQNegFZAfQCzgGt - A7ICBgGzAdsECQHzAbQBlgaQAXEBiwFyAZgBGQGYAZEBmAGRBHUBbwRMAQcEGgH0AXQB9A16AVkBwwLO - Aa0DsgIGAbMB2wQJAeIBtAGWAXEGkAGLAXIBmAEIApEBmAGRBHUBbwRMAQcEGgHzAXQB9A16AVkBwwLO - AgkBsgHyAbMBBgGzAdsECQHzAbQClgGdAQgBlgH0AZYBkAGLAXIBmAEIAZgBkQGYAZEDdQHzAZMETAEH - BBoB8wF0AfQNegFZAcMCzgIZAbMB/wEJAQYBsgHbBAkB8gG0A5YB8wEZAbsCkAGLAXIBmAEIAZgBkQG7 - AZEDdQHzAZMETAEHBBoB8wF0AfQNegFZAcMBzgGzAv8BCQH0ARkCBgHbBAkB8gG0ApYBcQG7Af8BlgKQ - AXEBcgGYAQgCmAG7AZEDdQLzAQcDTAMHARsC9AF0AfQNegFZAcMBzgHbARkB3QH/AQkB9AGyAQYB2wG7 - AwkB8gG0ApYBcQEIAfQBnQOQAXIBmAEIBJgDdQHzAQcB9AF1BkwC9AF0AfQNegFZAcMBzgMJAf8BswEZ - AbQBBgEJAbsDCQHzAbQClgGdAfMBmAHzA5ABcgGYAQgCmAG7AboDdQHzAQcB9AF1BEwCkwEaAf8BmgH0 - DXoBWQHDAbQDswG0AbICtAEGAdsCuwEJAQgB8wG0BJYBkAGYAXICkAFyAZgBCAGYAboBuwG6A3UBGgHz - AQcBbwRMARoBkwEHAf8BmgH0DVkBOAH0AbMDzgKtArIBBgG7AgkCGQHzAbQDlgFxBZABcgGYAQgCugG7 - AboFdQJvAkwBkwFMARoBTAEHAf8BmgHDDjgB9gGzA84CrQKyAQYBuwEJAxkB8wG0A5YBcQWQAXIBmAEZ - AZ0BugG7AboFdQJvAkwBvAH0AfMBGgL/AZoBwwY4AVkG9AH2AQABswG0As4CrQOyAbMFtAHOA5YCcQSQ - AXICmAGdAroBlgF1AZMDdQJvAkwBkwUHAXUB9AY4Ab0IAAHyAQgBCQG0Ac4BrQOyAfIGAAHzAQgBuwGR - AZYEkAHCBgAB8wEaAZkBkwF1A28BTAHzBgAB/wHDBJoBvQH/DAAB/wHzAd0BCQG0AfIKAAH/AfMBGQG7 - AZgB8woAAf8B9AEaAZkBkwHzFgABQgFNAT4HAAE+AwABKAMAAUADAAEgAwABAQEAAQEGAAEBFgAD/wIA - AQEGAAE/AYgHAAEEBwABJhcAARcHAAEXBwABNwYAAQMB9wYAATwBBwYAATwBBwYAATwBDwYAATwBHwYA - ARwBPwYAAYABfwYAAfABPwHwAT8B8AE/Av8BAAE/AQABPwEAAT9ZAAEBBwAB/wEAAT8BAAE/AQABPwEA + AfsB/wEAAaQCoAEAA4ADAAH/AgAB/wMAAv8BAAH/AwAB/wEAAf8BAAL/AgAD/wEAAf8B8QjyBPEB/wMA + Af8B7gn0AUwiAAHzAfQHAAH/AdYB/wEAAfQB1gH/AgAB9AoAAUwiAAHxAvQF8gHzAfID/wEAAfQB8gIA + AfQCAAEaAQABGgEHAfMBGwIAAUwiAAHxAfQB/wX0Af8B8gEAAfQB8QIAAfICAAH0AgABGgHzARoBAAIH + AgABTCIAAfEC9AXzAfQB8gH0AfMBCQLzAfICAAH0AgAB/wHzAf8B8wEAAfMCAAFMIgAB8QH0AfMG8QHd + AfEB9AHxAvQB/wIAAfQCAAHxAf8GAAFMIgAB8QH0Cf8BAAEJBQAB9AIAAkwDAAF1ARoBAAFMIgAB8QH0 + ARkHCQHzAQABCQUAAfQDAAEaASYBTAEmAU0B8QEAAUwiAAHxAfQI/wIAAQkFAAH0BAABkwFMBAABTCIA + AfEB9AHwAgkBGQYAAQkFAAH0BAACGwQAAUwiAAHxAfQEAAH/BRkB8AUAAfQEAAEmAZMEAAFMIgAB8QH0 + BAAB/wEJAfMC9AEZAfIFAAH0BAABdQHyBAABGiIAAfEB9AQAAf8BCQL/AvIGAAH0BwAB8QIrASYiAAHx + AfQEAAH/AQkB/wHyAfMHAAH0BwABKwEAAUwjAAH0AfIB/wMAAf8BCQHwAfMIAAH0Af8GAAErAUwlAAHy + AdYECQG8AfMKAAEWBisBTCkAAf8B8wHdAQkBtAHyCgAB/wHzAQgBuwFyAcIKAAH/AfQBGgEHAZMB8xYA + AfIBGQG6AbMCsgEGArMB8gYAAfIBCAG7AXIDkAGLAXAB8gYAAfMBGgEHAY4FTAHzBgAB/wHDDJoBwwH/ + Ac4CrQOyAgYCswW0AbIBlgaQAYsBcAFyApgDkQGQA3UCbwRMAXUFdAF1AfQNegFZAfQCzgGtA7ICBgGz + AdsECQHzAbQBlgaQAXEBiwFyAZgBGQGYAZEBmAGRBHUBbwRMAQcEGgH0AXQB9A16AVkBwwLOAa0DsgIG + AbMB2wQJAeIBtAGWAXEGkAGLAXIBmAEIApEBmAGRBHUBbwRMAQcEGgHzAXQB9A16AVkBwwLOAgkBsgHy + AbMBBgGzAdsECQHzAbQClgGdAQgBlgH0AZYBkAGLAXIBmAEIAZgBkQGYAZEDdQHzAZMETAEHBBoB8wF0 + AfQNegFZAcMCzgIZAbMB/wEJAQYBsgHbBAkB8gG0A5YB8wEZAbsCkAGLAXIBmAEIAZgBkQG7AZEDdQHz + AZMETAEHBBoB8wF0AfQNegFZAcMBzgGzAv8BCQH0ARkCBgHbBAkB8gG0ApYBcQG7Af8BlgKQAXEBcgGY + AQgCmAG7AZEDdQLzAQcDTAMHARsC9AF0AfQNegFZAcMBzgHbARkB3QH/AQkB9AGyAQYB2wG7AwkB8gG0 + ApYBcQEIAfQBnQOQAXIBmAEIBJgDdQHzAQcB9AF1BkwC9AF0AfQNegFZAcMBzgMJAf8BswEZAbQBBgEJ + AbsDCQHzAbQClgGdAfMBmAHzA5ABcgGYAQgCmAG7AboDdQHzAQcB9AF1BEwCkwEaAf8BmgH0DXoBWQHD + AbQDswG0AbICtAEGAdsCuwEJAQgB8wG0BJYBkAGYAXICkAFyAZgBCAGYAboBuwG6A3UBGgHzAQcBbwRM + ARoBkwEHAf8BmgH0DVkBOAH0AbMDzgKtArIBBgG7AgkCGQHzAbQDlgFxBZABcgGYAQgCugG7AboFdQJv + AkwBkwFMARoBTAEHAf8BmgHDDjgB9gGzA84CrQKyAQYBuwEJAxkB8wG0A5YBcQWQAXIBmAEZAZ0BugG7 + AboFdQJvAkwBvAH0AfMBGgL/AZoBwwY4AVkG9AH2AQABswG0As4CrQOyAbMFtAHOA5YCcQSQAXICmAGd + AroBlgF1AZMDdQJvAkwBkwUHAXUB9AY4Ab0IAAHyAQgBCQG0Ac4BrQOyAfIGAAHzAQgBuwGRAZYEkAHC + BgAB8wEaAZkBkwF1A28BTAHzBgAB/wHDBJoBvQH/DAAB/wHzAd0BCQG0AfIKAAH/AfMBGQG7AZgB8woA + Af8B9AEaAZkBkwHzFgABQgFNAT4HAAE+AwABKAMAAUADAAEgAwABAQEAAQEGAAEBFgAD/wIAAQEBwAED + BAABPwGIAd8B+wUAAQQB2gEbBQABJgHYAZsGAAHYAVsGAAHZAfsFAAEXAdkBywUAARcB3AELBQABNwHe + AXsEAAEDAfcB3gF7BAABPAEHAd4BewQAATwBBwHeAXsEAAE8AQ8B3wHDBAABPAEfAd8B1wQAARwBPwLP + BAABgAF/AeABHwQAAfABPwHwAT8B8AE/Av8BAAE/AQABPwEAAT9ZAAEBBwAB/wEAAT8BAAE/AQABPwEA Af8B8AE/AfABPwHwAT8C/ws= diff --git a/Client/DocMgmt/Dokumenterstellung.cs b/Client/DocMgmt/Dokumenterstellung.cs index 037cf86b..0647d766 100644 --- a/Client/DocMgmt/Dokumenterstellung.cs +++ b/Client/DocMgmt/Dokumenterstellung.cs @@ -141,7 +141,7 @@ namespace OnDoc.DocMgmt { DOCGEN.Generator.DocGenerator_from_EDOKA Generator = new DOCGEN.Generator.DocGenerator_from_EDOKA(AppParams.connectionstring, AppParams.tempdir, AppParams.RESTURI, AppParams.apikey); clsdok dok = new clsdok("", "", ""); - dok = Generator.Generate_Doc_EDOKA(dokumentid, ref dokdata, ucAllgemeineDokumentParam1.ErstellungInOffice); + dok = Generator.Generate_Doc_EDOKA(dokumentid, ref dokdata, ucAllgemeineDokumentParam1.ErstellungInOffice,AppParams.OfficeSpleep1); interop = ucAllgemeineDokumentParam1.interop; diff --git a/Client/Klassen/clsAppParams.cs b/Client/Klassen/clsAppParams.cs index 778b2147..a17b242c 100644 --- a/Client/Klassen/clsAppParams.cs +++ b/Client/Klassen/clsAppParams.cs @@ -40,6 +40,9 @@ namespace OnDoc.Klassen public static string ZusatzFontSize { get; set; } = ""; public static string EDOKAPath { get; set; } = ""; + + public static int OfficeSpleep1 { get; set; } = 500; + public static int OfficeSpleep2 { get; set; } = 1000; static AppParams() { diff --git a/Client/Start.cs b/Client/Start.cs index 93f68a40..bc9969ee 100644 --- a/Client/Start.cs +++ b/Client/Start.cs @@ -207,10 +207,10 @@ namespace OnDoc EDK_Data.Load_EDK_File(filename); dB.save_edk(filename, AppParams.CurrentMitarbieter); - System.IO.File.Delete(filename); + //System.IO.File.Delete(filename); if (EDK_Data.toexecute == true) { - exec_edk(); + exec_edk(filename); } } private void URI_Call(string filename) @@ -265,7 +265,24 @@ namespace OnDoc } - private void exec_edk() + private bool edkb12_check(string filename) + { + DB dB = new DB(AppParams.connectionstring); + string dokumenttypnr = EDK_Data.GetAVQ_Parameter("dokumenttypnr"); + int doktyp = Convert.ToInt32(dokumenttypnr); + doktyp = doktyp - 900000000; + dB.Get_Tabledata("Select count(*) from edk_data_doktype where dokumenttypnr=" + doktyp.ToString(),false,true); + if (Convert.ToInt32(dB.dsdaten.Tables[0].Rows[0][0]) > 0) + { + dB.save_edkdata(filename,AppParams.currenttgnummer); + dB = null; + return true; + } + dB = null; + return false; + + } + private void exec_edk(string filename) { EDK_Data.toexecute = false; if (EDK_Data.action == EDK_ActionType.DokumentErstellung) @@ -273,7 +290,20 @@ namespace OnDoc string partnernr = EDK_Data.GetAVQ_Parameter("Partnernr"); string dokumenttypnr = EDK_Data.GetAVQ_Parameter("dokumenttypnr"); string isdokumentpaket = EDK_Data.GetAVQ_Parameter("dokumentpaket"); - + string erstellungsart = EDK_Data.GetAVQ_Parameter("DirekteErstellung"); + string interaktion = "Yes"; + if (erstellungsart == "1") { interaktion = "No"; } else { interaktion = "Yes"; } + if (erstellungsart == "2") + { + if (edkb12_check(filename)) + { + System.IO.File.Delete(filename); + MessageBox.Show("Das gewählte Dokument wird im Hintergrund erstellt.", "Dokumenterstellung", MessageBoxButtons.OK, MessageBoxIcon.Information); + + return; + } + } + System.IO.File.Delete(filename); int doktyp = Convert.ToInt32(dokumenttypnr); doktyp = doktyp - 900000000; EDK_Data.toexecute = true; @@ -282,9 +312,10 @@ namespace OnDoc dokList1.createdocumentpaket(Convert.ToInt32(partnernr), doktyp); return; } - //dokList1.createnewdoc(Convert.ToInt32(partnernr), doktyp, false, "Yes", "Yes"); + dokList1.createnewdoc(Convert.ToInt32(partnernr), doktyp, false, interaktion, "Yes"); EDK_Data.toexecute = false; + } } diff --git a/Client/UIControls/Administrator/edk_viewer.cs b/Client/UIControls/Administrator/edk_viewer.cs index 40c67339..2fa4eb73 100644 --- a/Client/UIControls/Administrator/edk_viewer.cs +++ b/Client/UIControls/Administrator/edk_viewer.cs @@ -47,20 +47,20 @@ namespace OnDoc.UIControls.Administrator mitarbeiternr = Convert.ToInt32(cbboxzustaendigmitarbeiter.SelectedValue); } catch { mitarbeiternr = 0; } } - string datum = dateTimePicker1.Value.ToString("yyyy-MM-dd"); + string datum = "Convert(Datetime,'"+dateTimePicker1.Value.ToString("yyyy-MM-dd 00:00:00")+"',102)"; DB db = new DB(AppParams.connectionstring); string sql = ""; if (rblog.Checked) { sql = "select top "+numericUpDown1.Value.ToString()+" rowid, mitarbeiternr, insert_timestamp,dbo.binarytobase64(xmldata) from edk_log"; - sql = sql + " where insert_timestamp >= '" + datum + "' "; + sql = sql + " where insert_timestamp >= " + datum + " "; if (mitarbeiternr > 0) { sql = sql + " and mitarbeiternr=" + mitarbeiternr.ToString(); } sql = sql + " order by rowid desc"; } else { sql = "select top "+numericUpDown1.Value.ToString()+" rowid, tgnummer, insert_timestamp, dbo.binarytobase64(xmldata) from edk_data "; - sql = sql + " where insert_timestamp >= '" + datum + "' "; + sql = sql + " where insert_timestamp >= " + datum + " "; if (mitarbeiternr > 0) { diff --git a/Client/UIControls/DokList.cs b/Client/UIControls/DokList.cs index fb09309f..d543a06e 100644 --- a/Client/UIControls/DokList.cs +++ b/Client/UIControls/DokList.cs @@ -726,10 +726,12 @@ namespace OnDoc.UICintrols Dokumenterstellung frmnewdok = new Dokumenterstellung(partnernr, dokumenttypnr, profilnr); if (interaktion == "No") { - frmnewdok.Visible = false; + frmnewdok.Show(); + frmnewdok.Visible = false; frmnewdok.Dokument_Erstellen(); frmnewdok.Dispose(); + } else @@ -771,7 +773,16 @@ namespace OnDoc.UICintrols interop = frmnewdok.interop; runmacros = frmnewdok.runmacros; string filename = frmnewdok.filename; + DB db = new DB(AppParams.connectionstring); + db.clear_parameter(); + db.add_parameter("@dokumentid", selected_dokumentid); + db.Get_Tabledata("ondoc_check_delete_einzeldokument", true, false); + if (Convert.ToInt32(db.dsdaten.Tables[0].Rows[0][0]) > 0) { + db = null; + return; + } + db.Dok_in_Bearbeietung(1, selected_dokumentid, AppParams.CurrentMitarbieter); db = null; clsProcessWatch.AddToList(selected_dokumentid, filename, "Word"); diff --git a/Client/bin/Debug/DOCGEN.dll b/Client/bin/Debug/DOCGEN.dll index dbf26b86..0fc6d37b 100644 Binary files a/Client/bin/Debug/DOCGEN.dll and b/Client/bin/Debug/DOCGEN.dll differ diff --git a/Client/bin/Debug/DOCGEN.pdb b/Client/bin/Debug/DOCGEN.pdb index a2afe04d..a316ad82 100644 Binary files a/Client/bin/Debug/DOCGEN.pdb and b/Client/bin/Debug/DOCGEN.pdb differ diff --git a/Client/bin/Debug/Database.dll b/Client/bin/Debug/Database.dll index 2c445cd3..6ef1f05f 100644 Binary files a/Client/bin/Debug/Database.dll and b/Client/bin/Debug/Database.dll differ diff --git a/Client/bin/Debug/Database.pdb b/Client/bin/Debug/Database.pdb index 9c1a9663..ae12f579 100644 Binary files a/Client/bin/Debug/Database.pdb and b/Client/bin/Debug/Database.pdb differ diff --git a/Client/bin/Debug/OnDoc.exe b/Client/bin/Debug/OnDoc.exe index c59624d5..164e2e69 100644 Binary files a/Client/bin/Debug/OnDoc.exe and b/Client/bin/Debug/OnDoc.exe differ diff --git a/Client/bin/Debug/OnDoc.pdb b/Client/bin/Debug/OnDoc.pdb index e52c5886..1d53e14e 100644 Binary files a/Client/bin/Debug/OnDoc.pdb and b/Client/bin/Debug/OnDoc.pdb differ diff --git a/Client/bin/Debug/OnDocOffice.dll b/Client/bin/Debug/OnDocOffice.dll index b2b78e1e..c6415a8f 100644 Binary files a/Client/bin/Debug/OnDocOffice.dll and b/Client/bin/Debug/OnDocOffice.dll differ diff --git a/Client/bin/Debug/OnDocOffice.pdb b/Client/bin/Debug/OnDocOffice.pdb index 54f79700..128a5988 100644 Binary files a/Client/bin/Debug/OnDocOffice.pdb and b/Client/bin/Debug/OnDocOffice.pdb differ diff --git a/Client/bin/Debug/de-DE/OnDoc.resources.dll b/Client/bin/Debug/de-DE/OnDoc.resources.dll index a715f641..b897bd7f 100644 Binary files a/Client/bin/Debug/de-DE/OnDoc.resources.dll and b/Client/bin/Debug/de-DE/OnDoc.resources.dll differ diff --git a/Client/obj/Debug/Client.csproj.AssemblyReference.cache b/Client/obj/Debug/Client.csproj.AssemblyReference.cache index 9ff47b5e..80e0db8d 100644 Binary files a/Client/obj/Debug/Client.csproj.AssemblyReference.cache and b/Client/obj/Debug/Client.csproj.AssemblyReference.cache differ diff --git a/Client/obj/Debug/Client.csproj.GenerateResource.cache b/Client/obj/Debug/Client.csproj.GenerateResource.cache index 98855528..1499d1ba 100644 Binary files a/Client/obj/Debug/Client.csproj.GenerateResource.cache and b/Client/obj/Debug/Client.csproj.GenerateResource.cache differ diff --git a/Client/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/Client/obj/Debug/DesignTimeResolveAssemblyReferences.cache index a626cb09..aaca2000 100644 Binary files a/Client/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/Client/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/Client/obj/Debug/OnDoc.Diverses.NativVorlagen.resources b/Client/obj/Debug/OnDoc.Diverses.NativVorlagen.resources index 40aa600c..b0508e8b 100644 Binary files a/Client/obj/Debug/OnDoc.Diverses.NativVorlagen.resources and b/Client/obj/Debug/OnDoc.Diverses.NativVorlagen.resources differ diff --git a/Client/obj/Debug/OnDoc.exe b/Client/obj/Debug/OnDoc.exe index c59624d5..164e2e69 100644 Binary files a/Client/obj/Debug/OnDoc.exe and b/Client/obj/Debug/OnDoc.exe differ diff --git a/Client/obj/Debug/OnDoc.pdb b/Client/obj/Debug/OnDoc.pdb index e52c5886..1d53e14e 100644 Binary files a/Client/obj/Debug/OnDoc.pdb and b/Client/obj/Debug/OnDoc.pdb differ diff --git a/Client/obj/Debug/de-DE/OnDoc.resources.dll b/Client/obj/Debug/de-DE/OnDoc.resources.dll index a715f641..b897bd7f 100644 Binary files a/Client/obj/Debug/de-DE/OnDoc.resources.dll and b/Client/obj/Debug/de-DE/OnDoc.resources.dll differ diff --git a/DOCGEN/Klassen/DocGenerator_from_EDOKA.cs b/DOCGEN/Klassen/DocGenerator_from_EDOKA.cs index 087779e7..71f11b27 100644 --- a/DOCGEN/Klassen/DocGenerator_from_EDOKA.cs +++ b/DOCGEN/Klassen/DocGenerator_from_EDOKA.cs @@ -12,6 +12,7 @@ using System.Diagnostics; using NLog; using System.Security.Policy; using OfficePrinter; +using Syncfusion.XlsIO.Implementation.PivotAnalysis; namespace DOCGEN.Generator { @@ -54,7 +55,7 @@ namespace DOCGEN.Generator this.apikey = ApiKey; } - public clsdok Generate_Doc_EDOKA(string dokumentid, ref clsDocData docdata, bool useoffice = false ) + public clsdok Generate_Doc_EDOKA(string dokumentid, ref clsDocData docdata, bool useoffice = false, int OfficeSleep=0 ) { DB db = new DB(connectionstring); DataTable dt = new DataTable(); @@ -78,7 +79,7 @@ namespace DOCGEN.Generator } else { OnDocOffice.clsWordEdit oo = new OnDocOffice.clsWordEdit("", "",""); - dok.dokument = oo.Generate_Word_in_Office(ref docdata, ref dok, dt.Rows[0][0].ToString(), connectionstring, tempdir, dokumentid, Apptype,Extension); + dok.dokument = oo.Generate_Word_in_Office(ref docdata, ref dok, dt.Rows[0][0].ToString(), connectionstring, tempdir, dokumentid, Apptype,Extension,OfficeSleep); } dok.doktype = "D"; diff --git a/DOCGEN/bin/Debug/DOCGEN.dll b/DOCGEN/bin/Debug/DOCGEN.dll index dbf26b86..0fc6d37b 100644 Binary files a/DOCGEN/bin/Debug/DOCGEN.dll and b/DOCGEN/bin/Debug/DOCGEN.dll differ diff --git a/DOCGEN/bin/Debug/DOCGEN.pdb b/DOCGEN/bin/Debug/DOCGEN.pdb index a2afe04d..a316ad82 100644 Binary files a/DOCGEN/bin/Debug/DOCGEN.pdb and b/DOCGEN/bin/Debug/DOCGEN.pdb differ diff --git a/DOCGEN/bin/Debug/Database.dll b/DOCGEN/bin/Debug/Database.dll index 2c445cd3..6ef1f05f 100644 Binary files a/DOCGEN/bin/Debug/Database.dll and b/DOCGEN/bin/Debug/Database.dll differ diff --git a/DOCGEN/bin/Debug/Database.pdb b/DOCGEN/bin/Debug/Database.pdb index 9c1a9663..ae12f579 100644 Binary files a/DOCGEN/bin/Debug/Database.pdb and b/DOCGEN/bin/Debug/Database.pdb differ diff --git a/DOCGEN/bin/Debug/OnDocOffice.dll b/DOCGEN/bin/Debug/OnDocOffice.dll index b2b78e1e..c6415a8f 100644 Binary files a/DOCGEN/bin/Debug/OnDocOffice.dll and b/DOCGEN/bin/Debug/OnDocOffice.dll differ diff --git a/DOCGEN/bin/Debug/OnDocOffice.pdb b/DOCGEN/bin/Debug/OnDocOffice.pdb index 54f79700..128a5988 100644 Binary files a/DOCGEN/bin/Debug/OnDocOffice.pdb and b/DOCGEN/bin/Debug/OnDocOffice.pdb differ diff --git a/DOCGEN/obj/Debug/DOCGEN.dll b/DOCGEN/obj/Debug/DOCGEN.dll index dbf26b86..0fc6d37b 100644 Binary files a/DOCGEN/obj/Debug/DOCGEN.dll and b/DOCGEN/obj/Debug/DOCGEN.dll differ diff --git a/DOCGEN/obj/Debug/DOCGEN.pdb b/DOCGEN/obj/Debug/DOCGEN.pdb index a2afe04d..a316ad82 100644 Binary files a/DOCGEN/obj/Debug/DOCGEN.pdb and b/DOCGEN/obj/Debug/DOCGEN.pdb differ diff --git a/DOCGEN/obj/Debug/DocGen.csproj.AssemblyReference.cache b/DOCGEN/obj/Debug/DocGen.csproj.AssemblyReference.cache index fdda6b8d..8a4264da 100644 Binary files a/DOCGEN/obj/Debug/DocGen.csproj.AssemblyReference.cache and b/DOCGEN/obj/Debug/DocGen.csproj.AssemblyReference.cache differ diff --git a/Database/bin/Debug/Database.dll b/Database/bin/Debug/Database.dll index 2c445cd3..6ef1f05f 100644 Binary files a/Database/bin/Debug/Database.dll and b/Database/bin/Debug/Database.dll differ diff --git a/Database/bin/Debug/Database.pdb b/Database/bin/Debug/Database.pdb index 9c1a9663..ae12f579 100644 Binary files a/Database/bin/Debug/Database.pdb and b/Database/bin/Debug/Database.pdb differ diff --git a/Database/db.cs b/Database/db.cs index 8a320c9d..ec6d44ad 100644 --- a/Database/db.cs +++ b/Database/db.cs @@ -1862,6 +1862,57 @@ namespace Database } + public bool save_edkdata(string filename,string tgnummer) + { + try + { + SqlConnection Connection = new SqlConnection(); + SqlDataAdapter DA = new SqlDataAdapter("select * from edk_data where rowid=-1 ", Connection); + SqlCommandBuilder cb = new SqlCommandBuilder(DA); + DataSet ds = new DataSet(); + FileStream fs = new FileStream(filename, FileMode.Open, FileAccess.Read); + byte[] mydata = new byte[fs.Length]; + try + { + fs.Read(mydata, 0, Convert.ToInt32(fs.Length)); + fs.Close(); + Connection.ConnectionString = connectionstring; + Connection.Open(); + DA.Fill(ds, "edk_data"); + DataRow myRow; + if (ds.Tables[0].Rows.Count == 0) + { + myRow = ds.Tables[0].NewRow(); + myRow[1] = tgnummer; + myRow[2] = DateTime.Now; + myRow[3] = "0"; + myRow[4] = DateTime.Now; + myRow[5] = mydata; + ds.Tables[0].Rows.Add(myRow); + DA.Update(ds, "edk_data"); + } + } + catch (Exception ex) + { + return false; + } + finally + { + fs = null; + cb = null; + ds = null; + DA = null; + Connection.Close(); + Connection = null; + } + return true; + } + catch (Exception EX) + { + return false; + } + + } public Boolean save_edk(string filename, int mitarbeiternr) { try @@ -2001,6 +2052,7 @@ namespace Database catch { return ""; } //return true; } + } diff --git a/Database/obj/Debug/Database.csproj.AssemblyReference.cache b/Database/obj/Debug/Database.csproj.AssemblyReference.cache index 1d34f6cc..5f10a3ee 100644 Binary files a/Database/obj/Debug/Database.csproj.AssemblyReference.cache and b/Database/obj/Debug/Database.csproj.AssemblyReference.cache differ diff --git a/Database/obj/Debug/Database.dll b/Database/obj/Debug/Database.dll index 2c445cd3..6ef1f05f 100644 Binary files a/Database/obj/Debug/Database.dll and b/Database/obj/Debug/Database.dll differ diff --git a/Database/obj/Debug/Database.pdb b/Database/obj/Debug/Database.pdb index 9c1a9663..ae12f579 100644 Binary files a/Database/obj/Debug/Database.pdb and b/Database/obj/Debug/Database.pdb differ diff --git a/OnDocOffice/bin/Debug/Database.dll b/OnDocOffice/bin/Debug/Database.dll index 2c445cd3..6ef1f05f 100644 Binary files a/OnDocOffice/bin/Debug/Database.dll and b/OnDocOffice/bin/Debug/Database.dll differ diff --git a/OnDocOffice/bin/Debug/Database.pdb b/OnDocOffice/bin/Debug/Database.pdb index 9c1a9663..ae12f579 100644 Binary files a/OnDocOffice/bin/Debug/Database.pdb and b/OnDocOffice/bin/Debug/Database.pdb differ diff --git a/OnDocOffice/bin/Debug/OnDocOffice.dll b/OnDocOffice/bin/Debug/OnDocOffice.dll index b2b78e1e..c6415a8f 100644 Binary files a/OnDocOffice/bin/Debug/OnDocOffice.dll and b/OnDocOffice/bin/Debug/OnDocOffice.dll differ diff --git a/OnDocOffice/bin/Debug/OnDocOffice.pdb b/OnDocOffice/bin/Debug/OnDocOffice.pdb index 54f79700..128a5988 100644 Binary files a/OnDocOffice/bin/Debug/OnDocOffice.pdb and b/OnDocOffice/bin/Debug/OnDocOffice.pdb differ diff --git a/OnDocOffice/clsoffice.cs b/OnDocOffice/clsoffice.cs index 17f62b03..2c29a38c 100644 --- a/OnDocOffice/clsoffice.cs +++ b/OnDocOffice/clsoffice.cs @@ -183,7 +183,7 @@ namespace OnDocOffice } } - public string Generate_Word_in_Office(ref clsDocData docdata, ref clsdok dok, string vorlage, string connectionstring, string tempdir, string dokumentid, string apptype, string extension) + public string Generate_Word_in_Office(ref clsDocData docdata, ref clsdok dok, string vorlage, string connectionstring, string tempdir, string dokumentid, string apptype, string extension, int OfficeSleep) { this.dokumentid = docdata.Dokumentid; string filename = tempdir + dokumentid + "." + extension; @@ -193,10 +193,10 @@ namespace OnDocOffice Helper.clsFileHelper fh = new Helper.clsFileHelper(); fh.SaveBase64ToFile(vorlage, filename); Start_Application(); - Thread.Sleep(500); + Thread.Sleep(OfficeSleep); worddoc = word.Documents.Open(filename); - Thread.Sleep(500); + Thread.Sleep(OfficeSleep); if (worddoc.ProtectionType != Microsoft.Office.Interop.Word.WdProtectionType.wdNoProtection) @@ -313,7 +313,7 @@ namespace OnDocOffice worddoc.Save(); worddoc.Close(); - //word.Quit(SaveChanges: false); + Thread.Sleep(OfficeSleep); string b64 = fh.Base64FromFile(filename); word.Documents.Open(filename); worddoc = null; diff --git a/OnDocOffice/obj/Debug/OnDocOffice.csproj.AssemblyReference.cache b/OnDocOffice/obj/Debug/OnDocOffice.csproj.AssemblyReference.cache index 4271de89..f5f24865 100644 Binary files a/OnDocOffice/obj/Debug/OnDocOffice.csproj.AssemblyReference.cache and b/OnDocOffice/obj/Debug/OnDocOffice.csproj.AssemblyReference.cache differ diff --git a/OnDocOffice/obj/Debug/OnDocOffice.dll b/OnDocOffice/obj/Debug/OnDocOffice.dll index b2b78e1e..c6415a8f 100644 Binary files a/OnDocOffice/obj/Debug/OnDocOffice.dll and b/OnDocOffice/obj/Debug/OnDocOffice.dll differ diff --git a/OnDocOffice/obj/Debug/OnDocOffice.pdb b/OnDocOffice/obj/Debug/OnDocOffice.pdb index 54f79700..128a5988 100644 Binary files a/OnDocOffice/obj/Debug/OnDocOffice.pdb and b/OnDocOffice/obj/Debug/OnDocOffice.pdb differ diff --git a/OnDocWPF/obj/Debug/net8.0-windows/OnDocWPF.AssemblyInfo.cs b/OnDocWPF/obj/Debug/net8.0-windows/OnDocWPF.AssemblyInfo.cs index 07b3b42b..da84f469 100644 --- a/OnDocWPF/obj/Debug/net8.0-windows/OnDocWPF.AssemblyInfo.cs +++ b/OnDocWPF/obj/Debug/net8.0-windows/OnDocWPF.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("OnDocWPF")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+186d31368a51299c36d9c1640d7734e40190778f")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4093f8764d1f6a2fda5f985046f496863d894c80")] [assembly: System.Reflection.AssemblyProductAttribute("OnDocWPF")] [assembly: System.Reflection.AssemblyTitleAttribute("OnDocWPF")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/OnDocWPF/obj/Debug/net8.0-windows/OnDocWPF.AssemblyInfoInputs.cache b/OnDocWPF/obj/Debug/net8.0-windows/OnDocWPF.AssemblyInfoInputs.cache index a5840902..ec69534f 100644 --- a/OnDocWPF/obj/Debug/net8.0-windows/OnDocWPF.AssemblyInfoInputs.cache +++ b/OnDocWPF/obj/Debug/net8.0-windows/OnDocWPF.AssemblyInfoInputs.cache @@ -1 +1 @@ -f621e7c6da9ad9129c2e6233d5f86f383df85f9b885d49009a437cab3b65b462 +008b8e5bac0b17e91507a5910bbf97a7141d33b9fabb244774bbdd29593645cb diff --git a/Plugin_Printersettings/AllgFnkt_Plugin.vbproj b/Plugin_Printersettings/AllgFnkt_Plugin.vbproj new file mode 100644 index 00000000..41ed35a1 --- /dev/null +++ b/Plugin_Printersettings/AllgFnkt_Plugin.vbproj @@ -0,0 +1,140 @@ + + + + Debug + AnyCPU + + + + + {80BE4E1A-EDDF-4947-B3F7-633901071E95} + Library + AllgFnkt_Plugin + AllgFnkt_Plugin + 512 + Windows + v4.8 + + + + true + full + true + true + ..\TKBOfficeLib\bin\Release\ + AllgFnkt_Plugin.xml + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + false + + + pdbonly + false + true + true + ..\TKBOfficeLib\bin\Release\ + AllgFnkt_Plugin.xml + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + x86 + false + + + On + + + Binary + + + Off + + + On + + + + True + + + True + + + False + ..\TKBOfficeLib\bin\Release\PluginAPI.dll + + + + + + + + + + + + + + + + + + + + + + + + frmPrinterSettings.vb + + + Form + + + + + True + Application.myapp + True + + + True + True + Resources.resx + + + True + Settings.settings + True + + + + + frmPrinterSettings.vb + Designer + + + VbMyResourcesResXFileCodeGenerator + Resources.Designer.vb + My.Resources + Designer + + + + + MyApplicationCodeGenerator + Application.Designer.vb + + + SettingsSingleFileGenerator + My + Settings.Designer.vb + Designer + + + + + \ No newline at end of file diff --git a/Plugin_Printersettings/AllgFnkt_Plugin.vsdoc b/Plugin_Printersettings/AllgFnkt_Plugin.vsdoc new file mode 100644 index 00000000..9100987e --- /dev/null +++ b/Plugin_Printersettings/AllgFnkt_Plugin.vsdoc @@ -0,0 +1,98 @@ + + + + default + + +]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + normal + yes + AllgFnkt_Plugin Reference + allgfnkt_plugin_reference + vsdocman_escaped_]_]_> + + + + placeholder + no + + 4e9cbe69bde64a71b340cbc83c3084a2 + + + + + + +]]> + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Plugin_Printersettings/AllgFnkt_Plugin.xml b/Plugin_Printersettings/AllgFnkt_Plugin.xml new file mode 100644 index 00000000..596b3547 --- /dev/null +++ b/Plugin_Printersettings/AllgFnkt_Plugin.xml @@ -0,0 +1,95 @@ + + + + + AllgFnkt_Plugin + + + + + + + + + + + + + + + + + + +Initializes a new instance of the frmPrinterSettings class. + + + + + + + +If set to , then ; otherwise, . + + + + + +Initializes a new instance of the frmPrinterSettings_sik class. + + + + + + + +If set to , then ; otherwise, . + + + + + + + + + + + +Startet eine implementierte Funktion: - Formularaktualisierung - Printersettings + +Returnwert aus der Funktion, sofern von der Funktion unterstützt + +Applikationsobjekt (z.B. Word) + +Aufzurufende Funktion + +Parameter sofern von der Funktion unterstütz + + + + + +Liefert Plugin-Name und Version + + + +Gets or sets . + + + +Liefer Fehlercode Code ungleich 0 - Detaillierte Meldung in Error-Message + + + +Liefert ein allfälliges Resultat aus einer Funktion zurück + + + +Fehlermeldung bei iError-Code ungleich 0 + + + + + diff --git a/Plugin_Printersettings/My Project/Application.Designer.vb b/Plugin_Printersettings/My Project/Application.Designer.vb new file mode 100644 index 00000000..8ab460ba --- /dev/null +++ b/Plugin_Printersettings/My Project/Application.Designer.vb @@ -0,0 +1,13 @@ +'------------------------------------------------------------------------------ +' +' Dieser Code wurde von einem Tool generiert. +' Laufzeitversion:4.0.30319.42000 +' +' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn +' der Code erneut generiert wird. +' +'------------------------------------------------------------------------------ + +Option Strict On +Option Explicit On + diff --git a/Plugin_Printersettings/My Project/Application.myapp b/Plugin_Printersettings/My Project/Application.myapp new file mode 100644 index 00000000..758895de --- /dev/null +++ b/Plugin_Printersettings/My Project/Application.myapp @@ -0,0 +1,10 @@ + + + false + false + 0 + true + 0 + 1 + true + diff --git a/Plugin_Printersettings/My Project/AssemblyInfo.vb b/Plugin_Printersettings/My Project/AssemblyInfo.vb new file mode 100644 index 00000000..ddc5ea97 --- /dev/null +++ b/Plugin_Printersettings/My Project/AssemblyInfo.vb @@ -0,0 +1,35 @@ +Imports System +Imports System.Reflection +Imports System.Runtime.InteropServices + +' Allgemeine Informationen über eine Assembly werden über die folgenden +' Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, +' die mit einer Assembly verknüpft sind. + +' Die Werte der Assemblyattribute überprüfen + + + + + + + + + + +'Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird + + +' Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: +' +' Hauptversion +' Nebenversion +' Buildnummer +' Revision +' +' Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern +' übernehmen, indem Sie "*" eingeben: +' + + + diff --git a/Plugin_Printersettings/My Project/Resources.Designer.vb b/Plugin_Printersettings/My Project/Resources.Designer.vb new file mode 100644 index 00000000..b80befcc --- /dev/null +++ b/Plugin_Printersettings/My Project/Resources.Designer.vb @@ -0,0 +1,63 @@ +'------------------------------------------------------------------------------ +' +' Dieser Code wurde von einem Tool generiert. +' Laufzeitversion:4.0.30319.42000 +' +' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn +' der Code erneut generiert wird. +' +'------------------------------------------------------------------------------ + +Option Strict On +Option Explicit On + +Imports System + +Namespace My.Resources + + 'Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert + '-Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. + 'Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen + 'mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. + ''' + ''' Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. + ''' + _ + Friend Module Resources + + Private resourceMan As Global.System.Resources.ResourceManager + + Private resourceCulture As Global.System.Globalization.CultureInfo + + ''' + ''' Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. + ''' + _ + Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager + Get + If Object.ReferenceEquals(resourceMan, Nothing) Then + Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("AllgFnkt_Plugin.Resources", GetType(Resources).Assembly) + resourceMan = temp + End If + Return resourceMan + End Get + End Property + + ''' + ''' Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle + ''' Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. + ''' + _ + Friend Property Culture() As Global.System.Globalization.CultureInfo + Get + Return resourceCulture + End Get + Set + resourceCulture = value + End Set + End Property + End Module +End Namespace diff --git a/Plugin_Printersettings/My Project/Resources.resx b/Plugin_Printersettings/My Project/Resources.resx new file mode 100644 index 00000000..af7dbebb --- /dev/null +++ b/Plugin_Printersettings/My Project/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/Plugin_Printersettings/My Project/Settings.Designer.vb b/Plugin_Printersettings/My Project/Settings.Designer.vb new file mode 100644 index 00000000..a0f580af --- /dev/null +++ b/Plugin_Printersettings/My Project/Settings.Designer.vb @@ -0,0 +1,73 @@ +'------------------------------------------------------------------------------ +' +' Dieser Code wurde von einem Tool generiert. +' Laufzeitversion:4.0.30319.42000 +' +' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn +' der Code erneut generiert wird. +' +'------------------------------------------------------------------------------ + +Option Strict On +Option Explicit On + + +Namespace My + + _ + Partial Friend NotInheritable Class MySettings + Inherits Global.System.Configuration.ApplicationSettingsBase + + Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings) + +#Region "Automatische My.Settings-Speicherfunktion" +#If _MyType = "WindowsForms" Then + Private Shared addedHandler As Boolean + + Private Shared addedHandlerLockObject As New Object + + _ + Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs) + If My.Application.SaveMySettingsOnExit Then + My.Settings.Save() + End If + End Sub +#End If +#End Region + + Public Shared ReadOnly Property [Default]() As MySettings + Get + +#If _MyType = "WindowsForms" Then + If Not addedHandler Then + SyncLock addedHandlerLockObject + If Not addedHandler Then + AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings + addedHandler = True + End If + End SyncLock + End If +#End If + Return defaultInstance + End Get + End Property + End Class +End Namespace + +Namespace My + + _ + Friend Module MySettingsProperty + + _ + Friend ReadOnly Property Settings() As Global.AllgFnkt_Plugin.My.MySettings + Get + Return Global.AllgFnkt_Plugin.My.MySettings.Default + End Get + End Property + End Module +End Namespace diff --git a/Plugin_Printersettings/My Project/Settings.settings b/Plugin_Printersettings/My Project/Settings.settings new file mode 100644 index 00000000..85b890b3 --- /dev/null +++ b/Plugin_Printersettings/My Project/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/Plugin_Printersettings/Plugin.vb b/Plugin_Printersettings/Plugin.vb new file mode 100644 index 00000000..e11f9938 --- /dev/null +++ b/Plugin_Printersettings/Plugin.vb @@ -0,0 +1,49 @@ +Imports PluginAPI +Imports System + + +Public Class Plugin + + + Public Function Start(ByVal App As Object, Fnkt As String, Parameters As Object) + Try + Select Case UCase(Fnkt) + Case "FORMULARAKTUALISIEREN" + Case "PRINTERSETTINGS" + Try + Dim f As New frmPrinterSettings(App, Parameters) + f.ShowDialog() + f.Dispose() + f.Dispose() + f = Nothing + + Catch ex As Exception + + End Try + Finalize() + Case "PRINT_COLOR" + Dim f As New frmPrinterSettings(App, Parameters) + f.Set_Printer_To_Color() + f.Dispose() + f = Nothing + Case "PRINT_BW" + Dim f As New frmPrinterSettings(App, Parameters) + f.Set_Printer_To_BW() + f.Dispose() + f = Nothing + + Case Else + + Finalize() + Exit Function + End Select + + Catch ex As Exception + + End Try + Finalize() + + End Function + + +End Class diff --git a/Plugin_Printersettings/VSdoc/AllgFnkt_Plugin.chm b/Plugin_Printersettings/VSdoc/AllgFnkt_Plugin.chm new file mode 100644 index 00000000..1df5d781 Binary files /dev/null and b/Plugin_Printersettings/VSdoc/AllgFnkt_Plugin.chm differ diff --git a/Plugin_Printersettings/VSdoc/AllgFnkt_Plugin.hhc b/Plugin_Printersettings/VSdoc/AllgFnkt_Plugin.hhc new file mode 100644 index 00000000..40c9c868 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/AllgFnkt_Plugin.hhc @@ -0,0 +1,1460 @@ + + + + + + + + + +
    +
  • + + + + +
      + + +
    • + + + +
        + +
      • + + + +
          + + + + + + + + + + + + + + +
        • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        • + + + +
            +
          • + + + + + + +
          • + + + + + + +
          • + + + + + + +
          • + + + + + + +
          • + + + + + + + +
          + + + +
        • + + + +
            + +
          • + + + + + + + + + + +
          • + + + + + + + + +
          + + + + + + + + + + +
        + + +
      • + + + +
          + + + + + + + + + + + + + + + + +
        • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        • + + + +
            + + +
          • + + + + + + + + + + + + +
          + + + + + + + + + + +
        + + +
      • + + + +
          + + + + + + + + + + + + +
        • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        • + + + + + + + + + + +
        • + + + +
            + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + + +
        • + + + +
            + + + + + + + + + + + + + + + + + + + +
          • + + + + + + + +
          • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          • + + + + + + + + + + + + + + + + + +
          + + + +
        • + + + +
            + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + + + + + + +
        + + +
      • + + + +
          + + + + + + + + + + + + +
        • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        • + + + + + + + + + + +
        • + + + +
            + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + + +
        • + + + +
            + + + + + + + + + + + + + + + + + + + +
          • + + + + + + + +
          • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          • + + + + + + + + + + + + + + + + + +
          + + + +
        • + + + +
            + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + + + + + + +
        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + +
    + + + + + + +
+ + diff --git a/Plugin_Printersettings/VSdoc/AllgFnkt_Plugin.hhk b/Plugin_Printersettings/VSdoc/AllgFnkt_Plugin.hhk new file mode 100644 index 00000000..e244e698 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/AllgFnkt_Plugin.hhk @@ -0,0 +1,142 @@ + + + + + +
    +
  • + + + + + +
  • + + + + + +
  • + + + + + +
  • + + + + + +
  • + + + + + +
  • + + + + + +
  • + + + + + +
  • + + + + + +
  • + + + + + +
  • + + + + + +
  • + + + + + +
  • + + + + + +
  • + + + + + +
  • + + + + + +
  • + + + + + +
  • + + + + + +
  • + + + + + +
  • + + + + + +
  • + + + + + +
  • + + + + + +
  • + + + + + +
  • + + + + + + +
+ + diff --git a/Plugin_Printersettings/VSdoc/AllgFnkt_Plugin.hhp b/Plugin_Printersettings/VSdoc/AllgFnkt_Plugin.hhp new file mode 100644 index 00000000..3a77210a --- /dev/null +++ b/Plugin_Printersettings/VSdoc/AllgFnkt_Plugin.hhp @@ -0,0 +1,77 @@ +[OPTIONS] +Compatibility=1.1 or later +Compiled file=AllgFnkt_Plugin.chm +Contents file=AllgFnkt_Plugin.hhc +Default topic=topic_0000000000000016.html +Default Window=main +Full-text search=Yes +Default Font=,8,0 +Language=0x0409 + +[WINDOWS] +main="AllgFnkt_Plugin Reference","AllgFnkt_Plugin.hhc","AllgFnkt_Plugin.hhk","topic_0000000000000016.html",,,,,,0x62520,,0x381e,[73,30,525,455],,,,,,,0 + +[FILES] +msdn2\collall.gif +msdn2\collapse.gif +msdn2\collapse_all.gif +msdn2\copycode.gif +msdn2\copycodeHighlight.gif +msdn2\drpdown.gif +msdn2\drpdown_orange.gif +msdn2\expall.gif +msdn2\expand_all.gif +msdn2\footer.gif + + + +[ALIAS] +topic_0000000000000017.html=topic_0000000000000017.html +topic_0000000000000016.html=topic_0000000000000016.html +topic_000000000000000A.html=topic_000000000000000A.html +topic_0000000000000007.html=topic_0000000000000007.html +topic_0000000000000001.html=topic_0000000000000001.html +topic_000000000000000C.html=topic_000000000000000C.html +topic_0000000000000012.html=topic_0000000000000012.html +topic_0000000000000014.html=topic_0000000000000014.html +topic_000000000000000F.html=topic_000000000000000F.html +topic_0000000000000003.html=topic_0000000000000003.html +topic_0000000000000011.html=topic_0000000000000011.html +topic_000000000000000D.html=topic_000000000000000D.html +topic_0000000000000010.html=topic_0000000000000010.html +topic_0000000000000013.html=topic_0000000000000013.html +topic_0000000000000009.html=topic_0000000000000009.html +topic_0000000000000006.html=topic_0000000000000006.html +topic_000000000000000E.html=topic_000000000000000E.html +topic_0000000000000002.html=topic_0000000000000002.html +topic_0000000000000004.html=topic_0000000000000004.html +topic_0000000000000005.html=topic_0000000000000005.html +topic_0000000000000000.html=topic_0000000000000000.html +topic_0000000000000008.html=topic_0000000000000008.html + + +[MAP] +#define topic_0000000000000017.html 100 +#define topic_0000000000000016.html 221 +#define topic_000000000000000A.html 167 +#define topic_0000000000000007.html 145 +#define topic_0000000000000001.html 101 +#define topic_000000000000000C.html 175 +#define topic_0000000000000012.html 204 +#define topic_0000000000000014.html 206 +#define topic_000000000000000F.html 201 +#define topic_0000000000000003.html 134 +#define topic_0000000000000011.html 203 +#define topic_000000000000000D.html 199 +#define topic_0000000000000010.html 202 +#define topic_0000000000000013.html 205 +#define topic_0000000000000009.html 166 +#define topic_0000000000000006.html 144 +#define topic_000000000000000E.html 200 +#define topic_0000000000000002.html 131 +#define topic_0000000000000004.html 135 +#define topic_0000000000000005.html 142 +#define topic_0000000000000000.html 100 +#define topic_0000000000000008.html 164 + + diff --git a/Plugin_Printersettings/VSdoc/AllgFnkt_Plugin_dyn_help.xml b/Plugin_Printersettings/VSdoc/AllgFnkt_Plugin_dyn_help.xml new file mode 100644 index 00000000..0e3b455b --- /dev/null +++ b/Plugin_Printersettings/VSdoc/AllgFnkt_Plugin_dyn_help.xml @@ -0,0 +1,229 @@ + + + + + + + + + + + + + AllgFnkt_Plugin Namespace + + + + + + + + + + AllgFnkt_Plugin Reference + + + + + + + + + + DefaultPrinterName Method {AllgFnkt_Plugin.frmPrinterSettings_sik} + + + + + + + + + + DefaultPrinterName Method {AllgFnkt_Plugin.frmPrinterSettings} + + + + + + + + + + Dispose Method {AllgFnkt_Plugin.frmPrinterSettings_sik} + + + + + + + + + + Dispose Method {AllgFnkt_Plugin.frmPrinterSettings} + + + + + + + + + + ErrorCode Property + + + + + + + + + + ErrorMessage Property + + + + + + + + + + Finalize Method + + + + + + + + + + FormularAktualisieren Method + + + + + + + + + + IAppdomain Property + + + + + + + + + + Plugin Class + + + + + + + + + + PluginName Property + + + + + + + + + + Returnwert Property + + + + + + + + + + SortNodes Method {AllgFnkt_Plugin.frmPrinterSettings_sik} + + + + + + + + + + SortNodes Method {AllgFnkt_Plugin.frmPrinterSettings} + + + + + + + + + + Start Method + + + + + + + + + + clsAllgFnkt Class + + + + + + + + + + frmPrinterSettings Class + + + + + + + + + + frmPrinterSettings Constructor {AllgFnkt_Plugin.frmPrinterSettings} + + + + + + + + + + frmPrinterSettings_sik Class + + + + + + + + + + frmPrinterSettings_sik Constructor {AllgFnkt_Plugin.frmPrinterSettings_sik} + + + + + + diff --git a/Plugin_Printersettings/VSdoc/FINAL_CHM_DOC/AllgFnkt_Plugin.chm b/Plugin_Printersettings/VSdoc/FINAL_CHM_DOC/AllgFnkt_Plugin.chm new file mode 100644 index 00000000..1df5d781 Binary files /dev/null and b/Plugin_Printersettings/VSdoc/FINAL_CHM_DOC/AllgFnkt_Plugin.chm differ diff --git a/Plugin_Printersettings/VSdoc/HelixoftHelpReg.exe b/Plugin_Printersettings/VSdoc/HelixoftHelpReg.exe new file mode 100644 index 00000000..ffd0e927 Binary files /dev/null and b/Plugin_Printersettings/VSdoc/HelixoftHelpReg.exe differ diff --git a/Plugin_Printersettings/VSdoc/SyntaxHighlighter/LGPLv3.txt b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/LGPLv3.txt new file mode 100644 index 00000000..3f9959fc --- /dev/null +++ b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/LGPLv3.txt @@ -0,0 +1,165 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. \ No newline at end of file diff --git a/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/clipboard.swf b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/clipboard.swf new file mode 100644 index 00000000..1b4d90a0 Binary files /dev/null and b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/clipboard.swf differ diff --git a/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushAS3.js b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushAS3.js new file mode 100644 index 00000000..b40d1aab --- /dev/null +++ b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushAS3.js @@ -0,0 +1,61 @@ +/** + * SyntaxHighlighter + * http://alexgorbatchev.com/ + * + * SyntaxHighlighter is donationware. If you are using it, please donate. + * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate + * + * @version + * 2.1.364 (October 15 2009) + * + * @copyright + * Copyright (C) 2004-2009 Alex Gorbatchev. + * + * @license + * This file is part of SyntaxHighlighter. + * + * SyntaxHighlighter is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * SyntaxHighlighter is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with SyntaxHighlighter. If not, see . + */ +SyntaxHighlighter.brushes.AS3 = function() +{ + // Created by Peter Atoria @ http://iAtoria.com + + var inits = 'class interface function package'; + + var keywords = '-Infinity ...rest Array as AS3 Boolean break case catch const continue Date decodeURI ' + + 'decodeURIComponent default delete do dynamic each else encodeURI encodeURIComponent escape ' + + 'extends false final finally flash_proxy for get if implements import in include Infinity ' + + 'instanceof int internal is isFinite isNaN isXMLName label namespace NaN native new null ' + + 'Null Number Object object_proxy override parseFloat parseInt private protected public ' + + 'return set static String super switch this throw true try typeof uint undefined unescape ' + + 'use void while with' + ; + + this.regexList = [ + { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments + { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments + { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings + { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings + { regex: /\b([\d]+(\.[\d]+)?|0x[a-f0-9]+)\b/gi, css: 'value' }, // numbers + { regex: new RegExp(this.getKeywords(inits), 'gm'), css: 'color3' }, // initializations + { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // keywords + { regex: new RegExp('var', 'gm'), css: 'variable' }, // variable + { regex: new RegExp('trace', 'gm'), css: 'color1' } // trace + ]; + + this.forHtmlScript(SyntaxHighlighter.regexLib.scriptScriptTags); +}; + +SyntaxHighlighter.brushes.AS3.prototype = new SyntaxHighlighter.Highlighter(); +SyntaxHighlighter.brushes.AS3.aliases = ['actionscript3', 'as3']; diff --git a/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushBash.js b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushBash.js new file mode 100644 index 00000000..0d7a7e75 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushBash.js @@ -0,0 +1,66 @@ +/** + * SyntaxHighlighter + * http://alexgorbatchev.com/ + * + * SyntaxHighlighter is donationware. If you are using it, please donate. + * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate + * + * @version + * 2.1.364 (October 15 2009) + * + * @copyright + * Copyright (C) 2004-2009 Alex Gorbatchev. + * + * @license + * This file is part of SyntaxHighlighter. + * + * SyntaxHighlighter is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * SyntaxHighlighter is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with SyntaxHighlighter. If not, see . + */ +SyntaxHighlighter.brushes.Bash = function() +{ + var keywords = 'if fi then elif else for do done until while break continue case function return in eq ne gt lt ge le'; + var commands = 'alias apropos awk basename bash bc bg builtin bzip2 cal cat cd cfdisk chgrp chmod chown chroot' + + 'cksum clear cmp comm command cp cron crontab csplit cut date dc dd ddrescue declare df ' + + 'diff diff3 dig dir dircolors dirname dirs du echo egrep eject enable env ethtool eval ' + + 'exec exit expand export expr false fdformat fdisk fg fgrep file find fmt fold format ' + + 'free fsck ftp gawk getopts grep groups gzip hash head history hostname id ifconfig ' + + 'import install join kill less let ln local locate logname logout look lpc lpr lprint ' + + 'lprintd lprintq lprm ls lsof make man mkdir mkfifo mkisofs mknod more mount mtools ' + + 'mv netstat nice nl nohup nslookup open op passwd paste pathchk ping popd pr printcap ' + + 'printenv printf ps pushd pwd quota quotacheck quotactl ram rcp read readonly renice ' + + 'remsync rm rmdir rsync screen scp sdiff sed select seq set sftp shift shopt shutdown ' + + 'sleep sort source split ssh strace su sudo sum symlink sync tail tar tee test time ' + + 'times touch top traceroute trap tr true tsort tty type ulimit umask umount unalias ' + + 'uname unexpand uniq units unset unshar useradd usermod users uuencode uudecode v vdir ' + + 'vi watch wc whereis which who whoami Wget xargs yes' + ; + + this.findMatches = function(regexList, code) + { + code = code.replace(/>/g, '>').replace(/</g, '<'); + this.code = code; + return SyntaxHighlighter.Highlighter.prototype.findMatches.apply(this, [regexList, code]); + }; + + this.regexList = [ + { regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, // one line comments + { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings + { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings + { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // keywords + { regex: new RegExp(this.getKeywords(commands), 'gm'), css: 'functions' } // commands + ]; +} + +SyntaxHighlighter.brushes.Bash.prototype = new SyntaxHighlighter.Highlighter(); +SyntaxHighlighter.brushes.Bash.aliases = ['bash', 'shell']; diff --git a/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushCSharp.js b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushCSharp.js new file mode 100644 index 00000000..69603125 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushCSharp.js @@ -0,0 +1,71 @@ +/** + * SyntaxHighlighter + * http://alexgorbatchev.com/ + * + * SyntaxHighlighter is donationware. If you are using it, please donate. + * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate + * + * @version + * 2.1.364 (October 15 2009) + * + * @copyright + * Copyright (C) 2004-2009 Alex Gorbatchev. + * + * @license + * This file is part of SyntaxHighlighter. + * + * SyntaxHighlighter is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * SyntaxHighlighter is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with SyntaxHighlighter. If not, see . + */ + + /* modified by Helixoft */ + +SyntaxHighlighter.brushes.CSharp = function() +{ + var keywords = 'abstract as base bool break byte case catch char checked class const ' + + 'continue decimal default delegate do double else enum event explicit ' + + 'extern false finally fixed float for foreach get goto if implicit in int ' + + 'interface internal is lock long namespace new null object operator out ' + + 'override params private protected public readonly ref return sbyte sealed set ' + + 'short sizeof stackalloc static string struct switch this throw true try ' + + 'typeof uint ulong unchecked unsafe ushort using virtual void while'; + + function fixComments(match, regexInfo) + { + var css = (match[0].indexOf("///") == 0) + ? 'color1' + : 'comments' + ; + + return [new SyntaxHighlighter.Match(match[0], match.index, css)]; + } + + this.regexList = [ + { regex: /\<.*?\>/gm, css: 'skipTag' }, // HTML tag, don't decorate, Helixoft + { regex: SyntaxHighlighter.regexLib.singleLineCComments, func : fixComments }, // one line comments + { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments + { regex: /@"(?:[^"]|"")*"/g, css: 'string' }, // @-quoted strings + { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings + { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings + { regex: /^\s*#.*/gm, css: 'preprocessor' }, // preprocessor tags like #region and #endregion + { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // c# keyword + { regex: /\bpartial(?=\s+(?:class|interface|struct)\b)/g, css: 'keyword' }, // contextual keyword: 'partial' + { regex: /\byield(?=\s+(?:return|break)\b)/g, css: 'keyword' } // contextual keyword: 'yield' + ]; + + this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags); +}; + +SyntaxHighlighter.brushes.CSharp.prototype = new SyntaxHighlighter.Highlighter(); +SyntaxHighlighter.brushes.CSharp.aliases = ['c#', 'c-sharp', 'csharp']; + diff --git a/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushColdFusion.js b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushColdFusion.js new file mode 100644 index 00000000..b520544d --- /dev/null +++ b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushColdFusion.js @@ -0,0 +1,102 @@ +/** + * SyntaxHighlighter + * http://alexgorbatchev.com/ + * + * SyntaxHighlighter is donationware. If you are using it, please donate. + * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate + * + * @version + * 2.1.364 (October 15 2009) + * + * @copyright + * Copyright (C) 2004-2009 Alex Gorbatchev. + * + * @license + * This file is part of SyntaxHighlighter. + * + * SyntaxHighlighter is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * SyntaxHighlighter is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with SyntaxHighlighter. If not, see . + */ +SyntaxHighlighter.brushes.ColdFusion = function() +{ + // Contributed by Jen + // http://www.jensbits.com/2009/05/14/coldfusion-brush-for-syntaxhighlighter-plus + + var funcs = 'Abs ACos AddSOAPRequestHeader AddSOAPResponseHeader AjaxLink AjaxOnLoad ArrayAppend ArrayAvg ArrayClear ArrayDeleteAt ' + + 'ArrayInsertAt ArrayIsDefined ArrayIsEmpty ArrayLen ArrayMax ArrayMin ArraySet ArraySort ArraySum ArraySwap ArrayToList ' + + 'Asc ASin Atn BinaryDecode BinaryEncode BitAnd BitMaskClear BitMaskRead BitMaskSet BitNot BitOr BitSHLN BitSHRN BitXor ' + + 'Ceiling CharsetDecode CharsetEncode Chr CJustify Compare CompareNoCase Cos CreateDate CreateDateTime CreateObject ' + + 'CreateODBCDate CreateODBCDateTime CreateODBCTime CreateTime CreateTimeSpan CreateUUID DateAdd DateCompare DateConvert ' + + 'DateDiff DateFormat DatePart Day DayOfWeek DayOfWeekAsString DayOfYear DaysInMonth DaysInYear DE DecimalFormat DecrementValue ' + + 'Decrypt DecryptBinary DeleteClientVariable DeserializeJSON DirectoryExists DollarFormat DotNetToCFType Duplicate Encrypt ' + + 'EncryptBinary Evaluate Exp ExpandPath FileClose FileCopy FileDelete FileExists FileIsEOF FileMove FileOpen FileRead ' + + 'FileReadBinary FileReadLine FileSetAccessMode FileSetAttribute FileSetLastModified FileWrite Find FindNoCase FindOneOf ' + + 'FirstDayOfMonth Fix FormatBaseN GenerateSecretKey GetAuthUser GetBaseTagData GetBaseTagList GetBaseTemplatePath ' + + 'GetClientVariablesList GetComponentMetaData GetContextRoot GetCurrentTemplatePath GetDirectoryFromPath GetEncoding ' + + 'GetException GetFileFromPath GetFileInfo GetFunctionList GetGatewayHelper GetHttpRequestData GetHttpTimeString ' + + 'GetK2ServerDocCount GetK2ServerDocCountLimit GetLocale GetLocaleDisplayName GetLocalHostIP GetMetaData GetMetricData ' + + 'GetPageContext GetPrinterInfo GetProfileSections GetProfileString GetReadableImageFormats GetSOAPRequest GetSOAPRequestHeader ' + + 'GetSOAPResponse GetSOAPResponseHeader GetTempDirectory GetTempFile GetTemplatePath GetTickCount GetTimeZoneInfo GetToken ' + + 'GetUserRoles GetWriteableImageFormats Hash Hour HTMLCodeFormat HTMLEditFormat IIf ImageAddBorder ImageBlur ImageClearRect ' + + 'ImageCopy ImageCrop ImageDrawArc ImageDrawBeveledRect ImageDrawCubicCurve ImageDrawLine ImageDrawLines ImageDrawOval ' + + 'ImageDrawPoint ImageDrawQuadraticCurve ImageDrawRect ImageDrawRoundRect ImageDrawText ImageFlip ImageGetBlob ImageGetBufferedImage ' + + 'ImageGetEXIFTag ImageGetHeight ImageGetIPTCTag ImageGetWidth ImageGrayscale ImageInfo ImageNegative ImageNew ImageOverlay ImagePaste ' + + 'ImageRead ImageReadBase64 ImageResize ImageRotate ImageRotateDrawingAxis ImageScaleToFit ImageSetAntialiasing ImageSetBackgroundColor ' + + 'ImageSetDrawingColor ImageSetDrawingStroke ImageSetDrawingTransparency ImageSharpen ImageShear ImageShearDrawingAxis ImageTranslate ' + + 'ImageTranslateDrawingAxis ImageWrite ImageWriteBase64 ImageXORDrawingMode IncrementValue InputBaseN Insert Int IsArray IsBinary ' + + 'IsBoolean IsCustomFunction IsDate IsDDX IsDebugMode IsDefined IsImage IsImageFile IsInstanceOf IsJSON IsLeapYear IsLocalHost ' + + 'IsNumeric IsNumericDate IsObject IsPDFFile IsPDFObject IsQuery IsSimpleValue IsSOAPRequest IsStruct IsUserInAnyRole IsUserInRole ' + + 'IsUserLoggedIn IsValid IsWDDX IsXML IsXmlAttribute IsXmlDoc IsXmlElem IsXmlNode IsXmlRoot JavaCast JSStringFormat LCase Left Len ' + + 'ListAppend ListChangeDelims ListContains ListContainsNoCase ListDeleteAt ListFind ListFindNoCase ListFirst ListGetAt ListInsertAt ' + + 'ListLast ListLen ListPrepend ListQualify ListRest ListSetAt ListSort ListToArray ListValueCount ListValueCountNoCase LJustify Log ' + + 'Log10 LSCurrencyFormat LSDateFormat LSEuroCurrencyFormat LSIsCurrency LSIsDate LSIsNumeric LSNumberFormat LSParseCurrency LSParseDateTime ' + + 'LSParseEuroCurrency LSParseNumber LSTimeFormat LTrim Max Mid Min Minute Month MonthAsString Now NumberFormat ParagraphFormat ParseDateTime ' + + 'Pi PrecisionEvaluate PreserveSingleQuotes Quarter QueryAddColumn QueryAddRow QueryConvertForGrid QueryNew QuerySetCell QuotedValueList Rand ' + + 'Randomize RandRange REFind REFindNoCase ReleaseComObject REMatch REMatchNoCase RemoveChars RepeatString Replace ReplaceList ReplaceNoCase ' + + 'REReplace REReplaceNoCase Reverse Right RJustify Round RTrim Second SendGatewayMessage SerializeJSON SetEncoding SetLocale SetProfileString ' + + 'SetVariable Sgn Sin Sleep SpanExcluding SpanIncluding Sqr StripCR StructAppend StructClear StructCopy StructCount StructDelete StructFind ' + + 'StructFindKey StructFindValue StructGet StructInsert StructIsEmpty StructKeyArray StructKeyExists StructKeyList StructKeyList StructNew ' + + 'StructSort StructUpdate Tan TimeFormat ToBase64 ToBinary ToScript ToString Trim UCase URLDecode URLEncodedFormat URLSessionFormat Val ' + + 'ValueList VerifyClient Week Wrap Wrap WriteOutput XmlChildPos XmlElemNew XmlFormat XmlGetNodeType XmlNew XmlParse XmlSearch XmlTransform ' + + 'XmlValidate Year YesNoFormat'; + + var keywords = 'cfabort cfajaximport cfajaxproxy cfapplet cfapplication cfargument cfassociate cfbreak cfcache cfcalendar ' + + 'cfcase cfcatch cfchart cfchartdata cfchartseries cfcol cfcollection cfcomponent cfcontent cfcookie cfdbinfo ' + + 'cfdefaultcase cfdirectory cfdiv cfdocument cfdocumentitem cfdocumentsection cfdump cfelse cfelseif cferror ' + + 'cfexchangecalendar cfexchangeconnection cfexchangecontact cfexchangefilter cfexchangemail cfexchangetask ' + + 'cfexecute cfexit cffeed cffile cfflush cfform cfformgroup cfformitem cfftp cffunction cfgrid cfgridcolumn ' + + 'cfgridrow cfgridupdate cfheader cfhtmlhead cfhttp cfhttpparam cfif cfimage cfimport cfinclude cfindex ' + + 'cfinput cfinsert cfinterface cfinvoke cfinvokeargument cflayout cflayoutarea cfldap cflocation cflock cflog ' + + 'cflogin cfloginuser cflogout cfloop cfmail cfmailparam cfmailpart cfmenu cfmenuitem cfmodule cfNTauthenticate ' + + 'cfobject cfobjectcache cfoutput cfparam cfpdf cfpdfform cfpdfformparam cfpdfparam cfpdfsubform cfpod cfpop ' + + 'cfpresentation cfpresentationslide cfpresenter cfprint cfprocessingdirective cfprocparam cfprocresult ' + + 'cfproperty cfquery cfqueryparam cfregistry cfreport cfreportparam cfrethrow cfreturn cfsavecontent cfschedule ' + + 'cfscript cfsearch cfselect cfset cfsetting cfsilent cfslider cfsprydataset cfstoredproc cfswitch cftable ' + + 'cftextarea cfthread cfthrow cftimer cftooltip cftrace cftransaction cftree cftreeitem cftry cfupdate cfwddx ' + + 'cfwindow cfxml cfzip cfzipparam'; + + var operators = 'all and any between cross in join like not null or outer some'; + + this.regexList = [ + { regex: new RegExp('--(.*)$', 'gm'), css: 'comments' }, // one line and multiline comments + { regex: SyntaxHighlighter.regexLib.xmlComments, css: 'comments' }, // single quoted strings + { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings + { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings + { regex: new RegExp(this.getKeywords(funcs), 'gmi'), css: 'functions' }, // functions + { regex: new RegExp(this.getKeywords(operators), 'gmi'), css: 'color1' }, // operators and such + { regex: new RegExp(this.getKeywords(keywords), 'gmi'), css: 'keyword' } // keyword + ]; +} + +SyntaxHighlighter.brushes.ColdFusion.prototype = new SyntaxHighlighter.Highlighter(); +SyntaxHighlighter.brushes.ColdFusion.aliases = ['coldfusion','cf']; \ No newline at end of file diff --git a/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushCpp.js b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushCpp.js new file mode 100644 index 00000000..b258dee0 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushCpp.js @@ -0,0 +1,102 @@ +/** + * SyntaxHighlighter + * http://alexgorbatchev.com/ + * + * SyntaxHighlighter is donationware. If you are using it, please donate. + * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate + * + * @version + * 2.1.364 (October 15 2009) + * + * @copyright + * Copyright (C) 2004-2009 Alex Gorbatchev. + * + * @license + * This file is part of SyntaxHighlighter. + * + * SyntaxHighlighter is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * SyntaxHighlighter is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with SyntaxHighlighter. If not, see . + */ +SyntaxHighlighter.brushes.Cpp = function() +{ + // Copyright 2006 Shin, YoungJin + + /* modified by Helixoft (added .NET managed C++ keywords) */ + + var datatypes = 'ATOM BOOL BOOLEAN BYTE CHAR COLORREF DWORD DWORDLONG DWORD_PTR ' + + 'DWORD32 DWORD64 FLOAT HACCEL HALF_PTR HANDLE HBITMAP HBRUSH ' + + 'HCOLORSPACE HCONV HCONVLIST HCURSOR HDC HDDEDATA HDESK HDROP HDWP ' + + 'HENHMETAFILE HFILE HFONT HGDIOBJ HGLOBAL HHOOK HICON HINSTANCE HKEY ' + + 'HKL HLOCAL HMENU HMETAFILE HMODULE HMONITOR HPALETTE HPEN HRESULT ' + + 'HRGN HRSRC HSZ HWINSTA HWND INT INT_PTR INT32 INT64 LANGID LCID LCTYPE ' + + 'LGRPID LONG LONGLONG LONG_PTR LONG32 LONG64 LPARAM LPBOOL LPBYTE LPCOLORREF ' + + 'LPCSTR LPCTSTR LPCVOID LPCWSTR LPDWORD LPHANDLE LPINT LPLONG LPSTR LPTSTR ' + + 'LPVOID LPWORD LPWSTR LRESULT PBOOL PBOOLEAN PBYTE PCHAR PCSTR PCTSTR PCWSTR ' + + 'PDWORDLONG PDWORD_PTR PDWORD32 PDWORD64 PFLOAT PHALF_PTR PHANDLE PHKEY PINT ' + + 'PINT_PTR PINT32 PINT64 PLCID PLONG PLONGLONG PLONG_PTR PLONG32 PLONG64 POINTER_32 ' + + 'POINTER_64 PSHORT PSIZE_T PSSIZE_T PSTR PTBYTE PTCHAR PTSTR PUCHAR PUHALF_PTR ' + + 'PUINT PUINT_PTR PUINT32 PUINT64 PULONG PULONGLONG PULONG_PTR PULONG32 PULONG64 ' + + 'PUSHORT PVOID PWCHAR PWORD PWSTR SC_HANDLE SC_LOCK SERVICE_STATUS_HANDLE SHORT ' + + 'SIZE_T SSIZE_T TBYTE TCHAR UCHAR UHALF_PTR UINT UINT_PTR UINT32 UINT64 ULONG ' + + 'ULONGLONG ULONG_PTR ULONG32 ULONG64 USHORT USN VOID WCHAR WORD WPARAM WPARAM WPARAM ' + + 'char bool short int __int32 __int64 __int8 __int16 long float double __wchar_t ' + + 'clock_t _complex _dev_t _diskfree_t div_t ldiv_t _exception _EXCEPTION_POINTERS ' + + 'FILE _finddata_t _finddatai64_t _wfinddata_t _wfinddatai64_t __finddata64_t ' + + '__wfinddata64_t _FPIEEE_RECORD fpos_t _HEAPINFO _HFILE lconv intptr_t ' + + 'jmp_buf mbstate_t _off_t _onexit_t _PNH ptrdiff_t _purecall_handler ' + + 'sig_atomic_t size_t _stat __stat64 _stati64 terminate_function ' + + 'time_t __time64_t _timeb __timeb64 tm uintptr_t _utimbuf ' + + 'va_list wchar_t wctrans_t wctype_t wint_t signed'; + + var keywords = 'break case catch class const __finally __exception __try ' + + 'const_cast continue private public protected __declspec ' + + 'default delete deprecated dllexport dllimport do dynamic_cast ' + + 'else enum explicit extern if for friend goto inline ' + + 'mutable naked namespace new noinline noreturn nothrow ' + + 'register reinterpret_cast return selectany ' + + 'sizeof static static_cast struct switch template this ' + + 'thread throw true false try typedef typeid typename union ' + + 'using uuid virtual void volatile whcar_t while abstract sealed property interface'; + + var functions = 'assert isalnum isalpha iscntrl isdigit isgraph islower isprint' + + 'ispunct isspace isupper isxdigit tolower toupper errno localeconv ' + + 'setlocale acos asin atan atan2 ceil cos cosh exp fabs floor fmod ' + + 'frexp ldexp log log10 modf pow sin sinh sqrt tan tanh jmp_buf ' + + 'longjmp setjmp raise signal sig_atomic_t va_arg va_end va_start ' + + 'clearerr fclose feof ferror fflush fgetc fgetpos fgets fopen ' + + 'fprintf fputc fputs fread freopen fscanf fseek fsetpos ftell ' + + 'fwrite getc getchar gets perror printf putc putchar puts remove ' + + 'rename rewind scanf setbuf setvbuf sprintf sscanf tmpfile tmpnam ' + + 'ungetc vfprintf vprintf vsprintf abort abs atexit atof atoi atol ' + + 'bsearch calloc div exit free getenv labs ldiv malloc mblen mbstowcs ' + + 'mbtowc qsort rand realloc srand strtod strtol strtoul system ' + + 'wcstombs wctomb memchr memcmp memcpy memmove memset strcat strchr ' + + 'strcmp strcoll strcpy strcspn strerror strlen strncat strncmp ' + + 'strncpy strpbrk strrchr strspn strstr strtok strxfrm asctime ' + + 'clock ctime difftime gmtime localtime mktime strftime time'; + + this.regexList = [ + { regex: /\<.*?\>/gm, css: 'skipTag' }, // HTML tag, don't decorate, Helixoft + { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments + { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments + { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings + { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings + { regex: /^ *#.*/gm, css: 'preprocessor' }, + { regex: new RegExp(this.getKeywords(datatypes), 'gm'), css: 'color1' }, + { regex: new RegExp(this.getKeywords(functions), 'gm'), css: 'functions' }, + { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } + ]; +}; + +SyntaxHighlighter.brushes.Cpp.prototype = new SyntaxHighlighter.Highlighter(); +SyntaxHighlighter.brushes.Cpp.aliases = ['cpp', 'c']; diff --git a/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushCss.js b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushCss.js new file mode 100644 index 00000000..f69ad771 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushCss.js @@ -0,0 +1,93 @@ +/** + * SyntaxHighlighter + * http://alexgorbatchev.com/ + * + * SyntaxHighlighter is donationware. If you are using it, please donate. + * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate + * + * @version + * 2.1.364 (October 15 2009) + * + * @copyright + * Copyright (C) 2004-2009 Alex Gorbatchev. + * + * @license + * This file is part of SyntaxHighlighter. + * + * SyntaxHighlighter is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * SyntaxHighlighter is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with SyntaxHighlighter. If not, see . + */ +SyntaxHighlighter.brushes.CSS = function() +{ + function getKeywordsCSS(str) + { + return '\\b([a-z_]|)' + str.replace(/ /g, '(?=:)\\b|\\b([a-z_\\*]|\\*|)') + '(?=:)\\b'; + }; + + function getValuesCSS(str) + { + return '\\b' + str.replace(/ /g, '(?!-)(?!:)\\b|\\b()') + '\:\\b'; + }; + + var keywords = 'ascent azimuth background-attachment background-color background-image background-position ' + + 'background-repeat background baseline bbox border-collapse border-color border-spacing border-style border-top ' + + 'border-right border-bottom border-left border-top-color border-right-color border-bottom-color border-left-color ' + + 'border-top-style border-right-style border-bottom-style border-left-style border-top-width border-right-width ' + + 'border-bottom-width border-left-width border-width border bottom cap-height caption-side centerline clear clip color ' + + 'content counter-increment counter-reset cue-after cue-before cue cursor definition-src descent direction display ' + + 'elevation empty-cells float font-size-adjust font-family font-size font-stretch font-style font-variant font-weight font ' + + 'height left letter-spacing line-height list-style-image list-style-position list-style-type list-style margin-top ' + + 'margin-right margin-bottom margin-left margin marker-offset marks mathline max-height max-width min-height min-width orphans ' + + 'outline-color outline-style outline-width outline overflow padding-top padding-right padding-bottom padding-left padding page ' + + 'page-break-after page-break-before page-break-inside pause pause-after pause-before pitch pitch-range play-during position ' + + 'quotes right richness size slope src speak-header speak-numeral speak-punctuation speak speech-rate stemh stemv stress ' + + 'table-layout text-align top text-decoration text-indent text-shadow text-transform unicode-bidi unicode-range units-per-em ' + + 'vertical-align visibility voice-family volume white-space widows width widths word-spacing x-height z-index'; + + var values = 'above absolute all always aqua armenian attr aural auto avoid baseline behind below bidi-override black blink block blue bold bolder '+ + 'both bottom braille capitalize caption center center-left center-right circle close-quote code collapse compact condensed '+ + 'continuous counter counters crop cross crosshair cursive dashed decimal decimal-leading-zero default digits disc dotted double '+ + 'embed embossed e-resize expanded extra-condensed extra-expanded fantasy far-left far-right fast faster fixed format fuchsia '+ + 'gray green groove handheld hebrew help hidden hide high higher icon inline-table inline inset inside invert italic '+ + 'justify landscape large larger left-side left leftwards level lighter lime line-through list-item local loud lower-alpha '+ + 'lowercase lower-greek lower-latin lower-roman lower low ltr marker maroon medium message-box middle mix move narrower '+ + 'navy ne-resize no-close-quote none no-open-quote no-repeat normal nowrap n-resize nw-resize oblique olive once open-quote outset '+ + 'outside overline pointer portrait pre print projection purple red relative repeat repeat-x repeat-y rgb ridge right right-side '+ + 'rightwards rtl run-in screen scroll semi-condensed semi-expanded separate se-resize show silent silver slower slow '+ + 'small small-caps small-caption smaller soft solid speech spell-out square s-resize static status-bar sub super sw-resize '+ + 'table-caption table-cell table-column table-column-group table-footer-group table-header-group table-row table-row-group teal '+ + 'text-bottom text-top thick thin top transparent tty tv ultra-condensed ultra-expanded underline upper-alpha uppercase upper-latin '+ + 'upper-roman url visible wait white wider w-resize x-fast x-high x-large x-loud x-low x-slow x-small x-soft xx-large xx-small yellow'; + + var fonts = '[mM]onospace [tT]ahoma [vV]erdana [aA]rial [hH]elvetica [sS]ans-serif [sS]erif [cC]ourier mono sans serif'; + + this.regexList = [ + { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments + { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings + { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings + { regex: /\#[a-fA-F0-9]{3,6}/g, css: 'value' }, // html colors + { regex: /(-?\d+)(\.\d+)?(px|em|pt|\:|\%|)/g, css: 'value' }, // sizes + { regex: /!important/g, css: 'color3' }, // !important + { regex: new RegExp(getKeywordsCSS(keywords), 'gm'), css: 'keyword' }, // keywords + { regex: new RegExp(getValuesCSS(values), 'g'), css: 'value' }, // values + { regex: new RegExp(this.getKeywords(fonts), 'g'), css: 'color1' } // fonts + ]; + + this.forHtmlScript({ + left: /(<|<)\s*style.*?(>|>)/gi, + right: /(<|<)\/\s*style\s*(>|>)/gi + }); +}; + +SyntaxHighlighter.brushes.CSS.prototype = new SyntaxHighlighter.Highlighter(); +SyntaxHighlighter.brushes.CSS.aliases = ['css']; diff --git a/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushDelphi.js b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushDelphi.js new file mode 100644 index 00000000..fd194c4a --- /dev/null +++ b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushDelphi.js @@ -0,0 +1,57 @@ +/** + * SyntaxHighlighter + * http://alexgorbatchev.com/ + * + * SyntaxHighlighter is donationware. If you are using it, please donate. + * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate + * + * @version + * 2.1.364 (October 15 2009) + * + * @copyright + * Copyright (C) 2004-2009 Alex Gorbatchev. + * + * @license + * This file is part of SyntaxHighlighter. + * + * SyntaxHighlighter is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * SyntaxHighlighter is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with SyntaxHighlighter. If not, see . + */ +SyntaxHighlighter.brushes.Delphi = function() +{ + var keywords = 'abs addr and ansichar ansistring array as asm begin boolean byte cardinal ' + + 'case char class comp const constructor currency destructor div do double ' + + 'downto else end except exports extended false file finalization finally ' + + 'for function goto if implementation in inherited int64 initialization ' + + 'integer interface is label library longint longword mod nil not object ' + + 'of on or packed pansichar pansistring pchar pcurrency pdatetime pextended ' + + 'pint64 pointer private procedure program property pshortstring pstring ' + + 'pvariant pwidechar pwidestring protected public published raise real real48 ' + + 'record repeat set shl shortint shortstring shr single smallint string then ' + + 'threadvar to true try type unit until uses val var varirnt while widechar ' + + 'widestring with word write writeln xor'; + + this.regexList = [ + { regex: /\(\*[\s\S]*?\*\)/gm, css: 'comments' }, // multiline comments (* *) + { regex: /{(?!\$)[\s\S]*?}/gm, css: 'comments' }, // multiline comments { } + { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line + { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings + { regex: /\{\$[a-zA-Z]+ .+\}/g, css: 'color1' }, // compiler Directives and Region tags + { regex: /\b[\d\.]+\b/g, css: 'value' }, // numbers 12345 + { regex: /\$[a-zA-Z0-9]+\b/g, css: 'value' }, // numbers $F5D3 + { regex: new RegExp(this.getKeywords(keywords), 'gmi'), css: 'keyword' } // keyword + ]; +}; + +SyntaxHighlighter.brushes.Delphi.prototype = new SyntaxHighlighter.Highlighter(); +SyntaxHighlighter.brushes.Delphi.aliases = ['delphi', 'pascal', 'pas']; diff --git a/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushDiff.js b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushDiff.js new file mode 100644 index 00000000..6109f4c1 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushDiff.js @@ -0,0 +1,43 @@ +/** + * SyntaxHighlighter + * http://alexgorbatchev.com/ + * + * SyntaxHighlighter is donationware. If you are using it, please donate. + * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate + * + * @version + * 2.1.364 (October 15 2009) + * + * @copyright + * Copyright (C) 2004-2009 Alex Gorbatchev. + * + * @license + * This file is part of SyntaxHighlighter. + * + * SyntaxHighlighter is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * SyntaxHighlighter is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with SyntaxHighlighter. If not, see . + */ +SyntaxHighlighter.brushes.Diff = function() +{ + this.regexList = [ + { regex: /^\+\+\+.*$/gm, css: 'color2' }, + { regex: /^\-\-\-.*$/gm, css: 'color2' }, + { regex: /^\s.*$/gm, css: 'color1' }, + { regex: /^@@.*@@$/gm, css: 'variable' }, + { regex: /^\+[^\+]{1}.*$/gm, css: 'string' }, + { regex: /^\-[^\-]{1}.*$/gm, css: 'comments' } + ]; +}; + +SyntaxHighlighter.brushes.Diff.prototype = new SyntaxHighlighter.Highlighter(); +SyntaxHighlighter.brushes.Diff.aliases = ['diff', 'patch']; diff --git a/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushErlang.js b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushErlang.js new file mode 100644 index 00000000..7b68bad8 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushErlang.js @@ -0,0 +1,54 @@ +/** + * SyntaxHighlighter + * http://alexgorbatchev.com/ + * + * SyntaxHighlighter is donationware. If you are using it, please donate. + * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate + * + * @version + * 2.1.364 (October 15 2009) + * + * @copyright + * Copyright (C) 2004-2009 Alex Gorbatchev. + * + * @license + * This file is part of SyntaxHighlighter. + * + * SyntaxHighlighter is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * SyntaxHighlighter is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with SyntaxHighlighter. If not, see . + */ +SyntaxHighlighter.brushes.Erlang = function() +{ + // Contributed by Jean-Lou Dupont + // http://jldupont.blogspot.com/2009/06/erlang-syntax-highlighter.html + + // According to: http://erlang.org/doc/reference_manual/introduction.html#1.5 + var keywords = 'after and andalso band begin bnot bor bsl bsr bxor '+ + 'case catch cond div end fun if let not of or orelse '+ + 'query receive rem try when xor'+ + // additional + ' module export import define'; + + this.regexList = [ + { regex: new RegExp("[A-Z][A-Za-z0-9_]+", 'g'), css: 'constants' }, + { regex: new RegExp("\\%.+", 'gm'), css: 'comments' }, + { regex: new RegExp("\\?[A-Za-z0-9_]+", 'g'), css: 'preprocessor' }, + { regex: new RegExp("[a-z0-9_]+:[a-z0-9_]+", 'g'), css: 'functions' }, + { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, + { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, + { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } + ]; +}; + +SyntaxHighlighter.brushes.Erlang.prototype = new SyntaxHighlighter.Highlighter(); +SyntaxHighlighter.brushes.Erlang.aliases = ['erl', 'erlang']; diff --git a/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushGroovy.js b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushGroovy.js new file mode 100644 index 00000000..db0b8e68 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushGroovy.js @@ -0,0 +1,69 @@ +/** + * SyntaxHighlighter + * http://alexgorbatchev.com/ + * + * SyntaxHighlighter is donationware. If you are using it, please donate. + * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate + * + * @version + * 2.1.364 (October 15 2009) + * + * @copyright + * Copyright (C) 2004-2009 Alex Gorbatchev. + * + * @license + * This file is part of SyntaxHighlighter. + * + * SyntaxHighlighter is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * SyntaxHighlighter is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with SyntaxHighlighter. If not, see . + */ +SyntaxHighlighter.brushes.Groovy = function() +{ + // Contributed by Andres Almiray + // http://jroller.com/aalmiray/entry/nice_source_code_syntax_highlighter + + var keywords = 'as assert break case catch class continue def default do else extends finally ' + + 'if in implements import instanceof interface new package property return switch ' + + 'throw throws try while public protected private static'; + var types = 'void boolean byte char short int long float double'; + var constants = 'null'; + var methods = 'allProperties count get size '+ + 'collect each eachProperty eachPropertyName eachWithIndex find findAll ' + + 'findIndexOf grep inject max min reverseEach sort ' + + 'asImmutable asSynchronized flatten intersect join pop reverse subMap toList ' + + 'padRight padLeft contains eachMatch toCharacter toLong toUrl tokenize ' + + 'eachFile eachFileRecurse eachB yte eachLine readBytes readLine getText ' + + 'splitEachLine withReader append encodeBase64 decodeBase64 filterLine ' + + 'transformChar transformLine withOutputStream withPrintWriter withStream ' + + 'withStreams withWriter withWriterAppend write writeLine '+ + 'dump inspect invokeMethod print println step times upto use waitForOrKill '+ + 'getText'; + + this.regexList = [ + { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments + { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments + { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings + { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings + { regex: /""".*"""/g, css: 'string' }, // GStrings + { regex: new RegExp('\\b([\\d]+(\\.[\\d]+)?|0x[a-f0-9]+)\\b', 'gi'), css: 'value' }, // numbers + { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // goovy keyword + { regex: new RegExp(this.getKeywords(types), 'gm'), css: 'color1' }, // goovy/java type + { regex: new RegExp(this.getKeywords(constants), 'gm'), css: 'constants' }, // constants + { regex: new RegExp(this.getKeywords(methods), 'gm'), css: 'functions' } // methods + ]; + + this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags); +} + +SyntaxHighlighter.brushes.Groovy.prototype = new SyntaxHighlighter.Highlighter(); +SyntaxHighlighter.brushes.Groovy.aliases = ['groovy']; diff --git a/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushJScript.js b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushJScript.js new file mode 100644 index 00000000..6a4855f6 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushJScript.js @@ -0,0 +1,59 @@ +/** + * SyntaxHighlighter + * http://alexgorbatchev.com/ + * + * SyntaxHighlighter is donationware. If you are using it, please donate. + * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate + * + * @version + * 2.1.364 (October 15 2009) + * + * @copyright + * Copyright (C) 2004-2009 Alex Gorbatchev. + * + * @license + * This file is part of SyntaxHighlighter. + * + * SyntaxHighlighter is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * SyntaxHighlighter is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with SyntaxHighlighter. If not, see . + */ + + /* modified by Helixoft */ + +SyntaxHighlighter.brushes.JScript = function() +{ + var keywords = 'break case catch continue ' + + 'default delete do else false ' + + 'for function if in instanceof ' + + 'new null return super switch ' + + 'this throw true try typeof var while with ' + + 'int float object short long DateTime decimal byte char double boolean ' + + 'private protected public internal static final abstract const readonly ' + + 'class implements interface' + ; + + this.regexList = [ + { regex: /\<.*?\>/gm, css: 'skipTag' }, // HTML tag, don't decorate, Helixoft + { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments + { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments + { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings + { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings + { regex: /\s*#.*/gm, css: 'preprocessor' }, // preprocessor tags like #region and #endregion + { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // keywords + ]; + + this.forHtmlScript(SyntaxHighlighter.regexLib.scriptScriptTags); +}; + +SyntaxHighlighter.brushes.JScript.prototype = new SyntaxHighlighter.Highlighter(); +SyntaxHighlighter.brushes.JScript.aliases = ['js', 'jscript', 'javascript']; diff --git a/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushJava.js b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushJava.js new file mode 100644 index 00000000..4ae588d7 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushJava.js @@ -0,0 +1,59 @@ +/** + * SyntaxHighlighter + * http://alexgorbatchev.com/ + * + * SyntaxHighlighter is donationware. If you are using it, please donate. + * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate + * + * @version + * 2.1.364 (October 15 2009) + * + * @copyright + * Copyright (C) 2004-2009 Alex Gorbatchev. + * + * @license + * This file is part of SyntaxHighlighter. + * + * SyntaxHighlighter is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * SyntaxHighlighter is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with SyntaxHighlighter. If not, see . + */ +SyntaxHighlighter.brushes.Java = function() +{ + var keywords = 'abstract assert boolean break byte case catch char class const ' + + 'continue default do double else enum extends ' + + 'false final finally float for goto if implements import ' + + 'instanceof int interface long native new null ' + + 'package private protected public return ' + + 'short static strictfp super switch synchronized this throw throws true ' + + 'transient try void volatile while'; + + this.regexList = [ + { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments + { regex: /\/\*([^\*][\s\S]*)?\*\//gm, css: 'comments' }, // multiline comments + { regex: /\/\*(?!\*\/)\*[\s\S]*?\*\//gm, css: 'preprocessor' }, // documentation comments + { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings + { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings + { regex: /\b([\d]+(\.[\d]+)?|0x[a-f0-9]+)\b/gi, css: 'value' }, // numbers + { regex: /(?!\@interface\b)\@[\$\w]+\b/g, css: 'color1' }, // annotation @anno + { regex: /\@interface\b/g, css: 'color2' }, // @interface keyword + { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // java keyword + ]; + + this.forHtmlScript({ + left : /(<|<)%[@!=]?/g, + right : /%(>|>)/g + }); +}; + +SyntaxHighlighter.brushes.Java.prototype = new SyntaxHighlighter.Highlighter(); +SyntaxHighlighter.brushes.Java.aliases = ['java']; diff --git a/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushJavaFX.js b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushJavaFX.js new file mode 100644 index 00000000..eeb8f65a --- /dev/null +++ b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushJavaFX.js @@ -0,0 +1,60 @@ +/** + * SyntaxHighlighter + * http://alexgorbatchev.com/ + * + * SyntaxHighlighter is donationware. If you are using it, please donate. + * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate + * + * @version + * 2.1.364 (October 15 2009) + * + * @copyright + * Copyright (C) 2004-2009 Alex Gorbatchev. + * + * @license + * This file is part of SyntaxHighlighter. + * + * SyntaxHighlighter is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * SyntaxHighlighter is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with SyntaxHighlighter. If not, see . + */ +SyntaxHighlighter.brushes.JavaFX = function() +{ + // Contributed by Patrick Webster + // http://patrickwebster.blogspot.com/2009/04/javafx-brush-for-syntaxhighlighter.html + var datatypes = 'Boolean Byte Character Double Duration ' + + 'Float Integer Long Number Short String Void' + ; + + var keywords = 'abstract after and as assert at before bind bound break catch class ' + + 'continue def delete else exclusive extends false finally first for from ' + + 'function if import in indexof init insert instanceof into inverse last ' + + 'lazy mixin mod nativearray new not null on or override package postinit ' + + 'protected public public-init public-read replace return reverse sizeof ' + + 'step super then this throw true try tween typeof var where while with ' + + 'attribute let private readonly static trigger' + ; + + this.regexList = [ + { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, + { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, + { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, + { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, + { regex: /(-?\.?)(\b(\d*\.?\d+|\d+\.?\d*)(e[+-]?\d+)?|0x[a-f\d]+)\b\.?/gi, css: 'color2' }, // numbers + { regex: new RegExp(this.getKeywords(datatypes), 'gm'), css: 'variable' }, // datatypes + { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } + ]; + this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags); +}; + +SyntaxHighlighter.brushes.JavaFX.prototype = new SyntaxHighlighter.Highlighter(); +SyntaxHighlighter.brushes.JavaFX.aliases = ['jfx', 'javafx']; diff --git a/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushPerl.js b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushPerl.js new file mode 100644 index 00000000..d9f8e130 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushPerl.js @@ -0,0 +1,74 @@ +/** + * SyntaxHighlighter + * http://alexgorbatchev.com/ + * + * SyntaxHighlighter is donationware. If you are using it, please donate. + * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate + * + * @version + * 2.1.364 (October 15 2009) + * + * @copyright + * Copyright (C) 2004-2009 Alex Gorbatchev. + * + * @license + * This file is part of SyntaxHighlighter. + * + * SyntaxHighlighter is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * SyntaxHighlighter is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with SyntaxHighlighter. If not, see . + */ +SyntaxHighlighter.brushes.Perl = function() +{ + // Contributed by David Simmons-Duffin and Marty Kube + + var funcs = + 'abs accept alarm atan2 bind binmode chdir chmod chomp chop chown chr ' + + 'chroot close closedir connect cos crypt defined delete each endgrent ' + + 'endhostent endnetent endprotoent endpwent endservent eof exec exists ' + + 'exp fcntl fileno flock fork format formline getc getgrent getgrgid ' + + 'getgrnam gethostbyaddr gethostbyname gethostent getlogin getnetbyaddr ' + + 'getnetbyname getnetent getpeername getpgrp getppid getpriority ' + + 'getprotobyname getprotobynumber getprotoent getpwent getpwnam getpwuid ' + + 'getservbyname getservbyport getservent getsockname getsockopt glob ' + + 'gmtime grep hex index int ioctl join keys kill lc lcfirst length link ' + + 'listen localtime lock log lstat map mkdir msgctl msgget msgrcv msgsnd ' + + 'oct open opendir ord pack pipe pop pos print printf prototype push ' + + 'quotemeta rand read readdir readline readlink readpipe recv rename ' + + 'reset reverse rewinddir rindex rmdir scalar seek seekdir select semctl ' + + 'semget semop send setgrent sethostent setnetent setpgrp setpriority ' + + 'setprotoent setpwent setservent setsockopt shift shmctl shmget shmread ' + + 'shmwrite shutdown sin sleep socket socketpair sort splice split sprintf ' + + 'sqrt srand stat study substr symlink syscall sysopen sysread sysseek ' + + 'system syswrite tell telldir time times tr truncate uc ucfirst umask ' + + 'undef unlink unpack unshift utime values vec wait waitpid warn write'; + + var keywords = + 'bless caller continue dbmclose dbmopen die do dump else elsif eval exit ' + + 'for foreach goto if import last local my next no our package redo ref ' + + 'require return sub tie tied unless untie until use wantarray while'; + + this.regexList = [ + { regex: new RegExp('#[^!].*$', 'gm'), css: 'comments' }, + { regex: new RegExp('^\\s*#!.*$', 'gm'), css: 'preprocessor' }, // shebang + { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, + { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, + { regex: new RegExp('(\\$|@|%)\\w+', 'g'), css: 'variable' }, + { regex: new RegExp(this.getKeywords(funcs), 'gmi'), css: 'functions' }, + { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } + ]; + + this.forHtmlScript(SyntaxHighlighter.regexLib.phpScriptTags); +} + +SyntaxHighlighter.brushes.Perl.prototype = new SyntaxHighlighter.Highlighter(); +SyntaxHighlighter.brushes.Perl.aliases = ['perl', 'Perl', 'pl']; \ No newline at end of file diff --git a/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushPhp.js b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushPhp.js new file mode 100644 index 00000000..4e92a19b --- /dev/null +++ b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushPhp.js @@ -0,0 +1,91 @@ +/** + * SyntaxHighlighter + * http://alexgorbatchev.com/ + * + * SyntaxHighlighter is donationware. If you are using it, please donate. + * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate + * + * @version + * 2.1.364 (October 15 2009) + * + * @copyright + * Copyright (C) 2004-2009 Alex Gorbatchev. + * + * @license + * This file is part of SyntaxHighlighter. + * + * SyntaxHighlighter is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * SyntaxHighlighter is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with SyntaxHighlighter. If not, see . + */ +SyntaxHighlighter.brushes.Php = function() +{ + var funcs = 'abs acos acosh addcslashes addslashes ' + + 'array_change_key_case array_chunk array_combine array_count_values array_diff '+ + 'array_diff_assoc array_diff_key array_diff_uassoc array_diff_ukey array_fill '+ + 'array_filter array_flip array_intersect array_intersect_assoc array_intersect_key '+ + 'array_intersect_uassoc array_intersect_ukey array_key_exists array_keys array_map '+ + 'array_merge array_merge_recursive array_multisort array_pad array_pop array_product '+ + 'array_push array_rand array_reduce array_reverse array_search array_shift '+ + 'array_slice array_splice array_sum array_udiff array_udiff_assoc '+ + 'array_udiff_uassoc array_uintersect array_uintersect_assoc '+ + 'array_uintersect_uassoc array_unique array_unshift array_values array_walk '+ + 'array_walk_recursive atan atan2 atanh base64_decode base64_encode base_convert '+ + 'basename bcadd bccomp bcdiv bcmod bcmul bindec bindtextdomain bzclose bzcompress '+ + 'bzdecompress bzerrno bzerror bzerrstr bzflush bzopen bzread bzwrite ceil chdir '+ + 'checkdate checkdnsrr chgrp chmod chop chown chr chroot chunk_split class_exists '+ + 'closedir closelog copy cos cosh count count_chars date decbin dechex decoct '+ + 'deg2rad delete ebcdic2ascii echo empty end ereg ereg_replace eregi eregi_replace error_log '+ + 'error_reporting escapeshellarg escapeshellcmd eval exec exit exp explode extension_loaded '+ + 'feof fflush fgetc fgetcsv fgets fgetss file_exists file_get_contents file_put_contents '+ + 'fileatime filectime filegroup fileinode filemtime fileowner fileperms filesize filetype '+ + 'floatval flock floor flush fmod fnmatch fopen fpassthru fprintf fputcsv fputs fread fscanf '+ + 'fseek fsockopen fstat ftell ftok getallheaders getcwd getdate getenv gethostbyaddr gethostbyname '+ + 'gethostbynamel getimagesize getlastmod getmxrr getmygid getmyinode getmypid getmyuid getopt '+ + 'getprotobyname getprotobynumber getrandmax getrusage getservbyname getservbyport gettext '+ + 'gettimeofday gettype glob gmdate gmmktime ini_alter ini_get ini_get_all ini_restore ini_set '+ + 'interface_exists intval ip2long is_a is_array is_bool is_callable is_dir is_double '+ + 'is_executable is_file is_finite is_float is_infinite is_int is_integer is_link is_long '+ + 'is_nan is_null is_numeric is_object is_readable is_real is_resource is_scalar is_soap_fault '+ + 'is_string is_subclass_of is_uploaded_file is_writable is_writeable mkdir mktime nl2br '+ + 'parse_ini_file parse_str parse_url passthru pathinfo readlink realpath rewind rewinddir rmdir '+ + 'round str_ireplace str_pad str_repeat str_replace str_rot13 str_shuffle str_split '+ + 'str_word_count strcasecmp strchr strcmp strcoll strcspn strftime strip_tags stripcslashes '+ + 'stripos stripslashes stristr strlen strnatcasecmp strnatcmp strncasecmp strncmp strpbrk '+ + 'strpos strptime strrchr strrev strripos strrpos strspn strstr strtok strtolower strtotime '+ + 'strtoupper strtr strval substr substr_compare'; + + var keywords = 'and or xor array as break case ' + + 'cfunction class const continue declare default die do else ' + + 'elseif enddeclare endfor endforeach endif endswitch endwhile ' + + 'extends for foreach function include include_once global if ' + + 'new old_function return static switch use require require_once ' + + 'var while abstract interface public implements extends private protected throw'; + + var constants = '__FILE__ __LINE__ __METHOD__ __FUNCTION__ __CLASS__'; + + this.regexList = [ + { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments + { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments + { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings + { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings + { regex: /\$\w+/g, css: 'variable' }, // variables + { regex: new RegExp(this.getKeywords(funcs), 'gmi'), css: 'functions' }, // common functions + { regex: new RegExp(this.getKeywords(constants), 'gmi'), css: 'constants' }, // constants + { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // keyword + ]; + + this.forHtmlScript(SyntaxHighlighter.regexLib.phpScriptTags); +}; + +SyntaxHighlighter.brushes.Php.prototype = new SyntaxHighlighter.Highlighter(); +SyntaxHighlighter.brushes.Php.aliases = ['php']; diff --git a/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushPlain.js b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushPlain.js new file mode 100644 index 00000000..939f3b36 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushPlain.js @@ -0,0 +1,35 @@ +/** + * SyntaxHighlighter + * http://alexgorbatchev.com/ + * + * SyntaxHighlighter is donationware. If you are using it, please donate. + * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate + * + * @version + * 2.1.364 (October 15 2009) + * + * @copyright + * Copyright (C) 2004-2009 Alex Gorbatchev. + * + * @license + * This file is part of SyntaxHighlighter. + * + * SyntaxHighlighter is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * SyntaxHighlighter is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with SyntaxHighlighter. If not, see . + */ +SyntaxHighlighter.brushes.Plain = function() +{ +}; + +SyntaxHighlighter.brushes.Plain.prototype = new SyntaxHighlighter.Highlighter(); +SyntaxHighlighter.brushes.Plain.aliases = ['text', 'plain']; diff --git a/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushPowerShell.js b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushPowerShell.js new file mode 100644 index 00000000..7c140dd7 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushPowerShell.js @@ -0,0 +1,76 @@ +/** + * SyntaxHighlighter + * http://alexgorbatchev.com/ + * + * SyntaxHighlighter is donationware. If you are using it, please donate. + * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate + * + * @version + * 2.1.364 (October 15 2009) + * + * @copyright + * Copyright (C) 2004-2009 Alex Gorbatchev. + * + * @license + * This file is part of SyntaxHighlighter. + * + * SyntaxHighlighter is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * SyntaxHighlighter is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with SyntaxHighlighter. If not, see . + */ +SyntaxHighlighter.brushes.PowerShell = function() +{ + // Contributes by B.v.Zanten, Getronics + // http://confluence.atlassian.com/display/CONFEXT/New+Code+Macro + + var keywords = 'Add-Content Add-History Add-Member Add-PSSnapin Clear(-Content)? Clear-Item ' + + 'Clear-ItemProperty Clear-Variable Compare-Object ConvertFrom-SecureString Convert-Path ' + + 'ConvertTo-Html ConvertTo-SecureString Copy(-Item)? Copy-ItemProperty Export-Alias ' + + 'Export-Clixml Export-Console Export-Csv ForEach(-Object)? Format-Custom Format-List ' + + 'Format-Table Format-Wide Get-Acl Get-Alias Get-AuthenticodeSignature Get-ChildItem Get-Command ' + + 'Get-Content Get-Credential Get-Culture Get-Date Get-EventLog Get-ExecutionPolicy ' + + 'Get-Help Get-History Get-Host Get-Item Get-ItemProperty Get-Location Get-Member ' + + 'Get-PfxCertificate Get-Process Get-PSDrive Get-PSProvider Get-PSSnapin Get-Service ' + + 'Get-TraceSource Get-UICulture Get-Unique Get-Variable Get-WmiObject Group-Object ' + + 'Import-Alias Import-Clixml Import-Csv Invoke-Expression Invoke-History Invoke-Item ' + + 'Join-Path Measure-Command Measure-Object Move(-Item)? Move-ItemProperty New-Alias ' + + 'New-Item New-ItemProperty New-Object New-PSDrive New-Service New-TimeSpan ' + + 'New-Variable Out-Default Out-File Out-Host Out-Null Out-Printer Out-String Pop-Location ' + + 'Push-Location Read-Host Remove-Item Remove-ItemProperty Remove-PSDrive Remove-PSSnapin ' + + 'Remove-Variable Rename-Item Rename-ItemProperty Resolve-Path Restart-Service Resume-Service ' + + 'Select-Object Select-String Set-Acl Set-Alias Set-AuthenticodeSignature Set-Content ' + + 'Set-Date Set-ExecutionPolicy Set-Item Set-ItemProperty Set-Location Set-PSDebug ' + + 'Set-Service Set-TraceSource Set(-Variable)? Sort-Object Split-Path Start-Service ' + + 'Start-Sleep Start-Transcript Stop-Process Stop-Service Stop-Transcript Suspend-Service ' + + 'Tee-Object Test-Path Trace-Command Update-FormatData Update-TypeData Where(-Object)? ' + + 'Write-Debug Write-Error Write(-Host)? Write-Output Write-Progress Write-Verbose Write-Warning'; + var alias = 'ac asnp clc cli clp clv cpi cpp cvpa diff epal epcsv fc fl ' + + 'ft fw gal gc gci gcm gdr ghy gi gl gm gp gps group gsv ' + + 'gsnp gu gv gwmi iex ihy ii ipal ipcsv mi mp nal ndr ni nv oh rdr ' + + 'ri rni rnp rp rsnp rv rvpa sal sasv sc select si sl sleep sort sp ' + + 'spps spsv sv tee cat cd cp h history kill lp ls ' + + 'mount mv popd ps pushd pwd r rm rmdir echo cls chdir del dir ' + + 'erase rd ren type % \\?'; + + this.regexList = [ + { regex: /#.*$/gm, css: 'comments' }, // one line comments + { regex: /\$[a-zA-Z0-9]+\b/g, css: 'value' }, // variables $Computer1 + { regex: /\-[a-zA-Z]+\b/g, css: 'keyword' }, // Operators -not -and -eq + { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings + { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings + { regex: new RegExp(this.getKeywords(keywords), 'gmi'), css: 'keyword' }, + { regex: new RegExp(this.getKeywords(alias), 'gmi'), css: 'keyword' } + ]; +}; + +SyntaxHighlighter.brushes.PowerShell.prototype = new SyntaxHighlighter.Highlighter(); +SyntaxHighlighter.brushes.PowerShell.aliases = ['powershell', 'ps']; diff --git a/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushPython.js b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushPython.js new file mode 100644 index 00000000..4965653e --- /dev/null +++ b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushPython.js @@ -0,0 +1,66 @@ +/** + * SyntaxHighlighter + * http://alexgorbatchev.com/ + * + * SyntaxHighlighter is donationware. If you are using it, please donate. + * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate + * + * @version + * 2.1.364 (October 15 2009) + * + * @copyright + * Copyright (C) 2004-2009 Alex Gorbatchev. + * + * @license + * This file is part of SyntaxHighlighter. + * + * SyntaxHighlighter is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * SyntaxHighlighter is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with SyntaxHighlighter. If not, see . + */ +SyntaxHighlighter.brushes.Python = function() +{ + // Contributed by Gheorghe Milas and Ahmad Sherif + + var keywords = 'and assert break class continue def del elif else ' + + 'except exec finally for from global if import in is ' + + 'lambda not or pass print raise return try yield while'; + + var funcs = '__import__ abs all any apply basestring bin bool buffer callable ' + + 'chr classmethod cmp coerce compile complex delattr dict dir ' + + 'divmod enumerate eval execfile file filter float format frozenset ' + + 'getattr globals hasattr hash help hex id input int intern ' + + 'isinstance issubclass iter len list locals long map max min next ' + + 'object oct open ord pow print property range raw_input reduce ' + + 'reload repr reversed round set setattr slice sorted staticmethod ' + + 'str sum super tuple type type unichr unicode vars xrange zip'; + + var special = 'None True False self cls class_'; + + this.regexList = [ + { regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, + { regex: /^\s*@\w+/gm, css: 'decorator' }, + { regex: /(['\"]{3})([^\1])*?\1/gm, css: 'comments' }, + { regex: /"(?!")(?:\.|\\\"|[^\""\n])*"/gm, css: 'string' }, + { regex: /'(?!')(?:\.|(\\\')|[^\''\n])*'/gm, css: 'string' }, + { regex: /\+|\-|\*|\/|\%|=|==/gm, css: 'keyword' }, + { regex: /\b\d+\.?\w*/g, css: 'value' }, + { regex: new RegExp(this.getKeywords(funcs), 'gmi'), css: 'functions' }, + { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, + { regex: new RegExp(this.getKeywords(special), 'gm'), css: 'color1' } + ]; + + this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags); +}; + +SyntaxHighlighter.brushes.Python.prototype = new SyntaxHighlighter.Highlighter(); +SyntaxHighlighter.brushes.Python.aliases = ['py', 'python']; diff --git a/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushRuby.js b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushRuby.js new file mode 100644 index 00000000..57ecfa48 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushRuby.js @@ -0,0 +1,57 @@ +/** + * SyntaxHighlighter + * http://alexgorbatchev.com/ + * + * SyntaxHighlighter is donationware. If you are using it, please donate. + * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate + * + * @version + * 2.1.364 (October 15 2009) + * + * @copyright + * Copyright (C) 2004-2009 Alex Gorbatchev. + * + * @license + * This file is part of SyntaxHighlighter. + * + * SyntaxHighlighter is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * SyntaxHighlighter is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with SyntaxHighlighter. If not, see . + */ +SyntaxHighlighter.brushes.Ruby = function() +{ + // Contributed by Erik Peterson. + + var keywords = 'alias and BEGIN begin break case class def define_method defined do each else elsif ' + + 'END end ensure false for if in module new next nil not or raise redo rescue retry return ' + + 'self super then throw true undef unless until when while yield'; + + var builtins = 'Array Bignum Binding Class Continuation Dir Exception FalseClass File::Stat File Fixnum Fload ' + + 'Hash Integer IO MatchData Method Module NilClass Numeric Object Proc Range Regexp String Struct::TMS Symbol ' + + 'ThreadGroup Thread Time TrueClass'; + + this.regexList = [ + { regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, // one line comments + { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings + { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings + { regex: /\b[A-Z0-9_]+\b/g, css: 'constants' }, // constants + { regex: /:[a-z][A-Za-z0-9_]*/g, css: 'color2' }, // symbols + { regex: /(\$|@@|@)\w+/g, css: 'variable bold' }, // $global, @instance, and @@class variables + { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // keywords + { regex: new RegExp(this.getKeywords(builtins), 'gm'), css: 'color1' } // builtins + ]; + + this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags); +}; + +SyntaxHighlighter.brushes.Ruby.prototype = new SyntaxHighlighter.Highlighter(); +SyntaxHighlighter.brushes.Ruby.aliases = ['ruby', 'rails', 'ror', 'rb']; diff --git a/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushScala.js b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushScala.js new file mode 100644 index 00000000..55d7f8a9 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushScala.js @@ -0,0 +1,53 @@ +/** + * SyntaxHighlighter + * http://alexgorbatchev.com/ + * + * SyntaxHighlighter is donationware. If you are using it, please donate. + * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate + * + * @version + * 2.1.364 (October 15 2009) + * + * @copyright + * Copyright (C) 2004-2009 Alex Gorbatchev. + * + * @license + * This file is part of SyntaxHighlighter. + * + * SyntaxHighlighter is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * SyntaxHighlighter is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with SyntaxHighlighter. If not, see . + */ +SyntaxHighlighter.brushes.Scala = function() +{ + // Contributed by Yegor Jbanov and David Bernard. + + var keywords = 'val sealed case def true trait implicit forSome import match object null finally super ' + + 'override try lazy for var catch throw type extends class while with new final yield abstract ' + + 'else do if return protected private this package false'; + + var keyops = '[_:=><%#@]+'; + + this.regexList = [ + { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments + { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments + { regex: SyntaxHighlighter.regexLib.multiLineSingleQuotedString, css: 'string' }, // multi-line strings + { regex: SyntaxHighlighter.regexLib.multiLineDoubleQuotedString, css: 'string' }, // double-quoted string + { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings + { regex: /0x[a-f0-9]+|\d+(\.\d+)?/gi, css: 'value' }, // numbers + { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // keywords + { regex: new RegExp(keyops, 'gm'), css: 'keyword' } // scala keyword + ]; +} + +SyntaxHighlighter.brushes.Scala.prototype = new SyntaxHighlighter.Highlighter(); +SyntaxHighlighter.brushes.Scala.aliases = ['scala']; diff --git a/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushSql.js b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushSql.js new file mode 100644 index 00000000..974df01f --- /dev/null +++ b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushSql.js @@ -0,0 +1,68 @@ +/** + * SyntaxHighlighter + * http://alexgorbatchev.com/ + * + * SyntaxHighlighter is donationware. If you are using it, please donate. + * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate + * + * @version + * 2.1.364 (October 15 2009) + * + * @copyright + * Copyright (C) 2004-2009 Alex Gorbatchev. + * + * @license + * This file is part of SyntaxHighlighter. + * + * SyntaxHighlighter is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * SyntaxHighlighter is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with SyntaxHighlighter. If not, see . + */ +SyntaxHighlighter.brushes.Sql = function() +{ + var funcs = 'abs avg case cast coalesce convert count current_timestamp ' + + 'current_user day isnull left lower month nullif replace right ' + + 'session_user space substring sum system_user upper user year'; + + var keywords = 'absolute action add after alter as asc at authorization begin bigint ' + + 'binary bit by cascade char character check checkpoint close collate ' + + 'column commit committed connect connection constraint contains continue ' + + 'create cube current current_date current_time cursor database date ' + + 'deallocate dec decimal declare default delete desc distinct double drop ' + + 'dynamic else end end-exec escape except exec execute false fetch first ' + + 'float for force foreign forward free from full function global goto grant ' + + 'group grouping having hour ignore index inner insensitive insert instead ' + + 'int integer intersect into is isolation key last level load local max min ' + + 'minute modify move name national nchar next no numeric of off on only ' + + 'open option order out output partial password precision prepare primary ' + + 'prior privileges procedure public read real references relative repeatable ' + + 'restrict return returns revoke rollback rollup rows rule schema scroll ' + + 'second section select sequence serializable set size smallint static ' + + 'statistics table temp temporary then time timestamp to top transaction ' + + 'translation trigger true truncate uncommitted union unique update values ' + + 'varchar varying view when where with work'; + + var operators = 'all and any between cross in join like not null or outer some'; + + this.regexList = [ + { regex: /--(.*)$/gm, css: 'comments' }, // one line and multiline comments + { regex: SyntaxHighlighter.regexLib.multiLineDoubleQuotedString, css: 'string' }, // double quoted strings + { regex: SyntaxHighlighter.regexLib.multiLineSingleQuotedString, css: 'string' }, // single quoted strings + { regex: new RegExp(this.getKeywords(funcs), 'gmi'), css: 'color2' }, // functions + { regex: new RegExp(this.getKeywords(operators), 'gmi'), css: 'color1' }, // operators and such + { regex: new RegExp(this.getKeywords(keywords), 'gmi'), css: 'keyword' } // keyword + ]; +}; + +SyntaxHighlighter.brushes.Sql.prototype = new SyntaxHighlighter.Highlighter(); +SyntaxHighlighter.brushes.Sql.aliases = ['sql']; + diff --git a/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushVb.js b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushVb.js new file mode 100644 index 00000000..8993b239 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushVb.js @@ -0,0 +1,62 @@ +/** + * SyntaxHighlighter + * http://alexgorbatchev.com/ + * + * SyntaxHighlighter is donationware. If you are using it, please donate. + * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate + * + * @version + * 2.1.364 (October 15 2009) + * + * @copyright + * Copyright (C) 2004-2009 Alex Gorbatchev. + * + * @license + * This file is part of SyntaxHighlighter. + * + * SyntaxHighlighter is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * SyntaxHighlighter is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with SyntaxHighlighter. If not, see . + */ + +/* modified by Helixoft */ + +SyntaxHighlighter.brushes.Vb = function() +{ + var keywords = 'AddHandler AddressOf AndAlso Alias And Ansi As Assembly Auto ' + + 'Boolean ByRef Byte ByVal Call Case Catch CBool CByte CChar CDate ' + + 'CDec CDbl Char CInt Class CLng CObj Const CShort CSng CStr CType ' + + 'Date Decimal Declare Default Delegate Dim DirectCast Do Double Each ' + + 'Else ElseIf End Enum Erase Error Event Exit False Finally For Friend ' + + 'Function Get GetType GoSub GoTo Handles If Implements Imports In ' + + 'Inherits Integer Interface Is Let Lib Like Long Loop Me Mod Module ' + + 'MustInherit MustOverride MyBase MyClass Namespace New Next Not Nothing ' + + 'NotInheritable NotOverridable Object On Option Optional Or OrElse ' + + 'Overloads Overridable Overrides ParamArray Preserve Private Property ' + + 'Protected Public RaiseEvent ReadOnly ReDim REM RemoveHandler Resume ' + + 'Return Select Set Shadows Shared Short Single Static Step Stop String ' + + 'Structure Sub SyncLock Then Throw To True Try TypeOf Unicode Until ' + + 'Variant When While With WithEvents WriteOnly Xor'; + + this.regexList = [ + { regex: /\<.*?\>/gm, css: 'skipTag' }, // HTML tag, don't decorate, Helixoft + { regex: /'.*$/gm, css: 'comments' }, // one line comments + { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings + { regex: /^\s*#.*$/gm, css: 'preprocessor' }, // preprocessor tags like #region and #endregion + { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // vb keyword + ]; + + this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags); +}; + +SyntaxHighlighter.brushes.Vb.prototype = new SyntaxHighlighter.Highlighter(); +SyntaxHighlighter.brushes.Vb.aliases = ['vb', 'vbnet']; diff --git a/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushXml.js b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushXml.js new file mode 100644 index 00000000..199fa3b4 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shBrushXml.js @@ -0,0 +1,71 @@ +/** + * SyntaxHighlighter + * http://alexgorbatchev.com/ + * + * SyntaxHighlighter is donationware. If you are using it, please donate. + * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate + * + * @version + * 2.1.364 (October 15 2009) + * + * @copyright + * Copyright (C) 2004-2009 Alex Gorbatchev. + * + * @license + * This file is part of SyntaxHighlighter. + * + * SyntaxHighlighter is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * SyntaxHighlighter is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with SyntaxHighlighter. If not, see . + */ +SyntaxHighlighter.brushes.Xml = function() +{ + function process(match, regexInfo) + { + var constructor = SyntaxHighlighter.Match, + code = match[0], + tag = new XRegExp('(<|<)[\\s\\/\\?]*(?[:\\w-\\.]+)', 'xg').exec(code), + result = [] + ; + + if (match.attributes != null) + { + var attributes, + regex = new XRegExp('(? [\\w:\\-\\.]+)' + + '\\s*=\\s*' + + '(? ".*?"|\'.*?\'|\\w+)', + 'xg'); + + while ((attributes = regex.exec(code)) != null) + { + result.push(new constructor(attributes.name, match.index + attributes.index, 'color1')); + result.push(new constructor(attributes.value, match.index + attributes.index + attributes[0].indexOf(attributes.value), 'string')); + } + } + + if (tag != null) + result.push( + new constructor(tag.name, match.index + tag[0].indexOf(tag.name), 'keyword') + ); + + return result; + } + + this.regexList = [ + { regex: new XRegExp('(\\<|<)\\!\\[[\\w\\s]*?\\[(.|\\s)*?\\]\\](\\>|>)', 'gm'), css: 'color2' }, // + { regex: SyntaxHighlighter.regexLib.xmlComments, css: 'comments' }, // + { regex: new XRegExp('(<|<)[\\s\\/\\?]*(\\w+)(?.*?)[\\s\\/\\?]*(>|>)', 'sg'), func: process } + ]; +}; + +SyntaxHighlighter.brushes.Xml.prototype = new SyntaxHighlighter.Highlighter(); +SyntaxHighlighter.brushes.Xml.aliases = ['xml', 'xhtml', 'xslt', 'html']; diff --git a/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shCore.js b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shCore.js new file mode 100644 index 00000000..5fed4860 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shCore.js @@ -0,0 +1,30 @@ +/** + * SyntaxHighlighter + * http://alexgorbatchev.com/ + * + * SyntaxHighlighter is donationware. If you are using it, please donate. + * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate + * + * @version + * 2.1.364 (October 15 2009) + * + * @copyright + * Copyright (C) 2004-2009 Alex Gorbatchev. + * + * @license + * This file is part of SyntaxHighlighter. + * + * SyntaxHighlighter is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * SyntaxHighlighter is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with SyntaxHighlighter. If not, see . + */ +eval(function(p,a,c,k,e,d){e=function(c){return(c35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('c(!1q.2X){h 2X=l(){h p={6b:{"1s-R":"","84-2y":1,"83-2y-7W":I,"1I":v,"8d-89":I,"1H-2Q":4,"3g":I,"1w":I,"66":N,"8k-8l":I,"88":N,"5h-1p":I,"1L-1l":N},M:{4T:I,69:v,5l:16,5k:16,8B:N,8f:N,8s:"54",1f:{5q:"53 1g",5d:"9N 1g",5i:"9O 6q 6p",78:"9M C 9L 1V 9I 6p 9J",3t:"3t",6C:"?",1A:"2X\\n\\n",6T:"9K\'t 9P 2O D: ",7x:"9Q 9W\'t 9X D 1L-1l 9V: ",77:"<1L 9t=\\"2s://5x.6x.6B/9s/9x\\"><6z><9y 2s-9E=\\"9F-9D\\" 63=\\"1X/1L; 9C=9z-8\\" /><3i>9A 2X<33 1m=\\"39-9Y:9Z,an,ao,am-al;ai-3f:#aj;3f:#ak;39-2Q:ap;1X-6G:6u;\\">2X6O 2.1.ag (a5 15 6h)2s://6I.3ka3 a0 a1 f 1l, a2 8R 6q 8Q 8O 8W!8V C 8U 8X.8K 8N-6h 8M 8S."},8u:N},1r:{4Z:v,9o:v,3m:v,6f:{}},2d:{},8h:{9g:/\\/\\*[\\s\\S]*?\\*\\//3b,9d:/\\/\\/.*$/3b,9e:/#.*$/3b,9j:/"([^\\\\"\\n]|\\\\.)*"/g,9n:/\'([^\\\\\'\\n]|\\\\.)*\'/g,9m:/"([^\\\\"]|\\\\.)*"/g,8Y:/\'([^\\\\\']|\\\\.)*\'/g,9k:/(&X;|<)!--[\\s\\S]*?--(&Z;|>)/3b,43:/&X;\\w+:\\/\\/[\\w-.\\/?%&=@:;]*&Z;|\\w+:\\/\\/[\\w-.\\/?%&=@:;]*/g,9c:{G:/(&X;|<)\\?=?/g,1d:/\\?(&Z;|>)/g},93:{G:/(&X;|<)%=?/g,1d:/%(&Z;|>)/g},92:{G:/(&X;|<)\\s*1l.*?(&Z;|>)/4e,1d:/(&X;|<)\\/\\s*1l\\s*(&Z;|>)/4e}},1w:{1c:l(3O){h 3T=Q.22("3Y"),5s=p.1w.7d;3T.L="1w";D(h 30 1V 5s){h 6i=5s[30],5t=W 6i(3O),1Y=5t.1c();3O.6g[30]=5t;c(1Y==v){1J}c(7X(1Y)=="91"){1Y=p.1w.6m(1Y,3O.1k,30)}1Y.L+="5v "+30;3T.2p(1Y)}q 3T},6m:l(5L,7j,5K){h a=Q.22("a"),5N=a.1m,5D=p.M,5M=5D.5l,5J=5D.5k;a.27="#"+5K;a.3i=5L;a.5j=7j;a.76=5K;a.1Q=5L;c(40(5M)==N){5N.26=5M+"75"}c(40(5J)==N){5N.2e=5J+"75"}a.9l=l(e){97{p.1w.6M(f,e||1q.6Y,f.5j,f.76)}98(e){p.B.1A(e.6n)}q N};q a},6M:l(7i,7g,7b,7h,7f){h 5G=p.1r.6f[7b],5H;c(5G==v||(5H=5G.6g[7h])==v){q v}q 5H.2z(7i,7g,7f)},7d:{5q:l(5b){f.1c=l(){c(5b.V("66")!=I){q}q p.M.1f.5q};f.2z=l(5c,8T,8P){h A=5b.A;5c.7y.4p(5c);A.L=A.L.E("5O","")}},5d:l(6R){f.1c=l(){q p.M.1f.5d};f.2z=l(b1,bU,bV){h 3J=p.B.3d(6R.5g).E(/"+3J+"");2A.Q.4o()}},5i:l(64){h 3C,c2,6a=64.1k;f.1c=l(){h 2V=p.M;c(2V.69==v){q v}l 1E(56){h 5m="";D(h 5f 1V 56){5m+=""}q 5m};l 2i(5n){h 5p="";D(h 5o 1V 5n){5p+=" "+5o+"=\'"+5n[5o]+"\'"}q 5p};h 67={26:2V.5l,2e:2V.5k,1k:6a+"bY",4r:"bZ/x-71-6V",3i:p.M.1f.5i},5V={bE:"ay",bD:"bC",bA:"5j="+6a,c4:"N"},5U=2V.69,3x;c(/bG/i.1R(6K.7k)){3x="<4h"+2i({bH:"bM:bN-bL-bK-bI-bJ",c3:"2s://ck.cj.3k/cm/71/c9/6V/c8.c7#6O=9,0,0,0"})+2i(67)+">"+1E(5V)+1E({c6:5U})+""}F{3x=""}3C=Q.22("A");3C.1Q=3x;q 3C};f.2z=l(cf,ce,62){h 7c=62.cd;6U(7c){2K"7q":h 61=p.B.2T(p.B.3d(64.5g).E(/&X;/g,"<").E(/&Z;/g,">").E(/&aT;/g,"&"));c(1q.74){1q.74.aU("1X",61)}F{q p.B.2T(61)}2K"aR":p.B.1A(p.M.1f.78);2h;2K"aP":p.B.1A(62.6n);2h}}},aV:l(65){f.1c=l(){q p.M.1f.3t};f.2z=l(aW,bz,b0){h 1Z=Q.22("aZ"),1N=v;c(p.1r.3m!=v){Q.33.4p(p.1r.3m)}p.1r.3m=1Z;1Z.1m.aX="aY:aO;26:6r;2e:6r;G:-6j;4w:-6j;";Q.33.2p(1Z);1N=1Z.5Q.Q;6J(1N,1q.Q);1N.3D(""+65.A.1Q+"");1N.4o();1Z.5Q.4F();1Z.5Q.3t();l 6J(6N,6E){h 2I=6E.4O("4n");D(h i=0;i<2I.u;i++){c(2I[i].6y.6P()=="6A"&&/aE\\.1a$/.1R(2I[i].27)){6N.3D("<4n 4r=\\"1X/1a\\" 6y=\\"6A\\" 27=\\""+2I[i].27+"\\">")}}}}},az:l(aA){f.1c=l(){q p.M.1f.6C};f.2z=l(aF,aG){h 2A=p.B.4z("","4k",aM,aK,"7a=0"),1N=2A.Q;1N.3D(p.M.1f.77);1N.4o();2A.4F()}}}},B:{Y:l(49,73,3y){3y=3e.aH(3y||0,0);D(h i=3y;i<49.u;i++){c(49[i]==73){q i}}q-1},6d:l(72){q 72+3e.aI(3e.b2()*b3).2u()},6c:l(51,4L){h 3h={},1W;D(1W 1V 51){3h[1W]=51[1W]}D(1W 1V 4L){3h[1W]=4L[1W]}q 3h},80:l(4J){6U(4J){2K"I":q I;2K"N":q N}q 4J},4z:l(43,6W,4B,4H,2N){h x=(6X.26-4B)/2,y=(6X.2e-4H)/2;2N+=", G="+x+", 4w="+y+", 26="+4B+", 2e="+4H;2N=2N.E(/^,/,"");h 4E=1q.bk(43,6W,2N);4E.4F();q 4E},7C:l(1G,1T,1U){c(1G.6Z){1G["e"+1T+1U]=1U;1G[1T+1U]=l(){1G["e"+1T+1U](1q.6Y)};1G.6Z("bw"+1T,1G[1T+1U])}F{1G.bv(1T,1U,N)}},1A:l(z){1A(p.M.1f.1A+z)},4u:l(4N,6Q){h 2r=p.1r.4Z,3V=v;c(2r==v){2r={};D(h 2L 1V p.2d){h 42=p.2d[2L].bu;c(42==v){1J}p.2d[2L].R=2L.6P();D(h i=0;i<42.u;i++){2r[42[i]]=2L}}p.1r.4Z=2r}3V=p.2d[2r[4N]];c(3V==v&&6Q!=N){p.B.1A(p.M.1f.6T+4N)}q 3V},46:l(z,6S){h 2E=z.1P("\\n");D(h i=0;i<2E.u;i++){2E[i]=6S(2E[i])}q 2E.5A("\\n")},8C:l(z){q z.E(/^[ ]*[\\n]+|[\\n]*[ ]*$/g,"")},8H:l(z){h 3X,45={},4P=W U("^\\\\[(?<4c>(.*?))\\\\]$"),7e=W U("(?[\\\\w-]+)"+"\\\\s*:\\\\s*"+"(?<24>"+"[\\\\w-%#]+|"+"\\\\[.*?\\\\]|"+"\\".*?\\"|"+"\'.*?\'"+")\\\\s*;?","g");2j((3X=7e.T(z))!=v){h 2f=3X.24.E(/^[\'"]|[\'"]$/g,"");c(2f!=v&&4P.1R(2f)){h m=4P.T(2f);2f=m.4c.u>0?m.4c.1P(/\\s*,\\s*/):[]}45[3X.R]=2f}q 45},7K:l(z,1a){c(z==v||z.u==0||z=="\\n"){q z}z=z.E(/"+2l+""})}q z},7V:l(6l,6o){h 32=6l.2u();2j(32.u<6o){32="0"+32}q 32},6k:l(){h 3w=Q.22("A"),3B,3o=0,44=Q.33,1k=p.B.6d("6k"),36="",4U="";3w.1Q=36+"6e\\">"+36+"1p\\">"+36+"2y\\">"+36+"63"+"\\"><4G 1s=\\"b5\\"><4G 1k=\\""+1k+"\\">&2B;"+4U+4U+2Y+2Y+2Y+2Y;44.2p(3w);3B=Q.bb(1k);c(/bg/i.1R(6K.7k)){h 6v=1q.be(3B,v);3o=85(6v.bc("26"))}F{3o=3B.bd}44.4p(3w);q 3o},8b:l(79,6s){h 1H="";D(h i=0;i<6s;i++){1H+=" "}q 79.E(/\\t/g,1H)},8a:l(2Z,4f){h bF=2Z.1P("\\n"),1H="\\t",4d="";D(h i=0;i<50;i++){4d+=" "}l 8x(3s,18,8A){q 3s.29(0,18)+4d.29(0,8A)+3s.29(18+1,3s.u)};2Z=p.B.46(2Z,l(20){c(20.Y(1H)==-1){q 20}h 18=0;2j((18=20.Y(1H))!=-1){h 8w=4f-18%4f;20=8x(20,18,8w)}q 20});q 2Z},3d:l(z){h br=/|&X;br\\s*\\/?&Z;/4e;c(p.M.8B==I){z=z.E(br,"\\n")}c(p.M.8f==I){z=z.E(br,"")}q z},2G:l(z){q z.E(/^\\s+|\\s+$/g,"")},2T:l(z){h 21=p.B.3d(z).1P("\\n"),bf=W bh(),8D=/^\\s*/,2a=ba;D(h i=0;i<21.u&&2a>0;i++){h 4x=21[i];c(p.B.2G(4x).u==0){1J}h 4I=8D.T(4x);c(4I==v){q z}2a=3e.2a(4I[0].u,2a)}c(2a>0){D(h i=0;i<21.u;i++){21[i]=21[i].29(2a)}}q 21.5A("\\n")},82:l(35,31){c(35.H<31.H){q-1}F{c(35.H>31.H){q 1}F{c(35.u<31.u){q-1}F{c(35.u>31.u){q 1}}}}q 0},2D:l(8q,34){l 8n(4D,8r){q[W p.4v(4D[0],4D.H,8r.1a)]};h b4=0,4s=v,3L=[],8p=34.4X?34.4X:8n;2j((4s=34.3K.T(8q))!=v){3L=3L.2t(8p(4s,34))}q 3L},8m:l(8o){h X="&X;",Z="&Z;";q 8o.E(p.8h.43,l(m){h 4j="",47="";c(m.Y(X)==0){47=X;m=m.3U(X.u)}c(m.Y(Z)==m.u-Z.u){m=m.3U(0,m.u-Z.u);4j=Z}q 47+""+m+""+4j})},8v:l(){h 3N=Q.4O("1l"),4i=[];D(h i=0;i<3N.u;i++){c(3N[i].4r=="6e"){4i.K(3N[i])}}q 4i},8I:l(4b){h 4q="",1v=p.B.2G(4b),3R=N;c(1v.Y(4q)==0){1v=1v.3U(4q.u);3R=I}c(1v.Y(3S)==1v.u-3S.u){1v=1v.3U(0,1v.u-3S.u);3R=I}q 3R?1v:4b}},1I:l(8E,4R){l 8e(4g){h 4Q=[];D(h i=0;i<4g.u;i++){4Q.K(4g[i])}q 4Q};h 2q=4R?[4R]:8e(Q.4O(p.M.8s)),8J="1Q",2k=v,4S=p.M;c(4S.4T){2q=2q.2t(p.B.8v())}c(2q.u===0){q}D(h i=0;i<2q.u;i++){h 2M=2q[i],28=p.B.8H(2M.L),1D,2W,25;28=p.B.6c(8E,28);1D=28["2O"];c(1D==v){1J}c(28["1L-1l"]=="I"||p.6b["1L-1l"]==I){2k=W p.4a(1D);1D="b9"}F{h 3P=p.B.4u(1D);c(3P){1D=3P.R;2k=W 3P()}F{1J}}2W=2M[8J];c(4S.4T){2W=p.B.8I(2W)}28["2O-R"]=1D;2k.1I(2W,28);25=2k.A;c(p.M.8u){25=Q.22("bj");25.24=2k.A.1Q;25.1m.26="bt";25.1m.2e="bx"}2M.7y.bs(25,2M)}},bq:l(7H){p.B.7C(1q,"bl",l(){p.1I(7H)})}};p.4v=l(4A,7G,1a){f.24=4A;f.H=7G;f.u=4A.u;f.1a=1a;f.5Y=v};p.4v.14.2u=l(){q f.24};p.4a=l(4K){h 3z=p.B.4u(4K),2g,4W=W p.2d.bm(),bn=v;c(3z==v){q}2g=W 3z();f.4m=4W;c(2g.3I==v){p.B.1A(p.M.1f.7x+4K);q}4W.59.K({3K:2g.3I.C,4X:7p});l 3A(4Y,7w){D(h j=0;j<4Y.u;j++){4Y[j].H+=7w}};l 7p(19,bp){h 7n=19.C,1o=[],4M=2g.59,7l=19.H+19.G.u,2U=2g.3I,1n;D(h i=0;i<4M.u;i++){1n=p.B.2D(7n,4M[i]);3A(1n,7l);1o=1o.2t(1n)}c(2U.G!=v&&19.G!=v){1n=p.B.2D(19.G,2U.G);3A(1n,19.H);1o=1o.2t(1n)}c(2U.1d!=v&&19.1d!=v){1n=p.B.2D(19.1d,2U.1d);3A(1n,19.H+19[0].bo(19.1d));1o=1o.2t(1n)}D(h j=0;j<1o.u;j++){1o[j].5Y=3z.R}q 1o}};p.4a.14.1I=l(7t,7s){f.4m.1I(7t,7s);f.A=f.4m.A};p.7I=l(){};p.7I.14={V:l(7J,7Z){h 4l=f.1E[7J];q p.B.80(4l==v?7Z:4l)},1c:l(7Y){q Q.22(7Y)},8i:l(2F,81){h 3u=[];c(2F!=v){D(h i=0;i<2F.u;i++){c(7X(2F[i])=="4h"){3u=3u.2t(p.B.2D(81,2F[i]))}}}q 3u.aB(p.B.82)},86:l(){h 23=f.2C;D(h i=0;i<23.u;i++){c(23[i]===v){1J}h 2x=23[i],4V=2x.H+2x.u;D(h j=i+1;j<23.u&&23[i]!==v;j++){h 1S=23[j];c(1S===v){1J}F{c(1S.H>4V){2h}F{c(1S.H==2x.H&&1S.u>2x.u){f.2C[i]=v}F{c(1S.H>=2x.H&&1S.H<4V){f.2C[j]=v}}}}}}},8t:l(2H){h 3r=2H.1P(/\\n/g),3n=85(f.V("84-2y")),2v=f.V("83-2y-7W"),7N=f.V("1I",[]),7U=f.V("3g");2H="";c(2v==I){2v=(3n+3r.u-1).2u().u}F{c(40(2v)==I){2v=0}}D(h i=0;i<3r.u;i++){h 1x=3r[i],60=/^(&2B;|\\s)+/.T(1x),52="aN"+(i%2==0?1:2),7F=p.B.7V(3n+i,2v),7P=p.B.Y(7N,(3n+i).2u())!=-1,2S=v;c(60!=v){2S=60[0].2u();1x=1x.29(2S.u)}1x=p.B.2G(1x);c(1x.u==0){1x="&2B;"}c(7P){52+=" aQ"}2H+=""+"<7L>"+"<7T>"+(7U?"<3F 1s=\\"aS\\">"+7F+"":"")+"<3F 1s=\\"63\\">"+(2S!=v?""+2S.E(" ","&2B;")+"":"")+1x+""+""+""+""}q 2H},8y:l(5X,5T){h 18=0,3c="",3a=p.B.7K,5S=f.V("2O-R","");l 5W(5Z){h 5R=5Z?(5Z.5Y||5S):5S;q 5R?5R+" ":""};D(h i=0;i<5T.u;i++){h 1y=5T[i],3G;c(1y===v||1y.u===0){1J}3G=5W(1y);3c+=3a(5X.29(18,1y.H-18),3G+"7O")+3a(1y.24,3G+1y.1a);18=1y.H+1y.u}3c+=3a(5X.29(18),5W()+"7O");q 3c},1I:l(C,7E){h cb=p.M,1r=p.1r,A,ci,3Z,ch="cn";f.1E={};f.A=v;f.1p=v;f.C=v;f.1i=v;f.6g={};f.1k=p.B.6d("cl");1r.6f[f.1k]=f;c(C===v){C=""}f.1E=p.B.6c(p.6b,7E||{});c(f.V("88")==I){f.1E.1w=f.1E.3g=N}f.A=A=f.1c("3Y");f.1p=f.1c("3Y");f.1p.L="1p";L="6e";A.1k=f.1k;c(f.V("66")){L+=" 5O"}c(f.V("3g")==N){L+=" bB"}c(f.V("5h-1p")==N){f.1p.L+=" bO-5h"}L+=" "+f.V("1s-R");L+=" "+f.V("2O-R");A.L=L;f.5g=C;f.C=p.B.8C(C).E(/\\r/g," ");3Z=f.V("1H-2Q");f.C=f.V("8d-89")==I?p.B.8a(f.C,3Z):p.B.8b(f.C,3Z);f.C=p.B.2T(f.C);c(f.V("1w")){f.1i=f.1c("3Y");f.1i.L="1i";f.1i.2p(p.1w.1c(f));A.2p(f.1i);h 1i=f.1i;l 58(){1i.L=1i.L.E("53","")};A.c0=l(){58();1i.L+=" 53"};A.bX=l(){58()}}A.2p(f.1p);f.2C=f.8i(f.59,f.C);f.86();C=f.8y(f.C,f.2C);C=f.8t(p.B.2G(C));c(f.V("8k-8l")){C=p.B.8m(C)}f.1p.1Q=C},9f:l(z){z=z.E(/^\\s+|\\s+$/g,"").E(/\\s+/g,"|");q"\\\\b(?:"+z+")\\\\b"},9i:l(2J){f.3I={G:{3K:2J.G,1a:"1l"},1d:{3K:2J.1d,1a:"1l"},C:W U("(?"+2J.G.1g+")"+"(?.*?)"+"(?<1d>"+2J.1d.1g+")","96")}}};q p}()}c(!1q.U){(l(){h 2w={T:10.14.T,87:5I.14.87,E:5I.14.E,1P:5I.14.1P},1F={13:/(?:[^\\\\([#\\s.]+|\\\\(?!k<[\\w$]+>|[7z]{[^}]+})[\\S\\s]?|\\((?=\\?(?!#|<[\\w$]+>)))+|(\\()(?:\\?(?:(#)[^)]*\\)|<([$\\w]+)>))?|\\\\(?:k<([\\w$]+)>|[7z]{([^}]+)})|(\\[\\^?)|([\\S\\s])/g,99:/(?:[^$]+|\\$(?![1-9$&`\']|{[$\\w]+}))+|\\$(?:([1-9]\\d*|[$&`\'])|{([$\\w]+)})/g,37:/^(?:\\s+|#.*)+/,5B:/^(?:[?*+]|{\\d+(?:,\\d*)?})/,7Q:/&&\\[\\^?/g,7S:/]/g},7o=l(5C,5v,5u){D(h i=5u||0;i<5C.u;i++){c(5C[i]===5v){q i}}q-1},8G=/()??/.T("")[1]!==3j,3q={};U=l(1e,1O){c(1e 68 10){c(1O!==3j){3H 7r("4y\'t 4C 9a 8z 95 7u 10 5u 94")}q 1e.3E()}h 1O=1O||"",7R=1O.Y("s")>-1,7M=1O.Y("x")>-1,5z=N,3v=[],1b=[],13=1F.13,J,cc,38,3M,3p;13.O=0;2j(J=2w.T.2n(13,1e)){c(J[2]){c(!1F.5B.1R(1e.17(13.O))){1b.K("(?:)")}}F{c(J[1]){3v.K(J[3]||v);c(J[3]){5z=I}1b.K("(")}F{c(J[4]){3M=7o(3v,J[4]);1b.K(3M>-1?"\\\\"+(3M+1)+(40(1e.5w(13.O))?"":"(?:)"):J[0])}F{c(J[5]){1b.K(3q.7m?3q.7m.7q(J[5],J[0].5w(1)==="P"):J[0])}F{c(J[6]){c(1e.5w(13.O)==="]"){1b.K(J[6]==="["?"(?!)":"[\\\\S\\\\s]");13.O++}F{cc=U.8g("&&"+1e.17(J.H),1F.7Q,1F.7S,"",{7D:"\\\\"})[0];1b.K(J[6]+cc+"]");13.O+=cc.u+1}}F{c(J[7]){c(7R&&J[7]==="."){1b.K("[\\\\S\\\\s]")}F{c(7M&&1F.37.1R(J[7])){38=2w.T.2n(1F.37,1e.17(13.O-1))[0].u;c(!1F.5B.1R(1e.17(13.O-1+38))){1b.K("(?:)")}13.O+=38-1}F{1b.K(J[7])}}}F{1b.K(J[0])}}}}}}}3p=10(1b.5A(""),2w.E.2n(1O,/[9B]+/g,""));3p.1C={1g:1e,2m:5z?3v:v};q 3p};U.9q=l(R,o){3q[R]=o};10.14.T=l(z){h 1h=2w.T.2n(f,z),R,i,5y;c(1h){c(8G&&1h.u>1){5y=W 10("^"+f.1g+"$(?!\\\\s)",f.5E());2w.E.2n(1h[0],5y,l(){D(i=1;i<8j.u-2;i++){c(8j[i]===3j){1h[i]=3j}}})}c(f.1C&&f.1C.2m){D(i=1;i<1h.u;i++){R=f.1C.2m[i-1];c(R){1h[R]=1h[i]}}}c(f.3l&&f.O>(1h.H+1h[0].u)){f.O--}}q 1h}})()}10.14.5E=l(){q(f.3l?"g":"")+(f.av?"i":"")+(f.8F?"m":"")+(f.37?"x":"")+(f.a4?"y":"")};10.14.3E=l(7A){h 5F=W U(f.1g,(7A||"")+f.5E());c(f.1C){5F.1C={1g:f.1C.1g,2m:f.1C.2m?f.1C.2m.17(0):v}}q 5F};10.14.2n=l(90,z){q f.T(z)};10.14.9b=l(9h,8c){q f.T(8c[0])};U.5P=l(57,5e){h 55="/"+57+"/"+(5e||"");q U.5P[55]||(U.5P[55]=W U(57,5e))};U.41=l(z){q z.E(/[-[\\]{}()*+?.\\\\^$|,#\\s]/g,"\\\\$&")};U.8g=l(z,G,11,1j,2R){h 2R=2R||{},2P=2R.7D,12=2R.c5,1j=1j||"",5r=1j.Y("g")>-1,70=1j.Y("i")>-1,7v=1j.Y("m")>-1,5a=1j.Y("y")>-1,1j=1j.E(/y/g,""),G=G 68 10?(G.3l?G:G.3E("g")):W U(G,"g"+1j),11=11 68 10?(11.3l?11:11.3E("g")):W U(11,"g"+1j),1M=[],2o=0,1u=0,1t=0,1z=0,2b,2c,1B,1K,3Q,48;c(2P){c(2P.u>1){3H aC("4y\'t 4C aL aJ 7u 41 7B")}c(7v){3H 7r("4y\'t 4C 41 7B 8z bi b8 8F b7")}3Q=U.41(2P);48=W 10("^(?:"+3Q+"[\\\\S\\\\s]|(?:(?!"+G.1g+"|"+11.1g+")[^"+3Q+"])+)+",70?"i":"")}2j(I){G.O=11.O=1t+(2P?(48.T(z.17(1t))||[""])[0].u:0);1B=G.T(z);1K=11.T(z);c(1B&&1K){c(1B.H<=1K.H){1K=v}F{1B=v}}c(1B||1K){1u=(1B||1K).H;1t=(1B?G:11).O}F{c(!2o){2h}}c(5a&&!2o&&1u>1z){2h}c(1B){c(!2o++){2b=1u;2c=1t}}F{c(1K&&2o){c(!--2o){c(12){c(12[0]&&2b>1z){1M.K([12[0],z.17(1z,2b),1z,2b])}c(12[1]){1M.K([12[1],z.17(2b,2c),2b,2c])}c(12[2]){1M.K([12[2],z.17(2c,1u),2c,1u])}c(12[3]){1M.K([12[3],z.17(1u,1t),1u,1t])}}F{1M.K(z.17(2c,1u))}1z=1t;c(!5r){2h}}}F{G.O=11.O=0;3H bP("8L aq 9r ar 8Z")}}c(1u===1t){1t++}}c(5r&&!5a&&12&&12[0]&&z.u>1z){1M.K([12[0],z.17(1z),1z,z.u])}G.O=11.O=0;q 1M};',62,768,'||||||||||||if|||this||var||||function||||sh|return||||length|null||||str|div|utils|code|for|replace|else|left|index|true|_121|push|className|config|false|lastIndex||document|name||exec|XRegExp|getParam|new|lt|indexOf|gt|RegExp|_139|vN|part|prototype|||slice|pos|_d3|css|_11f|create|right|_119|strings|source|_129|bar|_13a|id|script|style|_da|_d6|lines|window|vars|class|_145|_144|_b5|toolbar|_f4|_103|_146|alert|_149|_x|_c3|params|lib|obj|tab|highlight|continue|_14a|html|_142|doc|_11a|split|innerHTML|test|_ec|_5a|_5b|in|_4f|text|_8|_3c|_91|_98|createElement|_e7|value|_c5|width|href|_c2|substr|min|_147|_148|brushes|height|_6e|_cd|break|attributes|while|_be|_75|captureNames|call|_143|appendChild|_bc|_5f|http|concat|toString|_f0|real|_e9|line|execute|wnd|nbsp|matches|getMatches|_66|_e3|trim|_ed|_40|_10f|case|_61|_c1|_55|brush|_13c|size|_13b|_f9|unindent|_d9|_28|_c4|SyntaxHighlighter|_81|_88|_5|m2|_7a|body|_a2|m1|_80|extended|len|font|_fe|gm|_fd|fixInputString|Math|color|gutter|_4e|title|undefined|com|global|printFrame|_ef|_7d|_125|_118|_ee|_8e|print|_e5|_11e|_7b|_32|_49|_cc|offsetMatches|_7c|_25|write|addFlags|td|_104|throw|htmlScript|_22|regex|_a7|_124|_af|_2|_c6|_14b|_b6|_b4|_3|substring|_60|_76|_6a|DIV|_10b|isNaN|escape|_62|url|_7e|_6b|eachLine|_ae|esc|_47|HtmlScript|_b2|values|_8c|gi|_89|_b9|object|_b0|_ad|_blank|_e1|xmlBrush|link|close|removeChild|_b3|type|_a6|_73|findBrush|Match|top|_9d|can|popup|_c8|_53|supply|_a3|win|focus|span|_54|_9e|_50|_cb|_4d|_d7|_5d|getElementsByTagName|_6c|_ba|_b8|_bf|useScriptTags|_82|_ea|_ce|func|_d0|discoveredBrushes||_4c|_f6|show|pre|key|_29|_133|hide|regexList|_141|_19|_1a|viewSource|_134|_2b|originalCode|wrap|copyToClipboard|highlighterId|toolbarItemHeight|toolbarItemWidth|_2a|_2c|_2e|_2d|expandSource|_13e|_4|_7|from|item|charAt|www|r2|_11d|join|quantifier|_113|_e|getNativeFlags|_12e|_17|_18|String|_10|_b|_9|_f|_d|collapsed|cache|contentWindow|_101|_ff|_fb|swf|_30|getBrushNameCss|_fa|brushName|_100|_f5|_37|_35|content|_24|_38|collapse|_2f|instanceof|clipboardSwf|_27|defaults|merge|guid|syntaxhighlighter|highlighters|toolbarCommands|2009|_6|500px|measureSpace|_78|createButton|message|_79|clipboard|to|0px|_85|decoration|center|_83|margin|w3|rel|head|stylesheet|org|help|xhtml1|_3f|0099FF|align|DTD|alexgorbatchev|copyStyles|navigator|none|executeCommand|_3e|version|toLowerCase|_5e|_1e|_65|noBrush|switch|flash|_52|screen|event|attachEvent|_13f|shockwave|_4b|_48|clipboardData|px|commandName|aboutDialog|copyToClipboardConfirmation|_84|scrollbars|_14|_36|items|_6d|_16|_13|_15|_12|_a|userAgent|_d8|unicode|_d5|_112|process|get|TypeError|_de|_dd|one|_140|_d1|brushNotHtmlScript|parentNode|pP|_12d|character|addEvent|escapeChar|_106|_f7|_c9|_c7|Highlighter|_df|decorate|table|_11c|_f1|plain|_f8|classLeft|_11b|classRight|tr|_f2|padNumber|numbers|typeof|_e2|_e0|toBoolean|_e4|matchesSortCallback|pad|first|parseInt|removeNestedMatches|match|light|tabs|processSmartTabs|processTabs|args|smart|toArray|stripBrs|matchRecursive|regexLib|findMatches|arguments|auto|links|processUrls|defaultAdd|_a9|_a8|_a1|_a4|tagName|createDisplayLines|debug|getSyntaxHighlighterScriptTags|_93|insertSpaces|processMatches|when|_90|bloggerMode|trimFirstAndLastLines|_9a|_b7|multiline|_117|parseParams|stripCData|_bd|Copyright|subject|Alex|2004|development|_1c|keep|donate|Gorbatchev|_1b|syntax|JavaScript|active|highlighter|multiLineSingleQuotedString|delimiters|_12f|string|scriptScriptTags|aspScriptTags|another|constructing|sgi|try|catch|replaceVar|flags|apply|phpScriptTags|singleLineCComments|singleLinePerlComments|getKeywords|multiLineCComments|_131|forHtmlScript|doubleQuotedString|xmlComments|onclick|multiLineDoubleQuotedString|singleQuotedString|spaceWidth|bottom|addPlugin|contains|1999|xmlns|dtd|TR|transitional|xhtml|meta|utf|About|sx|charset|Type|equiv|Content|EN|Transitional|your|now|Can|is|The|view|copy|find|Brush|PUBLIC|W3C|XHTML|DOCTYPE|option|wasn|configured|family|Geneva|you|like|please|If|sticky|October|target|https|paypal|_s|xclick|hosted_button_id|cmd|webscr|cgi|bin|364|4em|background|fff|000|serif|sans|Arial|Helvetica|1em|data|unbalanced|75em|large|xx|ignoreCase|3em|2930402|always|about|_42|sort|SyntaxError|printing|shCore|_43|_44|max|round|than|250|more|500|alt|absolute|error|highlighted|ok|number|amp|setData|printSource|_39|cssText|position|IFRAME|_3b|_1f|random|1000000|_a5|block|CDATA|flag|the|htmlscript|1000|getElementById|getPropertyValue|offsetWidth|getComputedStyle|_99|opera|Array|using|textarea|open|load|Xml|_cf|lastIndexOf|_d4|all||replaceChild|70em|aliases|addEventListener|on|30em|spaces|_3a|flashVars|nogutter|transparent|wmode|allowScriptAccess|_8a|msie|classid|96b8|444553540000|11cf|ae6d|clsid|d27cdb6e|no|Error|location|resizable|400|750|_20|_21|menubar|onmouseout|_clipboard|application|onmouseover|param|_26|codebase|menu|valueNames|movie|cab|swflash|cabs|embed|conf||command|_34|_33|src|_10c|_10a|macromedia|download|highlighter_|pub|important'.split('|'),0,{})) diff --git a/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shCore_helixoft.js b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shCore_helixoft.js new file mode 100644 index 00000000..5893060a --- /dev/null +++ b/Plugin_Printersettings/VSdoc/SyntaxHighlighter/scripts/shCore_helixoft.js @@ -0,0 +1,2085 @@ +/** + * SyntaxHighlighter + * http://alexgorbatchev.com/ + * + * SyntaxHighlighter is donationware. If you are using it, please donate. + * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate + * + * @version + * 2.1.364 (October 15 2009) + * + * @copyright + * Copyright (C) 2004-2009 Alex Gorbatchev. + * + * @license + * This file is part of SyntaxHighlighter. + * + * SyntaxHighlighter is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * SyntaxHighlighter is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with SyntaxHighlighter. If not, see . + */ + + /* modified by Helixoft */ + +// +// Begin anonymous function. This is used to contain local scope variables without polutting global scope. +// +if (!window.SyntaxHighlighter) var SyntaxHighlighter = function() { + +// Shortcut object which will be assigned to the SyntaxHighlighter variable. +// This is a shorthand for local reference in order to avoid long namespace +// references to SyntaxHighlighter.whatever... +var sh = { + defaults : { + /** Additional CSS class names to be added to highlighter elements. */ + 'class-name' : '', + + /** First line number. */ + 'first-line' : 1, + + /** + * Pads line numbers. Possible values are: + * + * false - don't pad line numbers. + * true - automaticaly pad numbers with minimum required number of leading zeroes. + * [int] - length up to which pad line numbers. + */ + 'pad-line-numbers' : true, + + /** Lines to highlight. */ + 'highlight' : null, + + /** Enables or disables smart tabs. */ + 'smart-tabs' : false, // helixoft change + + /** Gets or sets tab size. */ + 'tab-size' : 4, + + /** Enables or disables gutter. */ + 'gutter' : false, // helixoft change + + /** Enables or disables toolbar. */ + 'toolbar' : false, // helixoft change + + /** Forces code view to be collapsed. */ + 'collapse' : false, + + /** Enables or disables automatic links. */ + 'auto-links' : false, // helixoft change + + /** Gets or sets light mode. Equavalent to turning off gutter and toolbar. */ + 'light' : false, + + /** Enables or disables automatic line wrapping. */ + 'wrap-lines' : false, // helixoft change + + 'html-script' : false + }, + + config : { + /** Enables use of tags. */ + scriptScriptTags : { left: /(<|<)\s*script.*?(>|>)/gi, right: /(<|<)\/\s*script\s*(>|>)/gi } + }, + + toolbar : { + /** + * Creates new toolbar for a highlighter. + * @param {Highlighter} highlighter Target highlighter. + */ + create : function(highlighter) + { + var div = document.createElement('DIV'), + items = sh.toolbar.items + ; + + div.className = 'toolbar'; + + for (var name in items) + { + var constructor = items[name], + command = new constructor(highlighter), + element = command.create() + ; + + highlighter.toolbarCommands[name] = command; + + if (element == null) + continue; + + if (typeof(element) == 'string') + element = sh.toolbar.createButton(element, highlighter.id, name); + + element.className += 'item ' + name; + div.appendChild(element); + } + + return div; + }, + + /** + * Create a standard anchor button for the toolbar. + * @param {String} label Label text to display. + * @param {String} highlighterId Highlighter ID that this button would belong to. + * @param {String} commandName Command name that would be executed. + * @return {Element} Returns an 'A' element. + */ + createButton : function(label, highlighterId, commandName) + { + var a = document.createElement('a'), + style = a.style, + config = sh.config, + width = config.toolbarItemWidth, + height = config.toolbarItemHeight + ; + + a.href = '#' + commandName; + a.title = label; + a.highlighterId = highlighterId; + a.commandName = commandName; + a.innerHTML = label; + + if (isNaN(width) == false) + style.width = width + 'px'; + + if (isNaN(height) == false) + style.height = height + 'px'; + + a.onclick = function(e) + { + try + { + sh.toolbar.executeCommand( + this, + e || window.event, + this.highlighterId, + this.commandName + ); + } + catch(e) + { + sh.utils.alert(e.message); + } + + return false; + }; + + return a; + }, + + /** + * Executes a toolbar command. + * @param {Element} sender Sender element. + * @param {MouseEvent} event Original mouse event object. + * @param {String} highlighterId Highlighter DIV element ID. + * @param {String} commandName Name of the command to execute. + * @return {Object} Passes out return value from command execution. + */ + executeCommand : function(sender, event, highlighterId, commandName, args) + { + var highlighter = sh.vars.highlighters[highlighterId], + command + ; + + if (highlighter == null || (command = highlighter.toolbarCommands[commandName]) == null) + return null; + + return command.execute(sender, event, args); + }, + + /** Collection of toolbar items. */ + items : { + expandSource : function(highlighter) + { + this.create = function() + { + if (highlighter.getParam('collapse') != true) + return; + + return sh.config.strings.expandSource; + }; + + this.execute = function(sender, event, args) + { + var div = highlighter.div; + + sender.parentNode.removeChild(sender); + div.className = div.className.replace('collapsed', ''); + }; + }, + + /** + * Command to open a new window and display the original unformatted source code inside. + */ + viewSource : function(highlighter) + { + this.create = function() + { + return sh.config.strings.viewSource; + }; + + this.execute = function(sender, event, args) + { + var code = sh.utils.fixInputString(highlighter.originalCode).replace(/' + code + ''); + wnd.document.close(); + }; + }, + + /** + * Command to copy the original source code in to the clipboard. + * Uses Flash method if clipboardSwf is configured. + */ + copyToClipboard : function(highlighter) + { + var flashDiv, flashSwf, + highlighterId = highlighter.id + ; + + this.create = function() + { + var config = sh.config; + + // disable functionality if running locally + if (config.clipboardSwf == null) + return null; + + function params(list) + { + var result = ''; + + for (var name in list) + result += ""; + + return result; + }; + + function attributes(list) + { + var result = ''; + + for (var name in list) + result += " " + name + "='" + list[name] + "'"; + + return result; + }; + + var args1 = { + width : config.toolbarItemWidth, + height : config.toolbarItemHeight, + id : highlighterId + '_clipboard', + type : 'application/x-shockwave-flash', + title : sh.config.strings.copyToClipboard + }, + + // these arguments are used in IE's collection + args2 = { + allowScriptAccess : 'always', + wmode : 'transparent', + flashVars : 'highlighterId=' + highlighterId, + menu : 'false' + }, + swf = config.clipboardSwf, + html + ; + + if (/msie/i.test(navigator.userAgent)) + { + html = '' + + params(args2) + + params({ movie : swf }) + + '' + ; + } + else + { + html = '' + ; + } + + flashDiv = document.createElement('div'); + flashDiv.innerHTML = html; + + return flashDiv; + }; + + this.execute = function(sender, event, args) + { + var command = args.command; + + switch (command) + { + case 'get': + var code = sh.utils.unindent( + sh.utils.fixInputString(highlighter.originalCode) + .replace(/</g, '<') + .replace(/>/g, '>') + .replace(/&/g, '&') + ); + + if(window.clipboardData) + // will fall through to the confirmation because there isn't a break + window.clipboardData.setData('text', code); + else + return sh.utils.unindent(code); + + case 'ok': + sh.utils.alert(sh.config.strings.copyToClipboardConfirmation); + break; + + case 'error': + sh.utils.alert(args.message); + break; + } + }; + }, + + /** Command to print the colored source code. */ + printSource : function(highlighter) + { + this.create = function() + { + return sh.config.strings.print; + }; + + this.execute = function(sender, event, args) + { + var iframe = document.createElement('IFRAME'), + doc = null + ; + + // make sure there is never more than one hidden iframe created by SH + if (sh.vars.printFrame != null) + document.body.removeChild(sh.vars.printFrame); + + sh.vars.printFrame = iframe; + + // this hides the iframe + iframe.style.cssText = 'position:absolute;width:0px;height:0px;left:-500px;top:-500px;'; + + document.body.appendChild(iframe); + doc = iframe.contentWindow.document; + + copyStyles(doc, window.document); + doc.write('
' + highlighter.div.innerHTML + '
'); + doc.close(); + + iframe.contentWindow.focus(); + iframe.contentWindow.print(); + + function copyStyles(destDoc, sourceDoc) + { + var links = sourceDoc.getElementsByTagName('link'); + + for(var i = 0; i < links.length; i++) + if(links[i].rel.toLowerCase() == 'stylesheet' && /shCore\.css$/.test(links[i].href)) + destDoc.write(''); + }; + }; + }, + + /** Command to display the about dialog window. */ + about : function(highlighter) + { + this.create = function() + { + return sh.config.strings.help; + }; + + this.execute = function(sender, event) + { + var wnd = sh.utils.popup('', '_blank', 500, 250, 'scrollbars=0'), + doc = wnd.document + ; + + doc.write(sh.config.strings.aboutDialog); + doc.close(); + wnd.focus(); + }; + } + } + }, + + utils : { + /** + * Finds an index of element in the array. + * @ignore + * @param {Object} searchElement + * @param {Number} fromIndex + * @return {Number} Returns index of element if found; -1 otherwise. + */ + indexOf : function(array, searchElement, fromIndex) + { + fromIndex = Math.max(fromIndex || 0, 0); + + for (var i = fromIndex; i < array.length; i++) + if(array[i] == searchElement) + return i; + + return -1; + }, + + /** + * Generates a unique element ID. + */ + guid : function(prefix) + { + return prefix + Math.round(Math.random() * 1000000).toString(); + }, + + /** + * Merges two objects. Values from obj2 override values in obj1. + * Function is NOT recursive and works only for one dimensional objects. + * @param {Object} obj1 First object. + * @param {Object} obj2 Second object. + * @return {Object} Returns combination of both objects. + */ + merge: function(obj1, obj2) + { + var result = {}, name; + + for (name in obj1) + result[name] = obj1[name]; + + for (name in obj2) + result[name] = obj2[name]; + + return result; + }, + + /** + * Attempts to convert string to boolean. + * @param {String} value Input string. + * @return {Boolean} Returns true if input was "true", false if input was "false" and value otherwise. + */ + toBoolean: function(value) + { + switch (value) + { + case "true": + return true; + + case "false": + return false; + } + + return value; + }, + + /** + * Opens up a centered popup window. + * @param {String} url URL to open in the window. + * @param {String} name Popup name. + * @param {int} width Popup width. + * @param {int} height Popup height. + * @param {String} options window.open() options. + * @return {Window} Returns window instance. + */ + popup: function(url, name, width, height, options) + { + var x = (screen.width - width) / 2, + y = (screen.height - height) / 2 + ; + + options += ', left=' + x + + ', top=' + y + + ', width=' + width + + ', height=' + height + ; + options = options.replace(/^,/, ''); + + var win = window.open(url, name, options); + win.focus(); + return win; + }, + + /** + * Adds event handler to the target object. + * @param {Object} obj Target object. + * @param {String} type Name of the event. + * @param {Function} func Handling function. + */ + addEvent: function(obj, type, func) + { + if (obj.attachEvent) + { + obj['e' + type + func] = func; + obj[type + func] = function() + { + obj['e' + type + func](window.event); + } + obj.attachEvent('on' + type, obj[type + func]); + } + else + { + obj.addEventListener(type, func, false); + } + }, + + /** + * Displays an alert. + * @param {String} str String to display. + */ + alert: function(str) + { + alert(sh.config.strings.alert + str) + }, + + /** + * Finds a brush by its alias. + * + * @param {String} alias Brush alias. + * @param {Boolean} alert Suppresses the alert if false. + * @return {Brush} Returns bursh constructor if found, null otherwise. + */ + findBrush: function(alias, alert) + { + var brushes = sh.vars.discoveredBrushes, + result = null + ; + + if (brushes == null) + { + brushes = {}; + + // Find all brushes + for (var brush in sh.brushes) + { + var aliases = sh.brushes[brush].aliases; + + if (aliases == null) + continue; + + // keep the brush name + sh.brushes[brush].name = brush.toLowerCase(); + + for (var i = 0; i < aliases.length; i++) + brushes[aliases[i]] = brush; + } + + sh.vars.discoveredBrushes = brushes; + } + + result = sh.brushes[brushes[alias]]; + + if (result == null && alert != false) + sh.utils.alert(sh.config.strings.noBrush + alias); + + return result; + }, + + /** + * Executes a callback on each line and replaces each line with result from the callback. + * @param {Object} str Input string. + * @param {Object} callback Callback function taking one string argument and returning a string. + */ + eachLine: function(str, callback) + { + var lines = str.split('\n'); + + for (var i = 0; i < lines.length; i++) + lines[i] = callback(lines[i]); + + return lines.join('\n'); + }, + + /** + * This is a special trim which only removes first and last empty lines + * and doesn't affect valid leading space on the first line. + * + * @param {String} str Input string + * @return {String} Returns string without empty first and last lines. + */ + trimFirstAndLastLines: function(str) + { + return str.replace(/^[ ]*[\n]+|[\n]*[ ]*$/g, ''); + }, + + /** + * Parses key/value pairs into hash object. + * + * Understands the following formats: + * - name: word; + * - name: [word, word]; + * - name: "string"; + * - name: 'string'; + * + * For example: + * name1: value; name2: [value, value]; name3: 'value' + * + * @param {String} str Input string. + * @return {Object} Returns deserialized object. + */ + parseParams: function(str) + { + var match, + result = {}, + arrayRegex = new XRegExp("^\\[(?(.*?))\\]$"), + regex = new XRegExp( + "(?[\\w-]+)" + + "\\s*:\\s*" + + "(?" + + "[\\w-%#]+|" + // word + "\\[.*?\\]|" + // [] array + '".*?"|' + // "" string + "'.*?'" + // '' string + ")\\s*;?", + "g" + ) + ; + + while ((match = regex.exec(str)) != null) + { + var value = match.value + .replace(/^['"]|['"]$/g, '') // strip quotes from end of strings + ; + + // try to parse array value + if (value != null && arrayRegex.test(value)) + { + var m = arrayRegex.exec(value); + value = m.values.length > 0 ? m.values.split(/\s*,\s*/) : []; + } + + result[match.name] = value; + } + + return result; + }, + + /** + * Wraps each line of the string into tag with given style applied to it. + * + * @param {String} str Input string. + * @param {String} css Style name to apply to the string. + * @return {String} Returns input string with each line surrounded by tag. + */ + decorate: function(str, css) + { + if (str == null || str.length == 0 || str == '\n') + return str; + + // helixoft + // str = str.replace(/... to them so that + // leading spaces aren't included. + if (css != null && css.match("skipTag$")!="skipTag") // skipTag test added by Helixoft + str = sh.utils.eachLine(str, function(line) + { + if (line.length == 0) + return ''; + + var spaces = ''; + + line = line.replace(/^( | )+/, function(s) + { + spaces = s; + return ''; + }); + + if (line.length == 0) + return spaces; + + return spaces + '' + line + ''; + }); + + return str; + }, + + /** + * Pads number with zeros until it's length is the same as given length. + * + * @param {Number} number Number to pad. + * @param {Number} length Max string length with. + * @return {String} Returns a string padded with proper amount of '0'. + */ + padNumber : function(number, length) + { + var result = number.toString(); + + while (result.length < length) + result = '0' + result; + + return result; + }, + + /** + * Measures width of a single space character. + * @return {Number} Returns width of a single space character. + */ + measureSpace : function() + { + var container = document.createElement('div'), + span, + result = 0, + body = document.body, + id = sh.utils.guid('measureSpace'), + + // variable names will be compressed, so it's better than a plain string + divOpen = '
' + + divOpen + 'lines">' + + divOpen + 'line">' + + divOpen + 'content' + + '"> ' + closeSpan + closeSpan + + closeDiv + + closeDiv + + closeDiv + + closeDiv + ; + + body.appendChild(container); + span = document.getElementById(id); + + if (/opera/i.test(navigator.userAgent)) + { + var style = window.getComputedStyle(span, null); + result = parseInt(style.getPropertyValue("width")); + } + else + { + result = span.offsetWidth; + } + + body.removeChild(container); + + return result; + }, + + /** + * Replaces tabs with spaces. + * + * @param {String} code Source code. + * @param {Number} tabSize Size of the tab. + * @return {String} Returns code with all tabs replaces by spaces. + */ + processTabs : function(code, tabSize) + { + var tab = ''; + + for (var i = 0; i < tabSize; i++) + tab += ' '; + + return code.replace(/\t/g, tab); + }, + + /** + * Replaces tabs with smart spaces. + * + * @param {String} code Code to fix the tabs in. + * @param {Number} tabSize Number of spaces in a column. + * @return {String} Returns code with all tabs replaces with roper amount of spaces. + */ + processSmartTabs : function(code, tabSize) + { + var lines = code.split('\n'), + tab = '\t', + spaces = '' + ; + + // Create a string with 1000 spaces to copy spaces from... + // It's assumed that there would be no indentation longer than that. + for (var i = 0; i < 50; i++) + spaces += ' '; // 20 spaces * 50 + + // This function inserts specified amount of spaces in the string + // where a tab is while removing that given tab. + function insertSpaces(line, pos, count) + { + return line.substr(0, pos) + + spaces.substr(0, count) + + line.substr(pos + 1, line.length) // pos + 1 will get rid of the tab + ; + }; + + // Go through all the lines and do the 'smart tabs' magic. + code = sh.utils.eachLine(code, function(line) + { + if (line.indexOf(tab) == -1) + return line; + + var pos = 0; + + while ((pos = line.indexOf(tab)) != -1) + { + // This is pretty much all there is to the 'smart tabs' logic. + // Based on the position within the line and size of a tab, + // calculate the amount of spaces we need to insert. + var spaces = tabSize - pos % tabSize; + line = insertSpaces(line, pos, spaces); + } + + return line; + }); + + return code; + }, + + /** + * Performs various string fixes based on configuration. + */ + fixInputString : function(str) + { + var br = /|<br\s*\/?>/gi; + + if (sh.config.bloggerMode == true) + str = str.replace(br, '\n'); + + if (sh.config.stripBrs == true) + str = str.replace(br, ''); + + return str; + }, + + /** + * Removes all white space at the begining and end of a string. + * + * @param {String} str String to trim. + * @return {String} Returns string without leading and following white space characters. + */ + trim: function(str) + { + return str.replace(/^\s+|\s+$/g, ''); + }, + + /** + * Unindents a block of text by the lowest common indent amount. + * @param {String} str Text to unindent. + * @return {String} Returns unindented text block. + */ + unindent: function(str) + { + var lines = sh.utils.fixInputString(str).split('\n'), + indents = new Array(), + regex = /^\s*/, + min = 1000 + ; + + // go through every line and check for common number of indents + for (var i = 0; i < lines.length && min > 0; i++) + { + var line = lines[i]; + + if (sh.utils.trim(line).length == 0) + continue; + + var matches = regex.exec(line); + + // In the event that just one line doesn't have leading white space + // we can't unindent anything, so bail completely. + if (matches == null) + return str; + + min = Math.min(matches[0].length, min); + } + + // trim minimum common number of white space from the begining of every line + if (min > 0) + for (var i = 0; i < lines.length; i++) + lines[i] = lines[i].substr(min); + + return lines.join('\n'); + }, + + /** + * Callback method for Array.sort() which sorts matches by + * index position and then by length. + * + * @param {Match} m1 Left object. + * @param {Match} m2 Right object. + * @return {Number} Returns -1, 0 or -1 as a comparison result. + */ + matchesSortCallback: function(m1, m2) + { + // sort matches by index first + if(m1.index < m2.index) + return -1; + else if(m1.index > m2.index) + return 1; + else + { + // if index is the same, sort by length + if(m1.length < m2.length) + return -1; + else if(m1.length > m2.length) + return 1; + } + + return 0; + }, + + /** + * Executes given regular expression on provided code and returns all + * matches that are found. + * + * @param {String} code Code to execute regular expression on. + * @param {Object} regex Regular expression item info from regexList collection. + * @return {Array} Returns a list of Match objects. + */ + getMatches: function(code, regexInfo) + { + function defaultAdd(match, regexInfo) + { + return [new sh.Match(match[0], match.index, regexInfo.css)]; + }; + + var index = 0, + match = null, + result = [], + func = regexInfo.func ? regexInfo.func : defaultAdd + ; + + while((match = regexInfo.regex.exec(code)) != null) + result = result.concat(func(match, regexInfo)); + + return result; + }, + + processUrls: function(code) + { + var lt = '<', + gt = '>' + ; + + return code.replace(sh.regexLib.url, function(m) + { + var suffix = '', prefix = ''; + + // We include < and > in the URL for the common cases like + // The problem is that they get transformed into <http://google.com> + // Where as > easily looks like part of the URL string. + + if (m.indexOf(lt) == 0) + { + prefix = lt; + m = m.substring(lt.length); + } + + if (m.indexOf(gt) == m.length - gt.length) + { + m = m.substring(0, m.length - gt.length); + suffix = gt; + } + + return prefix + '' + m + '' + suffix; + }); + }, + + /** + * Finds all tags. */ + scriptScriptTags : { left: /(<|<)\s*script.*?(>|>)/gi, right: /(<|<)\/\s*script\s*(>|>)/gi } + }, + + toolbar : { + /** + * Creates new toolbar for a highlighter. + * @param {Highlighter} highlighter Target highlighter. + */ + create : function(highlighter) + { + var div = document.createElement('DIV'), + items = sh.toolbar.items + ; + + div.className = 'toolbar'; + + for (var name in items) + { + var constructor = items[name], + command = new constructor(highlighter), + element = command.create() + ; + + highlighter.toolbarCommands[name] = command; + + if (element == null) + continue; + + if (typeof(element) == 'string') + element = sh.toolbar.createButton(element, highlighter.id, name); + + element.className += 'item ' + name; + div.appendChild(element); + } + + return div; + }, + + /** + * Create a standard anchor button for the toolbar. + * @param {String} label Label text to display. + * @param {String} highlighterId Highlighter ID that this button would belong to. + * @param {String} commandName Command name that would be executed. + * @return {Element} Returns an 'A' element. + */ + createButton : function(label, highlighterId, commandName) + { + var a = document.createElement('a'), + style = a.style, + config = sh.config, + width = config.toolbarItemWidth, + height = config.toolbarItemHeight + ; + + a.href = '#' + commandName; + a.title = label; + a.highlighterId = highlighterId; + a.commandName = commandName; + a.innerHTML = label; + + if (isNaN(width) == false) + style.width = width + 'px'; + + if (isNaN(height) == false) + style.height = height + 'px'; + + a.onclick = function(e) + { + try + { + sh.toolbar.executeCommand( + this, + e || window.event, + this.highlighterId, + this.commandName + ); + } + catch(e) + { + sh.utils.alert(e.message); + } + + return false; + }; + + return a; + }, + + /** + * Executes a toolbar command. + * @param {Element} sender Sender element. + * @param {MouseEvent} event Original mouse event object. + * @param {String} highlighterId Highlighter DIV element ID. + * @param {String} commandName Name of the command to execute. + * @return {Object} Passes out return value from command execution. + */ + executeCommand : function(sender, event, highlighterId, commandName, args) + { + var highlighter = sh.vars.highlighters[highlighterId], + command + ; + + if (highlighter == null || (command = highlighter.toolbarCommands[commandName]) == null) + return null; + + return command.execute(sender, event, args); + }, + + /** Collection of toolbar items. */ + items : { + expandSource : function(highlighter) + { + this.create = function() + { + if (highlighter.getParam('collapse') != true) + return; + + return sh.config.strings.expandSource; + }; + + this.execute = function(sender, event, args) + { + var div = highlighter.div; + + sender.parentNode.removeChild(sender); + div.className = div.className.replace('collapsed', ''); + }; + }, + + /** + * Command to open a new window and display the original unformatted source code inside. + */ + viewSource : function(highlighter) + { + this.create = function() + { + return sh.config.strings.viewSource; + }; + + this.execute = function(sender, event, args) + { + var code = sh.utils.fixInputString(highlighter.originalCode).replace(/' + code + ''); + wnd.document.close(); + }; + }, + + /** + * Command to copy the original source code in to the clipboard. + * Uses Flash method if clipboardSwf is configured. + */ + copyToClipboard : function(highlighter) + { + var flashDiv, flashSwf, + highlighterId = highlighter.id + ; + + this.create = function() + { + var config = sh.config; + + // disable functionality if running locally + if (config.clipboardSwf == null) + return null; + + function params(list) + { + var result = ''; + + for (var name in list) + result += ""; + + return result; + }; + + function attributes(list) + { + var result = ''; + + for (var name in list) + result += " " + name + "='" + list[name] + "'"; + + return result; + }; + + var args1 = { + width : config.toolbarItemWidth, + height : config.toolbarItemHeight, + id : highlighterId + '_clipboard', + type : 'application/x-shockwave-flash', + title : sh.config.strings.copyToClipboard + }, + + // these arguments are used in IE's collection + args2 = { + allowScriptAccess : 'always', + wmode : 'transparent', + flashVars : 'highlighterId=' + highlighterId, + menu : 'false' + }, + swf = config.clipboardSwf, + html + ; + + if (/msie/i.test(navigator.userAgent)) + { + html = '' + + params(args2) + + params({ movie : swf }) + + '' + ; + } + else + { + html = '' + ; + } + + flashDiv = document.createElement('div'); + flashDiv.innerHTML = html; + + return flashDiv; + }; + + this.execute = function(sender, event, args) + { + var command = args.command; + + switch (command) + { + case 'get': + var code = sh.utils.unindent( + sh.utils.fixInputString(highlighter.originalCode) + .replace(/</g, '<') + .replace(/>/g, '>') + .replace(/&/g, '&') + ); + + if(window.clipboardData) + // will fall through to the confirmation because there isn't a break + window.clipboardData.setData('text', code); + else + return sh.utils.unindent(code); + + case 'ok': + sh.utils.alert(sh.config.strings.copyToClipboardConfirmation); + break; + + case 'error': + sh.utils.alert(args.message); + break; + } + }; + }, + + /** Command to print the colored source code. */ + printSource : function(highlighter) + { + this.create = function() + { + return sh.config.strings.print; + }; + + this.execute = function(sender, event, args) + { + var iframe = document.createElement('IFRAME'), + doc = null + ; + + // make sure there is never more than one hidden iframe created by SH + if (sh.vars.printFrame != null) + document.body.removeChild(sh.vars.printFrame); + + sh.vars.printFrame = iframe; + + // this hides the iframe + iframe.style.cssText = 'position:absolute;width:0px;height:0px;left:-500px;top:-500px;'; + + document.body.appendChild(iframe); + doc = iframe.contentWindow.document; + + copyStyles(doc, window.document); + doc.write('
' + highlighter.div.innerHTML + '
'); + doc.close(); + + iframe.contentWindow.focus(); + iframe.contentWindow.print(); + + function copyStyles(destDoc, sourceDoc) + { + var links = sourceDoc.getElementsByTagName('link'); + + for(var i = 0; i < links.length; i++) + if(links[i].rel.toLowerCase() == 'stylesheet' && /shCore\.css$/.test(links[i].href)) + destDoc.write(''); + }; + }; + }, + + /** Command to display the about dialog window. */ + about : function(highlighter) + { + this.create = function() + { + return sh.config.strings.help; + }; + + this.execute = function(sender, event) + { + var wnd = sh.utils.popup('', '_blank', 500, 250, 'scrollbars=0'), + doc = wnd.document + ; + + doc.write(sh.config.strings.aboutDialog); + doc.close(); + wnd.focus(); + }; + } + } + }, + + utils : { + /** + * Finds an index of element in the array. + * @ignore + * @param {Object} searchElement + * @param {Number} fromIndex + * @return {Number} Returns index of element if found; -1 otherwise. + */ + indexOf : function(array, searchElement, fromIndex) + { + fromIndex = Math.max(fromIndex || 0, 0); + + for (var i = fromIndex; i < array.length; i++) + if(array[i] == searchElement) + return i; + + return -1; + }, + + /** + * Generates a unique element ID. + */ + guid : function(prefix) + { + return prefix + Math.round(Math.random() * 1000000).toString(); + }, + + /** + * Merges two objects. Values from obj2 override values in obj1. + * Function is NOT recursive and works only for one dimensional objects. + * @param {Object} obj1 First object. + * @param {Object} obj2 Second object. + * @return {Object} Returns combination of both objects. + */ + merge: function(obj1, obj2) + { + var result = {}, name; + + for (name in obj1) + result[name] = obj1[name]; + + for (name in obj2) + result[name] = obj2[name]; + + return result; + }, + + /** + * Attempts to convert string to boolean. + * @param {String} value Input string. + * @return {Boolean} Returns true if input was "true", false if input was "false" and value otherwise. + */ + toBoolean: function(value) + { + switch (value) + { + case "true": + return true; + + case "false": + return false; + } + + return value; + }, + + /** + * Opens up a centered popup window. + * @param {String} url URL to open in the window. + * @param {String} name Popup name. + * @param {int} width Popup width. + * @param {int} height Popup height. + * @param {String} options window.open() options. + * @return {Window} Returns window instance. + */ + popup: function(url, name, width, height, options) + { + var x = (screen.width - width) / 2, + y = (screen.height - height) / 2 + ; + + options += ', left=' + x + + ', top=' + y + + ', width=' + width + + ', height=' + height + ; + options = options.replace(/^,/, ''); + + var win = window.open(url, name, options); + win.focus(); + return win; + }, + + /** + * Adds event handler to the target object. + * @param {Object} obj Target object. + * @param {String} type Name of the event. + * @param {Function} func Handling function. + */ + addEvent: function(obj, type, func) + { + if (obj.attachEvent) + { + obj['e' + type + func] = func; + obj[type + func] = function() + { + obj['e' + type + func](window.event); + } + obj.attachEvent('on' + type, obj[type + func]); + } + else + { + obj.addEventListener(type, func, false); + } + }, + + /** + * Displays an alert. + * @param {String} str String to display. + */ + alert: function(str) + { + alert(sh.config.strings.alert + str) + }, + + /** + * Finds a brush by its alias. + * + * @param {String} alias Brush alias. + * @param {Boolean} alert Suppresses the alert if false. + * @return {Brush} Returns bursh constructor if found, null otherwise. + */ + findBrush: function(alias, alert) + { + var brushes = sh.vars.discoveredBrushes, + result = null + ; + + if (brushes == null) + { + brushes = {}; + + // Find all brushes + for (var brush in sh.brushes) + { + var aliases = sh.brushes[brush].aliases; + + if (aliases == null) + continue; + + // keep the brush name + sh.brushes[brush].name = brush.toLowerCase(); + + for (var i = 0; i < aliases.length; i++) + brushes[aliases[i]] = brush; + } + + sh.vars.discoveredBrushes = brushes; + } + + result = sh.brushes[brushes[alias]]; + + if (result == null && alert != false) + sh.utils.alert(sh.config.strings.noBrush + alias); + + return result; + }, + + /** + * Executes a callback on each line and replaces each line with result from the callback. + * @param {Object} str Input string. + * @param {Object} callback Callback function taking one string argument and returning a string. + */ + eachLine: function(str, callback) + { + var lines = str.split('\n'); + + for (var i = 0; i < lines.length; i++) + lines[i] = callback(lines[i]); + + return lines.join('\n'); + }, + + /** + * This is a special trim which only removes first and last empty lines + * and doesn't affect valid leading space on the first line. + * + * @param {String} str Input string + * @return {String} Returns string without empty first and last lines. + */ + trimFirstAndLastLines: function(str) + { + return str.replace(/^[ ]*[\n]+|[\n]*[ ]*$/g, ''); + }, + + /** + * Parses key/value pairs into hash object. + * + * Understands the following formats: + * - name: word; + * - name: [word, word]; + * - name: "string"; + * - name: 'string'; + * + * For example: + * name1: value; name2: [value, value]; name3: 'value' + * + * @param {String} str Input string. + * @return {Object} Returns deserialized object. + */ + parseParams: function(str) + { + var match, + result = {}, + arrayRegex = new XRegExp("^\\[(?(.*?))\\]$"), + regex = new XRegExp( + "(?[\\w-]+)" + + "\\s*:\\s*" + + "(?" + + "[\\w-%#]+|" + // word + "\\[.*?\\]|" + // [] array + '".*?"|' + // "" string + "'.*?'" + // '' string + ")\\s*;?", + "g" + ) + ; + + while ((match = regex.exec(str)) != null) + { + var value = match.value + .replace(/^['"]|['"]$/g, '') // strip quotes from end of strings + ; + + // try to parse array value + if (value != null && arrayRegex.test(value)) + { + var m = arrayRegex.exec(value); + value = m.values.length > 0 ? m.values.split(/\s*,\s*/) : []; + } + + result[match.name] = value; + } + + return result; + }, + + /** + * Wraps each line of the string into tag with given style applied to it. + * + * @param {String} str Input string. + * @param {String} css Style name to apply to the string. + * @return {String} Returns input string with each line surrounded by tag. + */ + decorate: function(str, css) + { + if (str == null || str.length == 0 || str == '\n') + return str; + + str = str.replace(/... to them so that + // leading spaces aren't included. + if (css != null) + str = sh.utils.eachLine(str, function(line) + { + if (line.length == 0) + return ''; + + var spaces = ''; + + line = line.replace(/^( | )+/, function(s) + { + spaces = s; + return ''; + }); + + if (line.length == 0) + return spaces; + + return spaces + '' + line + ''; + }); + + return str; + }, + + /** + * Pads number with zeros until it's length is the same as given length. + * + * @param {Number} number Number to pad. + * @param {Number} length Max string length with. + * @return {String} Returns a string padded with proper amount of '0'. + */ + padNumber : function(number, length) + { + var result = number.toString(); + + while (result.length < length) + result = '0' + result; + + return result; + }, + + /** + * Measures width of a single space character. + * @return {Number} Returns width of a single space character. + */ + measureSpace : function() + { + var container = document.createElement('div'), + span, + result = 0, + body = document.body, + id = sh.utils.guid('measureSpace'), + + // variable names will be compressed, so it's better than a plain string + divOpen = '
' + + divOpen + 'lines">' + + divOpen + 'line">' + + divOpen + 'content' + + '"> ' + closeSpan + closeSpan + + closeDiv + + closeDiv + + closeDiv + + closeDiv + ; + + body.appendChild(container); + span = document.getElementById(id); + + if (/opera/i.test(navigator.userAgent)) + { + var style = window.getComputedStyle(span, null); + result = parseInt(style.getPropertyValue("width")); + } + else + { + result = span.offsetWidth; + } + + body.removeChild(container); + + return result; + }, + + /** + * Replaces tabs with spaces. + * + * @param {String} code Source code. + * @param {Number} tabSize Size of the tab. + * @return {String} Returns code with all tabs replaces by spaces. + */ + processTabs : function(code, tabSize) + { + var tab = ''; + + for (var i = 0; i < tabSize; i++) + tab += ' '; + + return code.replace(/\t/g, tab); + }, + + /** + * Replaces tabs with smart spaces. + * + * @param {String} code Code to fix the tabs in. + * @param {Number} tabSize Number of spaces in a column. + * @return {String} Returns code with all tabs replaces with roper amount of spaces. + */ + processSmartTabs : function(code, tabSize) + { + var lines = code.split('\n'), + tab = '\t', + spaces = '' + ; + + // Create a string with 1000 spaces to copy spaces from... + // It's assumed that there would be no indentation longer than that. + for (var i = 0; i < 50; i++) + spaces += ' '; // 20 spaces * 50 + + // This function inserts specified amount of spaces in the string + // where a tab is while removing that given tab. + function insertSpaces(line, pos, count) + { + return line.substr(0, pos) + + spaces.substr(0, count) + + line.substr(pos + 1, line.length) // pos + 1 will get rid of the tab + ; + }; + + // Go through all the lines and do the 'smart tabs' magic. + code = sh.utils.eachLine(code, function(line) + { + if (line.indexOf(tab) == -1) + return line; + + var pos = 0; + + while ((pos = line.indexOf(tab)) != -1) + { + // This is pretty much all there is to the 'smart tabs' logic. + // Based on the position within the line and size of a tab, + // calculate the amount of spaces we need to insert. + var spaces = tabSize - pos % tabSize; + line = insertSpaces(line, pos, spaces); + } + + return line; + }); + + return code; + }, + + /** + * Performs various string fixes based on configuration. + */ + fixInputString : function(str) + { + var br = /|<br\s*\/?>/gi; + + if (sh.config.bloggerMode == true) + str = str.replace(br, '\n'); + + if (sh.config.stripBrs == true) + str = str.replace(br, ''); + + return str; + }, + + /** + * Removes all white space at the begining and end of a string. + * + * @param {String} str String to trim. + * @return {String} Returns string without leading and following white space characters. + */ + trim: function(str) + { + return str.replace(/^\s+|\s+$/g, ''); + }, + + /** + * Unindents a block of text by the lowest common indent amount. + * @param {String} str Text to unindent. + * @return {String} Returns unindented text block. + */ + unindent: function(str) + { + var lines = sh.utils.fixInputString(str).split('\n'), + indents = new Array(), + regex = /^\s*/, + min = 1000 + ; + + // go through every line and check for common number of indents + for (var i = 0; i < lines.length && min > 0; i++) + { + var line = lines[i]; + + if (sh.utils.trim(line).length == 0) + continue; + + var matches = regex.exec(line); + + // In the event that just one line doesn't have leading white space + // we can't unindent anything, so bail completely. + if (matches == null) + return str; + + min = Math.min(matches[0].length, min); + } + + // trim minimum common number of white space from the begining of every line + if (min > 0) + for (var i = 0; i < lines.length; i++) + lines[i] = lines[i].substr(min); + + return lines.join('\n'); + }, + + /** + * Callback method for Array.sort() which sorts matches by + * index position and then by length. + * + * @param {Match} m1 Left object. + * @param {Match} m2 Right object. + * @return {Number} Returns -1, 0 or -1 as a comparison result. + */ + matchesSortCallback: function(m1, m2) + { + // sort matches by index first + if(m1.index < m2.index) + return -1; + else if(m1.index > m2.index) + return 1; + else + { + // if index is the same, sort by length + if(m1.length < m2.length) + return -1; + else if(m1.length > m2.length) + return 1; + } + + return 0; + }, + + /** + * Executes given regular expression on provided code and returns all + * matches that are found. + * + * @param {String} code Code to execute regular expression on. + * @param {Object} regex Regular expression item info from regexList collection. + * @return {Array} Returns a list of Match objects. + */ + getMatches: function(code, regexInfo) + { + function defaultAdd(match, regexInfo) + { + return [new sh.Match(match[0], match.index, regexInfo.css)]; + }; + + var index = 0, + match = null, + result = [], + func = regexInfo.func ? regexInfo.func : defaultAdd + ; + + while((match = regexInfo.regex.exec(code)) != null) + result = result.concat(func(match, regexInfo)); + + return result; + }, + + processUrls: function(code) + { + var lt = '<', + gt = '>' + ; + + return code.replace(sh.regexLib.url, function(m) + { + var suffix = '', prefix = ''; + + // We include < and > in the URL for the common cases like + // The problem is that they get transformed into <http://google.com> + // Where as > easily looks like part of the URL string. + + if (m.indexOf(lt) == 0) + { + prefix = lt; + m = m.substring(lt.length); + } + + if (m.indexOf(gt) == m.length - gt.length) + { + m = m.substring(0, m.length - gt.length); + suffix = gt; + } + + return prefix + '' + m + '' + suffix; + }); + }, + + /** + * Finds all tags. */ + scriptScriptTags : { left: /(<|<)\s*script.*?(>|>)/gi, right: /(<|<)\/\s*script\s*(>|>)/gi } + }, + + toolbar : { + /** + * Creates new toolbar for a highlighter. + * @param {Highlighter} highlighter Target highlighter. + */ + create : function(highlighter) + { + var div = document.createElement('DIV'), + items = sh.toolbar.items + ; + + div.className = 'toolbar'; + + for (var name in items) + { + var constructor = items[name], + command = new constructor(highlighter), + element = command.create() + ; + + highlighter.toolbarCommands[name] = command; + + if (element == null) + continue; + + if (typeof(element) == 'string') + element = sh.toolbar.createButton(element, highlighter.id, name); + + element.className += 'item ' + name; + div.appendChild(element); + } + + return div; + }, + + /** + * Create a standard anchor button for the toolbar. + * @param {String} label Label text to display. + * @param {String} highlighterId Highlighter ID that this button would belong to. + * @param {String} commandName Command name that would be executed. + * @return {Element} Returns an 'A' element. + */ + createButton : function(label, highlighterId, commandName) + { + var a = document.createElement('a'), + style = a.style, + config = sh.config, + width = config.toolbarItemWidth, + height = config.toolbarItemHeight + ; + + a.href = '#' + commandName; + a.title = label; + a.highlighterId = highlighterId; + a.commandName = commandName; + a.innerHTML = label; + + if (isNaN(width) == false) + style.width = width + 'px'; + + if (isNaN(height) == false) + style.height = height + 'px'; + + a.onclick = function(e) + { + try + { + sh.toolbar.executeCommand( + this, + e || window.event, + this.highlighterId, + this.commandName + ); + } + catch(e) + { + sh.utils.alert(e.message); + } + + return false; + }; + + return a; + }, + + /** + * Executes a toolbar command. + * @param {Element} sender Sender element. + * @param {MouseEvent} event Original mouse event object. + * @param {String} highlighterId Highlighter DIV element ID. + * @param {String} commandName Name of the command to execute. + * @return {Object} Passes out return value from command execution. + */ + executeCommand : function(sender, event, highlighterId, commandName, args) + { + var highlighter = sh.vars.highlighters[highlighterId], + command + ; + + if (highlighter == null || (command = highlighter.toolbarCommands[commandName]) == null) + return null; + + return command.execute(sender, event, args); + }, + + /** Collection of toolbar items. */ + items : { + expandSource : function(highlighter) + { + this.create = function() + { + if (highlighter.getParam('collapse') != true) + return; + + return sh.config.strings.expandSource; + }; + + this.execute = function(sender, event, args) + { + var div = highlighter.div; + + sender.parentNode.removeChild(sender); + div.className = div.className.replace('collapsed', ''); + }; + }, + + /** + * Command to open a new window and display the original unformatted source code inside. + */ + viewSource : function(highlighter) + { + this.create = function() + { + return sh.config.strings.viewSource; + }; + + this.execute = function(sender, event, args) + { + var code = sh.utils.fixInputString(highlighter.originalCode).replace(/' + code + ''); + wnd.document.close(); + }; + }, + + /** + * Command to copy the original source code in to the clipboard. + * Uses Flash method if clipboardSwf is configured. + */ + copyToClipboard : function(highlighter) + { + var flashDiv, flashSwf, + highlighterId = highlighter.id + ; + + this.create = function() + { + var config = sh.config; + + // disable functionality if running locally + if (config.clipboardSwf == null) + return null; + + function params(list) + { + var result = ''; + + for (var name in list) + result += ""; + + return result; + }; + + function attributes(list) + { + var result = ''; + + for (var name in list) + result += " " + name + "='" + list[name] + "'"; + + return result; + }; + + var args1 = { + width : config.toolbarItemWidth, + height : config.toolbarItemHeight, + id : highlighterId + '_clipboard', + type : 'application/x-shockwave-flash', + title : sh.config.strings.copyToClipboard + }, + + // these arguments are used in IE's collection + args2 = { + allowScriptAccess : 'always', + wmode : 'transparent', + flashVars : 'highlighterId=' + highlighterId, + menu : 'false' + }, + swf = config.clipboardSwf, + html + ; + + if (/msie/i.test(navigator.userAgent)) + { + html = '' + + params(args2) + + params({ movie : swf }) + + '' + ; + } + else + { + html = '' + ; + } + + flashDiv = document.createElement('div'); + flashDiv.innerHTML = html; + + return flashDiv; + }; + + this.execute = function(sender, event, args) + { + var command = args.command; + + switch (command) + { + case 'get': + var code = sh.utils.unindent( + sh.utils.fixInputString(highlighter.originalCode) + .replace(/</g, '<') + .replace(/>/g, '>') + .replace(/&/g, '&') + ); + + if(window.clipboardData) + // will fall through to the confirmation because there isn't a break + window.clipboardData.setData('text', code); + else + return sh.utils.unindent(code); + + case 'ok': + sh.utils.alert(sh.config.strings.copyToClipboardConfirmation); + break; + + case 'error': + sh.utils.alert(args.message); + break; + } + }; + }, + + /** Command to print the colored source code. */ + printSource : function(highlighter) + { + this.create = function() + { + return sh.config.strings.print; + }; + + this.execute = function(sender, event, args) + { + var iframe = document.createElement('IFRAME'), + doc = null + ; + + // make sure there is never more than one hidden iframe created by SH + if (sh.vars.printFrame != null) + document.body.removeChild(sh.vars.printFrame); + + sh.vars.printFrame = iframe; + + // this hides the iframe + iframe.style.cssText = 'position:absolute;width:0px;height:0px;left:-500px;top:-500px;'; + + document.body.appendChild(iframe); + doc = iframe.contentWindow.document; + + copyStyles(doc, window.document); + doc.write('
' + highlighter.div.innerHTML + '
'); + doc.close(); + + iframe.contentWindow.focus(); + iframe.contentWindow.print(); + + function copyStyles(destDoc, sourceDoc) + { + var links = sourceDoc.getElementsByTagName('link'); + + for(var i = 0; i < links.length; i++) + if(links[i].rel.toLowerCase() == 'stylesheet' && /shCore\.css$/.test(links[i].href)) + destDoc.write(''); + }; + }; + }, + + /** Command to display the about dialog window. */ + about : function(highlighter) + { + this.create = function() + { + return sh.config.strings.help; + }; + + this.execute = function(sender, event) + { + var wnd = sh.utils.popup('', '_blank', 500, 250, 'scrollbars=0'), + doc = wnd.document + ; + + doc.write(sh.config.strings.aboutDialog); + doc.close(); + wnd.focus(); + }; + } + } + }, + + utils : { + /** + * Finds an index of element in the array. + * @ignore + * @param {Object} searchElement + * @param {Number} fromIndex + * @return {Number} Returns index of element if found; -1 otherwise. + */ + indexOf : function(array, searchElement, fromIndex) + { + fromIndex = Math.max(fromIndex || 0, 0); + + for (var i = fromIndex; i < array.length; i++) + if(array[i] == searchElement) + return i; + + return -1; + }, + + /** + * Generates a unique element ID. + */ + guid : function(prefix) + { + return prefix + Math.round(Math.random() * 1000000).toString(); + }, + + /** + * Merges two objects. Values from obj2 override values in obj1. + * Function is NOT recursive and works only for one dimensional objects. + * @param {Object} obj1 First object. + * @param {Object} obj2 Second object. + * @return {Object} Returns combination of both objects. + */ + merge: function(obj1, obj2) + { + var result = {}, name; + + for (name in obj1) + result[name] = obj1[name]; + + for (name in obj2) + result[name] = obj2[name]; + + return result; + }, + + /** + * Attempts to convert string to boolean. + * @param {String} value Input string. + * @return {Boolean} Returns true if input was "true", false if input was "false" and value otherwise. + */ + toBoolean: function(value) + { + switch (value) + { + case "true": + return true; + + case "false": + return false; + } + + return value; + }, + + /** + * Opens up a centered popup window. + * @param {String} url URL to open in the window. + * @param {String} name Popup name. + * @param {int} width Popup width. + * @param {int} height Popup height. + * @param {String} options window.open() options. + * @return {Window} Returns window instance. + */ + popup: function(url, name, width, height, options) + { + var x = (screen.width - width) / 2, + y = (screen.height - height) / 2 + ; + + options += ', left=' + x + + ', top=' + y + + ', width=' + width + + ', height=' + height + ; + options = options.replace(/^,/, ''); + + var win = window.open(url, name, options); + win.focus(); + return win; + }, + + /** + * Adds event handler to the target object. + * @param {Object} obj Target object. + * @param {String} type Name of the event. + * @param {Function} func Handling function. + */ + addEvent: function(obj, type, func) + { + if (obj.attachEvent) + { + obj['e' + type + func] = func; + obj[type + func] = function() + { + obj['e' + type + func](window.event); + } + obj.attachEvent('on' + type, obj[type + func]); + } + else + { + obj.addEventListener(type, func, false); + } + }, + + /** + * Displays an alert. + * @param {String} str String to display. + */ + alert: function(str) + { + alert(sh.config.strings.alert + str) + }, + + /** + * Finds a brush by its alias. + * + * @param {String} alias Brush alias. + * @param {Boolean} alert Suppresses the alert if false. + * @return {Brush} Returns bursh constructor if found, null otherwise. + */ + findBrush: function(alias, alert) + { + var brushes = sh.vars.discoveredBrushes, + result = null + ; + + if (brushes == null) + { + brushes = {}; + + // Find all brushes + for (var brush in sh.brushes) + { + var aliases = sh.brushes[brush].aliases; + + if (aliases == null) + continue; + + // keep the brush name + sh.brushes[brush].name = brush.toLowerCase(); + + for (var i = 0; i < aliases.length; i++) + brushes[aliases[i]] = brush; + } + + sh.vars.discoveredBrushes = brushes; + } + + result = sh.brushes[brushes[alias]]; + + if (result == null && alert != false) + sh.utils.alert(sh.config.strings.noBrush + alias); + + return result; + }, + + /** + * Executes a callback on each line and replaces each line with result from the callback. + * @param {Object} str Input string. + * @param {Object} callback Callback function taking one string argument and returning a string. + */ + eachLine: function(str, callback) + { + var lines = str.split('\n'); + + for (var i = 0; i < lines.length; i++) + lines[i] = callback(lines[i]); + + return lines.join('\n'); + }, + + /** + * This is a special trim which only removes first and last empty lines + * and doesn't affect valid leading space on the first line. + * + * @param {String} str Input string + * @return {String} Returns string without empty first and last lines. + */ + trimFirstAndLastLines: function(str) + { + return str.replace(/^[ ]*[\n]+|[\n]*[ ]*$/g, ''); + }, + + /** + * Parses key/value pairs into hash object. + * + * Understands the following formats: + * - name: word; + * - name: [word, word]; + * - name: "string"; + * - name: 'string'; + * + * For example: + * name1: value; name2: [value, value]; name3: 'value' + * + * @param {String} str Input string. + * @return {Object} Returns deserialized object. + */ + parseParams: function(str) + { + var match, + result = {}, + arrayRegex = new XRegExp("^\\[(?(.*?))\\]$"), + regex = new XRegExp( + "(?[\\w-]+)" + + "\\s*:\\s*" + + "(?" + + "[\\w-%#]+|" + // word + "\\[.*?\\]|" + // [] array + '".*?"|' + // "" string + "'.*?'" + // '' string + ")\\s*;?", + "g" + ) + ; + + while ((match = regex.exec(str)) != null) + { + var value = match.value + .replace(/^['"]|['"]$/g, '') // strip quotes from end of strings + ; + + // try to parse array value + if (value != null && arrayRegex.test(value)) + { + var m = arrayRegex.exec(value); + value = m.values.length > 0 ? m.values.split(/\s*,\s*/) : []; + } + + result[match.name] = value; + } + + return result; + }, + + /** + * Wraps each line of the string into tag with given style applied to it. + * + * @param {String} str Input string. + * @param {String} css Style name to apply to the string. + * @return {String} Returns input string with each line surrounded by tag. + */ + decorate: function(str, css) + { + if (str == null || str.length == 0 || str == '\n') + return str; + + // helixoft + // str = str.replace(/... to them so that + // leading spaces aren't included. + if (css != null && css.match("skipTag$")!="skipTag") // skipTag test added by Helixoft + str = sh.utils.eachLine(str, function(line) + { + if (line.length == 0) + return ''; + + var spaces = ''; + + line = line.replace(/^( | )+/, function(s) + { + spaces = s; + return ''; + }); + + if (line.length == 0) + return spaces; + + return spaces + '' + line + ''; + }); + + return str; + }, + + /** + * Pads number with zeros until it's length is the same as given length. + * + * @param {Number} number Number to pad. + * @param {Number} length Max string length with. + * @return {String} Returns a string padded with proper amount of '0'. + */ + padNumber : function(number, length) + { + var result = number.toString(); + + while (result.length < length) + result = '0' + result; + + return result; + }, + + /** + * Measures width of a single space character. + * @return {Number} Returns width of a single space character. + */ + measureSpace : function() + { + var container = document.createElement('div'), + span, + result = 0, + body = document.body, + id = sh.utils.guid('measureSpace'), + + // variable names will be compressed, so it's better than a plain string + divOpen = '
' + + divOpen + 'lines">' + + divOpen + 'line">' + + divOpen + 'content' + + '"> ' + closeSpan + closeSpan + + closeDiv + + closeDiv + + closeDiv + + closeDiv + ; + + body.appendChild(container); + span = document.getElementById(id); + + if (/opera/i.test(navigator.userAgent)) + { + var style = window.getComputedStyle(span, null); + result = parseInt(style.getPropertyValue("width")); + } + else + { + result = span.offsetWidth; + } + + body.removeChild(container); + + return result; + }, + + /** + * Replaces tabs with spaces. + * + * @param {String} code Source code. + * @param {Number} tabSize Size of the tab. + * @return {String} Returns code with all tabs replaces by spaces. + */ + processTabs : function(code, tabSize) + { + var tab = ''; + + for (var i = 0; i < tabSize; i++) + tab += ' '; + + return code.replace(/\t/g, tab); + }, + + /** + * Replaces tabs with smart spaces. + * + * @param {String} code Code to fix the tabs in. + * @param {Number} tabSize Number of spaces in a column. + * @return {String} Returns code with all tabs replaces with roper amount of spaces. + */ + processSmartTabs : function(code, tabSize) + { + var lines = code.split('\n'), + tab = '\t', + spaces = '' + ; + + // Create a string with 1000 spaces to copy spaces from... + // It's assumed that there would be no indentation longer than that. + for (var i = 0; i < 50; i++) + spaces += ' '; // 20 spaces * 50 + + // This function inserts specified amount of spaces in the string + // where a tab is while removing that given tab. + function insertSpaces(line, pos, count) + { + return line.substr(0, pos) + + spaces.substr(0, count) + + line.substr(pos + 1, line.length) // pos + 1 will get rid of the tab + ; + }; + + // Go through all the lines and do the 'smart tabs' magic. + code = sh.utils.eachLine(code, function(line) + { + if (line.indexOf(tab) == -1) + return line; + + var pos = 0; + + while ((pos = line.indexOf(tab)) != -1) + { + // This is pretty much all there is to the 'smart tabs' logic. + // Based on the position within the line and size of a tab, + // calculate the amount of spaces we need to insert. + var spaces = tabSize - pos % tabSize; + line = insertSpaces(line, pos, spaces); + } + + return line; + }); + + return code; + }, + + /** + * Performs various string fixes based on configuration. + */ + fixInputString : function(str) + { + var br = /|<br\s*\/?>/gi; + + if (sh.config.bloggerMode == true) + str = str.replace(br, '\n'); + + if (sh.config.stripBrs == true) + str = str.replace(br, ''); + + return str; + }, + + /** + * Removes all white space at the begining and end of a string. + * + * @param {String} str String to trim. + * @return {String} Returns string without leading and following white space characters. + */ + trim: function(str) + { + return str.replace(/^\s+|\s+$/g, ''); + }, + + /** + * Unindents a block of text by the lowest common indent amount. + * @param {String} str Text to unindent. + * @return {String} Returns unindented text block. + */ + unindent: function(str) + { + var lines = sh.utils.fixInputString(str).split('\n'), + indents = new Array(), + regex = /^\s*/, + min = 1000 + ; + + // go through every line and check for common number of indents + for (var i = 0; i < lines.length && min > 0; i++) + { + var line = lines[i]; + + if (sh.utils.trim(line).length == 0) + continue; + + var matches = regex.exec(line); + + // In the event that just one line doesn't have leading white space + // we can't unindent anything, so bail completely. + if (matches == null) + return str; + + min = Math.min(matches[0].length, min); + } + + // trim minimum common number of white space from the begining of every line + if (min > 0) + for (var i = 0; i < lines.length; i++) + lines[i] = lines[i].substr(min); + + return lines.join('\n'); + }, + + /** + * Callback method for Array.sort() which sorts matches by + * index position and then by length. + * + * @param {Match} m1 Left object. + * @param {Match} m2 Right object. + * @return {Number} Returns -1, 0 or -1 as a comparison result. + */ + matchesSortCallback: function(m1, m2) + { + // sort matches by index first + if(m1.index < m2.index) + return -1; + else if(m1.index > m2.index) + return 1; + else + { + // if index is the same, sort by length + if(m1.length < m2.length) + return -1; + else if(m1.length > m2.length) + return 1; + } + + return 0; + }, + + /** + * Executes given regular expression on provided code and returns all + * matches that are found. + * + * @param {String} code Code to execute regular expression on. + * @param {Object} regex Regular expression item info from regexList collection. + * @return {Array} Returns a list of Match objects. + */ + getMatches: function(code, regexInfo) + { + function defaultAdd(match, regexInfo) + { + return [new sh.Match(match[0], match.index, regexInfo.css)]; + }; + + var index = 0, + match = null, + result = [], + func = regexInfo.func ? regexInfo.func : defaultAdd + ; + + while((match = regexInfo.regex.exec(code)) != null) + result = result.concat(func(match, regexInfo)); + + return result; + }, + + processUrls: function(code) + { + var lt = '<', + gt = '>' + ; + + return code.replace(sh.regexLib.url, function(m) + { + var suffix = '', prefix = ''; + + // We include < and > in the URL for the common cases like + // The problem is that they get transformed into <http://google.com> + // Where as > easily looks like part of the URL string. + + if (m.indexOf(lt) == 0) + { + prefix = lt; + m = m.substring(lt.length); + } + + if (m.indexOf(gt) == m.length - gt.length) + { + m = m.substring(0, m.length - gt.length); + suffix = gt; + } + + return prefix + '' + m + '' + suffix; + }); + }, + + /** + * Finds all + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + + +
Assembly: AllgFnkt_Plugin (in AllgFnkt_Plugin.dll) + + + + + + + + + + + +

Expand
+	imageSyntax

+ + + + + + + + + +

+ + Expand image + + Inheritance Hierarchy +

+ + + + + + + + + + + + + +

+ + Expand image + + Platforms +

+ + + + + + + + + + + +

+ + Expand image + + Version Information +

+ + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000000_constants+.html b/Plugin_Printersettings/VSdoc/topic_0000000000000000_constants+.html new file mode 100644 index 00000000..bcf120c5 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000000_constants+.html @@ -0,0 +1,210 @@ + + + + + frmPrinterSettings_sik Constants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + +

+ + Expand image + + See Also +

+ +
+ +
+ + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000000_events+.html b/Plugin_Printersettings/VSdoc/topic_0000000000000000_events+.html new file mode 100644 index 00000000..1963932d --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000000_events+.html @@ -0,0 +1,3170 @@ + + + + + frmPrinterSettings_sik Events + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + + +

+ + Expand image + + Public Events + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000000_members+.html b/Plugin_Printersettings/VSdoc/topic_0000000000000000_members+.html new file mode 100644 index 00000000..80e7d983 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000000_members+.html @@ -0,0 +1,17193 @@ + + + + + frmPrinterSettings_sik Members + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+

+

+ The following tables list the members exposed by the + frmPrinterSettings_sik + type. +

+ + + + + +

+ + Expand image + + Public Constructors + +

+ + + + + + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + Public Properties + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + Public Methods + +

+ + + + + + + + + + + + + +

+ + Expand image + + Protected Methods + +

+ + + + + + + + +

+ + Expand image + + Private, internal (Friend) and internal protected (Protected Friend) Methods + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + Public Events + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000000_methods+.html b/Plugin_Printersettings/VSdoc/topic_0000000000000000_methods+.html new file mode 100644 index 00000000..dbe0a2e8 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000000_methods+.html @@ -0,0 +1,9630 @@ + + + + + frmPrinterSettings_sik Methods + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + + + + + + +

+ + Expand image + + Public Methods + +

+ + + + + + + + + + + + + +

+ + Expand image + + Protected Methods + +

+ + + + + + + + +

+ + Expand image + + Private, internal (Friend) and internal protected (Protected Friend) Methods + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000000_props+.html b/Plugin_Printersettings/VSdoc/topic_0000000000000000_props+.html new file mode 100644 index 00000000..b2edf811 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000000_props+.html @@ -0,0 +1,4693 @@ + + + + + frmPrinterSettings_sik Properties + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + + +

+ + Expand image + + Public Properties + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000000_vars+.html b/Plugin_Printersettings/VSdoc/topic_0000000000000000_vars+.html new file mode 100644 index 00000000..7a79384e --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000000_vars+.html @@ -0,0 +1,211 @@ + + + + + frmPrinterSettings_sik Fields + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000001.html b/Plugin_Printersettings/VSdoc/topic_0000000000000001.html new file mode 100644 index 00000000..e9564276 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000001.html @@ -0,0 +1,394 @@ + + + + + +frmPrinterSettings_sik.Dispose Method + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + Gibt die von Form verwendeten Ressourcen (mit Ausnahme des Speichers) frei. + + + +
Assembly: AllgFnkt_Plugin (in AllgFnkt_Plugin.dll) + + + + + + + + + + + +

Expand
+	imageSyntax

+ + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + Platforms +

+ + + + + + + + + + + +

+ + Expand image + + Version Information +

+ + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000001_overloads+.html b/Plugin_Printersettings/VSdoc/topic_0000000000000001_overloads+.html new file mode 100644 index 00000000..2c7caf75 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000001_overloads+.html @@ -0,0 +1,291 @@ + + + + + +frmPrinterSettings_sik.Dispose Method + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + Gibt die von Form verwendeten Ressourcen (mit Ausnahme des Speichers) frei. + + +

+ + Expand image + + Overload List + +

+ + + + + + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000002.html b/Plugin_Printersettings/VSdoc/topic_0000000000000002.html new file mode 100644 index 00000000..5cef965f --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000002.html @@ -0,0 +1,387 @@ + + + + + +clsAllgFnkt Class + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + + +
Assembly: AllgFnkt_Plugin (in AllgFnkt_Plugin.dll) + + + + + + + + + + + +

Expand
+	imageSyntax

+ + + + + + + + + +

+ + Expand image + + Inheritance Hierarchy +

+ + + + + + + + + + + + + +

+ + Expand image + + Platforms +

+ + + + + + + + + + + +

+ + Expand image + + Version Information +

+ + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000002_constants+.html b/Plugin_Printersettings/VSdoc/topic_0000000000000002_constants+.html new file mode 100644 index 00000000..4d5b5935 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000002_constants+.html @@ -0,0 +1,210 @@ + + + + + clsAllgFnkt Constants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + +

+ + Expand image + + See Also +

+ +
+ +
+ + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000002_events+.html b/Plugin_Printersettings/VSdoc/topic_0000000000000002_events+.html new file mode 100644 index 00000000..018850a5 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000002_events+.html @@ -0,0 +1,211 @@ + + + + + clsAllgFnkt Events + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000002_members+.html b/Plugin_Printersettings/VSdoc/topic_0000000000000002_members+.html new file mode 100644 index 00000000..9978b17f --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000002_members+.html @@ -0,0 +1,653 @@ + + + + + clsAllgFnkt Members + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+

+

+ The following tables list the members exposed by the + clsAllgFnkt + type. +

+ + + + + + + + +

+ + Expand image + + Public Methods + +

+ + + + + + + + + + +

+ + Expand image + + Protected Methods + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000002_methods+.html b/Plugin_Printersettings/VSdoc/topic_0000000000000002_methods+.html new file mode 100644 index 00000000..780a6ad1 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000002_methods+.html @@ -0,0 +1,614 @@ + + + + + clsAllgFnkt Methods + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + + + +

+ + Expand image + + Public Methods + +

+ + + + + + + + + + +

+ + Expand image + + Protected Methods + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000002_props+.html b/Plugin_Printersettings/VSdoc/topic_0000000000000002_props+.html new file mode 100644 index 00000000..24e50019 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000002_props+.html @@ -0,0 +1,211 @@ + + + + + clsAllgFnkt Properties + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000002_vars+.html b/Plugin_Printersettings/VSdoc/topic_0000000000000002_vars+.html new file mode 100644 index 00000000..d65e2362 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000002_vars+.html @@ -0,0 +1,211 @@ + + + + + clsAllgFnkt Fields + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000003.html b/Plugin_Printersettings/VSdoc/topic_0000000000000003.html new file mode 100644 index 00000000..5a750bea --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000003.html @@ -0,0 +1,393 @@ + + + + + +clsAllgFnkt.FormularAktualisieren Method + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + + +
Assembly: AllgFnkt_Plugin (in AllgFnkt_Plugin.dll) + + + + + + + + + + + +

Expand
+	imageSyntax

+ + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + Platforms +

+ + + + + + + + + + + +

+ + Expand image + + Version Information +

+ + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000004.html b/Plugin_Printersettings/VSdoc/topic_0000000000000004.html new file mode 100644 index 00000000..b59b93ea --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000004.html @@ -0,0 +1,405 @@ + + + + + +frmPrinterSettings Class + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + + +
Assembly: AllgFnkt_Plugin (in AllgFnkt_Plugin.dll) + + + + + + + + + + + +

Expand
+	imageSyntax

+ + + + + + + + + +

+ + Expand image + + Inheritance Hierarchy +

+ + + + + + + + + + + + + +

+ + Expand image + + Platforms +

+ + + + + + + + + + + +

+ + Expand image + + Version Information +

+ + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000004_constants+.html b/Plugin_Printersettings/VSdoc/topic_0000000000000004_constants+.html new file mode 100644 index 00000000..147b18ac --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000004_constants+.html @@ -0,0 +1,210 @@ + + + + + frmPrinterSettings Constants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + +

+ + Expand image + + See Also +

+ +
+ +
+ + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000004_events+.html b/Plugin_Printersettings/VSdoc/topic_0000000000000004_events+.html new file mode 100644 index 00000000..ccbf8328 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000004_events+.html @@ -0,0 +1,3170 @@ + + + + + frmPrinterSettings Events + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + + +

+ + Expand image + + Public Events + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000004_members+.html b/Plugin_Printersettings/VSdoc/topic_0000000000000004_members+.html new file mode 100644 index 00000000..a9293eb0 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000004_members+.html @@ -0,0 +1,17193 @@ + + + + + frmPrinterSettings Members + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+

+

+ The following tables list the members exposed by the + frmPrinterSettings + type. +

+ + + + + +

+ + Expand image + + Public Constructors + +

+ + + + + + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + Public Properties + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + Public Methods + +

+ + + + + + + + + + + + + +

+ + Expand image + + Protected Methods + +

+ + + + + + + + +

+ + Expand image + + Private, internal (Friend) and internal protected (Protected Friend) Methods + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + Public Events + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000004_methods+.html b/Plugin_Printersettings/VSdoc/topic_0000000000000004_methods+.html new file mode 100644 index 00000000..036a3a3e --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000004_methods+.html @@ -0,0 +1,9630 @@ + + + + + frmPrinterSettings Methods + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + + + + + + +

+ + Expand image + + Public Methods + +

+ + + + + + + + + + + + + +

+ + Expand image + + Protected Methods + +

+ + + + + + + + +

+ + Expand image + + Private, internal (Friend) and internal protected (Protected Friend) Methods + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000004_props+.html b/Plugin_Printersettings/VSdoc/topic_0000000000000004_props+.html new file mode 100644 index 00000000..7efda4bf --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000004_props+.html @@ -0,0 +1,4693 @@ + + + + + frmPrinterSettings Properties + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + + +

+ + Expand image + + Public Properties + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000004_vars+.html b/Plugin_Printersettings/VSdoc/topic_0000000000000004_vars+.html new file mode 100644 index 00000000..3167b712 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000004_vars+.html @@ -0,0 +1,211 @@ + + + + + frmPrinterSettings Fields + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000005.html b/Plugin_Printersettings/VSdoc/topic_0000000000000005.html new file mode 100644 index 00000000..6350b3ff --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000005.html @@ -0,0 +1,394 @@ + + + + + +frmPrinterSettings Constructor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + Initializes a new instance of the frmPrinterSettings class. + + + +
Assembly: AllgFnkt_Plugin (in AllgFnkt_Plugin.dll) + + + + + + + + + + + +

Expand
+	imageSyntax

+ + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + Platforms +

+ + + + + + + + + + + +

+ + Expand image + + Version Information +

+ + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000006.html b/Plugin_Printersettings/VSdoc/topic_0000000000000006.html new file mode 100644 index 00000000..2d1213a9 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000006.html @@ -0,0 +1,408 @@ + + + + + +frmPrinterSettings.SortNodes Method + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + + +
Assembly: AllgFnkt_Plugin (in AllgFnkt_Plugin.dll) + + + + + + + + + + + +

Expand
+	imageSyntax

+ + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + Platforms +

+ + + + + + + + + + + +

+ + Expand image + + Version Information +

+ + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000007.html b/Plugin_Printersettings/VSdoc/topic_0000000000000007.html new file mode 100644 index 00000000..70f32c67 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000007.html @@ -0,0 +1,374 @@ + + + + + +frmPrinterSettings.DefaultPrinterName Method + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + + +
Assembly: AllgFnkt_Plugin (in AllgFnkt_Plugin.dll) + + + + + + + + + + + +

Expand
+	imageSyntax

+ + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + Platforms +

+ + + + + + + + + + + +

+ + Expand image + + Version Information +

+ + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000008.html b/Plugin_Printersettings/VSdoc/topic_0000000000000008.html new file mode 100644 index 00000000..541a0aa9 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000008.html @@ -0,0 +1,394 @@ + + + + + +frmPrinterSettings_sik Constructor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + Initializes a new instance of the frmPrinterSettings_sik class. + + + +
Assembly: AllgFnkt_Plugin (in AllgFnkt_Plugin.dll) + + + + + + + + + + + +

Expand
+	imageSyntax

+ + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + Platforms +

+ + + + + + + + + + + +

+ + Expand image + + Version Information +

+ + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000009.html b/Plugin_Printersettings/VSdoc/topic_0000000000000009.html new file mode 100644 index 00000000..b7fcee81 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000009.html @@ -0,0 +1,408 @@ + + + + + +frmPrinterSettings_sik.SortNodes Method + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + + +
Assembly: AllgFnkt_Plugin (in AllgFnkt_Plugin.dll) + + + + + + + + + + + +

Expand
+	imageSyntax

+ + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + Platforms +

+ + + + + + + + + + + +

+ + Expand image + + Version Information +

+ + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_000000000000000A.html b/Plugin_Printersettings/VSdoc/topic_000000000000000A.html new file mode 100644 index 00000000..6601c97c --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_000000000000000A.html @@ -0,0 +1,374 @@ + + + + + +frmPrinterSettings_sik.DefaultPrinterName Method + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + + +
Assembly: AllgFnkt_Plugin (in AllgFnkt_Plugin.dll) + + + + + + + + + + + +

Expand
+	imageSyntax

+ + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + Platforms +

+ + + + + + + + + + + +

+ + Expand image + + Version Information +

+ + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_000000000000000C.html b/Plugin_Printersettings/VSdoc/topic_000000000000000C.html new file mode 100644 index 00000000..359b1778 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_000000000000000C.html @@ -0,0 +1,394 @@ + + + + + +frmPrinterSettings.Dispose Method + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + Gibt die von Form verwendeten Ressourcen (mit Ausnahme des Speichers) frei. + + + +
Assembly: AllgFnkt_Plugin (in AllgFnkt_Plugin.dll) + + + + + + + + + + + +

Expand
+	imageSyntax

+ + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + Platforms +

+ + + + + + + + + + + +

+ + Expand image + + Version Information +

+ + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_000000000000000C_overloads+.html b/Plugin_Printersettings/VSdoc/topic_000000000000000C_overloads+.html new file mode 100644 index 00000000..f151b373 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_000000000000000C_overloads+.html @@ -0,0 +1,291 @@ + + + + + +frmPrinterSettings.Dispose Method + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + Gibt die von Form verwendeten Ressourcen (mit Ausnahme des Speichers) frei. + + +

+ + Expand image + + Overload List + +

+ + + + + + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_000000000000000D.html b/Plugin_Printersettings/VSdoc/topic_000000000000000D.html new file mode 100644 index 00000000..9cba1d69 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_000000000000000D.html @@ -0,0 +1,387 @@ + + + + + +Plugin Class + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + + +
Assembly: AllgFnkt_Plugin (in AllgFnkt_Plugin.dll) + + + + + + + + + + + +

Expand
+	imageSyntax

+ + + + + + + + + +

+ + Expand image + + Inheritance Hierarchy +

+ + + + + + + + + + + + + +

+ + Expand image + + Platforms +

+ + + + + + + + + + + +

+ + Expand image + + Version Information +

+ + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_000000000000000D_constants+.html b/Plugin_Printersettings/VSdoc/topic_000000000000000D_constants+.html new file mode 100644 index 00000000..c92c3cb6 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_000000000000000D_constants+.html @@ -0,0 +1,210 @@ + + + + + Plugin Constants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + +

+ + Expand image + + See Also +

+ +
+ +
+ + diff --git a/Plugin_Printersettings/VSdoc/topic_000000000000000D_events+.html b/Plugin_Printersettings/VSdoc/topic_000000000000000D_events+.html new file mode 100644 index 00000000..2d4f6ea3 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_000000000000000D_events+.html @@ -0,0 +1,211 @@ + + + + + Plugin Events + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_000000000000000D_members+.html b/Plugin_Printersettings/VSdoc/topic_000000000000000D_members+.html new file mode 100644 index 00000000..507caa83 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_000000000000000D_members+.html @@ -0,0 +1,857 @@ + + + + + Plugin Members + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+

+

+ The following tables list the members exposed by the + Plugin + type. +

+ + + + + + +

+ + Expand image + + Public Properties + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + Public Methods + +

+ + + + + + + + + + +

+ + Expand image + + Protected Methods + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_000000000000000D_methods+.html b/Plugin_Printersettings/VSdoc/topic_000000000000000D_methods+.html new file mode 100644 index 00000000..81d9cea7 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_000000000000000D_methods+.html @@ -0,0 +1,614 @@ + + + + + Plugin Methods + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + + + +

+ + Expand image + + Public Methods + +

+ + + + + + + + + + +

+ + Expand image + + Protected Methods + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_000000000000000D_props+.html b/Plugin_Printersettings/VSdoc/topic_000000000000000D_props+.html new file mode 100644 index 00000000..99a6ce16 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_000000000000000D_props+.html @@ -0,0 +1,414 @@ + + + + + Plugin Properties + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + + +

+ + Expand image + + Public Properties + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_000000000000000D_vars+.html b/Plugin_Printersettings/VSdoc/topic_000000000000000D_vars+.html new file mode 100644 index 00000000..adfc0ce2 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_000000000000000D_vars+.html @@ -0,0 +1,211 @@ + + + + + Plugin Fields + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_000000000000000E.html b/Plugin_Printersettings/VSdoc/topic_000000000000000E.html new file mode 100644 index 00000000..22916551 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_000000000000000E.html @@ -0,0 +1,432 @@ + + + + + +Plugin.Start Method + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + Startet eine implementierte Funktion: +- Formularaktualisierung +- Printersettings + + + +
Assembly: AllgFnkt_Plugin (in AllgFnkt_Plugin.dll) + + + + + + + + + + + +

Expand
+	imageSyntax

+ + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + Platforms +

+ + + + + + + + + + + +

+ + Expand image + + Version Information +

+ + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_000000000000000F.html b/Plugin_Printersettings/VSdoc/topic_000000000000000F.html new file mode 100644 index 00000000..5c7aa479 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_000000000000000F.html @@ -0,0 +1,375 @@ + + + + + +Plugin.Finalize Method + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + Gibt einem Object Gelegenheit zu dem Versuch, Ressourcen freizugeben und andere Bereinigungen durchzuführen, bevor das Object von der Garbage Collection freigegeben wird. + + + +
Assembly: AllgFnkt_Plugin (in AllgFnkt_Plugin.dll) + + + + + + + + + + + +

Expand
+	imageSyntax

+ + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + Platforms +

+ + + + + + + + + + + +

+ + Expand image + + Version Information +

+ + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000010.html b/Plugin_Printersettings/VSdoc/topic_0000000000000010.html new file mode 100644 index 00000000..6b664ef8 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000010.html @@ -0,0 +1,378 @@ + + + + + +Plugin.PluginName Property + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + Liefert Plugin-Name und Version + + + +
Assembly: AllgFnkt_Plugin (in AllgFnkt_Plugin.dll) + + + + + + + + + + + +

Expand
+	imageSyntax

+ + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + Platforms +

+ + + + + + + + + + + +

+ + Expand image + + Version Information +

+ + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000011.html b/Plugin_Printersettings/VSdoc/topic_0000000000000011.html new file mode 100644 index 00000000..a47cdbee --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000011.html @@ -0,0 +1,378 @@ + + + + + +Plugin.IAppdomain Property + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + Gets or sets . + + + +
Assembly: AllgFnkt_Plugin (in AllgFnkt_Plugin.dll) + + + + + + + + + + + +

Expand
+	imageSyntax

+ + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + Platforms +

+ + + + + + + + + + + +

+ + Expand image + + Version Information +

+ + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000012.html b/Plugin_Printersettings/VSdoc/topic_0000000000000012.html new file mode 100644 index 00000000..d1dfcfdb --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000012.html @@ -0,0 +1,379 @@ + + + + + +Plugin.ErrorCode Property + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + Liefer Fehlercode +Code ungleich 0 - Detaillierte Meldung in Error-Message + + + +
Assembly: AllgFnkt_Plugin (in AllgFnkt_Plugin.dll) + + + + + + + + + + + +

Expand
+	imageSyntax

+ + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + Platforms +

+ + + + + + + + + + + +

+ + Expand image + + Version Information +

+ + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000013.html b/Plugin_Printersettings/VSdoc/topic_0000000000000013.html new file mode 100644 index 00000000..32768e43 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000013.html @@ -0,0 +1,378 @@ + + + + + +Plugin.Returnwert Property + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + Liefert ein allfälliges Resultat aus einer Funktion zurück + + + +
Assembly: AllgFnkt_Plugin (in AllgFnkt_Plugin.dll) + + + + + + + + + + + +

Expand
+	imageSyntax

+ + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + Platforms +

+ + + + + + + + + + + +

+ + Expand image + + Version Information +

+ + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000014.html b/Plugin_Printersettings/VSdoc/topic_0000000000000014.html new file mode 100644 index 00000000..fad36a6c --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000014.html @@ -0,0 +1,378 @@ + + + + + +Plugin.ErrorMessage Property + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + Fehlermeldung bei iError-Code ungleich 0 + + + +
Assembly: AllgFnkt_Plugin (in AllgFnkt_Plugin.dll) + + + + + + + + + + + +

Expand
+	imageSyntax

+ + + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + Platforms +

+ + + + + + + + + + + +

+ + Expand image + + Version Information +

+ + +

+ + Expand image + + See Also +

+ +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000016.html b/Plugin_Printersettings/VSdoc/topic_0000000000000016.html new file mode 100644 index 00000000..93e125e4 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000016.html @@ -0,0 +1,242 @@ + + + + + +AllgFnkt_Plugin Reference + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + + + + + + + + + + +

+ + + + + + + + + + + + + + + + + + + + + +
+ +
+ + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000017.html b/Plugin_Printersettings/VSdoc/topic_0000000000000017.html new file mode 100644 index 00000000..f2f527b3 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000017.html @@ -0,0 +1,413 @@ + + + + + +AllgFnkt_Plugin Namespace + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+ + + + +
Assembly: AllgFnkt_Plugin (in AllgFnkt_Plugin.dll) + + + + + + + + +

+ + + + + + + + + + + + + + + + + + + + +

+ + Expand image + + Classes + +

+ + + + + + + + +

+ + Expand image + + Platforms +

+ + + + + + + + + + + +

+ + Expand image + + Version Information +

+ + + +
+ +
+ + + diff --git a/Plugin_Printersettings/VSdoc/topic_0000000000000017_members+.html b/Plugin_Printersettings/VSdoc/topic_0000000000000017_members+.html new file mode 100644 index 00000000..5db34bb8 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/topic_0000000000000017_members+.html @@ -0,0 +1,348 @@ + + + + + AllgFnkt_Plugin Members + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

+

+

+ The following tables list the members exposed by the + AllgFnkt_Plugin + type. +

+ + + + + + + + +

+ + Expand image + + Classes + +

+ + + + + + + + + + +

+ + Expand image + + See Also +

+ +
+ +
+ + diff --git a/Plugin_Printersettings/VSdoc/unregister_AllgFnkt_Plugin.bat b/Plugin_Printersettings/VSdoc/unregister_AllgFnkt_Plugin.bat new file mode 100644 index 00000000..fd9e6142 --- /dev/null +++ b/Plugin_Printersettings/VSdoc/unregister_AllgFnkt_Plugin.bat @@ -0,0 +1,11 @@ +REM This script unregisters the documentation from target help +REM system. That means the CHM file will not be accessible from +REM other CHM files without specifying its full path. Moreover, +REM this documentation stops to be context sensitive in +REM Visual Studio .NET. +REM You should call the following line or this script during +REM uninstallation of your product on the target machine. +REM It is not neccessary to have CHM and XML file in the same +REM directory as EXE file. + +HelixoftHelpReg.exe -x"AllgFnkt_Plugin.chm" -e"AllgFnkt_Plugin_dyn_help.xml" \ No newline at end of file diff --git a/Plugin_Printersettings/bin/Debug/AllgFnkt_Plugin.dll b/Plugin_Printersettings/bin/Debug/AllgFnkt_Plugin.dll new file mode 100644 index 00000000..93bc86e3 Binary files /dev/null and b/Plugin_Printersettings/bin/Debug/AllgFnkt_Plugin.dll differ diff --git a/Plugin_Printersettings/bin/Debug/AllgFnkt_Plugin.pdb b/Plugin_Printersettings/bin/Debug/AllgFnkt_Plugin.pdb new file mode 100644 index 00000000..84968d5e Binary files /dev/null and b/Plugin_Printersettings/bin/Debug/AllgFnkt_Plugin.pdb differ diff --git a/Plugin_Printersettings/bin/Debug/AllgFnkt_Plugin.xml b/Plugin_Printersettings/bin/Debug/AllgFnkt_Plugin.xml new file mode 100644 index 00000000..5e747839 --- /dev/null +++ b/Plugin_Printersettings/bin/Debug/AllgFnkt_Plugin.xml @@ -0,0 +1,62 @@ + + + + +AllgFnkt_Plugin + + + + + + Liefert Plugin-Name und Version + + + + + Liefer Fehlercode + Code ungleich 0 - Detaillierte Meldung in Error-Message + + + + + + + Fehlermeldung bei iError-Code ungleich 0 + + + + + + + Liefert ein allfälliges Resultat aus einer Funktion zurück + + + + + + + Startet eine implementierte Funktion: + - Formularaktualisierung + - Printersettings + + Applikationsobjekt (z.B. Word) + Aufzurufende Funktion + Parameter sofern von der Funktion unterstütz + Returnwert aus der Funktion, sofern von der Funktion unterstützt + + + + Returns the cached ResourceManager instance used by this class. + + + + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. + + + + A strongly-typed resource class, for looking up localized strings, etc. + + + + \ No newline at end of file diff --git a/Plugin_Printersettings/bin/Debug/PluginAPI.dll b/Plugin_Printersettings/bin/Debug/PluginAPI.dll new file mode 100644 index 00000000..d96dbc6f Binary files /dev/null and b/Plugin_Printersettings/bin/Debug/PluginAPI.dll differ diff --git a/Plugin_Printersettings/bin/Debug/PluginAPI.pdb b/Plugin_Printersettings/bin/Debug/PluginAPI.pdb new file mode 100644 index 00000000..c588fa82 Binary files /dev/null and b/Plugin_Printersettings/bin/Debug/PluginAPI.pdb differ diff --git a/Plugin_Printersettings/bin/Debug/PluginAPI.xml b/Plugin_Printersettings/bin/Debug/PluginAPI.xml new file mode 100644 index 00000000..037f2cbf --- /dev/null +++ b/Plugin_Printersettings/bin/Debug/PluginAPI.xml @@ -0,0 +1,24 @@ + + + + +PluginAPI + + + + + + Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. + + + + Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle + Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. + + + + Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. + + + + \ No newline at end of file diff --git a/Plugin_Printersettings/bin/Release/AllgFnkt_Plugin.dll b/Plugin_Printersettings/bin/Release/AllgFnkt_Plugin.dll new file mode 100644 index 00000000..cf6284c1 Binary files /dev/null and b/Plugin_Printersettings/bin/Release/AllgFnkt_Plugin.dll differ diff --git a/Plugin_Printersettings/bin/Release/AllgFnkt_Plugin.pdb b/Plugin_Printersettings/bin/Release/AllgFnkt_Plugin.pdb new file mode 100644 index 00000000..ded45426 Binary files /dev/null and b/Plugin_Printersettings/bin/Release/AllgFnkt_Plugin.pdb differ diff --git a/Plugin_Printersettings/bin/Release/AllgFnkt_Plugin.xml b/Plugin_Printersettings/bin/Release/AllgFnkt_Plugin.xml new file mode 100644 index 00000000..5e747839 --- /dev/null +++ b/Plugin_Printersettings/bin/Release/AllgFnkt_Plugin.xml @@ -0,0 +1,62 @@ + + + + +AllgFnkt_Plugin + + + + + + Liefert Plugin-Name und Version + + + + + Liefer Fehlercode + Code ungleich 0 - Detaillierte Meldung in Error-Message + + + + + + + Fehlermeldung bei iError-Code ungleich 0 + + + + + + + Liefert ein allfälliges Resultat aus einer Funktion zurück + + + + + + + Startet eine implementierte Funktion: + - Formularaktualisierung + - Printersettings + + Applikationsobjekt (z.B. Word) + Aufzurufende Funktion + Parameter sofern von der Funktion unterstütz + Returnwert aus der Funktion, sofern von der Funktion unterstützt + + + + Returns the cached ResourceManager instance used by this class. + + + + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. + + + + A strongly-typed resource class, for looking up localized strings, etc. + + + + \ No newline at end of file diff --git a/Plugin_Printersettings/bin/Release/PluginAPI.dll b/Plugin_Printersettings/bin/Release/PluginAPI.dll new file mode 100644 index 00000000..c3c9c7a3 Binary files /dev/null and b/Plugin_Printersettings/bin/Release/PluginAPI.dll differ diff --git a/Plugin_Printersettings/bin/Release/PluginAPI.pdb b/Plugin_Printersettings/bin/Release/PluginAPI.pdb new file mode 100644 index 00000000..ef14e88b Binary files /dev/null and b/Plugin_Printersettings/bin/Release/PluginAPI.pdb differ diff --git a/Plugin_Printersettings/bin/Release/PluginAPI.xml b/Plugin_Printersettings/bin/Release/PluginAPI.xml new file mode 100644 index 00000000..037f2cbf --- /dev/null +++ b/Plugin_Printersettings/bin/Release/PluginAPI.xml @@ -0,0 +1,24 @@ + + + + +PluginAPI + + + + + + Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. + + + + Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle + Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. + + + + Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. + + + + \ No newline at end of file diff --git a/Plugin_Printersettings/clsAllgFnkt.vb b/Plugin_Printersettings/clsAllgFnkt.vb new file mode 100644 index 00000000..b13836db --- /dev/null +++ b/Plugin_Printersettings/clsAllgFnkt.vb @@ -0,0 +1,82 @@ +Imports Microsoft.Office.Interop.Word +Public Class clsAllgFnkt + + Dim p_WDapp As Microsoft.Office.Interop.Word.Application + Dim p_Passwort As String = "Australia" + + Public Function FormularAktualisieren(app As Object) + p_WDapp = app + On Error GoTo ErrHandler + + ' Variablen deklarieren + ' ********************* + Dim m_book1 As Bookmark + Dim m_bookE As Bookmark + Dim m_bookP As Bookmark + Dim m_strName As String + Dim m_range As Range + Dim m_boolGeschuetzt As Boolean + Dim m_FormField As FormField + + p_WDapp.Application.ScreenUpdating = False + + ' Dokumentschutz aufheben + ' *********************** + If p_WDapp.ActiveDocument.ProtectionType <> WdProtectionType.wdNoProtection Then + p_WDapp.ActiveDocument.Unprotect(p_Passwort) + m_boolGeschuetzt = True + End If + + ' Textmarken suchen und Texte kopieren + ' ************************************ + For Each m_book1 In p_WDapp.ActiveDocument.Bookmarks + If Mid(m_book1, 1, 10) = "BkmFormPos" Then + p_WDapp.Selection.GoTo(Microsoft.Office.Interop.Word.WdGoToItem.wdGoToBookmark, , , m_book1) + p_WDapp.Selection.Copy() + For Each m_bookE In p_WDapp.ActiveDocument.Bookmarks + If m_bookE.ToString <> m_strName Then + If Mid(m_bookE, 1, 10) = "BkmFormEin" Then + If Mid(m_bookE, 11, 2) = Mid(m_book1, 11, 2) Then + m_strName = m_bookE.Name + p_WDapp.Selection.GoTo(Microsoft.Office.Interop.Word.WdGoToItem.wdGoToBookmark, , , m_bookE) + p_WDapp.Selection.MoveLeft(Microsoft.Office.Interop.Word.WdUnits.wdCharacter, 1, False) + p_WDapp.Selection.Bookmarks.Add("BkmBeginn") + p_WDapp.Selection.GoTo(Microsoft.Office.Interop.Word.WdGoToItem.wdGoToBookmark, , , m_bookE) + p_WDapp.Selection.Paste() + p_WDapp.Selection.Bookmarks.Add("BkmEnde") + m_range = p_WDapp.ActiveDocument.Range(p_WDapp.ActiveDocument.Bookmarks("BkmBeginn").Start, p_WDapp.ActiveDocument.Bookmarks("BkmEnde").End) + p_WDapp.Selection.GoTo(Microsoft.Office.Interop.Word.WdGoToItem.wdGoToBookmark, , , "BkmBeginn") + m_range.Bookmarks.Add(m_strName) + p_WDapp.Selection.GoTo(Microsoft.Office.Interop.Word.WdGoToItem.wdGoToBookmark, , , m_strName) + p_WDapp.Selection.Fields.Unlink() + For Each m_FormField In p_WDapp.Selection.FormFields + m_FormField.Enabled = False + Next + End If + End If + End If + Next m_bookE + End If + Next m_book1 + + ' Textmarke setzen bereits erstellt + ' ********************************* + p_WDapp.Selection.HomeKey(Microsoft.Office.Interop.Word.WdUnits.wdStory) + p_WDapp.Selection.NextField() + + ' Dokumentschutz einschalten + ' ************************** + If m_boolGeschuetzt = True Then + p_WDapp.ActiveDocument.Protect(Microsoft.Office.Interop.Word.WdProtectionType.wdAllowOnlyFormFields, True, p_Passwort) + End If + + p_WDapp.ActiveDocument.Fields.Update() + + p_WDapp.Application.ScreenUpdating = True + + Exit Function + +ErrHandler: + MsgBox(Err.Description, vbCritical + vbOKOnly, "IDV-Portefeuille Makros") + End Function +End Class diff --git a/Plugin_Printersettings/frmPrinterSettings.Designer.vb b/Plugin_Printersettings/frmPrinterSettings.Designer.vb new file mode 100644 index 00000000..7ede3a7b --- /dev/null +++ b/Plugin_Printersettings/frmPrinterSettings.Designer.vb @@ -0,0 +1,301 @@ + _ +Partial Class frmPrinterSettings + Inherits System.Windows.Forms.Form + + 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. + _ + Protected Overrides Sub Dispose(ByVal disposing As Boolean) + Try + If disposing AndAlso components IsNot Nothing Then + components.Dispose() + End If + Finally + MyBase.Dispose(disposing) + End Try + End Sub + + 'Wird vom Windows Form-Designer benötigt. + Private components As System.ComponentModel.IContainer + + 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. + 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. + 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. + _ + Private Sub InitializeComponent() + Me.components = New System.ComponentModel.Container() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmPrinterSettings)) + Me.Button1 = New System.Windows.Forms.Button() + Me.Label1 = New System.Windows.Forms.Label() + Me.Label3 = New System.Windows.Forms.Label() + Me.Label11 = New System.Windows.Forms.Label() + Me.tvPrinters = New System.Windows.Forms.TreeView() + Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components) + Me.PictureBox1 = New System.Windows.Forms.PictureBox() + Me.Label14 = New System.Windows.Forms.Label() + Me.PictureBox2 = New System.Windows.Forms.PictureBox() + Me.Label15 = New System.Windows.Forms.Label() + Me.Button2 = New System.Windows.Forms.Button() + Me.lblLogoTray = New System.Windows.Forms.ListBox() + Me.lblNormalTray = New System.Windows.Forms.ListBox() + Me.lblManualTray = New System.Windows.Forms.ListBox() + Me.lblEnvelopeTray = New System.Windows.Forms.ListBox() + Me.Label12 = New System.Windows.Forms.Label() + Me.Label13 = New System.Windows.Forms.Label() + Me.Label16 = New System.Windows.Forms.Label() + Me.Label17 = New System.Windows.Forms.Label() + Me.Label2 = New System.Windows.Forms.Label() + Me.Label4 = New System.Windows.Forms.Label() + CType(Me.PictureBox1,System.ComponentModel.ISupportInitialize).BeginInit + CType(Me.PictureBox2,System.ComponentModel.ISupportInitialize).BeginInit + Me.SuspendLayout + ' + 'Button1 + ' + Me.Button1.Location = New System.Drawing.Point(350, 303) + Me.Button1.Name = "Button1" + Me.Button1.Size = New System.Drawing.Size(121, 23) + Me.Button1.TabIndex = 2 + Me.Button1.Text = "Speichern" + Me.Button1.UseVisualStyleBackColor = true + ' + 'Label1 + ' + Me.Label1.AutoSize = true + Me.Label1.Location = New System.Drawing.Point(12, 9) + Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(367, 13) + Me.Label1.TabIndex = 2 + Me.Label1.Text = "Die Druckeinstellungen für den aktuellen Drucker sind noch nicht festgelegt." + ' + 'Label3 + ' + Me.Label3.AutoSize = true + Me.Label3.Location = New System.Drawing.Point(12, 33) + Me.Label3.Name = "Label3" + Me.Label3.Size = New System.Drawing.Size(351, 13) + Me.Label3.TabIndex = 4 + Me.Label3.Text = "Bitte definieren Sie für Ihre Drucker die entsprechenden Papier-Schächte" + ' + 'Label11 + ' + Me.Label11.AutoSize = True + Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Label11.Location = New System.Drawing.Point(8, 112) + Me.Label11.Name = "Label11" + Me.Label11.Size = New System.Drawing.Size(52, 13) + Me.Label11.TabIndex = 18 + Me.Label11.Text = "Drucker" + ' + 'tvPrinters + ' + Me.tvPrinters.FullRowSelect = True + Me.tvPrinters.HotTracking = True + Me.tvPrinters.ImageIndex = 0 + Me.tvPrinters.ImageList = Me.ImageList1 + Me.tvPrinters.Location = New System.Drawing.Point(11, 128) + Me.tvPrinters.Name = "tvPrinters" + Me.tvPrinters.SelectedImageIndex = 0 + Me.tvPrinters.ShowLines = False + Me.tvPrinters.ShowPlusMinus = False + Me.tvPrinters.ShowRootLines = False + Me.tvPrinters.Size = New System.Drawing.Size(247, 167) + Me.tvPrinters.TabIndex = 1 + ' + 'ImageList1 + ' + Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer) + Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent + Me.ImageList1.Images.SetKeyName(0, "OK.png") + Me.ImageList1.Images.SetKeyName(1, "nok.png") + ' + 'PictureBox1 + ' + Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) + Me.PictureBox1.Location = New System.Drawing.Point(151, 300) + Me.PictureBox1.Name = "PictureBox1" + Me.PictureBox1.Size = New System.Drawing.Size(25, 26) + Me.PictureBox1.TabIndex = 21 + Me.PictureBox1.TabStop = False + ' + 'Label14 + ' + Me.Label14.AutoSize = True + Me.Label14.Location = New System.Drawing.Point(33, 302) + Me.Label14.Name = "Label14" + Me.Label14.Size = New System.Drawing.Size(112, 13) + Me.Label14.TabIndex = 22 + Me.Label14.Text = "Einstellung vorhanden" + ' + 'PictureBox2 + ' + Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image) + Me.PictureBox2.Location = New System.Drawing.Point(12, 300) + Me.PictureBox2.Name = "PictureBox2" + Me.PictureBox2.Size = New System.Drawing.Size(15, 20) + Me.PictureBox2.TabIndex = 23 + Me.PictureBox2.TabStop = False + ' + 'Label15 + ' + Me.Label15.AutoSize = True + Me.Label15.Location = New System.Drawing.Point(177, 303) + Me.Label15.Name = "Label15" + Me.Label15.Size = New System.Drawing.Size(81, 13) + Me.Label15.TabIndex = 24 + Me.Label15.Text = "Einstellung fehlt" + ' + 'Button2 + ' + Me.Button2.Location = New System.Drawing.Point(415, 9) + Me.Button2.Name = "Button2" + Me.Button2.Size = New System.Drawing.Size(121, 23) + Me.Button2.TabIndex = 25 + Me.Button2.Text = "Fenster schliessen" + Me.Button2.UseVisualStyleBackColor = True + ' + 'lblLogoTray + ' + Me.lblLogoTray.FormattingEnabled = True + Me.lblLogoTray.Location = New System.Drawing.Point(287, 128) + Me.lblLogoTray.Name = "lblLogoTray" + Me.lblLogoTray.Size = New System.Drawing.Size(120, 69) + Me.lblLogoTray.TabIndex = 26 + ' + 'lblNormalTray + ' + Me.lblNormalTray.FormattingEnabled = True + Me.lblNormalTray.Location = New System.Drawing.Point(413, 128) + Me.lblNormalTray.Name = "lblNormalTray" + Me.lblNormalTray.Size = New System.Drawing.Size(120, 69) + Me.lblNormalTray.TabIndex = 27 + ' + 'lblManualTray + ' + Me.lblManualTray.FormattingEnabled = True + Me.lblManualTray.Location = New System.Drawing.Point(287, 226) + Me.lblManualTray.Name = "lblManualTray" + Me.lblManualTray.Size = New System.Drawing.Size(120, 69) + Me.lblManualTray.TabIndex = 28 + ' + 'lblEnvelopeTray + ' + Me.lblEnvelopeTray.FormattingEnabled = True + Me.lblEnvelopeTray.Location = New System.Drawing.Point(413, 226) + Me.lblEnvelopeTray.Name = "lblEnvelopeTray" + Me.lblEnvelopeTray.Size = New System.Drawing.Size(120, 69) + Me.lblEnvelopeTray.TabIndex = 29 + ' + 'Label12 + ' + Me.Label12.AutoSize = True + Me.Label12.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Label12.Location = New System.Drawing.Point(284, 112) + Me.Label12.Name = "Label12" + Me.Label12.Size = New System.Drawing.Size(75, 13) + Me.Label12.TabIndex = 31 + Me.Label12.Text = "Logo-Papier" + ' + 'Label13 + ' + Me.Label13.AutoSize = True + Me.Label13.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Label13.Location = New System.Drawing.Point(411, 112) + Me.Label13.Name = "Label13" + Me.Label13.Size = New System.Drawing.Size(101, 13) + Me.Label13.TabIndex = 32 + Me.Label13.Text = "Neutrales Papier" + ' + 'Label16 + ' + Me.Label16.AutoSize = True + Me.Label16.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Label16.Location = New System.Drawing.Point(284, 210) + Me.Label16.Name = "Label16" + Me.Label16.Size = New System.Drawing.Size(104, 13) + Me.Label16.TabIndex = 33 + Me.Label16.Text = "Manueller Einzug" + ' + 'Label17 + ' + Me.Label17.AutoSize = True + Me.Label17.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.Label17.Location = New System.Drawing.Point(410, 210) + Me.Label17.Name = "Label17" + Me.Label17.Size = New System.Drawing.Size(93, 13) + Me.Label17.TabIndex = 34 + Me.Label17.Text = "Briefumschläge" + ' + 'Label2 + ' + Me.Label2.AutoSize = True + Me.Label2.Location = New System.Drawing.Point(12, 46) + Me.Label2.Name = "Label2" + Me.Label2.Size = New System.Drawing.Size(278, 13) + Me.Label2.TabIndex = 35 + Me.Label2.Text = "und speichern Sie die Daten über den Knopf ""Speichern""" + ' + 'Label4 + ' + Me.Label4.AutoSize = True + Me.Label4.Location = New System.Drawing.Point(12, 75) + Me.Label4.Name = "Label4" + Me.Label4.Size = New System.Drawing.Size(356, 13) + Me.Label4.TabIndex = 36 + Me.Label4.Text = "Wiederholen Sie diesen Vorgang für alle von Ihnen verwendeten Drucker." + ' + 'frmPrinterSettings + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.ClientSize = New System.Drawing.Size(548, 342) + Me.Controls.Add(Me.Label4) + Me.Controls.Add(Me.Label2) + Me.Controls.Add(Me.Label17) + Me.Controls.Add(Me.Label16) + Me.Controls.Add(Me.Label13) + Me.Controls.Add(Me.Label12) + Me.Controls.Add(Me.lblEnvelopeTray) + Me.Controls.Add(Me.lblManualTray) + Me.Controls.Add(Me.lblNormalTray) + Me.Controls.Add(Me.lblLogoTray) + Me.Controls.Add(Me.Button2) + Me.Controls.Add(Me.Label15) + Me.Controls.Add(Me.PictureBox2) + Me.Controls.Add(Me.Label14) + Me.Controls.Add(Me.PictureBox1) + Me.Controls.Add(Me.tvPrinters) + Me.Controls.Add(Me.Label11) + Me.Controls.Add(Me.Label3) + Me.Controls.Add(Me.Label1) + Me.Controls.Add(Me.Button1) + Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) + Me.Name = "frmPrinterSettings" + Me.Text = "Druckerdefinitionen" + CType(Me.PictureBox1,System.ComponentModel.ISupportInitialize).EndInit + CType(Me.PictureBox2,System.ComponentModel.ISupportInitialize).EndInit + Me.ResumeLayout(false) + Me.PerformLayout + +End Sub + Friend WithEvents Button1 As System.Windows.Forms.Button + Friend WithEvents Label1 As System.Windows.Forms.Label + Friend WithEvents Label3 As System.Windows.Forms.Label + Friend WithEvents Label11 As System.Windows.Forms.Label + Friend WithEvents tvPrinters As System.Windows.Forms.TreeView + Friend WithEvents ImageList1 As System.Windows.Forms.ImageList + Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox + Friend WithEvents Label14 As System.Windows.Forms.Label + Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox + Friend WithEvents Label15 As System.Windows.Forms.Label + Friend WithEvents Button2 As System.Windows.Forms.Button + Friend WithEvents lblLogoTray As System.Windows.Forms.ListBox + Friend WithEvents lblNormalTray As System.Windows.Forms.ListBox + Friend WithEvents lblManualTray As System.Windows.Forms.ListBox + Friend WithEvents lblEnvelopeTray As System.Windows.Forms.ListBox + Friend WithEvents Label12 As System.Windows.Forms.Label + Friend WithEvents Label13 As System.Windows.Forms.Label + Friend WithEvents Label16 As System.Windows.Forms.Label + Friend WithEvents Label17 As System.Windows.Forms.Label + Friend WithEvents Label2 As System.Windows.Forms.Label + Friend WithEvents Label4 As System.Windows.Forms.Label +End Class diff --git a/Plugin_Printersettings/frmPrinterSettings.resx b/Plugin_Printersettings/frmPrinterSettings.resx new file mode 100644 index 00000000..f6d9f8d2 --- /dev/null +++ b/Plugin_Printersettings/frmPrinterSettings.resx @@ -0,0 +1,504 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 17 + + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w + LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 + ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAADI + CQAAAk1TRnQBSQFMAgEBAgEAAUgBAAFIAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo + AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA + 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/wUAAv8B8gHwAbwB8QH0 + Af8HAAL/BAAB/wH0Af8nAAH/AfEBcgEoAikCKAHvAv8DAAH/Ae8CRAHyAgAB9AFEAQsBRAHyJQAB/wHv + ASgEKQMoAesB8gH/AgABBwIeAQsBRAH0Af8BRQIBAgsB7wH/IgAB/wEHAS4ELwIpAygB6wH/AgABbgMk + AR4B6wHwASQCJQEkAgsBByIAAfMBLwEuBi8BKQEoAiIB7wH/AQABbgMlAQEBHgFLBCUBJAILAfMhAAHv + AS4CLwU1AS8BKQEoAiIB9AEAAbwDJQEkAR4BAQUlASQBCwHwIAAB/wFzAS4BLwc1AS8DKAHxAQAB/wG8 + AUwDJQEkASUCJAFLAUUBJAFuAfQgAAH/AXMBLwg1AS8BKQIoAbwDAAH/Ae8BJQErAiUBAQERAv8B9AH/ + IQAB/wFzAS8INQEvASkCKAHwAwAB/wHxASQDJQEkAR4B7AH/IwAB/wEcAS8INQEvASkCKAHyAwAB8AEB + AR8EJQEBAQsBRAH/IwAB8AEvBzUCLwEpASgBbQH/AQAB/wG8AUQBAQIlASQDJQEBAQsBbQH0IgAB/wFQ + Ai8ENQIvAykB8QH/AQABvAEeAQECJAEBASMBbgIlASQBAQELARMB/yEAAf8B8wFQBy8BKQEoAe8B/wIA + AXMEJAFEAfAB/wGZASQBJQEkAR4BCwH0IwAB8wFQAy4CLwEoASkBBwH/AwABkwIkAQEBbgH/AgAB/wHy + AUsBJAEBAewB/yMAAv8BvAEcAXMBcgFzAe8B8wH/BAAB9AGZAZMB8AH/BQAB/wLxAf8nAAT/NgABQgFN + AT4HAAE+AwABKAMAAUADAAEQAwABAQEAAQEFAAGAFwAD/wEAAfABDwHnAY8EAAHgAQMBgwEHBAABwAEB + AYABAQQAAYABAQGAAQEEAAGAAQABgAUAAYABAAGABwABgAcAAeABAQYAAeABBwYAAeABAwQAAYABAAGA + AQEEAAGAAQABgAUAAYABAQGABQAB4AEDAYEBgAQAAeABBwGDAeEEAAH8AT8C/wQACw== + + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAKBSURBVDhPrZNbSFRRFIb/OefoOGem0WkszcnQzLQQdabGW4PXMUftBhIJAz10MQgxyi5oUQ9C + WORDPZRDUealHioIaVCTHhoaAku0gjDqpaCegqK3gvxboykaJgRt2OzD+df/rb33Whv4H6Mo0eQ5lRXz + rCEJIzkWNAhT+Qs33Z+inSyJx37RtZkY9azT9LHLY+H5NQpbbeAeGyZEdM6BmA6tM3UG8owMuFQetoNu + BZ0zenSTA1/aUjV2u1V25YLty8CjVkzGq/BJUPLlfP1dsNTEoDeWN/N1+qJAF/B2NoEzBk37VPCMGO/m + gf0FYEcEYsOPXo/+NewzM1QTxz6nxnodzAKYBLTNO2ZGFA42RoPn4sHBQnBIIPezwbHaJRzdEss7OQb6 + jWC+mFcB1xa8I7uG7S1mTF51gE9LwNFKjeNVRg5sMHCvwCvE7Pgz8wKkukAa+LxM4yuvrMVgixXcKuZE + oHnRqrvsUdXXC2LGXtaa+b7OyonN4OONYOP0mYfFbK9IVHfVJ6Mp8j0XZm136Q+Hy4wcrbbw9TYrb2eq + 7F4JjnjAHll7MsFbboUDHpWBdHCnjjcCiJ6CtDn1waFynU+q4xiu1BlIBeska0cCGPYoHKlQGCrVGPLq + fOQ1szUJLBFdrGkRf8KlHJUPyi3s36TxnhP0K2Ax8On0aowHpS9CpQqHZSfBIvBCCpgn5vXTfaBGAEuP + O/DzomyrV4JPSBmrJCAWOFCzHA03xNDvlin90Z4MFomWDXwXX+7sHXjNuLLbAO4Q0SNTevjF7/dgOWLD + 52apv1/KWDBt/iaatMP8YVgLHCsEwhmY6nHbHDnLpyIk4A8S0yv/Vyxayn8VfwHVj+lJZoIsmAAAAABJ + RU5ErkJggg== + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAKZSURBVDhPfZPdS1NxGMef6TacNlfeFjILoQtTkl5dqeVLLafOOfdie1FzzgiFgi6CjFi0hKCy + IEQphQTR2UXBogyLsMSad9WdF/4DXkheeCF8+/6OLwi2Djycwznn+Xy/z8tPJP1l4Scro4CR95//dn0q + Ke3QD9n6ZPFcTFar+mS1vFeWSpwyxj9tDF06WGZhtbG37qlprWE0E44XgsZBgesJIy5w3hFc6JF161GJ + EZC1C1JYa+x1jZjhHs9C84QezQkdWiYELaMCDyEeAjw3BPXXBNYiiROQuRNS0jSYu+adykHrm2yEpnMQ + njEh8FEPX1LgHxe0Phb4btJNlE6CAibXbANOdWcP+RMWJu9BxycLonMWROaz0TFnQHBWcHlaEHjFe4yl + RASONkFxmSQJ0CuIxd5vXmydMiP8PhfRb/vQnTIjkjLgyoIO7QuC0FdB8C0hdNHcLaj1CWyXZJm5+Qpg + rRvI+eNJmBD+YNbUoymqMznyS9D1W9D+Qwgn6Dl7wh5UuQVn6rQyjitAgf2RadU1bkAgaULnLMv4btTU + FaDzJwEpAt7RxYCgqUtQ6RSU2TXACQXIq7hrWKof1cE1mYHAtBFtswaE54UuNtW/EDDJEu4J7AGqOwTH + zsvK5pKJFIcyxhzDpI8I3Al2m2qBGSqqYANDrwmguqdnQ72iUXC4VD4TYNyahK0qLuuNzwhgnb6XHNsY + IYwgn4MP+e66oMYrOFuvNVDZd+/cA12+TWIXH9BFv8DLzfPdJ4Rj898i9Cpn799Qr2wS7D8owzvVt0BZ + +SclXs1lcd5mt3n30rKau6p7C3DgkJa8N+15UBtWZJdkeUCWa8O0TeXyBlk5clqrWdnerjsdRL1XG6aW + RM1ZjUod6X8m/gV1ky3ub5EcGgAAAABJRU5ErkJggg== + + + + + AAABAAQAMDAAAAEAIACoJQAARgAAACAgAAABACAAqBAAAO4lAAAYGAAAAQAgAIgJAACWNgAAEBAAAAEA + IABoBAAAHkAAACgAAAAwAAAAYAAAAAEAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgYGABUFBQAUdH + RwFVVVUCTU1NAktLQQJYWDoDUFBBA0xMRQRVVUAEU1M+BFBQOwRQUDsEU1M+BFVVQARHR0cETU1NBFJS + UgNfQEADVkZGA0xMTAJfXy8CUFA4AkBAQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAE/Pz8CNTU1AioqKgM4ODgEMzMzBC0tLQU6OiYGNTUrBy8vLwg4OCoJNzcpCTU1Jwk1NScJNzcpCTg4 + KgkvLy8IMzMzBzY2Ngc/KioGOS4uBTIyMgU/Px8ENTUlAyoqKgNUVFQBAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABUVFQBQUFBAy0tLQUwMDAKNDQwDTc3LxA4MiwWODMuGTcz + Lx01MS4jNjItJTYzLCc0NC4rNTMuLTUyLS80NCwyNTQsMzYzLDQ2My03NjQtODY0LTk1Miw6NjMtOjY0 + LTs1My08NjQtOzY0LTs1Miw6NjMtOTY0LTk2My03NjMtNTYzLDQ0NCwyNTMtMDUyLS80NC4rNTQtKTYz + LCc2MysiNTQtHjQ0LxoyMiwUNDQtETY2LQ4vLy8ILS0tBSoqKgNEREELOzs3DjExLRAzMi4WNTQuGTY2 + Lxw3My0iPzw4WEZGQ45FRUKRRUVCkkVGQZNERkKVRUZClkVFQpdERkGYRUZBmUVGQZlFRkKbRUZCm0VG + QpxFRUGcRUZCnUVGQp1FRkKdRUZCnUVGQp1FRUGcRUZCnEVGQpxFRkKbRUZCmkVGQZlERkGYRUZCmEVF + QpdERkKVRUZClEVGQZNFRkGQPT04WzQzLiY0My0hNTQuHjY2LhszMS0VMTEsEjAwKw8zMy0WNDQtGTU1 + LBw2MysiNjQtJTU1Lig2My4uRUZCllRYVv9UWFb/VFhW/1RYVv9UWFb/VFhW/1RYVv9UWFb/VFhW/1RY + Vv9UWFb/VFhW/1RYVv9UWFb/VFhW/1RYVv9UWFb/VFhW/1RYVv9UWFb/VFhW/1RYVv9UWFb/VFhW/1RY + Vv9UWFb/VFhW/1RYVv9UWFb/VFhW/1RYVv9UWFb/REVCmTQyLTM2My4uNjQuKzU1Lig2MysiNjQsHzU1 + LBw0NC8YNTMuQjUyLG01My3vNTMt9zUzLf81My3/SUpG/1xgXv/u8PD/7vDw/+7v7//t7+7/7e/u/+3u + 7v/s7u3/7O7t/+zt7f/r7ez/6+3s/+vt7P/q7Ov/6uzr/+ns6//p6+r/6evq/+jr6v/o6un/6Orp/+fq + 6f/n6uj/5+ro/+bp6P/m6ef/5unn/+Xo5//k6Ob/5Ojm/+Tn5v9cYF7/SUpG/zUzLf81My3/NTMt9zUz + Le80MixxNTItRzUxLR43MS4SNzMvYDg2MK86OTP3Ozk0+zs6NP87OjT/Tk9L/2BkYv/x8vL/7vDw/+vt + 7f/q7ez/6uzs/+rs6//p6+r/6Ovq/+jq6v/n6un/5+rp/+bp6P/l6Of/5ejn/+To5//k5+b/4+fm/+Pn + 5f/i5uT/4ubk/+Hl5P/g5eP/4OTj/9/k4v/f4+H/3uPh/97i4f/d4uD/4+fl/+ns6/9gZGL/Tk9L/zs6 + NP87OjT/Ozk0+zo5M/c3NjCxNjUvZDUzLRc5LS0LOjMxfjo5NPE/Pjn/QD86/0FAOv9BQDr/UlRQ/2Nn + Zf/09PT/7u/v/+jq6v/n6un/5+rp/+bp6P/l6Of/5Ojn/+Pn5v/i5uX/4ubl/+Hl5P/g5OP/4OTj/9/j + 4v/e4+H/3uPh/93i4P/c4d//3OHf/9vg3v/Z393/2d/d/9je3P/X3dv/193b/9bc2v/V3Nn/4ebk/+3w + 7/9jZ2X/UlRQ/0FAOv9BQDr/QD86/z8+Of86OTTxODcxgDU1LRAAAAAAfoF8f0JDP/9WWVX/VllV/1ZZ + Vf9WWVX/YGRh/2pvbf/6+vr/8vPz/+nr6//n6ur/5+rq/+bp6f/l6Oj/5ejo/+Tn5//j5+X/4+fl/+Lm + 5P/h5eP/4eXj/+Dk4v/f4+H/3uPh/93i4P/c4d//3OHf/9vg3v/a4N3/2uDd/9nf3P/Y3tv/2N7b/9fd + 2v/W3Nn/5+rp//j4+P9qb23/YGRh/1ZZVf9WWVX/VllV/1ZZVf9CQz//foF8fwAAAACyuLV0YmVhuUhK + R/9RU1D/UVNQ/1FTUP9RU1D/YGNh/25zcf/8/Pz/8/T0/+nr6//o6+r/5+rq/+fq6f/m6ej/5ejo/+Xo + 5//k5+b/4+fl/+Lm5f/h5eT/4eXj/+Dk4//f5OL/3+Ph/97j4f/d4uD/3OHf/9zh3//b4N7/2uDd/9rf + 3f/Z3tz/2N7b/9fd2//W3Nr/6ezr//v7+/9uc3H/YGNh/1FTUP9RU1D/UVNQ/1FTUP9ISkf/YmVhubK4 + tXR2enjoYmZj805RTv9LTUr/S01K/0tNSv9LTUr/X2Jg/3J3df/+/v7/9PX1/+nr6//o6+r/6Ovq/+fq + 6f/m6ej/5uno/+Xo5//k5+b/4+fm/+Lm5f/h5eT/4eXk/+Dk4//f5OL/3+Ti/97j4f/d4uD/3eLg/9zh + 3//b4N7/2+De/9rf3f/Z3tz/2N7c/9fd2//W3Nr/6u3s//7+/v9yd3X/X2Jg/0tNSv9LTUr/S01K/0tN + Sv9OUU7/YmZj83Z6eOh0eXf/sra0//Dy8f/w8vH/8PLx//Dy8f/w8vH/ur28/4OIhv/4+Pj/+/v7//7+ + /v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+ + /v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7/+vv6//b39v+Dh4X/ur27//Dy + 8f/w8vH/8PLx//Dy8f/w8vH/sra0/3R5d/91enj/s7e1//Hz8v/f5OL/3+Ti/9/k4v/f5OL/vMK//5mf + nf+/wsH/wMLB/8DCwf/Aw8L/wMPC/8DDwv/Aw8L/wMPC/8DDwv/Aw8L/wMPC/8DDwv/Aw8L/wMPC/8DC + wf/AwsH/wMLB/8DCwf/AwsH/wMLB/8DCwf/AwsH/wMLB/8DCwf/AwsH/wMLB/8DCwf/AwsH/v8LB/77B + wP+an53/vcK//9/k4v/f5OL/3+Ti/9/k4v/x8/L/s7e1/3V6eP92e3n/tLi2//L08//O1tL/ztbS/87W + 0v/O1tL/v8bD/6+2s/+GjIn/hImH/4GGhP+BhoT/gYaE/4GGhP+BhoT/gYaE/4GGhP+BhoT/gYaE/4GG + hP+BhoT/gYaE/4GGhP+BhoT/gYaE/4GGhP+BhoT/gYaE/4GGhP+BhoT/gYaE/4GGhP+BhoT/gYaE/4GG + hP+BhoT/hImH/4aLif+wt7T/v8fD/87W0v/O1tL/ztbS/87W0v/y9PP/tLi2/3Z7ef94fHr/trm3//P1 + 9P/P1tL/z9bT/8/W0//P1tP/z9fT/8/X0//P19P/z9fT/8/X0//P19P/z9fT/8/X0//P19P/z9fT/8/X + 0//Q19P/0NfT/9DX0//Q19T/0NfU/9DX1P/Q19T/0NjU/9DY1P/Q2NT/0NjU/9DY1P/Q2NT/0NjU/9DY + 1P/R2NT/0djU/9HY1P/R2NT/0djV/9HY1f/R2NX/0NjV/87Y1P/V3Nn/09vY/9Da1v/09vX/trm4/3h8 + ev95fXv+t7q5//X39v/T2db/09nW/9PZ1v/T2df/09rX/9Pa1//T2tf/09rX/9Pa1//T2tf/09rX/9Pa + 1//T2tf/09rX/9Pa1//U2tf/1NrX/9Ta1//U2tf/1NrY/9Ta2P/U2tj/1NvY/9Tb2P/U29j/1NvY/9Tb + 2P/U29j/1NvY/9Tb2P/V29j/1dvY/9Xb2P/V29j/1dvY/9Xb2P/V29n/z9fU/8nSzv+kzb//uNHI/8zV + 0f/29/f/t7q5/3l9e/55fnz+uLu6/vb49//W3Nn/1tzZ/9bc2f/W3Nr/1tza/9bc2v/W3dr/1t3a/9bd + 2v/X3dr/193a/9fd2v/X3dr/193a/9fd2v/X3dr/193a/9fd2v/X3dr/193b/9fd2//X3dv/193b/9fd + 2//Y3dv/2N7b/9je2//Y3tv/2N7b/9je2//Y3tv/2N7b/9je2//Y3tv/2N7b/9je2//Y3tz/ztXS/8PL + yP9zvqT/nce4/8fPzP/3+Pj/uLu6/nl+fP6AhYPrur289fP09P/g5eP/3+Ti/93i4P/e4uD/3uLh/97i + 4f9qamb/UE9K/zUzLf81My3/NTMt/zUzLf81My3/NTMt/zUzLf81My3/NTMt/zUzLf81My3/NTMt/zUz + Lf81My3/NTMt/zUzLf81My3/NTMt/zUzLf81My3/NTMt/zUzLf81My3/NTMt/zUzLf81My3/UE9K/2tr + Zv/g5OL/1NrX/8fQzP+1vrr/v8jF/8jSz//09fX/ur289YCFg+uDh4XWubu66u7v7//m6uj/5Ojm/+Hl + 5P/i5eT/4uXk/+Ll5P9QT0r/TEtG/0lIQv9EQz3/REM9/0RDPf9EQz3/REM9/0RDPf9EQz3/REM9/0RD + Pf9EQz3/REM9/0RDPf9EQz3/REM9/0RDPf9EQz3/REM9/0RDPf9EQz3/REM9/0RDPf9EQz3/REM9/0RD + Pf9EQz3/SklE/1BPSv/k5+b/3uLg/9fd2//O1NL/1dvZ/9vh4P/v8PD/uby76oOIhtaFiYfBt7q54Onq + 6v/s7u3/6evq/+Xo5//l6Of/5ejn/+Xo5/81My3/SUhC/1xcV/9TU03/U1NN/1NTTf9TU03/U1NN/1NT + Tf9TU03/U1NN/1NTTf9TU03/U1NN/1NTTf9TU03/U1NN/1NTTf9TU03/U1NN/1NTTf9TU03/U1NN/1NT + Tf9TU03/U1NN/1NTTf9TU03/REM9/zUzLf/n6un/5+rp/+fq6f/n6un/6u3t/+3w8P/p6+r/t7u54IWK + iMGBhoSKrLCuxNfZ2P719vb/8PHx/+rs7P/q7Oz/6uzs/+rs7P81My3/Y2Je/5CRjv9zdHD/bG1p/2Vm + Yf9aW1b/WVpV/1hZVP9YWVT/WFlU/1hZVP9YWVT/WFlU/1hZVP9YWVT/WFlU/1hZVP9YWVT/WFlU/1hZ + VP9YWVT/WFlU/1hZVP9YWVT/WFlU/1hZVP9sbWn/UVBL/zUzLf/q7Oz/6uzs/+rs7P/q7Oz/8PHx//X2 + 9v/X2dj+rLCuxIGGhIqBhoRdmp6drLS3tvr4+fj/8vPz/+zu7v/q7Oz/6uzs/+rs7P81My3/Z2di/5ma + l/+DhID/f4B8/3x9eP92d3P/dXZx/3N0cP9xcm7/cHFt/29wbP9tbmr/bG5p/2ttaP9sbWn/bW5q/21v + av9ucGv/b3Fs/3Bxbf9xcm7/cnNv/3J0b/90dXD/dHZx/3V2cv+HiIX/Xl5Z/zUzLf/q7Oz/6uzs/+rs + 7P/s7u7/8vPz//j5+P+0t7b6mp6drIGGhF2AhYMwiI2Lk5CUk/f6+/r/9PX1/+7v7//q7Oz/6uzs/+rs + 7P81My3/bGtn/6KjoP+Sk4//kpOP/5KTj/+Rk4//kJGN/46Pi/+Ki4f/iImF/4aHg/+Bg3//gIJ9/36A + e/9/gX3/gYN//4KEgP+EhoL/hoiE/4eJhf+Ki4f/i42J/4yOiv+PkIz/kJKO/5GTj/+io6D/bGtn/zUz + Lf/q7Oz/6uzs/+rs7P/u7+//9PX1//r7+v+QlJP3iI2Lk4CFgzAAAAAABgsJSoaLiZXEx8b43+Hh+/r7 + +//r7Oz/6+zs/+rs7P81My3/dHRw/7K0sv+ho6H/oaOh/6Gjof+ho6D/oaOg/6GjoP+go6D/oKOg/6Cj + oP+go6D/oKOg/6CjoP+go6D/oKOg/6CjoP+go6D/oKOg/6CioP+go6D/oKOg/6Cin/+gop//oKKf/6Ci + n/+xtLH/c3Rv/zUzLf/q7Oz/6+zs/+vs7P/6+/v/3+Hh+8THxviGi4mVBgsJSgAAAAAAAAAABAkHKIWK + iFGmqqnyzc/P+PT19f/y8/P/7vDw/+vt7f82NC7/VVRP/3R0cP9sbGj/bGxo/2xsaP9sbGf/bGxn/2xs + Z/9rbGf/a2xn/2tsZ/9rbGf/a2xn/2tsZ/9rbGf/a2xn/2tsZ/9rbGf/a2tn/2trZ/9rbGf/a2tn/2tr + Z/9ra2f/a2tn/2trZ/90dHD/VFRO/zUzLf/q7Oz/7u/v//Hy8v/z9PT/zc/O+KaqqPGFiohRBAkHKAAA + AAAAAAAAAwgGBoSJhwyIjYvrur289e3u7v/4+fn/8fPz/+vt7f82NC7/NjQu/zY0Lv82NC7/NjQu/zY0 + Lv82NC7/NjQu/zY0Lv82NC7/NjQu/zY0Lv82NC7/NjQu/zUzLf81My3/NTMt/zUzLf81My3/NTMt/zUz + Lf81My3/NTMt/zUzLf81My3/NTMt/zUzLf81My3/NTMt/zUzLf/q7Oz/8fLy//f4+P/s7e3/ur289YeM + iuuDiIYMAwgGBgAAAAAAAAAAAAAAAAAAAACEiYc7iI2LmIyRj/X29vb/+vr6//////9ubmr/dHZz/3l9 + e//o6Oj/5ubm/+Pj4//j4+P/4+Pj/+Pj4//j4+P/4+Pj/+Pj4//j4+P/4+Pj/+Pj4//j4+P/4+Pj/+Pj + 4//j4+P/4+Pj/+Pj4//j4+P/4+Pj/+Pj4//j4+P/5ubm/+jo6P95fXv/dHZz/25uav/+/v7/+vr6//X1 + 9f+MkY/1h4yKmIOIhjsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADCAYenKGfY4iNi6m9wL/+v8LB/sHE + w/95e3j/fIB9/3+Egv/09PT/8PHw/+3u7f/t7u3/7e7t/+3u7f/t7u3/7e7t/+3u7f/t7u3/7e7t/+3t + 7f/t7e3/7e3t/+3t7f/t7e3/7e3t/+3t7f/t7e3/7e3t/+3t7f/t7e3/8PDw//Pz8/9/g4H/fH99/3l7 + eP/Bw8L/v8HA/r2/vv2IjYupnKGfYwMIBh4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAkHLoWK + iFyFioj8hImH/oSJh/+EiYf/hImH/4WKiP//////+/v7//f49//3+Pf/9/j3//f49//3+Pf/9/j3//f4 + 9//3+Pf/9/j3//b39v/29/b/9vf2//b39v/29/b/9vf2//b39v/29/b/9vf2//b39v/29/b/+vv6//7+ + /v+EiYf/hImH/4OIhv+DiIb/hImH/YSJh/yEiYdcBAkHLgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArrOxgIWKiP//////+fr6//T19f/09fX/9PX1//T1 + 9f/09fX/9PX1//T19f/09fX/9PX1//P09P/z9PT/8/T0//P09P/z9PT/8/T0//P09P/z9PT/8/T0//P0 + 9P/z9PT/+fn5//7+/v+EiYf/rrOxfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAkHgIWKiP//////+Pn5//L0 + 8//y9PP/8vTz//L08//y9PP/8vTz//L08//y9PP/8vTz//Lz8//y8/P/8vPz//Lz8//y8/P/8vPz//Lz + 8//y8/P/8vPz//Lz8//y8/P/+Pn5//7+/v+EiYf/BAkHfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAkHgIWK + iP//////+Pn4//Hz8v/x8/L/8fPy//Hz8v/x8/L/8fPy//Hz8v/x8/L/8fPy//Dy8f/w8vH/8PLx//Dy + 8f/w8vH/8PLx//Dy8f/w8vH/8PLx//Dy8f/w8vH/9/j4//7+/v+EiYf/BAkHfwAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAABAkHgIWKiP//////9/f3/+/w7//v8O//7/Dv/+/w7//v8O//7/Dv/+/w7//v8O//7/Dv/+7v + 7v/u7+7/7u/u/+7v7v/u7+7/7u/u/+7v7v/u7+7/7u/u/+7v7v/u7+7/9vf2//7+/v+EiYf/BAkHfwAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAABAkHgIWKiP//////9vf2/+3v7v/t7+7/7e/u/+3v7v/t7+7/7e/u/+3v + 7v/t7+7/7e/u/+3u7f/t7u3/7e7t/+3u7f/t7u3/7e7t/+3u7f/t7u3/7e7t/+3u7f/t7u3/9vb2//7+ + /v+EiYf/BAkHfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAkHgIWKiP//////9fb2/+zu7f/s7u3/7O7t/+zu + 7f/s7u3/7O7t/+zu7f/s7u3/7O7t/+vt7P/r7ez/6+3s/+vt7P/r7ez/6+3s/+vt7P/r7ez/6+3s/+vt + 7P/r7ez/9fb1//7+/v+EiYf/BAkHfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAkHgISJh///////9PX0/+nr + 6v/p6+r/6evq/+nr6v/p6+r/6evq/+nr6v/p6+r/6evq/+jq6f/o6un/6Orp/+jq6f/o6un/6Orp/+jq + 6f/o6un/6Orp/+jq6f/o6un/8/T0//7+/v+EiYf/BAkHfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAkHgISJ + h///////8/T0/+fq6f/n6un/5+rp/+fq6f/n6un/5+rp/+fq6f/n6un/5+rp/+fp6P/n6ej/5+no/+fp + 6P/n6ej/5+no/+fp6P/n6ej/5+no/+fp6P/n6ej/8/Tz//7+/v+EiYf/BAkHfwAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAABAkHgISJh///////8vTz/+bp6P/m6ej/5uno/+bp6P/m6ej/5uno/+bp6P/m6ej/5uno/+Xo + 5//l6Of/5ejn/+Xo5//l6Of/5ejn/+Xo5//l6Of/5ejn/+Xo5//l6Of/8vPz//7+/v+EiYf/BAkHfwAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAABAkHgISJh///////8fLy/+Pm5f/j5uX/4+bl/+Pm5f/j5uX/4+bl/+Pm + 5f/j5uX/4+bl/+Ll5P/i5eT/4uXk/+Ll5P/i5eT/4uXk/+Ll5P/i5eT/4uXk/+Ll5P/i5eT/8PLx//7+ + /v+EiYf/BAkHfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAkHf4WKiP37/Pv/9vf2//Hy8v/x8vL/8fLy//Hy + 8v/x8vL/8fLy//Hy8v/x8vL/8fLy//Dy8f/w8vH/8PLx//Dy8f/w8vH/8PLx//Dy8f/w8vH/8PLx//Dy + 8f/w8vH/9vb2//v7+/+Fioj9BAkHfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQoIfoWKiPv4+fj/+/z7//// + //////////////////////////////////////////////7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+ + /v/+/v7//v7+//7+/v/+/v7/+/v7//f39/+Fioj7BQoIfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACA4MPoiO + jHuHjIr3houJ+4WKiP+Fioj/hYqI/4WKiP+Fioj/hYqI/4WKiP+Fioj/hYqI/4SJh/+EiYf/hImH/4SJ + h/+EiYf/hImH/4SJh/+EiYf/hImH/4SJh/+EiYf/hYqI+4aLifeIjox7CA4MPQAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAxszKHwgODD4GCwl8BQoIfgQJB4AECQeABAkHgAQJB4AECQeABAkHgAQJB4AECQeABAkHgAQJ + B38ECQd/BAkHfwQJB38ECQd/BAkHfwQJB38ECQd/BAkHfwQJB38ECQd/BQoIfQYLCXsIDgw9xszKHwAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///////+nHv/wAAAP/6ce/+AAAAf/px4AAAAAAACnHgAA + AAAAAKceAAAAAAAApx4AAAAAAACnHgAAAAAAAKceAAAAAAAApx6AAAAAAAGnHgAAAAAAAKceAAAAAAAA + px4AAAAAAACnHgAAAAAAAKceAAAAAAAApx4AAAAAAACnHgAAAAAAAKceAAAAAAAApx4AAAAAAACnHgAA + AAAAAKceAAAAAAAApx4AAAAAAACnHgAAAAAAAKceAAAAAAAApx6AAAAAAAGnHoAAAAAAAacegAAAAAAB + px7gAAAAAAenHuAAAAAAB6ce8AAAAAAPpx7/wAAAA/+nHv/AAAAD/6ce/8AAAAP/px7/wAAAA/+nHv/A + AAAD/6ce/8AAAAP/px7/wAAAA/+nHv/AAAAD/6ce/8AAAAP/px7/wAAAA/+nHv/AAAAD/6ce/8AAAAP/ + px7/wAAAA/+nHv/AAAAD/6ce////////px7///////+nHv///////6ce////////px4oAAAAIAAAAEAA + AAABACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AP///wD///8A////AP///wD///8A////AAAA + AABAQEAAKysrADk5OQAuLi4AOzsnADAwMAA5OSsANjYoADY2KAA5OSsAMDAwADc3NwBAKysAMzMzAEBA + IAArKysAVVVVAAAAAAD///8A////AP///wD///8A////AP///wBVVVUALi4uADExMQA4ODAAOTMtADg0 + MAA2Mi8AAAAAAUBAQAIrKysDOTk5BC4uLgU7OycGMDAwCDk5Kwk2NigJNjYoCTk5KwkwMDAINzc3B0Ar + KwYzMzMFQEAgBCsrKwNVVVUBNzQtADc0LAA1NTAAMzMtADc3LgAwMDAAKysrAFVVVQEuLi4FMTExCjg4 + MBA5My0WODQwHTYyLyM3NC0nNTUvKzYzLi81NS0yNzQtNDc0Ljc3NS45NjMtOjc1Ljs2NC48NzUuOzYz + LTo3NS45NzQuNzc0LTQ1NS0yNjMuLzU1Lys3NC0nNzQsIjU1MBozMy0UNzcuDjAwMAgrKysDNDQuFjY2 + LRw3NCwiNjYvKDc0Ly5VWVf/VVlX/1VZV/9VWVf/VVlX/1VZV/9VWVf/VVlX/1VZV/9VWVf/VVlX/1VZ + V/9VWVf/VVlX/1VZV/9VWVf/VVlX/1VZV/9VWVf/VVlX/1VZV/9VWVf/NTMuMzc0Ly42Ni8oNzQsIjY2 + LRw1NTAYNjMtbTY0Lu82NC7/NjQu/11hX//v8fH/7/Dw/+7w7//u7+//7e/u/+3u7v/s7u3/7O7t/+vt + 7P/q7ez/6uzr/+ns6//p6+r/6Ovq/+jr6f/n6un/5+ro/+bp6P/l6ef/5ejn/11hX/82NC7/NjQu/zY0 + Lu81My1xNjIuHjouLgs7OjXxQD86/0JBO/9CQTv/ZGhm//X19f/p6+v/6Ovq/+fq6f/m6ej/5Ojn/+Pn + 5v/i5uX/4eXk/+Dk4//f5OL/3uPh/93i4P/c4d//2uDe/9nf3f/Y3tz/193b/9bd2v/u8fD/ZGhm/0JB + O/9CQTv/QD86/zs6NfE2Ni4Qd3t5AENEQP9XWlb/V1pW/1daVv9rcG7/+/v7/+rs7P/o6+v/5+rq/+bp + 6f/l6Oj/5Ojm/+Pn5f/i5uT/4eXj/+Dk4v/e4+H/3eLg/9zh3//b4d7/2uDd/9nf3P/Y3tv/193a//n5 + +f9rcG7/V1pW/1daVv9XWlb/Q0RA/3d7eQB3e3noT1JP/0xOS/9MTkv/TE5L/3N4dv//////6uzs/+ns + 6//o6+r/5+rp/+bp6P/l6Of/4+fm/+Lm5f/h5eT/4OXj/9/k4v/e4+H/3eLg/9zh3//b4N7/2t/d/9je + 3P/X3dv//////3N4dv9MTkv/TE5L/0xOS/9PUk//d3t56HV6eP/x8/L/8fPy//Hz8v/x8/L/hImH//n5 + +f////////////////////////////////////////////////////////////////////////////// + ///////////////////3+Pf/hIiG//Hz8v/x8/L/8fPy//Hz8v91enj/d3x6//P19P/P19P/z9fT/8/X + 0/+wt7T/h42K/4KHhf+Ch4X/goeF/4KHhf+Ch4X/goeF/4KHhf+Ch4X/goeF/4KHhf+Ch4X/goeF/4KH + hf+Ch4X/goeF/4KHhf+Ch4X/goeF/4eMiv+xuLX/z9fT/8/X0//P19P/8/X0/3d8ev95fXv/9Pb1/9DX + 0//Q19T/0NfU/9DY1P/Q2NT/0NjU/9DY1P/Q2NT/0NjU/9DY1P/R2NT/0djU/9HY1f/R2NX/0djV/9HZ + 1f/R2dX/0dnV/9HZ1f/R2dX/0tnV/9LZ1f/S2dX/0tnW/9LZ1v/P2dX/1t3a/9Hb1//19/b/eX17/3p/ + ff73+fj/193a/9fd2v/X3dv/193b/9fe2//X3tv/2N7b/9je2//Y3tv/2N7b/9je2//Y3tv/2N7b/9je + 3P/Y3tz/2N7c/9ne3P/Z39z/2d/c/9nf3P/Z39z/2d/c/9nf3P/Z39z/2d/d/8TMyf90v6X/yNDN//j5 + +f96f33+gYaE6/T19f/h5uT/3uPh/9/j4f/f4+L/a2tn/zY0Lv82NC7/NjQu/zY0Lv82NC7/NjQu/zY0 + Lv82NC7/NjQu/zY0Lv82NC7/NjQu/zY0Lv82NC7/NjQu/zY0Lv82NC7/NjQu/2xsZ//h5eP/yNHN/7a/ + u//J09D/9fb2/4GGhOuGiojB6uvr/+3v7v/m6ej/5uno/+bp6P82NC7/XV1Y/1RUTv9UVE7/VFRO/1RU + Tv9UVE7/VFRO/1RUTv9UVE7/VFRO/1RUTv9UVE7/VFRO/1RUTv9UVE7/VFRO/1RUTv9UVE7/NjQu/+jr + 6v/o6+r/6Ovq/+7x8f/q7Ov/houJwYKHhYrY2tn+9vf3/+vt7f/r7e3/6+3t/zY0Lv+Rko//dHVx/2Zn + Yv9bXFf/WVpV/1laVf9ZWlX/WVpV/1laVf9ZWlX/WVpV/1laVf9ZWlX/WVpV/1laVf9ZWlX/WVpV/21u + av82NC7/6+3t/+vt7f/r7e3/9vf3/9ja2f6Ch4WKgYaEMJGVlPf7/Pv/7/Dw/+vt7f/r7e3/NjQu/6Ok + of+TlJD/k5SQ/5KUkP+PkIz/i4yI/4eIhP+ChID/f4F8/4CCfv+DhYH/hYeD/4iKhv+LjIj/jY+L/5CR + jf+SlJD/o6Sh/zY0Lv/r7e3/6+3t/+/w8P/7/Pv/kZWU94GGhDD///8Ah4yKlcXIx/j7/Pz/7O3t/+vt + 7f82NC7/s7Wz/6Kkov+ipKL/oqSh/6Kkof+hpKH/oaSh/6Gkof+hpKH/oaSh/6Gkof+hpKH/oaOh/6Gk + of+ho6D/oaOg/6GjoP+ytbL/NjQu/+vt7f/s7e3/+/z8/8XIx/iHjIqV////AP///wCEiYcMiI2L6+3u + 7v/4+fn/6+3t/zY0Lv82NC7/NjQu/zY0Lv82NC7/NjQu/zY0Lv82NC7/NjQu/zY0Lv82NC7/NjQu/zY0 + Lv82NC7/NjQu/zY0Lv82NC7/NjQu/zY0Lv82NC7/6+3t//j5+f/t7u7/iI2L64SJhwz///8A////AP// + /wCEiYc7jJGP9fb29v//////b29r/3p+fP/p6en/5OTk/+Tk5P/k5OT/5OTk/+Tk5P/k5OT/5OTk/+Tk + 5P/k5OT/5OTk/+Tk5P/k5OT/5OTk/+Tk5P/p6en/en58/29va///////9vb2/4yRj/WEiYc7////AP// + /wD///8A////AP///wCFiohchYqI/ISJh/+EiYf/hYqI///////3+Pf/9/j3//f49//3+Pf/9/j3//f4 + 9//3+Pf/9/j3//f49//3+Pf/9/j3//f49//3+Pf/9/j3//////+Fioj/hImH/4SJh/+Fioj8hYqIXP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wCFioj///////T19f/09fX/9PX1//T1 + 9f/09fX/9PX1//T19f/09fX/9PX1//T19f/09fX/9PX1//T19f/09fX//////4WKiP////8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AIWKiP//////8fPy//Hz + 8v/x8/L/8fPy//Hz8v/x8/L/8fPy//Hz8v/x8/L/8fPy//Hz8v/x8/L/8fPy//Hz8v//////hYqI//// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8AhYqI//// + ///v8O//7/Dv/+/w7//v8O//7/Dv/+/w7//v8O//7/Dv/+/w7//v8O//7/Dv/+/w7//v8O//7/Dv//// + //+Fioj/////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wCFioj//////+zu7f/s7u3/7O7t/+zu7f/s7u3/7O7t/+zu7f/s7u3/7O7t/+zu7f/s7u3/7O7t/+zu + 7f/s7u3//////4WKiP////8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AIWKiP//////6evq/+nr6v/p6+r/6evq/+nr6v/p6+r/6evq/+nr6v/p6+r/6evq/+nr + 6v/p6+r/6evq/+nr6v//////hYqI/////wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8AhYqI///////m6ej/5uno/+bp6P/m6ej/5uno/+bp6P/m6ej/5uno/+bp + 6P/m6ej/5uno/+bp6P/m6ej/5uno//////+Fioj/////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wCFioj//////+Pm5f/j5uX/4+bl/+Pm5f/j5uX/4+bl/+Pm + 5f/j5uX/4+bl/+Pm5f/j5uX/4+bl/+Pm5f/j5uX//////4WKiP////8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AIaLifv4+fj///////////////////////// + ///////////////////////////////////////////////////4+Pj/houJ+////wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8AiY+Ne4eMiveFioj/hYqI/4WK + iP+Fioj/hYqI/4WKiP+Fioj/hYqI/4WKiP+Fioj/hYqI/4WKiP+Fioj/hYqI/4eMiveJj417////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// + /wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP/////+AAB/AAAAAAAA + AAAAAAAAAAAAAIAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAABgAAAAcAA + AAPgAAAH/gAAf/4AAH/+AAB//gAAf/4AAH/+AAB//gAAf/4AAH/+AAB/////////////////KAAAABgA + AAAwAAAAAQAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AABOTk4BTExHAVRUPQJQUEICUVE8AlFRPAJOTkMCT09PAlpDQwJVVT0BSEg8AQAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAEpKSgEuLi4ENTUvBzgyLQw2Mi4QJCEdEzc2NBcyMi4aMjEuHDY1Kh80MywhNjQqIjU0 + KiI0MywiNTQwIDkvLB42NiocMjEqGT8+OhU2MysSNDQuDjMzLAkyMi4GKysrAjk5NBIzMiwZNTQuIDw6 + NVBMTkzHTE5LyUxPTMpMTkvLTE9LzExPTM1MTkvOTE9MzkxPTM5MTkvOTE9MzkxPTM1MT0vMTE5My0xP + TMpMT0vIOjk1UzUzLSY1My0eMzIrFzUyLjM3NS/AODYw/EFBPP+mqaj/7e/v/+vt7f/r7Oz/6uzr/+nr + 6v/o6un/5+rp/+bp6P/l6Of/5Ofm/+Pn5f/i5uT/4eXk/+Lm5P+ipaT/QUE8/zg2MPw2NS/CNTItOFBL + SEJERED8S0xH/1JUUP+usbD/7O3t/+fq6f/l6Oj/5Ofn/+Lm5f/h5eP/4OTi/97j4f/c4d//2+De/9nf + 3f/Y3tv/193a/9zi3/+sr67/UlRQ/0tMR/9ERED8Tk9IRHt/fMJMTkv/TlBN/1ZZVv+2ubj/7u/v/+fq + 6v/m6ej/5ejn/+Pn5f/h5eT/4OTj/9/j4f/d4uD/3OHf/9rg3f/Z3tz/193b/9/k4v+2uLf/VllW/05Q + Tf9MTkv/e398wpOYlv/s7u3/5+vp/9HV0/+0uLf/3t/e/9/g4P/f4OD/3+Dg/9/g4P/f4OD/3+Df/9/g + 3//f4N//3+Df/9/g3//f4N//3+Df/93f3v+0t7b/0dXT/+fr6f/s7u3/k5iW/5aamP/g5eL/ztbS/8rS + zv+0vLj/qK+s/6iuq/+orqv/qK6r/6iuq/+orqv/qK6s/6iurP+or6z/qK+s/6ivrP+or6z/qa+s/6mv + rf+2vLn/ytPP/9HY1f/h5uT/lpqY/5icmv7l6ef/1NrX/9Ta2P/U29j/1NvY/9Xb2P/V29j/1dvY/9Xb + 2P/V29j/1dvZ/9Xb2f/V3Nn/1tzZ/9bc2f/W3Nn/1tzZ/9bc2f/W3Nr/ytLP/5vIuP/g5OP/mJya/p2h + n+jp7Ov/4OTj/+Dj4v+eoJ3/RkU//zw7Nf88OzX/PDs1/zw7Nf88OzX/PDs1/zw7Nf88OzX/PDs1/zw7 + Nf88OzX/PDs1/0RDPv+foZ7/1NrX/8XNyv/h5uX/naGg6JqenLzo6en/6uzr/+fq6f+Ojov/ZmVh/2Fh + XP9ZWVT/VVZQ/1VWUP9VVlD/VVZQ/1VWUP9VVlD/VVZQ/1VWUP9VVlD/VVZQ/1VUT/+Oj4v/6Ovq/+rt + 7P/o6ur/mp6cvIiNi3PNz8788PHx/+rs7P+Pj4z/g4OA/4mKhv+FhoL/gYJ+/3x9ef94enb/dXdy/3Z3 + c/94enX/e3x4/35/e/+AgX3/goSA/3x9ef+Pj4z/6uzs//Dx8f/Nz878iI2LcwUKCBydoaC05ujo/O3u + 7v+QkI3/e3x4/4aHhP+Gh4T/hoeD/4WHg/+Fh4P/hYeD/4WHg/+Fh4P/hYaD/4WHg/+FhoP/hYaD/3t8 + d/+Pj4z/7e7u/+bn5/ydoZ+0BQoIHAMIBgKFiohMrrKx4Pb39/+jo6H/VlZS/46Niv+Mi4j/jIuI/4yL + iP+Mi4j/jIuI/4yLiP+Mi4j/jIuI/4yLiP+Mi4j/jo2K/1VWUv+ioqD/9fb2/66xsOCEiYdMAwgGAgAA + AAADCAYIa3BuZqGlo/6QlJL/gYWD//f39//y8/L/8vPy//Lz8v/y8/L/8fLx//Hy8f/x8vH/8fLx//Hy + 8f/x8vH/9vf2/4CFg/+Qk5H/oaSj/WtwbmYDCAYIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb3RywPv8 + /P/z9PT/8/T0//P09P/z9PT/8vTz//Lz8//y8/P/8vPz//Lz8//y8/P/+/v7/25zcb8AAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARElHwPv7+//w8fD/8PHw//Dx8P/w8fD/7/Hw/+/w + 7//v8O//7/Dv/+/w7//v8O//+vr6/0RJR78AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAARElHwPr6+v/s7u3/7O7t/+zu7f/s7u3/7O7t/+zt7P/s7ez/7O3s/+zt7P/s7ez/+fr5/0RJ + R78AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARElHwPn5+f/o6un/6Orp/+jq + 6f/o6un/5+rp/+fp6P/n6ej/5+no/+fp6P/n6ej/+Pn4/0RJR78AAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAARElHwPj5+P/k5+b/5Ofm/+Tn5v/k5+b/5Ofm/+Pm5f/j5uX/4+bl/+Pm + 5f/j5uX/9/j4/0RJR78AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARElHvfn6 + +f/4+Pj/+Pj4//j4+P/4+Pj/9/j4//f49//3+Pf/9/j3//f49//3+Pf/+Pj4/0RJR70AAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAV11bRkZLSbtESUfARElHwERJR8BESUfARElHv0RJ + R79ESUe/RElHv0RJR79ESUe/RUpIulddW0UAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP4A + P0EAAABBAAAAQQAAAEEAAABBAAAAQQAAAEEAAABBAAAAQQAAAEEAAABBAAAAQQAAAEEAAABBgAABQfgA + H0H4AB9B+AAfQfgAH0H4AB9B+AAfQfgAH0H///9B////QSgAAAAQAAAAIAAAAAEAIAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQ0NDAUBAPwJCQjUDREQzBEREMwQ/Pz8ERzk5A0JC + LgIAAAAAAAAAAAAAAAAAAAAAOjo2DjQzLhk+PDdYREVBkkRFQZZERUGZRUVBm0RFQZ1ERUGdREVBnEVF + QZpERUGYREVBlDw8N1s0NC0eMTAsEjczL2A6OTP7TU5K/+7v7//p7Ov/6Orp/+bp6P/k5+b/4+bl/+Hl + 4//f5OL/3uLg/+Lm5f9NTkr/Ojkz+zY0LmRoa2i5UFJP/19jYP/y8/P/5+rp/+Xo5//i5uX/4OTj/97j + 4f/c4d//2t/d/9fd2//o6+r/X2Ng/1BST/9oa2i5s7a1/9/k4f+8wb//v8LA/7/Cwf+/wsH/v8LB/7/C + wf+/wsH/v8LB/7/Cwf+/wsH/vsHA/7zBv//f5OH/sra1/7a5uP/S2NX/0tnW/9LZ1v/T2db/09nW/9PZ + 1v/T2df/09rX/9Ta1//U29f/1NvX/9Tb1//O1tP/t9DH/7e5uP+4u7rq4+fl/+Hl4/9MS0X/REM9/0RD + Pf9EQz3/REM9/0RDPf9EQz3/REM9/0RDPf9KSUP/3eLg/9Ta2P+4u7rqmp6crPHz8v/q7Oz/Z2Zi/3+A + e/90dXH/cHBs/2ttaP9sbWn/bnBr/3Fybv90dXD/Xl1Y/+rs7P/x8/L/mp6crERJRyjMz8747u/v/1RT + Tv9ra2f/a2tn/2trZ/9qa2b/amtm/2prZv9qa2b/ampm/1RTTv/t7+//zM7O+ERJRygAAAAAaW5rY7/B + wP57f3z/8PDw/+3t7f/t7e3/7O3s/+zt7P/s7ez/7O3s/+/w7/97f3z/vsHA/mhta2MAAAAAAAAAAAAA + AAAAAAAAYGVjgPj5+f/y9PP/8vTz//Lz8//x8/L/8fPy//Hz8v/3+Pj/YGVjfwAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAERJR4D29vb/7e/u/+3v7v/t7u3/7O7t/+zu7f/s7u3/9fb1/0RJR38AAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAABESUeA8/Tz/+fq6f/n6un/5+no/+bp5//m6ef/5unn//Lz8/9ESUd/AAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAARElHf/b39v/x8vH/8fLx//Dy8f/w8fD/8PHw//Dx8P/19vX/RElHfgAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAFddWx9FSkh+RElHgERJR4BESUeARElHf0RJR39ESUd/RUpIfVdd + Wx8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAA8A+sQQAArEEAAKxBAACsQQAArEEAAKxBAACsQQAArEEAAKxBgAGsQeAH + rEHgB6xB4AesQeAHrEHgB6xB//+sQQ== + + + \ No newline at end of file diff --git a/Plugin_Printersettings/frmPrinterSettings.vb b/Plugin_Printersettings/frmPrinterSettings.vb new file mode 100644 index 00000000..f746fbb2 --- /dev/null +++ b/Plugin_Printersettings/frmPrinterSettings.vb @@ -0,0 +1,309 @@ +Imports System.Drawing.Printing +Imports System.Windows.Forms +Imports Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6 +Imports System.IO +Imports System.Data +Public Class frmPrinterSettings + + Dim LogoTray As Integer = 0 + Dim NormalTray As Integer = 0 + Dim ManualTray As Integer = 0 + Dim EnvelopeTray As Integer = 0 + Dim Filepath As String = "" + Dim OnInit As Boolean = True + + + Sub New(ByRef a_wdapp As Object, ByVal params As String) + InitializeComponent() + Me.Filepath = params + + End Sub + + Private Sub frmPrinterSettings_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load + Dim Selindex As Integer = 0 + Dim i As Integer = 0 + For Each p As String In PrinterSettings.InstalledPrinters + Dim tn As New treenode + tn.Text = p + tn.ImageIndex = 1 + tn.SelectedImageIndex = 1 + tn.StateImageIndex = 1 + + '20170711 - SHU + Dim ConfigFilename As String + ConfigFilename = Get_ConfigFilename(p) + + 'If File.Exists(Filepath + "\" + p.Replace("\", "@") + ".cfg") Then + If File.Exists(Filepath + "\" + ConfigFilename) Then + tn.ImageIndex = 0 + tn.SelectedImageIndex = 0 + tn.StateImageIndex = 0 + End If + Me.tvPrinters.Nodes.Add(tn) + Me.tvPrinters.SelectedNode = tvPrinters.Nodes(i) + i = i + 1 + Next + Me.SortNodes(Me.tvPrinters.Nodes) + Me.tvPrinters.Nodes.Find(DefaultPrinterName, True) + + Me.OnInit = False + For Each t As TreeNode In Me.tvPrinters.Nodes + If t.Text = DefaultPrinterName() Then Me.tvPrinters.SelectedNode = t + Next + Me.tvPrinters.Focus() + End Sub + + Public Sub SortNodes(ByVal NodesCollection As System.Windows.Forms.TreeNodeCollection, _ + Optional ByVal Ascending As Boolean = True) + Dim node1, node2 As System.Windows.Forms.TreeNode + Dim iTn1, iTn2 As Integer + Dim k As Integer + Dim iCompareResult As Integer + + ' Alle Knoten durchwandern + For i As Integer = 0 To NodesCollection.Count + + k = NodesCollection.Count + + Do While k > i + + k -= 1 + + ' Je zwei Nodes ermitteln und Texte vergleichen + node1 = NodesCollection(i) + node2 = NodesCollection(k) + Console.WriteLine(node1.Text & ", " & node2.Text) + iCompareResult = node1.Text.CompareTo(node2.Text) + + ' Falls die Sortierung nicht dem übergebenen Sortierkriterium entspricht: + If (Ascending = True And iCompareResult > 0) _ + OrElse _ + (Ascending = False And iCompareResult < 0) Then + + ' Nodes austauschen + With NodesCollection + .Remove(node1) + .Remove(node2) + .Insert(i, node2) + .Insert(k, node1) + End With + + End If + + Loop + + Next + + End Sub + + Public Shared Function DefaultPrinterName() As String + Dim oPS As New System.Drawing.Printing.PrinterSettings + Try + DefaultPrinterName = oPS.PrinterName + Catch ex As System.Exception + DefaultPrinterName = "" + Finally + oPS = Nothing + End Try + End Function + + + Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click + LogoTray = Me.lblLogoTray.SelectedValue + NormalTray = Me.lblNormalTray.SelectedValue + ManualTray = Me.lblManualTray.SelectedValue + EnvelopeTray = Me.lblEnvelopeTray.SelectedValue + SaveSettings() + Me.tvPrinters.SelectedNode.ImageIndex = 0 + Me.tvPrinters.SelectedNode.SelectedImageIndex = 0 + Me.tvPrinters.SelectedNode.StateImageIndex = 0 + Exit Sub + + + + End Sub + + + Private Sub SaveSettings() + If Not System.IO.Directory.Exists(Filepath) Then Me.Create_Folders(Filepath) + '20170724 + Dim ConfigFilename As String = "" + ConfigFilename = Get_ConfigFilename(Me.tvPrinters.SelectedNode.Text) + FileOpen(1, Filepath + "\" + ConfigFilename, OpenMode.Output) + 'FileOpen(1, Filepath + "\" + Me.tvPrinters.SelectedNode.Text.Replace("\", "@") + ".cfg", OpenMode.Output) + '20170724-Ende + WriteLine(1, LogoTray) + WriteLine(1, NormalTray) + WriteLine(1, ManualTray) + WriteLine(1, EnvelopeTray) + FileClose(1) + End Sub + + Private Function Get_ConfigFilename(ByVal pname As String) As String + Dim i As Integer + + Dim cfilename As String = pname.Replace("\", "@") + ".cfg" + If Microsoft.VisualBasic.Left(cfilename, 2) <> "@@" Then + cfilename = pname + i = cfilename.IndexOf("(") + If i > 0 Then + cfilename = cfilename.Substring(0, i - 1) + ".cfg" + + End If + + End If + + Return cfilename + End Function + + + + Private Sub tvPrinters_AfterSelect(sender As System.Object, e As System.Windows.Forms.TreeViewEventArgs) Handles tvPrinters.AfterSelect + If OnInit = True Then Exit Sub + Dim s As String + Dim i As Integer = 0 + PopulatePrinterTray(Me.tvPrinters.SelectedNode.Text) + If System.IO.File.Exists(Filepath + "\" + Me.tvPrinters.SelectedNode.Text.Replace("\", "@") + ".cfg") Then + FileOpen(1, Filepath + "\" + Me.tvPrinters.SelectedNode.Text.Replace("\", "@") + ".cfg", OpenMode.Input) + While Not EOF(1) + i = i + 1 + Input(1, s) + Select Case i + Case 1 + Me.lblLogoTray.SelectedValue = s + Case 2 + Me.lblNormalTray.SelectedValue = s + Case 3 + Me.lblManualTray.SelectedValue = s + Case 4 + Me.lblEnvelopeTray.SelectedValue = s + End Select + End While + FileClose(1) + End If + End Sub + + Private Sub Button2_Click(sender As System.Object, e As System.EventArgs) Handles Button2.Click + Me.Close() + End Sub + + Dim dt As New System.Data.DataTable + Dim dt2 As New System.Data.DataTable + Dim dt3 As New System.Data.DataTable + Dim dt4 As New System.Data.DataTable + + Private Sub PopulatePrinterTray(ByRef Printer As String) + dt.Rows.Clear() + dt.Columns.Clear() + dt.Columns.Add("RawKind") + dt.Columns.Add("Sourcename") + Dim pkSource As System.Drawing.Printing.PaperSource + Dim printDoc As New System.Drawing.Printing.PrintDocument + printDoc.PrinterSettings.PrinterName = Printer + For Each pkSource In printDoc.PrinterSettings.PaperSources + Dim dr As DataRow + dr = dt.NewRow + dr.Item(0) = pkSource.RawKind + dr.Item(1) = pkSource.SourceName + dt.Rows.Add(dr) + Next + dt2 = dt.Copy + dt3 = dt.Copy + dt4 = dt.Copy + Me.lblLogoTray.DataSource = dt + Me.lblLogoTray.ValueMember = "RawKind" + Me.lblLogoTray.DisplayMember = "Sourcename" + + Me.lblEnvelopeTray.DataSource = dt2 + Me.lblEnvelopeTray.ValueMember = "RawKind" + Me.lblEnvelopeTray.DisplayMember = "Sourcename" + + Me.lblNormalTray.DataSource = dt3 + Me.lblNormalTray.ValueMember = "RawKind" + Me.lblNormalTray.DisplayMember = "Sourcename" + + Me.lblManualTray.DataSource = dt4 + Me.lblManualTray.ValueMember = "RawKind" + Me.lblManualTray.DisplayMember = "Sourcename" + + End Sub + + + + Private Sub Label2_Click(sender As System.Object, e As System.EventArgs) Handles Label2.Click + + End Sub + Private Sub Label3_Click(sender As System.Object, e As System.EventArgs) Handles Label3.Click + + End Sub + + Public Function Create_Folders(ByVal s As String) As Boolean + Dim xt(10) As String + Dim xti As Integer + Dim po As Integer + Dim x As String + Dim xti1 As Integer + Dim i As Long + po = InStr(s, "\") + xti = 0 + While po <> 0 + xt(xti) = Microsoft.VisualBasic.Left(s, po - 1) + xti = xti + 1 + s = Microsoft.VisualBasic.Right(s, Len(s) - (po)) + po = InStr(s, "\") + End While + xt(xti) = s + For xti1 = 0 To xti + If x <> "" Then x = x & "\" + x = x & xt(xti1) + If Not FolderExist(x) Then Create_Folder(x) + Next + Create_Folders = True + End Function + + Public Function Create_Folder(ByVal dn As String) As Boolean + Try + System.IO.Directory.CreateDirectory(dn) + Catch + Create_Folder = False + End Try + End Function + + Public Function FolderExist(ByVal dn As String) As Boolean + Try + If System.IO.Directory.Exists(dn) Then FolderExist = True Else FolderExist = False + Catch + FolderExist = False + End Try + End Function + + Public Function Set_Printer_To_Color() As Boolean + + Dim pr As New Printer + Dim ps As New PrinterSettings + + If ps.SupportsColor = True Then + pr.ColorMode = vbPRCMColor + 'Else + 'pr.ColorMode = vbPRCMMonochrome + End If + pr = Nothing + ps = Nothing + + End Function + + Public Function Set_Printer_To_BW() As Boolean + + Dim pr As New Printer + Dim ps As New PrinterSettings + + If ps.SupportsColor = True Then + pr.ColorMode = vbPRCMMonochrome + 'Else + ' pr.ColorMode = vbPRCMMonochrome + End If + pr = Nothing + ps = Nothing + + End Function +End Class diff --git a/Plugin_Printersettings/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.vb b/Plugin_Printersettings/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.vb new file mode 100644 index 00000000..e7dcac55 --- /dev/null +++ b/Plugin_Printersettings/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.vb @@ -0,0 +1,7 @@ +' + Option Strict Off + Option Explicit On + + Imports System + Imports System.Reflection + diff --git a/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.Resources.resources b/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.Resources.resources new file mode 100644 index 00000000..6c05a977 Binary files /dev/null and b/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.Resources.resources differ diff --git a/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.dll b/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.dll new file mode 100644 index 00000000..9b965116 Binary files /dev/null and b/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.dll differ diff --git a/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.frmPrinterSettings.resources b/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.frmPrinterSettings.resources new file mode 100644 index 00000000..e84eb3c1 Binary files /dev/null and b/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.frmPrinterSettings.resources differ diff --git a/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.frmRapport.resources b/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.frmRapport.resources new file mode 100644 index 00000000..3accce3e Binary files /dev/null and b/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.frmRapport.resources differ diff --git a/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.pdb b/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.pdb new file mode 100644 index 00000000..d3dce16d Binary files /dev/null and b/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.pdb differ diff --git a/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.vbproj.AssemblyReference.cache b/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.vbproj.AssemblyReference.cache new file mode 100644 index 00000000..9fdeb94d Binary files /dev/null and b/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.vbproj.AssemblyReference.cache differ diff --git a/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.vbproj.CoreCompileInputs.cache b/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.vbproj.CoreCompileInputs.cache new file mode 100644 index 00000000..b207b531 --- /dev/null +++ b/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.vbproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +c167af80387d7f8f72372584e20a86ddc55bfc3cbb05169b1b424863e267c960 diff --git a/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.vbproj.FileListAbsolute.txt b/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.vbproj.FileListAbsolute.txt new file mode 100644 index 00000000..a0079f4f --- /dev/null +++ b/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.vbproj.FileListAbsolute.txt @@ -0,0 +1,37 @@ +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\bin\Debug\AllgFnkt_Plugin.dll +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\bin\Debug\AllgFnkt_Plugin.pdb +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\bin\Debug\AllgFnkt_Plugin.xml +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\bin\Debug\PluginAPI.dll +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\bin\Debug\PluginAPI.pdb +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\bin\Debug\PluginAPI.xml +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\obj\Debug\ResolveAssemblyReference.cache +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\obj\Debug\AllgFnkt_Plugin.frmPrinterSettings.resources +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\obj\Debug\AllgFnkt_Plugin.frmRapport.resources +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\obj\Debug\AllgFnkt_Plugin.Resources.resources +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\obj\Debug\ResGen.read.1.tlog +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\obj\Debug\ResGen.write.1.tlog +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\obj\Debug\AllgFnkt_Plugin.dll +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\obj\Debug\AllgFnkt_Plugin.xml +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\obj\Debug\AllgFnkt_Plugin.pdb +E:\Software-Projekte\IDVLib\TKBOfficeLib\TKBOfficeLib\bin\Release\AllgFnkt_Plugin.dll +E:\Software-Projekte\IDVLib\TKBOfficeLib\TKBOfficeLib\bin\Release\AllgFnkt_Plugin.pdb +E:\Software-Projekte\IDVLib\TKBOfficeLib\TKBOfficeLib\bin\Release\AllgFnkt_Plugin.xml +E:\Software-Projekte\TKBDiverse\TKBOfficeLib\TKBOfficeLib\bin\Release\AllgFnkt_Plugin.dll +E:\Software-Projekte\TKBDiverse\TKBOfficeLib\TKBOfficeLib\bin\Release\AllgFnkt_Plugin.pdb +E:\Software-Projekte\TKBDiverse\TKBOfficeLib\TKBOfficeLib\bin\Release\AllgFnkt_Plugin.xml +E:\Software-Projekte\TKBDiverse\TKBOfficeLib\AllgFnkt_Plugin\obj\Debug\AllgFnkt_Plugin.vbprojResolveAssemblyReference.cache +E:\Software-Projekte\TKBDiverse\TKBOfficeLib\AllgFnkt_Plugin\obj\Debug\AllgFnkt_Plugin.frmPrinterSettings.resources +E:\Software-Projekte\TKBDiverse\TKBOfficeLib\AllgFnkt_Plugin\obj\Debug\AllgFnkt_Plugin.frmRapport.resources +E:\Software-Projekte\TKBDiverse\TKBOfficeLib\AllgFnkt_Plugin\obj\Debug\AllgFnkt_Plugin.Resources.resources +E:\Software-Projekte\TKBDiverse\TKBOfficeLib\AllgFnkt_Plugin\obj\Debug\AllgFnkt_Plugin.vbproj.GenerateResource.Cache +E:\Software-Projekte\TKBDiverse\TKBOfficeLib\AllgFnkt_Plugin\obj\Debug\AllgFnkt_Plugin.dll +E:\Software-Projekte\TKBDiverse\TKBOfficeLib\AllgFnkt_Plugin\obj\Debug\AllgFnkt_Plugin.xml +E:\Software-Projekte\TKBDiverse\TKBOfficeLib\AllgFnkt_Plugin\obj\Debug\AllgFnkt_Plugin.pdb +E:\Software-Projekte\OnDoc\OnDoc\Plugin_Printersettings\obj\Debug\AllgFnkt_Plugin.vbproj.AssemblyReference.cache +E:\Software-Projekte\OnDoc\OnDoc\Plugin_Printersettings\obj\Debug\AllgFnkt_Plugin.frmPrinterSettings.resources +E:\Software-Projekte\OnDoc\OnDoc\Plugin_Printersettings\obj\Debug\AllgFnkt_Plugin.Resources.resources +E:\Software-Projekte\OnDoc\OnDoc\Plugin_Printersettings\obj\Debug\AllgFnkt_Plugin.vbproj.GenerateResource.cache +E:\Software-Projekte\OnDoc\OnDoc\Plugin_Printersettings\obj\Debug\AllgFnkt_Plugin.vbproj.CoreCompileInputs.cache +E:\Software-Projekte\OnDoc\OnDoc\Plugin_Printersettings\obj\Debug\AllgFnkt_Plugin.dll +E:\Software-Projekte\OnDoc\OnDoc\Plugin_Printersettings\obj\Debug\AllgFnkt_Plugin.xml +E:\Software-Projekte\OnDoc\OnDoc\Plugin_Printersettings\obj\Debug\AllgFnkt_Plugin.pdb diff --git a/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.vbproj.GenerateResource.cache b/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.vbproj.GenerateResource.cache new file mode 100644 index 00000000..625113ca Binary files /dev/null and b/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.vbproj.GenerateResource.cache differ diff --git a/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.vbprojAssemblyReference.cache b/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.vbprojAssemblyReference.cache new file mode 100644 index 00000000..9535dea3 Binary files /dev/null and b/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.vbprojAssemblyReference.cache differ diff --git a/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.vbprojResolveAssemblyReference.cache b/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.vbprojResolveAssemblyReference.cache new file mode 100644 index 00000000..b65004bb Binary files /dev/null and b/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.vbprojResolveAssemblyReference.cache differ diff --git a/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.xml b/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.xml new file mode 100644 index 00000000..0c762fb6 --- /dev/null +++ b/Plugin_Printersettings/obj/Debug/AllgFnkt_Plugin.xml @@ -0,0 +1,69 @@ + + + + +AllgFnkt_Plugin + + + + + + Liefert Plugin-Name und Version + + + + + + Liefer Fehlercode + Code ungleich 0 - Detaillierte Meldung in Error-Message + + + + + + + + Fehlermeldung bei iError-Code ungleich 0 + + + + + + + + Liefert ein allfälliges Resultat aus einer Funktion zurück + + + + + + + + Startet eine implementierte Funktion: + - Formularaktualisierung + - Printersettings + + Applikationsobjekt (z.B. Word) + Aufzurufende Funktion + Parameter sofern von der Funktion unterstütz + Returnwert aus der Funktion, sofern von der Funktion unterstützt + + + + + A strongly-typed resource class, for looking up localized strings, etc. + + + + + Returns the cached ResourceManager instance used by this class. + + + + + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. + + + + diff --git a/Plugin_Printersettings/obj/Debug/CoreCompileInputs.cache b/Plugin_Printersettings/obj/Debug/CoreCompileInputs.cache new file mode 100644 index 00000000..5e22c6d8 --- /dev/null +++ b/Plugin_Printersettings/obj/Debug/CoreCompileInputs.cache @@ -0,0 +1 @@ +016629c34a7cac867528b1f71592808829774632 diff --git a/Plugin_Printersettings/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/Plugin_Printersettings/obj/Debug/DesignTimeResolveAssemblyReferences.cache new file mode 100644 index 00000000..134c4fbd Binary files /dev/null and b/Plugin_Printersettings/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/Plugin_Printersettings/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Plugin_Printersettings/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 00000000..a393fae2 Binary files /dev/null and b/Plugin_Printersettings/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Plugin_Printersettings/obj/Debug/ResGen.read.1.tlog b/Plugin_Printersettings/obj/Debug/ResGen.read.1.tlog new file mode 100644 index 00000000..904ccd32 Binary files /dev/null and b/Plugin_Printersettings/obj/Debug/ResGen.read.1.tlog differ diff --git a/Plugin_Printersettings/obj/Debug/ResGen.write.1.tlog b/Plugin_Printersettings/obj/Debug/ResGen.write.1.tlog new file mode 100644 index 00000000..410b679f Binary files /dev/null and b/Plugin_Printersettings/obj/Debug/ResGen.write.1.tlog differ diff --git a/Plugin_Printersettings/obj/Debug/TempPE/My Project.Application.Designer.vb.dll b/Plugin_Printersettings/obj/Debug/TempPE/My Project.Application.Designer.vb.dll new file mode 100644 index 00000000..b7dc4311 Binary files /dev/null and b/Plugin_Printersettings/obj/Debug/TempPE/My Project.Application.Designer.vb.dll differ diff --git a/Plugin_Printersettings/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll b/Plugin_Printersettings/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll new file mode 100644 index 00000000..b06e29e7 Binary files /dev/null and b/Plugin_Printersettings/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll differ diff --git a/Plugin_Printersettings/obj/Release/AllgFnkt_Plugin.Resources.resources b/Plugin_Printersettings/obj/Release/AllgFnkt_Plugin.Resources.resources new file mode 100644 index 00000000..06c24d06 Binary files /dev/null and b/Plugin_Printersettings/obj/Release/AllgFnkt_Plugin.Resources.resources differ diff --git a/Plugin_Printersettings/obj/Release/AllgFnkt_Plugin.frmRapport.resources b/Plugin_Printersettings/obj/Release/AllgFnkt_Plugin.frmRapport.resources new file mode 100644 index 00000000..3accce3e Binary files /dev/null and b/Plugin_Printersettings/obj/Release/AllgFnkt_Plugin.frmRapport.resources differ diff --git a/Plugin_Printersettings/obj/Release/AllgFnkt_Plugin.pdb b/Plugin_Printersettings/obj/Release/AllgFnkt_Plugin.pdb new file mode 100644 index 00000000..4a454684 Binary files /dev/null and b/Plugin_Printersettings/obj/Release/AllgFnkt_Plugin.pdb differ diff --git a/Plugin_Printersettings/obj/Release/AllgFnkt_Plugin.vbproj.FileListAbsolute.txt b/Plugin_Printersettings/obj/Release/AllgFnkt_Plugin.vbproj.FileListAbsolute.txt new file mode 100644 index 00000000..b0cd22f4 --- /dev/null +++ b/Plugin_Printersettings/obj/Release/AllgFnkt_Plugin.vbproj.FileListAbsolute.txt @@ -0,0 +1,18 @@ +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\bin\Release\AllgFnkt_Plugin.dll +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\bin\Release\AllgFnkt_Plugin.pdb +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\bin\Release\AllgFnkt_Plugin.xml +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\bin\Release\PluginAPI.dll +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\bin\Release\PluginAPI.pdb +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\bin\Release\PluginAPI.xml +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\obj\Release\ResolveAssemblyReference.cache +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\obj\Release\AllgFnkt_Plugin.Resources.resources +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\obj\Release\ResGen.read.1.tlog +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\obj\Release\ResGen.write.1.tlog +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\obj\Release\AllgFnkt_Plugin.dll +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\obj\Release\AllgFnkt_Plugin.xml +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\obj\Release\AllgFnkt_Plugin.pdb +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\obj\Release\AllgFnkt_Plugin.frmPrinterSettings.resources +E:\Software-Projekte\IDVLib\TKBOfficeLib\TKBOfficeLib\bin\Release\AllgFnkt_Plugin.dll +E:\Software-Projekte\IDVLib\TKBOfficeLib\TKBOfficeLib\bin\Release\AllgFnkt_Plugin.pdb +E:\Software-Projekte\IDVLib\TKBOfficeLib\TKBOfficeLib\bin\Release\AllgFnkt_Plugin.xml +E:\Software-Projekte\IDVLib\TKBOfficeLib\AllgFnkt_Plugin\obj\Release\AllgFnkt_Plugin.frmRapport.resources diff --git a/Plugin_Printersettings/obj/Release/AllgFnkt_Plugin.xml b/Plugin_Printersettings/obj/Release/AllgFnkt_Plugin.xml new file mode 100644 index 00000000..5e747839 --- /dev/null +++ b/Plugin_Printersettings/obj/Release/AllgFnkt_Plugin.xml @@ -0,0 +1,62 @@ + + + + +AllgFnkt_Plugin + + + + + + Liefert Plugin-Name und Version + + + + + Liefer Fehlercode + Code ungleich 0 - Detaillierte Meldung in Error-Message + + + + + + + Fehlermeldung bei iError-Code ungleich 0 + + + + + + + Liefert ein allfälliges Resultat aus einer Funktion zurück + + + + + + + Startet eine implementierte Funktion: + - Formularaktualisierung + - Printersettings + + Applikationsobjekt (z.B. Word) + Aufzurufende Funktion + Parameter sofern von der Funktion unterstütz + Returnwert aus der Funktion, sofern von der Funktion unterstützt + + + + Returns the cached ResourceManager instance used by this class. + + + + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. + + + + A strongly-typed resource class, for looking up localized strings, etc. + + + + \ No newline at end of file diff --git a/Plugin_Printersettings/obj/Release/DesignTimeResolveAssemblyReferences.cache b/Plugin_Printersettings/obj/Release/DesignTimeResolveAssemblyReferences.cache new file mode 100644 index 00000000..852d1f25 Binary files /dev/null and b/Plugin_Printersettings/obj/Release/DesignTimeResolveAssemblyReferences.cache differ diff --git a/Plugin_Printersettings/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache b/Plugin_Printersettings/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 00000000..6ae74e2d Binary files /dev/null and b/Plugin_Printersettings/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Plugin_Printersettings/obj/Release/ResGen.read.1.tlog b/Plugin_Printersettings/obj/Release/ResGen.read.1.tlog new file mode 100644 index 00000000..af4bbf69 Binary files /dev/null and b/Plugin_Printersettings/obj/Release/ResGen.read.1.tlog differ diff --git a/Plugin_Printersettings/obj/Release/ResGen.write.1.tlog b/Plugin_Printersettings/obj/Release/ResGen.write.1.tlog new file mode 100644 index 00000000..272672a6 Binary files /dev/null and b/Plugin_Printersettings/obj/Release/ResGen.write.1.tlog differ diff --git a/Plugin_Printersettings/obj/Release/TempPE/My Project.Resources.Designer.vb.dll b/Plugin_Printersettings/obj/Release/TempPE/My Project.Resources.Designer.vb.dll new file mode 100644 index 00000000..5cd0eac5 Binary files /dev/null and b/Plugin_Printersettings/obj/Release/TempPE/My Project.Resources.Designer.vb.dll differ