This commit is contained in:
2020-03-12 14:48:24 +01:00
parent e879fb6881
commit afaac3c2a4
107 changed files with 16055 additions and 3324 deletions

View File

@@ -26,6 +26,7 @@ Partial Class usrCntlSND_Handling
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Me.pnlT1 = New System.Windows.Forms.Panel()
Me.lkl = New System.Windows.Forms.LinkLabel()
Me.Label2 = New System.Windows.Forms.Label()
Me.txtATCMRNFremd = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label1 = New System.Windows.Forms.Label()
@@ -35,7 +36,6 @@ Partial Class usrCntlSND_Handling
Me.clmnATA = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.clmnColli = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.clmnGewicht = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.lkl = New System.Windows.Forms.LinkLabel()
Me.pnlT1.SuspendLayout()
CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
@@ -53,6 +53,17 @@ Partial Class usrCntlSND_Handling
Me.pnlT1.Size = New System.Drawing.Size(549, 92)
Me.pnlT1.TabIndex = 67
'
'lkl
'
Me.lkl.AutoSize = True
Me.lkl.LinkColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.lkl.Location = New System.Drawing.Point(442, 74)
Me.lkl.Name = "lkl"
Me.lkl.Size = New System.Drawing.Size(102, 13)
Me.lkl.TabIndex = 37
Me.lkl.TabStop = True
Me.lkl.Text = "Summen übertragen"
'
'Label2
'
Me.Label2.AutoSize = True
@@ -147,7 +158,7 @@ Partial Class usrCntlSND_Handling
'clmnATA
'
Me.clmnATA.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
Me.clmnATA.HeaderText = "ATA/CRN/MRN"
Me.clmnATA.HeaderText = "ATA/ATC/CRN/MRN"
Me.clmnATA.Name = "clmnATA"
'
'clmnColli
@@ -169,17 +180,6 @@ Partial Class usrCntlSND_Handling
Me.clmnGewicht.Name = "clmnGewicht"
Me.clmnGewicht.Width = 80
'
'lkl
'
Me.lkl.AutoSize = True
Me.lkl.LinkColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.lkl.Location = New System.Drawing.Point(442, 74)
Me.lkl.Name = "lkl"
Me.lkl.Size = New System.Drawing.Size(102, 13)
Me.lkl.TabIndex = 37
Me.lkl.TabStop = True
Me.lkl.Text = "Summen übertragen"
'
'usrCntlSND_Handling
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -199,9 +199,9 @@ Partial Class usrCntlSND_Handling
Friend WithEvents Label1 As Label
Friend WithEvents MyDatagridview1 As VERAG_PROG_ALLGEMEIN.MyDatagridview
Friend WithEvents Label2 As Label
Friend WithEvents lkl As LinkLabel
Friend WithEvents clmnArt As DataGridViewComboBoxColumn
Friend WithEvents clmnATA As DataGridViewTextBoxColumn
Friend WithEvents clmnColli As DataGridViewTextBoxColumn
Friend WithEvents clmnGewicht As DataGridViewTextBoxColumn
Friend WithEvents lkl As LinkLabel
End Class