123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261 |
-
- namespace Lebedenko_WS_Winforms
- {
- partial class Form5
- {
- /// <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();
- System.Windows.Forms.Label кодLabel;
- System.Windows.Forms.Label имяLabel;
- System.Windows.Forms.Label фамилияLabel;
- System.Windows.Forms.Label отчествоLabel;
- System.Windows.Forms.Label дата_РожденияLabel;
- System.Windows.Forms.Label группаLabel;
- System.Windows.Forms.Label телефонLabel;
- this.button1 = new System.Windows.Forms.Button();
- this.lebedenkoWorldSkillsDataSet = new Lebedenko_WS_Winforms.LebedenkoWorldSkillsDataSet();
- this.данныеОСтудентеBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.данныеОСтудентеTableAdapter = new Lebedenko_WS_Winforms.LebedenkoWorldSkillsDataSetTableAdapters.ДанныеОСтудентеTableAdapter();
- this.tableAdapterManager = new Lebedenko_WS_Winforms.LebedenkoWorldSkillsDataSetTableAdapters.TableAdapterManager();
- this.кодTextBox = new System.Windows.Forms.TextBox();
- this.имяTextBox = new System.Windows.Forms.TextBox();
- this.фамилияTextBox = new System.Windows.Forms.TextBox();
- this.отчествоTextBox = new System.Windows.Forms.TextBox();
- this.дата_РожденияDateTimePicker = new System.Windows.Forms.DateTimePicker();
- this.группаTextBox = new System.Windows.Forms.TextBox();
- this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
- кодLabel = new System.Windows.Forms.Label();
- имяLabel = new System.Windows.Forms.Label();
- фамилияLabel = new System.Windows.Forms.Label();
- отчествоLabel = new System.Windows.Forms.Label();
- дата_РожденияLabel = new System.Windows.Forms.Label();
- группаLabel = new System.Windows.Forms.Label();
- телефонLabel = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.lebedenkoWorldSkillsDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.данныеОСтудентеBindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // кодLabel
- //
- кодLabel.AutoSize = true;
- кодLabel.Location = new System.Drawing.Point(26, 68);
- кодLabel.Name = "кодLabel";
- кодLabel.Size = new System.Drawing.Size(29, 13);
- кодLabel.TabIndex = 2;
- кодLabel.Text = "Код:";
- //
- // имяLabel
- //
- имяLabel.AutoSize = true;
- имяLabel.Location = new System.Drawing.Point(26, 94);
- имяLabel.Name = "имяLabel";
- имяLabel.Size = new System.Drawing.Size(32, 13);
- имяLabel.TabIndex = 4;
- имяLabel.Text = "Имя:";
- //
- // фамилияLabel
- //
- фамилияLabel.AutoSize = true;
- фамилияLabel.Location = new System.Drawing.Point(26, 120);
- фамилияLabel.Name = "фамилияLabel";
- фамилияLabel.Size = new System.Drawing.Size(59, 13);
- фамилияLabel.TabIndex = 6;
- фамилияLabel.Text = "Фамилия:";
- //
- // отчествоLabel
- //
- отчествоLabel.AutoSize = true;
- отчествоLabel.Location = new System.Drawing.Point(26, 146);
- отчествоLabel.Name = "отчествоLabel";
- отчествоLabel.Size = new System.Drawing.Size(57, 13);
- отчествоLabel.TabIndex = 8;
- отчествоLabel.Text = "Отчество:";
- //
- // дата_РожденияLabel
- //
- дата_РожденияLabel.AutoSize = true;
- дата_РожденияLabel.Location = new System.Drawing.Point(26, 173);
- дата_РожденияLabel.Name = "дата_РожденияLabel";
- дата_РожденияLabel.Size = new System.Drawing.Size(90, 13);
- дата_РожденияLabel.TabIndex = 10;
- дата_РожденияLabel.Text = "Дата Рождения:";
- //
- // группаLabel
- //
- группаLabel.AutoSize = true;
- группаLabel.Location = new System.Drawing.Point(26, 198);
- группаLabel.Name = "группаLabel";
- группаLabel.Size = new System.Drawing.Size(45, 13);
- группаLabel.TabIndex = 12;
- группаLabel.Text = "Группа:";
- //
- // телефонLabel
- //
- телефонLabel.AutoSize = true;
- телефонLabel.Location = new System.Drawing.Point(26, 224);
- телефонLabel.Name = "телефонLabel";
- телефонLabel.Size = new System.Drawing.Size(55, 13);
- телефонLabel.TabIndex = 14;
- телефонLabel.Text = "Телефон:";
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(379, 58);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 0;
- this.button1.Text = "button1";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // lebedenkoWorldSkillsDataSet
- //
- this.lebedenkoWorldSkillsDataSet.DataSetName = "LebedenkoWorldSkillsDataSet";
- this.lebedenkoWorldSkillsDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // данныеОСтудентеBindingSource
- //
- this.данныеОСтудентеBindingSource.DataMember = "ДанныеОСтуденте";
- this.данныеОСтудентеBindingSource.DataSource = this.lebedenkoWorldSkillsDataSet;
- //
- // данныеОСтудентеTableAdapter
- //
- this.данныеОСтудентеTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.DataLoginTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = Lebedenko_WS_Winforms.LebedenkoWorldSkillsDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.ДанныеОСтудентеTableAdapter = this.данныеОСтудентеTableAdapter;
- this.tableAdapterManager.ЭкзаменTableAdapter = null;
- this.tableAdapterManager.ЭкспертыTableAdapter = null;
- //
- // кодTextBox
- //
- this.кодTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.данныеОСтудентеBindingSource, "Код", true));
- this.кодTextBox.Location = new System.Drawing.Point(122, 65);
- this.кодTextBox.Name = "кодTextBox";
- this.кодTextBox.Size = new System.Drawing.Size(200, 20);
- this.кодTextBox.TabIndex = 3;
- //
- // имяTextBox
- //
- this.имяTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.данныеОСтудентеBindingSource, "Имя", true));
- this.имяTextBox.Location = new System.Drawing.Point(122, 91);
- this.имяTextBox.Name = "имяTextBox";
- this.имяTextBox.Size = new System.Drawing.Size(200, 20);
- this.имяTextBox.TabIndex = 5;
- //
- // фамилияTextBox
- //
- this.фамилияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.данныеОСтудентеBindingSource, "Фамилия", true));
- this.фамилияTextBox.Location = new System.Drawing.Point(122, 117);
- this.фамилияTextBox.Name = "фамилияTextBox";
- this.фамилияTextBox.Size = new System.Drawing.Size(200, 20);
- this.фамилияTextBox.TabIndex = 7;
- //
- // отчествоTextBox
- //
- this.отчествоTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.данныеОСтудентеBindingSource, "Отчество", true));
- this.отчествоTextBox.Location = new System.Drawing.Point(122, 143);
- this.отчествоTextBox.Name = "отчествоTextBox";
- this.отчествоTextBox.Size = new System.Drawing.Size(200, 20);
- this.отчествоTextBox.TabIndex = 9;
- //
- // дата_РожденияDateTimePicker
- //
- this.дата_РожденияDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.данныеОСтудентеBindingSource, "Дата_Рождения", true));
- this.дата_РожденияDateTimePicker.Location = new System.Drawing.Point(122, 169);
- this.дата_РожденияDateTimePicker.Name = "дата_РожденияDateTimePicker";
- this.дата_РожденияDateTimePicker.Size = new System.Drawing.Size(200, 20);
- this.дата_РожденияDateTimePicker.TabIndex = 11;
- //
- // группаTextBox
- //
- this.группаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.данныеОСтудентеBindingSource, "Группа", true));
- this.группаTextBox.Location = new System.Drawing.Point(122, 195);
- this.группаTextBox.Name = "группаTextBox";
- this.группаTextBox.Size = new System.Drawing.Size(200, 20);
- this.группаTextBox.TabIndex = 13;
- //
- // maskedTextBox1
- //
- this.maskedTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.данныеОСтудентеBindingSource, "Телефон", true));
- this.maskedTextBox1.Location = new System.Drawing.Point(122, 221);
- this.maskedTextBox1.Mask = "+7000-000-00-00";
- this.maskedTextBox1.Name = "maskedTextBox1";
- this.maskedTextBox1.Size = new System.Drawing.Size(200, 20);
- this.maskedTextBox1.TabIndex = 79;
- //
- // Form5
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(475, 450);
- this.Controls.Add(this.maskedTextBox1);
- this.Controls.Add(кодLabel);
- this.Controls.Add(this.кодTextBox);
- this.Controls.Add(имяLabel);
- this.Controls.Add(this.имяTextBox);
- this.Controls.Add(фамилияLabel);
- this.Controls.Add(this.фамилияTextBox);
- this.Controls.Add(отчествоLabel);
- this.Controls.Add(this.отчествоTextBox);
- this.Controls.Add(дата_РожденияLabel);
- this.Controls.Add(this.дата_РожденияDateTimePicker);
- this.Controls.Add(группаLabel);
- this.Controls.Add(this.группаTextBox);
- this.Controls.Add(телефонLabel);
- this.Controls.Add(this.button1);
- this.Name = "Form5";
- this.Text = "Form5";
- this.Load += new System.EventHandler(this.Form5_Load);
- ((System.ComponentModel.ISupportInitialize)(this.lebedenkoWorldSkillsDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.данныеОСтудентеBindingSource)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button button1;
- private LebedenkoWorldSkillsDataSet lebedenkoWorldSkillsDataSet;
- private System.Windows.Forms.BindingSource данныеОСтудентеBindingSource;
- private LebedenkoWorldSkillsDataSetTableAdapters.ДанныеОСтудентеTableAdapter данныеОСтудентеTableAdapter;
- private LebedenkoWorldSkillsDataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.TextBox кодTextBox;
- private System.Windows.Forms.TextBox имяTextBox;
- private System.Windows.Forms.TextBox фамилияTextBox;
- private System.Windows.Forms.TextBox отчествоTextBox;
- private System.Windows.Forms.DateTimePicker дата_РожденияDateTimePicker;
- private System.Windows.Forms.TextBox группаTextBox;
- private System.Windows.Forms.MaskedTextBox maskedTextBox1;
- }
- }
|