TIR alt
This commit is contained in:
17
SDL/Formulare/CARNET-TIR/frmTIR.Designer.vb
generated
17
SDL/Formulare/CARNET-TIR/frmTIR.Designer.vb
generated
@@ -50,9 +50,10 @@ Partial Class frmTIR
|
||||
'
|
||||
'Panel1
|
||||
'
|
||||
Me.Panel1.AutoScroll = True
|
||||
Me.Panel1.Location = New System.Drawing.Point(0, 96)
|
||||
Me.Panel1.Name = "Panel1"
|
||||
Me.Panel1.Size = New System.Drawing.Size(853, 961)
|
||||
Me.Panel1.Size = New System.Drawing.Size(853, 610)
|
||||
Me.Panel1.TabIndex = 0
|
||||
'
|
||||
'Panel2
|
||||
@@ -67,7 +68,7 @@ Partial Class frmTIR
|
||||
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.Panel2.Location = New System.Drawing.Point(0, 0)
|
||||
Me.Panel2.Name = "Panel2"
|
||||
Me.Panel2.Size = New System.Drawing.Size(873, 40)
|
||||
Me.Panel2.Size = New System.Drawing.Size(856, 40)
|
||||
Me.Panel2.TabIndex = 1
|
||||
'
|
||||
'Label3
|
||||
@@ -143,9 +144,9 @@ Partial Class frmTIR
|
||||
Me.Panel3.Controls.Add(Me.Label6)
|
||||
Me.Panel3.Controls.Add(Me.Button1)
|
||||
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, 784)
|
||||
Me.Panel3.Name = "Panel3"
|
||||
Me.Panel3.Size = New System.Drawing.Size(873, 69)
|
||||
Me.Panel3.Size = New System.Drawing.Size(856, 69)
|
||||
Me.Panel3.TabIndex = 5
|
||||
'
|
||||
'cboAbriss777
|
||||
@@ -254,6 +255,7 @@ Partial Class frmTIR
|
||||
Me.cboPrinter._allowedValuesFreiText = Nothing
|
||||
Me.cboPrinter._allowFreiText = False
|
||||
Me.cboPrinter._value = ""
|
||||
Me.cboPrinter.DropDownWidth = 250
|
||||
Me.cboPrinter.FormattingEnabled = True
|
||||
Me.cboPrinter.Location = New System.Drawing.Point(18, 41)
|
||||
Me.cboPrinter.Name = "cboPrinter"
|
||||
@@ -283,7 +285,7 @@ Partial Class frmTIR
|
||||
'
|
||||
Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button1.Location = New System.Drawing.Point(770, 14)
|
||||
Me.Button1.Location = New System.Drawing.Point(753, 14)
|
||||
Me.Button1.Name = "Button1"
|
||||
Me.Button1.Size = New System.Drawing.Size(98, 48)
|
||||
Me.Button1.TabIndex = 3
|
||||
@@ -292,10 +294,11 @@ Partial Class frmTIR
|
||||
'
|
||||
'UsrCntlTIR1
|
||||
'
|
||||
Me.UsrCntlTIR1.AutoScroll = True
|
||||
Me.UsrCntlTIR1.BackColor = System.Drawing.Color.White
|
||||
Me.UsrCntlTIR1.Location = New System.Drawing.Point(0, 46)
|
||||
Me.UsrCntlTIR1.Name = "UsrCntlTIR1"
|
||||
Me.UsrCntlTIR1.Size = New System.Drawing.Size(853, 1011)
|
||||
Me.UsrCntlTIR1.Size = New System.Drawing.Size(853, 738)
|
||||
Me.UsrCntlTIR1.TabIndex = 0
|
||||
'
|
||||
'frmTIR
|
||||
@@ -303,7 +306,7 @@ Partial Class frmTIR
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.AutoScroll = True
|
||||
Me.ClientSize = New System.Drawing.Size(873, 1127)
|
||||
Me.ClientSize = New System.Drawing.Size(873, 850)
|
||||
Me.Controls.Add(Me.UsrCntlTIR1)
|
||||
Me.Controls.Add(Me.Panel3)
|
||||
Me.Controls.Add(Me.Panel2)
|
||||
|
||||
38
SDL/Formulare/CARNET-TIR/frmTIR_alt.Designer.vb
generated
38
SDL/Formulare/CARNET-TIR/frmTIR_alt.Designer.vb
generated
@@ -22,8 +22,9 @@ Partial Class frmTIR_alt
|
||||
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
||||
<System.Diagnostics.DebuggerStepThrough()>
|
||||
Private Sub InitializeComponent()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmTIR))
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmTIR_alt))
|
||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||
Me.UsrCntlTIR1 = New SDL.usrcntlTIR_alt()
|
||||
Me.Panel2 = New System.Windows.Forms.Panel()
|
||||
Me.Label3 = New System.Windows.Forms.Label()
|
||||
Me.cboFirma = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
@@ -43,7 +44,6 @@ Partial Class frmTIR_alt
|
||||
Me.lblEigenmasse = New System.Windows.Forms.Label()
|
||||
Me.Label6 = New System.Windows.Forms.Label()
|
||||
Me.Button1 = New System.Windows.Forms.Button()
|
||||
Me.UsrCntlTIR1 = New SDL.usrcntlTIR_alt()
|
||||
Me.Panel1.SuspendLayout()
|
||||
Me.Panel2.SuspendLayout()
|
||||
Me.Panel3.SuspendLayout()
|
||||
@@ -55,9 +55,18 @@ Partial Class frmTIR_alt
|
||||
Me.Panel1.Controls.Add(Me.UsrCntlTIR1)
|
||||
Me.Panel1.Location = New System.Drawing.Point(0, 38)
|
||||
Me.Panel1.Name = "Panel1"
|
||||
Me.Panel1.Size = New System.Drawing.Size(853, 961)
|
||||
Me.Panel1.Size = New System.Drawing.Size(853, 635)
|
||||
Me.Panel1.TabIndex = 0
|
||||
'
|
||||
'UsrCntlTIR1
|
||||
'
|
||||
Me.UsrCntlTIR1.AutoScroll = True
|
||||
Me.UsrCntlTIR1.BackColor = System.Drawing.Color.White
|
||||
Me.UsrCntlTIR1.Location = New System.Drawing.Point(8, 3)
|
||||
Me.UsrCntlTIR1.Name = "UsrCntlTIR1"
|
||||
Me.UsrCntlTIR1.Size = New System.Drawing.Size(865, 632)
|
||||
Me.UsrCntlTIR1.TabIndex = 0
|
||||
'
|
||||
'Panel2
|
||||
'
|
||||
Me.Panel2.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
@@ -146,7 +155,7 @@ Partial Class frmTIR_alt
|
||||
Me.Panel3.Controls.Add(Me.Label6)
|
||||
Me.Panel3.Controls.Add(Me.Button1)
|
||||
Me.Panel3.Dock = System.Windows.Forms.DockStyle.Bottom
|
||||
Me.Panel3.Location = New System.Drawing.Point(0, 712)
|
||||
Me.Panel3.Location = New System.Drawing.Point(0, 673)
|
||||
Me.Panel3.Name = "Panel3"
|
||||
Me.Panel3.Size = New System.Drawing.Size(873, 69)
|
||||
Me.Panel3.TabIndex = 5
|
||||
@@ -257,6 +266,7 @@ Partial Class frmTIR_alt
|
||||
Me.cboPrinter._allowedValuesFreiText = Nothing
|
||||
Me.cboPrinter._allowFreiText = False
|
||||
Me.cboPrinter._value = ""
|
||||
Me.cboPrinter.DropDownWidth = 250
|
||||
Me.cboPrinter.FormattingEnabled = True
|
||||
Me.cboPrinter.Location = New System.Drawing.Point(18, 41)
|
||||
Me.cboPrinter.Name = "cboPrinter"
|
||||
@@ -293,31 +303,17 @@ Partial Class frmTIR_alt
|
||||
Me.Button1.Text = "Drucken"
|
||||
Me.Button1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'UsrCntlTIR1_alt
|
||||
'
|
||||
Me.UsrCntlTIR1.AutoScroll = True
|
||||
Me.UsrCntlTIR1.BackColor = System.Drawing.Color.White
|
||||
Me.UsrCntlTIR1.Location = New System.Drawing.Point(0, 3)
|
||||
Me.UsrCntlTIR1.Name = "UsrCntlTIR1"
|
||||
Me.UsrCntlTIR1.Size = New System.Drawing.Size(865, 670)
|
||||
Me.UsrCntlTIR1.TabIndex = 0
|
||||
'
|
||||
'frmTIR
|
||||
'frmTIR_alt
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
|
||||
Me.ClientSize = New System.Drawing.Size(865, 781)
|
||||
|
||||
Me.AutoScroll = True
|
||||
Me.ClientSize = New System.Drawing.Size(873, 1127)
|
||||
Me.Controls.Add(Me.UsrCntlTIR1)
|
||||
|
||||
Me.ClientSize = New System.Drawing.Size(873, 742)
|
||||
Me.Controls.Add(Me.Panel3)
|
||||
Me.Controls.Add(Me.Panel2)
|
||||
Me.Controls.Add(Me.Panel1)
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.Name = "frmTIR"
|
||||
Me.Name = "frmTIR_alt"
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||
Me.Text = "CARNET TIR"
|
||||
Me.Panel1.ResumeLayout(False)
|
||||
|
||||
@@ -25,17 +25,14 @@ Public Class frmTIR_alt
|
||||
|
||||
Private Sub print_Click(sender As Object, e As EventArgs) Handles Button1.Click
|
||||
Me.Cursor = Cursors.WaitCursor
|
||||
Dim rpt As New rptTIR(cboAbriss777._value)
|
||||
Dim rpt As New rptTIR_alt(cboAbriss777._value)
|
||||
|
||||
Dim anzahl_778 As Integer = 0
|
||||
|
||||
rpt.txtAbgangszollstelle1.Text = If(UsrCntlTIR1.txtAbgangszollstelle1.Text, "")
|
||||
rpt.txtAbgangszollstelle2.Text = If(UsrCntlTIR1.txtAbgangszollstelle2.Text, "")
|
||||
rpt.txtAbgangszollstelle3.Text = If(UsrCntlTIR1.txtAbgangszollstelle3.Text, "")
|
||||
rpt.txtAbgangszollstelle4.Text = If(UsrCntlTIR1.txtAbgangszollstelle4.Text, "")
|
||||
rpt.txtAbgangszollstelle5.Text = If(UsrCntlTIR1.txtAbgangszollstelle5.Text, "")
|
||||
rpt.txtAbgangszollstelle6.Text = If(UsrCntlTIR1.txtAbgangszollstelle6.Text, "")
|
||||
rpt.txtAbgangszollstelle7.Text = If(UsrCntlTIR1.txtAbgangszollstelle7.Text, "")
|
||||
|
||||
|
||||
rpt.txtAbfahrsland.Text = If(UsrCntlTIR1.txtAbfahrtsland.Text, "")
|
||||
rpt.txtBestimmungsland.Text = If(UsrCntlTIR1.txtBestimmungsland.Text, "")
|
||||
@@ -48,19 +45,14 @@ Public Class frmTIR_alt
|
||||
rpt.txtGesamtpaket1.Text = If(UsrCntlTIR1.txtGesamtpaket1.Text, "")
|
||||
rpt.txtGesamtpaket2.Text = If(UsrCntlTIR1.txtGesamtpaket2.Text, "")
|
||||
rpt.txtGesamtpaket3.Text = If(UsrCntlTIR1.txtGesamtpaket3.Text, "")
|
||||
rpt.txtGesamtpaket4.Text = If(UsrCntlTIR1.txtGesamtpaket4.Text, "")
|
||||
rpt.txtGesamtpaket5.Text = If(UsrCntlTIR1.txtGesamtpaket5.Text, "")
|
||||
rpt.txtGesamtpaket6.Text = If(UsrCntlTIR1.txtGesamtpaket6.Text, "")
|
||||
rpt.txtGesamtpaket7.Text = If(UsrCntlTIR1.txtGesamtpaket7.Text, "")
|
||||
|
||||
|
||||
|
||||
rpt.txtGesamtpaketName1.Text = If(UsrCntlTIR1.txtGesamtpaketName1.Text, "")
|
||||
rpt.txtGesamtpaketName2.Text = If(UsrCntlTIR1.txtGesamtpaketName2.Text, "")
|
||||
rpt.txtGesamtpaketName3.Text = If(UsrCntlTIR1.txtGesamtpaketName3.Text, "")
|
||||
rpt.txtGesamtpaketName4.Text = If(UsrCntlTIR1.txtGesamtpaketName4.Text, "")
|
||||
rpt.txtGesamtpaketName5.Text = If(UsrCntlTIR1.txtGesamtpaketName5.Text, "")
|
||||
rpt.txtGesamtpaketName6.Text = If(UsrCntlTIR1.txtGesamtpaketName6.Text, "")
|
||||
rpt.txtGesamtpaketName7.Text = If(UsrCntlTIR1.txtGesamtpaketName7.Text, "")
|
||||
|
||||
|
||||
|
||||
rpt.txtMain1.Text = ""
|
||||
rpt.txtMain2.Text = ""
|
||||
@@ -120,10 +112,7 @@ Public Class frmTIR_alt
|
||||
UsrCntlTIR1.txtAbgangszollstelle1.Text = "Testtext1"
|
||||
UsrCntlTIR1.txtAbgangszollstelle2.Text = "Testtext2"
|
||||
UsrCntlTIR1.txtAbgangszollstelle3.Text = "Testtext3"
|
||||
UsrCntlTIR1.txtAbgangszollstelle4.Text = "Testtext4"
|
||||
UsrCntlTIR1.txtAbgangszollstelle5.Text = "Testtext5"
|
||||
UsrCntlTIR1.txtAbgangszollstelle6.Text = "Testtext6"
|
||||
UsrCntlTIR1.txtAbgangszollstelle7.Text = "Testtext7"
|
||||
|
||||
|
||||
UsrCntlTIR1.txtAbfahrtsland.Text = "TestABFL"
|
||||
UsrCntlTIR1.txtBestimmungsland.Text = "TestBESTL"
|
||||
@@ -144,19 +133,13 @@ Public Class frmTIR_alt
|
||||
UsrCntlTIR1.txtGesamtpaket1.Text = "Paket1"
|
||||
UsrCntlTIR1.txtGesamtpaket2.Text = "Paket2"
|
||||
UsrCntlTIR1.txtGesamtpaket3.Text = "Paket3"
|
||||
UsrCntlTIR1.txtGesamtpaket4.Text = "Paket4"
|
||||
UsrCntlTIR1.txtGesamtpaket5.Text = "Paket5"
|
||||
UsrCntlTIR1.txtGesamtpaket6.Text = "Paket6"
|
||||
UsrCntlTIR1.txtGesamtpaket7.Text = "Paket7"
|
||||
|
||||
|
||||
|
||||
UsrCntlTIR1.txtGesamtpaketName1.Text = "1"
|
||||
UsrCntlTIR1.txtGesamtpaketName2.Text = "2"
|
||||
UsrCntlTIR1.txtGesamtpaketName3.Text = "3"
|
||||
UsrCntlTIR1.txtGesamtpaketName4.Text = "4"
|
||||
UsrCntlTIR1.txtGesamtpaketName5.Text = "5"
|
||||
UsrCntlTIR1.txtGesamtpaketName6.Text = "6"
|
||||
UsrCntlTIR1.txtGesamtpaketName7.Text = "7"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
350
SDL/Formulare/CARNET-TIR/rptTIR_alt.Designer.vb
generated
Normal file
350
SDL/Formulare/CARNET-TIR/rptTIR_alt.Designer.vb
generated
Normal file
@@ -0,0 +1,350 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||||
Partial Public Class rptTIR_alt
|
||||
Inherits GrapeCity.ActiveReports.SectionReport
|
||||
|
||||
'Form overrides dispose to clean up the component list.
|
||||
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||
If disposing Then
|
||||
End If
|
||||
MyBase.Dispose(disposing)
|
||||
End Sub
|
||||
|
||||
'NOTE: The following procedure is required by the ActiveReports Designer
|
||||
'It can be modified using the ActiveReports Designer.
|
||||
'Do not modify it using the code editor.
|
||||
Private WithEvents Detail As GrapeCity.ActiveReports.SectionReportModel.Detail
|
||||
<System.Diagnostics.DebuggerStepThrough()>
|
||||
Private Sub InitializeComponent()
|
||||
Me.Detail = New GrapeCity.ActiveReports.SectionReportModel.Detail()
|
||||
Me.ReportHeader1 = New GrapeCity.ActiveReports.SectionReportModel.ReportHeader()
|
||||
Me.txtAbfahrsland = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtGesamtpaket1 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtMain1 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtAbgangszollstelle1 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtAbgangszollstelle2 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtAbgangszollstelle3 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtBestimmungsland = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtFahrzeug = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtZusDok = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtMain2 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtMain3 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtGesamtpaketName1 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtGesamtpaket2 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtGesamtpaketName2 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtGesamtpaket3 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtGesamtpaketName3 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.ReportFooter1 = New GrapeCity.ActiveReports.SectionReportModel.ReportFooter()
|
||||
CType(Me.txtAbfahrsland, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtGesamtpaket1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtMain1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtAbgangszollstelle1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtAbgangszollstelle2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtAbgangszollstelle3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtBestimmungsland, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtFahrzeug, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtZusDok, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtMain2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtMain3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtGesamtpaketName1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtGesamtpaket2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtGesamtpaketName2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtGesamtpaket3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtGesamtpaketName3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
'
|
||||
'Detail
|
||||
'
|
||||
Me.Detail.Height = 0!
|
||||
Me.Detail.Name = "Detail"
|
||||
'
|
||||
'ReportHeader1
|
||||
'
|
||||
Me.ReportHeader1.Controls.AddRange(New GrapeCity.ActiveReports.SectionReportModel.ARControl() {Me.txtAbfahrsland, Me.txtGesamtpaket1, Me.txtMain1, Me.txtAbgangszollstelle1, Me.txtAbgangszollstelle2, Me.txtAbgangszollstelle3, Me.txtBestimmungsland, Me.txtFahrzeug, Me.txtZusDok, Me.txtMain2, Me.txtMain3, Me.txtGesamtpaketName1, Me.txtGesamtpaket2, Me.txtGesamtpaketName2, Me.txtGesamtpaket3, Me.txtGesamtpaketName3})
|
||||
Me.ReportHeader1.Height = 11.42519!
|
||||
Me.ReportHeader1.Name = "ReportHeader1"
|
||||
'
|
||||
'txtAbfahrsland
|
||||
'
|
||||
Me.txtAbfahrsland.CanGrow = False
|
||||
Me.txtAbfahrsland.DataField = ""
|
||||
Me.txtAbfahrsland.DistinctField = ""
|
||||
Me.txtAbfahrsland.Height = 0.2639999!
|
||||
Me.txtAbfahrsland.Left = 4.15!
|
||||
Me.txtAbfahrsland.Name = "txtAbfahrsland"
|
||||
Me.txtAbfahrsland.Style = "color: Black"
|
||||
Me.txtAbfahrsland.SummaryGroup = ""
|
||||
Me.txtAbfahrsland.Text = "Abfahrsland"
|
||||
Me.txtAbfahrsland.Top = 2.351!
|
||||
Me.txtAbfahrsland.Width = 1.582!
|
||||
'
|
||||
'txtGesamtpaket1
|
||||
'
|
||||
Me.txtGesamtpaket1.CanGrow = False
|
||||
Me.txtGesamtpaket1.DataField = ""
|
||||
Me.txtGesamtpaket1.DistinctField = ""
|
||||
Me.txtGesamtpaket1.Height = 0.1968504!
|
||||
Me.txtGesamtpaket1.Left = 0.479!
|
||||
Me.txtGesamtpaket1.Name = "txtGesamtpaket1"
|
||||
Me.txtGesamtpaket1.Style = "color: Black; text-align: left; vertical-align: middle"
|
||||
Me.txtGesamtpaket1.SummaryGroup = ""
|
||||
Me.txtGesamtpaket1.Text = "Gesamtpaket1"
|
||||
Me.txtGesamtpaket1.Top = 7.818!
|
||||
Me.txtGesamtpaket1.Width = 1.936!
|
||||
'
|
||||
'txtMain1
|
||||
'
|
||||
Me.txtMain1.CanGrow = False
|
||||
Me.txtMain1.DataField = ""
|
||||
Me.txtMain1.DistinctField = ""
|
||||
Me.txtMain1.Height = 3.462!
|
||||
Me.txtMain1.Left = 0.479!
|
||||
Me.txtMain1.Name = "txtMain1"
|
||||
Me.txtMain1.Style = "color: Black"
|
||||
Me.txtMain1.SummaryGroup = ""
|
||||
Me.txtMain1.Text = "Main1"
|
||||
Me.txtMain1.Top = 4.01!
|
||||
Me.txtMain1.Width = 1.936!
|
||||
'
|
||||
'txtAbgangszollstelle1
|
||||
'
|
||||
Me.txtAbgangszollstelle1.CanGrow = False
|
||||
Me.txtAbgangszollstelle1.DataField = ""
|
||||
Me.txtAbgangszollstelle1.DistinctField = ""
|
||||
Me.txtAbgangszollstelle1.Height = 0.1574803!
|
||||
Me.txtAbgangszollstelle1.Left = 0.479!
|
||||
Me.txtAbgangszollstelle1.Name = "txtAbgangszollstelle1"
|
||||
Me.txtAbgangszollstelle1.Style = "color: Black; text-align: left; text-justify: auto; vertical-align: middle"
|
||||
Me.txtAbgangszollstelle1.SummaryGroup = ""
|
||||
Me.txtAbgangszollstelle1.Text = "Abgangszollstelle1"
|
||||
Me.txtAbgangszollstelle1.Top = 0.601!
|
||||
Me.txtAbgangszollstelle1.Width = 1.676!
|
||||
'
|
||||
'txtAbgangszollstelle2
|
||||
'
|
||||
Me.txtAbgangszollstelle2.CanGrow = False
|
||||
Me.txtAbgangszollstelle2.DataField = ""
|
||||
Me.txtAbgangszollstelle2.DistinctField = ""
|
||||
Me.txtAbgangszollstelle2.Height = 0.1574803!
|
||||
Me.txtAbgangszollstelle2.Left = 2.415!
|
||||
Me.txtAbgangszollstelle2.Name = "txtAbgangszollstelle2"
|
||||
Me.txtAbgangszollstelle2.Style = "color: Black; text-align: left; text-justify: auto; vertical-align: middle"
|
||||
Me.txtAbgangszollstelle2.SummaryGroup = ""
|
||||
Me.txtAbgangszollstelle2.Text = "Abgangszollstelle2"
|
||||
Me.txtAbgangszollstelle2.Top = 0.601!
|
||||
Me.txtAbgangszollstelle2.Width = 1.593!
|
||||
'
|
||||
'txtAbgangszollstelle3
|
||||
'
|
||||
Me.txtAbgangszollstelle3.CanGrow = False
|
||||
Me.txtAbgangszollstelle3.DataField = ""
|
||||
Me.txtAbgangszollstelle3.DistinctField = ""
|
||||
Me.txtAbgangszollstelle3.Height = 0.1574803!
|
||||
Me.txtAbgangszollstelle3.Left = 0.479!
|
||||
Me.txtAbgangszollstelle3.Name = "txtAbgangszollstelle3"
|
||||
Me.txtAbgangszollstelle3.Style = "color: Black; text-align: left; text-justify: auto; vertical-align: middle"
|
||||
Me.txtAbgangszollstelle3.SummaryGroup = ""
|
||||
Me.txtAbgangszollstelle3.Text = "Abgangszollstelle3"
|
||||
Me.txtAbgangszollstelle3.Top = 0.8700001!
|
||||
Me.txtAbgangszollstelle3.Width = 1.676!
|
||||
'
|
||||
'txtBestimmungsland
|
||||
'
|
||||
Me.txtBestimmungsland.CanGrow = False
|
||||
Me.txtBestimmungsland.DataField = ""
|
||||
Me.txtBestimmungsland.DistinctField = ""
|
||||
Me.txtBestimmungsland.Height = 0.2640001!
|
||||
Me.txtBestimmungsland.Left = 5.732!
|
||||
Me.txtBestimmungsland.Name = "txtBestimmungsland"
|
||||
Me.txtBestimmungsland.Style = "color: Black"
|
||||
Me.txtBestimmungsland.SummaryGroup = ""
|
||||
Me.txtBestimmungsland.Text = "Bestimmungsland"
|
||||
Me.txtBestimmungsland.Top = 2.351!
|
||||
Me.txtBestimmungsland.Width = 1.297!
|
||||
'
|
||||
'txtFahrzeug
|
||||
'
|
||||
Me.txtFahrzeug.CanGrow = False
|
||||
Me.txtFahrzeug.DataField = ""
|
||||
Me.txtFahrzeug.DistinctField = ""
|
||||
Me.txtFahrzeug.Height = 0.4849999!
|
||||
Me.txtFahrzeug.Left = 0.479!
|
||||
Me.txtFahrzeug.Name = "txtFahrzeug"
|
||||
Me.txtFahrzeug.Style = "color: Black"
|
||||
Me.txtFahrzeug.SummaryGroup = ""
|
||||
Me.txtFahrzeug.Text = "Fahrzeug"
|
||||
Me.txtFahrzeug.Top = 2.766!
|
||||
Me.txtFahrzeug.Width = 2.434!
|
||||
'
|
||||
'txtZusDok
|
||||
'
|
||||
Me.txtZusDok.CanGrow = False
|
||||
Me.txtZusDok.DataField = ""
|
||||
Me.txtZusDok.DistinctField = ""
|
||||
Me.txtZusDok.Height = 0.756!
|
||||
Me.txtZusDok.Left = 4.15!
|
||||
Me.txtZusDok.Name = "txtZusDok"
|
||||
Me.txtZusDok.Style = "color: Black"
|
||||
Me.txtZusDok.SummaryGroup = ""
|
||||
Me.txtZusDok.Text = "ZusDok"
|
||||
Me.txtZusDok.Top = 2.766!
|
||||
Me.txtZusDok.Width = 2.879!
|
||||
'
|
||||
'txtMain2
|
||||
'
|
||||
Me.txtMain2.CanGrow = False
|
||||
Me.txtMain2.DataField = ""
|
||||
Me.txtMain2.DistinctField = ""
|
||||
Me.txtMain2.Height = 3.462!
|
||||
Me.txtMain2.Left = 2.739!
|
||||
Me.txtMain2.Name = "txtMain2"
|
||||
Me.txtMain2.Style = "color: Black"
|
||||
Me.txtMain2.SummaryGroup = ""
|
||||
Me.txtMain2.Text = "Main2"
|
||||
Me.txtMain2.Top = 4.01!
|
||||
Me.txtMain2.Width = 3.144!
|
||||
'
|
||||
'txtMain3
|
||||
'
|
||||
Me.txtMain3.CanGrow = False
|
||||
Me.txtMain3.DataField = ""
|
||||
Me.txtMain3.DistinctField = ""
|
||||
Me.txtMain3.Height = 3.462!
|
||||
Me.txtMain3.Left = 6.007!
|
||||
Me.txtMain3.Name = "txtMain3"
|
||||
Me.txtMain3.Style = "color: Black"
|
||||
Me.txtMain3.SummaryGroup = ""
|
||||
Me.txtMain3.Text = "Main3"
|
||||
Me.txtMain3.Top = 4.01!
|
||||
Me.txtMain3.Width = 0.7279992!
|
||||
'
|
||||
'txtGesamtpaketName1
|
||||
'
|
||||
Me.txtGesamtpaketName1.CanGrow = False
|
||||
Me.txtGesamtpaketName1.DataField = ""
|
||||
Me.txtGesamtpaketName1.DistinctField = ""
|
||||
Me.txtGesamtpaketName1.Height = 0.1968504!
|
||||
Me.txtGesamtpaketName1.Left = 2.509!
|
||||
Me.txtGesamtpaketName1.Name = "txtGesamtpaketName1"
|
||||
Me.txtGesamtpaketName1.Style = "color: Black; text-align: left; vertical-align: middle"
|
||||
Me.txtGesamtpaketName1.SummaryGroup = ""
|
||||
Me.txtGesamtpaketName1.Text = "GesamtpaketName1"
|
||||
Me.txtGesamtpaketName1.Top = 7.818!
|
||||
Me.txtGesamtpaketName1.Width = 0.4770002!
|
||||
'
|
||||
'txtGesamtpaket2
|
||||
'
|
||||
Me.txtGesamtpaket2.CanGrow = False
|
||||
Me.txtGesamtpaket2.DataField = ""
|
||||
Me.txtGesamtpaket2.DistinctField = ""
|
||||
Me.txtGesamtpaket2.Height = 0.1968504!
|
||||
Me.txtGesamtpaket2.Left = 0.479!
|
||||
Me.txtGesamtpaket2.Name = "txtGesamtpaket2"
|
||||
Me.txtGesamtpaket2.Style = "color: Black; text-align: left; vertical-align: middle"
|
||||
Me.txtGesamtpaket2.SummaryGroup = ""
|
||||
Me.txtGesamtpaket2.Text = "Gesamtpaket2"
|
||||
Me.txtGesamtpaket2.Top = 8.139!
|
||||
Me.txtGesamtpaket2.Width = 1.936!
|
||||
'
|
||||
'txtGesamtpaketName2
|
||||
'
|
||||
Me.txtGesamtpaketName2.CanGrow = False
|
||||
Me.txtGesamtpaketName2.DataField = ""
|
||||
Me.txtGesamtpaketName2.DistinctField = ""
|
||||
Me.txtGesamtpaketName2.Height = 0.1968504!
|
||||
Me.txtGesamtpaketName2.Left = 2.509!
|
||||
Me.txtGesamtpaketName2.Name = "txtGesamtpaketName2"
|
||||
Me.txtGesamtpaketName2.Style = "color: Black; text-align: left; vertical-align: middle"
|
||||
Me.txtGesamtpaketName2.SummaryGroup = ""
|
||||
Me.txtGesamtpaketName2.Text = "GesamtpaketName2"
|
||||
Me.txtGesamtpaketName2.Top = 8.139!
|
||||
Me.txtGesamtpaketName2.Width = 0.4770003!
|
||||
'
|
||||
'txtGesamtpaket3
|
||||
'
|
||||
Me.txtGesamtpaket3.CanGrow = False
|
||||
Me.txtGesamtpaket3.DataField = ""
|
||||
Me.txtGesamtpaket3.DistinctField = ""
|
||||
Me.txtGesamtpaket3.Height = 0.1968504!
|
||||
Me.txtGesamtpaket3.Left = 0.479!
|
||||
Me.txtGesamtpaket3.Name = "txtGesamtpaket3"
|
||||
Me.txtGesamtpaket3.Style = "color: Black; text-align: left; vertical-align: middle"
|
||||
Me.txtGesamtpaket3.SummaryGroup = ""
|
||||
Me.txtGesamtpaket3.Text = "Gesamtpaket3"
|
||||
Me.txtGesamtpaket3.Top = 8.472!
|
||||
Me.txtGesamtpaket3.Width = 1.936!
|
||||
'
|
||||
'txtGesamtpaketName3
|
||||
'
|
||||
Me.txtGesamtpaketName3.CanGrow = False
|
||||
Me.txtGesamtpaketName3.DataField = ""
|
||||
Me.txtGesamtpaketName3.DistinctField = ""
|
||||
Me.txtGesamtpaketName3.Height = 0.1968504!
|
||||
Me.txtGesamtpaketName3.Left = 2.509!
|
||||
Me.txtGesamtpaketName3.Name = "txtGesamtpaketName3"
|
||||
Me.txtGesamtpaketName3.Style = "color: Black; text-align: left; vertical-align: middle"
|
||||
Me.txtGesamtpaketName3.SummaryGroup = ""
|
||||
Me.txtGesamtpaketName3.Text = "GesamtpaketName3"
|
||||
Me.txtGesamtpaketName3.Top = 8.472!
|
||||
Me.txtGesamtpaketName3.Width = 0.4770003!
|
||||
'
|
||||
'ReportFooter1
|
||||
'
|
||||
Me.ReportFooter1.Height = 0!
|
||||
Me.ReportFooter1.Name = "ReportFooter1"
|
||||
'
|
||||
'rptTIR_alt
|
||||
'
|
||||
Me.PageSettings.Margins.Bottom = 0!
|
||||
Me.PageSettings.Margins.Left = 0.3937008!
|
||||
Me.PageSettings.Margins.Right = 0.3937008!
|
||||
Me.PageSettings.Margins.Top = 0.3937008!
|
||||
Me.PageSettings.PaperHeight = 11.0!
|
||||
Me.PageSettings.PaperWidth = 8.5!
|
||||
Me.PrintWidth = 7.480315!
|
||||
Me.Sections.Add(Me.ReportHeader1)
|
||||
Me.Sections.Add(Me.Detail)
|
||||
Me.Sections.Add(Me.ReportFooter1)
|
||||
Me.StyleSheet.Add(New DDCssLib.StyleSheetRule("font-family: Arial; font-style: normal; text-decoration: none; font-weight: norma" &
|
||||
"l; font-size: 10pt; color: Black; ddo-char-set: 204", "Normal"))
|
||||
Me.StyleSheet.Add(New DDCssLib.StyleSheetRule("font-size: 16pt; font-weight: bold", "Heading1", "Normal"))
|
||||
Me.StyleSheet.Add(New DDCssLib.StyleSheetRule("font-family: Times New Roman; font-size: 14pt; font-weight: bold; font-style: ita" &
|
||||
"lic", "Heading2", "Normal"))
|
||||
Me.StyleSheet.Add(New DDCssLib.StyleSheetRule("font-size: 13pt; font-weight: bold", "Heading3", "Normal"))
|
||||
CType(Me.txtAbfahrsland, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtGesamtpaket1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtMain1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtAbgangszollstelle1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtAbgangszollstelle2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtAbgangszollstelle3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtBestimmungsland, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtFahrzeug, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtZusDok, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtMain2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtMain3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtGesamtpaketName1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtGesamtpaket2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtGesamtpaketName2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtGesamtpaket3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtGesamtpaketName3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
|
||||
End Sub
|
||||
Private WithEvents ReportHeader1 As GrapeCity.ActiveReports.SectionReportModel.ReportHeader
|
||||
Private WithEvents ReportFooter1 As GrapeCity.ActiveReports.SectionReportModel.ReportFooter
|
||||
Public WithEvents txtAbfahrsland As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Public WithEvents txtGesamtpaket1 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Public WithEvents txtMain1 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Public WithEvents txtAbgangszollstelle1 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Public WithEvents txtAbgangszollstelle2 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Public WithEvents txtAbgangszollstelle3 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Public WithEvents txtBestimmungsland As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Public WithEvents txtFahrzeug As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Public WithEvents txtZusDok As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Public WithEvents txtMain2 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Public WithEvents txtMain3 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Public WithEvents txtGesamtpaketName1 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Public WithEvents txtGesamtpaket2 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Public WithEvents txtGesamtpaketName2 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Public WithEvents txtGesamtpaket3 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Public WithEvents txtGesamtpaketName3 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
End Class
|
||||
126
SDL/Formulare/CARNET-TIR/rptTIR_alt.resx
Normal file
126
SDL/Formulare/CARNET-TIR/rptTIR_alt.resx
Normal file
@@ -0,0 +1,126 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<metadata name="$this.ScriptEditorPositionForUndo" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>0, 0</value>
|
||||
</metadata>
|
||||
<metadata name="$this.ScriptEditorPositionForRedo" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>0, 0</value>
|
||||
</metadata>
|
||||
</root>
|
||||
15
SDL/Formulare/CARNET-TIR/rptTIR_alt.vb
Normal file
15
SDL/Formulare/CARNET-TIR/rptTIR_alt.vb
Normal file
@@ -0,0 +1,15 @@
|
||||
Imports GrapeCity.ActiveReports
|
||||
Imports GrapeCity.ActiveReports.Document
|
||||
|
||||
Public Class rptTIR_alt
|
||||
Sub New(RandOben As Double)
|
||||
' Dieser Aufruf ist f<>r den Designer erforderlich.
|
||||
InitializeComponent()
|
||||
|
||||
RandOben = RandOben / 10 'mm
|
||||
Me.PageSettings.Margins.Top = (RandOben / (2.54)) 'cm in ZOLL
|
||||
End Sub
|
||||
Private Sub rptTIR_ReportStart(sender As Object, e As EventArgs) Handles MyBase.ReportStart
|
||||
|
||||
End Sub
|
||||
End Class
|
||||
273
SDL/Formulare/CARNET-TIR/usrcntlTIR_alt.Designer.vb
generated
273
SDL/Formulare/CARNET-TIR/usrcntlTIR_alt.Designer.vb
generated
@@ -22,7 +22,7 @@ Partial Class usrcntlTIR_alt
|
||||
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
||||
<System.Diagnostics.DebuggerStepThrough()>
|
||||
Private Sub InitializeComponent()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(usrcntlTIR))
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(usrcntlTIR_alt))
|
||||
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
||||
Me.txtAbfahrtsland = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
|
||||
@@ -32,24 +32,12 @@ Partial Class usrcntlTIR_alt
|
||||
Me.txtAbgangszollstelle3 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
|
||||
Me.txtAbgangszollstelle2 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
|
||||
Me.txtAbgangszollstelle1 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
|
||||
Me.txtAbgangszollstelle4 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
|
||||
Me.txtAbgangszollstelle5 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
|
||||
Me.txtAbgangszollstelle6 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
|
||||
Me.txtAbgangszollstelle7 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
|
||||
Me.txtGesamtpaket1 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
|
||||
Me.txtGesamtpaket2 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
|
||||
Me.txtGesamtpaket3 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
|
||||
Me.txtGesamtpaket6 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
|
||||
Me.txtGesamtpaket5 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
|
||||
Me.txtGesamtpaket4 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
|
||||
Me.txtGesamtpaket7 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
|
||||
Me.txtGesamtpaketName1 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
|
||||
Me.txtGesamtpaketName2 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
|
||||
Me.txtGesamtpaketName3 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
|
||||
Me.txtGesamtpaketName7 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
|
||||
Me.txtGesamtpaketName6 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
|
||||
Me.txtGesamtpaketName5 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
|
||||
Me.txtGesamtpaketName4 = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
|
||||
Me.dgvGegenstände = New System.Windows.Forms.DataGridView()
|
||||
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
@@ -64,7 +52,7 @@ Partial Class usrcntlTIR_alt
|
||||
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
|
||||
Me.PictureBox1.Location = New System.Drawing.Point(0, 3)
|
||||
Me.PictureBox1.Name = "PictureBox1"
|
||||
Me.PictureBox1.Size = New System.Drawing.Size(859, 1264)
|
||||
Me.PictureBox1.Size = New System.Drawing.Size(857, 1278)
|
||||
Me.PictureBox1.TabIndex = 0
|
||||
Me.PictureBox1.TabStop = False
|
||||
'
|
||||
@@ -73,12 +61,12 @@ Partial Class usrcntlTIR_alt
|
||||
Me.txtAbfahrtsland.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.txtAbfahrtsland.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
||||
Me.txtAbfahrtsland.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtAbfahrtsland.Location = New System.Drawing.Point(207, 173)
|
||||
Me.txtAbfahrtsland.Location = New System.Drawing.Point(431, 259)
|
||||
Me.txtAbfahrtsland.MaxLineLength = 40
|
||||
Me.txtAbfahrtsland.MaxLines_Warning = "4"
|
||||
Me.txtAbfahrtsland.MaxLines_Warning_Label = Nothing
|
||||
Me.txtAbfahrtsland.Name = "txtAbfahrtsland"
|
||||
Me.txtAbfahrtsland.Size = New System.Drawing.Size(126, 65)
|
||||
Me.txtAbfahrtsland.Size = New System.Drawing.Size(195, 21)
|
||||
Me.txtAbfahrtsland.TabIndex = 499
|
||||
Me.txtAbfahrtsland.Text = ""
|
||||
'
|
||||
@@ -87,12 +75,12 @@ Partial Class usrcntlTIR_alt
|
||||
Me.txtBestimmungsland.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.txtBestimmungsland.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
||||
Me.txtBestimmungsland.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtBestimmungsland.Location = New System.Drawing.Point(339, 173)
|
||||
Me.txtBestimmungsland.Location = New System.Drawing.Point(644, 259)
|
||||
Me.txtBestimmungsland.MaxLineLength = 40
|
||||
Me.txtBestimmungsland.MaxLines_Warning = "4"
|
||||
Me.txtBestimmungsland.MaxLines_Warning_Label = Nothing
|
||||
Me.txtBestimmungsland.Name = "txtBestimmungsland"
|
||||
Me.txtBestimmungsland.Size = New System.Drawing.Size(126, 65)
|
||||
Me.txtBestimmungsland.Size = New System.Drawing.Size(195, 21)
|
||||
Me.txtBestimmungsland.TabIndex = 500
|
||||
Me.txtBestimmungsland.Text = ""
|
||||
'
|
||||
@@ -101,12 +89,12 @@ Partial Class usrcntlTIR_alt
|
||||
Me.txtFahrzeug1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.txtFahrzeug1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
||||
Me.txtFahrzeug1.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtFahrzeug1.Location = New System.Drawing.Point(207, 264)
|
||||
Me.txtFahrzeug1.Location = New System.Drawing.Point(17, 308)
|
||||
Me.txtFahrzeug1.MaxLineLength = 40
|
||||
Me.txtFahrzeug1.MaxLines_Warning = "4"
|
||||
Me.txtFahrzeug1.MaxLines_Warning_Label = Nothing
|
||||
Me.txtFahrzeug1.Name = "txtFahrzeug1"
|
||||
Me.txtFahrzeug1.Size = New System.Drawing.Size(258, 60)
|
||||
Me.txtFahrzeug1.Size = New System.Drawing.Size(396, 49)
|
||||
Me.txtFahrzeug1.TabIndex = 501
|
||||
Me.txtFahrzeug1.Text = ""
|
||||
'
|
||||
@@ -115,12 +103,12 @@ Partial Class usrcntlTIR_alt
|
||||
Me.txtZusDocument.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.txtZusDocument.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
||||
Me.txtZusDocument.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtZusDocument.Location = New System.Drawing.Point(476, 243)
|
||||
Me.txtZusDocument.Location = New System.Drawing.Point(431, 308)
|
||||
Me.txtZusDocument.MaxLineLength = 40
|
||||
Me.txtZusDocument.MaxLines_Warning = "4"
|
||||
Me.txtZusDocument.MaxLines_Warning_Label = Nothing
|
||||
Me.txtZusDocument.Name = "txtZusDocument"
|
||||
Me.txtZusDocument.Size = New System.Drawing.Size(368, 81)
|
||||
Me.txtZusDocument.Size = New System.Drawing.Size(408, 86)
|
||||
Me.txtZusDocument.TabIndex = 502
|
||||
Me.txtZusDocument.Text = ""
|
||||
'
|
||||
@@ -129,12 +117,12 @@ Partial Class usrcntlTIR_alt
|
||||
Me.txtAbgangszollstelle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.txtAbgangszollstelle3.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
||||
Me.txtAbgangszollstelle3.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtAbgangszollstelle3.Location = New System.Drawing.Point(27, 160)
|
||||
Me.txtAbgangszollstelle3.Location = New System.Drawing.Point(39, 83)
|
||||
Me.txtAbgangszollstelle3.MaxLineLength = 40
|
||||
Me.txtAbgangszollstelle3.MaxLines_Warning = "4"
|
||||
Me.txtAbgangszollstelle3.MaxLines_Warning_Label = Nothing
|
||||
Me.txtAbgangszollstelle3.Name = "txtAbgangszollstelle3"
|
||||
Me.txtAbgangszollstelle3.Size = New System.Drawing.Size(167, 28)
|
||||
Me.txtAbgangszollstelle3.Size = New System.Drawing.Size(167, 22)
|
||||
Me.txtAbgangszollstelle3.TabIndex = 504
|
||||
Me.txtAbgangszollstelle3.Text = ""
|
||||
'
|
||||
@@ -143,12 +131,12 @@ Partial Class usrcntlTIR_alt
|
||||
Me.txtAbgangszollstelle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.txtAbgangszollstelle2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
||||
Me.txtAbgangszollstelle2.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtAbgangszollstelle2.Location = New System.Drawing.Point(27, 122)
|
||||
Me.txtAbgangszollstelle2.Location = New System.Drawing.Point(240, 55)
|
||||
Me.txtAbgangszollstelle2.MaxLineLength = 40
|
||||
Me.txtAbgangszollstelle2.MaxLines_Warning = "4"
|
||||
Me.txtAbgangszollstelle2.MaxLines_Warning_Label = Nothing
|
||||
Me.txtAbgangszollstelle2.Name = "txtAbgangszollstelle2"
|
||||
Me.txtAbgangszollstelle2.Size = New System.Drawing.Size(167, 28)
|
||||
Me.txtAbgangszollstelle2.Size = New System.Drawing.Size(167, 22)
|
||||
Me.txtAbgangszollstelle2.TabIndex = 505
|
||||
Me.txtAbgangszollstelle2.Text = ""
|
||||
'
|
||||
@@ -157,82 +145,26 @@ Partial Class usrcntlTIR_alt
|
||||
Me.txtAbgangszollstelle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.txtAbgangszollstelle1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
||||
Me.txtAbgangszollstelle1.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtAbgangszollstelle1.Location = New System.Drawing.Point(27, 88)
|
||||
Me.txtAbgangszollstelle1.Location = New System.Drawing.Point(39, 55)
|
||||
Me.txtAbgangszollstelle1.MaxLineLength = 40
|
||||
Me.txtAbgangszollstelle1.MaxLines_Warning = "4"
|
||||
Me.txtAbgangszollstelle1.MaxLines_Warning_Label = Nothing
|
||||
Me.txtAbgangszollstelle1.Name = "txtAbgangszollstelle1"
|
||||
Me.txtAbgangszollstelle1.Size = New System.Drawing.Size(167, 28)
|
||||
Me.txtAbgangszollstelle1.Size = New System.Drawing.Size(167, 22)
|
||||
Me.txtAbgangszollstelle1.TabIndex = 506
|
||||
Me.txtAbgangszollstelle1.Text = ""
|
||||
'
|
||||
'txtAbgangszollstelle4
|
||||
'
|
||||
Me.txtAbgangszollstelle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.txtAbgangszollstelle4.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
||||
Me.txtAbgangszollstelle4.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtAbgangszollstelle4.Location = New System.Drawing.Point(27, 194)
|
||||
Me.txtAbgangszollstelle4.MaxLineLength = 40
|
||||
Me.txtAbgangszollstelle4.MaxLines_Warning = "4"
|
||||
Me.txtAbgangszollstelle4.MaxLines_Warning_Label = Nothing
|
||||
Me.txtAbgangszollstelle4.Name = "txtAbgangszollstelle4"
|
||||
Me.txtAbgangszollstelle4.Size = New System.Drawing.Size(167, 28)
|
||||
Me.txtAbgangszollstelle4.TabIndex = 507
|
||||
Me.txtAbgangszollstelle4.Text = ""
|
||||
'
|
||||
'txtAbgangszollstelle5
|
||||
'
|
||||
Me.txtAbgangszollstelle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.txtAbgangszollstelle5.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
||||
Me.txtAbgangszollstelle5.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtAbgangszollstelle5.Location = New System.Drawing.Point(27, 228)
|
||||
Me.txtAbgangszollstelle5.MaxLineLength = 40
|
||||
Me.txtAbgangszollstelle5.MaxLines_Warning = "4"
|
||||
Me.txtAbgangszollstelle5.MaxLines_Warning_Label = Nothing
|
||||
Me.txtAbgangszollstelle5.Name = "txtAbgangszollstelle5"
|
||||
Me.txtAbgangszollstelle5.Size = New System.Drawing.Size(167, 28)
|
||||
Me.txtAbgangszollstelle5.TabIndex = 508
|
||||
Me.txtAbgangszollstelle5.Text = ""
|
||||
'
|
||||
'txtAbgangszollstelle6
|
||||
'
|
||||
Me.txtAbgangszollstelle6.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.txtAbgangszollstelle6.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
||||
Me.txtAbgangszollstelle6.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtAbgangszollstelle6.Location = New System.Drawing.Point(27, 264)
|
||||
Me.txtAbgangszollstelle6.MaxLineLength = 40
|
||||
Me.txtAbgangszollstelle6.MaxLines_Warning = "4"
|
||||
Me.txtAbgangszollstelle6.MaxLines_Warning_Label = Nothing
|
||||
Me.txtAbgangszollstelle6.Name = "txtAbgangszollstelle6"
|
||||
Me.txtAbgangszollstelle6.Size = New System.Drawing.Size(167, 28)
|
||||
Me.txtAbgangszollstelle6.TabIndex = 509
|
||||
Me.txtAbgangszollstelle6.Text = ""
|
||||
'
|
||||
'txtAbgangszollstelle7
|
||||
'
|
||||
Me.txtAbgangszollstelle7.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.txtAbgangszollstelle7.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
||||
Me.txtAbgangszollstelle7.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtAbgangszollstelle7.Location = New System.Drawing.Point(27, 298)
|
||||
Me.txtAbgangszollstelle7.MaxLineLength = 40
|
||||
Me.txtAbgangszollstelle7.MaxLines_Warning = "4"
|
||||
Me.txtAbgangszollstelle7.MaxLines_Warning_Label = Nothing
|
||||
Me.txtAbgangszollstelle7.Name = "txtAbgangszollstelle7"
|
||||
Me.txtAbgangszollstelle7.Size = New System.Drawing.Size(167, 28)
|
||||
Me.txtAbgangszollstelle7.TabIndex = 510
|
||||
Me.txtAbgangszollstelle7.Text = ""
|
||||
'
|
||||
'txtGesamtpaket1
|
||||
'
|
||||
Me.txtGesamtpaket1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.txtGesamtpaket1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
||||
Me.txtGesamtpaket1.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtGesamtpaket1.Location = New System.Drawing.Point(25, 908)
|
||||
Me.txtGesamtpaket1.Location = New System.Drawing.Point(39, 906)
|
||||
Me.txtGesamtpaket1.MaxLineLength = 40
|
||||
Me.txtGesamtpaket1.MaxLines_Warning = "4"
|
||||
Me.txtGesamtpaket1.MaxLines_Warning_Label = Nothing
|
||||
Me.txtGesamtpaket1.Name = "txtGesamtpaket1"
|
||||
Me.txtGesamtpaket1.Size = New System.Drawing.Size(167, 28)
|
||||
Me.txtGesamtpaket1.Size = New System.Drawing.Size(213, 21)
|
||||
Me.txtGesamtpaket1.TabIndex = 511
|
||||
Me.txtGesamtpaket1.Text = ""
|
||||
'
|
||||
@@ -241,12 +173,12 @@ Partial Class usrcntlTIR_alt
|
||||
Me.txtGesamtpaket2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.txtGesamtpaket2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
||||
Me.txtGesamtpaket2.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtGesamtpaket2.Location = New System.Drawing.Point(25, 939)
|
||||
Me.txtGesamtpaket2.Location = New System.Drawing.Point(39, 944)
|
||||
Me.txtGesamtpaket2.MaxLineLength = 40
|
||||
Me.txtGesamtpaket2.MaxLines_Warning = "4"
|
||||
Me.txtGesamtpaket2.MaxLines_Warning_Label = Nothing
|
||||
Me.txtGesamtpaket2.Name = "txtGesamtpaket2"
|
||||
Me.txtGesamtpaket2.Size = New System.Drawing.Size(167, 28)
|
||||
Me.txtGesamtpaket2.Size = New System.Drawing.Size(213, 21)
|
||||
Me.txtGesamtpaket2.TabIndex = 512
|
||||
Me.txtGesamtpaket2.Text = ""
|
||||
'
|
||||
@@ -255,82 +187,26 @@ Partial Class usrcntlTIR_alt
|
||||
Me.txtGesamtpaket3.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.txtGesamtpaket3.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
||||
Me.txtGesamtpaket3.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtGesamtpaket3.Location = New System.Drawing.Point(25, 970)
|
||||
Me.txtGesamtpaket3.Location = New System.Drawing.Point(40, 984)
|
||||
Me.txtGesamtpaket3.MaxLineLength = 40
|
||||
Me.txtGesamtpaket3.MaxLines_Warning = "4"
|
||||
Me.txtGesamtpaket3.MaxLines_Warning_Label = Nothing
|
||||
Me.txtGesamtpaket3.Name = "txtGesamtpaket3"
|
||||
Me.txtGesamtpaket3.Size = New System.Drawing.Size(167, 23)
|
||||
Me.txtGesamtpaket3.Size = New System.Drawing.Size(212, 21)
|
||||
Me.txtGesamtpaket3.TabIndex = 513
|
||||
Me.txtGesamtpaket3.Text = ""
|
||||
'
|
||||
'txtGesamtpaket6
|
||||
'
|
||||
Me.txtGesamtpaket6.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.txtGesamtpaket6.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
||||
Me.txtGesamtpaket6.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtGesamtpaket6.Location = New System.Drawing.Point(259, 939)
|
||||
Me.txtGesamtpaket6.MaxLineLength = 40
|
||||
Me.txtGesamtpaket6.MaxLines_Warning = "4"
|
||||
Me.txtGesamtpaket6.MaxLines_Warning_Label = Nothing
|
||||
Me.txtGesamtpaket6.Name = "txtGesamtpaket6"
|
||||
Me.txtGesamtpaket6.Size = New System.Drawing.Size(166, 28)
|
||||
Me.txtGesamtpaket6.TabIndex = 516
|
||||
Me.txtGesamtpaket6.Text = ""
|
||||
'
|
||||
'txtGesamtpaket5
|
||||
'
|
||||
Me.txtGesamtpaket5.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.txtGesamtpaket5.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
||||
Me.txtGesamtpaket5.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtGesamtpaket5.Location = New System.Drawing.Point(259, 908)
|
||||
Me.txtGesamtpaket5.MaxLineLength = 40
|
||||
Me.txtGesamtpaket5.MaxLines_Warning = "4"
|
||||
Me.txtGesamtpaket5.MaxLines_Warning_Label = Nothing
|
||||
Me.txtGesamtpaket5.Name = "txtGesamtpaket5"
|
||||
Me.txtGesamtpaket5.Size = New System.Drawing.Size(166, 28)
|
||||
Me.txtGesamtpaket5.TabIndex = 515
|
||||
Me.txtGesamtpaket5.Text = ""
|
||||
'
|
||||
'txtGesamtpaket4
|
||||
'
|
||||
Me.txtGesamtpaket4.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.txtGesamtpaket4.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
||||
Me.txtGesamtpaket4.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtGesamtpaket4.Location = New System.Drawing.Point(259, 877)
|
||||
Me.txtGesamtpaket4.MaxLineLength = 40
|
||||
Me.txtGesamtpaket4.MaxLines_Warning = "4"
|
||||
Me.txtGesamtpaket4.MaxLines_Warning_Label = Nothing
|
||||
Me.txtGesamtpaket4.Name = "txtGesamtpaket4"
|
||||
Me.txtGesamtpaket4.Size = New System.Drawing.Size(166, 28)
|
||||
Me.txtGesamtpaket4.TabIndex = 514
|
||||
Me.txtGesamtpaket4.Text = ""
|
||||
'
|
||||
'txtGesamtpaket7
|
||||
'
|
||||
Me.txtGesamtpaket7.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.txtGesamtpaket7.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
||||
Me.txtGesamtpaket7.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtGesamtpaket7.Location = New System.Drawing.Point(259, 970)
|
||||
Me.txtGesamtpaket7.MaxLineLength = 40
|
||||
Me.txtGesamtpaket7.MaxLines_Warning = "4"
|
||||
Me.txtGesamtpaket7.MaxLines_Warning_Label = Nothing
|
||||
Me.txtGesamtpaket7.Name = "txtGesamtpaket7"
|
||||
Me.txtGesamtpaket7.Size = New System.Drawing.Size(166, 23)
|
||||
Me.txtGesamtpaket7.TabIndex = 517
|
||||
Me.txtGesamtpaket7.Text = ""
|
||||
'
|
||||
'txtGesamtpaketName1
|
||||
'
|
||||
Me.txtGesamtpaketName1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.txtGesamtpaketName1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
||||
Me.txtGesamtpaketName1.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtGesamtpaketName1.Location = New System.Drawing.Point(198, 908)
|
||||
Me.txtGesamtpaketName1.Location = New System.Drawing.Point(267, 906)
|
||||
Me.txtGesamtpaketName1.MaxLineLength = 40
|
||||
Me.txtGesamtpaketName1.MaxLines_Warning = "4"
|
||||
Me.txtGesamtpaketName1.MaxLines_Warning_Label = Nothing
|
||||
Me.txtGesamtpaketName1.Name = "txtGesamtpaketName1"
|
||||
Me.txtGesamtpaketName1.Size = New System.Drawing.Size(44, 28)
|
||||
Me.txtGesamtpaketName1.Size = New System.Drawing.Size(55, 21)
|
||||
Me.txtGesamtpaketName1.TabIndex = 518
|
||||
Me.txtGesamtpaketName1.Text = ""
|
||||
'
|
||||
@@ -339,12 +215,12 @@ Partial Class usrcntlTIR_alt
|
||||
Me.txtGesamtpaketName2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.txtGesamtpaketName2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
||||
Me.txtGesamtpaketName2.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtGesamtpaketName2.Location = New System.Drawing.Point(198, 939)
|
||||
Me.txtGesamtpaketName2.Location = New System.Drawing.Point(267, 944)
|
||||
Me.txtGesamtpaketName2.MaxLineLength = 40
|
||||
Me.txtGesamtpaketName2.MaxLines_Warning = "4"
|
||||
Me.txtGesamtpaketName2.MaxLines_Warning_Label = Nothing
|
||||
Me.txtGesamtpaketName2.Name = "txtGesamtpaketName2"
|
||||
Me.txtGesamtpaketName2.Size = New System.Drawing.Size(44, 28)
|
||||
Me.txtGesamtpaketName2.Size = New System.Drawing.Size(55, 21)
|
||||
Me.txtGesamtpaketName2.TabIndex = 519
|
||||
Me.txtGesamtpaketName2.Text = ""
|
||||
'
|
||||
@@ -353,71 +229,15 @@ Partial Class usrcntlTIR_alt
|
||||
Me.txtGesamtpaketName3.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.txtGesamtpaketName3.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
||||
Me.txtGesamtpaketName3.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtGesamtpaketName3.Location = New System.Drawing.Point(198, 970)
|
||||
Me.txtGesamtpaketName3.Location = New System.Drawing.Point(267, 984)
|
||||
Me.txtGesamtpaketName3.MaxLineLength = 40
|
||||
Me.txtGesamtpaketName3.MaxLines_Warning = "4"
|
||||
Me.txtGesamtpaketName3.MaxLines_Warning_Label = Nothing
|
||||
Me.txtGesamtpaketName3.Name = "txtGesamtpaketName3"
|
||||
Me.txtGesamtpaketName3.Size = New System.Drawing.Size(44, 23)
|
||||
Me.txtGesamtpaketName3.Size = New System.Drawing.Size(55, 21)
|
||||
Me.txtGesamtpaketName3.TabIndex = 520
|
||||
Me.txtGesamtpaketName3.Text = ""
|
||||
'
|
||||
'txtGesamtpaketName7
|
||||
'
|
||||
Me.txtGesamtpaketName7.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.txtGesamtpaketName7.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
||||
Me.txtGesamtpaketName7.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtGesamtpaketName7.Location = New System.Drawing.Point(431, 970)
|
||||
Me.txtGesamtpaketName7.MaxLineLength = 40
|
||||
Me.txtGesamtpaketName7.MaxLines_Warning = "4"
|
||||
Me.txtGesamtpaketName7.MaxLines_Warning_Label = Nothing
|
||||
Me.txtGesamtpaketName7.Name = "txtGesamtpaketName7"
|
||||
Me.txtGesamtpaketName7.Size = New System.Drawing.Size(44, 23)
|
||||
Me.txtGesamtpaketName7.TabIndex = 523
|
||||
Me.txtGesamtpaketName7.Text = ""
|
||||
'
|
||||
'txtGesamtpaketName6
|
||||
'
|
||||
Me.txtGesamtpaketName6.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.txtGesamtpaketName6.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
||||
Me.txtGesamtpaketName6.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtGesamtpaketName6.Location = New System.Drawing.Point(431, 939)
|
||||
Me.txtGesamtpaketName6.MaxLineLength = 40
|
||||
Me.txtGesamtpaketName6.MaxLines_Warning = "4"
|
||||
Me.txtGesamtpaketName6.MaxLines_Warning_Label = Nothing
|
||||
Me.txtGesamtpaketName6.Name = "txtGesamtpaketName6"
|
||||
Me.txtGesamtpaketName6.Size = New System.Drawing.Size(44, 28)
|
||||
Me.txtGesamtpaketName6.TabIndex = 522
|
||||
Me.txtGesamtpaketName6.Text = ""
|
||||
'
|
||||
'txtGesamtpaketName5
|
||||
'
|
||||
Me.txtGesamtpaketName5.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.txtGesamtpaketName5.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
||||
Me.txtGesamtpaketName5.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtGesamtpaketName5.Location = New System.Drawing.Point(431, 908)
|
||||
Me.txtGesamtpaketName5.MaxLineLength = 40
|
||||
Me.txtGesamtpaketName5.MaxLines_Warning = "4"
|
||||
Me.txtGesamtpaketName5.MaxLines_Warning_Label = Nothing
|
||||
Me.txtGesamtpaketName5.Name = "txtGesamtpaketName5"
|
||||
Me.txtGesamtpaketName5.Size = New System.Drawing.Size(44, 28)
|
||||
Me.txtGesamtpaketName5.TabIndex = 521
|
||||
Me.txtGesamtpaketName5.Text = ""
|
||||
'
|
||||
'txtGesamtpaketName4
|
||||
'
|
||||
Me.txtGesamtpaketName4.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.txtGesamtpaketName4.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
||||
Me.txtGesamtpaketName4.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtGesamtpaketName4.Location = New System.Drawing.Point(431, 877)
|
||||
Me.txtGesamtpaketName4.MaxLineLength = 40
|
||||
Me.txtGesamtpaketName4.MaxLines_Warning = "4"
|
||||
Me.txtGesamtpaketName4.MaxLines_Warning_Label = Nothing
|
||||
Me.txtGesamtpaketName4.Name = "txtGesamtpaketName4"
|
||||
Me.txtGesamtpaketName4.Size = New System.Drawing.Size(44, 28)
|
||||
Me.txtGesamtpaketName4.TabIndex = 524
|
||||
Me.txtGesamtpaketName4.Text = ""
|
||||
'
|
||||
'dgvGegenstände
|
||||
'
|
||||
Me.dgvGegenstände.AllowUserToAddRows = False
|
||||
@@ -435,11 +255,11 @@ Partial Class usrcntlTIR_alt
|
||||
DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
||||
Me.dgvGegenstände.DefaultCellStyle = DataGridViewCellStyle1
|
||||
Me.dgvGegenstände.GridColor = System.Drawing.Color.Gray
|
||||
Me.dgvGegenstände.Location = New System.Drawing.Point(17, 387)
|
||||
Me.dgvGegenstände.Location = New System.Drawing.Point(14, 450)
|
||||
Me.dgvGegenstände.Name = "dgvGegenstände"
|
||||
Me.dgvGegenstände.RowHeadersVisible = False
|
||||
Me.dgvGegenstände.RowTemplate.Height = 20
|
||||
Me.dgvGegenstände.Size = New System.Drawing.Size(673, 450)
|
||||
Me.dgvGegenstände.Size = New System.Drawing.Size(727, 398)
|
||||
Me.dgvGegenstände.TabIndex = 525
|
||||
'
|
||||
'DataGridViewTextBoxColumn1
|
||||
@@ -447,7 +267,7 @@ Partial Class usrcntlTIR_alt
|
||||
Me.DataGridViewTextBoxColumn1.HeaderText = "Container Laderaum"
|
||||
Me.DataGridViewTextBoxColumn1.MaxInputLength = 156
|
||||
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
|
||||
Me.DataGridViewTextBoxColumn1.Width = 166
|
||||
Me.DataGridViewTextBoxColumn1.Width = 200
|
||||
'
|
||||
'DataGridViewTextBoxColumn2
|
||||
'
|
||||
@@ -460,38 +280,25 @@ Partial Class usrcntlTIR_alt
|
||||
Me.DataGridViewTextBoxColumn3.HeaderText = "Art des Gegenstandes"
|
||||
Me.DataGridViewTextBoxColumn3.MaxInputLength = 250
|
||||
Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3"
|
||||
Me.DataGridViewTextBoxColumn3.Width = 320
|
||||
Me.DataGridViewTextBoxColumn3.Width = 325
|
||||
'
|
||||
'DataGridViewTextBoxColumn4
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn4.HeaderText = "Bruttogew."
|
||||
Me.DataGridViewTextBoxColumn4.MaxInputLength = 90
|
||||
Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4"
|
||||
Me.DataGridViewTextBoxColumn4.Width = 90
|
||||
'
|
||||
'usrcntlTIR
|
||||
'usrcntlTIR_alt
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.Controls.Add(Me.dgvGegenstände)
|
||||
Me.Controls.Add(Me.txtGesamtpaketName4)
|
||||
Me.Controls.Add(Me.txtGesamtpaketName7)
|
||||
Me.Controls.Add(Me.txtGesamtpaketName6)
|
||||
Me.Controls.Add(Me.txtGesamtpaketName5)
|
||||
Me.Controls.Add(Me.txtGesamtpaketName3)
|
||||
Me.Controls.Add(Me.txtGesamtpaketName2)
|
||||
Me.Controls.Add(Me.txtGesamtpaketName1)
|
||||
Me.Controls.Add(Me.txtGesamtpaket7)
|
||||
Me.Controls.Add(Me.txtGesamtpaket6)
|
||||
Me.Controls.Add(Me.txtGesamtpaket5)
|
||||
Me.Controls.Add(Me.txtGesamtpaket4)
|
||||
Me.Controls.Add(Me.txtGesamtpaket3)
|
||||
Me.Controls.Add(Me.txtGesamtpaket2)
|
||||
Me.Controls.Add(Me.txtGesamtpaket1)
|
||||
Me.Controls.Add(Me.txtAbgangszollstelle7)
|
||||
Me.Controls.Add(Me.txtAbgangszollstelle6)
|
||||
Me.Controls.Add(Me.txtAbgangszollstelle5)
|
||||
Me.Controls.Add(Me.txtAbgangszollstelle4)
|
||||
Me.Controls.Add(Me.txtAbgangszollstelle1)
|
||||
Me.Controls.Add(Me.txtAbgangszollstelle2)
|
||||
Me.Controls.Add(Me.txtAbgangszollstelle3)
|
||||
@@ -500,7 +307,7 @@ Partial Class usrcntlTIR_alt
|
||||
Me.Controls.Add(Me.txtBestimmungsland)
|
||||
Me.Controls.Add(Me.txtAbfahrtsland)
|
||||
Me.Controls.Add(Me.PictureBox1)
|
||||
Me.Name = "usrcntlTIR"
|
||||
Me.Name = "usrcntlTIR_alt"
|
||||
Me.Size = New System.Drawing.Size(860, 1272)
|
||||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.dgvGegenstände, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
@@ -516,24 +323,12 @@ Partial Class usrcntlTIR_alt
|
||||
Public WithEvents txtAbgangszollstelle3 As VERAG_PROG_ALLGEMEIN.MyRichTextBox
|
||||
Public WithEvents txtAbgangszollstelle2 As VERAG_PROG_ALLGEMEIN.MyRichTextBox
|
||||
Public WithEvents txtAbgangszollstelle1 As VERAG_PROG_ALLGEMEIN.MyRichTextBox
|
||||
Public WithEvents txtAbgangszollstelle4 As VERAG_PROG_ALLGEMEIN.MyRichTextBox
|
||||
Public WithEvents txtAbgangszollstelle5 As VERAG_PROG_ALLGEMEIN.MyRichTextBox
|
||||
Public WithEvents txtAbgangszollstelle6 As VERAG_PROG_ALLGEMEIN.MyRichTextBox
|
||||
Public WithEvents txtAbgangszollstelle7 As VERAG_PROG_ALLGEMEIN.MyRichTextBox
|
||||
Public WithEvents txtGesamtpaket1 As VERAG_PROG_ALLGEMEIN.MyRichTextBox
|
||||
Public WithEvents txtGesamtpaket2 As VERAG_PROG_ALLGEMEIN.MyRichTextBox
|
||||
Public WithEvents txtGesamtpaket3 As VERAG_PROG_ALLGEMEIN.MyRichTextBox
|
||||
Public WithEvents txtGesamtpaket6 As VERAG_PROG_ALLGEMEIN.MyRichTextBox
|
||||
Public WithEvents txtGesamtpaket5 As VERAG_PROG_ALLGEMEIN.MyRichTextBox
|
||||
Public WithEvents txtGesamtpaket4 As VERAG_PROG_ALLGEMEIN.MyRichTextBox
|
||||
Public WithEvents txtGesamtpaket7 As VERAG_PROG_ALLGEMEIN.MyRichTextBox
|
||||
Public WithEvents txtGesamtpaketName1 As VERAG_PROG_ALLGEMEIN.MyRichTextBox
|
||||
Public WithEvents txtGesamtpaketName2 As VERAG_PROG_ALLGEMEIN.MyRichTextBox
|
||||
Public WithEvents txtGesamtpaketName3 As VERAG_PROG_ALLGEMEIN.MyRichTextBox
|
||||
Public WithEvents txtGesamtpaketName7 As VERAG_PROG_ALLGEMEIN.MyRichTextBox
|
||||
Public WithEvents txtGesamtpaketName6 As VERAG_PROG_ALLGEMEIN.MyRichTextBox
|
||||
Public WithEvents txtGesamtpaketName5 As VERAG_PROG_ALLGEMEIN.MyRichTextBox
|
||||
Public WithEvents txtGesamtpaketName4 As VERAG_PROG_ALLGEMEIN.MyRichTextBox
|
||||
Public WithEvents dgvGegenstände As DataGridView
|
||||
Friend WithEvents DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn
|
||||
Friend WithEvents DataGridViewTextBoxColumn2 As DataGridViewTextBoxColumn
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -543,6 +543,18 @@
|
||||
<Compile Include="Formulare\CARNET-TIR\frmTIR.vb">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Formulare\CARNET-TIR\frmTIR_alt.Designer.vb">
|
||||
<DependentUpon>frmTIR_alt.vb</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Formulare\CARNET-TIR\frmTIR_alt.vb">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Formulare\CARNET-TIR\rptTIR_alt.Designer.vb">
|
||||
<DependentUpon>rptTIR_alt.vb</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Formulare\CARNET-TIR\rptTIR_alt.vb">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Formulare\CARNET-TIR\usrcntlTIR.Designer.vb">
|
||||
<DependentUpon>usrcntlTIR.vb</DependentUpon>
|
||||
</Compile>
|
||||
@@ -555,6 +567,12 @@
|
||||
<Compile Include="Formulare\CARNET-TIR\rptTIR.vb">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Formulare\CARNET-TIR\usrcntlTIR_alt.Designer.vb">
|
||||
<DependentUpon>usrcntlTIR_alt.vb</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Formulare\CARNET-TIR\usrcntlTIR_alt.vb">
|
||||
<SubType>UserControl</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Formulare\KDFormulare\FormulareBaukasten\frmVorauskasse_EUSTBerechnen.Designer.vb">
|
||||
<DependentUpon>frmVorauskasse_EUSTBerechnen.vb</DependentUpon>
|
||||
</Compile>
|
||||
@@ -2863,12 +2881,21 @@
|
||||
<EmbeddedResource Include="Formulare\CARNET-TIR\frmTIR.resx">
|
||||
<DependentUpon>frmTIR.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Formulare\CARNET-TIR\frmTIR_alt.resx">
|
||||
<DependentUpon>frmTIR_alt.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Formulare\CARNET-TIR\rptTIR_alt.resx">
|
||||
<DependentUpon>rptTIR_alt.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Formulare\CARNET-TIR\usrcntlTIR.resx">
|
||||
<DependentUpon>usrcntlTIR.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Formulare\CARNET-TIR\rptTIR.resx">
|
||||
<DependentUpon>rptTIR.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Formulare\CARNET-TIR\usrcntlTIR_alt.resx">
|
||||
<DependentUpon>usrcntlTIR_alt.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Formulare\KDFormulare\FormulareBaukasten\frmVorauskasse_EUSTBerechnen.resx">
|
||||
<DependentUpon>frmVorauskasse_EUSTBerechnen.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
|
||||
Reference in New Issue
Block a user