namespace VlcPlayer
{
partial class VlcControl
{
///
/// 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 Component 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(VlcControl));
this.axVLCPlugin21 = new AxAXVLC.AxVLCPlugin2();
((System.ComponentModel.ISupportInitialize)(this.axVLCPlugin21)).BeginInit();
this.SuspendLayout();
//
// axVLCPlugin21
//
this.axVLCPlugin21.AccessibleRole = System.Windows.Forms.AccessibleRole.Document;
this.axVLCPlugin21.Dock = System.Windows.Forms.DockStyle.Fill;
this.axVLCPlugin21.Enabled = true;
this.axVLCPlugin21.Location = new System.Drawing.Point(0, 0);
this.axVLCPlugin21.Name = "axVLCPlugin21";
this.axVLCPlugin21.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axVLCPlugin21.OcxState")));
this.axVLCPlugin21.Size = new System.Drawing.Size(473, 315);
this.axVLCPlugin21.TabIndex = 0;
//
// VlcControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.axVLCPlugin21);
this.Name = "VlcControl";
this.Size = new System.Drawing.Size(473, 315);
((System.ComponentModel.ISupportInitialize)(this.axVLCPlugin21)).EndInit();
this.ResumeLayout(false);
}
#endregion
public AxAXVLC.AxVLCPlugin2 axVLCPlugin21;
}
}