_ Partial Class frmGlobixResult Inherits DevExpress.XtraEditors.XtraForm 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmGlobixResult)) Dim ImageListBoxItemImageOptions1 As DevExpress.XtraEditors.Controls.ImageListBoxItemImageOptions = New DevExpress.XtraEditors.Controls.ImageListBoxItemImageOptions() Dim ImageListBoxItemImageOptions2 As DevExpress.XtraEditors.Controls.ImageListBoxItemImageOptions = New DevExpress.XtraEditors.Controls.ImageListBoxItemImageOptions() Dim ImageListBoxItemImageOptions3 As DevExpress.XtraEditors.Controls.ImageListBoxItemImageOptions = New DevExpress.XtraEditors.Controls.ImageListBoxItemImageOptions() Dim ImageListBoxItemImageOptions4 As DevExpress.XtraEditors.Controls.ImageListBoxItemImageOptions = New DevExpress.XtraEditors.Controls.ImageListBoxItemImageOptions() Me.PictureEdit1 = New DevExpress.XtraEditors.PictureEdit() Me.ImageListBoxControl1 = New DevExpress.XtraEditors.ImageListBoxControl() Me.SvgImageCollection1 = New DevExpress.Utils.SvgImageCollection(Me.components) Me.LabelControl1 = New DevExpress.XtraEditors.LabelControl() Me.LabelControl2 = New DevExpress.XtraEditors.LabelControl() Me.LabelControl3 = New DevExpress.XtraEditors.LabelControl() Me.LabelControl4 = New DevExpress.XtraEditors.LabelControl() CType(Me.PictureEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.ImageListBoxControl1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SvgImageCollection1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout ' 'PictureEdit1 ' Me.PictureEdit1.EditValue = CType(resources.GetObject("PictureEdit1.EditValue"), Object) Me.PictureEdit1.Location = New System.Drawing.Point(430, 37) Me.PictureEdit1.Name = "PictureEdit1" Me.PictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(214, Byte), Integer), CType(CType(47, Byte), Integer)) Me.PictureEdit1.Properties.Appearance.Options.UseBackColor = True Me.PictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.[Auto] Me.PictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom Me.PictureEdit1.Size = New System.Drawing.Size(216, 237) Me.PictureEdit1.TabIndex = 0 ' 'ImageListBoxControl1 ' Me.ImageListBoxControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(214, Byte), Integer), CType(CType(47, Byte), Integer)) Me.ImageListBoxControl1.Appearance.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ImageListBoxControl1.Appearance.ForeColor = System.Drawing.Color.FromArgb(CType(CType(165, Byte), Integer), CType(CType(36, Byte), Integer), CType(CType(49, Byte), Integer)) Me.ImageListBoxControl1.Appearance.Options.UseBackColor = True Me.ImageListBoxControl1.Appearance.Options.UseFont = True Me.ImageListBoxControl1.Appearance.Options.UseForeColor = True Me.ImageListBoxControl1.ImageList = Me.SvgImageCollection1 Me.ImageListBoxControl1.ItemPadding = New System.Windows.Forms.Padding(10) ImageListBoxItemImageOptions1.ImageIndex = 0 ImageListBoxItemImageOptions2.ImageIndex = 0 ImageListBoxItemImageOptions3.ImageIndex = 0 ImageListBoxItemImageOptions4.ImageIndex = 0 Me.ImageListBoxControl1.Items.AddRange(New DevExpress.XtraEditors.Controls.ImageListBoxItem() {New DevExpress.XtraEditors.Controls.ImageListBoxItem("Datei gespeichert", "", ImageListBoxItemImageOptions1, Nothing), New DevExpress.XtraEditors.Controls.ImageListBoxItem("Automatische Attribute extrahiert", "", ImageListBoxItemImageOptions2, Nothing), New DevExpress.XtraEditors.Controls.ImageListBoxItem("Namenkonvention angewendet", "", ImageListBoxItemImageOptions3, Nothing), New DevExpress.XtraEditors.Controls.ImageListBoxItem("Ablagehierarchie angewendet", "", ImageListBoxItemImageOptions4, Nothing)}) Me.ImageListBoxControl1.Location = New System.Drawing.Point(32, 37) Me.ImageListBoxControl1.Name = "ImageListBoxControl1" Me.ImageListBoxControl1.Size = New System.Drawing.Size(374, 190) Me.ImageListBoxControl1.TabIndex = 1 ' 'SvgImageCollection1 ' Me.SvgImageCollection1.Add("check", "image://svgimages/diagramicons/check.svg") ' 'LabelControl1 ' Me.LabelControl1.Appearance.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.LabelControl1.Appearance.ForeColor = System.Drawing.Color.FromArgb(CType(CType(165, Byte), Integer), CType(CType(36, Byte), Integer), CType(CType(49, Byte), Integer)) Me.LabelControl1.Appearance.Options.UseFont = True Me.LabelControl1.Appearance.Options.UseForeColor = True Me.LabelControl1.Appearance.Options.UseTextOptions = True Me.LabelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near Me.LabelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None Me.LabelControl1.ImageOptions.Alignment = System.Drawing.ContentAlignment.MiddleLeft Me.LabelControl1.ImageOptions.SvgImage = CType(resources.GetObject("LabelControl1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.LabelControl1.Location = New System.Drawing.Point(32, 233) Me.LabelControl1.Name = "LabelControl1" Me.LabelControl1.Size = New System.Drawing.Size(374, 32) Me.LabelControl1.TabIndex = 2 Me.LabelControl1.Text = "Datei in ZooFlow importiert" ' 'LabelControl2 ' Me.LabelControl2.Appearance.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.LabelControl2.Appearance.ForeColor = System.Drawing.Color.FromArgb(CType(CType(165, Byte), Integer), CType(CType(36, Byte), Integer), CType(CType(49, Byte), Integer)) Me.LabelControl2.Appearance.Options.UseFont = True Me.LabelControl2.Appearance.Options.UseForeColor = True Me.LabelControl2.Appearance.Options.UseTextOptions = True Me.LabelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far Me.LabelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None Me.LabelControl2.ImageOptions.Alignment = System.Drawing.ContentAlignment.MiddleLeft Me.LabelControl2.ImageOptions.SvgImage = CType(resources.GetObject("LabelControl2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.LabelControl2.Location = New System.Drawing.Point(32, 271) Me.LabelControl2.Name = "LabelControl2" Me.LabelControl2.Size = New System.Drawing.Size(374, 32) Me.LabelControl2.TabIndex = 3 Me.LabelControl2.Text = "Automatische Attribute gefüllt" ' 'LabelControl3 ' Me.LabelControl3.Appearance.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.LabelControl3.Appearance.ForeColor = System.Drawing.Color.FromArgb(CType(CType(165, Byte), Integer), CType(CType(36, Byte), Integer), CType(CType(49, Byte), Integer)) Me.LabelControl3.Appearance.Options.UseFont = True Me.LabelControl3.Appearance.Options.UseForeColor = True Me.LabelControl3.Appearance.Options.UseTextOptions = True Me.LabelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far Me.LabelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None Me.LabelControl3.ImageOptions.Alignment = System.Drawing.ContentAlignment.MiddleLeft Me.LabelControl3.ImageOptions.SvgImage = CType(resources.GetObject("LabelControl3.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.LabelControl3.Location = New System.Drawing.Point(32, 309) Me.LabelControl3.Name = "LabelControl3" Me.LabelControl3.Size = New System.Drawing.Size(374, 32) Me.LabelControl3.TabIndex = 4 Me.LabelControl3.Text = "Namenkonvention angewendet" ' 'LabelControl4 ' Me.LabelControl4.Appearance.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.LabelControl4.Appearance.ForeColor = System.Drawing.Color.FromArgb(CType(CType(165, Byte), Integer), CType(CType(36, Byte), Integer), CType(CType(49, Byte), Integer)) Me.LabelControl4.Appearance.Options.UseFont = True Me.LabelControl4.Appearance.Options.UseForeColor = True Me.LabelControl4.Appearance.Options.UseTextOptions = True Me.LabelControl4.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far Me.LabelControl4.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None Me.LabelControl4.ImageOptions.Alignment = System.Drawing.ContentAlignment.MiddleLeft Me.LabelControl4.ImageOptions.SvgImage = CType(resources.GetObject("LabelControl4.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.LabelControl4.Location = New System.Drawing.Point(32, 347) Me.LabelControl4.Name = "LabelControl4" Me.LabelControl4.Size = New System.Drawing.Size(374, 32) Me.LabelControl4.TabIndex = 5 Me.LabelControl4.Text = "Virtuelle Ordner erzeugt" ' 'frmGlobixResult ' Me.Appearance.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(214, Byte), Integer), CType(CType(47, Byte), Integer)) Me.Appearance.Options.UseBackColor = True Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(675, 386) Me.Controls.Add(Me.LabelControl4) Me.Controls.Add(Me.LabelControl3) Me.Controls.Add(Me.LabelControl2) Me.Controls.Add(Me.LabelControl1) Me.Controls.Add(Me.ImageListBoxControl1) Me.Controls.Add(Me.PictureEdit1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmGlobixResult" Me.Text = "Erfolgsmeldung" Me.TopMost = True CType(Me.PictureEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.ImageListBoxControl1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.SvgImageCollection1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents PictureEdit1 As PictureEdit Friend WithEvents ImageListBoxControl1 As ImageListBoxControl Friend WithEvents SvgImageCollection1 As SvgImageCollection Friend WithEvents LabelControl1 As LabelControl Friend WithEvents LabelControl2 As LabelControl Friend WithEvents LabelControl3 As LabelControl Friend WithEvents LabelControl4 As LabelControl End Class