namespace Nanji_Island
{
partial class Form3
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.vlcControl1 = new Vlc.DotNet.Forms.VlcControl();
this.btnOpen = new System.Windows.Forms.Button();
this.btnPlay = new System.Windows.Forms.Button();
this.btnPause = new System.Windows.Forms.Button();
this.btnStop = new System.Windows.Forms.Button();
this.btnTakeSnapshot = new System.Windows.Forms.Button();
this.timer1 = new System.Windows.Forms.Timer(this.components);
((System.ComponentModel.ISupportInitialize)(this.vlcControl1)).BeginInit();
this.SuspendLayout();
//
// vlcControl1
//
this.vlcControl1.BackColor = System.Drawing.Color.Black;
this.vlcControl1.Location = new System.Drawing.Point(12, 12);
this.vlcControl1.Name = "vlcControl1";
this.vlcControl1.Size = new System.Drawing.Size(776, 365);
this.vlcControl1.Spu = -1;
this.vlcControl1.TabIndex = 0;
this.vlcControl1.Text = "vlcControl1";
this.vlcControl1.VlcLibDirectory = null;
this.vlcControl1.VlcMediaplayerOptions = null;
this.vlcControl1.VlcLibDirectoryNeeded += new System.EventHandler(this.vlcControl1_VlcLibDirectoryNeeded);
//
// btnOpen
//
this.btnOpen.Location = new System.Drawing.Point(158, 394);
this.btnOpen.Name = "btnOpen";
this.btnOpen.Size = new System.Drawing.Size(75, 23);
this.btnOpen.TabIndex = 1;
this.btnOpen.Text = "打开";
this.btnOpen.UseVisualStyleBackColor = true;
this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
//
// btnPlay
//
this.btnPlay.Location = new System.Drawing.Point(239, 394);
this.btnPlay.Name = "btnPlay";
this.btnPlay.Size = new System.Drawing.Size(75, 23);
this.btnPlay.TabIndex = 2;
this.btnPlay.Text = "播放";
this.btnPlay.UseVisualStyleBackColor = true;
this.btnPlay.Click += new System.EventHandler(this.btnPlay_Click);
//
// btnPause
//
this.btnPause.Location = new System.Drawing.Point(320, 394);
this.btnPause.Name = "btnPause";
this.btnPause.Size = new System.Drawing.Size(75, 23);
this.btnPause.TabIndex = 3;
this.btnPause.Text = "暂停";
this.btnPause.UseVisualStyleBackColor = true;
this.btnPause.Click += new System.EventHandler(this.btnPause_Click);
//
// btnStop
//
this.btnStop.Location = new System.Drawing.Point(401, 394);
this.btnStop.Name = "btnStop";
this.btnStop.Size = new System.Drawing.Size(75, 23);
this.btnStop.TabIndex = 4;
this.btnStop.Text = "停止";
this.btnStop.UseVisualStyleBackColor = true;
this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
//
// btnTakeSnapshot
//
this.btnTakeSnapshot.Location = new System.Drawing.Point(482, 394);
this.btnTakeSnapshot.Name = "btnTakeSnapshot";
this.btnTakeSnapshot.Size = new System.Drawing.Size(75, 23);
this.btnTakeSnapshot.TabIndex = 5;
this.btnTakeSnapshot.Text = "截屏";
this.btnTakeSnapshot.UseVisualStyleBackColor = true;
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// Form3
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.btnTakeSnapshot);
this.Controls.Add(this.btnStop);
this.Controls.Add(this.btnPause);
this.Controls.Add(this.btnPlay);
this.Controls.Add(this.btnOpen);
this.Controls.Add(this.vlcControl1);
this.Name = "Form3";
this.Text = "Form3";
this.Load += new System.EventHandler(this.Form3_Load);
((System.ComponentModel.ISupportInitialize)(this.vlcControl1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Vlc.DotNet.Forms.VlcControl vlcControl1;
private System.Windows.Forms.Button btnOpen;
private System.Windows.Forms.Button btnPlay;
private System.Windows.Forms.Button btnPause;
private System.Windows.Forms.Button btnStop;
private System.Windows.Forms.Button btnTakeSnapshot;
private System.Windows.Forms.Timer timer1;
}
}