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.
423 lines
21 KiB
423 lines
21 KiB
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmSBEdit
|
|
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()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSBEdit))
|
|
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
|
|
Me.DateiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.BeendenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.SpeichernToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.StatusEmpfängerlisteToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.DruckstapelLöschenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.DokumentePruefenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.DokumentePrüfenUndEDKB08StrukturGenerierenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.ListBox2 = New System.Windows.Forms.ListBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.ListBox1 = New System.Windows.Forms.ListBox()
|
|
Me.txtBLDossier = New System.Windows.Forms.TextBox()
|
|
Me.lblBLDossier = New System.Windows.Forms.Label()
|
|
Me.txtausgelöst = New System.Windows.Forms.TextBox()
|
|
Me.txtbestätigt = New System.Windows.Forms.TextBox()
|
|
Me.txtgedruckt = New System.Windows.Forms.TextBox()
|
|
Me.txterstellt = New System.Windows.Forms.TextBox()
|
|
Me.txtinbearbeitung = New System.Windows.Forms.TextBox()
|
|
Me.txtfehlerhaft = New System.Windows.Forms.TextBox()
|
|
Me.txtStatus = New System.Windows.Forms.TextBox()
|
|
Me.lblausgelöst = New System.Windows.Forms.Label()
|
|
Me.lblBestätigt = New System.Windows.Forms.Label()
|
|
Me.lblGedruckt = New System.Windows.Forms.Label()
|
|
Me.lblErstellt = New System.Windows.Forms.Label()
|
|
Me.lblInBearbeitung = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.lblStatus = New System.Windows.Forms.Label()
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|
Me.empflist = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
|
|
Me.CTMenuEmpflist = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
Me.IndexdatenFürMarkierteDatensätzeGenerierenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.MenuStrip1.SuspendLayout()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.GroupBox2.SuspendLayout()
|
|
CType(Me.empflist, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.CTMenuEmpflist.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'MenuStrip1
|
|
'
|
|
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DateiToolStripMenuItem, Me.SpeichernToolStripMenuItem, Me.StatusEmpfängerlisteToolStripMenuItem, Me.DruckstapelLöschenToolStripMenuItem, Me.DokumentePruefenToolStripMenuItem, Me.DokumentePrüfenUndEDKB08StrukturGenerierenToolStripMenuItem})
|
|
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
|
|
Me.MenuStrip1.Name = "MenuStrip1"
|
|
Me.MenuStrip1.Size = New System.Drawing.Size(877, 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"
|
|
'
|
|
'SpeichernToolStripMenuItem
|
|
'
|
|
Me.SpeichernToolStripMenuItem.Name = "SpeichernToolStripMenuItem"
|
|
Me.SpeichernToolStripMenuItem.Size = New System.Drawing.Size(71, 20)
|
|
Me.SpeichernToolStripMenuItem.Text = "&Speichern"
|
|
'
|
|
'StatusEmpfängerlisteToolStripMenuItem
|
|
'
|
|
Me.StatusEmpfängerlisteToolStripMenuItem.Name = "StatusEmpfängerlisteToolStripMenuItem"
|
|
Me.StatusEmpfängerlisteToolStripMenuItem.Size = New System.Drawing.Size(133, 20)
|
|
Me.StatusEmpfängerlisteToolStripMenuItem.Text = "Status Empfängerliste"
|
|
'
|
|
'DruckstapelLöschenToolStripMenuItem
|
|
'
|
|
Me.DruckstapelLöschenToolStripMenuItem.Name = "DruckstapelLöschenToolStripMenuItem"
|
|
Me.DruckstapelLöschenToolStripMenuItem.Size = New System.Drawing.Size(125, 20)
|
|
Me.DruckstapelLöschenToolStripMenuItem.Text = "Druckstapel löschen"
|
|
'
|
|
'DokumentePruefenToolStripMenuItem
|
|
'
|
|
Me.DokumentePruefenToolStripMenuItem.Name = "DokumentePruefenToolStripMenuItem"
|
|
Me.DokumentePruefenToolStripMenuItem.Size = New System.Drawing.Size(125, 20)
|
|
Me.DokumentePruefenToolStripMenuItem.Text = "&Dokumente pruefen"
|
|
'
|
|
'DokumentePrüfenUndEDKB08StrukturGenerierenToolStripMenuItem
|
|
'
|
|
Me.DokumentePrüfenUndEDKB08StrukturGenerierenToolStripMenuItem.Name = "DokumentePrüfenUndEDKB08StrukturGenerierenToolStripMenuItem"
|
|
Me.DokumentePrüfenUndEDKB08StrukturGenerierenToolStripMenuItem.Size = New System.Drawing.Size(292, 20)
|
|
Me.DokumentePrüfenUndEDKB08StrukturGenerierenToolStripMenuItem.Text = "Dokumente prüfen und EDKB08-Struktur generieren"
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.ListBox2)
|
|
Me.GroupBox1.Controls.Add(Me.Label3)
|
|
Me.GroupBox1.Controls.Add(Me.Label2)
|
|
Me.GroupBox1.Controls.Add(Me.ListBox1)
|
|
Me.GroupBox1.Controls.Add(Me.txtBLDossier)
|
|
Me.GroupBox1.Controls.Add(Me.lblBLDossier)
|
|
Me.GroupBox1.Controls.Add(Me.txtausgelöst)
|
|
Me.GroupBox1.Controls.Add(Me.txtbestätigt)
|
|
Me.GroupBox1.Controls.Add(Me.txtgedruckt)
|
|
Me.GroupBox1.Controls.Add(Me.txterstellt)
|
|
Me.GroupBox1.Controls.Add(Me.txtinbearbeitung)
|
|
Me.GroupBox1.Controls.Add(Me.txtfehlerhaft)
|
|
Me.GroupBox1.Controls.Add(Me.txtStatus)
|
|
Me.GroupBox1.Controls.Add(Me.lblausgelöst)
|
|
Me.GroupBox1.Controls.Add(Me.lblBestätigt)
|
|
Me.GroupBox1.Controls.Add(Me.lblGedruckt)
|
|
Me.GroupBox1.Controls.Add(Me.lblErstellt)
|
|
Me.GroupBox1.Controls.Add(Me.lblInBearbeitung)
|
|
Me.GroupBox1.Controls.Add(Me.Label1)
|
|
Me.GroupBox1.Controls.Add(Me.lblStatus)
|
|
Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.GroupBox1.Location = New System.Drawing.Point(0, 24)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(877, 137)
|
|
Me.GroupBox1.TabIndex = 1
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "Serienbrief"
|
|
'
|
|
'ListBox2
|
|
'
|
|
Me.ListBox2.BackColor = System.Drawing.SystemColors.InactiveCaption
|
|
Me.ListBox2.BorderStyle = System.Windows.Forms.BorderStyle.None
|
|
Me.ListBox2.ForeColor = System.Drawing.Color.Black
|
|
Me.ListBox2.FormattingEnabled = True
|
|
Me.ListBox2.Items.AddRange(New Object() {"-1 = nicht festgelegt", " 0 = Dokumente nicht in el. BL-Dossier", " 1 = Dokument in BL-Dossier"})
|
|
Me.ListBox2.Location = New System.Drawing.Point(587, 42)
|
|
Me.ListBox2.Name = "ListBox2"
|
|
Me.ListBox2.Size = New System.Drawing.Size(187, 65)
|
|
Me.ListBox2.TabIndex = 19
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(584, 26)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(55, 13)
|
|
Me.Label3.TabIndex = 18
|
|
Me.Label3.Text = "BLDossier"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(387, 26)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(37, 13)
|
|
Me.Label2.TabIndex = 17
|
|
Me.Label2.Text = "Status"
|
|
'
|
|
'ListBox1
|
|
'
|
|
Me.ListBox1.BackColor = System.Drawing.SystemColors.InactiveCaption
|
|
Me.ListBox1.BorderStyle = System.Windows.Forms.BorderStyle.None
|
|
Me.ListBox1.ForeColor = System.Drawing.Color.Black
|
|
Me.ListBox1.FormattingEnabled = True
|
|
Me.ListBox1.Items.AddRange(New Object() {"-1 =Dokumentgenerierung ausgelöst", " 0 = in Bearbeitung", " 1 = Serienbrief abgeschlossen", " 2 = Serienbrief abgeschlossen", " "})
|
|
Me.ListBox1.Location = New System.Drawing.Point(390, 42)
|
|
Me.ListBox1.Name = "ListBox1"
|
|
Me.ListBox1.Size = New System.Drawing.Size(187, 65)
|
|
Me.ListBox1.TabIndex = 16
|
|
'
|
|
'txtBLDossier
|
|
'
|
|
Me.txtBLDossier.Location = New System.Drawing.Point(259, 23)
|
|
Me.txtBLDossier.Name = "txtBLDossier"
|
|
Me.txtBLDossier.Size = New System.Drawing.Size(52, 20)
|
|
Me.txtBLDossier.TabIndex = 15
|
|
'
|
|
'lblBLDossier
|
|
'
|
|
Me.lblBLDossier.AutoSize = True
|
|
Me.lblBLDossier.Location = New System.Drawing.Point(187, 26)
|
|
Me.lblBLDossier.Name = "lblBLDossier"
|
|
Me.lblBLDossier.Size = New System.Drawing.Size(55, 13)
|
|
Me.lblBLDossier.TabIndex = 14
|
|
Me.lblBLDossier.Text = "BLDossier"
|
|
'
|
|
'txtausgelöst
|
|
'
|
|
Me.txtausgelöst.Location = New System.Drawing.Point(259, 103)
|
|
Me.txtausgelöst.Name = "txtausgelöst"
|
|
Me.txtausgelöst.Size = New System.Drawing.Size(52, 20)
|
|
Me.txtausgelöst.TabIndex = 13
|
|
'
|
|
'txtbestätigt
|
|
'
|
|
Me.txtbestätigt.Location = New System.Drawing.Point(259, 80)
|
|
Me.txtbestätigt.Name = "txtbestätigt"
|
|
Me.txtbestätigt.Size = New System.Drawing.Size(52, 20)
|
|
Me.txtbestätigt.TabIndex = 12
|
|
'
|
|
'txtgedruckt
|
|
'
|
|
Me.txtgedruckt.Location = New System.Drawing.Point(259, 56)
|
|
Me.txtgedruckt.Name = "txtgedruckt"
|
|
Me.txtgedruckt.Size = New System.Drawing.Size(52, 20)
|
|
Me.txtgedruckt.TabIndex = 11
|
|
'
|
|
'txterstellt
|
|
'
|
|
Me.txterstellt.Location = New System.Drawing.Point(112, 103)
|
|
Me.txterstellt.Name = "txterstellt"
|
|
Me.txterstellt.Size = New System.Drawing.Size(52, 20)
|
|
Me.txterstellt.TabIndex = 10
|
|
'
|
|
'txtinbearbeitung
|
|
'
|
|
Me.txtinbearbeitung.Location = New System.Drawing.Point(112, 80)
|
|
Me.txtinbearbeitung.Name = "txtinbearbeitung"
|
|
Me.txtinbearbeitung.Size = New System.Drawing.Size(52, 20)
|
|
Me.txtinbearbeitung.TabIndex = 9
|
|
'
|
|
'txtfehlerhaft
|
|
'
|
|
Me.txtfehlerhaft.Location = New System.Drawing.Point(112, 56)
|
|
Me.txtfehlerhaft.Name = "txtfehlerhaft"
|
|
Me.txtfehlerhaft.Size = New System.Drawing.Size(52, 20)
|
|
Me.txtfehlerhaft.TabIndex = 8
|
|
'
|
|
'txtStatus
|
|
'
|
|
Me.txtStatus.Location = New System.Drawing.Point(112, 23)
|
|
Me.txtStatus.Name = "txtStatus"
|
|
Me.txtStatus.Size = New System.Drawing.Size(52, 20)
|
|
Me.txtStatus.TabIndex = 7
|
|
'
|
|
'lblausgelöst
|
|
'
|
|
Me.lblausgelöst.AutoSize = True
|
|
Me.lblausgelöst.Location = New System.Drawing.Point(187, 106)
|
|
Me.lblausgelöst.Name = "lblausgelöst"
|
|
Me.lblausgelöst.Size = New System.Drawing.Size(53, 13)
|
|
Me.lblausgelöst.TabIndex = 6
|
|
Me.lblausgelöst.Text = "Ausgelöst"
|
|
'
|
|
'lblBestätigt
|
|
'
|
|
Me.lblBestätigt.AutoSize = True
|
|
Me.lblBestätigt.Location = New System.Drawing.Point(187, 83)
|
|
Me.lblBestätigt.Name = "lblBestätigt"
|
|
Me.lblBestätigt.Size = New System.Drawing.Size(48, 13)
|
|
Me.lblBestätigt.TabIndex = 5
|
|
Me.lblBestätigt.Text = "Bestätigt"
|
|
'
|
|
'lblGedruckt
|
|
'
|
|
Me.lblGedruckt.AutoSize = True
|
|
Me.lblGedruckt.Location = New System.Drawing.Point(187, 59)
|
|
Me.lblGedruckt.Name = "lblGedruckt"
|
|
Me.lblGedruckt.Size = New System.Drawing.Size(51, 13)
|
|
Me.lblGedruckt.TabIndex = 4
|
|
Me.lblGedruckt.Text = "Gedruckt"
|
|
'
|
|
'lblErstellt
|
|
'
|
|
Me.lblErstellt.AutoSize = True
|
|
Me.lblErstellt.Location = New System.Drawing.Point(28, 106)
|
|
Me.lblErstellt.Name = "lblErstellt"
|
|
Me.lblErstellt.Size = New System.Drawing.Size(38, 13)
|
|
Me.lblErstellt.TabIndex = 3
|
|
Me.lblErstellt.Text = "Erstellt"
|
|
'
|
|
'lblInBearbeitung
|
|
'
|
|
Me.lblInBearbeitung.AutoSize = True
|
|
Me.lblInBearbeitung.Location = New System.Drawing.Point(28, 83)
|
|
Me.lblInBearbeitung.Name = "lblInBearbeitung"
|
|
Me.lblInBearbeitung.Size = New System.Drawing.Size(76, 13)
|
|
Me.lblInBearbeitung.TabIndex = 2
|
|
Me.lblInBearbeitung.Text = "In Bearbeitung"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(28, 59)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(54, 13)
|
|
Me.Label1.TabIndex = 1
|
|
Me.Label1.Text = "Fehlerhaft"
|
|
'
|
|
'lblStatus
|
|
'
|
|
Me.lblStatus.AutoSize = True
|
|
Me.lblStatus.Location = New System.Drawing.Point(28, 26)
|
|
Me.lblStatus.Name = "lblStatus"
|
|
Me.lblStatus.Size = New System.Drawing.Size(37, 13)
|
|
Me.lblStatus.TabIndex = 0
|
|
Me.lblStatus.Text = "Status"
|
|
'
|
|
'GroupBox2
|
|
'
|
|
Me.GroupBox2.Controls.Add(Me.empflist)
|
|
Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.GroupBox2.Location = New System.Drawing.Point(0, 161)
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|
Me.GroupBox2.Size = New System.Drawing.Size(877, 316)
|
|
Me.GroupBox2.TabIndex = 2
|
|
Me.GroupBox2.TabStop = False
|
|
Me.GroupBox2.Text = "Empfängerlsite"
|
|
'
|
|
'empflist
|
|
'
|
|
Me.empflist.AllowDelete = True
|
|
Me.empflist.AlternatingRows = True
|
|
Me.empflist.CellTips = C1.Win.C1TrueDBGrid.CellTipEnum.Floating
|
|
Me.empflist.ContextMenuStrip = Me.CTMenuEmpflist
|
|
Me.empflist.Cursor = System.Windows.Forms.Cursors.Default
|
|
Me.empflist.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.empflist.FetchRowStyles = True
|
|
Me.empflist.FilterBar = True
|
|
Me.empflist.GroupByCaption = "Drag a column header here to group by that column"
|
|
Me.empflist.Images.Add(CType(resources.GetObject("empflist.Images"), System.Drawing.Image))
|
|
Me.empflist.Location = New System.Drawing.Point(3, 16)
|
|
Me.empflist.Name = "empflist"
|
|
Me.empflist.PreviewInfo.Location = New System.Drawing.Point(0, 0)
|
|
Me.empflist.PreviewInfo.Size = New System.Drawing.Size(0, 0)
|
|
Me.empflist.PreviewInfo.ZoomFactor = 75.0R
|
|
Me.empflist.PrintInfo.PageSettings = CType(resources.GetObject("empflist.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
|
|
Me.empflist.ScrollTips = True
|
|
Me.empflist.Size = New System.Drawing.Size(871, 297)
|
|
Me.empflist.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation
|
|
Me.empflist.TabIndex = 27
|
|
Me.empflist.Text = "C1TrueDBGrid1"
|
|
Me.empflist.PropBag = resources.GetString("empflist.PropBag")
|
|
'
|
|
'CTMenuEmpflist
|
|
'
|
|
Me.CTMenuEmpflist.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.IndexdatenFürMarkierteDatensätzeGenerierenToolStripMenuItem})
|
|
Me.CTMenuEmpflist.Name = "CTMenuEmpflist"
|
|
Me.CTMenuEmpflist.Size = New System.Drawing.Size(324, 26)
|
|
'
|
|
'IndexdatenFürMarkierteDatensätzeGenerierenToolStripMenuItem
|
|
'
|
|
Me.IndexdatenFürMarkierteDatensätzeGenerierenToolStripMenuItem.Name = "IndexdatenFürMarkierteDatensätzeGenerierenToolStripMenuItem"
|
|
Me.IndexdatenFürMarkierteDatensätzeGenerierenToolStripMenuItem.Size = New System.Drawing.Size(323, 22)
|
|
Me.IndexdatenFürMarkierteDatensätzeGenerierenToolStripMenuItem.Text = "&Indexdaten für markierte Datensätze generieren"
|
|
'
|
|
'frmSBEdit
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(877, 477)
|
|
Me.Controls.Add(Me.GroupBox2)
|
|
Me.Controls.Add(Me.GroupBox1)
|
|
Me.Controls.Add(Me.MenuStrip1)
|
|
Me.MainMenuStrip = Me.MenuStrip1
|
|
Me.Name = "frmSBEdit"
|
|
Me.Text = "Serienbrief editieren"
|
|
Me.MenuStrip1.ResumeLayout(False)
|
|
Me.MenuStrip1.PerformLayout()
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox1.PerformLayout()
|
|
Me.GroupBox2.ResumeLayout(False)
|
|
CType(Me.empflist, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.CTMenuEmpflist.ResumeLayout(False)
|
|
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 GroupBox1 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents lblErstellt As System.Windows.Forms.Label
|
|
Friend WithEvents lblInBearbeitung As System.Windows.Forms.Label
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents lblStatus As System.Windows.Forms.Label
|
|
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents lblausgelöst As System.Windows.Forms.Label
|
|
Friend WithEvents lblBestätigt As System.Windows.Forms.Label
|
|
Friend WithEvents lblGedruckt As System.Windows.Forms.Label
|
|
Friend WithEvents txtBLDossier As System.Windows.Forms.TextBox
|
|
Friend WithEvents lblBLDossier As System.Windows.Forms.Label
|
|
Friend WithEvents txtausgelöst As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtbestätigt As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtgedruckt As System.Windows.Forms.TextBox
|
|
Friend WithEvents txterstellt As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtinbearbeitung As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtfehlerhaft As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtStatus As System.Windows.Forms.TextBox
|
|
Friend WithEvents empflist As C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
|
Friend WithEvents SpeichernToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents ListBox2 As System.Windows.Forms.ListBox
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents StatusEmpfängerlisteToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents DruckstapelLöschenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents DokumentePruefenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents CTMenuEmpflist As System.Windows.Forms.ContextMenuStrip
|
|
Friend WithEvents IndexdatenFürMarkierteDatensätzeGenerierenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents DokumentePrüfenUndEDKB08StrukturGenerierenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
End Class
|