neu
This commit is contained in:
2
Aviso/Anhänge/frmAddSendnung.Designer.vb
generated
2
Aviso/Anhänge/frmAddSendnung.Designer.vb
generated
@@ -193,7 +193,7 @@ Partial Class frmAddSendnung
|
||||
'
|
||||
'btn
|
||||
'
|
||||
Me.btn.DialogResult = System.Windows.Forms.DialogResult.OK
|
||||
Me.btn.DialogResult = DialogResult.OK
|
||||
Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btn.Location = New System.Drawing.Point(12, 244)
|
||||
Me.btn.Name = "btn"
|
||||
|
||||
@@ -1404,7 +1404,7 @@ Public Class frmSendungAnhangImport
|
||||
Private Sub Button17_Click(sender As Object, e As EventArgs) Handles Button17.Click
|
||||
Dim frmGrayOut = VERAG_PROG_ALLGEMEIN.cMeineFunktionenAVISO.grayoutForm()
|
||||
Dim sv As New frmAddSendungsvermerkShort(AvisoId, SENDUNG_LIST(CURRENT_INDEX).tblSnd_SendungID) ', dgvSendungen.SelectedRows(0).Cells("tblSnd_SendungID").Value)
|
||||
sv.Location = Me.PointToClient(System.Windows.Forms.Cursor.Position)
|
||||
sv.Location = Me.PointToClient(Cursor.Position)
|
||||
sv.ShowDialog(frmGrayOut)
|
||||
frmGrayOut.Close()
|
||||
sv.Close()
|
||||
|
||||
@@ -86,7 +86,7 @@ Partial Class frmSendungAnhangUmbenennenUmkateg
|
||||
'btnAnfuegen
|
||||
'
|
||||
Me.btnAnfuegen.BackColor = System.Drawing.Color.White
|
||||
Me.btnAnfuegen.DialogResult = System.Windows.Forms.DialogResult.OK
|
||||
Me.btnAnfuegen.DialogResult = DialogResult.OK
|
||||
Me.btnAnfuegen.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btnAnfuegen.Location = New System.Drawing.Point(77, 73)
|
||||
Me.btnAnfuegen.Name = "btnAnfuegen"
|
||||
|
||||
Reference in New Issue
Block a user