319 lines
12 KiB
C#
319 lines
12 KiB
C#
namespace ElectronicDiaryView
|
|
{
|
|
partial class FormLesson
|
|
{
|
|
/// <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()
|
|
{
|
|
buttonDelete = new Button();
|
|
buttonUpdate = new Button();
|
|
buttonCreate = new Button();
|
|
dataGridView = new DataGridView();
|
|
label2 = new Label();
|
|
comboBoxMark = new ComboBox();
|
|
checkBoxIsMissed = new CheckBox();
|
|
dateTimePickerDate = new DateTimePicker();
|
|
label3 = new Label();
|
|
label4 = new Label();
|
|
textBoxTeacherComment = new TextBox();
|
|
label1 = new Label();
|
|
comboBoxHomework = new ComboBox();
|
|
label5 = new Label();
|
|
comboBoxStudent = new ComboBox();
|
|
label6 = new Label();
|
|
comboBoxSubject = new ComboBox();
|
|
label7 = new Label();
|
|
comboBoxTeacher = new ComboBox();
|
|
label8 = new Label();
|
|
comboBoxStudyArea = new ComboBox();
|
|
label9 = new Label();
|
|
((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// buttonDelete
|
|
//
|
|
buttonDelete.Location = new Point(1255, 544);
|
|
buttonDelete.Name = "buttonDelete";
|
|
buttonDelete.Size = new Size(128, 30);
|
|
buttonDelete.TabIndex = 28;
|
|
buttonDelete.Text = "Удалить";
|
|
buttonDelete.UseVisualStyleBackColor = true;
|
|
buttonDelete.Click += ButtonDelete_Click;
|
|
//
|
|
// buttonUpdate
|
|
//
|
|
buttonUpdate.Location = new Point(1255, 495);
|
|
buttonUpdate.Name = "buttonUpdate";
|
|
buttonUpdate.Size = new Size(128, 30);
|
|
buttonUpdate.TabIndex = 27;
|
|
buttonUpdate.Text = "Изменить";
|
|
buttonUpdate.UseVisualStyleBackColor = true;
|
|
buttonUpdate.Click += ButtonUpdate_Click;
|
|
//
|
|
// buttonCreate
|
|
//
|
|
buttonCreate.Location = new Point(1255, 446);
|
|
buttonCreate.Name = "buttonCreate";
|
|
buttonCreate.Size = new Size(128, 30);
|
|
buttonCreate.TabIndex = 26;
|
|
buttonCreate.Text = "Добавить";
|
|
buttonCreate.UseVisualStyleBackColor = true;
|
|
buttonCreate.Click += ButtonCreate_Click;
|
|
//
|
|
// dataGridView
|
|
//
|
|
dataGridView.AllowUserToAddRows = false;
|
|
dataGridView.AllowUserToDeleteRows = false;
|
|
dataGridView.BackgroundColor = SystemColors.Window;
|
|
dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
dataGridView.Location = new Point(13, 14);
|
|
dataGridView.MultiSelect = false;
|
|
dataGridView.Name = "dataGridView";
|
|
dataGridView.RowTemplate.Height = 25;
|
|
dataGridView.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
|
|
dataGridView.Size = new Size(1081, 564);
|
|
dataGridView.TabIndex = 15;
|
|
dataGridView.CellClick += DataGridView_CellClick;
|
|
//
|
|
// label2
|
|
//
|
|
label2.AutoSize = true;
|
|
label2.Location = new Point(1116, 128);
|
|
label2.Name = "label2";
|
|
label2.Size = new Size(51, 15);
|
|
label2.TabIndex = 29;
|
|
label2.Text = "Оценка:";
|
|
//
|
|
// comboBoxMark
|
|
//
|
|
comboBoxMark.FormattingEnabled = true;
|
|
comboBoxMark.Location = new Point(1266, 125);
|
|
comboBoxMark.Name = "comboBoxMark";
|
|
comboBoxMark.Size = new Size(232, 23);
|
|
comboBoxMark.TabIndex = 30;
|
|
//
|
|
// checkBoxIsMissed
|
|
//
|
|
checkBoxIsMissed.AutoSize = true;
|
|
checkBoxIsMissed.Location = new Point(1266, 54);
|
|
checkBoxIsMissed.Name = "checkBoxIsMissed";
|
|
checkBoxIsMissed.Size = new Size(96, 19);
|
|
checkBoxIsMissed.TabIndex = 31;
|
|
checkBoxIsMissed.Text = "Пропущено.";
|
|
checkBoxIsMissed.UseVisualStyleBackColor = true;
|
|
//
|
|
// dateTimePickerDate
|
|
//
|
|
dateTimePickerDate.Location = new Point(1266, 14);
|
|
dateTimePickerDate.Name = "dateTimePickerDate";
|
|
dateTimePickerDate.Size = new Size(232, 23);
|
|
dateTimePickerDate.TabIndex = 32;
|
|
//
|
|
// label3
|
|
//
|
|
label3.AutoSize = true;
|
|
label3.Location = new Point(1116, 54);
|
|
label3.Name = "label3";
|
|
label3.Size = new Size(101, 15);
|
|
label3.TabIndex = 33;
|
|
label3.Text = "Статус пропуска:";
|
|
//
|
|
// label4
|
|
//
|
|
label4.AutoSize = true;
|
|
label4.Location = new Point(1116, 17);
|
|
label4.Name = "label4";
|
|
label4.Size = new Size(103, 15);
|
|
label4.TabIndex = 34;
|
|
label4.Text = "Дата проведения:";
|
|
//
|
|
// textBoxTeacherComment
|
|
//
|
|
textBoxTeacherComment.Location = new Point(1266, 88);
|
|
textBoxTeacherComment.Name = "textBoxTeacherComment";
|
|
textBoxTeacherComment.Size = new Size(232, 23);
|
|
textBoxTeacherComment.TabIndex = 36;
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Location = new Point(1116, 91);
|
|
label1.Name = "label1";
|
|
label1.Size = new Size(137, 15);
|
|
label1.TabIndex = 35;
|
|
label1.Text = "Комментарий учителя: ";
|
|
//
|
|
// comboBoxHomework
|
|
//
|
|
comboBoxHomework.FormattingEnabled = true;
|
|
comboBoxHomework.Location = new Point(1266, 162);
|
|
comboBoxHomework.Name = "comboBoxHomework";
|
|
comboBoxHomework.Size = new Size(232, 23);
|
|
comboBoxHomework.TabIndex = 38;
|
|
//
|
|
// label5
|
|
//
|
|
label5.AutoSize = true;
|
|
label5.Location = new Point(1116, 165);
|
|
label5.Name = "label5";
|
|
label5.Size = new Size(116, 15);
|
|
label5.TabIndex = 37;
|
|
label5.Text = "Домашнее задание:";
|
|
//
|
|
// comboBoxStudent
|
|
//
|
|
comboBoxStudent.FormattingEnabled = true;
|
|
comboBoxStudent.Location = new Point(1266, 199);
|
|
comboBoxStudent.Name = "comboBoxStudent";
|
|
comboBoxStudent.Size = new Size(232, 23);
|
|
comboBoxStudent.TabIndex = 40;
|
|
//
|
|
// label6
|
|
//
|
|
label6.AutoSize = true;
|
|
label6.Location = new Point(1116, 202);
|
|
label6.Name = "label6";
|
|
label6.Size = new Size(50, 15);
|
|
label6.TabIndex = 39;
|
|
label6.Text = "Ученик:";
|
|
//
|
|
// comboBoxSubject
|
|
//
|
|
comboBoxSubject.FormattingEnabled = true;
|
|
comboBoxSubject.Location = new Point(1266, 236);
|
|
comboBoxSubject.Name = "comboBoxSubject";
|
|
comboBoxSubject.Size = new Size(232, 23);
|
|
comboBoxSubject.TabIndex = 42;
|
|
//
|
|
// label7
|
|
//
|
|
label7.AutoSize = true;
|
|
label7.Location = new Point(1116, 239);
|
|
label7.Name = "label7";
|
|
label7.Size = new Size(58, 15);
|
|
label7.TabIndex = 41;
|
|
label7.Text = "Предмет:";
|
|
//
|
|
// comboBoxTeacher
|
|
//
|
|
comboBoxTeacher.FormattingEnabled = true;
|
|
comboBoxTeacher.Location = new Point(1266, 273);
|
|
comboBoxTeacher.Name = "comboBoxTeacher";
|
|
comboBoxTeacher.Size = new Size(232, 23);
|
|
comboBoxTeacher.TabIndex = 44;
|
|
//
|
|
// label8
|
|
//
|
|
label8.AutoSize = true;
|
|
label8.Location = new Point(1116, 276);
|
|
label8.Name = "label8";
|
|
label8.Size = new Size(55, 15);
|
|
label8.TabIndex = 43;
|
|
label8.Text = "Учитель:";
|
|
//
|
|
// comboBoxStudyArea
|
|
//
|
|
comboBoxStudyArea.FormattingEnabled = true;
|
|
comboBoxStudyArea.Location = new Point(1266, 310);
|
|
comboBoxStudyArea.Name = "comboBoxStudyArea";
|
|
comboBoxStudyArea.Size = new Size(232, 23);
|
|
comboBoxStudyArea.TabIndex = 46;
|
|
//
|
|
// label9
|
|
//
|
|
label9.AutoSize = true;
|
|
label9.Location = new Point(1116, 313);
|
|
label9.Name = "label9";
|
|
label9.Size = new Size(113, 15);
|
|
label9.TabIndex = 45;
|
|
label9.Text = "Место проведения:";
|
|
//
|
|
// FormLesson
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(1510, 582);
|
|
Controls.Add(comboBoxStudyArea);
|
|
Controls.Add(label9);
|
|
Controls.Add(comboBoxTeacher);
|
|
Controls.Add(label8);
|
|
Controls.Add(comboBoxSubject);
|
|
Controls.Add(label7);
|
|
Controls.Add(comboBoxStudent);
|
|
Controls.Add(label6);
|
|
Controls.Add(comboBoxHomework);
|
|
Controls.Add(label5);
|
|
Controls.Add(textBoxTeacherComment);
|
|
Controls.Add(label1);
|
|
Controls.Add(label4);
|
|
Controls.Add(label3);
|
|
Controls.Add(dateTimePickerDate);
|
|
Controls.Add(checkBoxIsMissed);
|
|
Controls.Add(comboBoxMark);
|
|
Controls.Add(label2);
|
|
Controls.Add(buttonDelete);
|
|
Controls.Add(buttonUpdate);
|
|
Controls.Add(buttonCreate);
|
|
Controls.Add(dataGridView);
|
|
Name = "FormLesson";
|
|
StartPosition = FormStartPosition.CenterScreen;
|
|
Text = "Уроки";
|
|
Load += FormLesson_Load;
|
|
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Button buttonDelete;
|
|
private Button buttonUpdate;
|
|
private Button buttonCreate;
|
|
private ComboBox comboBoxBodyType;
|
|
private TextBox textBoxSeats;
|
|
private TextBox textBoxYear;
|
|
private TextBox textBoxModel;
|
|
private Label label5;
|
|
private DataGridView dataGridView;
|
|
private Label label2;
|
|
private ComboBox comboBoxMark;
|
|
private CheckBox checkBoxIsMissed;
|
|
private DateTimePicker dateTimePickerDate;
|
|
private Label label3;
|
|
private Label label4;
|
|
private TextBox textBoxTeacherComment;
|
|
private Label label1;
|
|
private ComboBox comboBoxHomework;
|
|
private ComboBox comboBoxStudent;
|
|
private Label label6;
|
|
private ComboBox comboBoxSubject;
|
|
private Label label7;
|
|
private ComboBox comboBoxTeacher;
|
|
private Label label8;
|
|
private ComboBox comboBoxStudyArea;
|
|
private Label label9;
|
|
}
|
|
} |