namespace AppLauncher.Windows.Forms { partial class TileContainer { /// /// 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() { 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; } }