185 lines
4.6 KiB
C#

namespace SportCompetitionsView
{
partial class FormRecord
{
/// <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()
{
textBox2 = new TextBox();
label1 = new Label();
textBox1 = new TextBox();
label2 = new Label();
label4 = new Label();
comboBoxMember = new ComboBox();
dateTimePicker1 = new DateTimePicker();
textBox3 = new TextBox();
label3 = new Label();
label5 = new Label();
buttonCanc = new Button();
button1 = new Button();
SuspendLayout();
//
// textBox2
//
textBox2.Location = new Point(123, 24);
textBox2.Name = "textBox2";
textBox2.Size = new Size(200, 23);
textBox2.TabIndex = 3;
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(27, 27);
label1.Name = "label1";
label1.Size = new Size(59, 15);
label1.TabIndex = 2;
label1.Text = "Название";
//
// textBox1
//
textBox1.Location = new Point(123, 68);
textBox1.Name = "textBox1";
textBox1.Size = new Size(200, 23);
textBox1.TabIndex = 5;
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(27, 71);
label2.Name = "label2";
label2.Size = new Size(62, 15);
label2.TabIndex = 4;
label2.Text = "Описание";
//
// label4
//
label4.AutoSize = true;
label4.Location = new Point(27, 117);
label4.Name = "label4";
label4.Size = new Size(58, 15);
label4.TabIndex = 9;
label4.Text = "Участник";
//
// comboBoxMember
//
comboBoxMember.FormattingEnabled = true;
comboBoxMember.Location = new Point(123, 114);
comboBoxMember.Name = "comboBoxMember";
comboBoxMember.Size = new Size(200, 23);
comboBoxMember.TabIndex = 8;
//
// dateTimePicker1
//
dateTimePicker1.Location = new Point(123, 153);
dateTimePicker1.Name = "dateTimePicker1";
dateTimePicker1.Size = new Size(200, 23);
dateTimePicker1.TabIndex = 13;
//
// textBox3
//
textBox3.Location = new Point(123, 196);
textBox3.Name = "textBox3";
textBox3.Size = new Size(200, 23);
textBox3.TabIndex = 12;
//
// label3
//
label3.AutoSize = true;
label3.Location = new Point(27, 199);
label3.Name = "label3";
label3.Size = new Size(60, 15);
label3.TabIndex = 11;
label3.Text = "Значение";
//
// label5
//
label5.AutoSize = true;
label5.Location = new Point(6, 159);
label5.Name = "label5";
label5.Size = new Size(111, 15);
label5.TabIndex = 10;
label5.Text = "Дата установления";
//
// buttonCanc
//
buttonCanc.Location = new Point(229, 236);
buttonCanc.Name = "buttonCanc";
buttonCanc.Size = new Size(94, 40);
buttonCanc.TabIndex = 15;
buttonCanc.Text = "Отмена";
buttonCanc.UseVisualStyleBackColor = true;
buttonCanc.Click += buttonCancel_Click;
//
// button1
//
button1.Location = new Point(123, 236);
button1.Name = "button1";
button1.Size = new Size(100, 40);
button1.TabIndex = 14;
button1.Text = "Сохранить";
button1.UseVisualStyleBackColor = true;
button1.Click += buttonSave_Click;
//
// FormRecord
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(355, 310);
Controls.Add(buttonCanc);
Controls.Add(button1);
Controls.Add(dateTimePicker1);
Controls.Add(textBox3);
Controls.Add(label3);
Controls.Add(label5);
Controls.Add(label4);
Controls.Add(comboBoxMember);
Controls.Add(textBox1);
Controls.Add(label2);
Controls.Add(textBox2);
Controls.Add(label1);
Name = "FormRecord";
Text = "Рекорд";
Load += FormRecord_Load;
ResumeLayout(false);
PerformLayout();
}
#endregion
private TextBox textBox2;
private Label label1;
private TextBox textBox1;
private Label label2;
private Label label4;
private ComboBox comboBoxMember;
private DateTimePicker dateTimePicker1;
private TextBox textBox3;
private Label label3;
private Label label5;
private Button buttonCanc;
private Button button1;
}
}