Monorepo/GUIs.Test.TestGUI/frmMsgBox.Designer.vb
2022-09-14 14:21:11 +02:00

116 lines
4.8 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmMsgBox
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.SimpleButton1 = New DevExpress.XtraEditors.SimpleButton()
Me.SimpleButton2 = New DevExpress.XtraEditors.SimpleButton()
Me.SimpleButton3 = New DevExpress.XtraEditors.SimpleButton()
Me.SimpleButton4 = New DevExpress.XtraEditors.SimpleButton()
Me.SimpleButton5 = New DevExpress.XtraEditors.SimpleButton()
Me.SimpleButton6 = New DevExpress.XtraEditors.SimpleButton()
Me.SimpleButton7 = New DevExpress.XtraEditors.SimpleButton()
Me.SuspendLayout()
'
'SimpleButton1
'
Me.SimpleButton1.Location = New System.Drawing.Point(12, 12)
Me.SimpleButton1.Name = "SimpleButton1"
Me.SimpleButton1.Size = New System.Drawing.Size(163, 23)
Me.SimpleButton1.TabIndex = 0
Me.SimpleButton1.Text = "Error Message"
'
'SimpleButton2
'
Me.SimpleButton2.Location = New System.Drawing.Point(181, 12)
Me.SimpleButton2.Name = "SimpleButton2"
Me.SimpleButton2.Size = New System.Drawing.Size(163, 23)
Me.SimpleButton2.TabIndex = 0
Me.SimpleButton2.Text = "Warning Message"
'
'SimpleButton3
'
Me.SimpleButton3.Location = New System.Drawing.Point(350, 12)
Me.SimpleButton3.Name = "SimpleButton3"
Me.SimpleButton3.Size = New System.Drawing.Size(163, 23)
Me.SimpleButton3.TabIndex = 0
Me.SimpleButton3.Text = "Question Message"
'
'SimpleButton4
'
Me.SimpleButton4.Location = New System.Drawing.Point(12, 99)
Me.SimpleButton4.Name = "SimpleButton4"
Me.SimpleButton4.Size = New System.Drawing.Size(163, 23)
Me.SimpleButton4.TabIndex = 0
Me.SimpleButton4.Text = "Info Message"
'
'SimpleButton5
'
Me.SimpleButton5.Location = New System.Drawing.Point(12, 128)
Me.SimpleButton5.Name = "SimpleButton5"
Me.SimpleButton5.Size = New System.Drawing.Size(163, 23)
Me.SimpleButton5.TabIndex = 0
Me.SimpleButton5.Text = "Info Message (with cancel)"
'
'SimpleButton6
'
Me.SimpleButton6.Location = New System.Drawing.Point(12, 157)
Me.SimpleButton6.Name = "SimpleButton6"
Me.SimpleButton6.Size = New System.Drawing.Size(163, 23)
Me.SimpleButton6.TabIndex = 0
Me.SimpleButton6.Text = "Info Message (with long text 1)"
'
'SimpleButton7
'
Me.SimpleButton7.Location = New System.Drawing.Point(12, 186)
Me.SimpleButton7.Name = "SimpleButton7"
Me.SimpleButton7.Size = New System.Drawing.Size(163, 23)
Me.SimpleButton7.TabIndex = 0
Me.SimpleButton7.Text = "Info Message (with long text 1)"
'
'frmMsgBox
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(800, 450)
Me.Controls.Add(Me.SimpleButton7)
Me.Controls.Add(Me.SimpleButton6)
Me.Controls.Add(Me.SimpleButton5)
Me.Controls.Add(Me.SimpleButton4)
Me.Controls.Add(Me.SimpleButton3)
Me.Controls.Add(Me.SimpleButton2)
Me.Controls.Add(Me.SimpleButton1)
Me.Name = "frmMsgBox"
Me.Text = "frmMsgBox"
Me.ResumeLayout(False)
End Sub
Friend WithEvents SimpleButton1 As DevExpress.XtraEditors.SimpleButton
Friend WithEvents SimpleButton2 As DevExpress.XtraEditors.SimpleButton
Friend WithEvents SimpleButton3 As DevExpress.XtraEditors.SimpleButton
Friend WithEvents SimpleButton4 As DevExpress.XtraEditors.SimpleButton
Friend WithEvents SimpleButton5 As DevExpress.XtraEditors.SimpleButton
Friend WithEvents SimpleButton6 As DevExpress.XtraEditors.SimpleButton
Friend WithEvents SimpleButton7 As DevExpress.XtraEditors.SimpleButton
End Class