1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- 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.SuspendLayout();
- //
- // Обучающиеся
- //
- this.ClientSize = new System.Drawing.Size(284, 261);
- this.Name = "Обучающиеся";
- this.Load += new System.EventHandler(this.Обучающиеся_Load_1);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.DataGridView dataGridView1;
- private EJDataSet eJDataSet;
- private System.Windows.Forms.BindingSource спортсменыBindingSource;
- private EJDataSetTableAdapters.СпортсменыTableAdapter спортсменыTableAdapter;
- private System.Windows.Forms.RadioButton radioButton1;
- private System.Windows.Forms.RadioButton radioButton2;
- private System.Windows.Forms.RadioButton radioButton3;
- private System.Windows.Forms.RadioButton radioButton4;
- private System.Windows.Forms.Button Add;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.DataGridViewTextBoxColumn имяDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn фамилияDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn отчествоDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn телефонDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn знакГТОDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn группаDataGridViewTextBoxColumn;
- private System.Windows.Forms.Button Back;
- }
- }
|