namespace CokluVideo
{
partial class oynatici
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(oynatici));
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panel1 = new System.Windows.Forms.Panel();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.axWindowsMediaPlayer1 = new AxWMPLib.AxWindowsMediaPlayer();
this.panel2 = new System.Windows.Forms.Panel();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.axWindowsMediaPlayer2 = new AxWMPLib.AxWindowsMediaPlayer();
this.panel3 = new System.Windows.Forms.Panel();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.axWindowsMediaPlayer3 = new AxWMPLib.AxWindowsMediaPlayer();
this.tableLayoutPanel1.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).BeginInit();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer2)).BeginInit();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer3)).BeginInit();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 3;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.panel2, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.panel3, 2, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(484, 261);
this.tableLayoutPanel1.TabIndex = 0;
//
// panel1
//
this.panel1.Controls.Add(this.pictureBox1);
this.panel1.Controls.Add(this.axWindowsMediaPlayer1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(3, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(155, 255);
this.panel1.TabIndex = 0;
this.panel1.DoubleClick += new System.EventHandler(this.oynatici_DoubleClick);
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(3, 50);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(100, 50);
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
this.pictureBox1.DoubleClick += new System.EventHandler(this.oynatici_DoubleClick);
//
// axWindowsMediaPlayer1
//
this.axWindowsMediaPlayer1.Enabled = true;
this.axWindowsMediaPlayer1.Location = new System.Drawing.Point(10, 21);
this.axWindowsMediaPlayer1.Name = "axWindowsMediaPlayer1";
this.axWindowsMediaPlayer1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWindowsMediaPlayer1.OcxState")));
this.axWindowsMediaPlayer1.Size = new System.Drawing.Size(75, 23);
this.axWindowsMediaPlayer1.TabIndex = 0;
this.axWindowsMediaPlayer1.DoubleClickEvent += new AxWMPLib._WMPOCXEvents_DoubleClickEventHandler(this.axWindowsMediaPlayer3_DoubleClickEvent);
//
// panel2
//
this.panel2.Controls.Add(this.pictureBox2);
this.panel2.Controls.Add(this.axWindowsMediaPlayer2);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(164, 3);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(155, 255);
this.panel2.TabIndex = 1;
this.panel2.DoubleClick += new System.EventHandler(this.oynatici_DoubleClick);
//
// pictureBox2
//
this.pictureBox2.Location = new System.Drawing.Point(17, 50);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(100, 50);
this.pictureBox2.TabIndex = 1;
this.pictureBox2.TabStop = false;
this.pictureBox2.DoubleClick += new System.EventHandler(this.oynatici_DoubleClick);
//
// axWindowsMediaPlayer2
//
this.axWindowsMediaPlayer2.Enabled = true;
this.axWindowsMediaPlayer2.Location = new System.Drawing.Point(17, 21);
this.axWindowsMediaPlayer2.Name = "axWindowsMediaPlayer2";
this.axWindowsMediaPlayer2.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWindowsMediaPlayer2.OcxState")));
this.axWindowsMediaPlayer2.Size = new System.Drawing.Size(75, 23);
this.axWindowsMediaPlayer2.TabIndex = 0;
this.axWindowsMediaPlayer2.DoubleClickEvent += new AxWMPLib._WMPOCXEvents_DoubleClickEventHandler(this.axWindowsMediaPlayer3_DoubleClickEvent);
//
// panel3
//
this.panel3.Controls.Add(this.pictureBox3);
this.panel3.Controls.Add(this.axWindowsMediaPlayer3);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(325, 3);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(156, 255);
this.panel3.TabIndex = 2;
this.panel3.DoubleClick += new System.EventHandler(this.oynatici_DoubleClick);
//
// pictureBox3
//
this.pictureBox3.Location = new System.Drawing.Point(18, 50);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(100, 50);
this.pictureBox3.TabIndex = 1;
this.pictureBox3.TabStop = false;
this.pictureBox3.DoubleClick += new System.EventHandler(this.oynatici_DoubleClick);
//
// axWindowsMediaPlayer3
//
this.axWindowsMediaPlayer3.Enabled = true;
this.axWindowsMediaPlayer3.Location = new System.Drawing.Point(18, 21);
this.axWindowsMediaPlayer3.Name = "axWindowsMediaPlayer3";
this.axWindowsMediaPlayer3.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWindowsMediaPlayer3.OcxState")));
this.axWindowsMediaPlayer3.Size = new System.Drawing.Size(75, 23);
this.axWindowsMediaPlayer3.TabIndex = 0;
this.axWindowsMediaPlayer3.DoubleClickEvent += new AxWMPLib._WMPOCXEvents_DoubleClickEventHandler(this.axWindowsMediaPlayer3_DoubleClickEvent);
//
// oynatici
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Black;
this.ClientSize = new System.Drawing.Size(484, 261);
this.Controls.Add(this.tableLayoutPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "oynatici";
this.Text = "Oynatıcı";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.oynatici_FormClosing);
this.Load += new System.EventHandler(this.oynatici_Load);
this.DoubleClick += new System.EventHandler(this.oynatici_DoubleClick);
this.tableLayoutPanel1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).EndInit();
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer2)).EndInit();
this.panel3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer3)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.PictureBox pictureBox1;
private AxWMPLib.AxWindowsMediaPlayer axWindowsMediaPlayer1;
private System.Windows.Forms.PictureBox pictureBox2;
private AxWMPLib.AxWindowsMediaPlayer axWindowsMediaPlayer2;
private System.Windows.Forms.PictureBox pictureBox3;
private AxWMPLib.AxWindowsMediaPlayer axWindowsMediaPlayer3;
}
}