VideoSearch / MovieTube.Viewer /Controls /HorizontalSingleRowGalleryWidget.Designer.cs
niobures's picture
VideoSearch
e26fba6 verified
namespace MovieTube.Viewer
{
partial class HorizontalSingleRowGalleryWidget
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.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()
{
this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
this.flowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
this.kryptonPanel1.SuspendLayout();
this.SuspendLayout();
//
// kryptonPanel1
//
this.kryptonPanel1.Controls.Add(this.flowLayoutPanel);
this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
this.kryptonPanel1.Margin = new System.Windows.Forms.Padding(0);
this.kryptonPanel1.Name = "kryptonPanel1";
this.kryptonPanel1.Size = new System.Drawing.Size(830, 136);
this.kryptonPanel1.StateCommon.Color1 = System.Drawing.SystemColors.ActiveCaption;
this.kryptonPanel1.TabIndex = 0;
//
// flowLayoutPanel
//
this.flowLayoutPanel.AutoSize = true;
this.flowLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.flowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Left;
this.flowLayoutPanel.Location = new System.Drawing.Point(0, 0);
this.flowLayoutPanel.Name = "flowLayoutPanel";
this.flowLayoutPanel.Size = new System.Drawing.Size(0, 136);
this.flowLayoutPanel.TabIndex = 0;
this.flowLayoutPanel.WrapContents = false;
//
// HorizontalSingleRowGalleryWidget
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.kryptonPanel1);
this.Name = "HorizontalSingleRowGalleryWidget";
this.Size = new System.Drawing.Size(830, 136);
this.Resize += new System.EventHandler(this.HorizontalSingleRowGalleryWidget_Resize);
((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
this.kryptonPanel1.ResumeLayout(false);
this.kryptonPanel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel1;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel;
}
}