SUBD_LAB/SUBD_LABA/View/FormPhoto.Designer.cs

253 lines
6.4 KiB
C#

namespace View
{
partial class FormPhoto
{
/// <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()
{
comboBoxAlbum = new ComboBox();
comboBoxLocation = new ComboBox();
comboBoxAuthor = new ComboBox();
textBox1 = new TextBox();
textBox2 = new TextBox();
textBox3 = new TextBox();
dateTimePicker1 = new DateTimePicker();
textBox4 = new TextBox();
label1 = new Label();
label2 = new Label();
label3 = new Label();
label4 = new Label();
label5 = new Label();
label6 = new Label();
label7 = new Label();
label8 = new Label();
button1 = new Button();
button2 = new Button();
SuspendLayout();
//
// comboBoxAlbum
//
comboBoxAlbum.FormattingEnabled = true;
comboBoxAlbum.Location = new Point(260, 259);
comboBoxAlbum.Name = "comboBoxAlbum";
comboBoxAlbum.Size = new Size(294, 28);
comboBoxAlbum.TabIndex = 0;
//
// comboBoxLocation
//
comboBoxLocation.FormattingEnabled = true;
comboBoxLocation.Location = new Point(260, 310);
comboBoxLocation.Name = "comboBoxLocation";
comboBoxLocation.Size = new Size(294, 28);
comboBoxLocation.TabIndex = 1;
//
// comboBoxAuthor
//
comboBoxAuthor.FormattingEnabled = true;
comboBoxAuthor.Location = new Point(260, 364);
comboBoxAuthor.Name = "comboBoxAuthor";
comboBoxAuthor.Size = new Size(294, 28);
comboBoxAuthor.TabIndex = 2;
//
// textBox1
//
textBox1.Location = new Point(260, 23);
textBox1.Name = "textBox1";
textBox1.Size = new Size(294, 27);
textBox1.TabIndex = 3;
//
// textBox2
//
textBox2.Location = new Point(260, 68);
textBox2.Name = "textBox2";
textBox2.Size = new Size(294, 27);
textBox2.TabIndex = 4;
//
// textBox3
//
textBox3.Location = new Point(260, 114);
textBox3.Name = "textBox3";
textBox3.Size = new Size(294, 27);
textBox3.TabIndex = 5;
//
// dateTimePicker1
//
dateTimePicker1.Location = new Point(260, 162);
dateTimePicker1.Name = "dateTimePicker1";
dateTimePicker1.Size = new Size(294, 27);
dateTimePicker1.TabIndex = 6;
//
// textBox4
//
textBox4.Location = new Point(260, 210);
textBox4.Name = "textBox4";
textBox4.Size = new Size(294, 27);
textBox4.TabIndex = 7;
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(35, 26);
label1.Name = "label1";
label1.Size = new Size(77, 20);
label1.TabIndex = 8;
label1.Text = "Название";
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(35, 71);
label2.Name = "label2";
label2.Size = new Size(79, 20);
label2.TabIndex = 9;
label2.Text = "Описание";
//
// label3
//
label3.AutoSize = true;
label3.Location = new Point(35, 117);
label3.Name = "label3";
label3.Size = new Size(99, 20);
label3.TabIndex = 10;
label3.Text = "Приватность";
//
// label4
//
label4.AutoSize = true;
label4.Location = new Point(35, 167);
label4.Name = "label4";
label4.Size = new Size(105, 20);
label4.TabIndex = 11;
label4.Text = "Дата загрузки";
//
// label5
//
label5.AutoSize = true;
label5.Location = new Point(35, 213);
label5.Name = "label5";
label5.Size = new Size(130, 20);
label5.TabIndex = 12;
label5.Text = "Путь фотографии";
//
// label6
//
label6.AutoSize = true;
label6.Location = new Point(35, 262);
label6.Name = "label6";
label6.Size = new Size(64, 20);
label6.TabIndex = 13;
label6.Text = "Альбом";
//
// label7
//
label7.AutoSize = true;
label7.Location = new Point(35, 313);
label7.Name = "label7";
label7.Size = new Size(69, 20);
label7.TabIndex = 14;
label7.Text = "Локация";
//
// label8
//
label8.AutoSize = true;
label8.Location = new Point(35, 367);
label8.Name = "label8";
label8.Size = new Size(51, 20);
label8.TabIndex = 15;
label8.Text = "Автор";
//
// button1
//
button1.Location = new Point(80, 421);
button1.Name = "button1";
button1.Size = new Size(94, 29);
button1.TabIndex = 16;
button1.Text = "Сохранить";
button1.UseVisualStyleBackColor = true;
button1.Click += button1_Click;
//
// button2
//
button2.Location = new Point(380, 421);
button2.Name = "button2";
button2.Size = new Size(94, 29);
button2.TabIndex = 17;
button2.Text = "Отмена";
button2.UseVisualStyleBackColor = true;
button2.Click += button2_Click;
//
// FormPhoto
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(566, 462);
Controls.Add(button2);
Controls.Add(button1);
Controls.Add(label8);
Controls.Add(label7);
Controls.Add(label6);
Controls.Add(label5);
Controls.Add(label4);
Controls.Add(label3);
Controls.Add(label2);
Controls.Add(label1);
Controls.Add(textBox4);
Controls.Add(dateTimePicker1);
Controls.Add(textBox3);
Controls.Add(textBox2);
Controls.Add(textBox1);
Controls.Add(comboBoxAuthor);
Controls.Add(comboBoxLocation);
Controls.Add(comboBoxAlbum);
Name = "FormPhoto";
Text = "FormPhoto";
Load += FormPhoto_Load;
ResumeLayout(false);
PerformLayout();
}
#endregion
private ComboBox comboBoxAlbum;
private ComboBox comboBoxLocation;
private ComboBox comboBoxAuthor;
private TextBox textBox1;
private TextBox textBox2;
private TextBox textBox3;
private DateTimePicker dateTimePicker1;
private TextBox textBox4;
private Label label1;
private Label label2;
private Label label3;
private Label label4;
private Label label5;
private Label label6;
private Label label7;
private Label label8;
private Button button1;
private Button button2;
}
}