Carnet Tir

This commit is contained in:
2023-03-17 09:04:28 +01:00
parent e2cca4a98e
commit ea75be7ce7
4 changed files with 25 additions and 6 deletions

View File

@@ -44,13 +44,16 @@ Partial Class frmTIR
Me.Label6 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label()
Me.Button1 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button()
Me.UsrCntlTIR1 = New SDL.usrcntlTIR() Me.UsrCntlTIR1 = New SDL.usrcntlTIR()
Me.Panel1.SuspendLayout()
Me.Panel2.SuspendLayout() Me.Panel2.SuspendLayout()
Me.Panel3.SuspendLayout() Me.Panel3.SuspendLayout()
Me.SuspendLayout() Me.SuspendLayout()
' '
'Panel1 'Panel1
' '
Me.Panel1.Location = New System.Drawing.Point(0, 96) Me.Panel1.AutoScroll = True
Me.Panel1.Controls.Add(Me.UsrCntlTIR1)
Me.Panel1.Location = New System.Drawing.Point(0, 38)
Me.Panel1.Name = "Panel1" Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(853, 961) Me.Panel1.Size = New System.Drawing.Size(853, 961)
Me.Panel1.TabIndex = 0 Me.Panel1.TabIndex = 0
@@ -143,7 +146,7 @@ Partial Class frmTIR
Me.Panel3.Controls.Add(Me.Label6) Me.Panel3.Controls.Add(Me.Label6)
Me.Panel3.Controls.Add(Me.Button1) Me.Panel3.Controls.Add(Me.Button1)
Me.Panel3.Dock = System.Windows.Forms.DockStyle.Bottom Me.Panel3.Dock = System.Windows.Forms.DockStyle.Bottom
Me.Panel3.Location = New System.Drawing.Point(0, 1058) Me.Panel3.Location = New System.Drawing.Point(0, 712)
Me.Panel3.Name = "Panel3" Me.Panel3.Name = "Panel3"
Me.Panel3.Size = New System.Drawing.Size(865, 69) Me.Panel3.Size = New System.Drawing.Size(865, 69)
Me.Panel3.TabIndex = 5 Me.Panel3.TabIndex = 5
@@ -291,18 +294,18 @@ Partial Class frmTIR
' '
'UsrCntlTIR1 'UsrCntlTIR1
' '
Me.UsrCntlTIR1.AutoScroll = True
Me.UsrCntlTIR1.BackColor = System.Drawing.Color.White Me.UsrCntlTIR1.BackColor = System.Drawing.Color.White
Me.UsrCntlTIR1.Location = New System.Drawing.Point(0, 46) Me.UsrCntlTIR1.Location = New System.Drawing.Point(0, 3)
Me.UsrCntlTIR1.Name = "UsrCntlTIR1" Me.UsrCntlTIR1.Name = "UsrCntlTIR1"
Me.UsrCntlTIR1.Size = New System.Drawing.Size(853, 1011) Me.UsrCntlTIR1.Size = New System.Drawing.Size(865, 670)
Me.UsrCntlTIR1.TabIndex = 0 Me.UsrCntlTIR1.TabIndex = 0
' '
'frmTIR 'frmTIR
' '
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(865, 1127) Me.ClientSize = New System.Drawing.Size(865, 781)
Me.Controls.Add(Me.UsrCntlTIR1)
Me.Controls.Add(Me.Panel3) Me.Controls.Add(Me.Panel3)
Me.Controls.Add(Me.Panel2) Me.Controls.Add(Me.Panel2)
Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.Panel1)
@@ -310,6 +313,7 @@ Partial Class frmTIR
Me.Name = "frmTIR" Me.Name = "frmTIR"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "CARNET TIR" Me.Text = "CARNET TIR"
Me.Panel1.ResumeLayout(False)
Me.Panel2.ResumeLayout(False) Me.Panel2.ResumeLayout(False)
Me.Panel2.PerformLayout() Me.Panel2.PerformLayout()
Me.Panel3.ResumeLayout(False) Me.Panel3.ResumeLayout(False)

View File

@@ -83,6 +83,12 @@
<PropertyGroup> <PropertyGroup>
<SignManifests>true</SignManifests> <SignManifests>true</SignManifests>
</PropertyGroup> </PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>Test.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="Accessibility" /> <Reference Include="Accessibility" />
<Reference Include="BouncyCastle.Crypto, Version=1.8.4.0, Culture=neutral, PublicKeyToken=0e99375e54769942"> <Reference Include="BouncyCastle.Crypto, Version=1.8.4.0, Culture=neutral, PublicKeyToken=0e99375e54769942">
@@ -3950,6 +3956,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="AL20210908.pfx" /> <None Include="AL20210908.pfx" />
<None Include="andreas.cer" />
<None Include="ClassDiagram1.cd" /> <None Include="ClassDiagram1.cd" />
<None Include="Resources\FA_Graz_EV-Veranlagung_Muster.xlsx"> <None Include="Resources\FA_Graz_EV-Veranlagung_Muster.xlsx">
<CopyToOutputDirectory>Always</CopyToOutputDirectory> <CopyToOutputDirectory>Always</CopyToOutputDirectory>
@@ -3963,6 +3970,7 @@
</None> </None>
<None Include="Resources\SR_EVOLOG.xlsx" /> <None Include="Resources\SR_EVOLOG.xlsx" />
<None Include="Resources\SR_TransFerry360.xlsx" /> <None Include="Resources\SR_TransFerry360.xlsx" />
<None Include="Test.pfx" />
<None Include="Web References\eu.europa.ec1\eoriValidationResult.datasource"> <None Include="Web References\eu.europa.ec1\eoriValidationResult.datasource">
<DependentUpon>Reference.map</DependentUpon> <DependentUpon>Reference.map</DependentUpon>
</None> </None>

BIN
SDL/andreas.cer Normal file

Binary file not shown.

View File

@@ -66,6 +66,12 @@
<DebugType>pdbonly</DebugType> <DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget> <PlatformTarget>x64</PlatformTarget>
</PropertyGroup> </PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>ProgAllg.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="ChilkatDotNet47"> <Reference Include="ChilkatDotNet47">
<HintPath>..\..\..\dll\ChillKat64\ChilkatDotNet47.dll</HintPath> <HintPath>..\..\..\dll\ChillKat64\ChilkatDotNet47.dll</HintPath>
@@ -749,6 +755,7 @@
<None Include="Lizenzen\DynamsoftDotNetTwain.lic"> <None Include="Lizenzen\DynamsoftDotNetTwain.lic">
<CopyToOutputDirectory>Always</CopyToOutputDirectory> <CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None> </None>
<None Include="ProgAllg.pfx" />
<None Include="Schnittstellen\GASTON_SCHUL\agsCustomsExchange.xsd"> <None Include="Schnittstellen\GASTON_SCHUL\agsCustomsExchange.xsd">
<SubType>Designer</SubType> <SubType>Designer</SubType>
</None> </None>