diff --git a/Aviso/My Project/AssemblyInfo.vb b/Aviso/My Project/AssemblyInfo.vb index 2244c45..2cdda1e 100644 --- a/Aviso/My Project/AssemblyInfo.vb +++ b/Aviso/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - - + + diff --git a/Aviso/usrCntlSND_ATBGestellung.Designer.vb b/Aviso/usrCntlSND_ATBGestellung.Designer.vb index cb81d4f..c6b249d 100644 --- a/Aviso/usrCntlSND_ATBGestellung.Designer.vb +++ b/Aviso/usrCntlSND_ATBGestellung.Designer.vb @@ -23,6 +23,7 @@ Partial Class usrCntlSND_ATBGestellung Private Sub InitializeComponent() Me.pnlT1 = New System.Windows.Forms.Panel() + Me.PictureBox5 = New System.Windows.Forms.PictureBox() Me.txtT1Datum = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker() Me.Label1 = New System.Windows.Forms.Label() @@ -35,7 +36,6 @@ Partial Class usrCntlSND_ATBGestellung Me.Label3 = New System.Windows.Forms.Label() Me.txtT1VerzollungsadresseBestimmungszollstelle = New VERAG_PROG_ALLGEMEIN.MySearchBox() Me.Label33 = New System.Windows.Forms.Label() - Me.PictureBox5 = New System.Windows.Forms.PictureBox() Me.pnlT1.SuspendLayout() CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() @@ -60,6 +60,16 @@ Partial Class usrCntlSND_ATBGestellung Me.pnlT1.Size = New System.Drawing.Size(549, 125) Me.pnlT1.TabIndex = 0 ' + 'PictureBox5 + ' + Me.PictureBox5.BackgroundImage = Global.AVISO.My.Resources.Resources.fragezeichen1 + Me.PictureBox5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom + Me.PictureBox5.Location = New System.Drawing.Point(0, 8) + Me.PictureBox5.Name = "PictureBox5" + Me.PictureBox5.Size = New System.Drawing.Size(18, 19) + Me.PictureBox5.TabIndex = 132 + Me.PictureBox5.TabStop = False + ' 'txtT1Datum ' Me.txtT1Datum._DateTimeOnly = False @@ -241,17 +251,6 @@ Partial Class usrCntlSND_ATBGestellung Me.Label33.TabIndex = 3 Me.Label33.Text = "Vorpapier / T1:" ' - 'PictureBox5 - ' - Me.PictureBox5.BackgroundImage = Global.AVISO.My.Resources.Resources.fragezeichen1 - Me.PictureBox5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom - Me.PictureBox5.Location = New System.Drawing.Point(0, 8) - Me.PictureBox5.Name = "PictureBox5" - Me.PictureBox5.Size = New System.Drawing.Size(18, 19) - Me.PictureBox5.TabIndex = 132 - Me.PictureBox5.TabStop = False - Me.PictureBox5.Visible = False - ' 'usrCntlSND_ATBGestellung ' Me.Controls.Add(Me.pnlT1) diff --git a/Aviso/usrcntlAktDetails.vb b/Aviso/usrcntlAktDetails.vb index 778470a..1c1393e 100644 --- a/Aviso/usrcntlAktDetails.vb +++ b/Aviso/usrcntlAktDetails.vb @@ -333,12 +333,9 @@ Public Class usrcntlAktDetails txtFrächter.Cursor = IIf(FraechterKdNr > 0, Cursors.Hand, Cursors.Default) txtAuftraggeber.Cursor = IIf(AvisiererKdNr > 0, Cursors.Hand, Cursors.Default) - cbxLZDeFisk.Checked = False If AVISO.Grenzstelle = "DTB" Then cbxLZDeFisk.Checked = True - - txtFrächter.Text = AVISO.Frächter txtAuftraggeber.Text = AVISO.Auftraggeber txtAktMA.Text = AVISO.letzterMitarbeiter