_ Partial Class PruefschrittDetailsBearbeitung 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() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(PruefschrittDetailsBearbeitung)) Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton() Me.TSBtnSave = New System.Windows.Forms.ToolStripButton() Me.MenuStrip1 = New System.Windows.Forms.MenuStrip() Me.DateiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.BeendenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.GrpResultate = New System.Windows.Forms.GroupBox() Me.GrpDokumente = New System.Windows.Forms.GroupBox() Me.DokumenteAllgemein = New ThemenDokumente.Dokumente() Me.GrpTypAnzahl_Massen = New System.Windows.Forms.GroupBox() Me.lblFindingsKein = New System.Windows.Forms.Label() Me.txtFindingsKein = New System.Windows.Forms.NumericUpDown() Me.lblFindingsHoch = New System.Windows.Forms.Label() Me.lblFindingsMittel = New System.Windows.Forms.Label() Me.lblFidingsTief = New System.Windows.Forms.Label() Me.txtFindingsHoch = New System.Windows.Forms.NumericUpDown() Me.txtFindingsMittel = New System.Windows.Forms.NumericUpDown() Me.txtFindingsTief = New System.Windows.Forms.NumericUpDown() Me.txtAnzahlPruefungen = New System.Windows.Forms.NumericUpDown() Me.lblAnzPruefungen = New System.Windows.Forms.Label() Me.GrpBeschreibung = New System.Windows.Forms.GroupBox() Me.txtBeschreibung = New System.Windows.Forms.TextBox() Me.GrpKurzbeschreibung = New System.Windows.Forms.GroupBox() Me.txtKurzbeschreibung = New System.Windows.Forms.TextBox() Me.GrpStatus = New System.Windows.Forms.GroupBox() Me.Label1 = New System.Windows.Forms.Label() Me.cbboxResultatText = New System.Windows.Forms.ComboBox() Me.btnPruefungabgeschlossen = New System.Windows.Forms.Button() Me.cbboxStatus = New System.Windows.Forms.ComboBox() Me.grpFindings = New System.Windows.Forms.GroupBox() Me.GrpMassnahmen = New System.Windows.Forms.GroupBox() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.DokumenteMassnahmen = New ThemenDokumente.Dokumente() Me.GrpMassnahmenList = New System.Windows.Forms.GroupBox() Me.txtMassnahmeResultat = New System.Windows.Forms.TextBox() Me.lblMassnahmeResultat = New System.Windows.Forms.Label() Me.txtMassnahmebeschreibung = New System.Windows.Forms.TextBox() Me.txtMassnahmeBezeichnung = New System.Windows.Forms.TextBox() Me.lblMassnahmeBezeichnung = New System.Windows.Forms.Label() Me.lblMassnahmeBeschreibung = New System.Windows.Forms.Label() Me.C1Massnahmen = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.ToolStripMassnahmen = New System.Windows.Forms.ToolStrip() Me.tsbtnMassnahmeerfassen = New System.Windows.Forms.ToolStripButton() Me.tsbtnMassnahmeEdit = New System.Windows.Forms.ToolStripButton() Me.tsbtnMassnahmeLoeschen = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton8 = New System.Windows.Forms.ToolStripButton() Me.GrpFinding = New System.Windows.Forms.GroupBox() Me.GrpFindingDokumente = New System.Windows.Forms.GroupBox() Me.DokumenteFindings = New ThemenDokumente.Dokumente() Me.GrpFindingList = New System.Windows.Forms.GroupBox() Me.txtFindingBeschreibung = New System.Windows.Forms.TextBox() Me.C1Findings = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.ToolStripFindings = New System.Windows.Forms.ToolStrip() Me.tsbtnNeuesFinding = New System.Windows.Forms.ToolStripButton() Me.tsbtnFindingBearbeiten = New System.Windows.Forms.ToolStripButton() Me.tsbtnFindingDelete = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton3 = New System.Windows.Forms.ToolStripButton() Me.txtFindingBezeichnung = New System.Windows.Forms.TextBox() Me.lblFindingBezeichnung = New System.Windows.Forms.Label() Me.lblFindingBeschreibung = New System.Windows.Forms.Label() Me.ImageListFindings = New System.Windows.Forms.ImageList(Me.components) Me.ImageListeMassnahmen = New System.Windows.Forms.ImageList(Me.components) Me.ToolStrip1.SuspendLayout() Me.MenuStrip1.SuspendLayout() Me.GrpResultate.SuspendLayout() Me.GrpDokumente.SuspendLayout() Me.GrpTypAnzahl_Massen.SuspendLayout() CType(Me.txtFindingsKein, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtFindingsHoch, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtFindingsMittel, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtFindingsTief, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtAnzahlPruefungen, System.ComponentModel.ISupportInitialize).BeginInit() Me.GrpBeschreibung.SuspendLayout() Me.GrpKurzbeschreibung.SuspendLayout() Me.GrpStatus.SuspendLayout() Me.grpFindings.SuspendLayout() Me.GrpMassnahmen.SuspendLayout() Me.GroupBox2.SuspendLayout() Me.GrpMassnahmenList.SuspendLayout() CType(Me.C1Massnahmen, System.ComponentModel.ISupportInitialize).BeginInit() Me.ToolStripMassnahmen.SuspendLayout() Me.GrpFinding.SuspendLayout() Me.GrpFindingDokumente.SuspendLayout() Me.GrpFindingList.SuspendLayout() CType(Me.C1Findings, System.ComponentModel.ISupportInitialize).BeginInit() Me.ToolStripFindings.SuspendLayout() Me.SuspendLayout() ' 'ToolStrip1 ' Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit, Me.TSBtnSave}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 24) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Padding = New System.Windows.Forms.Padding(0, 0, 2, 0) Me.ToolStrip1.Size = New System.Drawing.Size(1185, 25) Me.ToolStrip1.TabIndex = 7 Me.ToolStrip1.Text = "ToolStrip1" ' 'TSBtnQuit ' Me.TSBtnQuit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSBtnQuit.Image = CType(resources.GetObject("TSBtnQuit.Image"), System.Drawing.Image) Me.TSBtnQuit.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSBtnQuit.Name = "TSBtnQuit" Me.TSBtnQuit.Size = New System.Drawing.Size(23, 22) Me.TSBtnQuit.Text = "ToolStripButton1" Me.TSBtnQuit.ToolTipText = "Fenster schliessen" ' 'TSBtnSave ' Me.TSBtnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSBtnSave.Image = CType(resources.GetObject("TSBtnSave.Image"), System.Drawing.Image) Me.TSBtnSave.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSBtnSave.Name = "TSBtnSave" Me.TSBtnSave.Size = New System.Drawing.Size(23, 22) Me.TSBtnSave.Text = "Speichern" ' 'MenuStrip1 ' Me.MenuStrip1.ImageScalingSize = New System.Drawing.Size(24, 24) 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(1185, 24) Me.MenuStrip1.TabIndex = 8 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(128, 22) Me.BeendenToolStripMenuItem.Text = "&Schliessen" ' 'GrpResultate ' Me.GrpResultate.Controls.Add(Me.GrpDokumente) Me.GrpResultate.Controls.Add(Me.GrpTypAnzahl_Massen) Me.GrpResultate.Controls.Add(Me.GrpBeschreibung) Me.GrpResultate.Controls.Add(Me.GrpKurzbeschreibung) Me.GrpResultate.Controls.Add(Me.GrpStatus) Me.GrpResultate.Dock = System.Windows.Forms.DockStyle.Left Me.GrpResultate.Location = New System.Drawing.Point(0, 49) Me.GrpResultate.Name = "GrpResultate" Me.GrpResultate.Size = New System.Drawing.Size(374, 689) Me.GrpResultate.TabIndex = 9 Me.GrpResultate.TabStop = False Me.GrpResultate.Text = "Resultat der Prüfung" ' 'GrpDokumente ' Me.GrpDokumente.Controls.Add(Me.DokumenteAllgemein) Me.GrpDokumente.Dock = System.Windows.Forms.DockStyle.Fill Me.GrpDokumente.Location = New System.Drawing.Point(3, 445) Me.GrpDokumente.Name = "GrpDokumente" Me.GrpDokumente.Size = New System.Drawing.Size(368, 241) Me.GrpDokumente.TabIndex = 2 Me.GrpDokumente.TabStop = False Me.GrpDokumente.Text = "Dokumente" ' 'DokumenteAllgemein ' Me.DokumenteAllgemein.ConnectionString = Nothing Me.DokumenteAllgemein.Dock = System.Windows.Forms.DockStyle.Fill Me.DokumenteAllgemein.Doktype = 0 Me.DokumenteAllgemein.Location = New System.Drawing.Point(3, 16) Me.DokumenteAllgemein.Margin = New System.Windows.Forms.Padding(5, 6, 5, 6) Me.DokumenteAllgemein.Mitarbeiternr = 0 Me.DokumenteAllgemein.Name = "DokumenteAllgemein" Me.DokumenteAllgemein.Pruefschrittnr = 0 Me.DokumenteAllgemein.Size = New System.Drawing.Size(362, 222) Me.DokumenteAllgemein.TabIndex = 33 Me.DokumenteAllgemein.TempFilePath = Nothing Me.DokumenteAllgemein.ThemaNr = 0 ' 'GrpTypAnzahl_Massen ' Me.GrpTypAnzahl_Massen.Controls.Add(Me.lblFindingsKein) Me.GrpTypAnzahl_Massen.Controls.Add(Me.txtFindingsKein) Me.GrpTypAnzahl_Massen.Controls.Add(Me.lblFindingsHoch) Me.GrpTypAnzahl_Massen.Controls.Add(Me.lblFindingsMittel) Me.GrpTypAnzahl_Massen.Controls.Add(Me.lblFidingsTief) Me.GrpTypAnzahl_Massen.Controls.Add(Me.txtFindingsHoch) Me.GrpTypAnzahl_Massen.Controls.Add(Me.txtFindingsMittel) Me.GrpTypAnzahl_Massen.Controls.Add(Me.txtFindingsTief) Me.GrpTypAnzahl_Massen.Controls.Add(Me.txtAnzahlPruefungen) Me.GrpTypAnzahl_Massen.Controls.Add(Me.lblAnzPruefungen) Me.GrpTypAnzahl_Massen.Dock = System.Windows.Forms.DockStyle.Top Me.GrpTypAnzahl_Massen.Location = New System.Drawing.Point(3, 323) Me.GrpTypAnzahl_Massen.Name = "GrpTypAnzahl_Massen" Me.GrpTypAnzahl_Massen.Size = New System.Drawing.Size(368, 122) Me.GrpTypAnzahl_Massen.TabIndex = 6 Me.GrpTypAnzahl_Massen.TabStop = False Me.GrpTypAnzahl_Massen.Text = "Anzahl Prüfungen" ' 'lblFindingsKein ' Me.lblFindingsKein.AutoSize = True Me.lblFindingsKein.Location = New System.Drawing.Point(194, 23) Me.lblFindingsKein.Name = "lblFindingsKein" Me.lblFindingsKein.Size = New System.Drawing.Size(75, 13) Me.lblFindingsKein.TabIndex = 9 Me.lblFindingsKein.Text = "keine Findings" ' 'txtFindingsKein ' Me.txtFindingsKein.Location = New System.Drawing.Point(273, 21) Me.txtFindingsKein.Maximum = New Decimal(New Integer() {100000, 0, 0, 0}) Me.txtFindingsKein.Name = "txtFindingsKein" Me.txtFindingsKein.Size = New System.Drawing.Size(75, 20) Me.txtFindingsKein.TabIndex = 8 ' 'lblFindingsHoch ' Me.lblFindingsHoch.AutoSize = True Me.lblFindingsHoch.Location = New System.Drawing.Point(194, 100) Me.lblFindingsHoch.Name = "lblFindingsHoch" Me.lblFindingsHoch.Size = New System.Drawing.Size(73, 13) Me.lblFindingsHoch.TabIndex = 7 Me.lblFindingsHoch.Text = "Findings hoch" ' 'lblFindingsMittel ' Me.lblFindingsMittel.AutoSize = True Me.lblFindingsMittel.Location = New System.Drawing.Point(194, 74) Me.lblFindingsMittel.Name = "lblFindingsMittel" Me.lblFindingsMittel.Size = New System.Drawing.Size(73, 13) Me.lblFindingsMittel.TabIndex = 6 Me.lblFindingsMittel.Text = "Findings mittel" ' 'lblFidingsTief ' Me.lblFidingsTief.AutoSize = True Me.lblFidingsTief.Location = New System.Drawing.Point(194, 48) Me.lblFidingsTief.Name = "lblFidingsTief" Me.lblFidingsTief.Size = New System.Drawing.Size(63, 13) Me.lblFidingsTief.TabIndex = 5 Me.lblFidingsTief.Text = "Findings tief" ' 'txtFindingsHoch ' Me.txtFindingsHoch.Location = New System.Drawing.Point(273, 98) Me.txtFindingsHoch.Maximum = New Decimal(New Integer() {100000, 0, 0, 0}) Me.txtFindingsHoch.Name = "txtFindingsHoch" Me.txtFindingsHoch.Size = New System.Drawing.Size(75, 20) Me.txtFindingsHoch.TabIndex = 4 ' 'txtFindingsMittel ' Me.txtFindingsMittel.Location = New System.Drawing.Point(273, 72) Me.txtFindingsMittel.Maximum = New Decimal(New Integer() {100000, 0, 0, 0}) Me.txtFindingsMittel.Name = "txtFindingsMittel" Me.txtFindingsMittel.Size = New System.Drawing.Size(75, 20) Me.txtFindingsMittel.TabIndex = 3 ' 'txtFindingsTief ' Me.txtFindingsTief.Location = New System.Drawing.Point(273, 46) Me.txtFindingsTief.Maximum = New Decimal(New Integer() {100000, 0, 0, 0}) Me.txtFindingsTief.Name = "txtFindingsTief" Me.txtFindingsTief.Size = New System.Drawing.Size(75, 20) Me.txtFindingsTief.TabIndex = 2 ' 'txtAnzahlPruefungen ' Me.txtAnzahlPruefungen.Location = New System.Drawing.Point(95, 19) Me.txtAnzahlPruefungen.Maximum = New Decimal(New Integer() {100000, 0, 0, 0}) Me.txtAnzahlPruefungen.Name = "txtAnzahlPruefungen" Me.txtAnzahlPruefungen.Size = New System.Drawing.Size(75, 20) Me.txtAnzahlPruefungen.TabIndex = 1 ' 'lblAnzPruefungen ' Me.lblAnzPruefungen.AutoSize = True Me.lblAnzPruefungen.Location = New System.Drawing.Point(9, 21) Me.lblAnzPruefungen.Name = "lblAnzPruefungen" Me.lblAnzPruefungen.Size = New System.Drawing.Size(80, 13) Me.lblAnzPruefungen.TabIndex = 0 Me.lblAnzPruefungen.Text = "Anz. Prüfungen" ' 'GrpBeschreibung ' Me.GrpBeschreibung.Controls.Add(Me.txtBeschreibung) Me.GrpBeschreibung.Dock = System.Windows.Forms.DockStyle.Top Me.GrpBeschreibung.Location = New System.Drawing.Point(3, 102) Me.GrpBeschreibung.Name = "GrpBeschreibung" Me.GrpBeschreibung.Size = New System.Drawing.Size(368, 221) Me.GrpBeschreibung.TabIndex = 1 Me.GrpBeschreibung.TabStop = False Me.GrpBeschreibung.Text = "Beschreibung" ' 'txtBeschreibung ' Me.txtBeschreibung.Dock = System.Windows.Forms.DockStyle.Fill Me.txtBeschreibung.Location = New System.Drawing.Point(3, 16) Me.txtBeschreibung.Multiline = True Me.txtBeschreibung.Name = "txtBeschreibung" Me.txtBeschreibung.Size = New System.Drawing.Size(362, 202) Me.txtBeschreibung.TabIndex = 3 ' 'GrpKurzbeschreibung ' Me.GrpKurzbeschreibung.Controls.Add(Me.txtKurzbeschreibung) Me.GrpKurzbeschreibung.Dock = System.Windows.Forms.DockStyle.Top Me.GrpKurzbeschreibung.Location = New System.Drawing.Point(3, 92) Me.GrpKurzbeschreibung.Name = "GrpKurzbeschreibung" Me.GrpKurzbeschreibung.Size = New System.Drawing.Size(368, 10) Me.GrpKurzbeschreibung.TabIndex = 0 Me.GrpKurzbeschreibung.TabStop = False Me.GrpKurzbeschreibung.Text = "Kurzbeschreibung" Me.GrpKurzbeschreibung.Visible = False ' 'txtKurzbeschreibung ' Me.txtKurzbeschreibung.Dock = System.Windows.Forms.DockStyle.Bottom Me.txtKurzbeschreibung.Location = New System.Drawing.Point(3, -4) Me.txtKurzbeschreibung.Name = "txtKurzbeschreibung" Me.txtKurzbeschreibung.ReadOnly = True Me.txtKurzbeschreibung.Size = New System.Drawing.Size(362, 20) Me.txtKurzbeschreibung.TabIndex = 4 ' 'GrpStatus ' Me.GrpStatus.Controls.Add(Me.Label1) Me.GrpStatus.Controls.Add(Me.cbboxResultatText) Me.GrpStatus.Controls.Add(Me.btnPruefungabgeschlossen) Me.GrpStatus.Controls.Add(Me.cbboxStatus) Me.GrpStatus.Dock = System.Windows.Forms.DockStyle.Top Me.GrpStatus.Location = New System.Drawing.Point(3, 16) Me.GrpStatus.Name = "GrpStatus" Me.GrpStatus.Size = New System.Drawing.Size(368, 76) Me.GrpStatus.TabIndex = 3 Me.GrpStatus.TabStop = False Me.GrpStatus.Text = "Abschluss" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(12, 19) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(60, 13) Me.Label1.TabIndex = 3 Me.Label1.Text = "Prüfresultat" ' 'cbboxResultatText ' Me.cbboxResultatText.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append Me.cbboxResultatText.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems Me.cbboxResultatText.FormattingEnabled = True Me.cbboxResultatText.Location = New System.Drawing.Point(78, 16) Me.cbboxResultatText.Name = "cbboxResultatText" Me.cbboxResultatText.Size = New System.Drawing.Size(284, 21) Me.cbboxResultatText.TabIndex = 2 ' 'btnPruefungabgeschlossen ' Me.btnPruefungabgeschlossen.Location = New System.Drawing.Point(9, 43) Me.btnPruefungabgeschlossen.Name = "btnPruefungabgeschlossen" Me.btnPruefungabgeschlossen.Size = New System.Drawing.Size(130, 23) Me.btnPruefungabgeschlossen.TabIndex = 1 Me.btnPruefungabgeschlossen.Text = "Prüfung abgeschlossen" Me.btnPruefungabgeschlossen.UseVisualStyleBackColor = True ' 'cbboxStatus ' Me.cbboxStatus.FormattingEnabled = True Me.cbboxStatus.Location = New System.Drawing.Point(10, 16) Me.cbboxStatus.Name = "cbboxStatus" Me.cbboxStatus.Size = New System.Drawing.Size(94, 21) Me.cbboxStatus.TabIndex = 0 Me.cbboxStatus.Visible = False ' 'grpFindings ' Me.grpFindings.Controls.Add(Me.GrpMassnahmen) Me.grpFindings.Controls.Add(Me.GrpFinding) Me.grpFindings.Dock = System.Windows.Forms.DockStyle.Fill Me.grpFindings.Location = New System.Drawing.Point(374, 49) Me.grpFindings.Name = "grpFindings" Me.grpFindings.Size = New System.Drawing.Size(811, 689) Me.grpFindings.TabIndex = 10 Me.grpFindings.TabStop = False Me.grpFindings.Text = "Feststellungen und Massnahmen" ' 'GrpMassnahmen ' Me.GrpMassnahmen.Controls.Add(Me.GroupBox2) Me.GrpMassnahmen.Controls.Add(Me.GrpMassnahmenList) Me.GrpMassnahmen.Dock = System.Windows.Forms.DockStyle.Fill Me.GrpMassnahmen.Location = New System.Drawing.Point(3, 332) Me.GrpMassnahmen.Name = "GrpMassnahmen" Me.GrpMassnahmen.Size = New System.Drawing.Size(805, 354) Me.GrpMassnahmen.TabIndex = 1 Me.GrpMassnahmen.TabStop = False Me.GrpMassnahmen.Text = "Massnahmen" ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.DokumenteMassnahmen) Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Fill Me.GroupBox2.Location = New System.Drawing.Point(548, 16) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(254, 335) Me.GroupBox2.TabIndex = 13 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "Dokumente" ' 'DokumenteMassnahmen ' Me.DokumenteMassnahmen.ConnectionString = Nothing Me.DokumenteMassnahmen.Dock = System.Windows.Forms.DockStyle.Fill Me.DokumenteMassnahmen.Doktype = 0 Me.DokumenteMassnahmen.Location = New System.Drawing.Point(3, 16) Me.DokumenteMassnahmen.Margin = New System.Windows.Forms.Padding(5, 6, 5, 6) Me.DokumenteMassnahmen.Mitarbeiternr = 0 Me.DokumenteMassnahmen.Name = "DokumenteMassnahmen" Me.DokumenteMassnahmen.Pruefschrittnr = 0 Me.DokumenteMassnahmen.Size = New System.Drawing.Size(248, 316) Me.DokumenteMassnahmen.TabIndex = 33 Me.DokumenteMassnahmen.TempFilePath = Nothing Me.DokumenteMassnahmen.ThemaNr = 0 ' 'GrpMassnahmenList ' Me.GrpMassnahmenList.Controls.Add(Me.txtMassnahmeResultat) Me.GrpMassnahmenList.Controls.Add(Me.lblMassnahmeResultat) Me.GrpMassnahmenList.Controls.Add(Me.txtMassnahmebeschreibung) Me.GrpMassnahmenList.Controls.Add(Me.txtMassnahmeBezeichnung) Me.GrpMassnahmenList.Controls.Add(Me.lblMassnahmeBezeichnung) Me.GrpMassnahmenList.Controls.Add(Me.lblMassnahmeBeschreibung) Me.GrpMassnahmenList.Controls.Add(Me.C1Massnahmen) Me.GrpMassnahmenList.Controls.Add(Me.ToolStripMassnahmen) Me.GrpMassnahmenList.Dock = System.Windows.Forms.DockStyle.Left Me.GrpMassnahmenList.Location = New System.Drawing.Point(3, 16) Me.GrpMassnahmenList.Name = "GrpMassnahmenList" Me.GrpMassnahmenList.Size = New System.Drawing.Size(545, 335) Me.GrpMassnahmenList.TabIndex = 14 Me.GrpMassnahmenList.TabStop = False ' 'txtMassnahmeResultat ' Me.txtMassnahmeResultat.BackColor = System.Drawing.Color.White Me.txtMassnahmeResultat.Location = New System.Drawing.Point(251, 196) Me.txtMassnahmeResultat.Multiline = True Me.txtMassnahmeResultat.Name = "txtMassnahmeResultat" Me.txtMassnahmeResultat.ReadOnly = True Me.txtMassnahmeResultat.Size = New System.Drawing.Size(288, 94) Me.txtMassnahmeResultat.TabIndex = 21 ' 'lblMassnahmeResultat ' Me.lblMassnahmeResultat.AutoSize = True Me.lblMassnahmeResultat.Location = New System.Drawing.Point(251, 181) Me.lblMassnahmeResultat.Name = "lblMassnahmeResultat" Me.lblMassnahmeResultat.Size = New System.Drawing.Size(46, 13) Me.lblMassnahmeResultat.TabIndex = 20 Me.lblMassnahmeResultat.Text = "Resultat" ' 'txtMassnahmebeschreibung ' Me.txtMassnahmebeschreibung.BackColor = System.Drawing.Color.White Me.txtMassnahmebeschreibung.Location = New System.Drawing.Point(2, 235) Me.txtMassnahmebeschreibung.Multiline = True Me.txtMassnahmebeschreibung.Name = "txtMassnahmebeschreibung" Me.txtMassnahmebeschreibung.ReadOnly = True Me.txtMassnahmebeschreibung.Size = New System.Drawing.Size(243, 55) Me.txtMassnahmebeschreibung.TabIndex = 19 ' 'txtMassnahmeBezeichnung ' Me.txtMassnahmeBezeichnung.BackColor = System.Drawing.Color.White Me.txtMassnahmeBezeichnung.Location = New System.Drawing.Point(2, 196) Me.txtMassnahmeBezeichnung.Name = "txtMassnahmeBezeichnung" Me.txtMassnahmeBezeichnung.ReadOnly = True Me.txtMassnahmeBezeichnung.Size = New System.Drawing.Size(243, 20) Me.txtMassnahmeBezeichnung.TabIndex = 18 ' 'lblMassnahmeBezeichnung ' Me.lblMassnahmeBezeichnung.AutoSize = True Me.lblMassnahmeBezeichnung.Location = New System.Drawing.Point(3, 181) Me.lblMassnahmeBezeichnung.Name = "lblMassnahmeBezeichnung" Me.lblMassnahmeBezeichnung.Size = New System.Drawing.Size(69, 13) Me.lblMassnahmeBezeichnung.TabIndex = 16 Me.lblMassnahmeBezeichnung.Text = "Bezeichnung" ' 'lblMassnahmeBeschreibung ' Me.lblMassnahmeBeschreibung.AutoSize = True Me.lblMassnahmeBeschreibung.Location = New System.Drawing.Point(3, 219) Me.lblMassnahmeBeschreibung.Name = "lblMassnahmeBeschreibung" Me.lblMassnahmeBeschreibung.Size = New System.Drawing.Size(72, 13) Me.lblMassnahmeBeschreibung.TabIndex = 17 Me.lblMassnahmeBeschreibung.Text = "Beschreibung" ' 'C1Massnahmen ' Me.C1Massnahmen.AllowUpdate = False Me.C1Massnahmen.AlternatingRows = True Me.C1Massnahmen.CellTips = C1.Win.C1TrueDBGrid.CellTipEnum.Floating Me.C1Massnahmen.Dock = System.Windows.Forms.DockStyle.Top Me.C1Massnahmen.FilterBar = True Me.C1Massnahmen.GroupByCaption = "Drag a column header here to group by that column" Me.C1Massnahmen.Images.Add(CType(resources.GetObject("C1Massnahmen.Images"), System.Drawing.Image)) Me.C1Massnahmen.Location = New System.Drawing.Point(3, 41) Me.C1Massnahmen.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.C1Massnahmen.Name = "C1Massnahmen" Me.C1Massnahmen.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.C1Massnahmen.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.C1Massnahmen.PreviewInfo.ZoomFactor = 75.0R Me.C1Massnahmen.PrintInfo.PageSettings = CType(resources.GetObject("C1Massnahmen.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.C1Massnahmen.Size = New System.Drawing.Size(539, 128) Me.C1Massnahmen.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation Me.C1Massnahmen.TabIndex = 11 Me.C1Massnahmen.Text = "C1TrueDBGrid1" Me.C1Massnahmen.VisualStyle = C1.Win.C1TrueDBGrid.VisualStyle.Office2010Silver Me.C1Massnahmen.PropBag = resources.GetString("C1Massnahmen.PropBag") ' 'ToolStripMassnahmen ' Me.ToolStripMassnahmen.AllowDrop = True Me.ToolStripMassnahmen.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsbtnMassnahmeerfassen, Me.tsbtnMassnahmeEdit, Me.tsbtnMassnahmeLoeschen, Me.ToolStripButton8}) Me.ToolStripMassnahmen.Location = New System.Drawing.Point(3, 16) Me.ToolStripMassnahmen.Name = "ToolStripMassnahmen" Me.ToolStripMassnahmen.Size = New System.Drawing.Size(539, 25) Me.ToolStripMassnahmen.TabIndex = 1 Me.ToolStripMassnahmen.Text = "ToolStrip3" ' 'tsbtnMassnahmeerfassen ' Me.tsbtnMassnahmeerfassen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.tsbtnMassnahmeerfassen.Image = CType(resources.GetObject("tsbtnMassnahmeerfassen.Image"), System.Drawing.Image) Me.tsbtnMassnahmeerfassen.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsbtnMassnahmeerfassen.Name = "tsbtnMassnahmeerfassen" Me.tsbtnMassnahmeerfassen.Size = New System.Drawing.Size(23, 22) Me.tsbtnMassnahmeerfassen.Text = "Neue Massnahme" ' 'tsbtnMassnahmeEdit ' Me.tsbtnMassnahmeEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.tsbtnMassnahmeEdit.Image = CType(resources.GetObject("tsbtnMassnahmeEdit.Image"), System.Drawing.Image) Me.tsbtnMassnahmeEdit.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsbtnMassnahmeEdit.Name = "tsbtnMassnahmeEdit" Me.tsbtnMassnahmeEdit.Size = New System.Drawing.Size(23, 22) Me.tsbtnMassnahmeEdit.Text = "Massnahme bearbeiten" ' 'tsbtnMassnahmeLoeschen ' Me.tsbtnMassnahmeLoeschen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.tsbtnMassnahmeLoeschen.Image = CType(resources.GetObject("tsbtnMassnahmeLoeschen.Image"), System.Drawing.Image) Me.tsbtnMassnahmeLoeschen.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsbtnMassnahmeLoeschen.Name = "tsbtnMassnahmeLoeschen" Me.tsbtnMassnahmeLoeschen.Size = New System.Drawing.Size(23, 22) Me.tsbtnMassnahmeLoeschen.Text = "Massnahme löschen" ' 'ToolStripButton8 ' Me.ToolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton8.Image = CType(resources.GetObject("ToolStripButton8.Image"), System.Drawing.Image) Me.ToolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton8.Name = "ToolStripButton8" Me.ToolStripButton8.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton8.Text = "Dokument anzeigen" Me.ToolStripButton8.Visible = False ' 'GrpFinding ' Me.GrpFinding.Controls.Add(Me.GrpFindingDokumente) Me.GrpFinding.Controls.Add(Me.GrpFindingList) Me.GrpFinding.Dock = System.Windows.Forms.DockStyle.Top Me.GrpFinding.Location = New System.Drawing.Point(3, 16) Me.GrpFinding.Name = "GrpFinding" Me.GrpFinding.Size = New System.Drawing.Size(805, 316) Me.GrpFinding.TabIndex = 0 Me.GrpFinding.TabStop = False Me.GrpFinding.Text = "Feststellung" ' 'GrpFindingDokumente ' Me.GrpFindingDokumente.Controls.Add(Me.DokumenteFindings) Me.GrpFindingDokumente.Dock = System.Windows.Forms.DockStyle.Fill Me.GrpFindingDokumente.Location = New System.Drawing.Point(384, 16) Me.GrpFindingDokumente.Name = "GrpFindingDokumente" Me.GrpFindingDokumente.Size = New System.Drawing.Size(418, 297) Me.GrpFindingDokumente.TabIndex = 12 Me.GrpFindingDokumente.TabStop = False Me.GrpFindingDokumente.Text = "Dokumente" ' 'DokumenteFindings ' Me.DokumenteFindings.ConnectionString = Nothing Me.DokumenteFindings.Dock = System.Windows.Forms.DockStyle.Fill Me.DokumenteFindings.Doktype = 0 Me.DokumenteFindings.Location = New System.Drawing.Point(3, 16) Me.DokumenteFindings.Margin = New System.Windows.Forms.Padding(5, 6, 5, 6) Me.DokumenteFindings.Mitarbeiternr = 0 Me.DokumenteFindings.Name = "DokumenteFindings" Me.DokumenteFindings.Pruefschrittnr = 0 Me.DokumenteFindings.Size = New System.Drawing.Size(412, 278) Me.DokumenteFindings.TabIndex = 33 Me.DokumenteFindings.TempFilePath = Nothing Me.DokumenteFindings.ThemaNr = 0 ' 'GrpFindingList ' Me.GrpFindingList.Controls.Add(Me.txtFindingBeschreibung) Me.GrpFindingList.Controls.Add(Me.C1Findings) Me.GrpFindingList.Controls.Add(Me.ToolStripFindings) Me.GrpFindingList.Controls.Add(Me.txtFindingBezeichnung) Me.GrpFindingList.Controls.Add(Me.lblFindingBezeichnung) Me.GrpFindingList.Controls.Add(Me.lblFindingBeschreibung) Me.GrpFindingList.Dock = System.Windows.Forms.DockStyle.Left Me.GrpFindingList.Location = New System.Drawing.Point(3, 16) Me.GrpFindingList.Name = "GrpFindingList" Me.GrpFindingList.Size = New System.Drawing.Size(381, 297) Me.GrpFindingList.TabIndex = 13 Me.GrpFindingList.TabStop = False ' 'txtFindingBeschreibung ' Me.txtFindingBeschreibung.BackColor = System.Drawing.Color.White Me.txtFindingBeschreibung.Location = New System.Drawing.Point(5, 236) Me.txtFindingBeschreibung.Multiline = True Me.txtFindingBeschreibung.Name = "txtFindingBeschreibung" Me.txtFindingBeschreibung.ReadOnly = True Me.txtFindingBeschreibung.Size = New System.Drawing.Size(362, 55) Me.txtFindingBeschreibung.TabIndex = 15 ' 'C1Findings ' Me.C1Findings.AllowUpdate = False Me.C1Findings.AlternatingRows = True Me.C1Findings.CellTips = C1.Win.C1TrueDBGrid.CellTipEnum.Floating Me.C1Findings.Dock = System.Windows.Forms.DockStyle.Top Me.C1Findings.FilterBar = True Me.C1Findings.GroupByCaption = "Drag a column header here to group by that column" Me.C1Findings.Images.Add(CType(resources.GetObject("C1Findings.Images"), System.Drawing.Image)) Me.C1Findings.Location = New System.Drawing.Point(3, 41) Me.C1Findings.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3) Me.C1Findings.Name = "C1Findings" Me.C1Findings.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.C1Findings.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.C1Findings.PreviewInfo.ZoomFactor = 75.0R Me.C1Findings.PrintInfo.PageSettings = CType(resources.GetObject("C1Findings.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.C1Findings.Size = New System.Drawing.Size(375, 138) Me.C1Findings.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation Me.C1Findings.TabIndex = 11 Me.C1Findings.Text = "C1TrueDBGrid1" Me.C1Findings.VisualStyle = C1.Win.C1TrueDBGrid.VisualStyle.Office2010Silver Me.C1Findings.PropBag = resources.GetString("C1Findings.PropBag") ' 'ToolStripFindings ' Me.ToolStripFindings.AllowDrop = True Me.ToolStripFindings.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsbtnNeuesFinding, Me.tsbtnFindingBearbeiten, Me.tsbtnFindingDelete, Me.ToolStripButton3}) Me.ToolStripFindings.Location = New System.Drawing.Point(3, 16) Me.ToolStripFindings.Name = "ToolStripFindings" Me.ToolStripFindings.Size = New System.Drawing.Size(375, 25) Me.ToolStripFindings.TabIndex = 1 Me.ToolStripFindings.Text = "ToolStrip2" ' 'tsbtnNeuesFinding ' Me.tsbtnNeuesFinding.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.tsbtnNeuesFinding.Image = CType(resources.GetObject("tsbtnNeuesFinding.Image"), System.Drawing.Image) Me.tsbtnNeuesFinding.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsbtnNeuesFinding.Name = "tsbtnNeuesFinding" Me.tsbtnNeuesFinding.Size = New System.Drawing.Size(23, 22) Me.tsbtnNeuesFinding.Text = "Neue Feststellung erfassen" ' 'tsbtnFindingBearbeiten ' Me.tsbtnFindingBearbeiten.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.tsbtnFindingBearbeiten.Image = CType(resources.GetObject("tsbtnFindingBearbeiten.Image"), System.Drawing.Image) Me.tsbtnFindingBearbeiten.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsbtnFindingBearbeiten.Name = "tsbtnFindingBearbeiten" Me.tsbtnFindingBearbeiten.Size = New System.Drawing.Size(23, 22) Me.tsbtnFindingBearbeiten.Text = "Feststellung bearbeiten" ' 'tsbtnFindingDelete ' Me.tsbtnFindingDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.tsbtnFindingDelete.Image = CType(resources.GetObject("tsbtnFindingDelete.Image"), System.Drawing.Image) Me.tsbtnFindingDelete.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsbtnFindingDelete.Name = "tsbtnFindingDelete" Me.tsbtnFindingDelete.Size = New System.Drawing.Size(23, 22) Me.tsbtnFindingDelete.Text = "Feststellung löschen" ' 'ToolStripButton3 ' Me.ToolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton3.Image = CType(resources.GetObject("ToolStripButton3.Image"), System.Drawing.Image) Me.ToolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton3.Name = "ToolStripButton3" Me.ToolStripButton3.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton3.Text = "Dokument anzeigen" Me.ToolStripButton3.Visible = False ' 'txtFindingBezeichnung ' Me.txtFindingBezeichnung.BackColor = System.Drawing.Color.White Me.txtFindingBezeichnung.Location = New System.Drawing.Point(5, 197) Me.txtFindingBezeichnung.Name = "txtFindingBezeichnung" Me.txtFindingBezeichnung.ReadOnly = True Me.txtFindingBezeichnung.Size = New System.Drawing.Size(362, 20) Me.txtFindingBezeichnung.TabIndex = 14 ' 'lblFindingBezeichnung ' Me.lblFindingBezeichnung.AutoSize = True Me.lblFindingBezeichnung.Location = New System.Drawing.Point(6, 182) Me.lblFindingBezeichnung.Name = "lblFindingBezeichnung" Me.lblFindingBezeichnung.Size = New System.Drawing.Size(69, 13) Me.lblFindingBezeichnung.TabIndex = 12 Me.lblFindingBezeichnung.Text = "Bezeichnung" ' 'lblFindingBeschreibung ' Me.lblFindingBeschreibung.AutoSize = True Me.lblFindingBeschreibung.Location = New System.Drawing.Point(6, 220) Me.lblFindingBeschreibung.Name = "lblFindingBeschreibung" Me.lblFindingBeschreibung.Size = New System.Drawing.Size(72, 13) Me.lblFindingBeschreibung.TabIndex = 13 Me.lblFindingBeschreibung.Text = "Beschreibung" ' 'ImageListFindings ' Me.ImageListFindings.ImageStream = CType(resources.GetObject("ImageListFindings.ImageStream"), System.Windows.Forms.ImageListStreamer) Me.ImageListFindings.TransparentColor = System.Drawing.Color.Transparent Me.ImageListFindings.Images.SetKeyName(0, "Keine.png") Me.ImageListFindings.Images.SetKeyName(1, "Tief.png") Me.ImageListFindings.Images.SetKeyName(2, "Mittel.png") Me.ImageListFindings.Images.SetKeyName(3, "Hoch.png") ' 'ImageListeMassnahmen ' Me.ImageListeMassnahmen.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit Me.ImageListeMassnahmen.ImageSize = New System.Drawing.Size(16, 16) Me.ImageListeMassnahmen.TransparentColor = System.Drawing.Color.Transparent ' 'PruefschrittDetailsBearbeitung ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1185, 738) Me.Controls.Add(Me.grpFindings) Me.Controls.Add(Me.GrpResultate) Me.Controls.Add(Me.ToolStrip1) Me.Controls.Add(Me.MenuStrip1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "PruefschrittDetailsBearbeitung" Me.Text = "Assessment-Detail" Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.MenuStrip1.ResumeLayout(False) Me.MenuStrip1.PerformLayout() Me.GrpResultate.ResumeLayout(False) Me.GrpDokumente.ResumeLayout(False) Me.GrpTypAnzahl_Massen.ResumeLayout(False) Me.GrpTypAnzahl_Massen.PerformLayout() CType(Me.txtFindingsKein, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtFindingsHoch, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtFindingsMittel, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtFindingsTief, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtAnzahlPruefungen, System.ComponentModel.ISupportInitialize).EndInit() Me.GrpBeschreibung.ResumeLayout(False) Me.GrpBeschreibung.PerformLayout() Me.GrpKurzbeschreibung.ResumeLayout(False) Me.GrpKurzbeschreibung.PerformLayout() Me.GrpStatus.ResumeLayout(False) Me.GrpStatus.PerformLayout() Me.grpFindings.ResumeLayout(False) Me.GrpMassnahmen.ResumeLayout(False) Me.GroupBox2.ResumeLayout(False) Me.GrpMassnahmenList.ResumeLayout(False) Me.GrpMassnahmenList.PerformLayout() CType(Me.C1Massnahmen, System.ComponentModel.ISupportInitialize).EndInit() Me.ToolStripMassnahmen.ResumeLayout(False) Me.ToolStripMassnahmen.PerformLayout() Me.GrpFinding.ResumeLayout(False) Me.GrpFindingDokumente.ResumeLayout(False) Me.GrpFindingList.ResumeLayout(False) Me.GrpFindingList.PerformLayout() CType(Me.C1Findings, System.ComponentModel.ISupportInitialize).EndInit() Me.ToolStripFindings.ResumeLayout(False) Me.ToolStripFindings.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents ToolStrip1 As ToolStrip Friend WithEvents TSBtnQuit As ToolStripButton Friend WithEvents MenuStrip1 As MenuStrip Friend WithEvents DateiToolStripMenuItem As ToolStripMenuItem Friend WithEvents BeendenToolStripMenuItem As ToolStripMenuItem Friend WithEvents GrpResultate As GroupBox Friend WithEvents GrpDokumente As GroupBox Friend WithEvents GrpBeschreibung As GroupBox Friend WithEvents txtBeschreibung As TextBox Friend WithEvents GrpKurzbeschreibung As GroupBox Friend WithEvents txtKurzbeschreibung As TextBox Friend WithEvents grpFindings As GroupBox Friend WithEvents GrpMassnahmen As GroupBox Friend WithEvents GrpFinding As GroupBox Friend WithEvents ToolStripMassnahmen As ToolStrip Friend WithEvents tsbtnMassnahmeerfassen As ToolStripButton Friend WithEvents tsbtnMassnahmeEdit As ToolStripButton Friend WithEvents tsbtnMassnahmeLoeschen As ToolStripButton Friend WithEvents ToolStripButton8 As ToolStripButton Friend WithEvents ToolStripFindings As ToolStrip Friend WithEvents tsbtnNeuesFinding As ToolStripButton Friend WithEvents tsbtnFindingBearbeiten As ToolStripButton Friend WithEvents tsbtnFindingDelete As ToolStripButton Friend WithEvents ToolStripButton3 As ToolStripButton Friend WithEvents C1Massnahmen As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents C1Findings As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents GroupBox2 As GroupBox Friend WithEvents GrpFindingDokumente As GroupBox Friend WithEvents txtFindingBeschreibung As TextBox Friend WithEvents txtFindingBezeichnung As TextBox Friend WithEvents lblFindingBeschreibung As Label Friend WithEvents lblFindingBezeichnung As Label Friend WithEvents GrpFindingList As GroupBox Friend WithEvents GrpMassnahmenList As GroupBox Friend WithEvents txtMassnahmebeschreibung As TextBox Friend WithEvents txtMassnahmeBezeichnung As TextBox Friend WithEvents lblMassnahmeBezeichnung As Label Friend WithEvents lblMassnahmeBeschreibung As Label Friend WithEvents TSBtnSave As ToolStripButton Friend WithEvents DokumenteAllgemein As ThemenDokumente.Dokumente Friend WithEvents DokumenteMassnahmen As ThemenDokumente.Dokumente Friend WithEvents DokumenteFindings As ThemenDokumente.Dokumente Friend WithEvents ImageListFindings As ImageList Friend WithEvents ImageListeMassnahmen As ImageList Friend WithEvents GrpStatus As GroupBox Friend WithEvents cbboxStatus As ComboBox Friend WithEvents btnPruefungabgeschlossen As Button Friend WithEvents txtMassnahmeResultat As TextBox Friend WithEvents lblMassnahmeResultat As Label Friend WithEvents cbboxResultatText As ComboBox Friend WithEvents Label1 As Label Friend WithEvents GrpTypAnzahl_Massen As GroupBox Friend WithEvents lblFindingsHoch As Label Friend WithEvents lblFindingsMittel As Label Friend WithEvents lblFidingsTief As Label Friend WithEvents txtFindingsHoch As NumericUpDown Friend WithEvents txtFindingsMittel As NumericUpDown Friend WithEvents txtFindingsTief As NumericUpDown Friend WithEvents txtAnzahlPruefungen As NumericUpDown Friend WithEvents lblAnzPruefungen As Label Friend WithEvents lblFindingsKein As Label Friend WithEvents txtFindingsKein As NumericUpDown End Class