ultrastar-songpicker/UltraStarSongPicker/ctrlAudioVideoPlayer.Designer.vb
2023-11-23 19:34:52 +01:00

104 lines
5.0 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class AudioVideoPlayer
Inherits System.Windows.Forms.UserControl
'UserControl ü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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(AudioVideoPlayer))
Me.lblSongArtist = New DevExpress.XtraEditors.LabelControl()
Me.lblSongTitle = New DevExpress.XtraEditors.LabelControl()
Me.axVideo = New AxWMPLib.AxWindowsMediaPlayer()
Me.axAudio = New AxWMPLib.AxWindowsMediaPlayer()
CType(Me.axVideo, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.axAudio, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'lblSongArtist
'
Me.lblSongArtist.Appearance.Font = New System.Drawing.Font("Arial", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblSongArtist.Appearance.ForeColor = System.Drawing.Color.Gray
Me.lblSongArtist.Appearance.Options.UseFont = True
Me.lblSongArtist.Appearance.Options.UseForeColor = True
Me.lblSongArtist.Appearance.Options.UseTextOptions = True
Me.lblSongArtist.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.EllipsisCharacter
Me.lblSongArtist.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.NoWrap
Me.lblSongArtist.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical
Me.lblSongArtist.Dock = System.Windows.Forms.DockStyle.Top
Me.lblSongArtist.Location = New System.Drawing.Point(0, 27)
Me.lblSongArtist.Name = "lblSongArtist"
Me.lblSongArtist.Size = New System.Drawing.Size(518, 22)
Me.lblSongArtist.TabIndex = 7
Me.lblSongArtist.Text = "<Artist>"
'
'lblSongTitle
'
Me.lblSongTitle.Appearance.Font = New System.Drawing.Font("Arial", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblSongTitle.Appearance.Options.UseFont = True
Me.lblSongTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical
Me.lblSongTitle.Dock = System.Windows.Forms.DockStyle.Top
Me.lblSongTitle.Location = New System.Drawing.Point(0, 0)
Me.lblSongTitle.Name = "lblSongTitle"
Me.lblSongTitle.Size = New System.Drawing.Size(518, 27)
Me.lblSongTitle.TabIndex = 8
Me.lblSongTitle.Text = "<Title>"
'
'axVideo
'
Me.axVideo.Dock = System.Windows.Forms.DockStyle.Fill
Me.axVideo.Enabled = True
Me.axVideo.Location = New System.Drawing.Point(0, 0)
Me.axVideo.Name = "axVideo"
Me.axVideo.OcxState = CType(resources.GetObject("axVideo.OcxState"), System.Windows.Forms.AxHost.State)
Me.axVideo.Size = New System.Drawing.Size(518, 345)
Me.axVideo.TabIndex = 5
'
'axAudio
'
Me.axAudio.Dock = System.Windows.Forms.DockStyle.Bottom
Me.axAudio.Enabled = True
Me.axAudio.Location = New System.Drawing.Point(0, 345)
Me.axAudio.Name = "axAudio"
Me.axAudio.OcxState = CType(resources.GetObject("axAudio.OcxState"), System.Windows.Forms.AxHost.State)
Me.axAudio.Size = New System.Drawing.Size(518, 47)
Me.axAudio.TabIndex = 6
'
'ctrlAudioVideoPlayer
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.lblSongArtist)
Me.Controls.Add(Me.lblSongTitle)
Me.Controls.Add(Me.axVideo)
Me.Controls.Add(Me.axAudio)
Me.Name = "ctrlAudioVideoPlayer"
Me.Size = New System.Drawing.Size(518, 392)
CType(Me.axVideo, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.axAudio, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents lblSongArtist As DevExpress.XtraEditors.LabelControl
Friend WithEvents lblSongTitle As DevExpress.XtraEditors.LabelControl
Friend WithEvents axVideo As AxWMPLib.AxWindowsMediaPlayer
Friend WithEvents axAudio As AxWMPLib.AxWindowsMediaPlayer
End Class