AuditFlow Prüfung erledigen

This commit is contained in:
2025-08-17 21:24:41 +02:00
parent f912b11586
commit ae8bf8d99a
4 changed files with 54 additions and 17 deletions

View File

@@ -24,7 +24,6 @@ Partial Class frmAuditFlow_Pruefungsojekt
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAuditFlow_Pruefungsojekt))
Me.pnlTop = New System.Windows.Forms.Panel()
Me.Label4 = New System.Windows.Forms.Label()
Me.cboKategorie = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label7 = New System.Windows.Forms.Label()
@@ -59,6 +58,7 @@ Partial Class frmAuditFlow_Pruefungsojekt
Me.Button2 = New System.Windows.Forms.Button()
Me.Button1 = New System.Windows.Forms.Button()
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.pnlTop.SuspendLayout()
Me.Panel1.SuspendLayout()
Me.Panel2.SuspendLayout()
@@ -74,17 +74,6 @@ Partial Class frmAuditFlow_Pruefungsojekt
Me.pnlTop.Size = New System.Drawing.Size(566, 48)
Me.pnlTop.TabIndex = 10
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 16.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.ForeColor = System.Drawing.Color.White
Me.Label4.Location = New System.Drawing.Point(10, 13)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(117, 26)
Me.Label4.TabIndex = 0
Me.Label4.Text = "AuditFlow"
'
'cboKategorie
'
Me.cboKategorie._allowedValuesFreiText = Nothing
@@ -577,6 +566,17 @@ Partial Class frmAuditFlow_Pruefungsojekt
Me.CheckBox1.Text = "AKTIV"
Me.CheckBox1.UseVisualStyleBackColor = True
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 16.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.ForeColor = System.Drawing.Color.White
Me.Label4.Location = New System.Drawing.Point(10, 13)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(117, 26)
Me.Label4.TabIndex = 0
Me.Label4.Text = "AuditFlow"
'
'frmAuditFlow_Pruefungsojekt
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -619,7 +619,6 @@ Partial Class frmAuditFlow_Pruefungsojekt
End Sub
Friend WithEvents pnlTop As Windows.Forms.Panel
Friend WithEvents Label4 As Windows.Forms.Label
Friend WithEvents cboKategorie As MyComboBox
Friend WithEvents Label1 As Windows.Forms.Label
Friend WithEvents Label7 As Windows.Forms.Label
@@ -654,4 +653,5 @@ Partial Class frmAuditFlow_Pruefungsojekt
Friend WithEvents txtZustaendigIntern_Mail As MyTextBox
Friend WithEvents CheckBox1 As Windows.Forms.CheckBox
Friend WithEvents CheckBox2 As Windows.Forms.CheckBox
Friend WithEvents Label4 As Windows.Forms.Label
End Class