Bugfix
This commit is contained in:
47
Aviso/frmSendungsdetailsNEU.Designer.vb
generated
47
Aviso/frmSendungsdetailsNEU.Designer.vb
generated
@@ -22,6 +22,7 @@ Partial Class frmSendungsdetailsNEU
|
|||||||
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
||||||
<System.Diagnostics.DebuggerStepThrough()>
|
<System.Diagnostics.DebuggerStepThrough()>
|
||||||
Private Sub InitializeComponent()
|
Private Sub InitializeComponent()
|
||||||
|
Me.components = New System.ComponentModel.Container()
|
||||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSendungsdetailsNEU))
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSendungsdetailsNEU))
|
||||||
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||||
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||||
@@ -40,7 +41,7 @@ Partial Class frmSendungsdetailsNEU
|
|||||||
Me.pnlKundenInfo = New System.Windows.Forms.Panel()
|
Me.pnlKundenInfo = New System.Windows.Forms.Panel()
|
||||||
Me.Panel20 = New System.Windows.Forms.Panel()
|
Me.Panel20 = New System.Windows.Forms.Panel()
|
||||||
Me.tbAnhang = New System.Windows.Forms.TabPage()
|
Me.tbAnhang = New System.Windows.Forms.TabPage()
|
||||||
Me.dgvAnhang = New VERAG_PROG_ALLGEMEIN.MyDatagridview()
|
Me.dgvAnhang = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
||||||
Me.btnDirektAnfuegen = New System.Windows.Forms.Button()
|
Me.btnDirektAnfuegen = New System.Windows.Forms.Button()
|
||||||
Me.Panel19 = New System.Windows.Forms.Panel()
|
Me.Panel19 = New System.Windows.Forms.Panel()
|
||||||
Me.Button22 = New System.Windows.Forms.Button()
|
Me.Button22 = New System.Windows.Forms.Button()
|
||||||
@@ -61,7 +62,7 @@ Partial Class frmSendungsdetailsNEU
|
|||||||
Me.lblAnhaenge = New System.Windows.Forms.Label()
|
Me.lblAnhaenge = New System.Windows.Forms.Label()
|
||||||
Me.tbZollabfertigung = New System.Windows.Forms.TabPage()
|
Me.tbZollabfertigung = New System.Windows.Forms.TabPage()
|
||||||
Me.Panel16 = New System.Windows.Forms.Panel()
|
Me.Panel16 = New System.Windows.Forms.Panel()
|
||||||
Me.dgvZollAnmeldungen = New VERAG_PROG_ALLGEMEIN.MyDatagridview()
|
Me.dgvZollAnmeldungen = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
||||||
Me.Panel17 = New System.Windows.Forms.Panel()
|
Me.Panel17 = New System.Windows.Forms.Panel()
|
||||||
Me.Button6 = New System.Windows.Forms.Button()
|
Me.Button6 = New System.Windows.Forms.Button()
|
||||||
Me.Button5 = New System.Windows.Forms.Button()
|
Me.Button5 = New System.Windows.Forms.Button()
|
||||||
@@ -92,7 +93,7 @@ Partial Class frmSendungsdetailsNEU
|
|||||||
Me.Label5 = New System.Windows.Forms.Label()
|
Me.Label5 = New System.Windows.Forms.Label()
|
||||||
Me.cboZolltarif = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
Me.cboZolltarif = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||||
Me.TabPage2 = New System.Windows.Forms.TabPage()
|
Me.TabPage2 = New System.Windows.Forms.TabPage()
|
||||||
Me.DataGridView = New VERAG_PROG_ALLGEMEIN.MyDatagridview()
|
Me.DataGridView = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
||||||
Me.pnlSpedBuchNacherfassung = New System.Windows.Forms.Panel()
|
Me.pnlSpedBuchNacherfassung = New System.Windows.Forms.Panel()
|
||||||
Me.cbxOhneZollsys = New System.Windows.Forms.CheckBox()
|
Me.cbxOhneZollsys = New System.Windows.Forms.CheckBox()
|
||||||
Me.Label31 = New System.Windows.Forms.Label()
|
Me.Label31 = New System.Windows.Forms.Label()
|
||||||
@@ -172,13 +173,13 @@ Partial Class frmSendungsdetailsNEU
|
|||||||
Me.txtVK_Preis = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
Me.txtVK_Preis = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||||
Me.txtVK_Leistung = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
Me.txtVK_Leistung = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||||
Me.txtVK_Firma = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
Me.txtVK_Firma = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||||
Me.dgvVorkosten = New VERAG_PROG_ALLGEMEIN.MyDatagridview()
|
Me.dgvVorkosten = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
||||||
Me.clmnVK_id = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
Me.clmnVK_id = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||||
Me.clmnFirma = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
Me.clmnFirma = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||||
Me.clmnLeistung = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
Me.clmnLeistung = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||||
Me.clmnPreis = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
Me.clmnPreis = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||||
Me.tbBAR = New System.Windows.Forms.TabPage()
|
Me.tbBAR = New System.Windows.Forms.TabPage()
|
||||||
Me.dgvBelege = New VERAG_PROG_ALLGEMEIN.MyDatagridview()
|
Me.dgvBelege = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
||||||
Me.Button9 = New System.Windows.Forms.Button()
|
Me.Button9 = New System.Windows.Forms.Button()
|
||||||
Me.btnKassenbuchEintrag = New System.Windows.Forms.Button()
|
Me.btnKassenbuchEintrag = New System.Windows.Forms.Button()
|
||||||
Me.btnLeihgeld = New System.Windows.Forms.Button()
|
Me.btnLeihgeld = New System.Windows.Forms.Button()
|
||||||
@@ -210,7 +211,7 @@ Partial Class frmSendungsdetailsNEU
|
|||||||
Me.txtKdAuftragsNrFrachtfuehrer = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
Me.txtKdAuftragsNrFrachtfuehrer = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||||
Me.txtKdAuftragsNrEmpfaenger = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
Me.txtKdAuftragsNrEmpfaenger = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||||
Me.txtKdAuftragsNrAvisierer = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
Me.txtKdAuftragsNrAvisierer = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||||
Me.cntxt = New System.Windows.Forms.ContextMenuStrip()
|
Me.cntxt = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||||
Me.KdAuftragsNrInAlleSendungenÜbernehmenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
Me.KdAuftragsNrInAlleSendungenÜbernehmenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.lblKdAtrNr = New System.Windows.Forms.Label()
|
Me.lblKdAtrNr = New System.Windows.Forms.Label()
|
||||||
Me.FlatButton4 = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
Me.FlatButton4 = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
||||||
@@ -352,8 +353,8 @@ Partial Class frmSendungsdetailsNEU
|
|||||||
Me.lblgesGewicht = New System.Windows.Forms.Label()
|
Me.lblgesGewicht = New System.Windows.Forms.Label()
|
||||||
Me.lblGesamt = New System.Windows.Forms.Label()
|
Me.lblGesamt = New System.Windows.Forms.Label()
|
||||||
Me.btnSpedBuch = New System.Windows.Forms.Button()
|
Me.btnSpedBuch = New System.Windows.Forms.Button()
|
||||||
Me.cbxSpedBuch = New VERAG_PROG_ALLGEMEIN.MyCheckbox()
|
Me.cbxSpedBuch = New VERAG_PROG_ALLGEMEIN.MyCheckbox(Me.components)
|
||||||
Me.cntxtAnh = New System.Windows.Forms.ContextMenuStrip()
|
Me.cntxtAnh = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||||
Me.MarkiertePDFsDruckenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
Me.MarkiertePDFsDruckenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.EMailAnfügenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
Me.EMailAnfügenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.KopierenZwischenablageToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
Me.KopierenZwischenablageToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
@@ -378,18 +379,18 @@ Partial Class frmSendungsdetailsNEU
|
|||||||
Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
|
Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
|
||||||
Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
||||||
Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator()
|
Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator()
|
||||||
Me.cntxtVorauskasse = New System.Windows.Forms.ContextMenuStrip()
|
Me.cntxtVorauskasse = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||||
Me.toolAuftraggeber = New System.Windows.Forms.ToolStripMenuItem()
|
Me.toolAuftraggeber = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.toolAbsender = New System.Windows.Forms.ToolStripMenuItem()
|
Me.toolAbsender = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.toolEmpfänger = New System.Windows.Forms.ToolStripMenuItem()
|
Me.toolEmpfänger = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.toolAvisierer = New System.Windows.Forms.ToolStripMenuItem()
|
Me.toolAvisierer = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.toolFrächter = New System.Windows.Forms.ToolStripMenuItem()
|
Me.toolFrächter = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.cntxtOptions = New System.Windows.Forms.ContextMenuStrip()
|
Me.cntxtOptions = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||||
Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.GelangensbestätigungToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
Me.GelangensbestätigungToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.KreditlimitRisikobewertungToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
Me.KreditlimitRisikobewertungToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.ToolTip = New System.Windows.Forms.ToolTip()
|
Me.ToolTip = New System.Windows.Forms.ToolTip(Me.components)
|
||||||
Me.ctxtWeitereFormulare = New System.Windows.Forms.ContextMenuStrip()
|
Me.ctxtWeitereFormulare = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||||
Me.toolGelangensbestätigung = New System.Windows.Forms.ToolStripMenuItem()
|
Me.toolGelangensbestätigung = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.toolOriginalSendungsunterlagen = New System.Windows.Forms.ToolStripMenuItem()
|
Me.toolOriginalSendungsunterlagen = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.AuftraggeberToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
Me.AuftraggeberToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
@@ -405,7 +406,7 @@ Partial Class frmSendungsdetailsNEU
|
|||||||
Me.AntragQualitätskontrolleToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
Me.AntragQualitätskontrolleToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.EmpfängerToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
Me.EmpfängerToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.AuftraggeberToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
Me.AuftraggeberToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip()
|
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||||
Me.ToolStripMenuItem15 = New System.Windows.Forms.ToolStripMenuItem()
|
Me.ToolStripMenuItem15 = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.T1BestätigungToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
Me.T1BestätigungToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.MitGestellungsgarantieToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
Me.MitGestellungsgarantieToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
@@ -433,14 +434,13 @@ Partial Class frmSendungsdetailsNEU
|
|||||||
Me.AuftragMOTISToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
Me.AuftragMOTISToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
||||||
Me.dynMailsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
Me.dynMailsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.ContextMenuStrip2 = New System.Windows.Forms.ContextMenuStrip()
|
Me.ContextMenuStrip2 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||||
Me.ToolStripMenuItem14 = New System.Windows.Forms.ToolStripMenuItem()
|
Me.ToolStripMenuItem14 = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.NurÖffnenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
Me.NurÖffnenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.cntDigicust = New System.Windows.Forms.ContextMenuStrip()
|
Me.cntDigicust = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||||
Me.StatusAbrufenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
Me.StatusAbrufenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.ContextMenuStrip3 = New System.Windows.Forms.ContextMenuStrip()
|
Me.ContextMenuStrip3 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||||
Me.XXXToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
Me.XXXToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
|
||||||
Me.pnl.SuspendLayout()
|
Me.pnl.SuspendLayout()
|
||||||
Me.Panel4.SuspendLayout()
|
Me.Panel4.SuspendLayout()
|
||||||
Me.TabControl1.SuspendLayout()
|
Me.TabControl1.SuspendLayout()
|
||||||
@@ -5396,7 +5396,7 @@ Partial Class frmSendungsdetailsNEU
|
|||||||
Me.ContextMenuStrip1.ImageScalingSize = New System.Drawing.Size(24, 24)
|
Me.ContextMenuStrip1.ImageScalingSize = New System.Drawing.Size(24, 24)
|
||||||
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem15, Me.T1BestätigungToolStripMenuItem, Me.SpeditionSUBENToolStripMenuItem, Me.ToolStripMenuItem16, Me.AuftragATANAKToolStripMenuItem, Me.ToolStripMenuItem27, Me.ToolStripMenuItem26, Me.ToolStripMenuItem28, Me.ToolStripMenuItem25, Me.GVMSInfoToolStripMenuItem, Me.CMRBestätigungToolStripMenuItem, Me.AuftragMOTISToolStripMenuItem, Me.ToolStripSeparator1, Me.dynMailsToolStripMenuItem})
|
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem15, Me.T1BestätigungToolStripMenuItem, Me.SpeditionSUBENToolStripMenuItem, Me.ToolStripMenuItem16, Me.AuftragATANAKToolStripMenuItem, Me.ToolStripMenuItem27, Me.ToolStripMenuItem26, Me.ToolStripMenuItem28, Me.ToolStripMenuItem25, Me.GVMSInfoToolStripMenuItem, Me.CMRBestätigungToolStripMenuItem, Me.AuftragMOTISToolStripMenuItem, Me.ToolStripSeparator1, Me.dynMailsToolStripMenuItem})
|
||||||
Me.ContextMenuStrip1.Name = "cntxtAnh"
|
Me.ContextMenuStrip1.Name = "cntxtAnh"
|
||||||
Me.ContextMenuStrip1.Size = New System.Drawing.Size(223, 422)
|
Me.ContextMenuStrip1.Size = New System.Drawing.Size(223, 400)
|
||||||
'
|
'
|
||||||
'ToolStripMenuItem15
|
'ToolStripMenuItem15
|
||||||
'
|
'
|
||||||
@@ -5631,14 +5631,6 @@ Partial Class frmSendungsdetailsNEU
|
|||||||
Me.XXXToolStripMenuItem.Size = New System.Drawing.Size(95, 22)
|
Me.XXXToolStripMenuItem.Size = New System.Drawing.Size(95, 22)
|
||||||
Me.XXXToolStripMenuItem.Text = "XXX"
|
Me.XXXToolStripMenuItem.Text = "XXX"
|
||||||
'
|
'
|
||||||
'ToolStrip1
|
|
||||||
'
|
|
||||||
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
|
|
||||||
Me.ToolStrip1.Name = "ToolStrip1"
|
|
||||||
Me.ToolStrip1.Size = New System.Drawing.Size(1214, 25)
|
|
||||||
Me.ToolStrip1.TabIndex = 12
|
|
||||||
Me.ToolStrip1.Text = "ToolStrip1"
|
|
||||||
'
|
|
||||||
'frmSendungsdetailsNEU
|
'frmSendungsdetailsNEU
|
||||||
'
|
'
|
||||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
|
||||||
@@ -5646,7 +5638,6 @@ Partial Class frmSendungsdetailsNEU
|
|||||||
Me.AutoScroll = True
|
Me.AutoScroll = True
|
||||||
Me.BackColor = System.Drawing.Color.White
|
Me.BackColor = System.Drawing.Color.White
|
||||||
Me.ClientSize = New System.Drawing.Size(1214, 863)
|
Me.ClientSize = New System.Drawing.Size(1214, 863)
|
||||||
Me.Controls.Add(Me.ToolStrip1)
|
|
||||||
Me.Controls.Add(Me.pnl)
|
Me.Controls.Add(Me.pnl)
|
||||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||||
Me.KeyPreview = True
|
Me.KeyPreview = True
|
||||||
@@ -5743,7 +5734,6 @@ Partial Class frmSendungsdetailsNEU
|
|||||||
Me.cntDigicust.ResumeLayout(False)
|
Me.cntDigicust.ResumeLayout(False)
|
||||||
Me.ContextMenuStrip3.ResumeLayout(False)
|
Me.ContextMenuStrip3.ResumeLayout(False)
|
||||||
Me.ResumeLayout(False)
|
Me.ResumeLayout(False)
|
||||||
Me.PerformLayout()
|
|
||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
Friend WithEvents pnl As System.Windows.Forms.Panel
|
Friend WithEvents pnl As System.Windows.Forms.Panel
|
||||||
@@ -6154,5 +6144,4 @@ Partial Class frmSendungsdetailsNEU
|
|||||||
Friend WithEvents Label13 As Label
|
Friend WithEvents Label13 As Label
|
||||||
Friend WithEvents txtATANr As TextBox
|
Friend WithEvents txtATANr As TextBox
|
||||||
Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
|
Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
|
||||||
Friend WithEvents ToolStrip1 As ToolStrip
|
|
||||||
End Class
|
End Class
|
||||||
|
|||||||
@@ -2514,9 +2514,6 @@
|
|||||||
<metadata name="ContextMenuStrip3.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="ContextMenuStrip3.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>129, 56</value>
|
<value>129, 56</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="ToolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
||||||
<value>286, 56</value>
|
|
||||||
</metadata>
|
|
||||||
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
AAABAAEAgIAAAAEAIAAoCAEAFgAAACgAAACAAAAAAAEAAAEAIAAAAAAAAAgBABMLAAATCwAAAAAAAAAA
|
AAABAAEAgIAAAAEAIAAoCAEAFgAAACgAAACAAAAAAAEAAAEAIAAAAAAAAAgBABMLAAATCwAAAAAAAAAA
|
||||||
|
|||||||
Reference in New Issue
Block a user