frmErrorHandling

This commit is contained in:
2023-11-23 15:41:00 +01:00
parent a6f262304e
commit 52cc8e0bde

View File

@@ -29,6 +29,8 @@ Partial Class frmErrorMeldung
Me.Label2 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label()
Me.Panel1 = New System.Windows.Forms.Panel() Me.Panel1 = New System.Windows.Forms.Panel()
Me.Panel2 = New System.Windows.Forms.Panel() Me.Panel2 = New System.Windows.Forms.Panel()
Me.cbxScreenshot = New System.Windows.Forms.CheckBox()
Me.cbxEnviromentVariables = New System.Windows.Forms.CheckBox()
Me.lblErr_Nachricht = New System.Windows.Forms.Label() Me.lblErr_Nachricht = New System.Windows.Forms.Label()
Me.Button2 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button()
Me.txtNachricht = New System.Windows.Forms.TextBox() Me.txtNachricht = New System.Windows.Forms.TextBox()
@@ -37,8 +39,7 @@ Partial Class frmErrorMeldung
Me.MyPanel1 = New VERAG_PROG_ALLGEMEIN.MyPanel(Me.components) Me.MyPanel1 = New VERAG_PROG_ALLGEMEIN.MyPanel(Me.components)
Me.btnClose = New System.Windows.Forms.Button() Me.btnClose = New System.Windows.Forms.Button()
Me.TextBox2 = New System.Windows.Forms.TextBox() Me.TextBox2 = New System.Windows.Forms.TextBox()
Me.cbxEnviromentVariables = New System.Windows.Forms.CheckBox() Me.Label4 = New System.Windows.Forms.Label()
Me.cbxScreenshot = New System.Windows.Forms.CheckBox()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel1.SuspendLayout() Me.Panel1.SuspendLayout()
Me.Panel2.SuspendLayout() Me.Panel2.SuspendLayout()
@@ -93,6 +94,7 @@ Partial Class frmErrorMeldung
'Panel2 'Panel2
' '
Me.Panel2.BackColor = System.Drawing.Color.WhiteSmoke Me.Panel2.BackColor = System.Drawing.Color.WhiteSmoke
Me.Panel2.Controls.Add(Me.Label4)
Me.Panel2.Controls.Add(Me.cbxScreenshot) Me.Panel2.Controls.Add(Me.cbxScreenshot)
Me.Panel2.Controls.Add(Me.cbxEnviromentVariables) Me.Panel2.Controls.Add(Me.cbxEnviromentVariables)
Me.Panel2.Controls.Add(Me.lblErr_Nachricht) Me.Panel2.Controls.Add(Me.lblErr_Nachricht)
@@ -105,6 +107,28 @@ Partial Class frmErrorMeldung
Me.Panel2.Size = New System.Drawing.Size(498, 138) Me.Panel2.Size = New System.Drawing.Size(498, 138)
Me.Panel2.TabIndex = 8 Me.Panel2.TabIndex = 8
' '
'cbxScreenshot
'
Me.cbxScreenshot.AutoSize = True
Me.cbxScreenshot.Enabled = False
Me.cbxScreenshot.Location = New System.Drawing.Point(201, 115)
Me.cbxScreenshot.Name = "cbxScreenshot"
Me.cbxScreenshot.Size = New System.Drawing.Size(80, 17)
Me.cbxScreenshot.TabIndex = 12
Me.cbxScreenshot.Text = "Screenshot"
Me.cbxScreenshot.UseVisualStyleBackColor = True
'
'cbxEnviromentVariables
'
Me.cbxEnviromentVariables.AutoSize = True
Me.cbxEnviromentVariables.Enabled = False
Me.cbxEnviromentVariables.Location = New System.Drawing.Point(108, 115)
Me.cbxEnviromentVariables.Name = "cbxEnviromentVariables"
Me.cbxEnviromentVariables.Size = New System.Drawing.Size(87, 17)
Me.cbxEnviromentVariables.TabIndex = 11
Me.cbxEnviromentVariables.Text = "Systemdaten"
Me.cbxEnviromentVariables.UseVisualStyleBackColor = True
'
'lblErr_Nachricht 'lblErr_Nachricht
' '
Me.lblErr_Nachricht.AutoSize = True Me.lblErr_Nachricht.AutoSize = True
@@ -195,27 +219,15 @@ Partial Class frmErrorMeldung
Me.TextBox2.Size = New System.Drawing.Size(492, 135) Me.TextBox2.Size = New System.Drawing.Size(492, 135)
Me.TextBox2.TabIndex = 4 Me.TextBox2.TabIndex = 4
' '
'cbxEnviromentVariables 'Label4
' '
Me.cbxEnviromentVariables.AutoSize = True Me.Label4.AutoSize = True
Me.cbxEnviromentVariables.Enabled = False Me.Label4.Location = New System.Drawing.Point(3, 116)
Me.cbxEnviromentVariables.Location = New System.Drawing.Point(11, 115) Me.Label4.Name = "Label4"
Me.cbxEnviromentVariables.Name = "cbxEnviromentVariables" Me.Label4.Size = New System.Drawing.Size(93, 13)
Me.cbxEnviromentVariables.Size = New System.Drawing.Size(133, 17) Me.Label4.TabIndex = 9
Me.cbxEnviromentVariables.TabIndex = 11 Me.Label4.Text = "Anhang schicken:"
Me.cbxEnviromentVariables.Text = "Systemdaten schicken" Me.Label4.Visible = False
Me.cbxEnviromentVariables.UseVisualStyleBackColor = True
'
'cbxScreenshot
'
Me.cbxScreenshot.AutoSize = True
Me.cbxScreenshot.Enabled = False
Me.cbxScreenshot.Location = New System.Drawing.Point(150, 115)
Me.cbxScreenshot.Name = "cbxScreenshot"
Me.cbxScreenshot.Size = New System.Drawing.Size(139, 17)
Me.cbxScreenshot.TabIndex = 12
Me.cbxScreenshot.Text = "Screenshot mitschicken"
Me.cbxScreenshot.UseVisualStyleBackColor = True
' '
'frmErrorMeldung 'frmErrorMeldung
' '
@@ -256,4 +268,5 @@ Partial Class frmErrorMeldung
Friend WithEvents lblErr_Nachricht As Windows.Forms.Label Friend WithEvents lblErr_Nachricht As Windows.Forms.Label
Friend WithEvents cbxScreenshot As Windows.Forms.CheckBox Friend WithEvents cbxScreenshot As Windows.Forms.CheckBox
Friend WithEvents cbxEnviromentVariables As Windows.Forms.CheckBox Friend WithEvents cbxEnviromentVariables As Windows.Forms.CheckBox
Friend WithEvents Label4 As Windows.Forms.Label
End Class End Class