📄 urldialog.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class UrlDialog
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(UrlDialog))
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
Me.pnlHeader = New System.Windows.Forms.Panel
Me.lblForm = New System.Windows.Forms.Label
Me.picClose = New System.Windows.Forms.PictureBox
Me.pnlForm = New System.Windows.Forms.Panel
Me.txtUrl = New System.Windows.Forms.TextBox
Me.lblUrl = New System.Windows.Forms.Label
Me.picUrl = New System.Windows.Forms.PictureBox
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel
Me.btnCancel = New System.Windows.Forms.Button
Me.btnOK = New System.Windows.Forms.Button
Me.pnlHeader.SuspendLayout()
CType(Me.picClose, System.ComponentModel.ISupportInitialize).BeginInit()
Me.pnlForm.SuspendLayout()
CType(Me.picUrl, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TableLayoutPanel1.SuspendLayout()
Me.SuspendLayout()
'
'pnlHeader
'
Me.pnlHeader.BackgroundImage = Global.VirtualSoftware.My.Resources.Resources.GrayGradient
Me.pnlHeader.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.pnlHeader.Controls.Add(Me.lblForm)
Me.pnlHeader.Controls.Add(Me.picClose)
Me.pnlHeader.Cursor = System.Windows.Forms.Cursors.Hand
Me.pnlHeader.Location = New System.Drawing.Point(0, 0)
Me.pnlHeader.Name = "pnlHeader"
Me.pnlHeader.RightToLeft = System.Windows.Forms.RightToLeft.Yes
Me.pnlHeader.Size = New System.Drawing.Size(350, 30)
Me.pnlHeader.TabIndex = 1
Me.ToolTip1.SetToolTip(Me.pnlHeader, "Move")
'
'lblForm
'
Me.lblForm.AutoSize = True
Me.lblForm.BackColor = System.Drawing.Color.Transparent
Me.lblForm.Font = New System.Drawing.Font("宋体", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.lblForm.Location = New System.Drawing.Point(16, 7)
Me.lblForm.Name = "lblForm"
Me.lblForm.Size = New System.Drawing.Size(63, 13)
Me.lblForm.TabIndex = 3
Me.lblForm.Text = "打开链接"
'
'picClose
'
Me.picClose.BackColor = System.Drawing.Color.Transparent
Me.picClose.Image = Global.VirtualSoftware.My.Resources.Resources.Close_Mouse_Up
Me.picClose.Location = New System.Drawing.Point(327, 7)
Me.picClose.Name = "picClose"
Me.picClose.Size = New System.Drawing.Size(16, 16)
Me.picClose.TabIndex = 1
Me.picClose.TabStop = False
'
'pnlForm
'
Me.pnlForm.BackColor = System.Drawing.Color.FromArgb(CType(CType(235, Byte), Integer), CType(CType(235, Byte), Integer), CType(CType(235, Byte), Integer))
Me.pnlForm.Controls.Add(Me.txtUrl)
Me.pnlForm.Controls.Add(Me.lblUrl)
Me.pnlForm.Controls.Add(Me.picUrl)
Me.pnlForm.Controls.Add(Me.TableLayoutPanel1)
Me.pnlForm.Location = New System.Drawing.Point(3, 31)
Me.pnlForm.Name = "pnlForm"
Me.pnlForm.Size = New System.Drawing.Size(344, 168)
Me.pnlForm.TabIndex = 0
'
'txtUrl
'
Me.txtUrl.BackColor = System.Drawing.Color.White
Me.txtUrl.ForeColor = System.Drawing.Color.Black
Me.txtUrl.Location = New System.Drawing.Point(16, 84)
Me.txtUrl.Name = "txtUrl"
Me.txtUrl.Size = New System.Drawing.Size(312, 21)
Me.txtUrl.TabIndex = 7
'
'lblUrl
'
Me.lblUrl.BackColor = System.Drawing.Color.Transparent
Me.lblUrl.ForeColor = System.Drawing.Color.Black
Me.lblUrl.Location = New System.Drawing.Point(76, 16)
Me.lblUrl.Name = "lblUrl"
Me.lblUrl.Size = New System.Drawing.Size(252, 48)
Me.lblUrl.TabIndex = 6
Me.lblUrl.Text = "请在此输入您想要播放的网络流媒体链接地址 (网络地址)."
'
'picUrl
'
Me.picUrl.BackColor = System.Drawing.Color.Transparent
Me.picUrl.Image = Global.VirtualSoftware.My.Resources.Resources.Network
Me.picUrl.Location = New System.Drawing.Point(16, 16)
Me.picUrl.Name = "picUrl"
Me.picUrl.Size = New System.Drawing.Size(48, 48)
Me.picUrl.TabIndex = 5
Me.picUrl.TabStop = False
'
'TableLayoutPanel1
'
Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.TableLayoutPanel1.ColumnCount = 2
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20.0!))
Me.TableLayoutPanel1.Controls.Add(Me.btnCancel, 1, 0)
Me.TableLayoutPanel1.Controls.Add(Me.btnOK, 0, 0)
Me.TableLayoutPanel1.Location = New System.Drawing.Point(73, 123)
Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
Me.TableLayoutPanel1.RowCount = 1
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
Me.TableLayoutPanel1.Size = New System.Drawing.Size(199, 33)
Me.TableLayoutPanel1.TabIndex = 4
'
'btnCancel
'
Me.btnCancel.Anchor = System.Windows.Forms.AnchorStyles.None
Me.btnCancel.BackgroundImage = CType(resources.GetObject("btnCancel.BackgroundImage"), System.Drawing.Image)
Me.btnCancel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand
Me.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.btnCancel.FlatAppearance.BorderColor = System.Drawing.Color.Black
Me.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnCancel.ForeColor = System.Drawing.Color.Black
Me.btnCancel.Location = New System.Drawing.Point(111, 5)
Me.btnCancel.Name = "btnCancel"
Me.btnCancel.Size = New System.Drawing.Size(76, 23)
Me.btnCancel.TabIndex = 1
Me.btnCancel.Text = "取消"
Me.btnCancel.UseVisualStyleBackColor = False
'
'btnOK
'
Me.btnOK.Anchor = System.Windows.Forms.AnchorStyles.None
Me.btnOK.BackgroundImage = CType(resources.GetObject("btnOK.BackgroundImage"), System.Drawing.Image)
Me.btnOK.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.btnOK.Cursor = System.Windows.Forms.Cursors.Hand
Me.btnOK.FlatAppearance.BorderColor = System.Drawing.Color.Black
Me.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnOK.ForeColor = System.Drawing.Color.Black
Me.btnOK.Location = New System.Drawing.Point(11, 5)
Me.btnOK.Name = "btnOK"
Me.btnOK.Size = New System.Drawing.Size(76, 23)
Me.btnOK.TabIndex = 0
Me.btnOK.Text = "确定"
Me.btnOK.UseVisualStyleBackColor = False
'
'UrlDialog
'
Me.AcceptButton = Me.btnOK
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None
Me.BackColor = System.Drawing.SystemColors.Control
Me.BackgroundImage = Global.VirtualSoftware.My.Resources.Resources.GrayGradient
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.CancelButton = Me.btnCancel
Me.ClientSize = New System.Drawing.Size(350, 202)
Me.Controls.Add(Me.pnlHeader)
Me.Controls.Add(Me.pnlForm)
Me.DoubleBuffered = True
Me.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.ForeColor = System.Drawing.Color.Black
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "UrlDialog"
Me.ShowIcon = False
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "Open URL"
Me.pnlHeader.ResumeLayout(False)
Me.pnlHeader.PerformLayout()
CType(Me.picClose, System.ComponentModel.ISupportInitialize).EndInit()
Me.pnlForm.ResumeLayout(False)
Me.pnlForm.PerformLayout()
CType(Me.picUrl, System.ComponentModel.ISupportInitialize).EndInit()
Me.TableLayoutPanel1.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip
Friend WithEvents pnlForm As System.Windows.Forms.Panel
Friend WithEvents lblUrl As System.Windows.Forms.Label
Friend WithEvents picUrl As System.Windows.Forms.PictureBox
Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
Friend WithEvents btnCancel As System.Windows.Forms.Button
Friend WithEvents btnOK As System.Windows.Forms.Button
Friend WithEvents pnlHeader As System.Windows.Forms.Panel
Friend WithEvents lblForm As System.Windows.Forms.Label
Friend WithEvents picClose As System.Windows.Forms.PictureBox
Friend WithEvents txtUrl As System.Windows.Forms.TextBox
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -