|
|
namespace MovieTube.Viewer
|
|
|
{
|
|
|
partial class HorizontalSingleRowGalleryWidget
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
{
|
|
|
if (disposing && (components != null))
|
|
|
{
|
|
|
components.Dispose();
|
|
|
}
|
|
|
base.Dispose(disposing);
|
|
|
}
|
|
|
|
|
|
#region Component Designer generated code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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();
|
|
|
|
|
|
|
|
|
|
|
|
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;
|
|
|
|
|
|
|
|
|
|
|
|
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;
|
|
|
|
|
|
|
|
|
|
|
|
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;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
}
|
|
|
|