306 lines
8.4 KiB
C#
306 lines
8.4 KiB
C#
|
namespace View
|
|||
|
{
|
|||
|
partial class MainForm
|
|||
|
{
|
|||
|
/// <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()
|
|||
|
{
|
|||
|
button1 = new Button();
|
|||
|
button2 = new Button();
|
|||
|
button3 = new Button();
|
|||
|
button4 = new Button();
|
|||
|
button5 = new Button();
|
|||
|
button6 = new Button();
|
|||
|
button7 = new Button();
|
|||
|
button8 = new Button();
|
|||
|
button9 = new Button();
|
|||
|
button10 = new Button();
|
|||
|
button11 = new Button();
|
|||
|
button12 = new Button();
|
|||
|
button13 = new Button();
|
|||
|
button14 = new Button();
|
|||
|
button15 = new Button();
|
|||
|
button16 = new Button();
|
|||
|
button17 = new Button();
|
|||
|
button18 = new Button();
|
|||
|
button19 = new Button();
|
|||
|
button20 = new Button();
|
|||
|
SuspendLayout();
|
|||
|
//
|
|||
|
// button1
|
|||
|
//
|
|||
|
button1.Location = new Point(41, 32);
|
|||
|
button1.Name = "button1";
|
|||
|
button1.Size = new Size(137, 29);
|
|||
|
button1.TabIndex = 0;
|
|||
|
button1.Text = "Альбом";
|
|||
|
button1.UseVisualStyleBackColor = true;
|
|||
|
button1.Click += button1_Click;
|
|||
|
//
|
|||
|
// button2
|
|||
|
//
|
|||
|
button2.Location = new Point(243, 32);
|
|||
|
button2.Name = "button2";
|
|||
|
button2.Size = new Size(137, 29);
|
|||
|
button2.TabIndex = 1;
|
|||
|
button2.Text = "Локация";
|
|||
|
button2.UseVisualStyleBackColor = true;
|
|||
|
button2.Click += button2_Click;
|
|||
|
//
|
|||
|
// button3
|
|||
|
//
|
|||
|
button3.Location = new Point(451, 32);
|
|||
|
button3.Name = "button3";
|
|||
|
button3.Size = new Size(137, 29);
|
|||
|
button3.TabIndex = 2;
|
|||
|
button3.Text = "Автор";
|
|||
|
button3.UseVisualStyleBackColor = true;
|
|||
|
button3.Click += button3_Click;
|
|||
|
//
|
|||
|
// button4
|
|||
|
//
|
|||
|
button4.Location = new Point(675, 32);
|
|||
|
button4.Name = "button4";
|
|||
|
button4.Size = new Size(137, 29);
|
|||
|
button4.TabIndex = 3;
|
|||
|
button4.Text = "Фотография";
|
|||
|
button4.UseVisualStyleBackColor = true;
|
|||
|
button4.Click += button4_Click;
|
|||
|
//
|
|||
|
// button5
|
|||
|
//
|
|||
|
button5.Location = new Point(922, 32);
|
|||
|
button5.Name = "button5";
|
|||
|
button5.Size = new Size(137, 29);
|
|||
|
button5.TabIndex = 4;
|
|||
|
button5.Text = "Комментарий";
|
|||
|
button5.UseVisualStyleBackColor = true;
|
|||
|
button5.Click += button5_Click;
|
|||
|
//
|
|||
|
// button6
|
|||
|
//
|
|||
|
button6.Location = new Point(12, 120);
|
|||
|
button6.Name = "button6";
|
|||
|
button6.Size = new Size(189, 29);
|
|||
|
button6.TabIndex = 5;
|
|||
|
button6.Text = "Создать 1000 альбомов";
|
|||
|
button6.UseVisualStyleBackColor = true;
|
|||
|
button6.Click += button6_Click;
|
|||
|
//
|
|||
|
// button7
|
|||
|
//
|
|||
|
button7.Location = new Point(216, 120);
|
|||
|
button7.Name = "button7";
|
|||
|
button7.Size = new Size(189, 29);
|
|||
|
button7.TabIndex = 6;
|
|||
|
button7.Text = "Создать 1000 локаций";
|
|||
|
button7.UseVisualStyleBackColor = true;
|
|||
|
button7.Click += button7_Click;
|
|||
|
//
|
|||
|
// button8
|
|||
|
//
|
|||
|
button8.Location = new Point(424, 120);
|
|||
|
button8.Name = "button8";
|
|||
|
button8.Size = new Size(189, 29);
|
|||
|
button8.TabIndex = 7;
|
|||
|
button8.Text = "Создать 1000 авторов";
|
|||
|
button8.UseVisualStyleBackColor = true;
|
|||
|
button8.Click += button8_Click;
|
|||
|
//
|
|||
|
// button9
|
|||
|
//
|
|||
|
button9.Location = new Point(650, 120);
|
|||
|
button9.Name = "button9";
|
|||
|
button9.Size = new Size(201, 29);
|
|||
|
button9.TabIndex = 8;
|
|||
|
button9.Text = "Создать 1000 фотографий";
|
|||
|
button9.UseVisualStyleBackColor = true;
|
|||
|
button9.Click += button9_Click;
|
|||
|
//
|
|||
|
// button10
|
|||
|
//
|
|||
|
button10.Location = new Point(880, 120);
|
|||
|
button10.Name = "button10";
|
|||
|
button10.Size = new Size(218, 29);
|
|||
|
button10.TabIndex = 9;
|
|||
|
button10.Text = "Создать 1000 комментариев";
|
|||
|
button10.UseVisualStyleBackColor = true;
|
|||
|
button10.Click += button10_Click;
|
|||
|
//
|
|||
|
// button11
|
|||
|
//
|
|||
|
button11.Location = new Point(12, 187);
|
|||
|
button11.Name = "button11";
|
|||
|
button11.Size = new Size(198, 29);
|
|||
|
button11.TabIndex = 10;
|
|||
|
button11.Text = "Изменить 1000 альбомов";
|
|||
|
button11.UseVisualStyleBackColor = true;
|
|||
|
button11.Click += button11_Click;
|
|||
|
//
|
|||
|
// button12
|
|||
|
//
|
|||
|
button12.Location = new Point(216, 187);
|
|||
|
button12.Name = "button12";
|
|||
|
button12.Size = new Size(189, 29);
|
|||
|
button12.TabIndex = 11;
|
|||
|
button12.Text = "Изменить 1000 локаций";
|
|||
|
button12.UseVisualStyleBackColor = true;
|
|||
|
button12.Click += button12_Click;
|
|||
|
//
|
|||
|
// button13
|
|||
|
//
|
|||
|
button13.Location = new Point(424, 187);
|
|||
|
button13.Name = "button13";
|
|||
|
button13.Size = new Size(189, 29);
|
|||
|
button13.TabIndex = 12;
|
|||
|
button13.Text = "Изменить 1000 авторов";
|
|||
|
button13.UseVisualStyleBackColor = true;
|
|||
|
button13.Click += button13_Click;
|
|||
|
//
|
|||
|
// button14
|
|||
|
//
|
|||
|
button14.Location = new Point(639, 187);
|
|||
|
button14.Name = "button14";
|
|||
|
button14.Size = new Size(224, 29);
|
|||
|
button14.TabIndex = 13;
|
|||
|
button14.Text = "Изменить 1000 фотографий";
|
|||
|
button14.UseVisualStyleBackColor = true;
|
|||
|
button14.Click += button14_Click;
|
|||
|
//
|
|||
|
// button15
|
|||
|
//
|
|||
|
button15.Location = new Point(869, 187);
|
|||
|
button15.Name = "button15";
|
|||
|
button15.Size = new Size(239, 29);
|
|||
|
button15.TabIndex = 14;
|
|||
|
button15.Text = "Изменить 1000 комментариев";
|
|||
|
button15.UseVisualStyleBackColor = true;
|
|||
|
button15.Click += button15_Click;
|
|||
|
//
|
|||
|
// button16
|
|||
|
//
|
|||
|
button16.Location = new Point(12, 257);
|
|||
|
button16.Name = "button16";
|
|||
|
button16.Size = new Size(198, 29);
|
|||
|
button16.TabIndex = 15;
|
|||
|
button16.Text = "Удалить 1000 альбомов";
|
|||
|
button16.UseVisualStyleBackColor = true;
|
|||
|
button16.Click += button16_Click;
|
|||
|
//
|
|||
|
// button17
|
|||
|
//
|
|||
|
button17.Location = new Point(216, 257);
|
|||
|
button17.Name = "button17";
|
|||
|
button17.Size = new Size(189, 29);
|
|||
|
button17.TabIndex = 16;
|
|||
|
button17.Text = "Удалить 1000 локаций";
|
|||
|
button17.UseVisualStyleBackColor = true;
|
|||
|
button17.Click += button17_Click;
|
|||
|
//
|
|||
|
// button18
|
|||
|
//
|
|||
|
button18.Location = new Point(424, 257);
|
|||
|
button18.Name = "button18";
|
|||
|
button18.Size = new Size(189, 29);
|
|||
|
button18.TabIndex = 17;
|
|||
|
button18.Text = "Удалить 1000 авторов";
|
|||
|
button18.UseVisualStyleBackColor = true;
|
|||
|
button18.Click += button18_Click;
|
|||
|
//
|
|||
|
// button19
|
|||
|
//
|
|||
|
button19.Location = new Point(639, 257);
|
|||
|
button19.Name = "button19";
|
|||
|
button19.Size = new Size(224, 29);
|
|||
|
button19.TabIndex = 18;
|
|||
|
button19.Text = "Удалить 1000 фотографий";
|
|||
|
button19.UseVisualStyleBackColor = true;
|
|||
|
button19.Click += button19_Click;
|
|||
|
//
|
|||
|
// button20
|
|||
|
//
|
|||
|
button20.Location = new Point(869, 257);
|
|||
|
button20.Name = "button20";
|
|||
|
button20.Size = new Size(239, 29);
|
|||
|
button20.TabIndex = 19;
|
|||
|
button20.Text = "Удалить 1000 комментариев";
|
|||
|
button20.UseVisualStyleBackColor = true;
|
|||
|
button20.Click += button20_Click;
|
|||
|
//
|
|||
|
// MainForm
|
|||
|
//
|
|||
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|||
|
AutoScaleMode = AutoScaleMode.Font;
|
|||
|
ClientSize = new Size(1131, 318);
|
|||
|
Controls.Add(button20);
|
|||
|
Controls.Add(button19);
|
|||
|
Controls.Add(button18);
|
|||
|
Controls.Add(button17);
|
|||
|
Controls.Add(button16);
|
|||
|
Controls.Add(button15);
|
|||
|
Controls.Add(button14);
|
|||
|
Controls.Add(button13);
|
|||
|
Controls.Add(button12);
|
|||
|
Controls.Add(button11);
|
|||
|
Controls.Add(button10);
|
|||
|
Controls.Add(button9);
|
|||
|
Controls.Add(button8);
|
|||
|
Controls.Add(button7);
|
|||
|
Controls.Add(button6);
|
|||
|
Controls.Add(button5);
|
|||
|
Controls.Add(button4);
|
|||
|
Controls.Add(button3);
|
|||
|
Controls.Add(button2);
|
|||
|
Controls.Add(button1);
|
|||
|
Name = "MainForm";
|
|||
|
Text = "MainForm";
|
|||
|
ResumeLayout(false);
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private Button button1;
|
|||
|
private Button button2;
|
|||
|
private Button button3;
|
|||
|
private Button button4;
|
|||
|
private Button button5;
|
|||
|
private Button button6;
|
|||
|
private Button button7;
|
|||
|
private Button button8;
|
|||
|
private Button button9;
|
|||
|
private Button button10;
|
|||
|
private Button button11;
|
|||
|
private Button button12;
|
|||
|
private Button button13;
|
|||
|
private Button button14;
|
|||
|
private Button button15;
|
|||
|
private Button button16;
|
|||
|
private Button button17;
|
|||
|
private Button button18;
|
|||
|
private Button button19;
|
|||
|
private Button button20;
|
|||
|
}
|
|||
|
}
|