123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185 |
- namespace EJ
- {
- partial class Посещения
- {
- /// <summary>
- /// Обязательная переменная конструктора.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Освободить все используемые ресурсы.
- /// </summary>
- /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Код, автоматически созданный конструктором форм Windows
- /// <summary>
- /// Требуемый метод для поддержки конструктора — не изменяйте
- /// содержимое этого метода с помощью редактора кода.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Посещения));
- this.panel1 = new System.Windows.Forms.Panel();
- this.toolStrip1 = new System.Windows.Forms.ToolStrip();
- this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
- this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.отметкаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.датаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.фамилиястудентаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.посещаемостьBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.Save = new System.Windows.Forms.Button();
- this.panel1.SuspendLayout();
- this.toolStrip1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.посещаемостьBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.eJDataSet)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.PowderBlue;
- this.panel1.Controls.Add(this.toolStrip1);
- this.panel1.Controls.Add(this.dataGridView1);
- this.panel1.Controls.Add(this.Save);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(684, 359);
- this.panel1.TabIndex = 0;
- //
- // toolStrip1
- //
- this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripButton1,
- this.toolStripButton2});
- this.toolStrip1.Location = new System.Drawing.Point(0, 0);
- this.toolStrip1.Name = "toolStrip1";
- this.toolStrip1.Size = new System.Drawing.Size(684, 25);
- this.toolStrip1.TabIndex = 3;
- this.toolStrip1.Text = "toolStrip1";
- //
- // toolStripButton1
- //
- this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
- this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton1.Name = "toolStripButton1";
- this.toolStripButton1.Size = new System.Drawing.Size(82, 22);
- this.toolStripButton1.Text = "Спортсмены";
- this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
- //
- // toolStripButton2
- //
- this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
- this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton2.Name = "toolStripButton2";
- this.toolStripButton2.Size = new System.Drawing.Size(76, 22);
- this.toolStripButton2.Text = "Расписание";
- this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
- //
- // dataGridView1
- //
- this.dataGridView1.AutoGenerateColumns = false;
- this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.отметкаDataGridViewTextBoxColumn,
- this.датаDataGridViewTextBoxColumn,
- this.фамилиястудентаDataGridViewTextBoxColumn});
- this.dataGridView1.DataSource = this.посещаемостьBindingSource;
- this.dataGridView1.Location = new System.Drawing.Point(120, 38);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.Size = new System.Drawing.Size(532, 169);
- this.dataGridView1.TabIndex = 2;
- //
- // отметкаDataGridViewTextBoxColumn
- //
- this.отметкаDataGridViewTextBoxColumn.DataPropertyName = "Отметка";
- this.отметкаDataGridViewTextBoxColumn.HeaderText = "Отметка";
- this.отметкаDataGridViewTextBoxColumn.Name = "отметкаDataGridViewTextBoxColumn";
- //
- // датаDataGridViewTextBoxColumn
- //
- this.датаDataGridViewTextBoxColumn.DataPropertyName = "Дата";
- this.датаDataGridViewTextBoxColumn.HeaderText = "Дата";
- this.датаDataGridViewTextBoxColumn.Name = "датаDataGridViewTextBoxColumn";
- //
- // фамилиястудентаDataGridViewTextBoxColumn
- //
- this.фамилиястудентаDataGridViewTextBoxColumn.DataPropertyName = "Фамилия_студента";
- this.фамилиястудентаDataGridViewTextBoxColumn.HeaderText = "Фамилия студента";
- this.фамилиястудентаDataGridViewTextBoxColumn.Name = "фамилиястудентаDataGridViewTextBoxColumn";
- //
- // посещаемостьBindingSource
- //
- this.посещаемостьBindingSource.DataMember = "Посещаемость";
- this.посещаемостьBindingSource.DataSource = this.eJDataSet;
- //
- // eJDataSet
- //
- this.eJDataSet.DataSetName = "EJDataSet";
- this.eJDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // Save
- //
- this.Save.Location = new System.Drawing.Point(12, 319);
- this.Save.Name = "Save";
- this.Save.Size = new System.Drawing.Size(91, 30);
- this.Save.TabIndex = 1;
- this.Save.Text = "Сохранить";
- this.Save.UseVisualStyleBackColor = true;
- this.Save.Click += new System.EventHandler(this.Save_Click);
- //
- // посещаемостьTableAdapter
- //
- this.посещаемостьTableAdapter.ClearBeforeFill = true;
- //
- // Посещения
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(684, 361);
- this.Controls.Add(this.panel1);
- this.Name = "Посещения";
- this.Text = "Журнал посещений";
- this.Load += new System.EventHandler(this.Посещения_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.toolStrip1.ResumeLayout(false);
- this.toolStrip1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.посещаемостьBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.eJDataSet)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Button Save;
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.BindingSource посещаемостьBindingSource;
- private System.Windows.Forms.ToolStrip toolStrip1;
- private System.Windows.Forms.ToolStripButton toolStripButton1;
- private System.Windows.Forms.DataGridViewTextBoxColumn отметкаDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn датаDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn фамилиястудентаDataGridViewTextBoxColumn;
- private System.Windows.Forms.ToolStripButton toolStripButton2;
- }
- }
|