SUBD_SportCompetitions/SportCompetitionsView/FormResult.Designer.cs

165 lines
4.1 KiB
C#

namespace SportCompetitionsView
{
partial class FormResult
{
/// <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()
{
buttonCanc = new Button();
button1 = new Button();
textBox = new TextBox();
label3 = new Label();
label4 = new Label();
comboBox2 = new ComboBox();
textBox1 = new TextBox();
label1 = new Label();
label2 = new Label();
comboBox1 = new ComboBox();
SuspendLayout();
//
// buttonCanc
//
buttonCanc.Location = new Point(238, 198);
buttonCanc.Name = "buttonCanc";
buttonCanc.Size = new Size(94, 40);
buttonCanc.TabIndex = 27;
buttonCanc.Text = "Отмена";
buttonCanc.UseVisualStyleBackColor = true;
buttonCanc.Click += buttonCancel_Click;
//
// button1
//
button1.Location = new Point(132, 198);
button1.Name = "button1";
button1.Size = new Size(100, 40);
button1.TabIndex = 26;
button1.Text = "Сохранить";
button1.UseVisualStyleBackColor = true;
button1.Click += buttonSave_Click;
//
// textBox
//
textBox.Location = new Point(132, 158);
textBox.Name = "textBox";
textBox.Size = new Size(200, 23);
textBox.TabIndex = 24;
//
// label3
//
label3.AutoSize = true;
label3.Location = new Point(36, 161);
label3.Name = "label3";
label3.Size = new Size(60, 15);
label3.TabIndex = 23;
label3.Text = "Значение";
//
// label4
//
label4.AutoSize = true;
label4.Location = new Point(36, 119);
label4.Name = "label4";
label4.Size = new Size(55, 15);
label4.TabIndex = 21;
label4.Text = "Команда";
//
// comboBox2
//
comboBox2.FormattingEnabled = true;
comboBox2.Location = new Point(132, 116);
comboBox2.Name = "comboBox2";
comboBox2.Size = new Size(200, 23);
comboBox2.TabIndex = 20;
//
// textBox1
//
textBox1.Location = new Point(132, 26);
textBox1.Name = "textBox1";
textBox1.Size = new Size(200, 23);
textBox1.TabIndex = 17;
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(36, 29);
label1.Name = "label1";
label1.Size = new Size(62, 15);
label1.TabIndex = 16;
label1.Text = "Описание";
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(36, 75);
label2.Name = "label2";
label2.Size = new Size(87, 15);
label2.TabIndex = 29;
label2.Text = "Соревнование";
//
// comboBox1
//
comboBox1.FormattingEnabled = true;
comboBox1.Location = new Point(132, 72);
comboBox1.Name = "comboBox1";
comboBox1.Size = new Size(200, 23);
comboBox1.TabIndex = 28;
//
// FormResult
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(395, 261);
Controls.Add(label2);
Controls.Add(comboBox1);
Controls.Add(buttonCanc);
Controls.Add(button1);
Controls.Add(textBox);
Controls.Add(label3);
Controls.Add(label4);
Controls.Add(comboBox2);
Controls.Add(textBox1);
Controls.Add(label1);
Name = "FormResult";
Text = "Результат";
Load += FormResult_Load;
Click += FormResult_Load;
ResumeLayout(false);
PerformLayout();
}
#endregion
private Button buttonCanc;
private Button button1;
private TextBox textBox;
private Label label3;
private Label label4;
private ComboBox comboBox2;
private TextBox textBox1;
private Label label1;
private Label label2;
private ComboBox comboBox1;
}
}