You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

476 lines
20 KiB

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form1
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.MenuStrip1 = New System.Windows.Forms.MenuStrip()
Me.DateiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.BeendenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.ToolProgress = New System.Windows.Forms.ToolStripProgressBar()
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
Me.TabControl1 = New System.Windows.Forms.TabControl()
Me.TabPage1 = New System.Windows.Forms.TabPage()
Me.zvchk0 = New System.Windows.Forms.CheckBox()
Me.ZVStart = New System.Windows.Forms.Button()
Me.zvchk5 = New System.Windows.Forms.CheckBox()
Me.zvchk4 = New System.Windows.Forms.CheckBox()
Me.zvchk3 = New System.Windows.Forms.CheckBox()
Me.zvchk2 = New System.Windows.Forms.CheckBox()
Me.zvchk1 = New System.Windows.Forms.CheckBox()
Me.zvdatumbis = New System.Windows.Forms.DateTimePicker()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.zvdatumab = New System.Windows.Forms.DateTimePicker()
Me.TabPage2 = New System.Windows.Forms.TabPage()
Me.hostchk0 = New System.Windows.Forms.CheckBox()
Me.HOST_Start = New System.Windows.Forms.Button()
Me.hostchk5 = New System.Windows.Forms.CheckBox()
Me.hostchk4 = New System.Windows.Forms.CheckBox()
Me.hostchk3 = New System.Windows.Forms.CheckBox()
Me.hostchk2 = New System.Windows.Forms.CheckBox()
Me.hostchk1 = New System.Windows.Forms.CheckBox()
Me.hostdatumbis = New System.Windows.Forms.DateTimePicker()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.hostdatumab = New System.Windows.Forms.DateTimePicker()
Me.TabPage3 = New System.Windows.Forms.TabPage()
Me.TabPage4 = New System.Windows.Forms.TabPage()
Me.Journal = New System.Windows.Forms.TextBox()
Me.MenuStrip1.SuspendLayout()
Me.StatusStrip1.SuspendLayout()
Me.SplitContainer1.Panel1.SuspendLayout()
Me.SplitContainer1.Panel2.SuspendLayout()
Me.SplitContainer1.SuspendLayout()
Me.TabControl1.SuspendLayout()
Me.TabPage1.SuspendLayout()
Me.TabPage2.SuspendLayout()
Me.SuspendLayout()
'
'MenuStrip1
'
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DateiToolStripMenuItem})
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
Me.MenuStrip1.Name = "MenuStrip1"
Me.MenuStrip1.Size = New System.Drawing.Size(908, 24)
Me.MenuStrip1.TabIndex = 0
Me.MenuStrip1.Text = "MenuStrip1"
'
'DateiToolStripMenuItem
'
Me.DateiToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BeendenToolStripMenuItem})
Me.DateiToolStripMenuItem.Name = "DateiToolStripMenuItem"
Me.DateiToolStripMenuItem.Size = New System.Drawing.Size(46, 20)
Me.DateiToolStripMenuItem.Text = "&Datei"
'
'BeendenToolStripMenuItem
'
Me.BeendenToolStripMenuItem.Name = "BeendenToolStripMenuItem"
Me.BeendenToolStripMenuItem.Size = New System.Drawing.Size(120, 22)
Me.BeendenToolStripMenuItem.Text = "&Beenden"
'
'StatusStrip1
'
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolProgress})
Me.StatusStrip1.Location = New System.Drawing.Point(0, 389)
Me.StatusStrip1.Name = "StatusStrip1"
Me.StatusStrip1.Size = New System.Drawing.Size(908, 22)
Me.StatusStrip1.TabIndex = 2
Me.StatusStrip1.Text = "StatusStrip1"
'
'ToolProgress
'
Me.ToolProgress.Name = "ToolProgress"
Me.ToolProgress.Size = New System.Drawing.Size(300, 16)
'
'SplitContainer1
'
Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainer1.Location = New System.Drawing.Point(0, 24)
Me.SplitContainer1.Name = "SplitContainer1"
'
'SplitContainer1.Panel1
'
Me.SplitContainer1.Panel1.Controls.Add(Me.TabControl1)
'
'SplitContainer1.Panel2
'
Me.SplitContainer1.Panel2.Controls.Add(Me.Journal)
Me.SplitContainer1.Size = New System.Drawing.Size(908, 365)
Me.SplitContainer1.SplitterDistance = 377
Me.SplitContainer1.TabIndex = 3
'
'TabControl1
'
Me.TabControl1.Controls.Add(Me.TabPage1)
Me.TabControl1.Controls.Add(Me.TabPage2)
Me.TabControl1.Controls.Add(Me.TabPage3)
Me.TabControl1.Controls.Add(Me.TabPage4)
Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
Me.TabControl1.Location = New System.Drawing.Point(0, 0)
Me.TabControl1.Name = "TabControl1"
Me.TabControl1.SelectedIndex = 0
Me.TabControl1.Size = New System.Drawing.Size(377, 365)
Me.TabControl1.TabIndex = 2
'
'TabPage1
'
Me.TabPage1.Controls.Add(Me.zvchk0)
Me.TabPage1.Controls.Add(Me.ZVStart)
Me.TabPage1.Controls.Add(Me.zvchk5)
Me.TabPage1.Controls.Add(Me.zvchk4)
Me.TabPage1.Controls.Add(Me.zvchk3)
Me.TabPage1.Controls.Add(Me.zvchk2)
Me.TabPage1.Controls.Add(Me.zvchk1)
Me.TabPage1.Controls.Add(Me.zvdatumbis)
Me.TabPage1.Controls.Add(Me.Label2)
Me.TabPage1.Controls.Add(Me.Label1)
Me.TabPage1.Controls.Add(Me.zvdatumab)
Me.TabPage1.Location = New System.Drawing.Point(4, 22)
Me.TabPage1.Name = "TabPage1"
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage1.Size = New System.Drawing.Size(369, 339)
Me.TabPage1.TabIndex = 0
Me.TabPage1.Text = "ZV-Belege"
Me.TabPage1.UseVisualStyleBackColor = True
'
'zvchk0
'
Me.zvchk0.AutoSize = True
Me.zvchk0.Location = New System.Drawing.Point(21, 88)
Me.zvchk0.Name = "zvchk0"
Me.zvchk0.Size = New System.Drawing.Size(165, 17)
Me.zvchk0.TabIndex = 10
Me.zvchk0.Text = "Vergleichstabellen generieren"
Me.zvchk0.UseVisualStyleBackColor = True
'
'ZVStart
'
Me.ZVStart.Location = New System.Drawing.Point(21, 262)
Me.ZVStart.Name = "ZVStart"
Me.ZVStart.Size = New System.Drawing.Size(75, 23)
Me.ZVStart.TabIndex = 9
Me.ZVStart.Text = "Start"
Me.ZVStart.UseVisualStyleBackColor = True
'
'zvchk5
'
Me.zvchk5.AutoSize = True
Me.zvchk5.Location = New System.Drawing.Point(21, 222)
Me.zvchk5.Name = "zvchk5"
Me.zvchk5.Size = New System.Drawing.Size(228, 17)
Me.zvchk5.TabIndex = 8
Me.zvchk5.Text = "Nicht zu einem BP zugeordnete ZV-Belege"
Me.zvchk5.UseVisualStyleBackColor = True
'
'zvchk4
'
Me.zvchk4.AutoSize = True
Me.zvchk4.Location = New System.Drawing.Point(21, 199)
Me.zvchk4.Name = "zvchk4"
Me.zvchk4.Size = New System.Drawing.Size(108, 17)
Me.zvchk4.TabIndex = 7
Me.zvchk4.Text = "Attributs-Abgleich"
Me.zvchk4.UseVisualStyleBackColor = True
'
'zvchk3
'
Me.zvchk3.AutoSize = True
Me.zvchk3.Location = New System.Drawing.Point(21, 157)
Me.zvchk3.Name = "zvchk3"
Me.zvchk3.Size = New System.Drawing.Size(178, 17)
Me.zvchk3.TabIndex = 6
Me.zvchk3.Text = "Doppelte Dokumente in EDOKA"
Me.zvchk3.UseVisualStyleBackColor = True
'
'zvchk2
'
Me.zvchk2.AutoSize = True
Me.zvchk2.Location = New System.Drawing.Point(21, 134)
Me.zvchk2.Name = "zvchk2"
Me.zvchk2.Size = New System.Drawing.Size(185, 17)
Me.zvchk2.TabIndex = 5
Me.zvchk2.Text = "Dokumente welche in Cold fehlen"
Me.zvchk2.UseVisualStyleBackColor = True
'
'zvchk1
'
Me.zvchk1.AutoSize = True
Me.zvchk1.Location = New System.Drawing.Point(21, 111)
Me.zvchk1.Name = "zvchk1"
Me.zvchk1.Size = New System.Drawing.Size(204, 17)
Me.zvchk1.TabIndex = 4
Me.zvchk1.Text = "Dokumente, welche in EDOKA fehlen"
Me.zvchk1.UseVisualStyleBackColor = True
'
'zvdatumbis
'
Me.zvdatumbis.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
Me.zvdatumbis.Location = New System.Drawing.Point(88, 52)
Me.zvdatumbis.Name = "zvdatumbis"
Me.zvdatumbis.Size = New System.Drawing.Size(95, 20)
Me.zvdatumbis.TabIndex = 3
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(18, 56)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(54, 13)
Me.Label2.TabIndex = 2
Me.Label2.Text = "Datum bis"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(18, 25)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(53, 13)
Me.Label1.TabIndex = 1
Me.Label1.Text = "Datum ab"
'
'zvdatumab
'
Me.zvdatumab.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
Me.zvdatumab.Location = New System.Drawing.Point(88, 21)
Me.zvdatumab.Name = "zvdatumab"
Me.zvdatumab.Size = New System.Drawing.Size(95, 20)
Me.zvdatumab.TabIndex = 0
'
'TabPage2
'
Me.TabPage2.Controls.Add(Me.hostchk0)
Me.TabPage2.Controls.Add(Me.HOST_Start)
Me.TabPage2.Controls.Add(Me.hostchk5)
Me.TabPage2.Controls.Add(Me.hostchk4)
Me.TabPage2.Controls.Add(Me.hostchk3)
Me.TabPage2.Controls.Add(Me.hostchk2)
Me.TabPage2.Controls.Add(Me.hostchk1)
Me.TabPage2.Controls.Add(Me.hostdatumbis)
Me.TabPage2.Controls.Add(Me.Label3)
Me.TabPage2.Controls.Add(Me.Label4)
Me.TabPage2.Controls.Add(Me.hostdatumab)
Me.TabPage2.Location = New System.Drawing.Point(4, 22)
Me.TabPage2.Name = "TabPage2"
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage2.Size = New System.Drawing.Size(369, 339)
Me.TabPage2.TabIndex = 1
Me.TabPage2.Text = "HOST-Dokumente"
Me.TabPage2.UseVisualStyleBackColor = True
'
'hostchk0
'
Me.hostchk0.AutoSize = True
Me.hostchk0.Location = New System.Drawing.Point(21, 88)
Me.hostchk0.Name = "hostchk0"
Me.hostchk0.Size = New System.Drawing.Size(165, 17)
Me.hostchk0.TabIndex = 20
Me.hostchk0.Text = "Vergleichstabellen generieren"
Me.hostchk0.UseVisualStyleBackColor = True
'
'HOST_Start
'
Me.HOST_Start.Location = New System.Drawing.Point(21, 264)
Me.HOST_Start.Name = "HOST_Start"
Me.HOST_Start.Size = New System.Drawing.Size(75, 23)
Me.HOST_Start.TabIndex = 19
Me.HOST_Start.Text = "Start"
Me.HOST_Start.UseVisualStyleBackColor = True
'
'hostchk5
'
Me.hostchk5.AutoSize = True
Me.hostchk5.Location = New System.Drawing.Point(21, 222)
Me.hostchk5.Name = "hostchk5"
Me.hostchk5.Size = New System.Drawing.Size(228, 17)
Me.hostchk5.TabIndex = 18
Me.hostchk5.Text = "Nicht zu einem BP zugeordnete ZV-Belege"
Me.hostchk5.UseVisualStyleBackColor = True
'
'hostchk4
'
Me.hostchk4.AutoSize = True
Me.hostchk4.Location = New System.Drawing.Point(21, 199)
Me.hostchk4.Name = "hostchk4"
Me.hostchk4.Size = New System.Drawing.Size(108, 17)
Me.hostchk4.TabIndex = 17
Me.hostchk4.Text = "Attributs-Abgleich"
Me.hostchk4.UseVisualStyleBackColor = True
'
'hostchk3
'
Me.hostchk3.AutoSize = True
Me.hostchk3.Location = New System.Drawing.Point(21, 157)
Me.hostchk3.Name = "hostchk3"
Me.hostchk3.Size = New System.Drawing.Size(178, 17)
Me.hostchk3.TabIndex = 16
Me.hostchk3.Text = "Doppelte Dokumente in EDOKA"
Me.hostchk3.UseVisualStyleBackColor = True
'
'hostchk2
'
Me.hostchk2.AutoSize = True
Me.hostchk2.Location = New System.Drawing.Point(21, 134)
Me.hostchk2.Name = "hostchk2"
Me.hostchk2.Size = New System.Drawing.Size(306, 17)
Me.hostchk2.TabIndex = 15
Me.hostchk2.Text = "Dokumente welche in Cold fehlen (überzählige Dokumente)"
Me.hostchk2.UseVisualStyleBackColor = True
'
'hostchk1
'
Me.hostchk1.AutoSize = True
Me.hostchk1.Location = New System.Drawing.Point(21, 111)
Me.hostchk1.Name = "hostchk1"
Me.hostchk1.Size = New System.Drawing.Size(204, 17)
Me.hostchk1.TabIndex = 14
Me.hostchk1.Text = "Dokumente, welche in EDOKA fehlen"
Me.hostchk1.UseVisualStyleBackColor = True
'
'hostdatumbis
'
Me.hostdatumbis.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
Me.hostdatumbis.Location = New System.Drawing.Point(88, 52)
Me.hostdatumbis.Name = "hostdatumbis"
Me.hostdatumbis.Size = New System.Drawing.Size(95, 20)
Me.hostdatumbis.TabIndex = 13
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(18, 56)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(53, 13)
Me.Label3.TabIndex = 12
Me.Label3.Text = "Valuta bis"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(18, 25)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(52, 13)
Me.Label4.TabIndex = 11
Me.Label4.Text = "Valuta ab"
'
'hostdatumab
'
Me.hostdatumab.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
Me.hostdatumab.Location = New System.Drawing.Point(88, 21)
Me.hostdatumab.Name = "hostdatumab"
Me.hostdatumab.Size = New System.Drawing.Size(95, 20)
Me.hostdatumab.TabIndex = 10
'
'TabPage3
'
Me.TabPage3.Location = New System.Drawing.Point(4, 22)
Me.TabPage3.Name = "TabPage3"
Me.TabPage3.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage3.Size = New System.Drawing.Size(369, 339)
Me.TabPage3.TabIndex = 2
Me.TabPage3.Text = "Banklagernd"
Me.TabPage3.UseVisualStyleBackColor = True
'
'TabPage4
'
Me.TabPage4.Location = New System.Drawing.Point(4, 22)
Me.TabPage4.Name = "TabPage4"
Me.TabPage4.Size = New System.Drawing.Size(369, 339)
Me.TabPage4.TabIndex = 3
Me.TabPage4.Text = "EDOKA"
Me.TabPage4.UseVisualStyleBackColor = True
'
'Journal
'
Me.Journal.Dock = System.Windows.Forms.DockStyle.Fill
Me.Journal.Location = New System.Drawing.Point(0, 0)
Me.Journal.Multiline = True
Me.Journal.Name = "Journal"
Me.Journal.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.Journal.Size = New System.Drawing.Size(527, 365)
Me.Journal.TabIndex = 0
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(908, 411)
Me.Controls.Add(Me.SplitContainer1)
Me.Controls.Add(Me.StatusStrip1)
Me.Controls.Add(Me.MenuStrip1)
Me.MainMenuStrip = Me.MenuStrip1
Me.Name = "Form1"
Me.Text = "ColdAbgleich"
Me.MenuStrip1.ResumeLayout(False)
Me.MenuStrip1.PerformLayout()
Me.StatusStrip1.ResumeLayout(False)
Me.StatusStrip1.PerformLayout()
Me.SplitContainer1.Panel1.ResumeLayout(False)
Me.SplitContainer1.Panel2.ResumeLayout(False)
Me.SplitContainer1.Panel2.PerformLayout()
Me.SplitContainer1.ResumeLayout(False)
Me.TabControl1.ResumeLayout(False)
Me.TabPage1.ResumeLayout(False)
Me.TabPage1.PerformLayout()
Me.TabPage2.ResumeLayout(False)
Me.TabPage2.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
Friend WithEvents DateiToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents BeendenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
Friend WithEvents ZVStart As System.Windows.Forms.Button
Friend WithEvents zvchk5 As System.Windows.Forms.CheckBox
Friend WithEvents zvchk4 As System.Windows.Forms.CheckBox
Friend WithEvents zvchk3 As System.Windows.Forms.CheckBox
Friend WithEvents zvchk2 As System.Windows.Forms.CheckBox
Friend WithEvents zvchk1 As System.Windows.Forms.CheckBox
Friend WithEvents zvdatumbis As System.Windows.Forms.DateTimePicker
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents zvdatumab As System.Windows.Forms.DateTimePicker
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
Friend WithEvents HOST_Start As System.Windows.Forms.Button
Friend WithEvents hostchk5 As System.Windows.Forms.CheckBox
Friend WithEvents hostchk4 As System.Windows.Forms.CheckBox
Friend WithEvents hostchk3 As System.Windows.Forms.CheckBox
Friend WithEvents hostchk2 As System.Windows.Forms.CheckBox
Friend WithEvents hostchk1 As System.Windows.Forms.CheckBox
Friend WithEvents hostdatumbis As System.Windows.Forms.DateTimePicker
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents hostdatumab As System.Windows.Forms.DateTimePicker
Friend WithEvents TabPage3 As System.Windows.Forms.TabPage
Friend WithEvents TabPage4 As System.Windows.Forms.TabPage
Friend WithEvents Journal As System.Windows.Forms.TextBox
Friend WithEvents ToolProgress As System.Windows.Forms.ToolStripProgressBar
Friend WithEvents zvchk0 As System.Windows.Forms.CheckBox
Friend WithEvents hostchk0 As System.Windows.Forms.CheckBox
End Class