239 lines
8.7 KiB
C#
239 lines
8.7 KiB
C#
|
|
|||
|
namespace Diplom_O.SupportForms
|
|||
|
{
|
|||
|
partial class LearnForm
|
|||
|
{
|
|||
|
/// <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()
|
|||
|
{
|
|||
|
this.nameBox = new System.Windows.Forms.TextBox();
|
|||
|
this.typeBox = new System.Windows.Forms.TextBox();
|
|||
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|||
|
this.errorLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|||
|
this.workButton = new System.Windows.Forms.Button();
|
|||
|
this.canceledButton = new System.Windows.Forms.Button();
|
|||
|
this.specBox = new System.Windows.Forms.TextBox();
|
|||
|
this.label = new System.Windows.Forms.Label();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
this.label5 = new System.Windows.Forms.Label();
|
|||
|
this.dateBox = new System.Windows.Forms.DateTimePicker();
|
|||
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|||
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
this.statusStrip1.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// nameBox
|
|||
|
//
|
|||
|
this.nameBox.Location = new System.Drawing.Point(104, 12);
|
|||
|
this.nameBox.Name = "nameBox";
|
|||
|
this.nameBox.Size = new System.Drawing.Size(216, 20);
|
|||
|
this.nameBox.TabIndex = 0;
|
|||
|
//
|
|||
|
// typeBox
|
|||
|
//
|
|||
|
this.typeBox.Location = new System.Drawing.Point(104, 38);
|
|||
|
this.typeBox.Name = "typeBox";
|
|||
|
this.typeBox.Size = new System.Drawing.Size(216, 20);
|
|||
|
this.typeBox.TabIndex = 1;
|
|||
|
//
|
|||
|
// statusStrip1
|
|||
|
//
|
|||
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.errorLabel});
|
|||
|
this.statusStrip1.Location = new System.Drawing.Point(0, 202);
|
|||
|
this.statusStrip1.Name = "statusStrip1";
|
|||
|
this.statusStrip1.Size = new System.Drawing.Size(332, 22);
|
|||
|
this.statusStrip1.TabIndex = 2;
|
|||
|
this.statusStrip1.Text = "statusStrip1";
|
|||
|
//
|
|||
|
// errorLabel
|
|||
|
//
|
|||
|
this.errorLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
|
|||
|
this.errorLabel.ForeColor = System.Drawing.Color.Red;
|
|||
|
this.errorLabel.Name = "errorLabel";
|
|||
|
this.errorLabel.Size = new System.Drawing.Size(57, 17);
|
|||
|
this.errorLabel.Text = "Ошибка.";
|
|||
|
this.errorLabel.Visible = false;
|
|||
|
//
|
|||
|
// workButton
|
|||
|
//
|
|||
|
this.workButton.Location = new System.Drawing.Point(245, 168);
|
|||
|
this.workButton.Name = "workButton";
|
|||
|
this.workButton.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.workButton.TabIndex = 9;
|
|||
|
this.workButton.Text = "Добавить";
|
|||
|
this.workButton.UseVisualStyleBackColor = true;
|
|||
|
this.workButton.Click += new System.EventHandler(this.workButton_Click);
|
|||
|
//
|
|||
|
// canceledButton
|
|||
|
//
|
|||
|
this.canceledButton.Location = new System.Drawing.Point(164, 168);
|
|||
|
this.canceledButton.Name = "canceledButton";
|
|||
|
this.canceledButton.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.canceledButton.TabIndex = 10;
|
|||
|
this.canceledButton.Text = "Отмена";
|
|||
|
this.canceledButton.UseVisualStyleBackColor = true;
|
|||
|
this.canceledButton.Click += new System.EventHandler(this.canceledButton_Click);
|
|||
|
//
|
|||
|
// specBox
|
|||
|
//
|
|||
|
this.specBox.Location = new System.Drawing.Point(104, 64);
|
|||
|
this.specBox.Name = "specBox";
|
|||
|
this.specBox.Size = new System.Drawing.Size(216, 20);
|
|||
|
this.specBox.TabIndex = 2;
|
|||
|
//
|
|||
|
// label
|
|||
|
//
|
|||
|
this.label.AutoSize = true;
|
|||
|
this.label.Location = new System.Drawing.Point(43, 15);
|
|||
|
this.label.Name = "label";
|
|||
|
this.label.Size = new System.Drawing.Size(55, 13);
|
|||
|
this.label.TabIndex = 29;
|
|||
|
this.label.Text = "Обр. учр.:";
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.AutoSize = true;
|
|||
|
this.label2.Location = new System.Drawing.Point(44, 41);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(54, 13);
|
|||
|
this.label2.TabIndex = 30;
|
|||
|
this.label2.Text = "Уровень:";
|
|||
|
//
|
|||
|
// label3
|
|||
|
//
|
|||
|
this.label3.AutoSize = true;
|
|||
|
this.label3.Location = new System.Drawing.Point(60, 67);
|
|||
|
this.label3.Name = "label3";
|
|||
|
this.label3.Size = new System.Drawing.Size(38, 13);
|
|||
|
this.label3.TabIndex = 31;
|
|||
|
this.label3.Text = "Спец.:";
|
|||
|
//
|
|||
|
// label5
|
|||
|
//
|
|||
|
this.label5.AutoSize = true;
|
|||
|
this.label5.Location = new System.Drawing.Point(6, 145);
|
|||
|
this.label5.Name = "label5";
|
|||
|
this.label5.Size = new System.Drawing.Size(92, 13);
|
|||
|
this.label5.TabIndex = 33;
|
|||
|
this.label5.Text = "Дата окончания:";
|
|||
|
//
|
|||
|
// dateBox
|
|||
|
//
|
|||
|
this.dateBox.CustomFormat = "yyyy.MM.dd";
|
|||
|
this.dateBox.Location = new System.Drawing.Point(104, 142);
|
|||
|
this.dateBox.Name = "dateBox";
|
|||
|
this.dateBox.Size = new System.Drawing.Size(216, 20);
|
|||
|
this.dateBox.TabIndex = 4;
|
|||
|
//
|
|||
|
// textBox1
|
|||
|
//
|
|||
|
this.textBox1.Location = new System.Drawing.Point(104, 90);
|
|||
|
this.textBox1.Name = "textBox1";
|
|||
|
this.textBox1.Size = new System.Drawing.Size(216, 20);
|
|||
|
this.textBox1.TabIndex = 34;
|
|||
|
//
|
|||
|
// textBox2
|
|||
|
//
|
|||
|
this.textBox2.Location = new System.Drawing.Point(104, 116);
|
|||
|
this.textBox2.Name = "textBox2";
|
|||
|
this.textBox2.Size = new System.Drawing.Size(216, 20);
|
|||
|
this.textBox2.TabIndex = 35;
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoSize = true;
|
|||
|
this.label1.Location = new System.Drawing.Point(64, 93);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(34, 13);
|
|||
|
this.label1.TabIndex = 36;
|
|||
|
this.label1.Text = "Курс:";
|
|||
|
//
|
|||
|
// label4
|
|||
|
//
|
|||
|
this.label4.AutoSize = true;
|
|||
|
this.label4.Location = new System.Drawing.Point(21, 119);
|
|||
|
this.label4.Name = "label4";
|
|||
|
this.label4.Size = new System.Drawing.Size(77, 13);
|
|||
|
this.label4.TabIndex = 37;
|
|||
|
this.label4.Text = "Проф. переп.:";
|
|||
|
//
|
|||
|
// LearnForm
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(332, 224);
|
|||
|
this.ControlBox = false;
|
|||
|
this.Controls.Add(this.label4);
|
|||
|
this.Controls.Add(this.label1);
|
|||
|
this.Controls.Add(this.textBox2);
|
|||
|
this.Controls.Add(this.textBox1);
|
|||
|
this.Controls.Add(this.dateBox);
|
|||
|
this.Controls.Add(this.label5);
|
|||
|
this.Controls.Add(this.label3);
|
|||
|
this.Controls.Add(this.label2);
|
|||
|
this.Controls.Add(this.label);
|
|||
|
this.Controls.Add(this.specBox);
|
|||
|
this.Controls.Add(this.canceledButton);
|
|||
|
this.Controls.Add(this.workButton);
|
|||
|
this.Controls.Add(this.statusStrip1);
|
|||
|
this.Controls.Add(this.typeBox);
|
|||
|
this.Controls.Add(this.nameBox);
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.MinimizeBox = false;
|
|||
|
this.Name = "LearnForm";
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|||
|
this.Text = "Образование";
|
|||
|
this.statusStrip1.ResumeLayout(false);
|
|||
|
this.statusStrip1.PerformLayout();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.TextBox nameBox;
|
|||
|
private System.Windows.Forms.TextBox typeBox;
|
|||
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|||
|
private System.Windows.Forms.ToolStripStatusLabel errorLabel;
|
|||
|
private System.Windows.Forms.Button workButton;
|
|||
|
private System.Windows.Forms.Button canceledButton;
|
|||
|
private System.Windows.Forms.TextBox specBox;
|
|||
|
private System.Windows.Forms.Label label;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private System.Windows.Forms.Label label3;
|
|||
|
private System.Windows.Forms.Label label5;
|
|||
|
private System.Windows.Forms.DateTimePicker dateBox;
|
|||
|
private System.Windows.Forms.TextBox textBox1;
|
|||
|
private System.Windows.Forms.TextBox textBox2;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private System.Windows.Forms.Label label4;
|
|||
|
}
|
|||
|
}
|