68 lines
2.5 KiB
C#
68 lines
2.5 KiB
C#
|
using System.Drawing;
|
|||
|
using System.Windows.Forms;
|
|||
|
|
|||
|
namespace RyzStudio.Windows.Forms
|
|||
|
{
|
|||
|
partial class TileGridPanelLayout<T>
|
|||
|
{
|
|||
|
/// <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()
|
|||
|
{
|
|||
|
label1 = new System.Windows.Forms.Label();
|
|||
|
SuspendLayout();
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoSize = true;
|
|||
|
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(105)))), ((int)(((byte)(119)))));
|
|||
|
this.label1.Image = global::FizzyLauncher.AppResource.toggle_left_ea_16;
|
|||
|
this.label1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
this.label1.Location = new System.Drawing.Point(0, 4);
|
|||
|
this.label1.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.label1.Padding = new System.Windows.Forms.Padding(0);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(0, 15);
|
|||
|
this.label1.TabIndex = 2;
|
|||
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
this.label1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.label1_MouseClick);
|
|||
|
this.label1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.label1_MouseClick);
|
|||
|
//
|
|||
|
// GridLayout2
|
|||
|
//
|
|||
|
AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|||
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
Controls.Add(label1);
|
|||
|
Name = "GridLayout2";
|
|||
|
ResumeLayout(false);
|
|||
|
PerformLayout();
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
}
|
|||
|
}
|