1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230
| namespace inser_matiere
{
partial class aj_matiere
{
/// <summary>
/// Variable nécessaire au concepteur.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Nettoyage des ressources utilisées.
/// </summary>
/// <param name="disposing">true si les ressources managées doivent être supprimées*; sinon, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Code généré par le Concepteur Windows Form
/// <summary>
/// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
/// le contenu de cette méthode avec l'éditeur de code.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(aj_matiere));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.code_mat = new System.Windows.Forms.TextBox();
this.nom_mat = new System.Windows.Forms.TextBox();
this.coef_mat = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.codematDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.libmatDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.coefmatDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.matiereBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.matiereBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.button4 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.matiereBindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.matiereBindingSource)).BeginInit();
this.SuspendLayout();
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.BackColor = System.Drawing.SystemColors.ButtonShadow;
this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.label1.Name = "label1";
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.label3.Name = "label3";
//
// label4
//
resources.ApplyResources(this.label4, "label4");
this.label4.Name = "label4";
//
// code_mat
//
resources.ApplyResources(this.code_mat, "code_mat");
this.code_mat.Name = "code_mat";
//
// nom_mat
//
resources.ApplyResources(this.nom_mat, "nom_mat");
this.nom_mat.Name = "nom_mat";
//
// coef_mat
//
resources.ApplyResources(this.coef_mat, "coef_mat");
this.coef_mat.Name = "coef_mat";
//
// groupBox1
//
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
//
// button1
//
resources.ApplyResources(this.button1, "button1");
this.button1.Name = "button1";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
resources.ApplyResources(this.button2, "button2");
this.button2.Name = "button2";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
resources.ApplyResources(this.button3, "button3");
this.button3.Name = "button3";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// groupBox2
//
resources.ApplyResources(this.groupBox2, "groupBox2");
this.groupBox2.Name = "groupBox2";
this.groupBox2.TabStop = false;
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AllowUserToOrderColumns = true;
this.dataGridView1.AutoGenerateColumns = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.codematDataGridViewTextBoxColumn,
this.libmatDataGridViewTextBoxColumn,
this.coefmatDataGridViewTextBoxColumn});
this.dataGridView1.DataSource = this.matiereBindingSource1;
resources.ApplyResources(this.dataGridView1, "dataGridView1");
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
//
// codematDataGridViewTextBoxColumn
//
this.codematDataGridViewTextBoxColumn.DataPropertyName = "code_mat";
resources.ApplyResources(this.codematDataGridViewTextBoxColumn, "codematDataGridViewTextBoxColumn");
this.codematDataGridViewTextBoxColumn.Name = "codematDataGridViewTextBoxColumn";
this.codematDataGridViewTextBoxColumn.ReadOnly = true;
//
// libmatDataGridViewTextBoxColumn
//
this.libmatDataGridViewTextBoxColumn.DataPropertyName = "lib_mat";
resources.ApplyResources(this.libmatDataGridViewTextBoxColumn, "libmatDataGridViewTextBoxColumn");
this.libmatDataGridViewTextBoxColumn.Name = "libmatDataGridViewTextBoxColumn";
this.libmatDataGridViewTextBoxColumn.ReadOnly = true;
//
// coefmatDataGridViewTextBoxColumn
//
this.coefmatDataGridViewTextBoxColumn.DataPropertyName = "coef_mat";
resources.ApplyResources(this.coefmatDataGridViewTextBoxColumn, "coefmatDataGridViewTextBoxColumn");
this.coefmatDataGridViewTextBoxColumn.Name = "coefmatDataGridViewTextBoxColumn";
this.coefmatDataGridViewTextBoxColumn.ReadOnly = true;
//
// matiereBindingSource1
//
this.matiereBindingSource1.DataSource = typeof(inser_matiere.matiere);
//
// matiereBindingSource
//
this.matiereBindingSource.DataSource = typeof(inser_matiere.matiere);
//
// button4
//
resources.ApplyResources(this.button4, "button4");
this.button4.Name = "button4";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click_1);
//
// aj_matiere
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.Controls.Add(this.button4);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.coef_mat);
this.Controls.Add(this.nom_mat);
this.Controls.Add(this.code_mat);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.groupBox2);
this.Name = "aj_matiere";
this.Load += new System.EventHandler(this.aj_matiere_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.matiereBindingSource1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.matiereBindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox code_mat;
private System.Windows.Forms.TextBox nom_mat;
private System.Windows.Forms.TextBox coef_mat;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridViewTextBoxColumn codematDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn libmatDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn coefmatDataGridViewTextBoxColumn;
private System.Windows.Forms.BindingSource matiereBindingSource;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.BindingSource matiereBindingSource1;
}
} |