Demo-C/Tech/PlayerView.Designer.cs
2023-01-31 00:39:15 +08:00

339 lines
19 KiB
C#

using System.ComponentModel;
namespace Tech_Demo
{
partial class PlayerView
{
/// <summary>
/// Required designer variable.
/// </summary>
private IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PlayerView));
this.panel1 = new System.Windows.Forms.Panel();
this.muteBtn = new System.Windows.Forms.PictureBox();
this.button9 = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.button7 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.videoView = new LibVLCSharp.WinForms.VideoView();
this.vlcControl = new Vlc.DotNet.Forms.VlcControl();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.muteBtn)).BeginInit();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.videoView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.vlcControl)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(57)))), ((int)(((byte)(75)))));
this.panel1.Controls.Add(this.muteBtn);
this.panel1.Controls.Add(this.button9);
this.panel1.Controls.Add(this.button8);
this.panel1.Controls.Add(this.button7);
this.panel1.Controls.Add(this.button6);
this.panel1.Controls.Add(this.button5);
this.panel1.Controls.Add(this.button4);
this.panel1.Controls.Add(this.button3);
this.panel1.Controls.Add(this.button2);
this.panel1.Controls.Add(this.button1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 610);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1000, 60);
this.panel1.TabIndex = 1;
//
// muteBtn
//
this.muteBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.muteBtn.Dock = System.Windows.Forms.DockStyle.Right;
this.muteBtn.Image = ((System.Drawing.Image)(resources.GetObject("muteBtn.Image")));
this.muteBtn.InitialImage = ((System.Drawing.Image)(resources.GetObject("muteBtn.InitialImage")));
this.muteBtn.Location = new System.Drawing.Point(851, 0);
this.muteBtn.Name = "muteBtn";
this.muteBtn.Size = new System.Drawing.Size(37, 60);
this.muteBtn.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.muteBtn.TabIndex = 9;
this.muteBtn.TabStop = false;
this.muteBtn.Click += new System.EventHandler(this.pictureBox1_Click);
//
// button9
//
this.button9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(57)))), ((int)(((byte)(75)))));
this.button9.Dock = System.Windows.Forms.DockStyle.Left;
this.button9.FlatAppearance.BorderSize = 0;
this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button9.Font = new System.Drawing.Font("宋体", 7.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button9.ForeColor = System.Drawing.Color.White;
this.button9.Image = ((System.Drawing.Image)(resources.GetObject("button9.Image")));
this.button9.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button9.Location = new System.Drawing.Point(117, 0);
this.button9.Name = "button9";
this.button9.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.button9.Size = new System.Drawing.Size(39, 60);
this.button9.TabIndex = 8;
this.button9.Text = "4号";
this.button9.UseVisualStyleBackColor = false;
//
// button8
//
this.button8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(57)))), ((int)(((byte)(75)))));
this.button8.Dock = System.Windows.Forms.DockStyle.Left;
this.button8.FlatAppearance.BorderSize = 0;
this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button8.Font = new System.Drawing.Font("宋体", 7.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button8.ForeColor = System.Drawing.Color.White;
this.button8.Image = ((System.Drawing.Image)(resources.GetObject("button8.Image")));
this.button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button8.Location = new System.Drawing.Point(78, 0);
this.button8.Name = "button8";
this.button8.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.button8.Size = new System.Drawing.Size(39, 60);
this.button8.TabIndex = 7;
this.button8.Text = "3号";
this.button8.UseVisualStyleBackColor = false;
//
// button7
//
this.button7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(57)))), ((int)(((byte)(75)))));
this.button7.Dock = System.Windows.Forms.DockStyle.Left;
this.button7.FlatAppearance.BorderSize = 0;
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button7.Font = new System.Drawing.Font("宋体", 7.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button7.ForeColor = System.Drawing.Color.White;
this.button7.Image = ((System.Drawing.Image)(resources.GetObject("button7.Image")));
this.button7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button7.Location = new System.Drawing.Point(39, 0);
this.button7.Name = "button7";
this.button7.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.button7.Size = new System.Drawing.Size(39, 60);
this.button7.TabIndex = 6;
this.button7.Text = "2号";
this.button7.UseVisualStyleBackColor = false;
this.button7.Click += new System.EventHandler(this.button7_Click);
//
// button6
//
this.button6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(57)))), ((int)(((byte)(75)))));
this.button6.Dock = System.Windows.Forms.DockStyle.Left;
this.button6.FlatAppearance.BorderSize = 0;
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button6.Font = new System.Drawing.Font("宋体", 7.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button6.ForeColor = System.Drawing.Color.White;
this.button6.Image = ((System.Drawing.Image)(resources.GetObject("button6.Image")));
this.button6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button6.Location = new System.Drawing.Point(0, 0);
this.button6.Name = "button6";
this.button6.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.button6.Size = new System.Drawing.Size(39, 60);
this.button6.TabIndex = 5;
this.button6.Text = "1号";
this.button6.UseVisualStyleBackColor = false;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// button5
//
this.button5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(57)))), ((int)(((byte)(75)))));
this.button5.Dock = System.Windows.Forms.DockStyle.Right;
this.button5.FlatAppearance.BorderSize = 0;
this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button5.ForeColor = System.Drawing.Color.White;
this.button5.Image = ((System.Drawing.Image)(resources.GetObject("button5.Image")));
this.button5.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.button5.Location = new System.Drawing.Point(888, 0);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(50, 60);
this.button5.TabIndex = 4;
this.button5.Text = "单画面";
this.button5.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.button5.UseVisualStyleBackColor = false;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button4
//
this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(57)))), ((int)(((byte)(75)))));
this.button4.Dock = System.Windows.Forms.DockStyle.Right;
this.button4.FlatAppearance.BorderSize = 0;
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button4.ForeColor = System.Drawing.Color.White;
this.button4.Image = ((System.Drawing.Image)(resources.GetObject("button4.Image")));
this.button4.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.button4.Location = new System.Drawing.Point(938, 0);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(62, 60);
this.button4.TabIndex = 3;
this.button4.Text = "复合画面";
this.button4.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.button4.UseVisualStyleBackColor = false;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button3
//
this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(57)))), ((int)(((byte)(75)))));
this.button3.FlatAppearance.BorderSize = 0;
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button3.ForeColor = System.Drawing.Color.White;
this.button3.Image = ((System.Drawing.Image)(resources.GetObject("button3.Image")));
this.button3.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.button3.Location = new System.Drawing.Point(507, 0);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(47, 57);
this.button3.TabIndex = 2;
this.button3.Text = "抓拍";
this.button3.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.button3.UseVisualStyleBackColor = false;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(57)))), ((int)(((byte)(75)))));
this.button2.FlatAppearance.BorderSize = 0;
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button2.ForeColor = System.Drawing.Color.White;
this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
this.button2.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.button2.Location = new System.Drawing.Point(454, 0);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(47, 57);
this.button2.TabIndex = 1;
this.button2.Text = "标记";
this.button2.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.button2.UseVisualStyleBackColor = false;
//
// button1
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(57)))), ((int)(((byte)(75)))));
this.button1.FlatAppearance.BorderSize = 0;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button1.ForeColor = System.Drawing.Color.White;
this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
this.button1.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.button1.Location = new System.Drawing.Point(401, 0);
this.button1.Name = "button1";
this.button1.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.button1.Size = new System.Drawing.Size(47, 57);
this.button1.TabIndex = 0;
this.button1.Text = "录制";
this.button1.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click_1);
//
// panel2
//
this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
this.panel2.Controls.Add(this.videoView);
this.panel2.Controls.Add(this.vlcControl);
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1000, 610);
this.panel2.TabIndex = 2;
//
// videoView
//
this.videoView.BackColor = System.Drawing.Color.Black;
this.videoView.Dock = System.Windows.Forms.DockStyle.Fill;
this.videoView.ForeColor = System.Drawing.Color.White;
this.videoView.Location = new System.Drawing.Point(0, 0);
this.videoView.MediaPlayer = null;
this.videoView.Name = "videoView";
this.videoView.Size = new System.Drawing.Size(1000, 610);
this.videoView.TabIndex = 1;
this.videoView.Text = "video";
this.videoView.Click += new System.EventHandler(this.videoView_Click);
//
// vlcControl
//
this.vlcControl.BackColor = System.Drawing.Color.WhiteSmoke;
this.vlcControl.Location = new System.Drawing.Point(500, 0);
this.vlcControl.Name = "vlcControl";
this.vlcControl.Size = new System.Drawing.Size(500, 610);
this.vlcControl.Spu = -1;
this.vlcControl.TabIndex = 0;
this.vlcControl.Text = "vlcControl1";
this.vlcControl.VlcLibDirectory = null;
this.vlcControl.VlcMediaplayerOptions = null;
this.vlcControl.VlcLibDirectoryNeeded += new System.EventHandler<Vlc.DotNet.Forms.VlcLibDirectoryNeededEventArgs>(this.vlcControl_VlcLibDirectoryNeeded);
this.vlcControl.Click += new System.EventHandler(this.vlcControl_Click_2);
//
// PlayerView
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Name = "PlayerView";
this.Size = new System.Drawing.Size(1000, 670);
this.Load += new System.EventHandler(this.PlayerView_Load);
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.muteBtn)).EndInit();
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.videoView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.vlcControl)).EndInit();
this.ResumeLayout(false);
}
private System.Windows.Forms.PictureBox muteBtn;
private LibVLCSharp.WinForms.VideoView videoView;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private Vlc.DotNet.Forms.VlcControl vlcControl;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel1;
#endregion
}
}