254 lines
12 KiB
VB.net
254 lines
12 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmKasseBerichtVonBis
|
|
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()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmKasseBerichtVonBis))
|
|
Me.lblZeitraum = New System.Windows.Forms.Label()
|
|
Me.btnBisMonat = New System.Windows.Forms.Button()
|
|
Me.btnVonMonat = New System.Windows.Forms.Button()
|
|
Me.datBis = New System.Windows.Forms.DateTimePicker()
|
|
Me.Label10 = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.datVon = New System.Windows.Forms.DateTimePicker()
|
|
Me.Button8 = New System.Windows.Forms.Button()
|
|
Me.btnMonat = New System.Windows.Forms.Button()
|
|
Me.btnJahr = New System.Windows.Forms.Button()
|
|
Me.btnBisJahr = New System.Windows.Forms.Button()
|
|
Me.btnVonJahr = New System.Windows.Forms.Button()
|
|
Me.cbxGeschaftsjahr = New System.Windows.Forms.CheckBox()
|
|
Me.cbxRKSV_only = New System.Windows.Forms.CheckBox()
|
|
Me.SuspendLayout()
|
|
'
|
|
'lblZeitraum
|
|
'
|
|
Me.lblZeitraum.AutoSize = True
|
|
Me.lblZeitraum.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblZeitraum.Location = New System.Drawing.Point(14, 9)
|
|
Me.lblZeitraum.Name = "lblZeitraum"
|
|
Me.lblZeitraum.Size = New System.Drawing.Size(148, 13)
|
|
Me.lblZeitraum.TabIndex = 0
|
|
Me.lblZeitraum.Text = "Zeitraum für den Bericht:"
|
|
'
|
|
'btnBisMonat
|
|
'
|
|
Me.btnBisMonat.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnBisMonat.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.btnBisMonat.ForeColor = System.Drawing.Color.Black
|
|
Me.btnBisMonat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnBisMonat.Location = New System.Drawing.Point(58, 103)
|
|
Me.btnBisMonat.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnBisMonat.Name = "btnBisMonat"
|
|
Me.btnBisMonat.Size = New System.Drawing.Size(44, 27)
|
|
Me.btnBisMonat.TabIndex = 16
|
|
Me.btnBisMonat.Text = ">>"
|
|
Me.btnBisMonat.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnBisMonat.UseVisualStyleBackColor = True
|
|
'
|
|
'btnVonMonat
|
|
'
|
|
Me.btnVonMonat.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnVonMonat.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.btnVonMonat.ForeColor = System.Drawing.Color.Black
|
|
Me.btnVonMonat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnVonMonat.Location = New System.Drawing.Point(15, 103)
|
|
Me.btnVonMonat.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnVonMonat.Name = "btnVonMonat"
|
|
Me.btnVonMonat.Size = New System.Drawing.Size(44, 27)
|
|
Me.btnVonMonat.TabIndex = 15
|
|
Me.btnVonMonat.Text = "<<"
|
|
Me.btnVonMonat.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnVonMonat.UseVisualStyleBackColor = True
|
|
'
|
|
'datBis
|
|
'
|
|
Me.datBis.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
|
Me.datBis.Location = New System.Drawing.Point(116, 42)
|
|
Me.datBis.Name = "datBis"
|
|
Me.datBis.Size = New System.Drawing.Size(87, 20)
|
|
Me.datBis.TabIndex = 23
|
|
'
|
|
'Label10
|
|
'
|
|
Me.Label10.AutoSize = True
|
|
Me.Label10.Location = New System.Drawing.Point(113, 26)
|
|
Me.Label10.Name = "Label10"
|
|
Me.Label10.Size = New System.Drawing.Size(23, 13)
|
|
Me.Label10.TabIndex = 21
|
|
Me.Label10.Text = "bis:"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(14, 26)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(28, 13)
|
|
Me.Label1.TabIndex = 22
|
|
Me.Label1.Text = "von:"
|
|
'
|
|
'datVon
|
|
'
|
|
Me.datVon.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
|
Me.datVon.Location = New System.Drawing.Point(15, 42)
|
|
Me.datVon.Name = "datVon"
|
|
Me.datVon.Size = New System.Drawing.Size(87, 20)
|
|
Me.datVon.TabIndex = 20
|
|
'
|
|
'Button8
|
|
'
|
|
Me.Button8.DialogResult = System.Windows.Forms.DialogResult.OK
|
|
Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button8.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.Button8.ForeColor = System.Drawing.Color.Black
|
|
Me.Button8.Image = Global.SDL.My.Resources.report
|
|
Me.Button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button8.Location = New System.Drawing.Point(218, 42)
|
|
Me.Button8.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.Button8.Name = "Button8"
|
|
Me.Button8.Size = New System.Drawing.Size(129, 89)
|
|
Me.Button8.TabIndex = 24
|
|
Me.Button8.Text = "Zum Bericht"
|
|
Me.Button8.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button8.UseVisualStyleBackColor = True
|
|
'
|
|
'btnMonat
|
|
'
|
|
Me.btnMonat.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnMonat.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.btnMonat.ForeColor = System.Drawing.Color.Black
|
|
Me.btnMonat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnMonat.Location = New System.Drawing.Point(15, 77)
|
|
Me.btnMonat.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnMonat.Name = "btnMonat"
|
|
Me.btnMonat.Size = New System.Drawing.Size(87, 27)
|
|
Me.btnMonat.TabIndex = 25
|
|
Me.btnMonat.Text = "September"
|
|
Me.btnMonat.UseVisualStyleBackColor = True
|
|
'
|
|
'btnJahr
|
|
'
|
|
Me.btnJahr.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnJahr.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.btnJahr.ForeColor = System.Drawing.Color.Black
|
|
Me.btnJahr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnJahr.Location = New System.Drawing.Point(116, 77)
|
|
Me.btnJahr.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnJahr.Name = "btnJahr"
|
|
Me.btnJahr.Size = New System.Drawing.Size(87, 27)
|
|
Me.btnJahr.TabIndex = 28
|
|
Me.btnJahr.Text = "2016"
|
|
Me.btnJahr.UseVisualStyleBackColor = True
|
|
'
|
|
'btnBisJahr
|
|
'
|
|
Me.btnBisJahr.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnBisJahr.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.btnBisJahr.ForeColor = System.Drawing.Color.Black
|
|
Me.btnBisJahr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnBisJahr.Location = New System.Drawing.Point(159, 103)
|
|
Me.btnBisJahr.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnBisJahr.Name = "btnBisJahr"
|
|
Me.btnBisJahr.Size = New System.Drawing.Size(44, 27)
|
|
Me.btnBisJahr.TabIndex = 27
|
|
Me.btnBisJahr.Text = ">>"
|
|
Me.btnBisJahr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnBisJahr.UseVisualStyleBackColor = True
|
|
'
|
|
'btnVonJahr
|
|
'
|
|
Me.btnVonJahr.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnVonJahr.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.btnVonJahr.ForeColor = System.Drawing.Color.Black
|
|
Me.btnVonJahr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnVonJahr.Location = New System.Drawing.Point(116, 103)
|
|
Me.btnVonJahr.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnVonJahr.Name = "btnVonJahr"
|
|
Me.btnVonJahr.Size = New System.Drawing.Size(44, 27)
|
|
Me.btnVonJahr.TabIndex = 26
|
|
Me.btnVonJahr.Text = "<<"
|
|
Me.btnVonJahr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnVonJahr.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxGeschaftsjahr
|
|
'
|
|
Me.cbxGeschaftsjahr.AutoSize = True
|
|
Me.cbxGeschaftsjahr.Location = New System.Drawing.Point(116, 133)
|
|
Me.cbxGeschaftsjahr.Name = "cbxGeschaftsjahr"
|
|
Me.cbxGeschaftsjahr.Size = New System.Drawing.Size(91, 17)
|
|
Me.cbxGeschaftsjahr.TabIndex = 29
|
|
Me.cbxGeschaftsjahr.Text = "Geschäftsjahr"
|
|
Me.cbxGeschaftsjahr.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxRKSV_only
|
|
'
|
|
Me.cbxRKSV_only.AutoSize = True
|
|
Me.cbxRKSV_only.Location = New System.Drawing.Point(218, 134)
|
|
Me.cbxRKSV_only.Name = "cbxRKSV_only"
|
|
Me.cbxRKSV_only.Size = New System.Drawing.Size(73, 17)
|
|
Me.cbxRKSV_only.TabIndex = 30
|
|
Me.cbxRKSV_only.Text = "nur RKSV"
|
|
Me.cbxRKSV_only.UseVisualStyleBackColor = True
|
|
'
|
|
'frmKasseBerichtVonBis
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.ClientSize = New System.Drawing.Size(356, 151)
|
|
Me.Controls.Add(Me.cbxRKSV_only)
|
|
Me.Controls.Add(Me.cbxGeschaftsjahr)
|
|
Me.Controls.Add(Me.btnJahr)
|
|
Me.Controls.Add(Me.btnBisJahr)
|
|
Me.Controls.Add(Me.btnVonJahr)
|
|
Me.Controls.Add(Me.btnMonat)
|
|
Me.Controls.Add(Me.Button8)
|
|
Me.Controls.Add(Me.datBis)
|
|
Me.Controls.Add(Me.Label10)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.datVon)
|
|
Me.Controls.Add(Me.btnBisMonat)
|
|
Me.Controls.Add(Me.btnVonMonat)
|
|
Me.Controls.Add(Me.lblZeitraum)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmKasseBerichtVonBis"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Zeitraum auswählen"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents lblZeitraum As System.Windows.Forms.Label
|
|
Friend WithEvents btnBisMonat As System.Windows.Forms.Button
|
|
Friend WithEvents btnVonMonat As System.Windows.Forms.Button
|
|
Friend WithEvents Label10 As System.Windows.Forms.Label
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Button8 As System.Windows.Forms.Button
|
|
Friend WithEvents btnMonat As System.Windows.Forms.Button
|
|
Friend WithEvents btnJahr As System.Windows.Forms.Button
|
|
Friend WithEvents btnBisJahr As System.Windows.Forms.Button
|
|
Friend WithEvents btnVonJahr As System.Windows.Forms.Button
|
|
Public WithEvents datBis As System.Windows.Forms.DateTimePicker
|
|
Public WithEvents datVon As System.Windows.Forms.DateTimePicker
|
|
Friend WithEvents cbxGeschaftsjahr As System.Windows.Forms.CheckBox
|
|
Friend WithEvents cbxRKSV_only As System.Windows.Forms.CheckBox
|
|
End Class
|