61 lines
2.3 KiB
VB.net
61 lines
2.3 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.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 = "SimpleButton1"
|
|
'
|
|
'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 = "SimpleButton1"
|
|
'
|
|
'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.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
|
|
End Class
|