Partial Class frmAuswertung Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. 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. Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAuswertung)) Me.btnAuswertung = New System.Windows.Forms.Button() Me.cbStandort = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Panel1 = New System.Windows.Forms.Panel() Me.chkStandard = New System.Windows.Forms.CheckBox() Me.btnAktMonat = New System.Windows.Forms.Button() Me.btnLetztesMonat = New System.Windows.Forms.Button() Me.chkEinzelauswertung = New System.Windows.Forms.CheckBox() Me.PanJahr = New System.Windows.Forms.Panel() Me.cboBis = New System.Windows.Forms.ComboBox() Me.cboVon = New System.Windows.Forms.ComboBox() Me.Label4 = New System.Windows.Forms.Label() Me.PanMonat = New System.Windows.Forms.Panel() Me.DateVon = New System.Windows.Forms.DateTimePicker() Me.DateBis = New System.Windows.Forms.DateTimePicker() Me.chkJahresauswertung = New System.Windows.Forms.CheckBox() Me.btnAlles = New System.Windows.Forms.Button() Me.btnLetztesJahr = New System.Windows.Forms.Button() Me.btnAktuellesJahr = New System.Windows.Forms.Button() Me.Panel2 = New System.Windows.Forms.Panel() Me.chkStatSuchererg = New System.Windows.Forms.CheckBox() Me.chkAusSuchererg = New System.Windows.Forms.CheckBox() Me.Panel3 = New System.Windows.Forms.Panel() Me.Panel4 = New System.Windows.Forms.Panel() Me.chkRechnungen = New System.Windows.Forms.CheckBox() Me.Panel1.SuspendLayout() Me.PanJahr.SuspendLayout() Me.PanMonat.SuspendLayout() Me.Panel2.SuspendLayout() Me.Panel3.SuspendLayout() Me.Panel4.SuspendLayout() Me.SuspendLayout() ' 'btnAuswertung ' Me.btnAuswertung.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnAuswertung.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnAuswertung.Location = New System.Drawing.Point(370, 3) Me.btnAuswertung.Name = "btnAuswertung" Me.btnAuswertung.Size = New System.Drawing.Size(138, 28) Me.btnAuswertung.TabIndex = 27 Me.btnAuswertung.Text = "Auswertung starten" Me.btnAuswertung.UseVisualStyleBackColor = True ' 'cbStandort ' Me.cbStandort.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.cbStandort.FormattingEnabled = True Me.cbStandort.Items.AddRange(New Object() {"4807 - Verag Suben", "4819 - Verag Neuhaus"}) Me.cbStandort.Location = New System.Drawing.Point(6, 23) Me.cbStandort.Name = "cbStandort" Me.cbStandort.Size = New System.Drawing.Size(121, 22) Me.cbStandort.TabIndex = 32 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(3, 4) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(57, 14) Me.Label1.TabIndex = 33 Me.Label1.Text = "Standort:" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(0, 52) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(27, 14) Me.Label2.TabIndex = 34 Me.Label2.Text = "Bis:" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(0, 6) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(31, 14) Me.Label3.TabIndex = 35 Me.Label3.Text = "Von:" ' 'Panel1 ' Me.Panel1.Controls.Add(Me.chkStandard) Me.Panel1.Controls.Add(Me.btnAktMonat) Me.Panel1.Controls.Add(Me.btnLetztesMonat) Me.Panel1.Controls.Add(Me.chkEinzelauswertung) Me.Panel1.Controls.Add(Me.PanJahr) Me.Panel1.Controls.Add(Me.PanMonat) Me.Panel1.Controls.Add(Me.chkJahresauswertung) Me.Panel1.Controls.Add(Me.btnAlles) Me.Panel1.Controls.Add(Me.btnLetztesJahr) Me.Panel1.Controls.Add(Me.btnAktuellesJahr) Me.Panel1.Controls.Add(Me.cbStandort) Me.Panel1.Controls.Add(Me.Label1) Me.Panel1.Location = New System.Drawing.Point(12, 12) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(511, 153) Me.Panel1.TabIndex = 36 ' 'chkStandard ' Me.chkStandard.AutoSize = True Me.chkStandard.Checked = True Me.chkStandard.CheckState = System.Windows.Forms.CheckState.Checked Me.chkStandard.Location = New System.Drawing.Point(6, 60) Me.chkStandard.Name = "chkStandard" Me.chkStandard.Size = New System.Drawing.Size(97, 17) Me.chkStandard.TabIndex = 45 Me.chkStandard.Text = "Standardausw." Me.chkStandard.UseVisualStyleBackColor = True ' 'btnAktMonat ' Me.btnAktMonat.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnAktMonat.Font = New System.Drawing.Font("Arial", 6.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnAktMonat.Location = New System.Drawing.Point(370, 6) Me.btnAktMonat.Margin = New System.Windows.Forms.Padding(0) Me.btnAktMonat.Name = "btnAktMonat" Me.btnAktMonat.Size = New System.Drawing.Size(138, 20) Me.btnAktMonat.TabIndex = 44 Me.btnAktMonat.Text = "akt. Monat" Me.btnAktMonat.UseVisualStyleBackColor = True ' 'btnLetztesMonat ' Me.btnLetztesMonat.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnLetztesMonat.Font = New System.Drawing.Font("Arial", 6.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnLetztesMonat.Location = New System.Drawing.Point(370, 29) Me.btnLetztesMonat.Margin = New System.Windows.Forms.Padding(0) Me.btnLetztesMonat.Name = "btnLetztesMonat" Me.btnLetztesMonat.Size = New System.Drawing.Size(138, 20) Me.btnLetztesMonat.TabIndex = 43 Me.btnLetztesMonat.Text = "vorher. Monat" Me.btnLetztesMonat.UseVisualStyleBackColor = True ' 'chkEinzelauswertung ' Me.chkEinzelauswertung.AutoSize = True Me.chkEinzelauswertung.Location = New System.Drawing.Point(6, 83) Me.chkEinzelauswertung.Name = "chkEinzelauswertung" Me.chkEinzelauswertung.Size = New System.Drawing.Size(112, 17) Me.chkEinzelauswertung.TabIndex = 42 Me.chkEinzelauswertung.Text = "Einzelauswertung:" Me.chkEinzelauswertung.UseVisualStyleBackColor = True ' 'PanJahr ' Me.PanJahr.Controls.Add(Me.cboBis) Me.PanJahr.Controls.Add(Me.cboVon) Me.PanJahr.Controls.Add(Me.Label4) Me.PanJahr.Location = New System.Drawing.Point(133, 111) Me.PanJahr.Name = "PanJahr" Me.PanJahr.Size = New System.Drawing.Size(207, 27) Me.PanJahr.TabIndex = 37 ' 'cboBis ' Me.cboBis.FormattingEnabled = True Me.cboBis.Location = New System.Drawing.Point(98, 3) Me.cboBis.Name = "cboBis" Me.cboBis.Size = New System.Drawing.Size(72, 21) Me.cboBis.TabIndex = 44 ' 'cboVon ' Me.cboVon.FormattingEnabled = True Me.cboVon.Location = New System.Drawing.Point(3, 2) Me.cboVon.Name = "cboVon" Me.cboVon.Size = New System.Drawing.Size(72, 21) Me.cboVon.TabIndex = 37 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.Location = New System.Drawing.Point(81, 6) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(11, 14) Me.Label4.TabIndex = 43 Me.Label4.Text = "-" ' 'PanMonat ' Me.PanMonat.Controls.Add(Me.DateVon) Me.PanMonat.Controls.Add(Me.Label2) Me.PanMonat.Controls.Add(Me.Label3) Me.PanMonat.Controls.Add(Me.DateBis) Me.PanMonat.Location = New System.Drawing.Point(133, 0) Me.PanMonat.Name = "PanMonat" Me.PanMonat.Size = New System.Drawing.Size(207, 100) Me.PanMonat.TabIndex = 37 ' 'DateVon ' Me.DateVon.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.DateVon.Location = New System.Drawing.Point(3, 23) Me.DateVon.Name = "DateVon" Me.DateVon.Size = New System.Drawing.Size(200, 20) Me.DateVon.TabIndex = 36 ' 'DateBis ' Me.DateBis.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.DateBis.Location = New System.Drawing.Point(3, 69) Me.DateBis.Name = "DateBis" Me.DateBis.Size = New System.Drawing.Size(200, 20) Me.DateBis.TabIndex = 37 ' 'chkJahresauswertung ' Me.chkJahresauswertung.AutoSize = True Me.chkJahresauswertung.Location = New System.Drawing.Point(6, 106) Me.chkJahresauswertung.Name = "chkJahresauswertung" Me.chkJahresauswertung.Size = New System.Drawing.Size(115, 17) Me.chkJahresauswertung.TabIndex = 41 Me.chkJahresauswertung.Text = "Jahresauswertung:" Me.chkJahresauswertung.UseVisualStyleBackColor = True ' 'btnAlles ' Me.btnAlles.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnAlles.Font = New System.Drawing.Font("Arial", 6.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnAlles.Location = New System.Drawing.Point(370, 95) Me.btnAlles.Margin = New System.Windows.Forms.Padding(0) Me.btnAlles.Name = "btnAlles" Me.btnAlles.Size = New System.Drawing.Size(138, 20) Me.btnAlles.TabIndex = 40 Me.btnAlles.Text = "alle Daten" Me.btnAlles.UseVisualStyleBackColor = True ' 'btnLetztesJahr ' Me.btnLetztesJahr.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnLetztesJahr.Font = New System.Drawing.Font("Arial", 6.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnLetztesJahr.Location = New System.Drawing.Point(370, 73) Me.btnLetztesJahr.Margin = New System.Windows.Forms.Padding(0) Me.btnLetztesJahr.Name = "btnLetztesJahr" Me.btnLetztesJahr.Size = New System.Drawing.Size(138, 20) Me.btnLetztesJahr.TabIndex = 39 Me.btnLetztesJahr.Text = "vorher. Kalenderjahr" Me.btnLetztesJahr.UseVisualStyleBackColor = True ' 'btnAktuellesJahr ' Me.btnAktuellesJahr.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnAktuellesJahr.Font = New System.Drawing.Font("Arial", 6.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnAktuellesJahr.Location = New System.Drawing.Point(370, 52) Me.btnAktuellesJahr.Margin = New System.Windows.Forms.Padding(0) Me.btnAktuellesJahr.Name = "btnAktuellesJahr" Me.btnAktuellesJahr.Size = New System.Drawing.Size(138, 20) Me.btnAktuellesJahr.TabIndex = 38 Me.btnAktuellesJahr.Text = "akt. Kalenderjahr" Me.btnAktuellesJahr.UseVisualStyleBackColor = True ' 'Panel2 ' Me.Panel2.Controls.Add(Me.chkStatSuchererg) Me.Panel2.Controls.Add(Me.chkAusSuchererg) Me.Panel2.Location = New System.Drawing.Point(12, 308) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(511, 39) Me.Panel2.TabIndex = 37 Me.Panel2.Visible = False ' 'chkStatSuchererg ' Me.chkStatSuchererg.AutoSize = True Me.chkStatSuchererg.Location = New System.Drawing.Point(182, 4) Me.chkStatSuchererg.Name = "chkStatSuchererg" Me.chkStatSuchererg.Size = New System.Drawing.Size(151, 17) Me.chkStatSuchererg.TabIndex = 1 Me.chkStatSuchererg.Text = "Statistik aus Suchergebnis" Me.chkStatSuchererg.UseVisualStyleBackColor = True ' 'chkAusSuchererg ' Me.chkAusSuchererg.AutoSize = True Me.chkAusSuchererg.Location = New System.Drawing.Point(6, 4) Me.chkAusSuchererg.Name = "chkAusSuchererg" Me.chkAusSuchererg.Size = New System.Drawing.Size(170, 17) Me.chkAusSuchererg.TabIndex = 0 Me.chkAusSuchererg.Text = "Auswertung aus Suchergebnis" Me.chkAusSuchererg.UseVisualStyleBackColor = True ' 'Panel3 ' Me.Panel3.Controls.Add(Me.btnAuswertung) Me.Panel3.Location = New System.Drawing.Point(12, 171) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(511, 39) Me.Panel3.TabIndex = 38 ' 'Panel4 ' Me.Panel4.Controls.Add(Me.chkRechnungen) Me.Panel4.Location = New System.Drawing.Point(12, 216) Me.Panel4.Name = "Panel4" Me.Panel4.Size = New System.Drawing.Size(511, 39) Me.Panel4.TabIndex = 38 ' 'chkRechnungen ' Me.chkRechnungen.AutoSize = True Me.chkRechnungen.Location = New System.Drawing.Point(6, 4) Me.chkRechnungen.Name = "chkRechnungen" Me.chkRechnungen.Size = New System.Drawing.Size(247, 17) Me.chkRechnungen.TabIndex = 0 Me.chkRechnungen.Text = "Auswertung aus Rechnungen (wie aus FMZoll)" Me.chkRechnungen.UseVisualStyleBackColor = True ' 'frmAuswertung ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoSize = True Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.BackColor = System.Drawing.Color.White Me.ClientSize = New System.Drawing.Size(537, 450) Me.Controls.Add(Me.Panel4) Me.Controls.Add(Me.Panel3) Me.Controls.Add(Me.Panel2) Me.Controls.Add(Me.Panel1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmAuswertung" Me.Text = "Auswertung" Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.PanJahr.ResumeLayout(False) Me.PanJahr.PerformLayout() Me.PanMonat.ResumeLayout(False) Me.PanMonat.PerformLayout() Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() Me.Panel3.ResumeLayout(False) Me.Panel4.ResumeLayout(False) Me.Panel4.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents btnAuswertung As Button Friend WithEvents cbStandort As ComboBox Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents Label3 As Label Friend WithEvents Panel1 As Panel Friend WithEvents DateBis As DateTimePicker Friend WithEvents DateVon As DateTimePicker Friend WithEvents btnAktuellesJahr As Button Friend WithEvents btnAlles As Button Friend WithEvents btnLetztesJahr As Button Friend WithEvents PanJahr As Panel Friend WithEvents Label4 As Label Friend WithEvents PanMonat As Panel Friend WithEvents chkJahresauswertung As CheckBox Friend WithEvents cboVon As ComboBox Friend WithEvents cboBis As ComboBox Friend WithEvents chkEinzelauswertung As CheckBox Friend WithEvents btnLetztesMonat As Button Friend WithEvents Panel2 As Panel Friend WithEvents Panel3 As Panel Friend WithEvents chkAusSuchererg As CheckBox Friend WithEvents chkStatSuchererg As CheckBox Friend WithEvents btnAktMonat As Button Friend WithEvents Panel4 As Panel Friend WithEvents chkRechnungen As CheckBox Friend WithEvents chkStandard As CheckBox End Class