This commit is contained in:
2020-01-08 14:52:43 +01:00
parent bea8632eb5
commit f4c1a74870
136 changed files with 11561 additions and 1072 deletions

View File

@@ -22,6 +22,7 @@ Partial Class usrCntlFaktAbrechnung
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(usrCntlFaktAbrechnung))
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
@@ -60,6 +61,7 @@ Partial Class usrCntlFaktAbrechnung
Me.lblRechnungsDatum = New System.Windows.Forms.Label()
Me.lblRechnungsNummer = New System.Windows.Forms.Label()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.Label52 = New System.Windows.Forms.Label()
Me.Panel2 = New System.Windows.Forms.Panel()
Me.Label49 = New System.Windows.Forms.Label()
Me.Label48 = New System.Windows.Forms.Label()
@@ -141,7 +143,8 @@ Partial Class usrCntlFaktAbrechnung
Me.Label33 = New System.Windows.Forms.Label()
Me.Label35 = New System.Windows.Forms.Label()
Me.Label28 = New System.Windows.Forms.Label()
Me.ToolTip = New System.Windows.Forms.ToolTip()
Me.ToolTip = New System.Windows.Forms.ToolTip(Me.components)
Me.rtbHandling = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
Me.txtPositionAnzahl = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtAbfertigungsanzahl = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtAbfertigungsart = New VERAG_PROG_ALLGEMEIN.MyTextBox()
@@ -194,14 +197,14 @@ Partial Class usrCntlFaktAbrechnung
Me.txtUnterNrRef = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.cboFilialeRef = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.txtAbfertigungsnummerRef = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.dgvRechnungenPositionen = New VERAG_PROG_ALLGEMEIN.MyDatagridview()
Me.dgvRechnungenPositionen = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.Leistung = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Anzahl = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Preis = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.SteuerpflichtigerBetrag = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.SteuerfreierBetrag = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Aufschubkonto = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.dgvOfferteDetailsUebersicht = New VERAG_PROG_ALLGEMEIN.MyDatagridview()
Me.dgvOfferteDetailsUebersicht = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.txtRohmasse = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.cboWaehrung = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.cboWaehrungUmrechnung = New VERAG_PROG_ALLGEMEIN.MyComboBox()
@@ -611,6 +614,8 @@ Partial Class usrCntlFaktAbrechnung
'Panel1
'
Me.Panel1.AutoScroll = True
Me.Panel1.Controls.Add(Me.rtbHandling)
Me.Panel1.Controls.Add(Me.Label52)
Me.Panel1.Controls.Add(Me.Panel2)
Me.Panel1.Controls.Add(Me.pnlAvisierer)
Me.Panel1.Controls.Add(Me.cboAnlage5)
@@ -658,6 +663,17 @@ Partial Class usrCntlFaktAbrechnung
Me.Panel1.Size = New System.Drawing.Size(830, 1130)
Me.Panel1.TabIndex = 1
'
'Label52
'
Me.Label52.AutoSize = True
Me.Label52.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label52.Location = New System.Drawing.Point(549, 938)
Me.Label52.Name = "Label52"
Me.Label52.Size = New System.Drawing.Size(56, 13)
Me.Label52.TabIndex = 43
Me.Label52.Text = "ATA-Nr.:"
Me.Label52.TextAlign = System.Drawing.ContentAlignment.TopRight
'
'Panel2
'
Me.Panel2.BackColor = System.Drawing.Color.White
@@ -1668,6 +1684,17 @@ Partial Class usrCntlFaktAbrechnung
Me.Label28.Text = "Besonderheiten für Verrechung:"
Me.Label28.TextAlign = System.Drawing.ContentAlignment.TopRight
'
'rtbHandling
'
Me.rtbHandling.Location = New System.Drawing.Point(552, 954)
Me.rtbHandling.MaxLineLength = -1
Me.rtbHandling.MaxLines_Warning = ""
Me.rtbHandling.MaxLines_Warning_Label = Nothing
Me.rtbHandling.Name = "rtbHandling"
Me.rtbHandling.Size = New System.Drawing.Size(268, 61)
Me.rtbHandling.TabIndex = 44
Me.rtbHandling.Text = ""
'
'txtPositionAnzahl
'
Me.txtPositionAnzahl._DateTimeOnly = False
@@ -1836,10 +1863,10 @@ Partial Class usrCntlFaktAbrechnung
Me.cboAnlage5.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
Me.cboAnlage5.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.cboAnlage5.FormattingEnabled = True
Me.cboAnlage5.Location = New System.Drawing.Point(423, 974)
Me.cboAnlage5.Location = New System.Drawing.Point(280, 974)
Me.cboAnlage5.MaxLength = 35
Me.cboAnlage5.Name = "cboAnlage5"
Me.cboAnlage5.Size = New System.Drawing.Size(398, 21)
Me.cboAnlage5.Size = New System.Drawing.Size(266, 21)
Me.cboAnlage5.TabIndex = 32
'
'cboAnlage1
@@ -1853,7 +1880,7 @@ Partial Class usrCntlFaktAbrechnung
Me.cboAnlage1.Location = New System.Drawing.Point(10, 954)
Me.cboAnlage1.MaxLength = 35
Me.cboAnlage1.Name = "cboAnlage1"
Me.cboAnlage1.Size = New System.Drawing.Size(397, 21)
Me.cboAnlage1.Size = New System.Drawing.Size(266, 21)
Me.cboAnlage1.TabIndex = 28
'
'txtWarenwertUmrechnung
@@ -1891,7 +1918,7 @@ Partial Class usrCntlFaktAbrechnung
Me.cboAnlage2.Location = New System.Drawing.Point(10, 974)
Me.cboAnlage2.MaxLength = 35
Me.cboAnlage2.Name = "cboAnlage2"
Me.cboAnlage2.Size = New System.Drawing.Size(397, 21)
Me.cboAnlage2.Size = New System.Drawing.Size(266, 21)
Me.cboAnlage2.TabIndex = 29
'
'cboAnlage3
@@ -1905,7 +1932,7 @@ Partial Class usrCntlFaktAbrechnung
Me.cboAnlage3.Location = New System.Drawing.Point(10, 994)
Me.cboAnlage3.MaxLength = 35
Me.cboAnlage3.Name = "cboAnlage3"
Me.cboAnlage3.Size = New System.Drawing.Size(397, 21)
Me.cboAnlage3.Size = New System.Drawing.Size(266, 21)
Me.cboAnlage3.TabIndex = 30
'
'txtVermerk
@@ -1938,10 +1965,10 @@ Partial Class usrCntlFaktAbrechnung
Me.cboAnlage6.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
Me.cboAnlage6.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.cboAnlage6.FormattingEnabled = True
Me.cboAnlage6.Location = New System.Drawing.Point(423, 994)
Me.cboAnlage6.Location = New System.Drawing.Point(280, 994)
Me.cboAnlage6.MaxLength = 35
Me.cboAnlage6.Name = "cboAnlage6"
Me.cboAnlage6.Size = New System.Drawing.Size(398, 21)
Me.cboAnlage6.Size = New System.Drawing.Size(266, 21)
Me.cboAnlage6.TabIndex = 33
'
'cboAnlage4
@@ -1952,10 +1979,10 @@ Partial Class usrCntlFaktAbrechnung
Me.cboAnlage4.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
Me.cboAnlage4.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.cboAnlage4.FormattingEnabled = True
Me.cboAnlage4.Location = New System.Drawing.Point(423, 954)
Me.cboAnlage4.Location = New System.Drawing.Point(280, 954)
Me.cboAnlage4.MaxLength = 35
Me.cboAnlage4.Name = "cboAnlage4"
Me.cboAnlage4.Size = New System.Drawing.Size(398, 21)
Me.cboAnlage4.Size = New System.Drawing.Size(266, 21)
Me.cboAnlage4.TabIndex = 31
'
'txtErfassungsnummer
@@ -2291,7 +2318,7 @@ Partial Class usrCntlFaktAbrechnung
Me.txtRechnungAnName2._WaehrungZeichen = True
Me.txtRechnungAnName2.ForeColor = System.Drawing.Color.Black
Me.txtRechnungAnName2.Location = New System.Drawing.Point(101, 56)
Me.txtRechnungAnName2.MaxLength = 35
Me.txtRechnungAnName2.MaxLength = 40
Me.txtRechnungAnName2.MaxLineLength = -1
Me.txtRechnungAnName2.MaxLines_Warning = ""
Me.txtRechnungAnName2.MaxLines_Warning_Label = Nothing
@@ -2479,7 +2506,7 @@ Partial Class usrCntlFaktAbrechnung
Me.txtRechnungAnOrt._WaehrungZeichen = True
Me.txtRechnungAnOrt.ForeColor = System.Drawing.Color.Black
Me.txtRechnungAnOrt.Location = New System.Drawing.Point(101, 94)
Me.txtRechnungAnOrt.MaxLength = 35
Me.txtRechnungAnOrt.MaxLength = 52
Me.txtRechnungAnOrt.MaxLineLength = -1
Me.txtRechnungAnOrt.MaxLines_Warning = ""
Me.txtRechnungAnOrt.MaxLines_Warning_Label = Nothing
@@ -2502,7 +2529,7 @@ Partial Class usrCntlFaktAbrechnung
Me.txtRechnungAnStrasse._WaehrungZeichen = True
Me.txtRechnungAnStrasse.ForeColor = System.Drawing.Color.Black
Me.txtRechnungAnStrasse.Location = New System.Drawing.Point(101, 75)
Me.txtRechnungAnStrasse.MaxLength = 35
Me.txtRechnungAnStrasse.MaxLength = 40
Me.txtRechnungAnStrasse.MaxLineLength = -1
Me.txtRechnungAnStrasse.MaxLines_Warning = ""
Me.txtRechnungAnStrasse.MaxLines_Warning_Label = Nothing
@@ -3478,4 +3505,6 @@ Partial Class usrCntlFaktAbrechnung
Friend WithEvents cbxOriginalPrint As CheckBox
Friend WithEvents Button13 As Button
Friend WithEvents Button1 As Button
Friend WithEvents Label52 As Label
Friend WithEvents rtbHandling As VERAG_PROG_ALLGEMEIN.MyRichTextBox
End Class