VK_Fremdwährung
This commit is contained in:
74
SDL/Fakturierung/usrCntlFaktAbrechnung.Designer.vb
generated
74
SDL/Fakturierung/usrCntlFaktAbrechnung.Designer.vb
generated
@@ -152,6 +152,8 @@ Partial Class usrCntlFaktAbrechnung
|
||||
Me.txtZollbelegNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.Label10 = New System.Windows.Forms.Label()
|
||||
Me.pnlRechnungAn = New System.Windows.Forms.Panel()
|
||||
Me.Label56 = New System.Windows.Forms.Label()
|
||||
Me.txtRechnungAnZusatz = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.Button15 = New System.Windows.Forms.Button()
|
||||
Me.cboSammelrechnung = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.Button14 = New System.Windows.Forms.Button()
|
||||
@@ -274,8 +276,6 @@ Partial Class usrCntlFaktAbrechnung
|
||||
Me.ContextMenuStrip2 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||
Me.GutschriftAusRechnungToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.SeperateRechnungFürEUSTToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.txtRechnungAnZusatz = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.Label56 = New System.Windows.Forms.Label()
|
||||
Me.pnlTop.SuspendLayout()
|
||||
Me.Panel3.SuspendLayout()
|
||||
Me.Panel1.SuspendLayout()
|
||||
@@ -1997,6 +1997,41 @@ Partial Class usrCntlFaktAbrechnung
|
||||
Me.pnlRechnungAn.Size = New System.Drawing.Size(582, 153)
|
||||
Me.pnlRechnungAn.TabIndex = 0
|
||||
'
|
||||
'Label56
|
||||
'
|
||||
Me.Label56.AutoSize = True
|
||||
Me.Label56.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label56.Location = New System.Drawing.Point(7, 85)
|
||||
Me.Label56.Name = "Label56"
|
||||
Me.Label56.Size = New System.Drawing.Size(48, 13)
|
||||
Me.Label56.TabIndex = 243
|
||||
Me.Label56.Text = "Adresse:"
|
||||
'
|
||||
'txtRechnungAnZusatz
|
||||
'
|
||||
Me.txtRechnungAnZusatz._DateTimeOnly = False
|
||||
Me.txtRechnungAnZusatz._numbersOnly = False
|
||||
Me.txtRechnungAnZusatz._numbersOnlyKommastellen = ""
|
||||
Me.txtRechnungAnZusatz._numbersOnlyTrennzeichen = True
|
||||
Me.txtRechnungAnZusatz._Prozent = False
|
||||
Me.txtRechnungAnZusatz._ShortDateNew = False
|
||||
Me.txtRechnungAnZusatz._ShortDateOnly = False
|
||||
Me.txtRechnungAnZusatz._TimeOnly = False
|
||||
Me.txtRechnungAnZusatz._TimeOnly_Seconds = False
|
||||
Me.txtRechnungAnZusatz._value = Nothing
|
||||
Me.txtRechnungAnZusatz._Waehrung = False
|
||||
Me.txtRechnungAnZusatz._WaehrungZeichen = True
|
||||
Me.txtRechnungAnZusatz.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtRechnungAnZusatz.Location = New System.Drawing.Point(101, 63)
|
||||
Me.txtRechnungAnZusatz.MaxLength = 52
|
||||
Me.txtRechnungAnZusatz.MaxLineLength = -1
|
||||
Me.txtRechnungAnZusatz.MaxLines_Warning = ""
|
||||
Me.txtRechnungAnZusatz.MaxLines_Warning_Label = Nothing
|
||||
Me.txtRechnungAnZusatz.Name = "txtRechnungAnZusatz"
|
||||
Me.txtRechnungAnZusatz.Size = New System.Drawing.Size(306, 20)
|
||||
Me.txtRechnungAnZusatz.TabIndex = 242
|
||||
Me.txtRechnungAnZusatz.TabStop = False
|
||||
'
|
||||
'Button15
|
||||
'
|
||||
Me.Button15.Enabled = False
|
||||
@@ -3907,41 +3942,6 @@ Partial Class usrCntlFaktAbrechnung
|
||||
Me.SeperateRechnungFürEUSTToolStripMenuItem.Size = New System.Drawing.Size(223, 22)
|
||||
Me.SeperateRechnungFürEUSTToolStripMenuItem.Text = "Seperate Rechnung für EUST"
|
||||
'
|
||||
'txtRechnungAnZusatz
|
||||
'
|
||||
Me.txtRechnungAnZusatz._DateTimeOnly = False
|
||||
Me.txtRechnungAnZusatz._numbersOnly = False
|
||||
Me.txtRechnungAnZusatz._numbersOnlyKommastellen = ""
|
||||
Me.txtRechnungAnZusatz._numbersOnlyTrennzeichen = True
|
||||
Me.txtRechnungAnZusatz._Prozent = False
|
||||
Me.txtRechnungAnZusatz._ShortDateNew = False
|
||||
Me.txtRechnungAnZusatz._ShortDateOnly = False
|
||||
Me.txtRechnungAnZusatz._TimeOnly = False
|
||||
Me.txtRechnungAnZusatz._TimeOnly_Seconds = False
|
||||
Me.txtRechnungAnZusatz._value = Nothing
|
||||
Me.txtRechnungAnZusatz._Waehrung = False
|
||||
Me.txtRechnungAnZusatz._WaehrungZeichen = True
|
||||
Me.txtRechnungAnZusatz.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtRechnungAnZusatz.Location = New System.Drawing.Point(101, 63)
|
||||
Me.txtRechnungAnZusatz.MaxLength = 52
|
||||
Me.txtRechnungAnZusatz.MaxLineLength = -1
|
||||
Me.txtRechnungAnZusatz.MaxLines_Warning = ""
|
||||
Me.txtRechnungAnZusatz.MaxLines_Warning_Label = Nothing
|
||||
Me.txtRechnungAnZusatz.Name = "txtRechnungAnZusatz"
|
||||
Me.txtRechnungAnZusatz.Size = New System.Drawing.Size(306, 20)
|
||||
Me.txtRechnungAnZusatz.TabIndex = 242
|
||||
Me.txtRechnungAnZusatz.TabStop = False
|
||||
'
|
||||
'Label56
|
||||
'
|
||||
Me.Label56.AutoSize = True
|
||||
Me.Label56.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label56.Location = New System.Drawing.Point(7, 85)
|
||||
Me.Label56.Name = "Label56"
|
||||
Me.Label56.Size = New System.Drawing.Size(48, 13)
|
||||
Me.Label56.TabIndex = 243
|
||||
Me.Label56.Text = "Adresse:"
|
||||
'
|
||||
'usrCntlFaktAbrechnung
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
|
||||
Reference in New Issue
Block a user