Merge branch 'master' of https://git.it.verag.ag/edv/AVISO
This commit is contained in:
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
|||||||
' übernehmen, indem Sie "*" eingeben:
|
' übernehmen, indem Sie "*" eingeben:
|
||||||
' <Assembly: AssemblyVersion("1.0.*")>
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
<Assembly: AssemblyVersion("4.2.4.4")>
|
<Assembly: AssemblyVersion("4.2.4.5")>
|
||||||
<Assembly: AssemblyFileVersion("4.2.4.4")>
|
<Assembly: AssemblyFileVersion("4.2.4.5")>
|
||||||
|
|||||||
23
Aviso/usrCntlSND_ATBGestellung.Designer.vb
generated
23
Aviso/usrCntlSND_ATBGestellung.Designer.vb
generated
@@ -23,6 +23,7 @@ Partial Class usrCntlSND_ATBGestellung
|
|||||||
<System.Diagnostics.DebuggerStepThrough()>
|
<System.Diagnostics.DebuggerStepThrough()>
|
||||||
Private Sub InitializeComponent()
|
Private Sub InitializeComponent()
|
||||||
Me.pnlT1 = New System.Windows.Forms.Panel()
|
Me.pnlT1 = New System.Windows.Forms.Panel()
|
||||||
|
Me.PictureBox5 = New System.Windows.Forms.PictureBox()
|
||||||
Me.txtT1Datum = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
Me.txtT1Datum = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||||
Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
|
Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
|
||||||
Me.Label1 = New System.Windows.Forms.Label()
|
Me.Label1 = New System.Windows.Forms.Label()
|
||||||
@@ -35,7 +36,6 @@ Partial Class usrCntlSND_ATBGestellung
|
|||||||
Me.Label3 = New System.Windows.Forms.Label()
|
Me.Label3 = New System.Windows.Forms.Label()
|
||||||
Me.txtT1VerzollungsadresseBestimmungszollstelle = New VERAG_PROG_ALLGEMEIN.MySearchBox()
|
Me.txtT1VerzollungsadresseBestimmungszollstelle = New VERAG_PROG_ALLGEMEIN.MySearchBox()
|
||||||
Me.Label33 = New System.Windows.Forms.Label()
|
Me.Label33 = New System.Windows.Forms.Label()
|
||||||
Me.PictureBox5 = New System.Windows.Forms.PictureBox()
|
|
||||||
Me.pnlT1.SuspendLayout()
|
Me.pnlT1.SuspendLayout()
|
||||||
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
Me.SuspendLayout()
|
Me.SuspendLayout()
|
||||||
@@ -60,6 +60,16 @@ Partial Class usrCntlSND_ATBGestellung
|
|||||||
Me.pnlT1.Size = New System.Drawing.Size(549, 125)
|
Me.pnlT1.Size = New System.Drawing.Size(549, 125)
|
||||||
Me.pnlT1.TabIndex = 0
|
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
|
'txtT1Datum
|
||||||
'
|
'
|
||||||
Me.txtT1Datum._DateTimeOnly = False
|
Me.txtT1Datum._DateTimeOnly = False
|
||||||
@@ -241,17 +251,6 @@ Partial Class usrCntlSND_ATBGestellung
|
|||||||
Me.Label33.TabIndex = 3
|
Me.Label33.TabIndex = 3
|
||||||
Me.Label33.Text = "Vorpapier / T1:"
|
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
|
'usrCntlSND_ATBGestellung
|
||||||
'
|
'
|
||||||
Me.Controls.Add(Me.pnlT1)
|
Me.Controls.Add(Me.pnlT1)
|
||||||
|
|||||||
@@ -333,12 +333,9 @@ Public Class usrcntlAktDetails
|
|||||||
txtFrächter.Cursor = IIf(FraechterKdNr > 0, Cursors.Hand, Cursors.Default)
|
txtFrächter.Cursor = IIf(FraechterKdNr > 0, Cursors.Hand, Cursors.Default)
|
||||||
txtAuftraggeber.Cursor = IIf(AvisiererKdNr > 0, Cursors.Hand, Cursors.Default)
|
txtAuftraggeber.Cursor = IIf(AvisiererKdNr > 0, Cursors.Hand, Cursors.Default)
|
||||||
|
|
||||||
|
|
||||||
cbxLZDeFisk.Checked = False
|
cbxLZDeFisk.Checked = False
|
||||||
If AVISO.Grenzstelle = "DTB" Then cbxLZDeFisk.Checked = True
|
If AVISO.Grenzstelle = "DTB" Then cbxLZDeFisk.Checked = True
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
txtFrächter.Text = AVISO.Frächter
|
txtFrächter.Text = AVISO.Frächter
|
||||||
txtAuftraggeber.Text = AVISO.Auftraggeber
|
txtAuftraggeber.Text = AVISO.Auftraggeber
|
||||||
txtAktMA.Text = AVISO.letzterMitarbeiter
|
txtAktMA.Text = AVISO.letzterMitarbeiter
|
||||||
|
|||||||
Reference in New Issue
Block a user