namespace Fuel01
{
partial class f_impvehi
{
///
/// 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 dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
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.checkZero = new System.Windows.Forms.CheckBox();
this.bt_ok = new System.Windows.Forms.Button();
this.bt_openFile = new System.Windows.Forms.Button();
this.textNomFile = new System.Windows.Forms.TextBox();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.dg_vehi = new System.Windows.Forms.DataGridView();
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.keyvehiDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.numvehiDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cmpnumvehiDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.immatvehiDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.opevehiDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.typevehiDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.condvehiDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.famillevehiDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.carbuvehiDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.kmdepvehiDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.kmarrvehiDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tri = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tbvehiculeBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.dataSet1 = new Fuel01.DataSet1();
this.tb_allValid = new System.Windows.Forms.Button();
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.openFileParc = new System.Windows.Forms.OpenFileDialog();
this.text_sort_vehi = new System.Windows.Forms.TextBox();
this.statusStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
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();
((System.ComponentModel.ISupportInitialize)(this.tbvehiculeBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
this.SuspendLayout();
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.st1,
this.StatusLabel1});
this.statusStrip1.Location = new System.Drawing.Point(0, 421);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 10, 0);
this.statusStrip1.Size = new System.Drawing.Size(826, 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.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.checkZero);
this.splitContainer1.Panel1.Controls.Add(this.bt_ok);
this.splitContainer1.Panel1.Controls.Add(this.bt_openFile);
this.splitContainer1.Panel1.Controls.Add(this.textNomFile);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
this.splitContainer1.Size = new System.Drawing.Size(826, 421);
this.splitContainer1.SplitterDistance = 28;
this.splitContainer1.TabIndex = 29;
//
// checkZero
//
this.checkZero.AutoSize = true;
this.checkZero.Location = new System.Drawing.Point(705, 7);
this.checkZero.Name = "checkZero";
this.checkZero.Size = new System.Drawing.Size(90, 17);
this.checkZero.TabIndex = 3;
this.checkZero.Text = "Effacer avant";
this.checkZero.UseVisualStyleBackColor = true;
//
// bt_ok
//
this.bt_ok.Enabled = false;
this.bt_ok.Location = new System.Drawing.Point(648, 4);
this.bt_ok.Name = "bt_ok";
this.bt_ok.Size = new System.Drawing.Size(51, 23);
this.bt_ok.TabIndex = 2;
this.bt_ok.Text = "GO !";
this.bt_ok.UseVisualStyleBackColor = true;
this.bt_ok.Click += new System.EventHandler(this.bt_ok_Click);
//
// bt_openFile
//
this.bt_openFile.Location = new System.Drawing.Point(515, 4);
this.bt_openFile.Name = "bt_openFile";
this.bt_openFile.Size = new System.Drawing.Size(129, 23);
this.bt_openFile.TabIndex = 1;
this.bt_openFile.Text = "Choisir le fichier Parc";
this.bt_openFile.UseVisualStyleBackColor = true;
this.bt_openFile.Click += new System.EventHandler(this.bt_openFile_Click);
//
// textNomFile
//
this.textNomFile.Location = new System.Drawing.Point(3, 4);
this.textNomFile.Name = "textNomFile";
this.textNomFile.Size = new System.Drawing.Size(506, 20);
this.textNomFile.TabIndex = 0;
//
// 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.text_sort_vehi);
this.splitContainer2.Panel2.Controls.Add(this.tb_allValid);
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(826, 389);
this.splitContainer2.SplitterDistance = 509;
this.splitContainer2.TabIndex = 2;
//
// dg_vehi
//
this.dg_vehi.AllowUserToAddRows = false;
this.dg_vehi.AllowUserToDeleteRows = false;
this.dg_vehi.AllowUserToOrderColumns = true;
this.dg_vehi.AutoGenerateColumns = false;
this.dg_vehi.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dg_vehi.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.num_vehiCol,
this.cmpnum_vehiCol,
this.cond_vehiCol,
this.immat_vehi,
this.famille_vehi,
this.keyvehiDataGridViewTextBoxColumn,
this.numvehiDataGridViewTextBoxColumn,
this.cmpnumvehiDataGridViewTextBoxColumn,
this.immatvehiDataGridViewTextBoxColumn,
this.opevehiDataGridViewTextBoxColumn,
this.typevehiDataGridViewTextBoxColumn,
this.condvehiDataGridViewTextBoxColumn,
this.famillevehiDataGridViewTextBoxColumn,
this.carbuvehiDataGridViewTextBoxColumn,
this.kmdepvehiDataGridViewTextBoxColumn,
this.kmarrvehiDataGridViewTextBoxColumn,
this.tri});
this.dg_vehi.DataSource = this.tbvehiculeBindingSource;
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(509, 389);
this.dg_vehi.TabIndex = 2;
//
// num_vehiCol
//
this.num_vehiCol.DataPropertyName = "num_vehi";
dataGridViewCellStyle1.Format = "###0";
dataGridViewCellStyle1.NullValue = null;
this.num_vehiCol.DefaultCellStyle = dataGridViewCellStyle1;
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;
//
// keyvehiDataGridViewTextBoxColumn
//
this.keyvehiDataGridViewTextBoxColumn.DataPropertyName = "key_vehi";
this.keyvehiDataGridViewTextBoxColumn.HeaderText = "key_vehi";
this.keyvehiDataGridViewTextBoxColumn.Name = "keyvehiDataGridViewTextBoxColumn";
this.keyvehiDataGridViewTextBoxColumn.ReadOnly = true;
//
// numvehiDataGridViewTextBoxColumn
//
this.numvehiDataGridViewTextBoxColumn.DataPropertyName = "num_vehi";
this.numvehiDataGridViewTextBoxColumn.HeaderText = "num_vehi";
this.numvehiDataGridViewTextBoxColumn.Name = "numvehiDataGridViewTextBoxColumn";
this.numvehiDataGridViewTextBoxColumn.ReadOnly = true;
//
// cmpnumvehiDataGridViewTextBoxColumn
//
this.cmpnumvehiDataGridViewTextBoxColumn.DataPropertyName = "cmpnum_vehi";
this.cmpnumvehiDataGridViewTextBoxColumn.HeaderText = "cmpnum_vehi";
this.cmpnumvehiDataGridViewTextBoxColumn.Name = "cmpnumvehiDataGridViewTextBoxColumn";
this.cmpnumvehiDataGridViewTextBoxColumn.ReadOnly = true;
//
// immatvehiDataGridViewTextBoxColumn
//
this.immatvehiDataGridViewTextBoxColumn.DataPropertyName = "immat_vehi";
this.immatvehiDataGridViewTextBoxColumn.HeaderText = "immat_vehi";
this.immatvehiDataGridViewTextBoxColumn.Name = "immatvehiDataGridViewTextBoxColumn";
this.immatvehiDataGridViewTextBoxColumn.ReadOnly = true;
//
// opevehiDataGridViewTextBoxColumn
//
this.opevehiDataGridViewTextBoxColumn.DataPropertyName = "ope_vehi";
this.opevehiDataGridViewTextBoxColumn.HeaderText = "ope_vehi";
this.opevehiDataGridViewTextBoxColumn.Name = "opevehiDataGridViewTextBoxColumn";
this.opevehiDataGridViewTextBoxColumn.ReadOnly = true;
//
// typevehiDataGridViewTextBoxColumn
//
this.typevehiDataGridViewTextBoxColumn.DataPropertyName = "type_vehi";
this.typevehiDataGridViewTextBoxColumn.HeaderText = "type_vehi";
this.typevehiDataGridViewTextBoxColumn.Name = "typevehiDataGridViewTextBoxColumn";
this.typevehiDataGridViewTextBoxColumn.ReadOnly = true;
//
// condvehiDataGridViewTextBoxColumn
//
this.condvehiDataGridViewTextBoxColumn.DataPropertyName = "cond_vehi";
this.condvehiDataGridViewTextBoxColumn.HeaderText = "cond_vehi";
this.condvehiDataGridViewTextBoxColumn.Name = "condvehiDataGridViewTextBoxColumn";
this.condvehiDataGridViewTextBoxColumn.ReadOnly = true;
//
// famillevehiDataGridViewTextBoxColumn
//
this.famillevehiDataGridViewTextBoxColumn.DataPropertyName = "famille_vehi";
this.famillevehiDataGridViewTextBoxColumn.HeaderText = "famille_vehi";
this.famillevehiDataGridViewTextBoxColumn.Name = "famillevehiDataGridViewTextBoxColumn";
this.famillevehiDataGridViewTextBoxColumn.ReadOnly = true;
//
// carbuvehiDataGridViewTextBoxColumn
//
this.carbuvehiDataGridViewTextBoxColumn.DataPropertyName = "carbu_vehi";
this.carbuvehiDataGridViewTextBoxColumn.HeaderText = "carbu_vehi";
this.carbuvehiDataGridViewTextBoxColumn.Name = "carbuvehiDataGridViewTextBoxColumn";
this.carbuvehiDataGridViewTextBoxColumn.ReadOnly = true;
//
// kmdepvehiDataGridViewTextBoxColumn
//
this.kmdepvehiDataGridViewTextBoxColumn.DataPropertyName = "kmdep_vehi";
this.kmdepvehiDataGridViewTextBoxColumn.HeaderText = "kmdep_vehi";
this.kmdepvehiDataGridViewTextBoxColumn.Name = "kmdepvehiDataGridViewTextBoxColumn";
this.kmdepvehiDataGridViewTextBoxColumn.ReadOnly = true;
//
// kmarrvehiDataGridViewTextBoxColumn
//
this.kmarrvehiDataGridViewTextBoxColumn.DataPropertyName = "kmarr_vehi";
this.kmarrvehiDataGridViewTextBoxColumn.HeaderText = "kmarr_vehi";
this.kmarrvehiDataGridViewTextBoxColumn.Name = "kmarrvehiDataGridViewTextBoxColumn";
this.kmarrvehiDataGridViewTextBoxColumn.ReadOnly = true;
//
// tri
//
this.tri.DataPropertyName = "sort1_vehi";
this.tri.HeaderText = "sort1_vehi";
this.tri.Name = "tri";
this.tri.ReadOnly = true;
//
// tbvehiculeBindingSource
//
this.tbvehiculeBindingSource.DataMember = "tb_vehi";
this.tbvehiculeBindingSource.DataSource = this.dataSet1;
this.tbvehiculeBindingSource.Sort = "categ_vehi";
//
// dataSet1
//
this.dataSet1.DataSetName = "DataSet1";
this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// tb_allValid
//
this.tb_allValid.Location = new System.Drawing.Point(116, 341);
this.tb_allValid.Name = "tb_allValid";
this.tb_allValid.Size = new System.Drawing.Size(75, 23);
this.tb_allValid.TabIndex = 47;
this.tb_allValid.Text = "Valider";
this.tb_allValid.UseVisualStyleBackColor = true;
this.tb_allValid.Click += new System.EventHandler(this.tb_allValid_Click);
//
// 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 = 15;
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 = 17;
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 = 16;
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 = 14;
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 = 13;
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 = 11;
//
// 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 = 43;
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 = 8;
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, 90);
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.";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(39, 67);
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 = 12;
//
// 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 = 10;
//
// 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 = 9;
//
// 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 = 7;
//
// 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, 67);
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 = 5;
//
// 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, 67);
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 = 4;
//
// 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, 91);
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 = 6;
//
// openFileParc
//
this.openFileParc.FileName = "*.*";
this.openFileParc.Filter = "Fichiers Excel| *.xl* | Tous les fichiers | *.*";
this.openFileParc.Title = "Choix du fichier \"Parc\"";
//
// text_sort_vehi
//
this.text_sort_vehi.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbvehiculeBindingSource, "sort1_vehi", true));
this.text_sort_vehi.Location = new System.Drawing.Point(91, 235);
this.text_sort_vehi.Margin = new System.Windows.Forms.Padding(2);
this.text_sort_vehi.Name = "text_sort_vehi";
this.text_sort_vehi.Size = new System.Drawing.Size(164, 20);
this.text_sort_vehi.TabIndex = 48;
//
// f_impvehi
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(826, 443);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.statusStrip1);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "f_impvehi";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Text = "Importation Véhicules";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.f_vehi_FormClosing);
this.Load += new System.EventHandler(this.vehi_Load);
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.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();
((System.ComponentModel.ISupportInitialize)(this.tbvehiculeBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).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.DataGridViewTextBoxColumn num_vehiCol;
private System.Windows.Forms.DataGridViewTextBoxColumn cmpnum_vehiCol;
private System.Windows.Forms.DataGridViewTextBoxColumn cond_vehiCol;
private System.Windows.Forms.DataGridViewTextBoxColumn immat_vehi;
private System.Windows.Forms.DataGridViewTextBoxColumn famille_vehi;
private System.Windows.Forms.DataGridViewTextBoxColumn keyvehiDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn numvehiDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn cmpnumvehiDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn immatvehiDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn opevehiDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn typevehiDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn condvehiDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn famillevehiDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn carbuvehiDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn kmdepvehiDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn kmarrvehiDataGridViewTextBoxColumn;
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.Button bt_openFile;
private System.Windows.Forms.TextBox textNomFile;
private System.Windows.Forms.OpenFileDialog openFileParc;
private System.Windows.Forms.CheckBox checkZero;
private System.Windows.Forms.Button bt_ok;
private System.Windows.Forms.DataGridViewTextBoxColumn tri;
private System.Windows.Forms.Button tb_allValid;
private System.Windows.Forms.TextBox text_sort_vehi;
}
}