89 lines
4.4 KiB
VB.net
89 lines
4.4 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmValidator_Messages
|
|
Inherits DevExpress.XtraEditors.XtraForm
|
|
|
|
'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.components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmValidator_Messages))
|
|
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
|
Me.ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel()
|
|
Me.ImageListBoxControl1 = New DevExpress.XtraEditors.ImageListBoxControl()
|
|
Me.ImageCollection1 = New DevExpress.Utils.ImageCollection(Me.components)
|
|
Me.StatusStrip1.SuspendLayout()
|
|
CType(Me.ImageListBoxControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.ImageCollection1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'StatusStrip1
|
|
'
|
|
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabel1})
|
|
resources.ApplyResources(Me.StatusStrip1, "StatusStrip1")
|
|
Me.StatusStrip1.Name = "StatusStrip1"
|
|
'
|
|
'ToolStripStatusLabel1
|
|
'
|
|
Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
|
|
resources.ApplyResources(Me.ToolStripStatusLabel1, "ToolStripStatusLabel1")
|
|
'
|
|
'ImageListBoxControl1
|
|
'
|
|
Me.ImageListBoxControl1.Appearance.Font = CType(resources.GetObject("ImageListBoxControl1.Appearance.Font"), System.Drawing.Font)
|
|
Me.ImageListBoxControl1.Appearance.Options.UseFont = True
|
|
Me.ImageListBoxControl1.Appearance.Options.UseTextOptions = True
|
|
Me.ImageListBoxControl1.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap
|
|
resources.ApplyResources(Me.ImageListBoxControl1, "ImageListBoxControl1")
|
|
Me.ImageListBoxControl1.ItemAutoHeight = True
|
|
Me.ImageListBoxControl1.Name = "ImageListBoxControl1"
|
|
'
|
|
'ImageCollection1
|
|
'
|
|
Me.ImageCollection1.ImageStream = CType(resources.GetObject("ImageCollection1.ImageStream"), DevExpress.Utils.ImageCollectionStreamer)
|
|
Me.ImageCollection1.Images.SetKeyName(0, "StatusAnnotations_Information_16xLG.png")
|
|
Me.ImageCollection1.Images.SetKeyName(1, "None_6128.png")
|
|
Me.ImageCollection1.Images.SetKeyName(2, "cancel_16x16.png")
|
|
'
|
|
'frmValidator_Messages
|
|
'
|
|
Me.Appearance.Options.UseFont = True
|
|
resources.ApplyResources(Me, "$this")
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.Controls.Add(Me.ImageListBoxControl1)
|
|
Me.Controls.Add(Me.StatusStrip1)
|
|
Me.IconOptions.SvgImage = CType(resources.GetObject("frmValidator_Messages.IconOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmValidator_Messages"
|
|
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show
|
|
Me.StatusStrip1.ResumeLayout(False)
|
|
Me.StatusStrip1.PerformLayout()
|
|
CType(Me.ImageListBoxControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.ImageCollection1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents StatusStrip1 As StatusStrip
|
|
Friend WithEvents ToolStripStatusLabel1 As ToolStripStatusLabel
|
|
Friend WithEvents ImageListBoxControl1 As DevExpress.XtraEditors.ImageListBoxControl
|
|
Friend WithEvents ImageCollection1 As DevExpress.Utils.ImageCollection
|
|
End Class
|