namespace Fuel01
{
partial class f_vehi
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.tbvehiculeBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.dataSet1 = new Fuel01.DataSet1();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.st1 = new System.Windows.Forms.ToolStripStatusLabel();
this.StatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.dg_vehi = new System.Windows.Forms.DataGridView();
this.sort1_vehi = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.categ_vehi = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.num_vehiCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cmpnum_vehiCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cond_vehiCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.immat_vehi = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.famille_vehi = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.label9 = new System.Windows.Forms.Label();
this.bt_Sup = new System.Windows.Forms.Button();
this.Bt_Abort = new System.Windows.Forms.Button();
this.bt_Valid = new System.Windows.Forms.Button();
this.bt_Aj = new System.Windows.Forms.Button();
this.bt_Mod = new System.Windows.Forms.Button();
this.combo_famille = new System.Windows.Forms.ComboBox();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.combo_energy = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.text_cond_vehi = new System.Windows.Forms.TextBox();
this.text_kmarr_vehi = new System.Windows.Forms.TextBox();
this.text_kmdep_vehi = new System.Windows.Forms.TextBox();
this.text_type_vehi = new System.Windows.Forms.TextBox();
this.text_cmpnum_vehi = new System.Windows.Forms.TextBox();
this.text_num_vehi = new System.Windows.Forms.TextBox();
this.text_immat_vehi = new System.Windows.Forms.TextBox();
this.combo_categ_vehi = new System.Windows.Forms.ComboBox();
((System.ComponentModel.ISupportInitialize)(this.tbvehiculeBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
this.statusStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dg_vehi)).BeginInit();
this.SuspendLayout();
//
// tbvehiculeBindingSource
//
this.tbvehiculeBindingSource.DataMember = "tb_vehi";
this.tbvehiculeBindingSource.DataSource = this.dataSet1;
this.tbvehiculeBindingSource.Sort = "sort1_vehi";
//
// dataSet1
//
this.dataSet1.DataSetName = "DataSet1";
this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.st1,
this.StatusLabel1});
this.statusStrip1.Location = new System.Drawing.Point(0, 437);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 10, 0);
this.statusStrip1.Size = new System.Drawing.Size(1030, 22);
this.statusStrip1.TabIndex = 27;
this.statusStrip1.Text = "statusStrip1";
//
// st1
//
this.st1.Name = "st1";
this.st1.Size = new System.Drawing.Size(0, 17);
//
// StatusLabel1
//
this.StatusLabel1.Name = "StatusLabel1";
this.StatusLabel1.Size = new System.Drawing.Size(16, 17);
this.StatusLabel1.Text = "...";
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
this.splitContainer1.Size = new System.Drawing.Size(1030, 437);
this.splitContainer1.SplitterDistance = 28;
this.splitContainer1.TabIndex = 29;
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Name = "splitContainer2";
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.dg_vehi);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.combo_categ_vehi);
this.splitContainer2.Panel2.Controls.Add(this.label9);
this.splitContainer2.Panel2.Controls.Add(this.bt_Sup);
this.splitContainer2.Panel2.Controls.Add(this.Bt_Abort);
this.splitContainer2.Panel2.Controls.Add(this.bt_Valid);
this.splitContainer2.Panel2.Controls.Add(this.bt_Aj);
this.splitContainer2.Panel2.Controls.Add(this.bt_Mod);
this.splitContainer2.Panel2.Controls.Add(this.combo_famille);
this.splitContainer2.Panel2.Controls.Add(this.label8);
this.splitContainer2.Panel2.Controls.Add(this.label7);
this.splitContainer2.Panel2.Controls.Add(this.label6);
this.splitContainer2.Panel2.Controls.Add(this.label5);
this.splitContainer2.Panel2.Controls.Add(this.label4);
this.splitContainer2.Panel2.Controls.Add(this.combo_energy);
this.splitContainer2.Panel2.Controls.Add(this.label3);
this.splitContainer2.Panel2.Controls.Add(this.label2);
this.splitContainer2.Panel2.Controls.Add(this.label1);
this.splitContainer2.Panel2.Controls.Add(this.text_cond_vehi);
this.splitContainer2.Panel2.Controls.Add(this.text_kmarr_vehi);
this.splitContainer2.Panel2.Controls.Add(this.text_kmdep_vehi);
this.splitContainer2.Panel2.Controls.Add(this.text_type_vehi);
this.splitContainer2.Panel2.Controls.Add(this.text_cmpnum_vehi);
this.splitContainer2.Panel2.Controls.Add(this.text_num_vehi);
this.splitContainer2.Panel2.Controls.Add(this.text_immat_vehi);
this.splitContainer2.Size = new System.Drawing.Size(1030, 405);
this.splitContainer2.SplitterDistance = 713;
this.splitContainer2.TabIndex = 2;
//
// dg_vehi
//
this.dg_vehi.AllowUserToAddRows = false;
this.dg_vehi.AllowUserToDeleteRows = false;
this.dg_vehi.AllowUserToOrderColumns = true;
this.dg_vehi.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dg_vehi.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.sort1_vehi,
this.categ_vehi,
this.num_vehiCol,
this.cmpnum_vehiCol,
this.cond_vehiCol,
this.immat_vehi,
this.famille_vehi});
this.dg_vehi.Dock = System.Windows.Forms.DockStyle.Fill;
this.dg_vehi.Location = new System.Drawing.Point(0, 0);
this.dg_vehi.Margin = new System.Windows.Forms.Padding(2);
this.dg_vehi.Name = "dg_vehi";
this.dg_vehi.ReadOnly = true;
this.dg_vehi.RowTemplate.Height = 24;
this.dg_vehi.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dg_vehi.Size = new System.Drawing.Size(713, 405);
this.dg_vehi.TabIndex = 2;
//
// sort1_vehi
//
this.sort1_vehi.DataPropertyName = "sort1_vehi";
this.sort1_vehi.HeaderText = "Clé";
this.sort1_vehi.Name = "sort1_vehi";
this.sort1_vehi.ReadOnly = true;
//
// categ_vehi
//
this.categ_vehi.DataPropertyName = "categ_vehi";
this.categ_vehi.HeaderText = "Categ";
this.categ_vehi.Name = "categ_vehi";
this.categ_vehi.ReadOnly = true;
this.categ_vehi.Width = 50;
//
// num_vehiCol
//
this.num_vehiCol.DataPropertyName = "num_vehi";
dataGridViewCellStyle2.Format = "###0";
dataGridViewCellStyle2.NullValue = null;
this.num_vehiCol.DefaultCellStyle = dataGridViewCellStyle2;
this.num_vehiCol.HeaderText = "Numéro";
this.num_vehiCol.Name = "num_vehiCol";
this.num_vehiCol.ReadOnly = true;
this.num_vehiCol.Width = 60;
//
// cmpnum_vehiCol
//
this.cmpnum_vehiCol.DataPropertyName = "cmpnum_vehi";
this.cmpnum_vehiCol.HeaderText = "Cp";
this.cmpnum_vehiCol.Name = "cmpnum_vehiCol";
this.cmpnum_vehiCol.ReadOnly = true;
this.cmpnum_vehiCol.Width = 30;
//
// cond_vehiCol
//
this.cond_vehiCol.DataPropertyName = "cond_vehi";
this.cond_vehiCol.HeaderText = "Conducteur";
this.cond_vehiCol.Name = "cond_vehiCol";
this.cond_vehiCol.ReadOnly = true;
this.cond_vehiCol.Width = 120;
//
// immat_vehi
//
this.immat_vehi.DataPropertyName = "immat_vehi";
this.immat_vehi.HeaderText = "Immatriculation";
this.immat_vehi.Name = "immat_vehi";
this.immat_vehi.ReadOnly = true;
//
// famille_vehi
//
this.famille_vehi.DataPropertyName = "famille_vehi";
this.famille_vehi.HeaderText = "Famille";
this.famille_vehi.Name = "famille_vehi";
this.famille_vehi.ReadOnly = true;
this.famille_vehi.Width = 150;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(52, 64);
this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(35, 13);
this.label9.TabIndex = 47;
this.label9.Text = "Categ";
//
// bt_Sup
//
this.bt_Sup.Location = new System.Drawing.Point(206, 259);
this.bt_Sup.Margin = new System.Windows.Forms.Padding(2);
this.bt_Sup.Name = "bt_Sup";
this.bt_Sup.Size = new System.Drawing.Size(66, 19);
this.bt_Sup.TabIndex = 13;
this.bt_Sup.Text = "Supprimer";
this.bt_Sup.UseVisualStyleBackColor = true;
this.bt_Sup.Click += new System.EventHandler(this.bt_Sup_Click);
//
// Bt_Abort
//
this.Bt_Abort.Location = new System.Drawing.Point(194, 297);
this.Bt_Abort.Margin = new System.Windows.Forms.Padding(2);
this.Bt_Abort.Name = "Bt_Abort";
this.Bt_Abort.Size = new System.Drawing.Size(77, 19);
this.Bt_Abort.TabIndex = 15;
this.Bt_Abort.Text = "Abandonner";
this.Bt_Abort.UseVisualStyleBackColor = true;
this.Bt_Abort.Click += new System.EventHandler(this.Bt_Abort_Click);
//
// bt_Valid
//
this.bt_Valid.Location = new System.Drawing.Point(55, 297);
this.bt_Valid.Margin = new System.Windows.Forms.Padding(2);
this.bt_Valid.Name = "bt_Valid";
this.bt_Valid.Size = new System.Drawing.Size(76, 19);
this.bt_Valid.TabIndex = 14;
this.bt_Valid.Text = "Valider";
this.bt_Valid.UseVisualStyleBackColor = true;
this.bt_Valid.Click += new System.EventHandler(this.bt_Valid_Click);
//
// bt_Aj
//
this.bt_Aj.Location = new System.Drawing.Point(130, 259);
this.bt_Aj.Margin = new System.Windows.Forms.Padding(2);
this.bt_Aj.Name = "bt_Aj";
this.bt_Aj.Size = new System.Drawing.Size(56, 19);
this.bt_Aj.TabIndex = 12;
this.bt_Aj.Text = "Ajouter";
this.bt_Aj.UseVisualStyleBackColor = true;
this.bt_Aj.Click += new System.EventHandler(this.bt_Aj_Click);
//
// bt_Mod
//
this.bt_Mod.Location = new System.Drawing.Point(54, 259);
this.bt_Mod.Margin = new System.Windows.Forms.Padding(2);
this.bt_Mod.Name = "bt_Mod";
this.bt_Mod.Size = new System.Drawing.Size(56, 19);
this.bt_Mod.TabIndex = 11;
this.bt_Mod.Text = "Modifier";
this.bt_Mod.UseVisualStyleBackColor = true;
this.bt_Mod.Click += new System.EventHandler(this.bt_Mod_Click);
//
// combo_famille
//
this.combo_famille.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "famille_vehi", true));
this.combo_famille.FormattingEnabled = true;
this.combo_famille.Items.AddRange(new object[] {
"Diesel",
"SS plomb 95",
"SS plomb 98"});
this.combo_famille.Location = new System.Drawing.Point(91, 187);
this.combo_famille.Margin = new System.Windows.Forms.Padding(2);
this.combo_famille.Name = "combo_famille";
this.combo_famille.Size = new System.Drawing.Size(164, 21);
this.combo_famille.TabIndex = 9;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(22, 214);
this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(62, 13);
this.label8.TabIndex = 45;
this.label8.Text = "Conducteur";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(43, 189);
this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(39, 13);
this.label7.TabIndex = 44;
this.label7.Text = "Famille";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(150, 162);
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 13);
this.label6.TabIndex = 7;
this.label6.Text = "KM arr.";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(37, 158);
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(47, 13);
this.label5.TabIndex = 42;
this.label5.Text = "KM dép.";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(29, 135);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 13);
this.label4.TabIndex = 41;
this.label4.Text = "Carburant";
//
// combo_energy
//
this.combo_energy.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "carbu_vehi", true));
this.combo_energy.FormattingEnabled = true;
this.combo_energy.Items.AddRange(new object[] {
"Diesel",
"SS plomb 95",
"SS plomb 98"});
this.combo_energy.Location = new System.Drawing.Point(91, 138);
this.combo_energy.Margin = new System.Windows.Forms.Padding(2);
this.combo_energy.Name = "combo_energy";
this.combo_energy.Size = new System.Drawing.Size(164, 21);
this.combo_energy.TabIndex = 5;
this.combo_energy.TextUpdate += new System.EventHandler(this.combo_energy_TextUpdate);
this.combo_energy.TextChanged += new System.EventHandler(this.combo_energy_TextUpdate);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(52, 113);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(31, 13);
this.label3.TabIndex = 39;
this.label3.Text = "Type";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(34, 89);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(50, 13);
this.label2.TabIndex = 38;
this.label2.Text = "N°Immat.";
this.label2.Click += new System.EventHandler(this.label2_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(39, 40);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(44, 13);
this.label1.TabIndex = 37;
this.label1.Text = "Numero";
//
// text_cond_vehi
//
this.text_cond_vehi.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "cond_vehi", true));
this.text_cond_vehi.Location = new System.Drawing.Point(91, 212);
this.text_cond_vehi.Margin = new System.Windows.Forms.Padding(2);
this.text_cond_vehi.Name = "text_cond_vehi";
this.text_cond_vehi.Size = new System.Drawing.Size(164, 20);
this.text_cond_vehi.TabIndex = 10;
//
// text_kmarr_vehi
//
this.text_kmarr_vehi.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "kmarr_vehi", true));
this.text_kmarr_vehi.Location = new System.Drawing.Point(199, 161);
this.text_kmarr_vehi.Margin = new System.Windows.Forms.Padding(2);
this.text_kmarr_vehi.Name = "text_kmarr_vehi";
this.text_kmarr_vehi.Size = new System.Drawing.Size(56, 20);
this.text_kmarr_vehi.TabIndex = 8;
//
// text_kmdep_vehi
//
this.text_kmdep_vehi.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "kmdep_vehi", true));
this.text_kmdep_vehi.Location = new System.Drawing.Point(91, 163);
this.text_kmdep_vehi.Margin = new System.Windows.Forms.Padding(2);
this.text_kmdep_vehi.Name = "text_kmdep_vehi";
this.text_kmdep_vehi.Size = new System.Drawing.Size(52, 20);
this.text_kmdep_vehi.TabIndex = 6;
//
// text_type_vehi
//
this.text_type_vehi.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "type_vehi", true));
this.text_type_vehi.Location = new System.Drawing.Point(91, 114);
this.text_type_vehi.Margin = new System.Windows.Forms.Padding(2);
this.text_type_vehi.Name = "text_type_vehi";
this.text_type_vehi.Size = new System.Drawing.Size(164, 20);
this.text_type_vehi.TabIndex = 4;
//
// text_cmpnum_vehi
//
this.text_cmpnum_vehi.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "cmpnum_vehi", true));
this.text_cmpnum_vehi.Location = new System.Drawing.Point(207, 40);
this.text_cmpnum_vehi.Margin = new System.Windows.Forms.Padding(2);
this.text_cmpnum_vehi.Name = "text_cmpnum_vehi";
this.text_cmpnum_vehi.Size = new System.Drawing.Size(55, 20);
this.text_cmpnum_vehi.TabIndex = 1;
this.text_cmpnum_vehi.Leave += new System.EventHandler(this.text_num_vehi_Leave);
//
// text_num_vehi
//
this.text_num_vehi.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "num_vehi", true));
this.text_num_vehi.Location = new System.Drawing.Point(91, 40);
this.text_num_vehi.Margin = new System.Windows.Forms.Padding(2);
this.text_num_vehi.Name = "text_num_vehi";
this.text_num_vehi.Size = new System.Drawing.Size(112, 20);
this.text_num_vehi.TabIndex = 0;
this.text_num_vehi.Leave += new System.EventHandler(this.text_num_vehi_Leave);
//
// text_immat_vehi
//
this.text_immat_vehi.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "immat_vehi", true));
this.text_immat_vehi.Location = new System.Drawing.Point(91, 90);
this.text_immat_vehi.Margin = new System.Windows.Forms.Padding(2);
this.text_immat_vehi.Name = "text_immat_vehi";
this.text_immat_vehi.Size = new System.Drawing.Size(164, 20);
this.text_immat_vehi.TabIndex = 3;
this.text_immat_vehi.TextChanged += new System.EventHandler(this.text_immat_vehi_TextChanged);
//
// combo_categ_vehi
//
this.combo_categ_vehi.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "categ_vehi", true));
this.combo_categ_vehi.FormattingEnabled = true;
this.combo_categ_vehi.Items.AddRange(new object[] {
"A",
"M"});
this.combo_categ_vehi.Location = new System.Drawing.Point(91, 65);
this.combo_categ_vehi.Margin = new System.Windows.Forms.Padding(2);
this.combo_categ_vehi.Name = "combo_categ_vehi";
this.combo_categ_vehi.Size = new System.Drawing.Size(52, 21);
this.combo_categ_vehi.TabIndex = 2;
//
// f_vehi
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1030, 459);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.statusStrip1);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "f_vehi";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Text = "Véhicules";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.f_vehi_FormClosing);
this.Load += new System.EventHandler(this.vehi_Load);
((System.ComponentModel.ISupportInitialize)(this.tbvehiculeBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
this.splitContainer2.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dg_vehi)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.BindingSource tbvehiculeBindingSource;
private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn immatDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn familleDataGridViewTextBoxColumn;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel st1;
private DataSet1 dataSet1;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.DataGridView dg_vehi;
private System.Windows.Forms.Button bt_Sup;
private System.Windows.Forms.Button Bt_Abort;
private System.Windows.Forms.Button bt_Valid;
private System.Windows.Forms.Button bt_Aj;
private System.Windows.Forms.Button bt_Mod;
private System.Windows.Forms.ComboBox combo_famille;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox combo_energy;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox text_cond_vehi;
private System.Windows.Forms.TextBox text_kmarr_vehi;
private System.Windows.Forms.TextBox text_kmdep_vehi;
private System.Windows.Forms.TextBox text_type_vehi;
private System.Windows.Forms.TextBox text_cmpnum_vehi;
private System.Windows.Forms.TextBox text_num_vehi;
private System.Windows.Forms.TextBox text_immat_vehi;
private System.Windows.Forms.ToolStripStatusLabel StatusLabel1;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.DataGridViewTextBoxColumn famille_vehi;
private System.Windows.Forms.DataGridViewTextBoxColumn immat_vehi;
private System.Windows.Forms.DataGridViewTextBoxColumn cond_vehiCol;
private System.Windows.Forms.DataGridViewTextBoxColumn cmpnum_vehiCol;
private System.Windows.Forms.DataGridViewTextBoxColumn num_vehiCol;
private System.Windows.Forms.DataGridViewTextBoxColumn categ_vehi;
private System.Windows.Forms.DataGridViewTextBoxColumn sort1_vehi;
private System.Windows.Forms.ComboBox combo_categ_vehi;
}
}