141 lines
3.5 KiB
C#
141 lines
3.5 KiB
C#
namespace View
|
|
{
|
|
partial class FormComment
|
|
{
|
|
/// <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()
|
|
{
|
|
dateTimePicker1 = new DateTimePicker();
|
|
textBox1 = new TextBox();
|
|
comboBoxPhoto = new ComboBox();
|
|
button1 = new Button();
|
|
button2 = new Button();
|
|
label1 = new Label();
|
|
label2 = new Label();
|
|
label3 = new Label();
|
|
SuspendLayout();
|
|
//
|
|
// dateTimePicker1
|
|
//
|
|
dateTimePicker1.Location = new Point(219, 24);
|
|
dateTimePicker1.Name = "dateTimePicker1";
|
|
dateTimePicker1.Size = new Size(310, 27);
|
|
dateTimePicker1.TabIndex = 0;
|
|
//
|
|
// textBox1
|
|
//
|
|
textBox1.Location = new Point(219, 74);
|
|
textBox1.Name = "textBox1";
|
|
textBox1.Size = new Size(310, 27);
|
|
textBox1.TabIndex = 1;
|
|
//
|
|
// comboBoxPhoto
|
|
//
|
|
comboBoxPhoto.FormattingEnabled = true;
|
|
comboBoxPhoto.Location = new Point(219, 127);
|
|
comboBoxPhoto.Name = "comboBoxPhoto";
|
|
comboBoxPhoto.Size = new Size(310, 28);
|
|
comboBoxPhoto.TabIndex = 2;
|
|
//
|
|
// button1
|
|
//
|
|
button1.Location = new Point(91, 181);
|
|
button1.Name = "button1";
|
|
button1.Size = new Size(94, 29);
|
|
button1.TabIndex = 3;
|
|
button1.Text = "Сохранить";
|
|
button1.UseVisualStyleBackColor = true;
|
|
button1.Click += button1_Click;
|
|
//
|
|
// button2
|
|
//
|
|
button2.Location = new Point(371, 181);
|
|
button2.Name = "button2";
|
|
button2.Size = new Size(94, 29);
|
|
button2.TabIndex = 4;
|
|
button2.Text = "Отмена";
|
|
button2.UseVisualStyleBackColor = true;
|
|
button2.Click += button2_Click;
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Location = new Point(41, 29);
|
|
label1.Name = "label1";
|
|
label1.Size = new Size(140, 20);
|
|
label1.TabIndex = 5;
|
|
label1.Text = "Дата комментария";
|
|
//
|
|
// label2
|
|
//
|
|
label2.AutoSize = true;
|
|
label2.Location = new Point(41, 77);
|
|
label2.Name = "label2";
|
|
label2.Size = new Size(65, 20);
|
|
label2.TabIndex = 6;
|
|
label2.Text = "Контент";
|
|
//
|
|
// label3
|
|
//
|
|
label3.AutoSize = true;
|
|
label3.Location = new Point(41, 130);
|
|
label3.Name = "label3";
|
|
label3.Size = new Size(144, 20);
|
|
label3.TabIndex = 7;
|
|
label3.Text = "Выбор фотография";
|
|
//
|
|
// FormComment
|
|
//
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(541, 222);
|
|
Controls.Add(label3);
|
|
Controls.Add(label2);
|
|
Controls.Add(label1);
|
|
Controls.Add(button2);
|
|
Controls.Add(button1);
|
|
Controls.Add(comboBoxPhoto);
|
|
Controls.Add(textBox1);
|
|
Controls.Add(dateTimePicker1);
|
|
Name = "FormComment";
|
|
Text = "FormComment";
|
|
Load += FormComment_Load;
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DateTimePicker dateTimePicker1;
|
|
private TextBox textBox1;
|
|
private ComboBox comboBoxPhoto;
|
|
private Button button1;
|
|
private Button button2;
|
|
private Label label1;
|
|
private Label label2;
|
|
private Label label3;
|
|
}
|
|
} |