CodeTV.PanelVideo.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PanelVideo));
			this.SuspendLayout();
			// 
			// PanelVideo
			// 
			resources.ApplyResources(this, "$this");
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.DockAreas = WeifenLuo.WinFormsUI.Docking.DockAreas.Document;
			this.Name = "PanelVideo";
			this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.Document;
			this.ResumeLayout(false);

		}