123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222 |
- namespace EJ
- {
- partial class backbb
- {
- /// <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.components = new System.ComponentModel.Container();
- this.panel1 = new System.Windows.Forms.Panel();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.Search = new System.Windows.Forms.Button();
- this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
- 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.eJDataSet2 = new EJ.EJDataSet2();
- this.panel2 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.расписаниеTableAdapter = new EJ.EJDataSet2TableAdapters.РасписаниеTableAdapter();
- this.расписаниеBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
- this.button1 = new System.Windows.Forms.Button();
- this.panel1.SuspendLayout();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.расписаниеBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.eJDataSet2)).BeginInit();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.расписаниеBindingSource1)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.PowderBlue;
- this.panel1.Controls.Add(this.button1);
- this.panel1.Controls.Add(this.groupBox1);
- this.panel1.Controls.Add(this.dataGridView1);
- this.panel1.Controls.Add(this.panel2);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(684, 361);
- this.panel1.TabIndex = 0;
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.Search);
- this.groupBox1.Controls.Add(this.dateTimePicker1);
- this.groupBox1.Font = new System.Drawing.Font("Tw Cen MT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.groupBox1.Location = new System.Drawing.Point(12, 77);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(189, 162);
- this.groupBox1.TabIndex = 4;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "Инструменты поиска";
- //
- // Search
- //
- this.Search.Font = new System.Drawing.Font("Tw Cen MT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Search.Location = new System.Drawing.Point(0, 55);
- this.Search.Name = "Search";
- this.Search.Size = new System.Drawing.Size(100, 28);
- this.Search.TabIndex = 3;
- this.Search.Text = "Поиск";
- this.Search.UseVisualStyleBackColor = true;
- this.Search.Click += new System.EventHandler(this.button1_Click);
- //
- // dateTimePicker1
- //
- this.dateTimePicker1.Location = new System.Drawing.Point(0, 24);
- this.dateTimePicker1.Name = "dateTimePicker1";
- this.dateTimePicker1.Size = new System.Drawing.Size(183, 25);
- this.dateTimePicker1.TabIndex = 4;
- //
- // 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(207, 77);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.Size = new System.Drawing.Size(465, 162);
- this.dataGridView1.TabIndex = 1;
- this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
- this.dataGridView1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.dataGridView1_Scroll);
- //
- // датапроведения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.eJDataSet2;
- //
- // eJDataSet2
- //
- this.eJDataSet2.DataSetName = "EJDataSet2";
- this.eJDataSet2.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.Color.Azure;
- this.panel2.Controls.Add(this.label1);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel2.Location = new System.Drawing.Point(0, 0);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(684, 71);
- this.panel2.TabIndex = 0;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Tw Cen MT", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label1.Location = new System.Drawing.Point(176, 26);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(341, 22);
- this.label1.TabIndex = 0;
- this.label1.Text = "Расписание занятий и спортивных мероприяий";
- //
- // расписаниеTableAdapter
- //
- this.расписаниеTableAdapter.ClearBeforeFill = true;
- //
- // расписаниеBindingSource1
- //
- this.расписаниеBindingSource1.DataMember = "Расписание";
- this.расписаниеBindingSource1.DataSource = this.eJDataSet2;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(597, 323);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 26);
- this.button1.TabIndex = 5;
- this.button1.Text = "Назад";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click_1);
- //
- // backbb
- //
- 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 = "backbb";
- this.Text = "Расписание";
- this.Load += new System.EventHandler(this.Расписание_Load);
- this.panel1.ResumeLayout(false);
- this.groupBox1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.расписаниеBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.eJDataSet2)).EndInit();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.расписаниеBindingSource1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.DataGridView dataGridView1;
- private EJDataSet2 eJDataSet2;
- private System.Windows.Forms.BindingSource расписаниеBindingSource;
- private EJDataSet2TableAdapters.РасписаниеTableAdapter расписаниеTableAdapter;
- private System.Windows.Forms.DataGridViewTextBoxColumn датапроведенияDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn названиемероприятияDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn местопроведенияDataGridViewTextBoxColumn;
- private System.Windows.Forms.Button Search;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.BindingSource расписаниеBindingSource1;
- private System.Windows.Forms.DateTimePicker dateTimePicker1;
- private System.Windows.Forms.Button button1;
- }
- }
|