| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599 |
- namespace Fuel01
- {
- partial class f_presta
- {
- /// <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.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.splitContainer2 = new System.Windows.Forms.SplitContainer();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPrix = new System.Windows.Forms.TabPage();
- this.splitContainer3 = new System.Windows.Forms.SplitContainer();
- this.dg_presta = new System.Windows.Forms.DataGridView();
- this.dg_presta_Sta = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dg_presta_prod = new System.Windows.Forms.DataGridViewComboBoxColumn();
- this.dg_presta_kind = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dg_presta_unit = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dg_presta_pu = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dg_presta_tva = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dg_presta_ttc = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tbprestaBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.dataSet1 = new Fuel01.DataSet1();
- this.bt_calcTTC = new System.Windows.Forms.Button();
- this.bt_calcHT = new System.Windows.Forms.Button();
- this.bt_ajProd = new System.Windows.Forms.Button();
- this.bt_ajCarbu = new System.Windows.Forms.Button();
- this.tabVente = new System.Windows.Forms.TabPage();
- this.splitContainer4 = new System.Windows.Forms.SplitContainer();
- this.dg_vente = new System.Windows.Forms.DataGridView();
- this.dg_vt_epr = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dg_vt_sta = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dg_vt_vehi = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dg_vt_prod = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dg_vt_date = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dg_vt_qtt = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dg_vt_pu = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dg_vt_tva = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dg_ht_vt = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dg_vt_ttc = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tbventeBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.chk_modif = new System.Windows.Forms.CheckBox();
- this.t_facture = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
- ((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.Panel2.SuspendLayout();
- this.splitContainer2.SuspendLayout();
- this.tabControl1.SuspendLayout();
- this.tabPrix.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
- this.splitContainer3.Panel1.SuspendLayout();
- this.splitContainer3.Panel2.SuspendLayout();
- this.splitContainer3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dg_presta)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.tbprestaBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
- this.tabVente.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
- this.splitContainer4.Panel1.SuspendLayout();
- this.splitContainer4.Panel2.SuspendLayout();
- this.splitContainer4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dg_vente)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.tbventeBindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
- 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.splitContainer2);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.button1);
- this.splitContainer1.Size = new System.Drawing.Size(748, 449);
- this.splitContainer1.SplitterDistance = 394;
- this.splitContainer1.TabIndex = 0;
- //
- // splitContainer2
- //
- this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
- this.splitContainer2.Location = new System.Drawing.Point(0, 0);
- this.splitContainer2.Name = "splitContainer2";
- this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer2.Panel2
- //
- this.splitContainer2.Panel2.Controls.Add(this.tabControl1);
- this.splitContainer2.Size = new System.Drawing.Size(748, 394);
- this.splitContainer2.SplitterDistance = 30;
- this.splitContainer2.TabIndex = 1;
- //
- // tabControl1
- //
- this.tabControl1.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
- this.tabControl1.Controls.Add(this.tabPrix);
- this.tabControl1.Controls.Add(this.tabVente);
- this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControl1.Location = new System.Drawing.Point(0, 0);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(748, 360);
- this.tabControl1.TabIndex = 0;
- //
- // tabPrix
- //
- this.tabPrix.Controls.Add(this.splitContainer3);
- this.tabPrix.Location = new System.Drawing.Point(4, 25);
- this.tabPrix.Name = "tabPrix";
- this.tabPrix.Padding = new System.Windows.Forms.Padding(3);
- this.tabPrix.Size = new System.Drawing.Size(740, 331);
- this.tabPrix.TabIndex = 0;
- this.tabPrix.Text = "Prix de Vente";
- this.tabPrix.UseVisualStyleBackColor = true;
- //
- // splitContainer3
- //
- this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
- this.splitContainer3.Location = new System.Drawing.Point(3, 3);
- this.splitContainer3.Name = "splitContainer3";
- //
- // splitContainer3.Panel1
- //
- this.splitContainer3.Panel1.Controls.Add(this.dg_presta);
- //
- // splitContainer3.Panel2
- //
- this.splitContainer3.Panel2.Controls.Add(this.bt_calcTTC);
- this.splitContainer3.Panel2.Controls.Add(this.bt_calcHT);
- this.splitContainer3.Panel2.Controls.Add(this.bt_ajProd);
- this.splitContainer3.Panel2.Controls.Add(this.bt_ajCarbu);
- this.splitContainer3.Size = new System.Drawing.Size(734, 325);
- this.splitContainer3.SplitterDistance = 592;
- this.splitContainer3.TabIndex = 7;
- //
- // dg_presta
- //
- this.dg_presta.AutoGenerateColumns = false;
- this.dg_presta.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dg_presta.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dg_presta_Sta,
- this.dg_presta_prod,
- this.dg_presta_kind,
- this.dg_presta_unit,
- this.dg_presta_pu,
- this.dg_presta_tva,
- this.dg_presta_ttc});
- this.dg_presta.DataSource = this.tbprestaBindingSource;
- this.dg_presta.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dg_presta.Location = new System.Drawing.Point(0, 0);
- this.dg_presta.Name = "dg_presta";
- this.dg_presta.Size = new System.Drawing.Size(592, 325);
- this.dg_presta.TabIndex = 3;
- this.dg_presta.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dg_presta_RowsAdded);
- //
- // dg_presta_Sta
- //
- this.dg_presta_Sta.DataPropertyName = "sta_pr";
- this.dg_presta_Sta.HeaderText = "sta_pr";
- this.dg_presta_Sta.Name = "dg_presta_Sta";
- this.dg_presta_Sta.Visible = false;
- //
- // dg_presta_prod
- //
- this.dg_presta_prod.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.dg_presta_prod.DataPropertyName = "prod_pr";
- this.dg_presta_prod.HeaderText = "Produit";
- this.dg_presta_prod.Name = "dg_presta_prod";
- this.dg_presta_prod.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.dg_presta_prod.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- //
- // dg_presta_kind
- //
- this.dg_presta_kind.DataPropertyName = "kind_pr";
- this.dg_presta_kind.HeaderText = "Type";
- this.dg_presta_kind.Name = "dg_presta_kind";
- this.dg_presta_kind.Width = 60;
- //
- // dg_presta_unit
- //
- this.dg_presta_unit.DataPropertyName = "unite_pr";
- this.dg_presta_unit.HeaderText = "Unité";
- this.dg_presta_unit.Name = "dg_presta_unit";
- this.dg_presta_unit.Width = 50;
- //
- // dg_presta_pu
- //
- this.dg_presta_pu.DataPropertyName = "pu_pr";
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle1.Format = "N3";
- dataGridViewCellStyle1.NullValue = null;
- this.dg_presta_pu.DefaultCellStyle = dataGridViewCellStyle1;
- this.dg_presta_pu.HeaderText = "PU HT";
- this.dg_presta_pu.Name = "dg_presta_pu";
- this.dg_presta_pu.Width = 50;
- //
- // dg_presta_tva
- //
- this.dg_presta_tva.DataPropertyName = "tva_pr";
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle2.Format = "N2";
- dataGridViewCellStyle2.NullValue = null;
- this.dg_presta_tva.DefaultCellStyle = dataGridViewCellStyle2;
- this.dg_presta_tva.HeaderText = "TVA";
- this.dg_presta_tva.Name = "dg_presta_tva";
- this.dg_presta_tva.Width = 50;
- //
- // dg_presta_ttc
- //
- this.dg_presta_ttc.DataPropertyName = "ttc_pr";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle3.Format = "N3";
- dataGridViewCellStyle3.NullValue = null;
- this.dg_presta_ttc.DefaultCellStyle = dataGridViewCellStyle3;
- this.dg_presta_ttc.HeaderText = "PU TTC";
- this.dg_presta_ttc.Name = "dg_presta_ttc";
- this.dg_presta_ttc.Width = 50;
- //
- // tbprestaBindingSource
- //
- this.tbprestaBindingSource.DataMember = "tb_presta";
- this.tbprestaBindingSource.DataSource = this.dataSet1;
- //
- // dataSet1
- //
- this.dataSet1.DataSetName = "DataSet1";
- this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // bt_calcTTC
- //
- this.bt_calcTTC.Location = new System.Drawing.Point(19, 182);
- this.bt_calcTTC.Name = "bt_calcTTC";
- this.bt_calcTTC.Size = new System.Drawing.Size(100, 23);
- this.bt_calcTTC.TabIndex = 10;
- this.bt_calcTTC.Text = "Calcul HT->TTC";
- this.toolTip1.SetToolTip(this.bt_calcTTC, "Recalcule les prix TTC à partir des prix HT");
- this.bt_calcTTC.UseVisualStyleBackColor = true;
- this.bt_calcTTC.Click += new System.EventHandler(this.bt_calcTTC_Click);
- //
- // bt_calcHT
- //
- this.bt_calcHT.Location = new System.Drawing.Point(19, 135);
- this.bt_calcHT.Name = "bt_calcHT";
- this.bt_calcHT.Size = new System.Drawing.Size(100, 23);
- this.bt_calcHT.TabIndex = 9;
- this.bt_calcHT.Text = "Calcul TTC->HT";
- this.toolTip1.SetToolTip(this.bt_calcHT, "Recalcule les prix HT à partir des prix TTC");
- this.bt_calcHT.UseVisualStyleBackColor = true;
- this.bt_calcHT.Click += new System.EventHandler(this.bt_calcHT_Click);
- //
- // bt_ajProd
- //
- this.bt_ajProd.Location = new System.Drawing.Point(19, 86);
- this.bt_ajProd.Name = "bt_ajProd";
- this.bt_ajProd.Size = new System.Drawing.Size(100, 23);
- this.bt_ajProd.TabIndex = 8;
- this.bt_ajProd.Text = "+ Produits";
- this.toolTip1.SetToolTip(this.bt_ajProd, "Ajoute tous les produits");
- this.bt_ajProd.UseVisualStyleBackColor = true;
- this.bt_ajProd.Click += new System.EventHandler(this.bt_ajProd_Click);
- //
- // bt_ajCarbu
- //
- this.bt_ajCarbu.Location = new System.Drawing.Point(19, 40);
- this.bt_ajCarbu.Name = "bt_ajCarbu";
- this.bt_ajCarbu.Size = new System.Drawing.Size(104, 23);
- this.bt_ajCarbu.TabIndex = 7;
- this.bt_ajCarbu.Text = "+ Carburants";
- this.toolTip1.SetToolTip(this.bt_ajCarbu, "Ajouter tous les carburants");
- this.bt_ajCarbu.UseVisualStyleBackColor = true;
- this.bt_ajCarbu.Click += new System.EventHandler(this.bt_ajCarbu_Click);
- //
- // tabVente
- //
- this.tabVente.Controls.Add(this.splitContainer4);
- this.tabVente.Location = new System.Drawing.Point(4, 25);
- this.tabVente.Name = "tabVente";
- this.tabVente.Padding = new System.Windows.Forms.Padding(3);
- this.tabVente.Size = new System.Drawing.Size(740, 331);
- this.tabVente.TabIndex = 1;
- this.tabVente.Text = "Etat des ventes";
- this.tabVente.UseVisualStyleBackColor = true;
- //
- // splitContainer4
- //
- this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer4.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
- this.splitContainer4.Location = new System.Drawing.Point(3, 3);
- this.splitContainer4.Name = "splitContainer4";
- //
- // splitContainer4.Panel1
- //
- this.splitContainer4.Panel1.Controls.Add(this.dg_vente);
- //
- // splitContainer4.Panel2
- //
- this.splitContainer4.Panel2.Controls.Add(this.chk_modif);
- this.splitContainer4.Panel2.Controls.Add(this.t_facture);
- this.splitContainer4.Size = new System.Drawing.Size(734, 325);
- this.splitContainer4.SplitterDistance = 593;
- this.splitContainer4.TabIndex = 45;
- //
- // dg_vente
- //
- this.dg_vente.AllowUserToAddRows = false;
- this.dg_vente.AllowUserToDeleteRows = false;
- this.dg_vente.AutoGenerateColumns = false;
- this.dg_vente.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dg_vente.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dg_vt_epr,
- this.dg_vt_sta,
- this.dg_vt_vehi,
- this.dg_vt_prod,
- this.dg_vt_date,
- this.dg_vt_qtt,
- this.dg_vt_pu,
- this.dg_vt_tva,
- this.dg_ht_vt,
- this.dg_vt_ttc});
- this.dg_vente.DataSource = this.tbventeBindingSource;
- this.dg_vente.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dg_vente.Location = new System.Drawing.Point(0, 0);
- this.dg_vente.Name = "dg_vente";
- this.dg_vente.Size = new System.Drawing.Size(593, 325);
- this.dg_vente.TabIndex = 1;
- this.dg_vente.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dg_vente_CellBeginEdit);
- this.dg_vente.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dg_vente_CellEndEdit);
- this.dg_vente.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.dg_vente_CellLeave);
- this.dg_vente.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dg_vente_DataError);
- this.dg_vente.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dg_vente_RowsAdded);
- //
- // dg_vt_epr
- //
- this.dg_vt_epr.DataPropertyName = "epreuve_vt";
- this.dg_vt_epr.HeaderText = "epreuve_vt";
- this.dg_vt_epr.Name = "dg_vt_epr";
- this.dg_vt_epr.ReadOnly = true;
- this.dg_vt_epr.Visible = false;
- //
- // dg_vt_sta
- //
- this.dg_vt_sta.DataPropertyName = "station_vt";
- this.dg_vt_sta.HeaderText = "station_vt";
- this.dg_vt_sta.Name = "dg_vt_sta";
- this.dg_vt_sta.ReadOnly = true;
- this.dg_vt_sta.Visible = false;
- //
- // dg_vt_vehi
- //
- this.dg_vt_vehi.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
- this.dg_vt_vehi.DataPropertyName = "vehi_vt";
- this.dg_vt_vehi.HeaderText = "Vehicule";
- this.dg_vt_vehi.Name = "dg_vt_vehi";
- this.dg_vt_vehi.ReadOnly = true;
- this.dg_vt_vehi.Width = 73;
- //
- // dg_vt_prod
- //
- this.dg_vt_prod.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.dg_vt_prod.DataPropertyName = "prod_vt";
- this.dg_vt_prod.HeaderText = "Produit";
- this.dg_vt_prod.MinimumWidth = 50;
- this.dg_vt_prod.Name = "dg_vt_prod";
- this.dg_vt_prod.ReadOnly = true;
- //
- // dg_vt_date
- //
- this.dg_vt_date.DataPropertyName = "date_vt";
- dataGridViewCellStyle4.Format = "d";
- dataGridViewCellStyle4.NullValue = null;
- this.dg_vt_date.DefaultCellStyle = dataGridViewCellStyle4;
- this.dg_vt_date.HeaderText = "Date";
- this.dg_vt_date.Name = "dg_vt_date";
- this.dg_vt_date.ReadOnly = true;
- this.dg_vt_date.Width = 80;
- //
- // dg_vt_qtt
- //
- this.dg_vt_qtt.DataPropertyName = "qtt_vt";
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle5.Format = "N2";
- this.dg_vt_qtt.DefaultCellStyle = dataGridViewCellStyle5;
- this.dg_vt_qtt.HeaderText = "Qtt";
- this.dg_vt_qtt.Name = "dg_vt_qtt";
- this.dg_vt_qtt.ReadOnly = true;
- this.dg_vt_qtt.Width = 70;
- //
- // dg_vt_pu
- //
- this.dg_vt_pu.DataPropertyName = "pu_vt";
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle6.Format = "N3";
- dataGridViewCellStyle6.NullValue = "0";
- this.dg_vt_pu.DefaultCellStyle = dataGridViewCellStyle6;
- this.dg_vt_pu.HeaderText = "PU";
- this.dg_vt_pu.Name = "dg_vt_pu";
- this.dg_vt_pu.ReadOnly = true;
- this.dg_vt_pu.Width = 70;
- //
- // dg_vt_tva
- //
- this.dg_vt_tva.DataPropertyName = "tva_vt";
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle7.Format = "N2";
- dataGridViewCellStyle7.NullValue = "0";
- this.dg_vt_tva.DefaultCellStyle = dataGridViewCellStyle7;
- this.dg_vt_tva.HeaderText = "TVA";
- this.dg_vt_tva.Name = "dg_vt_tva";
- this.dg_vt_tva.ReadOnly = true;
- this.dg_vt_tva.Width = 60;
- //
- // dg_ht_vt
- //
- this.dg_ht_vt.DataPropertyName = "ht_vt";
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle8.Format = "N2";
- this.dg_ht_vt.DefaultCellStyle = dataGridViewCellStyle8;
- this.dg_ht_vt.HeaderText = "HT";
- this.dg_ht_vt.Name = "dg_ht_vt";
- this.dg_ht_vt.Width = 70;
- //
- // dg_vt_ttc
- //
- this.dg_vt_ttc.DataPropertyName = "ttc_vt";
- dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle9.Format = "N2";
- this.dg_vt_ttc.DefaultCellStyle = dataGridViewCellStyle9;
- this.dg_vt_ttc.HeaderText = "TTC";
- this.dg_vt_ttc.Name = "dg_vt_ttc";
- this.dg_vt_ttc.ReadOnly = true;
- this.dg_vt_ttc.Width = 70;
- //
- // tbventeBindingSource
- //
- this.tbventeBindingSource.DataMember = "tb_vente";
- this.tbventeBindingSource.DataSource = this.dataSet1;
- //
- // chk_modif
- //
- this.chk_modif.Location = new System.Drawing.Point(18, 261);
- this.chk_modif.Name = "chk_modif";
- this.chk_modif.Size = new System.Drawing.Size(104, 47);
- this.chk_modif.TabIndex = 47;
- this.chk_modif.Text = "Autoriser la modification des quantités";
- this.chk_modif.UseVisualStyleBackColor = true;
- this.chk_modif.Visible = false;
- this.chk_modif.CheckedChanged += new System.EventHandler(this.chk_modif_CheckedChanged);
- //
- // t_facture
- //
- this.t_facture.Location = new System.Drawing.Point(18, 43);
- this.t_facture.Name = "t_facture";
- this.t_facture.Size = new System.Drawing.Size(100, 23);
- this.t_facture.TabIndex = 45;
- this.t_facture.Text = "Facture";
- this.t_facture.UseVisualStyleBackColor = true;
- this.t_facture.Click += new System.EventHandler(this.t_facture_Click);
- //
- // button1
- //
- this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.button1.Location = new System.Drawing.Point(622, 16);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(100, 23);
- this.button1.TabIndex = 0;
- this.button1.Text = "Sauvegarde";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // toolTip1
- //
- this.toolTip1.ToolTipTitle = "Aide";
- //
- // f_presta
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(748, 449);
- this.Controls.Add(this.splitContainer1);
- this.Name = "f_presta";
- this.ShowIcon = false;
- this.ShowInTaskbar = false;
- this.Text = "Prestations";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.f_presta_FormClosing);
- this.Load += new System.EventHandler(this.f_presta_Load);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- this.splitContainer2.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
- this.splitContainer2.ResumeLayout(false);
- this.tabControl1.ResumeLayout(false);
- this.tabPrix.ResumeLayout(false);
- this.splitContainer3.Panel1.ResumeLayout(false);
- this.splitContainer3.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
- this.splitContainer3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dg_presta)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.tbprestaBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
- this.tabVente.ResumeLayout(false);
- this.splitContainer4.Panel1.ResumeLayout(false);
- this.splitContainer4.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
- this.splitContainer4.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dg_vente)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.tbventeBindingSource)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.SplitContainer splitContainer2;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPrix;
- private System.Windows.Forms.TabPage tabVente;
- private System.Windows.Forms.BindingSource tbprestaBindingSource;
- private DataSet1 dataSet1;
- private System.Windows.Forms.ToolTip toolTip1;
- private System.Windows.Forms.BindingSource tbventeBindingSource;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.SplitContainer splitContainer3;
- private System.Windows.Forms.Button bt_ajCarbu;
- private System.Windows.Forms.Button bt_ajProd;
- private System.Windows.Forms.Button bt_calcHT;
- private System.Windows.Forms.Button bt_calcTTC;
- private System.Windows.Forms.DataGridView dg_presta;
- private System.Windows.Forms.SplitContainer splitContainer4;
- private System.Windows.Forms.Button t_facture;
- private System.Windows.Forms.DataGridView dg_vente;
- private System.Windows.Forms.DataGridViewTextBoxColumn dg_vt_ht;
- private System.Windows.Forms.DataGridViewTextBoxColumn dg_presta_ttc;
- private System.Windows.Forms.DataGridViewTextBoxColumn dg_presta_tva;
- private System.Windows.Forms.DataGridViewTextBoxColumn dg_presta_pu;
- private System.Windows.Forms.DataGridViewTextBoxColumn dg_presta_unit;
- private System.Windows.Forms.DataGridViewTextBoxColumn dg_presta_kind;
- private System.Windows.Forms.DataGridViewComboBoxColumn dg_presta_prod;
- private System.Windows.Forms.DataGridViewTextBoxColumn dg_presta_Sta;
- private System.Windows.Forms.CheckBox chk_modif;
- private System.Windows.Forms.DataGridViewTextBoxColumn dg_vt_epr;
- private System.Windows.Forms.DataGridViewTextBoxColumn dg_vt_sta;
- private System.Windows.Forms.DataGridViewTextBoxColumn dg_vt_vehi;
- private System.Windows.Forms.DataGridViewTextBoxColumn dg_vt_prod;
- private System.Windows.Forms.DataGridViewTextBoxColumn dg_vt_date;
- private System.Windows.Forms.DataGridViewTextBoxColumn dg_vt_qtt;
- private System.Windows.Forms.DataGridViewTextBoxColumn dg_vt_pu;
- private System.Windows.Forms.DataGridViewTextBoxColumn dg_vt_tva;
- private System.Windows.Forms.DataGridViewTextBoxColumn dg_ht_vt;
- private System.Windows.Forms.DataGridViewTextBoxColumn dg_vt_ttc;
- }
- }
|