Added spacing and padding support. (Note of known bug: For some reason, using the spacing combined with the auto compute feature causes an infinite loop, causing the program to crash.
This commit is contained in:
parent
1a788a3d9c
commit
6ad518d242
2
BaseConverter/Form1.Designer.cs
generated
2
BaseConverter/Form1.Designer.cs
generated
@ -328,7 +328,7 @@ namespace WindowsFormsApplication1
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(76, 14);
|
||||
this.label2.TabIndex = 11;
|
||||
this.label2.Text = "Spacing Offset";
|
||||
this.label2.Text = "Spacing offset";
|
||||
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// spacingOffsetTextBox
|
||||
|
@ -11,7 +11,7 @@
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
|
||||
<dsig:DigestValue>o9qGPInDcM+MIPFuzS1NJwC3Lk8=</dsig:DigestValue>
|
||||
<dsig:DigestValue>T6QWW3Qg+tUpR//ug7OKRNNmlHE=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
Binary file not shown.
@ -59,7 +59,7 @@
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
|
||||
<dsig:DigestValue>DHImL6Kx0jD1DC/eCcyyWDlW0JI=</dsig:DigestValue>
|
||||
<dsig:DigestValue>5mrUB0E2d6uuikMf2WE6QZViJf4=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
Binary file not shown.
@ -11,7 +11,7 @@
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
|
||||
<dsig:DigestValue>o9qGPInDcM+MIPFuzS1NJwC3Lk8=</dsig:DigestValue>
|
||||
<dsig:DigestValue>T6QWW3Qg+tUpR//ug7OKRNNmlHE=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
Binary file not shown.
Binary file not shown.
@ -59,7 +59,7 @@
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
|
||||
<dsig:DigestValue>DHImL6Kx0jD1DC/eCcyyWDlW0JI=</dsig:DigestValue>
|
||||
<dsig:DigestValue>5mrUB0E2d6uuikMf2WE6QZViJf4=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user