This commit is contained in:
2019-08-08 12:44:50 +02:00
parent f4c673510f
commit 82e1bf915b
638 changed files with 433536 additions and 0 deletions

555
UID/frmSeminarDetails.Designer.vb generated Normal file
View File

@@ -0,0 +1,555 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmSeminarDetails
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(frmSeminarDetails))
Me.dgvTeilnehmer = New System.Windows.Forms.DataGridView()
Me.btnSave = New System.Windows.Forms.Button()
Me.btnCancel = New System.Windows.Forms.Button()
Me.btnOK = New System.Windows.Forms.Button()
Me.btnDelTeilnehmer = New System.Windows.Forms.Button()
Me.btnAddTeilnehmer = New System.Windows.Forms.Button()
Me.Label1 = New System.Windows.Forms.Label()
Me.TabControl2 = New System.Windows.Forms.TabControl()
Me.TabPage3 = New System.Windows.Forms.TabPage()
Me.lblBez = New System.Windows.Forms.TextBox()
Me.Label11 = New System.Windows.Forms.Label()
Me.cbxIntAusbildung = New System.Windows.Forms.CheckBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.rtbInhalt2 = New System.Windows.Forms.RichTextBox()
Me.datBisTime = New System.Windows.Forms.DateTimePicker()
Me.datVonTime = New System.Windows.Forms.DateTimePicker()
Me.datDauer = New System.Windows.Forms.DateTimePicker()
Me.cboOrt = New System.Windows.Forms.ComboBox()
Me.cbxIsVERAG_Seminar = New System.Windows.Forms.CheckBox()
Me.Label14 = New System.Windows.Forms.Label()
Me.rtbInhalt = New System.Windows.Forms.RichTextBox()
Me.Button2 = New System.Windows.Forms.Button()
Me.txtVortragender = New System.Windows.Forms.TextBox()
Me.Button1 = New System.Windows.Forms.Button()
Me.Label13 = New System.Windows.Forms.Label()
Me.TextBox4 = New System.Windows.Forms.TextBox()
Me.Label7 = New System.Windows.Forms.Label()
Me.datBis = New System.Windows.Forms.DateTimePicker()
Me.Label6 = New System.Windows.Forms.Label()
Me.datVon = New System.Windows.Forms.DateTimePicker()
Me.Label5 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label9 = New System.Windows.Forms.Label()
Me.txtName = New System.Windows.Forms.TextBox()
Me.Label8 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.tabPge2 = New System.Windows.Forms.TabPage()
Me.rtbinfo = New System.Windows.Forms.RichTextBox()
Me.lblSeminarname = New System.Windows.Forms.Label()
Me.btnPrintAllCert = New System.Windows.Forms.Button()
Me.btnPrintSelectedCert = New System.Windows.Forms.Button()
Me.cboReportVorlage = New System.Windows.Forms.ComboBox()
Me.Label10 = New System.Windows.Forms.Label()
CType(Me.dgvTeilnehmer, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TabControl2.SuspendLayout()
Me.TabPage3.SuspendLayout()
Me.tabPge2.SuspendLayout()
Me.SuspendLayout()
'
'dgvTeilnehmer
'
Me.dgvTeilnehmer.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvTeilnehmer.Location = New System.Drawing.Point(12, 372)
Me.dgvTeilnehmer.Name = "dgvTeilnehmer"
Me.dgvTeilnehmer.Size = New System.Drawing.Size(636, 295)
Me.dgvTeilnehmer.TabIndex = 0
'
'btnSave
'
Me.btnSave.Location = New System.Drawing.Point(270, 673)
Me.btnSave.Name = "btnSave"
Me.btnSave.Size = New System.Drawing.Size(88, 36)
Me.btnSave.TabIndex = 56
Me.btnSave.Text = "Speichern"
Me.btnSave.UseVisualStyleBackColor = True
'
'btnCancel
'
Me.btnCancel.Location = New System.Drawing.Point(117, 673)
Me.btnCancel.Name = "btnCancel"
Me.btnCancel.Size = New System.Drawing.Size(88, 36)
Me.btnCancel.TabIndex = 55
Me.btnCancel.Text = "Abbrechen"
Me.btnCancel.UseVisualStyleBackColor = True
'
'btnOK
'
Me.btnOK.Location = New System.Drawing.Point(12, 673)
Me.btnOK.Name = "btnOK"
Me.btnOK.Size = New System.Drawing.Size(88, 36)
Me.btnOK.TabIndex = 54
Me.btnOK.Text = "OK"
Me.btnOK.UseVisualStyleBackColor = True
'
'btnDelTeilnehmer
'
Me.btnDelTeilnehmer.Image = Global.ADMIN.My.Resources.Resources.del
Me.btnDelTeilnehmer.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnDelTeilnehmer.Location = New System.Drawing.Point(654, 419)
Me.btnDelTeilnehmer.Name = "btnDelTeilnehmer"
Me.btnDelTeilnehmer.Size = New System.Drawing.Size(106, 41)
Me.btnDelTeilnehmer.TabIndex = 59
Me.btnDelTeilnehmer.Text = "Teilnehmer" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "entfernen"
Me.btnDelTeilnehmer.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnDelTeilnehmer.UseVisualStyleBackColor = True
'
'btnAddTeilnehmer
'
Me.btnAddTeilnehmer.Image = Global.ADMIN.My.Resources.Resources.plus
Me.btnAddTeilnehmer.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnAddTeilnehmer.Location = New System.Drawing.Point(654, 372)
Me.btnAddTeilnehmer.Name = "btnAddTeilnehmer"
Me.btnAddTeilnehmer.Size = New System.Drawing.Size(106, 41)
Me.btnAddTeilnehmer.TabIndex = 57
Me.btnAddTeilnehmer.Text = "Teilnehmer " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "hinzufügen"
Me.btnAddTeilnehmer.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnAddTeilnehmer.UseVisualStyleBackColor = True
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(12, 13)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(120, 17)
Me.Label1.TabIndex = 61
Me.Label1.Text = "Seminardetails:"
'
'TabControl2
'
Me.TabControl2.Controls.Add(Me.TabPage3)
Me.TabControl2.Controls.Add(Me.tabPge2)
Me.TabControl2.Location = New System.Drawing.Point(12, 43)
Me.TabControl2.Name = "TabControl2"
Me.TabControl2.SelectedIndex = 0
Me.TabControl2.Size = New System.Drawing.Size(903, 323)
Me.TabControl2.TabIndex = 76
'
'TabPage3
'
Me.TabPage3.Controls.Add(Me.lblBez)
Me.TabPage3.Controls.Add(Me.Label11)
Me.TabPage3.Controls.Add(Me.cbxIntAusbildung)
Me.TabPage3.Controls.Add(Me.Label3)
Me.TabPage3.Controls.Add(Me.rtbInhalt2)
Me.TabPage3.Controls.Add(Me.datBisTime)
Me.TabPage3.Controls.Add(Me.datVonTime)
Me.TabPage3.Controls.Add(Me.datDauer)
Me.TabPage3.Controls.Add(Me.cboOrt)
Me.TabPage3.Controls.Add(Me.cbxIsVERAG_Seminar)
Me.TabPage3.Controls.Add(Me.Label14)
Me.TabPage3.Controls.Add(Me.rtbInhalt)
Me.TabPage3.Controls.Add(Me.Button2)
Me.TabPage3.Controls.Add(Me.txtVortragender)
Me.TabPage3.Controls.Add(Me.Button1)
Me.TabPage3.Controls.Add(Me.Label13)
Me.TabPage3.Controls.Add(Me.TextBox4)
Me.TabPage3.Controls.Add(Me.Label7)
Me.TabPage3.Controls.Add(Me.datBis)
Me.TabPage3.Controls.Add(Me.Label6)
Me.TabPage3.Controls.Add(Me.datVon)
Me.TabPage3.Controls.Add(Me.Label5)
Me.TabPage3.Controls.Add(Me.Label4)
Me.TabPage3.Controls.Add(Me.Label9)
Me.TabPage3.Controls.Add(Me.txtName)
Me.TabPage3.Controls.Add(Me.Label8)
Me.TabPage3.Controls.Add(Me.Label2)
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(895, 297)
Me.TabPage3.TabIndex = 0
Me.TabPage3.Text = "Allgemein"
Me.TabPage3.UseVisualStyleBackColor = True
'
'lblBez
'
Me.lblBez.Location = New System.Drawing.Point(110, 261)
Me.lblBez.Name = "lblBez"
Me.lblBez.Size = New System.Drawing.Size(177, 20)
Me.lblBez.TabIndex = 114
'
'Label11
'
Me.Label11.AutoSize = True
Me.Label11.Location = New System.Drawing.Point(107, 245)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(157, 13)
Me.Label11.TabIndex = 113
Me.Label11.Text = "Bezeichnung (zw. Name u Titel)"
'
'cbxIntAusbildung
'
Me.cbxIntAusbildung.AutoSize = True
Me.cbxIntAusbildung.Location = New System.Drawing.Point(6, 244)
Me.cbxIntAusbildung.Name = "cbxIntAusbildung"
Me.cbxIntAusbildung.Size = New System.Drawing.Size(95, 17)
Me.cbxIntAusbildung.TabIndex = 112
Me.cbxIntAusbildung.Text = "int. Ausbildung"
Me.cbxIntAusbildung.UseVisualStyleBackColor = True
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(597, 125)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(42, 13)
Me.Label3.TabIndex = 111
Me.Label3.Text = "Inhalt 2"
'
'rtbInhalt2
'
Me.rtbInhalt2.Location = New System.Drawing.Point(600, 141)
Me.rtbInhalt2.Name = "rtbInhalt2"
Me.rtbInhalt2.Size = New System.Drawing.Size(290, 150)
Me.rtbInhalt2.TabIndex = 110
Me.rtbInhalt2.Text = ""
'
'datBisTime
'
Me.datBisTime.Location = New System.Drawing.Point(212, 97)
Me.datBisTime.Name = "datBisTime"
Me.datBisTime.Size = New System.Drawing.Size(95, 20)
Me.datBisTime.TabIndex = 109
'
'datVonTime
'
Me.datVonTime.Location = New System.Drawing.Point(212, 58)
Me.datVonTime.Name = "datVonTime"
Me.datVonTime.Size = New System.Drawing.Size(95, 20)
Me.datVonTime.TabIndex = 108
'
'datDauer
'
Me.datDauer.Location = New System.Drawing.Point(335, 81)
Me.datDauer.Name = "datDauer"
Me.datDauer.Size = New System.Drawing.Size(115, 20)
Me.datDauer.TabIndex = 107
'
'cboOrt
'
Me.cboOrt.FormattingEnabled = True
Me.cboOrt.Items.AddRange(New Object() {"VERAG-Schulungsraum", "WKO-Wien", "WKO-Linz", "WKO-Salzburg"})
Me.cboOrt.Location = New System.Drawing.Point(6, 141)
Me.cboOrt.Name = "cboOrt"
Me.cboOrt.Size = New System.Drawing.Size(272, 21)
Me.cboOrt.TabIndex = 106
'
'cbxIsVERAG_Seminar
'
Me.cbxIsVERAG_Seminar.AutoSize = True
Me.cbxIsVERAG_Seminar.Location = New System.Drawing.Point(6, 221)
Me.cbxIsVERAG_Seminar.Name = "cbxIsVERAG_Seminar"
Me.cbxIsVERAG_Seminar.Size = New System.Drawing.Size(104, 17)
Me.cbxIsVERAG_Seminar.TabIndex = 105
Me.cbxIsVERAG_Seminar.Text = "VERAG-Seminar"
Me.cbxIsVERAG_Seminar.UseVisualStyleBackColor = True
'
'Label14
'
Me.Label14.AutoSize = True
Me.Label14.Location = New System.Drawing.Point(301, 125)
Me.Label14.Name = "Label14"
Me.Label14.Size = New System.Drawing.Size(33, 13)
Me.Label14.TabIndex = 104
Me.Label14.Text = "Inhalt"
'
'rtbInhalt
'
Me.rtbInhalt.Location = New System.Drawing.Point(304, 141)
Me.rtbInhalt.Name = "rtbInhalt"
Me.rtbInhalt.Size = New System.Drawing.Size(290, 150)
Me.rtbInhalt.TabIndex = 103
Me.rtbInhalt.Text = ""
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(212, 181)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(66, 20)
Me.Button2.TabIndex = 101
Me.Button2.Text = "MA-Suche"
Me.Button2.UseVisualStyleBackColor = True
'
'txtVortragender
'
Me.txtVortragender.Location = New System.Drawing.Point(6, 181)
Me.txtVortragender.Name = "txtVortragender"
Me.txtVortragender.Size = New System.Drawing.Size(200, 20)
Me.txtVortragender.TabIndex = 99
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(212, 181)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(66, 20)
Me.Button1.TabIndex = 100
Me.Button1.Text = "MA-Suche"
Me.Button1.UseVisualStyleBackColor = True
'
'Label13
'
Me.Label13.AutoSize = True
Me.Label13.Location = New System.Drawing.Point(3, 165)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(180, 13)
Me.Label13.TabIndex = 97
Me.Label13.Text = "Vortragender bzw. Unterzeichnender"
'
'TextBox4
'
Me.TextBox4.Location = New System.Drawing.Point(6, 181)
Me.TextBox4.Name = "TextBox4"
Me.TextBox4.Size = New System.Drawing.Size(200, 20)
Me.TextBox4.TabIndex = 98
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Location = New System.Drawing.Point(3, 165)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(68, 13)
Me.Label7.TabIndex = 96
Me.Label7.Text = "Vortragender"
'
'datBis
'
Me.datBis.Location = New System.Drawing.Point(6, 97)
Me.datBis.Name = "datBis"
Me.datBis.Size = New System.Drawing.Size(200, 20)
Me.datBis.TabIndex = 91
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(332, 65)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(36, 13)
Me.Label6.TabIndex = 93
Me.Label6.Text = "Dauer"
'
'datVon
'
Me.datVon.Location = New System.Drawing.Point(6, 58)
Me.datVon.Name = "datVon"
Me.datVon.Size = New System.Drawing.Size(200, 20)
Me.datVon.TabIndex = 87
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(6, 81)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(21, 13)
Me.Label5.TabIndex = 88
Me.Label5.Text = "Bis"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(6, 42)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(26, 13)
Me.Label4.TabIndex = 84
Me.Label4.Text = "Von"
'
'Label9
'
Me.Label9.AutoSize = True
Me.Label9.Location = New System.Drawing.Point(3, 125)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(21, 13)
Me.Label9.TabIndex = 81
Me.Label9.Text = "Ort"
'
'txtName
'
Me.txtName.Location = New System.Drawing.Point(6, 19)
Me.txtName.Name = "txtName"
Me.txtName.Size = New System.Drawing.Size(717, 20)
Me.txtName.TabIndex = 78
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Location = New System.Drawing.Point(6, 3)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(35, 13)
Me.Label8.TabIndex = 77
Me.Label8.Text = "Name"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(6, 3)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(35, 13)
Me.Label2.TabIndex = 76
Me.Label2.Text = "Name"
'
'tabPge2
'
Me.tabPge2.Controls.Add(Me.rtbinfo)
Me.tabPge2.Location = New System.Drawing.Point(4, 22)
Me.tabPge2.Name = "tabPge2"
Me.tabPge2.Padding = New System.Windows.Forms.Padding(3)
Me.tabPge2.Size = New System.Drawing.Size(895, 297)
Me.tabPge2.TabIndex = 1
Me.tabPge2.Text = "Sonstige Informationen"
Me.tabPge2.UseVisualStyleBackColor = True
'
'rtbinfo
'
Me.rtbinfo.Location = New System.Drawing.Point(6, 6)
Me.rtbinfo.Name = "rtbinfo"
Me.rtbinfo.Size = New System.Drawing.Size(720, 250)
Me.rtbinfo.TabIndex = 104
Me.rtbinfo.Text = ""
'
'lblSeminarname
'
Me.lblSeminarname.Anchor = System.Windows.Forms.AnchorStyles.Right
Me.lblSeminarname.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblSeminarname.Location = New System.Drawing.Point(405, 13)
Me.lblSeminarname.Name = "lblSeminarname"
Me.lblSeminarname.Size = New System.Drawing.Size(502, 27)
Me.lblSeminarname.TabIndex = 77
Me.lblSeminarname.TextAlign = System.Drawing.ContentAlignment.TopRight
'
'btnPrintAllCert
'
Me.btnPrintAllCert.Location = New System.Drawing.Point(654, 593)
Me.btnPrintAllCert.Name = "btnPrintAllCert"
Me.btnPrintAllCert.Size = New System.Drawing.Size(106, 34)
Me.btnPrintAllCert.TabIndex = 78
Me.btnPrintAllCert.Text = "Alle Zertifikate" & Global.Microsoft.VisualBasic.ChrW(10) & "drucken"
Me.btnPrintAllCert.UseVisualStyleBackColor = True
'
'btnPrintSelectedCert
'
Me.btnPrintSelectedCert.Location = New System.Drawing.Point(654, 633)
Me.btnPrintSelectedCert.Name = "btnPrintSelectedCert"
Me.btnPrintSelectedCert.Size = New System.Drawing.Size(106, 34)
Me.btnPrintSelectedCert.TabIndex = 79
Me.btnPrintSelectedCert.Text = "Ausgewählte " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Zertifikate drucken"
Me.btnPrintSelectedCert.UseVisualStyleBackColor = True
'
'cboReportVorlage
'
Me.cboReportVorlage.DropDownWidth = 250
Me.cboReportVorlage.FormattingEnabled = True
Me.cboReportVorlage.Location = New System.Drawing.Point(655, 497)
Me.cboReportVorlage.Name = "cboReportVorlage"
Me.cboReportVorlage.Size = New System.Drawing.Size(105, 21)
Me.cboReportVorlage.TabIndex = 80
'
'Label10
'
Me.Label10.AutoSize = True
Me.Label10.Location = New System.Drawing.Point(654, 478)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(46, 13)
Me.Label10.TabIndex = 81
Me.Label10.Text = "Vorlage:"
'
'frmSeminarDetails
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(919, 721)
Me.Controls.Add(Me.Label10)
Me.Controls.Add(Me.cboReportVorlage)
Me.Controls.Add(Me.btnPrintSelectedCert)
Me.Controls.Add(Me.btnPrintAllCert)
Me.Controls.Add(Me.lblSeminarname)
Me.Controls.Add(Me.TabControl2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.btnDelTeilnehmer)
Me.Controls.Add(Me.btnAddTeilnehmer)
Me.Controls.Add(Me.btnSave)
Me.Controls.Add(Me.btnCancel)
Me.Controls.Add(Me.btnOK)
Me.Controls.Add(Me.dgvTeilnehmer)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmSeminarDetails"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Seminardetails"
CType(Me.dgvTeilnehmer, System.ComponentModel.ISupportInitialize).EndInit()
Me.TabControl2.ResumeLayout(False)
Me.TabPage3.ResumeLayout(False)
Me.TabPage3.PerformLayout()
Me.tabPge2.ResumeLayout(False)
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents dgvTeilnehmer As System.Windows.Forms.DataGridView
Friend WithEvents btnSave As System.Windows.Forms.Button
Friend WithEvents btnCancel As System.Windows.Forms.Button
Friend WithEvents btnOK As System.Windows.Forms.Button
Friend WithEvents btnDelTeilnehmer As System.Windows.Forms.Button
Friend WithEvents btnAddTeilnehmer As System.Windows.Forms.Button
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents TabControl2 As System.Windows.Forms.TabControl
Friend WithEvents TabPage3 As System.Windows.Forms.TabPage
Friend WithEvents rtbInhalt As System.Windows.Forms.RichTextBox
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents txtVortragender As System.Windows.Forms.TextBox
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents Label13 As System.Windows.Forms.Label
Friend WithEvents TextBox4 As System.Windows.Forms.TextBox
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents datBis As System.Windows.Forms.DateTimePicker
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents datVon As System.Windows.Forms.DateTimePicker
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents tabPge2 As System.Windows.Forms.TabPage
Friend WithEvents rtbinfo As System.Windows.Forms.RichTextBox
Friend WithEvents Label14 As System.Windows.Forms.Label
Friend WithEvents cbxIsVERAG_Seminar As System.Windows.Forms.CheckBox
Friend WithEvents lblSeminarname As System.Windows.Forms.Label
Friend WithEvents cboOrt As System.Windows.Forms.ComboBox
Friend WithEvents datBisTime As System.Windows.Forms.DateTimePicker
Friend WithEvents datVonTime As System.Windows.Forms.DateTimePicker
Friend WithEvents txtName As System.Windows.Forms.TextBox
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents datDauer As System.Windows.Forms.DateTimePicker
Friend WithEvents btnPrintAllCert As System.Windows.Forms.Button
Friend WithEvents btnPrintSelectedCert As System.Windows.Forms.Button
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents rtbInhalt2 As System.Windows.Forms.RichTextBox
Friend WithEvents cboReportVorlage As System.Windows.Forms.ComboBox
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents cbxIntAusbildung As System.Windows.Forms.CheckBox
Friend WithEvents lblBez As System.Windows.Forms.TextBox
Friend WithEvents Label11 As System.Windows.Forms.Label
End Class