102 lines
5.0 KiB
VB.net
102 lines
5.0 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.ImageListBoxControl1 = New DevExpress.XtraEditors.ImageListBoxControl()
|
|
Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
|
|
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
|
Me.ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel()
|
|
CType(Me.ImageListBoxControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.StatusStrip1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'ImageListBoxControl1
|
|
'
|
|
Me.ImageListBoxControl1.Appearance.Font = New System.Drawing.Font("Tahoma", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.ImageListBoxControl1.Appearance.Options.UseFont = True
|
|
Me.ImageListBoxControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.ImageListBoxControl1.HorizontalScrollbar = True
|
|
Me.ImageListBoxControl1.ImageList = Me.ImageList1
|
|
Me.ImageListBoxControl1.ItemAutoHeight = True
|
|
Me.ImageListBoxControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.ImageListBoxControl1.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.ImageListBoxControl1.Name = "ImageListBoxControl1"
|
|
Me.ImageListBoxControl1.ShowToolTipForTrimmedText = DevExpress.Utils.DefaultBoolean.[True]
|
|
Me.ImageListBoxControl1.Size = New System.Drawing.Size(645, 256)
|
|
Me.ImageListBoxControl1.TabIndex = 0
|
|
'
|
|
'ImageList1
|
|
'
|
|
Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
|
|
Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
|
|
Me.ImageList1.Images.SetKeyName(0, "Info")
|
|
Me.ImageList1.Images.SetKeyName(1, "None_6128.png")
|
|
Me.ImageList1.Images.SetKeyName(2, "error_red_32x32_cyan.png")
|
|
'
|
|
'StatusStrip1
|
|
'
|
|
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabel1})
|
|
Me.StatusStrip1.Location = New System.Drawing.Point(0, 234)
|
|
Me.StatusStrip1.Name = "StatusStrip1"
|
|
Me.StatusStrip1.Padding = New System.Windows.Forms.Padding(1, 0, 18, 0)
|
|
Me.StatusStrip1.Size = New System.Drawing.Size(645, 22)
|
|
Me.StatusStrip1.TabIndex = 1
|
|
Me.StatusStrip1.Text = "StatusStrip1"
|
|
'
|
|
'ToolStripStatusLabel1
|
|
'
|
|
Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
|
|
Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(97, 17)
|
|
Me.ToolStripStatusLabel1.Text = "No Refresh so far"
|
|
'
|
|
'frmValidator_Messages
|
|
'
|
|
Me.Appearance.Options.UseFont = True
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 19.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(645, 256)
|
|
Me.Controls.Add(Me.StatusStrip1)
|
|
Me.Controls.Add(Me.ImageListBoxControl1)
|
|
Me.Font = New System.Drawing.Font("Tahoma", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.IconOptions.SvgImage = CType(resources.GetObject("frmValidator_Messages.IconOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.Margin = New System.Windows.Forms.Padding(5)
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmValidator_Messages"
|
|
Me.Text = "Info zu Workflow"
|
|
CType(Me.ImageListBoxControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.StatusStrip1.ResumeLayout(False)
|
|
Me.StatusStrip1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents ImageListBoxControl1 As DevExpress.XtraEditors.ImageListBoxControl
|
|
Friend WithEvents ImageList1 As ImageList
|
|
Friend WithEvents StatusStrip1 As StatusStrip
|
|
Friend WithEvents ToolStripStatusLabel1 As ToolStripStatusLabel
|
|
End Class
|