Files
SDL/SDL/kunden/usrCntlAufschubkonten.Designer.vb

370 lines
16 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class usrCntlAufschubkonten
Inherits System.Windows.Forms.UserControl
'UserControl überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Wird vom Windows Form-Designer benötigt.
Private components As System.ComponentModel.IContainer
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(usrCntlAufschubkonten))
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Me.Button2 = New System.Windows.Forms.Button()
Me.btn = New System.Windows.Forms.Button()
Me.dgvAufschub = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.KtoId = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Art = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.HZA = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.KontoNr = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.EORI = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.NL = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.BIN = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Label20 = New System.Windows.Forms.Label()
Me.txtAufschub_Konto = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtAufschub_HZA = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtAufschub_EORI = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtAufschub_EORINL = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtAufschub_BIN = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label23 = New System.Windows.Forms.Label()
Me.cboArt = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.lklBearbeitungAbbrechen = New System.Windows.Forms.LinkLabel()
Me.Label2 = New System.Windows.Forms.Label()
CType(Me.dgvAufschub, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Button2
'
Me.Button2.BackgroundImage = CType(resources.GetObject("Button2.BackgroundImage"), System.Drawing.Image)
Me.Button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button2.Location = New System.Drawing.Point(614, 0)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(30, 20)
Me.Button2.TabIndex = 1
Me.Button2.TabStop = False
Me.Button2.UseVisualStyleBackColor = True
'
'btn
'
Me.btn.BackgroundImage = Global.SDL.My.Resources.Resources.plus
Me.btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btn.Location = New System.Drawing.Point(614, 104)
Me.btn.Name = "btn"
Me.btn.Size = New System.Drawing.Size(30, 20)
Me.btn.TabIndex = 9
Me.btn.TabStop = False
Me.btn.UseVisualStyleBackColor = True
'
'dgvAufschub
'
Me.dgvAufschub.AKTUALISIERUNGS_INTERVALL = -1
Me.dgvAufschub.AllowUserToAddRows = False
Me.dgvAufschub.AllowUserToDeleteRows = False
Me.dgvAufschub.AllowUserToResizeColumns = False
Me.dgvAufschub.AllowUserToResizeRows = False
Me.dgvAufschub.BackgroundColor = System.Drawing.Color.White
Me.dgvAufschub.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvAufschub.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.KtoId, Me.Art, Me.HZA, Me.KontoNr, Me.EORI, Me.NL, Me.BIN})
Me.dgvAufschub.Location = New System.Drawing.Point(3, 0)
Me.dgvAufschub.MultiSelect = False
Me.dgvAufschub.Name = "dgvAufschub"
Me.dgvAufschub.ReadOnly = True
Me.dgvAufschub.RowHeadersVisible = False
Me.dgvAufschub.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
Me.dgvAufschub.Size = New System.Drawing.Size(610, 102)
Me.dgvAufschub.TabIndex = 0
Me.dgvAufschub.TabStop = False
'
'KtoId
'
Me.KtoId.HeaderText = "Id"
Me.KtoId.Name = "KtoId"
Me.KtoId.ReadOnly = True
Me.KtoId.Visible = False
'
'Art
'
Me.Art.HeaderText = "Art"
Me.Art.Name = "Art"
Me.Art.ReadOnly = True
Me.Art.Width = 40
'
'HZA
'
DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight
Me.HZA.DefaultCellStyle = DataGridViewCellStyle1
Me.HZA.HeaderText = "HZA"
Me.HZA.Name = "HZA"
Me.HZA.ReadOnly = True
Me.HZA.Width = 30
'
'KontoNr
'
Me.KontoNr.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None
Me.KontoNr.HeaderText = "Konto Nr."
Me.KontoNr.Name = "KontoNr"
Me.KontoNr.ReadOnly = True
Me.KontoNr.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
'
'EORI
'
Me.EORI.HeaderText = "EORI"
Me.EORI.Name = "EORI"
Me.EORI.ReadOnly = True
Me.EORI.Width = 120
'
'NL
'
Me.NL.HeaderText = "NL"
Me.NL.Name = "NL"
Me.NL.ReadOnly = True
Me.NL.Width = 60
'
'BIN
'
Me.BIN.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
Me.BIN.HeaderText = "BIN"
Me.BIN.Name = "BIN"
Me.BIN.ReadOnly = True
'
'Label20
'
Me.Label20.AutoSize = True
Me.Label20.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.25!)
Me.Label20.Location = New System.Drawing.Point(611, 88)
Me.Label20.Name = "Label20"
Me.Label20.Size = New System.Drawing.Size(33, 12)
Me.Label20.TabIndex = 2
Me.Label20.Text = "(Enter)"
'
'txtAufschub_Konto
'
Me.txtAufschub_Konto._DateTimeOnly = False
Me.txtAufschub_Konto._numbersOnly = False
Me.txtAufschub_Konto._numbersOnlyKommastellen = ""
Me.txtAufschub_Konto._Prozent = False
Me.txtAufschub_Konto._ShortDateNew = False
Me.txtAufschub_Konto._ShortDateOnly = False
Me.txtAufschub_Konto._TimeOnly = False
Me.txtAufschub_Konto._value = ""
Me.txtAufschub_Konto._Waehrung = False
Me.txtAufschub_Konto._WaehrungZeichen = True
Me.txtAufschub_Konto.ForeColor = System.Drawing.Color.Black
Me.txtAufschub_Konto.Location = New System.Drawing.Point(73, 104)
Me.txtAufschub_Konto.MaxLength = 6
Me.txtAufschub_Konto.MaxLineLength = -1
Me.txtAufschub_Konto.MaxLines_Warning = ""
Me.txtAufschub_Konto.MaxLines_Warning_Label = Nothing
Me.txtAufschub_Konto.Name = "txtAufschub_Konto"
Me.txtAufschub_Konto.Size = New System.Drawing.Size(101, 20)
Me.txtAufschub_Konto.TabIndex = 5
'
'txtAufschub_HZA
'
Me.txtAufschub_HZA._DateTimeOnly = False
Me.txtAufschub_HZA._numbersOnly = False
Me.txtAufschub_HZA._numbersOnlyKommastellen = ""
Me.txtAufschub_HZA._Prozent = False
Me.txtAufschub_HZA._ShortDateNew = False
Me.txtAufschub_HZA._ShortDateOnly = False
Me.txtAufschub_HZA._TimeOnly = False
Me.txtAufschub_HZA._value = ""
Me.txtAufschub_HZA._Waehrung = False
Me.txtAufschub_HZA._WaehrungZeichen = True
Me.txtAufschub_HZA.ForeColor = System.Drawing.Color.Black
Me.txtAufschub_HZA.Location = New System.Drawing.Point(46, 104)
Me.txtAufschub_HZA.MaxLength = 3
Me.txtAufschub_HZA.MaxLineLength = -1
Me.txtAufschub_HZA.MaxLines_Warning = ""
Me.txtAufschub_HZA.MaxLines_Warning_Label = Nothing
Me.txtAufschub_HZA.Name = "txtAufschub_HZA"
Me.txtAufschub_HZA.Size = New System.Drawing.Size(31, 20)
Me.txtAufschub_HZA.TabIndex = 4
'
'txtAufschub_EORI
'
Me.txtAufschub_EORI._DateTimeOnly = False
Me.txtAufschub_EORI._numbersOnly = False
Me.txtAufschub_EORI._numbersOnlyKommastellen = ""
Me.txtAufschub_EORI._Prozent = False
Me.txtAufschub_EORI._ShortDateNew = False
Me.txtAufschub_EORI._ShortDateOnly = False
Me.txtAufschub_EORI._TimeOnly = False
Me.txtAufschub_EORI._value = ""
Me.txtAufschub_EORI._Waehrung = False
Me.txtAufschub_EORI._WaehrungZeichen = True
Me.txtAufschub_EORI.ForeColor = System.Drawing.Color.Black
Me.txtAufschub_EORI.Location = New System.Drawing.Point(176, 104)
Me.txtAufschub_EORI.MaxLineLength = -1
Me.txtAufschub_EORI.MaxLines_Warning = ""
Me.txtAufschub_EORI.MaxLines_Warning_Label = Nothing
Me.txtAufschub_EORI.Name = "txtAufschub_EORI"
Me.txtAufschub_EORI.Size = New System.Drawing.Size(121, 20)
Me.txtAufschub_EORI.TabIndex = 6
'
'txtAufschub_EORINL
'
Me.txtAufschub_EORINL._DateTimeOnly = False
Me.txtAufschub_EORINL._numbersOnly = False
Me.txtAufschub_EORINL._numbersOnlyKommastellen = ""
Me.txtAufschub_EORINL._Prozent = False
Me.txtAufschub_EORINL._ShortDateNew = False
Me.txtAufschub_EORINL._ShortDateOnly = False
Me.txtAufschub_EORINL._TimeOnly = False
Me.txtAufschub_EORINL._value = "0000"
Me.txtAufschub_EORINL._Waehrung = False
Me.txtAufschub_EORINL._WaehrungZeichen = True
Me.txtAufschub_EORINL.ForeColor = System.Drawing.Color.Black
Me.txtAufschub_EORINL.Location = New System.Drawing.Point(293, 104)
Me.txtAufschub_EORINL.MaxLength = 4
Me.txtAufschub_EORINL.MaxLineLength = -1
Me.txtAufschub_EORINL.MaxLines_Warning = ""
Me.txtAufschub_EORINL.MaxLines_Warning_Label = Nothing
Me.txtAufschub_EORINL.Name = "txtAufschub_EORINL"
Me.txtAufschub_EORINL.Size = New System.Drawing.Size(61, 20)
Me.txtAufschub_EORINL.TabIndex = 7
Me.txtAufschub_EORINL.Text = "0000"
'
'txtAufschub_BIN
'
Me.txtAufschub_BIN._DateTimeOnly = False
Me.txtAufschub_BIN._numbersOnly = False
Me.txtAufschub_BIN._numbersOnlyKommastellen = ""
Me.txtAufschub_BIN._Prozent = False
Me.txtAufschub_BIN._ShortDateNew = False
Me.txtAufschub_BIN._ShortDateOnly = False
Me.txtAufschub_BIN._TimeOnly = False
Me.txtAufschub_BIN._value = ""
Me.txtAufschub_BIN._Waehrung = False
Me.txtAufschub_BIN._WaehrungZeichen = True
Me.txtAufschub_BIN.ForeColor = System.Drawing.Color.Black
Me.txtAufschub_BIN.Location = New System.Drawing.Point(356, 104)
Me.txtAufschub_BIN.MaxLength = 30
Me.txtAufschub_BIN.MaxLineLength = -1
Me.txtAufschub_BIN.MaxLines_Warning = ""
Me.txtAufschub_BIN.MaxLines_Warning_Label = Nothing
Me.txtAufschub_BIN.Name = "txtAufschub_BIN"
Me.txtAufschub_BIN.Size = New System.Drawing.Size(257, 20)
Me.txtAufschub_BIN.TabIndex = 8
'
'Label23
'
Me.Label23.ForeColor = System.Drawing.Color.Red
Me.Label23.Location = New System.Drawing.Point(71, 124)
Me.Label23.Name = "Label23"
Me.Label23.Size = New System.Drawing.Size(153, 13)
Me.Label23.TabIndex = 12
Me.Label23.Text = "Bitte angeben!"
Me.Label23.Visible = False
'
'cboArt
'
Me.cboArt._allowedValuesFreiText = Nothing
Me.cboArt._allowFreiText = False
Me.cboArt._value = ""
Me.cboArt.DropDownWidth = 200
Me.cboArt.FormattingEnabled = True
Me.cboArt.Location = New System.Drawing.Point(3, 104)
Me.cboArt.Name = "cboArt"
Me.cboArt.Size = New System.Drawing.Size(41, 21)
Me.cboArt.TabIndex = 3
'
'Label1
'
Me.Label1.ForeColor = System.Drawing.Color.Red
Me.Label1.Location = New System.Drawing.Point(0, 124)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(77, 13)
Me.Label1.TabIndex = 10
Me.Label1.Text = "Bitte angeben!"
Me.Label1.Visible = False
'
'lklBearbeitungAbbrechen
'
Me.lklBearbeitungAbbrechen.AutoSize = True
Me.lklBearbeitungAbbrechen.LinkColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.lklBearbeitungAbbrechen.Location = New System.Drawing.Point(495, 124)
Me.lklBearbeitungAbbrechen.Name = "lklBearbeitungAbbrechen"
Me.lklBearbeitungAbbrechen.Size = New System.Drawing.Size(118, 13)
Me.lklBearbeitungAbbrechen.TabIndex = 13
Me.lklBearbeitungAbbrechen.TabStop = True
Me.lklBearbeitungAbbrechen.Text = "Bearbeitung abbrechen"
Me.lklBearbeitungAbbrechen.Visible = False
'
'Label2
'
Me.Label2.ForeColor = System.Drawing.Color.Red
Me.Label2.Location = New System.Drawing.Point(3, 124)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(151, 13)
Me.Label2.TabIndex = 11
Me.Label2.Text = "Diese Art existiert bereits!"
Me.Label2.Visible = False
'
'usrCntlAufschubkonten
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.lklBearbeitungAbbrechen)
Me.Controls.Add(Me.cboArt)
Me.Controls.Add(Me.txtAufschub_Konto)
Me.Controls.Add(Me.txtAufschub_EORINL)
Me.Controls.Add(Me.txtAufschub_BIN)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.btn)
Me.Controls.Add(Me.dgvAufschub)
Me.Controls.Add(Me.Label20)
Me.Controls.Add(Me.txtAufschub_EORI)
Me.Controls.Add(Me.txtAufschub_HZA)
Me.Controls.Add(Me.Label23)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.Label2)
Me.Name = "usrCntlAufschubkonten"
Me.Size = New System.Drawing.Size(652, 142)
CType(Me.dgvAufschub, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents btn As System.Windows.Forms.Button
Friend WithEvents dgvAufschub As VERAG_PROG_ALLGEMEIN.MyDatagridview
Friend WithEvents Label20 As System.Windows.Forms.Label
Friend WithEvents txtAufschub_Konto As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtAufschub_HZA As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtAufschub_EORI As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtAufschub_EORINL As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtAufschub_BIN As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label23 As System.Windows.Forms.Label
Friend WithEvents cboArt As VERAG_PROG_ALLGEMEIN.MyComboBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents lklBearbeitungAbbrechen As System.Windows.Forms.LinkLabel
Friend WithEvents KtoId As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents Art As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents HZA As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents KontoNr As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents EORI As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents NL As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents BIN As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents Label2 As System.Windows.Forms.Label
End Class