408 lines
19 KiB
VB.net
408 lines
19 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class usrCntlSeriendruck
|
|
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.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.txtErstattungAbfUnterNr_neu = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txtErstattungAbfNr_neu = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txtErstattungAbfNrFiliale_neu = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.cbxSofortDruck = New System.Windows.Forms.CheckBox()
|
|
Me.txtErstattungAbfNrFiliale = New System.Windows.Forms.TextBox()
|
|
Me.txtErstattungAbfUnterNr = New System.Windows.Forms.TextBox()
|
|
Me.btnWordPrint = New System.Windows.Forms.Button()
|
|
Me.txtErstattungAbfNr = New System.Windows.Forms.TextBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.btnShowData = New System.Windows.Forms.Button()
|
|
Me.cbxErstSprache = New System.Windows.Forms.ComboBox()
|
|
Me.btnWord = New System.Windows.Forms.Button()
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|
Me.cboErstattungsart = New System.Windows.Forms.ComboBox()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.btnMail_Intern = New System.Windows.Forms.Button()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.datBis = New System.Windows.Forms.DateTimePicker()
|
|
Me.Label10 = New System.Windows.Forms.Label()
|
|
Me.datVon = New System.Windows.Forms.DateTimePicker()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.GroupBox2.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.txtErstattungAbfUnterNr_neu)
|
|
Me.GroupBox1.Controls.Add(Me.txtErstattungAbfNr_neu)
|
|
Me.GroupBox1.Controls.Add(Me.txtErstattungAbfNrFiliale_neu)
|
|
Me.GroupBox1.Controls.Add(Me.cbxSofortDruck)
|
|
Me.GroupBox1.Controls.Add(Me.txtErstattungAbfNrFiliale)
|
|
Me.GroupBox1.Controls.Add(Me.txtErstattungAbfUnterNr)
|
|
Me.GroupBox1.Controls.Add(Me.btnWordPrint)
|
|
Me.GroupBox1.Controls.Add(Me.txtErstattungAbfNr)
|
|
Me.GroupBox1.Controls.Add(Me.Label2)
|
|
Me.GroupBox1.Controls.Add(Me.Label1)
|
|
Me.GroupBox1.Controls.Add(Me.btnShowData)
|
|
Me.GroupBox1.Controls.Add(Me.cbxErstSprache)
|
|
Me.GroupBox1.Controls.Add(Me.btnWord)
|
|
Me.GroupBox1.Location = New System.Drawing.Point(14, 45)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(646, 150)
|
|
Me.GroupBox1.TabIndex = 0
|
|
Me.GroupBox1.TabStop = False
|
|
'
|
|
'txtErstattungAbfUnterNr_neu
|
|
'
|
|
Me.txtErstattungAbfUnterNr_neu._DateTimeOnly = False
|
|
Me.txtErstattungAbfUnterNr_neu._numbersOnly = True
|
|
Me.txtErstattungAbfUnterNr_neu._numbersOnlyKommastellen = ""
|
|
Me.txtErstattungAbfUnterNr_neu._numbersOnlyTrennzeichen = False
|
|
Me.txtErstattungAbfUnterNr_neu._Prozent = False
|
|
Me.txtErstattungAbfUnterNr_neu._ShortDateNew = False
|
|
Me.txtErstattungAbfUnterNr_neu._ShortDateOnly = False
|
|
Me.txtErstattungAbfUnterNr_neu._TimeOnly = False
|
|
Me.txtErstattungAbfUnterNr_neu._TimeOnly_Seconds = False
|
|
Me.txtErstattungAbfUnterNr_neu._value = ""
|
|
Me.txtErstattungAbfUnterNr_neu._Waehrung = False
|
|
Me.txtErstattungAbfUnterNr_neu._WaehrungZeichen = True
|
|
Me.txtErstattungAbfUnterNr_neu.ForeColor = System.Drawing.Color.Black
|
|
Me.txtErstattungAbfUnterNr_neu.Location = New System.Drawing.Point(130, 42)
|
|
Me.txtErstattungAbfUnterNr_neu.MaxLineLength = -1
|
|
Me.txtErstattungAbfUnterNr_neu.MaxLines_Warning = ""
|
|
Me.txtErstattungAbfUnterNr_neu.MaxLines_Warning_Label = Nothing
|
|
Me.txtErstattungAbfUnterNr_neu.Name = "txtErstattungAbfUnterNr_neu"
|
|
Me.txtErstattungAbfUnterNr_neu.Size = New System.Drawing.Size(32, 20)
|
|
Me.txtErstattungAbfUnterNr_neu.TabIndex = 10
|
|
Me.txtErstattungAbfUnterNr_neu.Text = "00"
|
|
'
|
|
'txtErstattungAbfNr_neu
|
|
'
|
|
Me.txtErstattungAbfNr_neu._DateTimeOnly = False
|
|
Me.txtErstattungAbfNr_neu._numbersOnly = True
|
|
Me.txtErstattungAbfNr_neu._numbersOnlyKommastellen = ""
|
|
Me.txtErstattungAbfNr_neu._numbersOnlyTrennzeichen = False
|
|
Me.txtErstattungAbfNr_neu._Prozent = False
|
|
Me.txtErstattungAbfNr_neu._ShortDateNew = False
|
|
Me.txtErstattungAbfNr_neu._ShortDateOnly = False
|
|
Me.txtErstattungAbfNr_neu._TimeOnly = False
|
|
Me.txtErstattungAbfNr_neu._TimeOnly_Seconds = False
|
|
Me.txtErstattungAbfNr_neu._value = ""
|
|
Me.txtErstattungAbfNr_neu._Waehrung = False
|
|
Me.txtErstattungAbfNr_neu._WaehrungZeichen = True
|
|
Me.txtErstattungAbfNr_neu.ForeColor = System.Drawing.Color.Black
|
|
Me.txtErstattungAbfNr_neu.Location = New System.Drawing.Point(58, 42)
|
|
Me.txtErstattungAbfNr_neu.MaxLineLength = -1
|
|
Me.txtErstattungAbfNr_neu.MaxLines_Warning = ""
|
|
Me.txtErstattungAbfNr_neu.MaxLines_Warning_Label = Nothing
|
|
Me.txtErstattungAbfNr_neu.Name = "txtErstattungAbfNr_neu"
|
|
Me.txtErstattungAbfNr_neu.Size = New System.Drawing.Size(66, 20)
|
|
Me.txtErstattungAbfNr_neu.TabIndex = 9
|
|
'
|
|
'txtErstattungAbfNrFiliale_neu
|
|
'
|
|
Me.txtErstattungAbfNrFiliale_neu._DateTimeOnly = False
|
|
Me.txtErstattungAbfNrFiliale_neu._numbersOnly = True
|
|
Me.txtErstattungAbfNrFiliale_neu._numbersOnlyKommastellen = ""
|
|
Me.txtErstattungAbfNrFiliale_neu._numbersOnlyTrennzeichen = False
|
|
Me.txtErstattungAbfNrFiliale_neu._Prozent = False
|
|
Me.txtErstattungAbfNrFiliale_neu._ShortDateNew = False
|
|
Me.txtErstattungAbfNrFiliale_neu._ShortDateOnly = False
|
|
Me.txtErstattungAbfNrFiliale_neu._TimeOnly = False
|
|
Me.txtErstattungAbfNrFiliale_neu._TimeOnly_Seconds = False
|
|
Me.txtErstattungAbfNrFiliale_neu._value = ""
|
|
Me.txtErstattungAbfNrFiliale_neu._Waehrung = False
|
|
Me.txtErstattungAbfNrFiliale_neu._WaehrungZeichen = True
|
|
Me.txtErstattungAbfNrFiliale_neu.ForeColor = System.Drawing.Color.Black
|
|
Me.txtErstattungAbfNrFiliale_neu.Location = New System.Drawing.Point(19, 42)
|
|
Me.txtErstattungAbfNrFiliale_neu.MaxLineLength = -1
|
|
Me.txtErstattungAbfNrFiliale_neu.MaxLines_Warning = ""
|
|
Me.txtErstattungAbfNrFiliale_neu.MaxLines_Warning_Label = Nothing
|
|
Me.txtErstattungAbfNrFiliale_neu.Name = "txtErstattungAbfNrFiliale_neu"
|
|
Me.txtErstattungAbfNrFiliale_neu.Size = New System.Drawing.Size(33, 20)
|
|
Me.txtErstattungAbfNrFiliale_neu.TabIndex = 8
|
|
Me.txtErstattungAbfNrFiliale_neu.Text = "4817"
|
|
'
|
|
'cbxSofortDruck
|
|
'
|
|
Me.cbxSofortDruck.AutoSize = True
|
|
Me.cbxSofortDruck.Checked = True
|
|
Me.cbxSofortDruck.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.cbxSofortDruck.Location = New System.Drawing.Point(16, 68)
|
|
Me.cbxSofortDruck.Name = "cbxSofortDruck"
|
|
Me.cbxSofortDruck.Size = New System.Drawing.Size(168, 17)
|
|
Me.cbxSofortDruck.TabIndex = 7
|
|
Me.cbxSofortDruck.Text = "Sofort-Druck bei Eingabetaste"
|
|
Me.cbxSofortDruck.UseVisualStyleBackColor = True
|
|
'
|
|
'txtErstattungAbfNrFiliale
|
|
'
|
|
Me.txtErstattungAbfNrFiliale.Location = New System.Drawing.Point(16, 95)
|
|
Me.txtErstattungAbfNrFiliale.MaxLength = 4
|
|
Me.txtErstattungAbfNrFiliale.Name = "txtErstattungAbfNrFiliale"
|
|
Me.txtErstattungAbfNrFiliale.Size = New System.Drawing.Size(36, 20)
|
|
Me.txtErstattungAbfNrFiliale.TabIndex = 0
|
|
Me.txtErstattungAbfNrFiliale.Text = "4817"
|
|
Me.txtErstattungAbfNrFiliale.Visible = False
|
|
'
|
|
'txtErstattungAbfUnterNr
|
|
'
|
|
Me.txtErstattungAbfUnterNr.Location = New System.Drawing.Point(149, 95)
|
|
Me.txtErstattungAbfUnterNr.MaxLength = 2
|
|
Me.txtErstattungAbfUnterNr.Name = "txtErstattungAbfUnterNr"
|
|
Me.txtErstattungAbfUnterNr.Size = New System.Drawing.Size(22, 20)
|
|
Me.txtErstattungAbfUnterNr.TabIndex = 2
|
|
Me.txtErstattungAbfUnterNr.Text = "00"
|
|
Me.txtErstattungAbfUnterNr.Visible = False
|
|
'
|
|
'btnWordPrint
|
|
'
|
|
Me.btnWordPrint.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnWordPrint.ForeColor = System.Drawing.Color.Black
|
|
Me.btnWordPrint.Location = New System.Drawing.Point(519, 121)
|
|
Me.btnWordPrint.Name = "btnWordPrint"
|
|
Me.btnWordPrint.Size = New System.Drawing.Size(121, 23)
|
|
Me.btnWordPrint.TabIndex = 5
|
|
Me.btnWordPrint.Text = "Sofort-Druck"
|
|
Me.btnWordPrint.UseVisualStyleBackColor = True
|
|
'
|
|
'txtErstattungAbfNr
|
|
'
|
|
Me.txtErstattungAbfNr.Location = New System.Drawing.Point(58, 95)
|
|
Me.txtErstattungAbfNr.MaxLength = 20
|
|
Me.txtErstattungAbfNr.Name = "txtErstattungAbfNr"
|
|
Me.txtErstattungAbfNr.Size = New System.Drawing.Size(85, 20)
|
|
Me.txtErstattungAbfNr.TabIndex = 1
|
|
Me.txtErstattungAbfNr.Visible = False
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(13, 25)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(106, 13)
|
|
Me.Label2.TabIndex = 3
|
|
Me.Label2.Text = "Abfertigungsnummer:"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(160, 26)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(47, 13)
|
|
Me.Label1.TabIndex = 3
|
|
Me.Label1.Text = "Sprache"
|
|
'
|
|
'btnShowData
|
|
'
|
|
Me.btnShowData.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnShowData.ForeColor = System.Drawing.Color.Black
|
|
Me.btnShowData.Location = New System.Drawing.Point(519, 15)
|
|
Me.btnShowData.Name = "btnShowData"
|
|
Me.btnShowData.Size = New System.Drawing.Size(121, 23)
|
|
Me.btnShowData.TabIndex = 6
|
|
Me.btnShowData.Text = "Datensatz anzeigen"
|
|
Me.btnShowData.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxErstSprache
|
|
'
|
|
Me.cbxErstSprache.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.cbxErstSprache.FlatStyle = System.Windows.Forms.FlatStyle.System
|
|
Me.cbxErstSprache.FormattingEnabled = True
|
|
Me.cbxErstSprache.Location = New System.Drawing.Point(163, 41)
|
|
Me.cbxErstSprache.Name = "cbxErstSprache"
|
|
Me.cbxErstSprache.Size = New System.Drawing.Size(121, 21)
|
|
Me.cbxErstSprache.TabIndex = 3
|
|
'
|
|
'btnWord
|
|
'
|
|
Me.btnWord.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnWord.ForeColor = System.Drawing.Color.Black
|
|
Me.btnWord.Location = New System.Drawing.Point(519, 66)
|
|
Me.btnWord.Name = "btnWord"
|
|
Me.btnWord.Size = New System.Drawing.Size(121, 49)
|
|
Me.btnWord.TabIndex = 4
|
|
Me.btnWord.Text = "WORD erstellen"
|
|
Me.btnWord.UseVisualStyleBackColor = True
|
|
'
|
|
'GroupBox2
|
|
'
|
|
Me.GroupBox2.Controls.Add(Me.cboErstattungsart)
|
|
Me.GroupBox2.Controls.Add(Me.Label6)
|
|
Me.GroupBox2.Controls.Add(Me.Button1)
|
|
Me.GroupBox2.Controls.Add(Me.btnMail_Intern)
|
|
Me.GroupBox2.Controls.Add(Me.Label9)
|
|
Me.GroupBox2.Controls.Add(Me.datBis)
|
|
Me.GroupBox2.Controls.Add(Me.Label10)
|
|
Me.GroupBox2.Controls.Add(Me.datVon)
|
|
Me.GroupBox2.Location = New System.Drawing.Point(14, 240)
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|
Me.GroupBox2.Size = New System.Drawing.Size(646, 182)
|
|
Me.GroupBox2.TabIndex = 1
|
|
Me.GroupBox2.TabStop = False
|
|
'
|
|
'cboErstattungsart
|
|
'
|
|
Me.cboErstattungsart.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.cboErstattungsart.FlatStyle = System.Windows.Forms.FlatStyle.System
|
|
Me.cboErstattungsart.FormattingEnabled = True
|
|
Me.cboErstattungsart.Location = New System.Drawing.Point(91, 40)
|
|
Me.cboErstattungsart.Name = "cboErstattungsart"
|
|
Me.cboErstattungsart.Size = New System.Drawing.Size(93, 21)
|
|
Me.cboErstattungsart.TabIndex = 11
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(6, 43)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(75, 13)
|
|
Me.Label6.TabIndex = 51
|
|
Me.Label6.Text = "Erstattungsart:"
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.ForeColor = System.Drawing.Color.Black
|
|
Me.Button1.Location = New System.Drawing.Point(519, 17)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(121, 23)
|
|
Me.Button1.TabIndex = 11
|
|
Me.Button1.Text = "Datensatz anzeigen"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'btnMail_Intern
|
|
'
|
|
Me.btnMail_Intern.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnMail_Intern.BackgroundImage = Global.SDL.My.Resources.Resources.email_big1
|
|
Me.btnMail_Intern.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.btnMail_Intern.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnMail_Intern.Location = New System.Drawing.Point(519, 61)
|
|
Me.btnMail_Intern.Name = "btnMail_Intern"
|
|
Me.btnMail_Intern.Size = New System.Drawing.Size(41, 34)
|
|
Me.btnMail_Intern.TabIndex = 49
|
|
Me.btnMail_Intern.UseVisualStyleBackColor = True
|
|
Me.btnMail_Intern.Visible = False
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.AutoSize = True
|
|
Me.Label9.Location = New System.Drawing.Point(190, 20)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(23, 13)
|
|
Me.Label9.TabIndex = 14
|
|
Me.Label9.Text = "bis:"
|
|
'
|
|
'datBis
|
|
'
|
|
Me.datBis.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
|
Me.datBis.Location = New System.Drawing.Point(219, 17)
|
|
Me.datBis.Name = "datBis"
|
|
Me.datBis.Size = New System.Drawing.Size(93, 20)
|
|
Me.datBis.TabIndex = 13
|
|
'
|
|
'Label10
|
|
'
|
|
Me.Label10.AutoSize = True
|
|
Me.Label10.Location = New System.Drawing.Point(6, 17)
|
|
Me.Label10.Name = "Label10"
|
|
Me.Label10.Size = New System.Drawing.Size(72, 13)
|
|
Me.Label10.TabIndex = 12
|
|
Me.Label10.Text = "Zeitraum von:"
|
|
'
|
|
'datVon
|
|
'
|
|
Me.datVon.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
|
Me.datVon.Location = New System.Drawing.Point(91, 17)
|
|
Me.datVon.Name = "datVon"
|
|
Me.datVon.Size = New System.Drawing.Size(93, 20)
|
|
Me.datVon.TabIndex = 11
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.Label3.Location = New System.Drawing.Point(15, 25)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(249, 17)
|
|
Me.Label3.TabIndex = 2
|
|
Me.Label3.Text = "Gutschrift - Erstattungsschreiben"
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.Label4.Location = New System.Drawing.Point(11, 220)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(283, 17)
|
|
Me.Label4.TabIndex = 3
|
|
Me.Label4.Text = "Gutschrift - Erstattungsschreiben Mail"
|
|
'
|
|
'usrCntlSeriendruck
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.GroupBox2)
|
|
Me.Controls.Add(Me.GroupBox1)
|
|
Me.Name = "usrCntlSeriendruck"
|
|
Me.Size = New System.Drawing.Size(1149, 597)
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox1.PerformLayout()
|
|
Me.GroupBox2.ResumeLayout(False)
|
|
Me.GroupBox2.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents cbxErstSprache As System.Windows.Forms.ComboBox
|
|
Friend WithEvents btnWord As System.Windows.Forms.Button
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents btnShowData As System.Windows.Forms.Button
|
|
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents txtErstattungAbfNr As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents btnWordPrint As System.Windows.Forms.Button
|
|
Friend WithEvents txtErstattungAbfUnterNr As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtErstattungAbfNrFiliale As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents cbxSofortDruck As System.Windows.Forms.CheckBox
|
|
Friend WithEvents txtErstattungAbfUnterNr_neu As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents txtErstattungAbfNr_neu As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents txtErstattungAbfNrFiliale_neu As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents Label9 As Label
|
|
Friend WithEvents datBis As DateTimePicker
|
|
Friend WithEvents Label10 As Label
|
|
Friend WithEvents datVon As DateTimePicker
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents btnMail_Intern As Button
|
|
Friend WithEvents cboErstattungsart As ComboBox
|
|
Friend WithEvents Label6 As Label
|
|
End Class
|