| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541 |
- namespace Fuel01
- {
- partial class f_facture
- {
- /// <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();
- this.tbventeBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.dataSet1 = new Fuel01.DataSet1();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.bt_simul = new System.Windows.Forms.Button();
- this.vt_date = new System.Windows.Forms.TextBox();
- this.label10 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- 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.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.vt_ttc = new System.Windows.Forms.TextBox();
- this.vt_tva = new System.Windows.Forms.TextBox();
- this.vt_ht = new System.Windows.Forms.TextBox();
- this.vt_pu = new System.Windows.Forms.TextBox();
- this.vt_qtt = new System.Windows.Forms.TextBox();
- this.vt_prod = new System.Windows.Forms.TextBox();
- this.vt_vehi = new System.Windows.Forms.TextBox();
- this.vt_station = new System.Windows.Forms.TextBox();
- this.vt_epreuve = new System.Windows.Forms.TextBox();
- this.bt_fact = new System.Windows.Forms.Button();
- this.dg_vente = new System.Windows.Forms.DataGridView();
- this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.stationvtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.vehivtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.prodvtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.datevtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.qttvtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.puvtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tvavtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ht_vt = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ttcvtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dg_simul = new System.Windows.Forms.DataGridView();
- ((System.ComponentModel.ISupportInitialize)(this.tbventeBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dg_vente)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dg_simul)).BeginInit();
- this.SuspendLayout();
- //
- // tbventeBindingSource
- //
- this.tbventeBindingSource.DataMember = "tb_vente";
- this.tbventeBindingSource.DataSource = this.dataSet1;
- //
- // dataSet1
- //
- this.dataSet1.DataSetName = "DataSet1";
- this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // 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.bt_simul);
- this.splitContainer1.Panel1.Controls.Add(this.vt_date);
- this.splitContainer1.Panel1.Controls.Add(this.label10);
- this.splitContainer1.Panel1.Controls.Add(this.label9);
- this.splitContainer1.Panel1.Controls.Add(this.label8);
- this.splitContainer1.Panel1.Controls.Add(this.label7);
- this.splitContainer1.Panel1.Controls.Add(this.label6);
- this.splitContainer1.Panel1.Controls.Add(this.label5);
- this.splitContainer1.Panel1.Controls.Add(this.label4);
- this.splitContainer1.Panel1.Controls.Add(this.label3);
- this.splitContainer1.Panel1.Controls.Add(this.label2);
- this.splitContainer1.Panel1.Controls.Add(this.label1);
- this.splitContainer1.Panel1.Controls.Add(this.vt_ttc);
- this.splitContainer1.Panel1.Controls.Add(this.vt_tva);
- this.splitContainer1.Panel1.Controls.Add(this.vt_ht);
- this.splitContainer1.Panel1.Controls.Add(this.vt_pu);
- this.splitContainer1.Panel1.Controls.Add(this.vt_qtt);
- this.splitContainer1.Panel1.Controls.Add(this.vt_prod);
- this.splitContainer1.Panel1.Controls.Add(this.vt_vehi);
- this.splitContainer1.Panel1.Controls.Add(this.vt_station);
- this.splitContainer1.Panel1.Controls.Add(this.vt_epreuve);
- this.splitContainer1.Panel1.Controls.Add(this.bt_fact);
- this.splitContainer1.Panel1.Controls.Add(this.dg_vente);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.dg_simul);
- this.splitContainer1.Size = new System.Drawing.Size(970, 539);
- this.splitContainer1.SplitterDistance = 381;
- this.splitContainer1.TabIndex = 26;
- //
- // bt_simul
- //
- this.bt_simul.Location = new System.Drawing.Point(883, 350);
- this.bt_simul.Name = "bt_simul";
- this.bt_simul.Size = new System.Drawing.Size(75, 23);
- this.bt_simul.TabIndex = 48;
- this.bt_simul.Text = "Simulation";
- this.bt_simul.UseVisualStyleBackColor = true;
- this.bt_simul.Click += new System.EventHandler(this.bt_simul_Click);
- //
- // vt_date
- //
- this.vt_date.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbventeBindingSource, "date_vt", true));
- this.vt_date.Location = new System.Drawing.Point(839, 143);
- this.vt_date.Name = "vt_date";
- this.vt_date.ReadOnly = true;
- this.vt_date.Size = new System.Drawing.Size(69, 20);
- this.vt_date.TabIndex = 47;
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(778, 311);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(55, 13);
- this.label10.TabIndex = 46;
- this.label10.Text = "Total TTC";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(790, 278);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(43, 13);
- this.label9.TabIndex = 45;
- this.label9.Text = "Tx TVA";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(781, 245);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(52, 13);
- this.label8.TabIndex = 44;
- this.label8.Text = "Total HT";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(787, 212);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(46, 13);
- this.label7.TabIndex = 43;
- this.label7.Text = "PU TTC";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(786, 179);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(47, 13);
- this.label6.TabIndex = 42;
- this.label6.Text = "Quantité";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(803, 146);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(30, 13);
- this.label5.TabIndex = 41;
- this.label5.Text = "Date";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(793, 113);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(40, 13);
- this.label4.TabIndex = 40;
- this.label4.Text = "Produit";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(785, 80);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(48, 13);
- this.label3.TabIndex = 39;
- this.label3.Text = "Véhicule";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(793, 47);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(40, 13);
- this.label2.TabIndex = 38;
- this.label2.Text = "Station";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(786, 14);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(47, 13);
- this.label1.TabIndex = 37;
- this.label1.Text = "Epreuve";
- //
- // vt_ttc
- //
- this.vt_ttc.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbventeBindingSource, "ttc_vt", true));
- this.vt_ttc.Location = new System.Drawing.Point(841, 307);
- this.vt_ttc.Name = "vt_ttc";
- this.vt_ttc.Size = new System.Drawing.Size(67, 20);
- this.vt_ttc.TabIndex = 36;
- this.vt_ttc.Enter += new System.EventHandler(this.vt_qtt_Enter);
- this.vt_ttc.Leave += new System.EventHandler(this.vt_qtt_Leave);
- //
- // vt_tva
- //
- this.vt_tva.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbventeBindingSource, "tva_vt", true));
- this.vt_tva.Location = new System.Drawing.Point(841, 274);
- this.vt_tva.Name = "vt_tva";
- this.vt_tva.ReadOnly = true;
- this.vt_tva.Size = new System.Drawing.Size(67, 20);
- this.vt_tva.TabIndex = 35;
- //
- // vt_ht
- //
- this.vt_ht.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbventeBindingSource, "ht_vt", true));
- this.vt_ht.Location = new System.Drawing.Point(841, 241);
- this.vt_ht.Name = "vt_ht";
- this.vt_ht.ReadOnly = true;
- this.vt_ht.Size = new System.Drawing.Size(67, 20);
- this.vt_ht.TabIndex = 34;
- //
- // vt_pu
- //
- this.vt_pu.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbventeBindingSource, "pu_vt", true));
- this.vt_pu.Location = new System.Drawing.Point(841, 208);
- this.vt_pu.Name = "vt_pu";
- this.vt_pu.ReadOnly = true;
- this.vt_pu.Size = new System.Drawing.Size(67, 20);
- this.vt_pu.TabIndex = 33;
- //
- // vt_qtt
- //
- this.vt_qtt.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbventeBindingSource, "qtt_vt", true));
- this.vt_qtt.Location = new System.Drawing.Point(841, 175);
- this.vt_qtt.Name = "vt_qtt";
- this.vt_qtt.ReadOnly = true;
- this.vt_qtt.Size = new System.Drawing.Size(67, 20);
- this.vt_qtt.TabIndex = 32;
- this.vt_qtt.Enter += new System.EventHandler(this.vt_qtt_Enter);
- this.vt_qtt.Leave += new System.EventHandler(this.vt_qtt_Leave);
- //
- // vt_prod
- //
- this.vt_prod.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbventeBindingSource, "prod_vt", true));
- this.vt_prod.Location = new System.Drawing.Point(841, 110);
- this.vt_prod.Name = "vt_prod";
- this.vt_prod.ReadOnly = true;
- this.vt_prod.Size = new System.Drawing.Size(100, 20);
- this.vt_prod.TabIndex = 31;
- //
- // vt_vehi
- //
- this.vt_vehi.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbventeBindingSource, "vehi_vt", true));
- this.vt_vehi.Location = new System.Drawing.Point(841, 76);
- this.vt_vehi.Name = "vt_vehi";
- this.vt_vehi.ReadOnly = true;
- this.vt_vehi.Size = new System.Drawing.Size(100, 20);
- this.vt_vehi.TabIndex = 30;
- //
- // vt_station
- //
- this.vt_station.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbventeBindingSource, "station_vt", true));
- this.vt_station.Location = new System.Drawing.Point(841, 43);
- this.vt_station.Name = "vt_station";
- this.vt_station.ReadOnly = true;
- this.vt_station.Size = new System.Drawing.Size(100, 20);
- this.vt_station.TabIndex = 29;
- //
- // vt_epreuve
- //
- this.vt_epreuve.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbventeBindingSource, "epreuve_vt", true));
- this.vt_epreuve.Location = new System.Drawing.Point(841, 10);
- this.vt_epreuve.Name = "vt_epreuve";
- this.vt_epreuve.ReadOnly = true;
- this.vt_epreuve.Size = new System.Drawing.Size(100, 20);
- this.vt_epreuve.TabIndex = 28;
- //
- // bt_fact
- //
- this.bt_fact.Location = new System.Drawing.Point(788, 350);
- this.bt_fact.Name = "bt_fact";
- this.bt_fact.Size = new System.Drawing.Size(75, 23);
- this.bt_fact.TabIndex = 27;
- this.bt_fact.Text = "Facture";
- this.bt_fact.UseVisualStyleBackColor = true;
- this.bt_fact.Click += new System.EventHandler(this.bt_fact_Click);
- //
- // 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.Column1,
- this.stationvtDataGridViewTextBoxColumn,
- this.vehivtDataGridViewTextBoxColumn,
- this.prodvtDataGridViewTextBoxColumn,
- this.datevtDataGridViewTextBoxColumn,
- this.qttvtDataGridViewTextBoxColumn,
- this.puvtDataGridViewTextBoxColumn,
- this.tvavtDataGridViewTextBoxColumn,
- this.ht_vt,
- this.ttcvtDataGridViewTextBoxColumn});
- this.dg_vente.DataSource = this.tbventeBindingSource;
- this.dg_vente.Location = new System.Drawing.Point(0, 0);
- this.dg_vente.Name = "dg_vente";
- this.dg_vente.ReadOnly = true;
- this.dg_vente.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dg_vente.Size = new System.Drawing.Size(729, 378);
- this.dg_vente.TabIndex = 26;
- //
- // Column1
- //
- this.Column1.DataPropertyName = "epreuve_vt";
- this.Column1.HeaderText = "epreuve_vt";
- this.Column1.Name = "Column1";
- this.Column1.ReadOnly = true;
- this.Column1.Visible = false;
- //
- // stationvtDataGridViewTextBoxColumn
- //
- this.stationvtDataGridViewTextBoxColumn.DataPropertyName = "station_vt";
- this.stationvtDataGridViewTextBoxColumn.HeaderText = "station_vt";
- this.stationvtDataGridViewTextBoxColumn.Name = "stationvtDataGridViewTextBoxColumn";
- this.stationvtDataGridViewTextBoxColumn.ReadOnly = true;
- this.stationvtDataGridViewTextBoxColumn.Visible = false;
- //
- // vehivtDataGridViewTextBoxColumn
- //
- this.vehivtDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
- this.vehivtDataGridViewTextBoxColumn.DataPropertyName = "vehi_vt";
- this.vehivtDataGridViewTextBoxColumn.HeaderText = "Vehicule";
- this.vehivtDataGridViewTextBoxColumn.Name = "vehivtDataGridViewTextBoxColumn";
- this.vehivtDataGridViewTextBoxColumn.ReadOnly = true;
- this.vehivtDataGridViewTextBoxColumn.Width = 73;
- //
- // prodvtDataGridViewTextBoxColumn
- //
- this.prodvtDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.prodvtDataGridViewTextBoxColumn.DataPropertyName = "prod_vt";
- this.prodvtDataGridViewTextBoxColumn.HeaderText = "Produit";
- this.prodvtDataGridViewTextBoxColumn.Name = "prodvtDataGridViewTextBoxColumn";
- this.prodvtDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // datevtDataGridViewTextBoxColumn
- //
- this.datevtDataGridViewTextBoxColumn.DataPropertyName = "date_vt";
- dataGridViewCellStyle1.Format = "d";
- dataGridViewCellStyle1.NullValue = null;
- this.datevtDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1;
- this.datevtDataGridViewTextBoxColumn.HeaderText = "Date";
- this.datevtDataGridViewTextBoxColumn.Name = "datevtDataGridViewTextBoxColumn";
- this.datevtDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // qttvtDataGridViewTextBoxColumn
- //
- this.qttvtDataGridViewTextBoxColumn.DataPropertyName = "qtt_vt";
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle2.Format = "N2";
- this.qttvtDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle2;
- this.qttvtDataGridViewTextBoxColumn.HeaderText = "Qtt";
- this.qttvtDataGridViewTextBoxColumn.Name = "qttvtDataGridViewTextBoxColumn";
- this.qttvtDataGridViewTextBoxColumn.ReadOnly = true;
- this.qttvtDataGridViewTextBoxColumn.Width = 75;
- //
- // puvtDataGridViewTextBoxColumn
- //
- this.puvtDataGridViewTextBoxColumn.DataPropertyName = "pu_vt";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle3.Format = "N3";
- dataGridViewCellStyle3.NullValue = "0";
- this.puvtDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle3;
- this.puvtDataGridViewTextBoxColumn.HeaderText = "Prix";
- this.puvtDataGridViewTextBoxColumn.Name = "puvtDataGridViewTextBoxColumn";
- this.puvtDataGridViewTextBoxColumn.ReadOnly = true;
- this.puvtDataGridViewTextBoxColumn.Width = 75;
- //
- // tvavtDataGridViewTextBoxColumn
- //
- this.tvavtDataGridViewTextBoxColumn.DataPropertyName = "tva_vt";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle4.Format = "N2";
- dataGridViewCellStyle4.NullValue = "0";
- this.tvavtDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle4;
- this.tvavtDataGridViewTextBoxColumn.HeaderText = "TVA";
- this.tvavtDataGridViewTextBoxColumn.Name = "tvavtDataGridViewTextBoxColumn";
- this.tvavtDataGridViewTextBoxColumn.ReadOnly = true;
- this.tvavtDataGridViewTextBoxColumn.Width = 75;
- //
- // ht_vt
- //
- this.ht_vt.DataPropertyName = "ht_vt";
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle5.Format = "N2";
- dataGridViewCellStyle5.NullValue = "0";
- this.ht_vt.DefaultCellStyle = dataGridViewCellStyle5;
- this.ht_vt.HeaderText = "HT";
- this.ht_vt.Name = "ht_vt";
- this.ht_vt.ReadOnly = true;
- //
- // ttcvtDataGridViewTextBoxColumn
- //
- this.ttcvtDataGridViewTextBoxColumn.DataPropertyName = "ttc_vt";
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle6.Format = "N2";
- this.ttcvtDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle6;
- this.ttcvtDataGridViewTextBoxColumn.HeaderText = "TTC";
- this.ttcvtDataGridViewTextBoxColumn.Name = "ttcvtDataGridViewTextBoxColumn";
- this.ttcvtDataGridViewTextBoxColumn.ReadOnly = true;
- this.ttcvtDataGridViewTextBoxColumn.Width = 75;
- //
- // dg_simul
- //
- this.dg_simul.AllowUserToAddRows = false;
- this.dg_simul.AllowUserToDeleteRows = false;
- this.dg_simul.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dg_simul.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dg_simul.Location = new System.Drawing.Point(0, 0);
- this.dg_simul.Name = "dg_simul";
- this.dg_simul.ReadOnly = true;
- this.dg_simul.Size = new System.Drawing.Size(970, 154);
- this.dg_simul.TabIndex = 0;
- //
- // f_facture
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(970, 539);
- this.Controls.Add(this.splitContainer1);
- this.Name = "f_facture";
- this.ShowIcon = false;
- this.ShowInTaskbar = false;
- this.Text = "Factures";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.f_facture_FormClosing);
- this.Load += new System.EventHandler(this.f_facture_Load);
- ((System.ComponentModel.ISupportInitialize)(this.tbventeBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel1.PerformLayout();
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dg_vente)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dg_simul)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.BindingSource tbventeBindingSource;
- private DataSet1 dataSet1;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.TextBox vt_date;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label label9;
- 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.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox vt_ttc;
- private System.Windows.Forms.TextBox vt_tva;
- private System.Windows.Forms.TextBox vt_ht;
- private System.Windows.Forms.TextBox vt_pu;
- private System.Windows.Forms.TextBox vt_qtt;
- private System.Windows.Forms.TextBox vt_prod;
- private System.Windows.Forms.TextBox vt_vehi;
- private System.Windows.Forms.TextBox vt_station;
- private System.Windows.Forms.TextBox vt_epreuve;
- private System.Windows.Forms.Button bt_fact;
- private System.Windows.Forms.DataGridView dg_vente;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
- private System.Windows.Forms.DataGridViewTextBoxColumn stationvtDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn vehivtDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn prodvtDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn datevtDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn qttvtDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn puvtDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn tvavtDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn ht_vt;
- private System.Windows.Forms.DataGridViewTextBoxColumn ttcvtDataGridViewTextBoxColumn;
- private System.Windows.Forms.Button bt_simul;
- private System.Windows.Forms.DataGridView dg_simul;
- }
- }
|