123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221 |
- namespace EJ
- {
- partial class ЗаполнениеПос
- {
- /// <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.Otmetka = new System.Windows.Forms.TextBox();
- this.button1 = new System.Windows.Forms.Button();
- this.Name = new System.Windows.Forms.ComboBox();
- this.спортсменыBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.panel2 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.спортсменыBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.Datett = new System.Windows.Forms.TextBox();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.спортсменыBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.eJDataSet2)).BeginInit();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.спортсменыBindingSource1)).BeginInit();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.PowderBlue;
- this.panel1.Controls.Add(this.groupBox1);
- this.panel1.Controls.Add(this.button1);
- 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(484, 361);
- this.panel1.TabIndex = 0;
- //
- // Otmetka
- //
- this.Otmetka.Location = new System.Drawing.Point(150, 71);
- this.Otmetka.Name = "Otmetka";
- this.Otmetka.Size = new System.Drawing.Size(174, 25);
- this.Otmetka.TabIndex = 5;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(22, 321);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 28);
- this.button1.TabIndex = 4;
- this.button1.Text = "Сохраниь";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // Name
- //
- this.Name.DataSource = this.спортсменыBindingSource;
- this.Name.DisplayMember = "Фамилия";
- this.Name.FormattingEnabled = true;
- this.Name.Location = new System.Drawing.Point(150, 24);
- this.Name.Name = "Name";
- this.Name.Size = new System.Drawing.Size(174, 27);
- this.Name.TabIndex = 1;
- //
- // спортсмены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(484, 90);
- 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(134, 34);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(202, 22);
- this.label1.TabIndex = 0;
- this.label1.Text = "Заполнение посещяемости";
- //
- // спортсменыTableAdapter
- //
- this.спортсменыTableAdapter.ClearBeforeFill = true;
- //
- // спортсменыBindingSource1
- //
- this.спортсменыBindingSource1.DataMember = "Спортсмены";
- this.спортсменыBindingSource1.DataSource = this.eJDataSet2;
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.Datett);
- this.groupBox1.Controls.Add(this.label4);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.Name);
- this.groupBox1.Controls.Add(this.Otmetka);
- 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, 96);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(330, 146);
- this.groupBox1.TabIndex = 6;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "Заполните данные";
- this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(6, 24);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(138, 19);
- this.label2.TabIndex = 6;
- this.label2.Text = "Фамилия спортсмена";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(11, 71);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(133, 19);
- this.label3.TabIndex = 7;
- this.label3.Text = "Отмека о посещении";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(53, 114);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(91, 19);
- this.label4.TabIndex = 8;
- this.label4.Text = "Дата занятия";
- //
- // Datett
- //
- this.Datett.Location = new System.Drawing.Point(150, 111);
- this.Datett.Multiline = true;
- this.Datett.Name = "Datett";
- this.Datett.Size = new System.Drawing.Size(174, 25);
- this.Datett.TabIndex = 9;
- //
- // ЗаполнениеПос
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(484, 361);
- this.Controls.Add(this.panel1);
- this.Text = "ЗаполнениеПос";
- this.Load += new System.EventHandler(this.ЗаполнениеПос_Load);
- this.panel1.ResumeLayout(false);
- ((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.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- 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.ComboBox Name;
- private EJDataSet2 eJDataSet2;
- private System.Windows.Forms.BindingSource спортсменыBindingSource;
- private EJDataSet2TableAdapters.СпортсменыTableAdapter спортсменыTableAdapter;
- private System.Windows.Forms.BindingSource спортсменыBindingSource1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.TextBox Otmetka;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox Datett;
- }
- }
|