79 lines
2.9 KiB
C#
79 lines
2.9 KiB
C#
|
namespace AppLauncher.Windows.Forms
|
|||
|
{
|
|||
|
partial class TileContainer
|
|||
|
{
|
|||
|
/// <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.label1 = new AppLauncher.Windows.Forms.TileGroupLabel();
|
|||
|
this.panel1 = new AppLauncher.Windows.Forms.TileLayoutPanel();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoScrollMargin = new System.Drawing.Size(0, 0);
|
|||
|
this.label1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
|
|||
|
this.label1.Checked = false;
|
|||
|
this.label1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.label1.Margin = new System.Windows.Forms.Padding(0, 0, 0, 3);
|
|||
|
this.label1.MinimumSize = new System.Drawing.Size(100, 20);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(223, 20);
|
|||
|
this.label1.TabIndex = 11;
|
|||
|
this.label1.TileGroupPanel = null;
|
|||
|
this.label1.TitleText = "Featured";
|
|||
|
//
|
|||
|
// panel1
|
|||
|
//
|
|||
|
this.panel1.AutoScrollMargin = new System.Drawing.Size(0, 0);
|
|||
|
this.panel1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
|
|||
|
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.panel1.Location = new System.Drawing.Point(0, 23);
|
|||
|
this.panel1.Margin = new System.Windows.Forms.Padding(2, 0, 0, 0);
|
|||
|
this.panel1.Name = "panel1";
|
|||
|
this.panel1.Size = new System.Drawing.Size(223, 127);
|
|||
|
this.panel1.TabIndex = 27;
|
|||
|
//
|
|||
|
// TileContainer
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.Controls.Add(this.panel1);
|
|||
|
this.Controls.Add(this.label1);
|
|||
|
this.Name = "TileContainer";
|
|||
|
this.Size = new System.Drawing.Size(370, 150);
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private TileGroupLabel label1;
|
|||
|
private TileLayoutPanel panel1;
|
|||
|
}
|
|||
|
}
|