chess/PieceSelection.Designer.cs

119 lines
5.2 KiB
C#
Raw Permalink Normal View History

2024-06-24 13:01:12 +02:00
namespace Chess
{
partial class WybranieFigury
{
/// <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 Windows Form 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.RightArrow = new System.Windows.Forms.Button();
this.ApplyButton = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.LeftArrow = new System.Windows.Forms.Button();
this.Preview = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.Preview)).BeginInit();
this.SuspendLayout();
//
// RightArrow
//
this.RightArrow.Location = new System.Drawing.Point(92, 55);
this.RightArrow.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.RightArrow.Name = "RightArrow";
this.RightArrow.Size = new System.Drawing.Size(25, 19);
this.RightArrow.TabIndex = 1;
this.RightArrow.Text = ">";
this.RightArrow.UseVisualStyleBackColor = true;
//
// ApplyButton
//
this.ApplyButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ApplyButton.Location = new System.Drawing.Point(11, 110);
this.ApplyButton.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.ApplyButton.Name = "ApplyButton";
this.ApplyButton.Size = new System.Drawing.Size(106, 21);
this.ApplyButton.TabIndex = 3;
this.ApplyButton.Text = "Wybierz!";
this.ApplyButton.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(24, 7);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(91, 13);
this.label1.TabIndex = 4;
this.label1.Text = "Wybierz Figure";
//
// LeftArrow
//
this.LeftArrow.Location = new System.Drawing.Point(14, 55);
this.LeftArrow.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.LeftArrow.Name = "LeftArrow";
this.LeftArrow.Size = new System.Drawing.Size(25, 19);
this.LeftArrow.TabIndex = 5;
this.LeftArrow.Text = "<";
this.LeftArrow.UseVisualStyleBackColor = true;
//
// Preview
//
this.Preview.Location = new System.Drawing.Point(43, 42);
this.Preview.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Preview.Name = "Preview";
this.Preview.Size = new System.Drawing.Size(45, 49);
this.Preview.TabIndex = 2;
this.Preview.TabStop = false;
//
// WybranieFigury
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(131, 144);
this.Controls.Add(this.LeftArrow);
this.Controls.Add(this.label1);
this.Controls.Add(this.ApplyButton);
this.Controls.Add(this.Preview);
this.Controls.Add(this.RightArrow);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.MaximumSize = new System.Drawing.Size(147, 183);
this.MinimumSize = new System.Drawing.Size(147, 183);
this.Name = "WybranieFigury";
this.ShowIcon = false;
((System.ComponentModel.ISupportInitialize)(this.Preview)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button RightArrow;
private System.Windows.Forms.PictureBox Preview;
private System.Windows.Forms.Button ApplyButton;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button LeftArrow;
}
}