chess/Tile.Designer.cs

69 lines
2.6 KiB
C#
Raw Permalink Normal View History

2024-06-24 13:01:12 +02:00
namespace Chess
{
partial class Pole
{
/// <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.FiguraObraz = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.FiguraObraz)).BeginInit();
this.SuspendLayout();
//
// FiguraObraz
//
this.FiguraObraz.BackColor = System.Drawing.Color.White;
this.FiguraObraz.ErrorImage = null;
this.FiguraObraz.InitialImage = null;
this.FiguraObraz.Location = new System.Drawing.Point(0, 0);
this.FiguraObraz.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.FiguraObraz.MaximumSize = new System.Drawing.Size(100, 100);
this.FiguraObraz.MinimumSize = new System.Drawing.Size(48, 52);
this.FiguraObraz.Name = "FiguraObraz";
this.FiguraObraz.Size = new System.Drawing.Size(48, 52);
this.FiguraObraz.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.FiguraObraz.TabIndex = 0;
this.FiguraObraz.TabStop = false;
//
// Pole
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.FiguraObraz);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "Pole";
this.Size = new System.Drawing.Size(48, 52);
this.Load += new System.EventHandler(this.Tile_Load);
((System.ComponentModel.ISupportInitialize)(this.FiguraObraz)).EndInit();
this.ResumeLayout(false);
}
#endregion
public System.Windows.Forms.PictureBox FiguraObraz;
}
}