483 lines
21 KiB
VB.net
483 lines
21 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmLeistundenFIBUKonten
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular ü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()
|
|
Me.mainPanel = New System.Windows.Forms.Panel()
|
|
Me.txtDrittland = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.txtEUstfrei = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.txtEUstpfl = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.txtInlandstfrei = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.txtInlandstpfl = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.lblWordcount = New System.Windows.Forms.Label()
|
|
Me.cboLeistung = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.btnSave = New System.Windows.Forms.Button()
|
|
Me.btnAdd = New System.Windows.Forms.Button()
|
|
Me.btnDelete = New System.Windows.Forms.Button()
|
|
Me.pnlTop = New System.Windows.Forms.Panel()
|
|
Me.cbxLeistungSelected = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.txtSuche = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label18 = New System.Windows.Forms.Label()
|
|
Me.lblWarning = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.cbxFirma = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.dgvSachkonten = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.mainPanel.SuspendLayout()
|
|
Me.pnlTop.SuspendLayout()
|
|
CType(Me.dgvSachkonten, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'mainPanel
|
|
'
|
|
Me.mainPanel.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.mainPanel.Controls.Add(Me.txtDrittland)
|
|
Me.mainPanel.Controls.Add(Me.Label7)
|
|
Me.mainPanel.Controls.Add(Me.txtEUstfrei)
|
|
Me.mainPanel.Controls.Add(Me.Label6)
|
|
Me.mainPanel.Controls.Add(Me.txtEUstpfl)
|
|
Me.mainPanel.Controls.Add(Me.Label5)
|
|
Me.mainPanel.Controls.Add(Me.txtInlandstfrei)
|
|
Me.mainPanel.Controls.Add(Me.Label1)
|
|
Me.mainPanel.Controls.Add(Me.txtInlandstpfl)
|
|
Me.mainPanel.Controls.Add(Me.Label9)
|
|
Me.mainPanel.Controls.Add(Me.lblWordcount)
|
|
Me.mainPanel.Controls.Add(Me.cboLeistung)
|
|
Me.mainPanel.Controls.Add(Me.Label2)
|
|
Me.mainPanel.Controls.Add(Me.btnSave)
|
|
Me.mainPanel.Location = New System.Drawing.Point(1, 648)
|
|
Me.mainPanel.Name = "mainPanel"
|
|
Me.mainPanel.Size = New System.Drawing.Size(1283, 77)
|
|
Me.mainPanel.TabIndex = 101
|
|
'
|
|
'txtDrittland
|
|
'
|
|
Me.txtDrittland._DateTimeOnly = False
|
|
Me.txtDrittland._numbersOnly = True
|
|
Me.txtDrittland._numbersOnlyKommastellen = ""
|
|
Me.txtDrittland._numbersOnlyTrennzeichen = False
|
|
Me.txtDrittland._Prozent = False
|
|
Me.txtDrittland._ShortDateNew = False
|
|
Me.txtDrittland._ShortDateOnly = False
|
|
Me.txtDrittland._TimeOnly = False
|
|
Me.txtDrittland._TimeOnly_Seconds = False
|
|
Me.txtDrittland._value = ""
|
|
Me.txtDrittland._Waehrung = False
|
|
Me.txtDrittland._WaehrungZeichen = False
|
|
Me.txtDrittland.ForeColor = System.Drawing.Color.Black
|
|
Me.txtDrittland.Location = New System.Drawing.Point(800, 38)
|
|
Me.txtDrittland.MaxLineLength = 4
|
|
Me.txtDrittland.MaxLines_Warning = ""
|
|
Me.txtDrittland.MaxLines_Warning_Label = Nothing
|
|
Me.txtDrittland.Name = "txtDrittland"
|
|
Me.txtDrittland.Size = New System.Drawing.Size(120, 20)
|
|
Me.txtDrittland.TabIndex = 45
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Location = New System.Drawing.Point(797, 15)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(46, 13)
|
|
Me.Label7.TabIndex = 44
|
|
Me.Label7.Text = "Drittland"
|
|
'
|
|
'txtEUstfrei
|
|
'
|
|
Me.txtEUstfrei._DateTimeOnly = False
|
|
Me.txtEUstfrei._numbersOnly = True
|
|
Me.txtEUstfrei._numbersOnlyKommastellen = ""
|
|
Me.txtEUstfrei._numbersOnlyTrennzeichen = False
|
|
Me.txtEUstfrei._Prozent = False
|
|
Me.txtEUstfrei._ShortDateNew = False
|
|
Me.txtEUstfrei._ShortDateOnly = False
|
|
Me.txtEUstfrei._TimeOnly = False
|
|
Me.txtEUstfrei._TimeOnly_Seconds = False
|
|
Me.txtEUstfrei._value = ""
|
|
Me.txtEUstfrei._Waehrung = False
|
|
Me.txtEUstfrei._WaehrungZeichen = False
|
|
Me.txtEUstfrei.ForeColor = System.Drawing.Color.Black
|
|
Me.txtEUstfrei.Location = New System.Drawing.Point(662, 38)
|
|
Me.txtEUstfrei.MaxLineLength = 4
|
|
Me.txtEUstfrei.MaxLines_Warning = ""
|
|
Me.txtEUstfrei.MaxLines_Warning_Label = Nothing
|
|
Me.txtEUstfrei.Name = "txtEUstfrei"
|
|
Me.txtEUstfrei.Size = New System.Drawing.Size(120, 20)
|
|
Me.txtEUstfrei.TabIndex = 43
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(659, 15)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(70, 13)
|
|
Me.Label6.TabIndex = 42
|
|
Me.Label6.Text = "EU Steuerfrei"
|
|
'
|
|
'txtEUstpfl
|
|
'
|
|
Me.txtEUstpfl._DateTimeOnly = False
|
|
Me.txtEUstpfl._numbersOnly = True
|
|
Me.txtEUstpfl._numbersOnlyKommastellen = ""
|
|
Me.txtEUstpfl._numbersOnlyTrennzeichen = False
|
|
Me.txtEUstpfl._Prozent = False
|
|
Me.txtEUstpfl._ShortDateNew = False
|
|
Me.txtEUstpfl._ShortDateOnly = False
|
|
Me.txtEUstpfl._TimeOnly = False
|
|
Me.txtEUstpfl._TimeOnly_Seconds = False
|
|
Me.txtEUstpfl._value = ""
|
|
Me.txtEUstpfl._Waehrung = False
|
|
Me.txtEUstpfl._WaehrungZeichen = False
|
|
Me.txtEUstpfl.ForeColor = System.Drawing.Color.Black
|
|
Me.txtEUstpfl.Location = New System.Drawing.Point(517, 38)
|
|
Me.txtEUstpfl.MaxLineLength = 4
|
|
Me.txtEUstpfl.MaxLines_Warning = ""
|
|
Me.txtEUstpfl.MaxLines_Warning_Label = Nothing
|
|
Me.txtEUstpfl.Name = "txtEUstpfl"
|
|
Me.txtEUstpfl.Size = New System.Drawing.Size(120, 20)
|
|
Me.txtEUstpfl.TabIndex = 41
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(514, 15)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(92, 13)
|
|
Me.Label5.TabIndex = 40
|
|
Me.Label5.Text = "EU Steuerpflichtig"
|
|
'
|
|
'txtInlandstfrei
|
|
'
|
|
Me.txtInlandstfrei._DateTimeOnly = False
|
|
Me.txtInlandstfrei._numbersOnly = True
|
|
Me.txtInlandstfrei._numbersOnlyKommastellen = ""
|
|
Me.txtInlandstfrei._numbersOnlyTrennzeichen = False
|
|
Me.txtInlandstfrei._Prozent = False
|
|
Me.txtInlandstfrei._ShortDateNew = False
|
|
Me.txtInlandstfrei._ShortDateOnly = False
|
|
Me.txtInlandstfrei._TimeOnly = False
|
|
Me.txtInlandstfrei._TimeOnly_Seconds = False
|
|
Me.txtInlandstfrei._value = ""
|
|
Me.txtInlandstfrei._Waehrung = False
|
|
Me.txtInlandstfrei._WaehrungZeichen = False
|
|
Me.txtInlandstfrei.ForeColor = System.Drawing.Color.Black
|
|
Me.txtInlandstfrei.Location = New System.Drawing.Point(374, 38)
|
|
Me.txtInlandstfrei.MaxLineLength = 4
|
|
Me.txtInlandstfrei.MaxLines_Warning = ""
|
|
Me.txtInlandstfrei.MaxLines_Warning_Label = Nothing
|
|
Me.txtInlandstfrei.Name = "txtInlandstfrei"
|
|
Me.txtInlandstfrei.Size = New System.Drawing.Size(120, 20)
|
|
Me.txtInlandstfrei.TabIndex = 39
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(371, 15)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(84, 13)
|
|
Me.Label1.TabIndex = 38
|
|
Me.Label1.Text = "Inland Steuerfrei"
|
|
'
|
|
'txtInlandstpfl
|
|
'
|
|
Me.txtInlandstpfl._DateTimeOnly = False
|
|
Me.txtInlandstpfl._numbersOnly = True
|
|
Me.txtInlandstpfl._numbersOnlyKommastellen = ""
|
|
Me.txtInlandstpfl._numbersOnlyTrennzeichen = False
|
|
Me.txtInlandstpfl._Prozent = False
|
|
Me.txtInlandstpfl._ShortDateNew = False
|
|
Me.txtInlandstpfl._ShortDateOnly = False
|
|
Me.txtInlandstpfl._TimeOnly = False
|
|
Me.txtInlandstpfl._TimeOnly_Seconds = False
|
|
Me.txtInlandstpfl._value = ""
|
|
Me.txtInlandstpfl._Waehrung = False
|
|
Me.txtInlandstpfl._WaehrungZeichen = False
|
|
Me.txtInlandstpfl.ForeColor = System.Drawing.Color.Black
|
|
Me.txtInlandstpfl.Location = New System.Drawing.Point(225, 38)
|
|
Me.txtInlandstpfl.MaxLineLength = 4
|
|
Me.txtInlandstpfl.MaxLines_Warning = ""
|
|
Me.txtInlandstpfl.MaxLines_Warning_Label = Nothing
|
|
Me.txtInlandstpfl.Name = "txtInlandstpfl"
|
|
Me.txtInlandstpfl.Size = New System.Drawing.Size(120, 20)
|
|
Me.txtInlandstpfl.TabIndex = 37
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.AutoSize = True
|
|
Me.Label9.Location = New System.Drawing.Point(222, 15)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(106, 13)
|
|
Me.Label9.TabIndex = 36
|
|
Me.Label9.Text = "Inland Steuerpflichtig"
|
|
'
|
|
'lblWordcount
|
|
'
|
|
Me.lblWordcount.AutoSize = True
|
|
Me.lblWordcount.Location = New System.Drawing.Point(1199, 398)
|
|
Me.lblWordcount.Name = "lblWordcount"
|
|
Me.lblWordcount.Size = New System.Drawing.Size(0, 13)
|
|
Me.lblWordcount.TabIndex = 32
|
|
'
|
|
'cboLeistung
|
|
'
|
|
Me.cboLeistung._allowedValuesFreiText = Nothing
|
|
Me.cboLeistung._allowFreiText = False
|
|
Me.cboLeistung._value = ""
|
|
Me.cboLeistung.DropDownWidth = 120
|
|
Me.cboLeistung.FormattingEnabled = True
|
|
Me.cboLeistung.Location = New System.Drawing.Point(28, 38)
|
|
Me.cboLeistung.Name = "cboLeistung"
|
|
Me.cboLeistung.Size = New System.Drawing.Size(159, 21)
|
|
Me.cboLeistung.TabIndex = 24
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(25, 16)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(47, 13)
|
|
Me.Label2.TabIndex = 23
|
|
Me.Label2.Text = "Leistung"
|
|
'
|
|
'btnSave
|
|
'
|
|
Me.btnSave.Location = New System.Drawing.Point(1202, 44)
|
|
Me.btnSave.Name = "btnSave"
|
|
Me.btnSave.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnSave.TabIndex = 10
|
|
Me.btnSave.Text = "Speichern"
|
|
Me.btnSave.UseVisualStyleBackColor = True
|
|
'
|
|
'btnAdd
|
|
'
|
|
Me.btnAdd.BackgroundImage = Global.SDL.My.Resources.Resources.plus
|
|
Me.btnAdd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnAdd.Location = New System.Drawing.Point(1237, 622)
|
|
Me.btnAdd.Name = "btnAdd"
|
|
Me.btnAdd.Size = New System.Drawing.Size(24, 20)
|
|
Me.btnAdd.TabIndex = 103
|
|
Me.btnAdd.UseVisualStyleBackColor = True
|
|
'
|
|
'btnDelete
|
|
'
|
|
Me.btnDelete.BackgroundImage = Global.SDL.My.Resources.Resources.del
|
|
Me.btnDelete.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnDelete.Location = New System.Drawing.Point(1260, 622)
|
|
Me.btnDelete.Name = "btnDelete"
|
|
Me.btnDelete.Size = New System.Drawing.Size(24, 20)
|
|
Me.btnDelete.TabIndex = 102
|
|
Me.btnDelete.UseVisualStyleBackColor = True
|
|
'
|
|
'pnlTop
|
|
'
|
|
Me.pnlTop.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.pnlTop.Controls.Add(Me.cbxLeistungSelected)
|
|
Me.pnlTop.Controls.Add(Me.Label8)
|
|
Me.pnlTop.Controls.Add(Me.txtSuche)
|
|
Me.pnlTop.Controls.Add(Me.Label18)
|
|
Me.pnlTop.Controls.Add(Me.lblWarning)
|
|
Me.pnlTop.Controls.Add(Me.Label4)
|
|
Me.pnlTop.Controls.Add(Me.Label3)
|
|
Me.pnlTop.Controls.Add(Me.cbxFirma)
|
|
Me.pnlTop.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.pnlTop.Location = New System.Drawing.Point(0, 0)
|
|
Me.pnlTop.Name = "pnlTop"
|
|
Me.pnlTop.Size = New System.Drawing.Size(1295, 48)
|
|
Me.pnlTop.TabIndex = 100
|
|
'
|
|
'cbxLeistungSelected
|
|
'
|
|
Me.cbxLeistungSelected._allowedValuesFreiText = Nothing
|
|
Me.cbxLeistungSelected._allowFreiText = False
|
|
Me.cbxLeistungSelected._value = ""
|
|
Me.cbxLeistungSelected.DropDownWidth = 120
|
|
Me.cbxLeistungSelected.FormattingEnabled = True
|
|
Me.cbxLeistungSelected.Location = New System.Drawing.Point(994, 18)
|
|
Me.cbxLeistungSelected.Name = "cbxLeistungSelected"
|
|
Me.cbxLeistungSelected.Size = New System.Drawing.Size(127, 21)
|
|
Me.cbxLeistungSelected.TabIndex = 37
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label8.ForeColor = System.Drawing.Color.White
|
|
Me.Label8.Location = New System.Drawing.Point(991, 2)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(55, 13)
|
|
Me.Label8.TabIndex = 36
|
|
Me.Label8.Text = "Leistung"
|
|
'
|
|
'txtSuche
|
|
'
|
|
Me.txtSuche._DateTimeOnly = False
|
|
Me.txtSuche._numbersOnly = False
|
|
Me.txtSuche._numbersOnlyKommastellen = ""
|
|
Me.txtSuche._numbersOnlyTrennzeichen = True
|
|
Me.txtSuche._Prozent = False
|
|
Me.txtSuche._ShortDateNew = False
|
|
Me.txtSuche._ShortDateOnly = False
|
|
Me.txtSuche._TimeOnly = False
|
|
Me.txtSuche._TimeOnly_Seconds = False
|
|
Me.txtSuche._value = Nothing
|
|
Me.txtSuche._Waehrung = False
|
|
Me.txtSuche._WaehrungZeichen = False
|
|
Me.txtSuche.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtSuche.ForeColor = System.Drawing.Color.Black
|
|
Me.txtSuche.Location = New System.Drawing.Point(663, 19)
|
|
Me.txtSuche.MaxLineLength = -1
|
|
Me.txtSuche.MaxLines_Warning = ""
|
|
Me.txtSuche.MaxLines_Warning_Label = Nothing
|
|
Me.txtSuche.Name = "txtSuche"
|
|
Me.txtSuche.Size = New System.Drawing.Size(314, 20)
|
|
Me.txtSuche.TabIndex = 34
|
|
'
|
|
'Label18
|
|
'
|
|
Me.Label18.AutoSize = True
|
|
Me.Label18.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label18.ForeColor = System.Drawing.Color.White
|
|
Me.Label18.Location = New System.Drawing.Point(660, 4)
|
|
Me.Label18.Name = "Label18"
|
|
Me.Label18.Size = New System.Drawing.Size(43, 13)
|
|
Me.Label18.TabIndex = 33
|
|
Me.Label18.Text = "Suche"
|
|
'
|
|
'lblWarning
|
|
'
|
|
Me.lblWarning.AutoSize = True
|
|
Me.lblWarning.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblWarning.ForeColor = System.Drawing.Color.Red
|
|
Me.lblWarning.Location = New System.Drawing.Point(166, 13)
|
|
Me.lblWarning.Name = "lblWarning"
|
|
Me.lblWarning.Size = New System.Drawing.Size(0, 13)
|
|
Me.lblWarning.TabIndex = 14
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 16.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label4.ForeColor = System.Drawing.Color.White
|
|
Me.Label4.Location = New System.Drawing.Point(10, 13)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(198, 26)
|
|
Me.Label4.TabIndex = 0
|
|
Me.Label4.Text = "FIBU Sachkonten"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label3.ForeColor = System.Drawing.Color.White
|
|
Me.Label3.Location = New System.Drawing.Point(1152, 3)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(37, 13)
|
|
Me.Label3.TabIndex = 5
|
|
Me.Label3.Text = "Firma"
|
|
'
|
|
'cbxFirma
|
|
'
|
|
Me.cbxFirma._allowedValuesFreiText = Nothing
|
|
Me.cbxFirma._allowFreiText = False
|
|
Me.cbxFirma._value = ""
|
|
Me.cbxFirma.DropDownWidth = 150
|
|
Me.cbxFirma.Enabled = False
|
|
Me.cbxFirma.FormattingEnabled = True
|
|
Me.cbxFirma.Location = New System.Drawing.Point(1155, 19)
|
|
Me.cbxFirma.Name = "cbxFirma"
|
|
Me.cbxFirma.Size = New System.Drawing.Size(128, 21)
|
|
Me.cbxFirma.TabIndex = 13
|
|
'
|
|
'dgvSachkonten
|
|
'
|
|
Me.dgvSachkonten.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.dgvSachkonten.AllowUserToAddRows = False
|
|
Me.dgvSachkonten.AllowUserToDeleteRows = False
|
|
Me.dgvSachkonten.BackgroundColor = System.Drawing.Color.White
|
|
Me.dgvSachkonten.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvSachkonten.Location = New System.Drawing.Point(0, 54)
|
|
Me.dgvSachkonten.Name = "dgvSachkonten"
|
|
Me.dgvSachkonten.Size = New System.Drawing.Size(1283, 588)
|
|
Me.dgvSachkonten.TabIndex = 104
|
|
'
|
|
'frmLeistundenFIBUKonten
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(1295, 727)
|
|
Me.Controls.Add(Me.mainPanel)
|
|
Me.Controls.Add(Me.btnAdd)
|
|
Me.Controls.Add(Me.btnDelete)
|
|
Me.Controls.Add(Me.pnlTop)
|
|
Me.Controls.Add(Me.dgvSachkonten)
|
|
Me.Name = "frmLeistundenFIBUKonten"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "FIBU Konten"
|
|
Me.mainPanel.ResumeLayout(False)
|
|
Me.mainPanel.PerformLayout()
|
|
Me.pnlTop.ResumeLayout(False)
|
|
Me.pnlTop.PerformLayout()
|
|
CType(Me.dgvSachkonten, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents mainPanel As Panel
|
|
Friend WithEvents btnSave As Button
|
|
Friend WithEvents btnAdd As Button
|
|
Friend WithEvents btnDelete As Button
|
|
Friend WithEvents pnlTop As Panel
|
|
Friend WithEvents lblWarning As Label
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents cbxFirma As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents dgvSachkonten As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents cboLeistung As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents txtSuche As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label18 As Label
|
|
Friend WithEvents lblWordcount As Label
|
|
Friend WithEvents Label9 As Label
|
|
Friend WithEvents txtInlandstpfl As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents txtDrittland As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label7 As Label
|
|
Friend WithEvents txtEUstfrei As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label6 As Label
|
|
Friend WithEvents txtEUstpfl As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents txtInlandstfrei As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents cbxLeistungSelected As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Label8 As Label
|
|
End Class
|