Skip to content

Commit

Permalink
Print dialog changed and printer is choosable now.
Browse files Browse the repository at this point in the history
Faenza icons  added in menu.
  • Loading branch information
manfred-mueller committed Jul 10, 2022
1 parent c86fe0d commit 78c3984
Show file tree
Hide file tree
Showing 13 changed files with 233 additions and 9 deletions.
15 changes: 15 additions & 0 deletions Program/DHLabel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,21 @@
<ItemGroup>
<None Include="Resources\Package.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\application-exit.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\document-open.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\document-print.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\document-save.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\system-run.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>D:\Tools\sign.cmd $(TargetPath)</PostBuildEvent>
Expand Down
10 changes: 7 additions & 3 deletions Program/Form1.Designer.cs

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

2 changes: 1 addition & 1 deletion Program/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
// aboutnehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyVersion("1.4.0")]
[assembly: AssemblyVersion("1.4.1")]
[assembly: AssemblyFileVersion("1.0.0")]
50 changes: 50 additions & 0 deletions Program/Properties/Resources.Designer.cs

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

15 changes: 15 additions & 0 deletions Program/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -251,4 +251,19 @@ DHLabel is a heavily extended fork of the program DHLConvert from vulture20 (htt
<data name="Printer" xml:space="preserve">
<value> - Printer: </value>
</data>
<data name="application_exit" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\application-exit.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="document_open" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\document-open.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="document_print" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\document-print.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="document_save" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\document-save.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="system_run" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\system-run.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>
Binary file added Program/Resources/application-exit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Program/Resources/document-open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Program/Resources/document-print.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Program/Resources/document-save.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Program/Resources/system-run.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ Wandelt online erstellte DHL Privat oder Business Paketmarken ins A6-Format zum

Es kann durch einfachen Mausklick zum "Öffnen mit"-Menü für PDF-Dateien hinzugefügt werden. So kann man es direkt nach Ausfüllen des DHL-Onlineformulars benutzen, ohne die generierte PDF-Datei erst speichern zu müssen.

Dank an [TiER](https://github.com/TimoErdmann) für den Business-Teil und [vulture20](https://github.com/vulture20) für sein [DHLConvert](https://github.com/vulture20/DHLConvert).
Dank an [TiER](https://github.com/TimoErdmann) für den Business-Teil und [vulture20](https://github.com/vulture20) für sein [DHLConvert](https://github.com/vulture20/DHLConvert). Ebenso Dank an [Matthieu James] (https://www.deviantart.com/tiheum) für das Faenza-Symbol-Thema.

NASS e.K. und DHLabel sind in keinster Weise mit DHL® verbunden. Alle in dieser Software verwendeten Markennamen und Bezeichnungen sind eingetragene Warenzeichen und Marken der jeweiligen Eigentümer und dienen nur der Beschreibung.

Converts online created DHL package labels into A6 format to be printed onto single labels with a laser printer. The printer to be used will be set at first start and can be set in the menu. As demanded by DHL for packages >= 20kg, it is possible to mark the package as heavy shipment.

It can be added to the "open with" menu for PDF files with a single mouse click. Thus it is possible to use it directly after filling out the DHL online form without the need of saving the created pdf.

Thanks to [TiER](https://github.com/TimoErdmann) for the business part und [vulture20](https://github.com/vulture20) for his [DHLConvert](https://github.com/vulture20/DHLConvert).
Thanks to [TiER](https://github.com/TimoErdmann) for the business part und [vulture20](https://github.com/vulture20) for his [DHLConvert](https://github.com/vulture20/DHLConvert). Also thanks to [Matthieu James] (https://www.deviantart.com/tiheum) for his Faenza icon theme.


NASS e.K. and DHLabel are not related to DHL®. All trademarks and product names used in this software are the properties of their respective owners and are used solely for descriptive purposes.
Binary file modified Screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
146 changes: 143 additions & 3 deletions Setup/DHLabel.Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@
}
"Entry"
{
"MsmKey" = "8:_3487C004AE596F7092C3888B01BF9797"
"OwnerKey" = "8:_2D10790E2F16409AACAC391985B8BD40"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_55EEA95D779788712BD75E83978F6007"
"OwnerKey" = "8:_3487C004AE596F7092C3888B01BF9797"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_7D26142234ED4373B56E93181FFA39C2"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
Expand All @@ -39,6 +51,12 @@
}
"Entry"
{
"MsmKey" = "8:_C6AB3DEACCABED247F5873C666AAC0A3"
"OwnerKey" = "8:_3487C004AE596F7092C3888B01BF9797"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_DD5643E9C05841E695AF634B8F71477E"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
Expand All @@ -49,6 +67,30 @@
"OwnerKey" = "8:_1625DC5D5F83498AA6DB2264C5E6CBF0"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_55EEA95D779788712BD75E83978F6007"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_3487C004AE596F7092C3888B01BF9797"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_C6AB3DEACCABED247F5873C666AAC0A3"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_2D10790E2F16409AACAC391985B8BD40"
"MsmSig" = "8:_UNDEFINED"
}
}
"Configurations"
{
Expand Down Expand Up @@ -182,6 +224,11 @@
"AssemblyAsmDisplayName" = "8:DHLabel, Version=1.4.0.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_2D10790E2F16409AACAC391985B8BD40"
{
"Name" = "8:DHLabel.exe"
"Attributes" = "3:512"
}
}
"SourcePath" = "8:..\\Program\\bin\\Release\\DHLabel.exe"
"TargetName" = "8:"
Expand All @@ -201,6 +248,68 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_3487C004AE596F7092C3888B01BF9797"
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Spire.Pdf, Version=7.8.9.0, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_3487C004AE596F7092C3888B01BF9797"
{
"Name" = "8:Spire.Pdf.dll"
"Attributes" = "3:512"
}
}
"SourcePath" = "8:Spire.Pdf.dll"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_111E8A5BF8ED470DAAA38BBF111BB760"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
"ReadOnly" = "11:FALSE"
"Hidden" = "11:FALSE"
"System" = "11:FALSE"
"Permanent" = "11:FALSE"
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
"Register" = "3:1"
"Exclude" = "11:FALSE"
"IsDependency" = "11:TRUE"
"IsolateTo" = "8:"
}
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_55EEA95D779788712BD75E83978F6007"
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Spire.License, Version=1.4.0.40, Culture=neutral, PublicKeyToken=b1144360237c8b3f, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_55EEA95D779788712BD75E83978F6007"
{
"Name" = "8:Spire.License.dll"
"Attributes" = "3:512"
}
}
"SourcePath" = "8:Spire.License.dll"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_111E8A5BF8ED470DAAA38BBF111BB760"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
"ReadOnly" = "11:FALSE"
"Hidden" = "11:FALSE"
"System" = "11:FALSE"
"Permanent" = "11:FALSE"
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
"Register" = "3:1"
"Exclude" = "11:FALSE"
"IsDependency" = "11:TRUE"
"IsolateTo" = "8:"
}
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7D26142234ED4373B56E93181FFA39C2"
{
"SourcePath" = "8:..\\LICENSE.html"
Expand Down Expand Up @@ -241,6 +350,37 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C6AB3DEACCABED247F5873C666AAC0A3"
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:TRUE"
"AssemblyAsmDisplayName" = "8:Microsoft.mshtml, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
"ScatterAssemblies"
{
"_C6AB3DEACCABED247F5873C666AAC0A3"
{
"Name" = "8:Microsoft.mshtml.dll"
"Attributes" = "3:512"
}
}
"SourcePath" = "8:Microsoft.mshtml.dll"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_111E8A5BF8ED470DAAA38BBF111BB760"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
"ReadOnly" = "11:FALSE"
"Hidden" = "11:FALSE"
"System" = "11:FALSE"
"Permanent" = "11:FALSE"
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
"Register" = "3:1"
"Exclude" = "11:FALSE"
"IsDependency" = "11:TRUE"
"IsolateTo" = "8:"
}
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_DD5643E9C05841E695AF634B8F71477E"
{
"SourcePath" = "8:..\\Program\\Resources\\DHLabel.ico"
Expand Down Expand Up @@ -328,15 +468,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:DHLabel"
"ProductCode" = "8:{874E6596-97F3-4F55-B28E-4498F89214A4}"
"PackageCode" = "8:{B3B8AAE7-96F8-4553-A0CD-0710907D7E32}"
"ProductCode" = "8:{B999D055-F03D-4BF4-8A11-A211246AD0E5}"
"PackageCode" = "8:{15596E50-48D8-4AF3-AAD4-BADCBB0A0CDF}"
"UpgradeCode" = "8:{86263C97-C226-4390-8982-1AAE46F1D3B1}"
"AspNetVersion" = "8:2.0.50727.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:FALSE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.4.0"
"ProductVersion" = "8:1.4.1"
"Manufacturer" = "8:NASS e.K."
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://www.nass-ek.de/service.htm"
Expand Down

0 comments on commit 78c3984

Please sign in to comment.