_ Partial Class frmProfileMatch 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() Dim TileItemElement3 As DevExpress.XtraEditors.TileItemElement = New DevExpress.XtraEditors.TileItemElement() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmProfileMatch)) Me.Label1 = New System.Windows.Forms.Label() Me.TileControl1 = New DevExpress.XtraEditors.TileControl() Me.TileGroup2 = New DevExpress.XtraEditors.TileGroup() Me.TileItem1 = New DevExpress.XtraEditors.TileItem() Me.TileGroupProfiles = New DevExpress.XtraEditors.TileGroup() Me.SimpleButton1 = New DevExpress.XtraEditors.SimpleButton() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.Label1.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.ForeColor = System.Drawing.Color.White Me.Label1.Location = New System.Drawing.Point(12, 9) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(489, 19) Me.Label1.TabIndex = 2 Me.Label1.Text = "Clipboard Watcher hat mehr als einen Match für Ihre Suche gefunden:" ' 'TileControl1 ' Me.TileControl1.AppearanceItem.Normal.BackColor = System.Drawing.Color.FromArgb(CType(CType(165, Byte), Integer), CType(CType(36, Byte), Integer), CType(CType(49, Byte), Integer)) Me.TileControl1.AppearanceItem.Normal.BorderColor = System.Drawing.Color.FromArgb(CType(CType(165, Byte), Integer), CType(CType(36, Byte), Integer), CType(CType(49, Byte), Integer)) Me.TileControl1.AppearanceItem.Normal.Font = New System.Drawing.Font("Tahoma", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.TileControl1.AppearanceItem.Normal.ForeColor = System.Drawing.Color.White Me.TileControl1.AppearanceItem.Normal.Options.UseBackColor = True Me.TileControl1.AppearanceItem.Normal.Options.UseBorderColor = True Me.TileControl1.AppearanceItem.Normal.Options.UseFont = True Me.TileControl1.AppearanceItem.Normal.Options.UseForeColor = True Me.TileControl1.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.TileControl1.Dock = System.Windows.Forms.DockStyle.Top Me.TileControl1.Groups.Add(Me.TileGroup2) Me.TileControl1.Groups.Add(Me.TileGroupProfiles) Me.TileControl1.ItemSize = 135 Me.TileControl1.Location = New System.Drawing.Point(0, 0) Me.TileControl1.MaxId = 4 Me.TileControl1.Name = "TileControl1" Me.TileControl1.Size = New System.Drawing.Size(713, 384) Me.TileControl1.TabIndex = 6 Me.TileControl1.Text = "TileControl1" ' 'TileGroup2 ' Me.TileGroup2.Items.Add(Me.TileItem1) Me.TileGroup2.Name = "TileGroup2" Me.TileGroup2.Text = "Allgemein" ' 'TileItem1 ' TileItemElement3.ImageOptions.Image = CType(resources.GetObject("resource.Image"), System.Drawing.Image) TileItemElement3.Text = "Alle" Me.TileItem1.Elements.Add(TileItemElement3) Me.TileItem1.Id = 1 Me.TileItem1.ItemSize = DevExpress.XtraEditors.TileItemSize.Medium Me.TileItem1.Name = "TileItem1" ' 'TileGroupProfiles ' Me.TileGroupProfiles.Name = "TileGroupProfiles" ' 'SimpleButton1 ' Me.SimpleButton1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.SimpleButton1.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat Me.SimpleButton1.ImageOptions.Image = CType(resources.GetObject("SimpleButton1.ImageOptions.Image"), System.Drawing.Image) Me.SimpleButton1.Location = New System.Drawing.Point(564, 390) Me.SimpleButton1.Name = "SimpleButton1" Me.SimpleButton1.Size = New System.Drawing.Size(137, 45) Me.SimpleButton1.TabIndex = 7 Me.SimpleButton1.Text = "Abbruch" ' 'frmProfileMatch ' Me.Appearance.Options.UseFont = True Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(713, 447) Me.Controls.Add(Me.SimpleButton1) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.TileControl1) Me.Font = New System.Drawing.Font("Calibri", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.MinimumSize = New System.Drawing.Size(729, 486) Me.Name = "frmProfileMatch" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "Profile Match" Me.TopMost = True Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As Label Friend WithEvents TileControl1 As DevExpress.XtraEditors.TileControl Friend WithEvents TileGroup2 As DevExpress.XtraEditors.TileGroup Friend WithEvents TileItem1 As DevExpress.XtraEditors.TileItem Friend WithEvents TileGroupProfiles As DevExpress.XtraEditors.TileGroup Friend WithEvents SimpleButton1 As DevExpress.XtraEditors.SimpleButton End Class