| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352 |
- namespace DeanOfficeApp
- {
- partial class AssignmentForm
- {
- 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.txtSearch = new Guna.UI2.WinForms.Guna2TextBox();
- this.btnRefresh = new Guna.UI2.WinForms.Guna2Button();
- this.btnDelete = new Guna.UI2.WinForms.Guna2Button();
- this.btnUpdate = new Guna.UI2.WinForms.Guna2Button();
- this.btnAdd = new Guna.UI2.WinForms.Guna2Button();
- this.cmbSemester = new Guna.UI2.WinForms.Guna2ComboBox();
- this.cmbTeacher = 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.lblTeacher = new Guna.UI2.WinForms.Guna2HtmlLabel();
- this.lblDiscipline = new Guna.UI2.WinForms.Guna2HtmlLabel();
- this.lblGroup = new Guna.UI2.WinForms.Guna2HtmlLabel();
- this.dgvAssignments = new Guna.UI2.WinForms.Guna2DataGridView();
- this.panelHeader.SuspendLayout();
- this.panelContent.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvAssignments)).BeginInit();
- this.SuspendLayout();
- //
- // panelHeader
- //
- this.panelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(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(1000, 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(344, 34);
- this.lblTitle.TabIndex = 0;
- this.lblTitle.Text = "Редактирование расписания";
- //
- // panelContent
- //
- this.panelContent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(242)))), ((int)(((byte)(245)))));
- this.panelContent.Controls.Add(this.txtSearch);
- this.panelContent.Controls.Add(this.btnRefresh);
- this.panelContent.Controls.Add(this.btnDelete);
- this.panelContent.Controls.Add(this.btnUpdate);
- this.panelContent.Controls.Add(this.btnAdd);
- this.panelContent.Controls.Add(this.cmbSemester);
- this.panelContent.Controls.Add(this.cmbTeacher);
- this.panelContent.Controls.Add(this.cmbDiscipline);
- this.panelContent.Controls.Add(this.cmbGroup);
- this.panelContent.Controls.Add(this.lblSemester);
- this.panelContent.Controls.Add(this.lblTeacher);
- this.panelContent.Controls.Add(this.lblDiscipline);
- this.panelContent.Controls.Add(this.lblGroup);
- this.panelContent.Controls.Add(this.dgvAssignments);
- 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(1000, 540);
- this.panelContent.TabIndex = 1;
- //
- // txtSearch
- //
- this.txtSearch.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txtSearch.DefaultText = "";
- this.txtSearch.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.txtSearch.Location = new System.Drawing.Point(644, 464);
- this.txtSearch.Name = "txtSearch";
- this.txtSearch.PlaceholderText = "🔍 Поиск по группе, дисциплине, преподавателю...";
- this.txtSearch.SelectedText = "";
- this.txtSearch.Size = new System.Drawing.Size(220, 36);
- this.txtSearch.TabIndex = 13;
- this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged);
- //
- // btnRefresh
- //
- this.btnRefresh.BorderRadius = 10;
- this.btnRefresh.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(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(870, 460);
- 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);
- //
- // btnDelete
- //
- this.btnDelete.BorderRadius = 10;
- this.btnDelete.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(53)))), ((int)(((byte)(69)))));
- this.btnDelete.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
- this.btnDelete.ForeColor = System.Drawing.Color.White;
- this.btnDelete.Location = new System.Drawing.Point(280, 460);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(110, 40);
- this.btnDelete.TabIndex = 11;
- this.btnDelete.Text = "Удалить";
- this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
- //
- // btnUpdate
- //
- this.btnUpdate.BorderRadius = 10;
- this.btnUpdate.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(193)))), ((int)(((byte)(7)))));
- this.btnUpdate.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
- this.btnUpdate.ForeColor = System.Drawing.Color.Black;
- this.btnUpdate.Location = new System.Drawing.Point(150, 460);
- this.btnUpdate.Name = "btnUpdate";
- this.btnUpdate.Size = new System.Drawing.Size(110, 40);
- this.btnUpdate.TabIndex = 10;
- this.btnUpdate.Text = "Обновить";
- this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
- //
- // btnAdd
- //
- this.btnAdd.BorderRadius = 10;
- this.btnAdd.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(167)))), ((int)(((byte)(69)))));
- this.btnAdd.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
- this.btnAdd.ForeColor = System.Drawing.Color.White;
- this.btnAdd.Location = new System.Drawing.Point(20, 460);
- this.btnAdd.Name = "btnAdd";
- this.btnAdd.Size = new System.Drawing.Size(110, 40);
- this.btnAdd.TabIndex = 9;
- this.btnAdd.Text = "Добавить";
- this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
- //
- // 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(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
- this.cmbSemester.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
- this.cmbSemester.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.cmbSemester.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(88)))), ((int)(((byte)(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(680, 45);
- this.cmbSemester.Name = "cmbSemester";
- this.cmbSemester.Size = new System.Drawing.Size(120, 36);
- this.cmbSemester.TabIndex = 7;
- //
- // cmbTeacher
- //
- this.cmbTeacher.BackColor = System.Drawing.Color.Transparent;
- this.cmbTeacher.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
- this.cmbTeacher.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbTeacher.FocusedColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
- this.cmbTeacher.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
- this.cmbTeacher.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.cmbTeacher.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(88)))), ((int)(((byte)(112)))));
- this.cmbTeacher.ItemHeight = 30;
- this.cmbTeacher.Location = new System.Drawing.Point(460, 45);
- this.cmbTeacher.Name = "cmbTeacher";
- this.cmbTeacher.Size = new System.Drawing.Size(200, 36);
- this.cmbTeacher.TabIndex = 5;
- //
- // 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(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
- this.cmbDiscipline.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
- this.cmbDiscipline.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.cmbDiscipline.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(88)))), ((int)(((byte)(112)))));
- this.cmbDiscipline.ItemHeight = 30;
- this.cmbDiscipline.Location = new System.Drawing.Point(240, 45);
- this.cmbDiscipline.Name = "cmbDiscipline";
- this.cmbDiscipline.Size = new System.Drawing.Size(200, 36);
- this.cmbDiscipline.TabIndex = 3;
- //
- // 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(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
- this.cmbGroup.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
- this.cmbGroup.Font = new System.Drawing.Font("Segoe UI", 10F);
- this.cmbGroup.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(88)))), ((int)(((byte)(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(200, 36);
- this.cmbGroup.TabIndex = 1;
- //
- // 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(680, 20);
- this.lblSemester.Name = "lblSemester";
- this.lblSemester.Size = new System.Drawing.Size(59, 19);
- this.lblSemester.TabIndex = 6;
- this.lblSemester.Text = "Семестр:";
- //
- // lblTeacher
- //
- this.lblTeacher.BackColor = System.Drawing.Color.Transparent;
- this.lblTeacher.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
- this.lblTeacher.Location = new System.Drawing.Point(460, 20);
- this.lblTeacher.Name = "lblTeacher";
- this.lblTeacher.Size = new System.Drawing.Size(106, 19);
- this.lblTeacher.TabIndex = 4;
- this.lblTeacher.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(240, 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 = "Группа:";
- //
- // dgvAssignments
- //
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.White;
- this.dgvAssignments.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(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(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94)))));
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvAssignments.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvAssignments.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(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(241)))), ((int)(((byte)(251)))));
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.Black;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvAssignments.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgvAssignments.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
- this.dgvAssignments.Location = new System.Drawing.Point(20, 100);
- this.dgvAssignments.Name = "dgvAssignments";
- this.dgvAssignments.ReadOnly = true;
- this.dgvAssignments.RowHeadersVisible = false;
- this.dgvAssignments.RowTemplate.Height = 30;
- this.dgvAssignments.Size = new System.Drawing.Size(960, 340);
- this.dgvAssignments.TabIndex = 8;
- this.dgvAssignments.ThemeStyle.AlternatingRowsStyle.BackColor = System.Drawing.Color.White;
- this.dgvAssignments.ThemeStyle.AlternatingRowsStyle.Font = null;
- this.dgvAssignments.ThemeStyle.AlternatingRowsStyle.ForeColor = System.Drawing.Color.Empty;
- this.dgvAssignments.ThemeStyle.AlternatingRowsStyle.SelectionBackColor = System.Drawing.Color.Empty;
- this.dgvAssignments.ThemeStyle.AlternatingRowsStyle.SelectionForeColor = System.Drawing.Color.Empty;
- this.dgvAssignments.ThemeStyle.BackColor = System.Drawing.Color.White;
- this.dgvAssignments.ThemeStyle.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
- this.dgvAssignments.ThemeStyle.HeaderStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(88)))), ((int)(((byte)(255)))));
- this.dgvAssignments.ThemeStyle.HeaderStyle.BorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
- this.dgvAssignments.ThemeStyle.HeaderStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.dgvAssignments.ThemeStyle.HeaderStyle.ForeColor = System.Drawing.Color.White;
- this.dgvAssignments.ThemeStyle.HeaderStyle.HeaightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvAssignments.ThemeStyle.HeaderStyle.Height = 40;
- this.dgvAssignments.ThemeStyle.ReadOnly = true;
- this.dgvAssignments.ThemeStyle.RowsStyle.BackColor = System.Drawing.Color.White;
- this.dgvAssignments.ThemeStyle.RowsStyle.BorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
- this.dgvAssignments.ThemeStyle.RowsStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.dgvAssignments.ThemeStyle.RowsStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(69)))), ((int)(((byte)(94)))));
- this.dgvAssignments.ThemeStyle.RowsStyle.Height = 30;
- this.dgvAssignments.ThemeStyle.RowsStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(255)))));
- this.dgvAssignments.ThemeStyle.RowsStyle.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(69)))), ((int)(((byte)(94)))));
- this.dgvAssignments.SelectionChanged += new System.EventHandler(this.dgvAssignments_SelectionChanged);
- //
- // AssignmentForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(242)))), ((int)(((byte)(245)))));
- this.ClientSize = new System.Drawing.Size(1000, 600);
- this.Controls.Add(this.panelContent);
- this.Controls.Add(this.panelHeader);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.MaximizeBox = false;
- this.Name = "AssignmentForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "Управление расписанием";
- this.Load += new System.EventHandler(this.AssignmentForm_Load);
- this.panelHeader.ResumeLayout(false);
- this.panelHeader.PerformLayout();
- this.panelContent.ResumeLayout(false);
- this.panelContent.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvAssignments)).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 cmbTeacher;
- private Guna.UI2.WinForms.Guna2ComboBox cmbSemester;
- private Guna.UI2.WinForms.Guna2HtmlLabel lblGroup;
- private Guna.UI2.WinForms.Guna2HtmlLabel lblDiscipline;
- private Guna.UI2.WinForms.Guna2HtmlLabel lblTeacher;
- private Guna.UI2.WinForms.Guna2HtmlLabel lblSemester;
- private Guna.UI2.WinForms.Guna2Button btnAdd;
- private Guna.UI2.WinForms.Guna2Button btnUpdate;
- private Guna.UI2.WinForms.Guna2Button btnDelete;
- private Guna.UI2.WinForms.Guna2Button btnRefresh;
- private Guna.UI2.WinForms.Guna2DataGridView dgvAssignments;
- private Guna.UI2.WinForms.Guna2TextBox txtSearch;
- }
- }
|