Загрузка данных
namespace WinFormsApp5
{
partial class Form1
{
/// <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()
{
pictureBox1 = new PictureBox();
button1 = new Button();
button2 = new Button();
button3 = new Button();
button4 = new Button();
button5 = new Button();
((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
SuspendLayout();
//
// pictureBox1
//
pictureBox1.BorderStyle = BorderStyle.FixedSingle;
pictureBox1.Location = new Point(121, 54);
pictureBox1.Name = "pictureBox1";
pictureBox1.Size = new Size(496, 290);
pictureBox1.TabIndex = 0;
pictureBox1.TabStop = false;
pictureBox1.Click += pictureBox1_Click;
pictureBox1.Paint += pictureBox1_Paint;
//
// button1
//
button1.Location = new Point(90, 386);
button1.Name = "button1";
button1.Size = new Size(115, 23);
button1.TabIndex = 1;
button1.Text = "Японский флаг";
button1.UseVisualStyleBackColor = true;
button1.Click += button1_Click;
//
// button2
//
button2.Location = new Point(90, 415);
button2.Name = "button2";
button2.Size = new Size(115, 23);
button2.TabIndex = 2;
button2.Text = "Российский флаг";
button2.UseVisualStyleBackColor = true;
button2.Click += button2_Click;
//
// button3
//
button3.Location = new Point(325, 415);
button3.Name = "button3";
button3.Size = new Size(112, 23);
button3.TabIndex = 3;
button3.Text = "Флаг Чехии";
button3.UseVisualStyleBackColor = true;
button3.Click += button3_Click;
//
// button4
//
button4.Location = new Point(565, 387);
button4.Name = "button4";
button4.Size = new Size(188, 23);
button4.TabIndex = 4;
button4.Text = "Олимпийский флаг";
button4.UseVisualStyleBackColor = true;
button4.Click += button4_Click;
//
// button5
//
button5.Location = new Point(565, 415);
button5.Name = "button5";
button5.Size = new Size(188, 23);
button5.TabIndex = 5;
button5.Text = "Зимний пейзаж";
button5.UseVisualStyleBackColor = true;
button5.Click += button5_Click;
//
// Form1
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(800, 450);
Controls.Add(button5);
Controls.Add(button4);
Controls.Add(button3);
Controls.Add(button2);
Controls.Add(button1);
Controls.Add(pictureBox1);
Name = "Form1";
Text = "Form1";
((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
ResumeLayout(false);
}
#endregion
private PictureBox pictureBox1;
private Button button1;
private Button button2;
private Button button3;
private Button button4;
private Button button5;
}
}