| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301 |
- namespace DeanOfficeApp
- {
- partial class GradeForm
- {
- private System.ComponentModel.IContainer components = null;
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- components.Dispose();
- base.Dispose(disposing);
- }
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelHeader = new Guna.UI2.WinForms.Guna2Panel();
- this.lblTitle = new Guna.UI2.WinForms.Guna2HtmlLabel();
- this.panelContent = new Guna.UI2.WinForms.Guna2Panel();
- this.txtSearchStudent = new Guna.UI2.WinForms.Guna2TextBox();
- this.btnRefresh = new Guna.UI2.WinForms.Guna2Button();
- this.btnSave = new Guna.UI2.WinForms.Guna2Button();
- this.dtpExamDate = new Guna.UI2.WinForms.Guna2DateTimePicker();
- this.nudGrade = new Guna.UI2.WinForms.Guna2NumericUpDown();
- this.lblGrade = new Guna.UI2.WinForms.Guna2HtmlLabel();
- this.lblDate = new Guna.UI2.WinForms.Guna2HtmlLabel();
- this.dgvStudents = new Guna.UI2.WinForms.Guna2DataGridView();
- this.cmbSemester = new Guna.UI2.WinForms.Guna2ComboBox();
- this.cmbDiscipline = new Guna.UI2.WinForms.Guna2ComboBox();
- this.cmbGroup = new Guna.UI2.WinForms.Guna2ComboBox();
- this.lblSemester = new Guna.UI2.WinForms.Guna2HtmlLabel();
- this.lblDiscipline = new Guna.UI2.WinForms.Guna2HtmlLabel();
- this.lblGroup = new Guna.UI2.WinForms.Guna2HtmlLabel();
- this.panelHeader.SuspendLayout();
- this.panelContent.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nudGrade)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvStudents)).BeginInit();
- this.SuspendLayout();
- // panelHeader
- this.panelHeader.BackColor = System.Drawing.Color.FromArgb(52, 73, 94);
- this.panelHeader.Controls.Add(this.lblTitle);
- this.panelHeader.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelHeader.Location = new System.Drawing.Point(0, 0);
- this.panelHeader.Name = "panelHeader";
- this.panelHeader.Size = new System.Drawing.Size(900, 60);
- this.panelHeader.TabIndex = 0;
- // lblTitle
- this.lblTitle.BackColor = System.Drawing.Color.Transparent;
- this.lblTitle.Font = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Bold);
- this.lblTitle.ForeColor = System.Drawing.Color.White;
- this.lblTitle.Location = new System.Drawing.Point(20, 15);
- this.lblTitle.Name = "lblTitle";
- this.lblTitle.Size = new System.Drawing.Size(283, 34);
- this.lblTitle.TabIndex = 0;
- this.lblTitle.Text = "Успеваемость / Оценки";
- // panelContent
- this.panelContent.BackColor = System.Drawing.Color.FromArgb(240, 242, 245);
- this.panelContent.Controls.Add(this.txtSearchStudent);
- this.panelContent.Controls.Add(this.btnRefresh);
- this.panelContent.Controls.Add(this.btnSave);
- this.panelContent.Controls.Add(this.dtpExamDate);
- this.panelContent.Controls.Add(this.nudGrade);
- this.panelContent.Controls.Add(this.lblGrade);
- this.panelContent.Controls.Add(this.lblDate);
- this.panelContent.Controls.Add(this.dgvStudents);
- this.panelContent.Controls.Add(this.cmbSemester);
- this.panelContent.Controls.Add(this.cmbDiscipline);
- this.panelContent.Controls.Add(this.cmbGroup);
- this.panelContent.Controls.Add(this.lblSemester);
- this.panelContent.Controls.Add(this.lblDiscipline);
- this.panelContent.Controls.Add(this.lblGroup);
- this.panelContent.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelContent.Location = new System.Drawing.Point(0, 60);
- this.panelContent.Name = "panelContent";
- this.panelContent.Size = new System.Drawing.Size(900, 540);
- this.panelContent.TabIndex = 1;
- // txtSearchStudent
- this.txtSearchStudent.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txtSearchStudent.DefaultText = "";
- this.txtSearchStudent.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.txtSearchStudent.Location = new System.Drawing.Point(640, 480);
- this.txtSearchStudent.Name = "txtSearchStudent";
- this.txtSearchStudent.PlaceholderText = "🔍 Поиск по фамилии студента...";
- this.txtSearchStudent.Size = new System.Drawing.Size(240, 36);
- this.txtSearchStudent.TabIndex = 13;
- this.txtSearchStudent.TextChanged += new System.EventHandler(this.txtSearchStudent_TextChanged);
- // btnRefresh
- this.btnRefresh.BorderRadius = 10;
- this.btnRefresh.FillColor = System.Drawing.Color.FromArgb(52, 73, 94);
- this.btnRefresh.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
- this.btnRefresh.ForeColor = System.Drawing.Color.White;
- this.btnRefresh.Location = new System.Drawing.Point(500, 480);
- this.btnRefresh.Name = "btnRefresh";
- this.btnRefresh.Size = new System.Drawing.Size(110, 40);
- this.btnRefresh.TabIndex = 12;
- this.btnRefresh.Text = "Обновить";
- this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
- // btnSave (без изменений)
- this.btnSave.BorderRadius = 10;
- this.btnSave.FillColor = System.Drawing.Color.FromArgb(40, 167, 69);
- this.btnSave.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.Location = new System.Drawing.Point(330, 480);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(130, 40);
- this.btnSave.TabIndex = 11;
- this.btnSave.Text = "Сохранить";
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- // dtpExamDate (без изменений)
- this.dtpExamDate.BorderRadius = 8;
- this.dtpExamDate.Checked = true;
- this.dtpExamDate.FillColor = System.Drawing.Color.White;
- this.dtpExamDate.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.dtpExamDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
- this.dtpExamDate.Location = new System.Drawing.Point(130, 485);
- this.dtpExamDate.MaxDate = new System.DateTime(2030, 12, 31, 0, 0, 0, 0);
- this.dtpExamDate.MinDate = new System.DateTime(2020, 1, 1, 0, 0, 0, 0);
- this.dtpExamDate.Name = "dtpExamDate";
- this.dtpExamDate.Size = new System.Drawing.Size(150, 36);
- this.dtpExamDate.TabIndex = 10;
- this.dtpExamDate.Value = new System.DateTime(2025, 6, 12, 0, 0, 0, 0);
- // nudGrade (без изменений)
- this.nudGrade.BackColor = System.Drawing.Color.Transparent;
- this.nudGrade.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.nudGrade.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.nudGrade.Location = new System.Drawing.Point(20, 485);
- this.nudGrade.Maximum = 5;
- this.nudGrade.Minimum = 2;
- this.nudGrade.Name = "nudGrade";
- this.nudGrade.Size = new System.Drawing.Size(80, 36);
- this.nudGrade.TabIndex = 8;
- this.nudGrade.Value = 2;
- // lblGrade
- this.lblGrade.BackColor = System.Drawing.Color.Transparent;
- this.lblGrade.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
- this.lblGrade.Location = new System.Drawing.Point(20, 460);
- this.lblGrade.Name = "lblGrade";
- this.lblGrade.Size = new System.Drawing.Size(54, 19);
- this.lblGrade.TabIndex = 7;
- this.lblGrade.Text = "Оценка:";
- // lblDate
- this.lblDate.BackColor = System.Drawing.Color.Transparent;
- this.lblDate.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
- this.lblDate.Location = new System.Drawing.Point(130, 460);
- this.lblDate.Name = "lblDate";
- this.lblDate.Size = new System.Drawing.Size(78, 19);
- this.lblDate.TabIndex = 9;
- this.lblDate.Text = "Дата сдачи:";
- // dgvStudents (без изменений)
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.White;
- this.dgvStudents.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(52, 73, 94);
- dataGridViewCellStyle2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(52, 73, 94);
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvStudents.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvStudents.ColumnHeadersHeight = 40;
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("Segoe UI", 9F);
- dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(64, 64, 64);
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(229, 241, 251);
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.Black;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvStudents.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgvStudents.GridColor = System.Drawing.Color.FromArgb(230, 230, 230);
- this.dgvStudents.Location = new System.Drawing.Point(20, 100);
- this.dgvStudents.Name = "dgvStudents";
- this.dgvStudents.ReadOnly = true;
- this.dgvStudents.RowHeadersVisible = false;
- this.dgvStudents.RowTemplate.Height = 30;
- this.dgvStudents.Size = new System.Drawing.Size(860, 340);
- this.dgvStudents.TabIndex = 6;
- this.dgvStudents.SelectionChanged += new System.EventHandler(this.dgvStudents_SelectionChanged);
- // cmbSemester
- this.cmbSemester.BackColor = System.Drawing.Color.Transparent;
- this.cmbSemester.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
- this.cmbSemester.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbSemester.FocusedColor = System.Drawing.Color.FromArgb(94, 148, 255);
- this.cmbSemester.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.cmbSemester.ForeColor = System.Drawing.Color.FromArgb(68, 88, 112);
- this.cmbSemester.ItemHeight = 30;
- this.cmbSemester.Items.AddRange(new object[] { "1", "2", "3", "4", "5", "6", "7", "8" });
- this.cmbSemester.Location = new System.Drawing.Point(580, 45);
- this.cmbSemester.Name = "cmbSemester";
- this.cmbSemester.Size = new System.Drawing.Size(120, 36);
- this.cmbSemester.TabIndex = 5;
- this.cmbSemester.SelectedIndexChanged += new System.EventHandler(this.cmbSemester_SelectedIndexChanged);
- // cmbDiscipline
- this.cmbDiscipline.BackColor = System.Drawing.Color.Transparent;
- this.cmbDiscipline.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
- this.cmbDiscipline.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbDiscipline.FocusedColor = System.Drawing.Color.FromArgb(94, 148, 255);
- this.cmbDiscipline.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.cmbDiscipline.ForeColor = System.Drawing.Color.FromArgb(68, 88, 112);
- this.cmbDiscipline.ItemHeight = 30;
- this.cmbDiscipline.Location = new System.Drawing.Point(300, 45);
- this.cmbDiscipline.Name = "cmbDiscipline";
- this.cmbDiscipline.Size = new System.Drawing.Size(250, 36);
- this.cmbDiscipline.TabIndex = 3;
- this.cmbDiscipline.SelectedIndexChanged += new System.EventHandler(this.cmbDiscipline_SelectedIndexChanged);
- // cmbGroup
- this.cmbGroup.BackColor = System.Drawing.Color.Transparent;
- this.cmbGroup.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
- this.cmbGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbGroup.FocusedColor = System.Drawing.Color.FromArgb(94, 148, 255);
- this.cmbGroup.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.cmbGroup.ForeColor = System.Drawing.Color.FromArgb(68, 88, 112);
- this.cmbGroup.ItemHeight = 30;
- this.cmbGroup.Location = new System.Drawing.Point(20, 45);
- this.cmbGroup.Name = "cmbGroup";
- this.cmbGroup.Size = new System.Drawing.Size(250, 36);
- this.cmbGroup.TabIndex = 1;
- this.cmbGroup.SelectedIndexChanged += new System.EventHandler(this.cmbGroup_SelectedIndexChanged);
- // lblSemester
- this.lblSemester.BackColor = System.Drawing.Color.Transparent;
- this.lblSemester.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
- this.lblSemester.Location = new System.Drawing.Point(580, 20);
- this.lblSemester.Name = "lblSemester";
- this.lblSemester.Size = new System.Drawing.Size(59, 19);
- this.lblSemester.TabIndex = 4;
- this.lblSemester.Text = "Семестр:";
- // lblDiscipline
- this.lblDiscipline.BackColor = System.Drawing.Color.Transparent;
- this.lblDiscipline.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
- this.lblDiscipline.Location = new System.Drawing.Point(300, 20);
- this.lblDiscipline.Name = "lblDiscipline";
- this.lblDiscipline.Size = new System.Drawing.Size(86, 19);
- this.lblDiscipline.TabIndex = 2;
- this.lblDiscipline.Text = "Дисциплина:";
- // lblGroup
- this.lblGroup.BackColor = System.Drawing.Color.Transparent;
- this.lblGroup.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
- this.lblGroup.Location = new System.Drawing.Point(20, 20);
- this.lblGroup.Name = "lblGroup";
- this.lblGroup.Size = new System.Drawing.Size(52, 19);
- this.lblGroup.TabIndex = 0;
- this.lblGroup.Text = "Группа:";
- // GradeForm
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(240, 242, 245);
- this.ClientSize = new System.Drawing.Size(900, 600);
- this.Controls.Add(this.panelContent);
- this.Controls.Add(this.panelHeader);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.MaximizeBox = false;
- this.Name = "GradeForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "Управление успеваемостью";
- this.panelHeader.ResumeLayout(false);
- this.panelHeader.PerformLayout();
- this.panelContent.ResumeLayout(false);
- this.panelContent.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nudGrade)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvStudents)).EndInit();
- this.ResumeLayout(false);
- }
- // Поля компонентов
- private Guna.UI2.WinForms.Guna2Panel panelHeader;
- private Guna.UI2.WinForms.Guna2HtmlLabel lblTitle;
- private Guna.UI2.WinForms.Guna2Panel panelContent;
- private Guna.UI2.WinForms.Guna2ComboBox cmbGroup;
- private Guna.UI2.WinForms.Guna2ComboBox cmbDiscipline;
- private Guna.UI2.WinForms.Guna2ComboBox cmbSemester;
- private Guna.UI2.WinForms.Guna2DataGridView dgvStudents;
- private Guna.UI2.WinForms.Guna2HtmlLabel lblGroup;
- private Guna.UI2.WinForms.Guna2HtmlLabel lblDiscipline;
- private Guna.UI2.WinForms.Guna2HtmlLabel lblSemester;
- private Guna.UI2.WinForms.Guna2HtmlLabel lblGrade;
- private Guna.UI2.WinForms.Guna2HtmlLabel lblDate;
- private Guna.UI2.WinForms.Guna2NumericUpDown nudGrade;
- private Guna.UI2.WinForms.Guna2DateTimePicker dtpExamDate;
- private Guna.UI2.WinForms.Guna2Button btnSave;
- private Guna.UI2.WinForms.Guna2Button btnRefresh; // добавлено
- private Guna.UI2.WinForms.Guna2TextBox txtSearchStudent; // добавлено
- }
- }
|