| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939 |
- namespace Fuel01
- {
- partial class f_saisie2
- {
- /// <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();
- this.text_no = new System.Windows.Forms.TextBox();
- this.grpCarb = new System.Windows.Forms.GroupBox();
- this.nuMntCarb = new System.Windows.Forms.NumericUpDown();
- this.nuVolCarb = new System.Windows.Forms.NumericUpDown();
- this.label2 = new System.Windows.Forms.Label();
- this.nuPxCarb = new System.Windows.Forms.NumericUpDown();
- this.label3 = new System.Windows.Forms.Label();
- this.rdCarb6 = new System.Windows.Forms.RadioButton();
- this.rdCarb3 = new System.Windows.Forms.RadioButton();
- this.label4 = new System.Windows.Forms.Label();
- this.rdCarb5 = new System.Windows.Forms.RadioButton();
- this.rdCarb4 = new System.Windows.Forms.RadioButton();
- this.rdCarb2 = new System.Windows.Forms.RadioButton();
- this.rdCarb1 = new System.Windows.Forms.RadioButton();
- this.label1 = new System.Windows.Forms.Label();
- this.bt_valid = new System.Windows.Forms.Button();
- this.bt_abort = new System.Windows.Forms.Button();
- this.lbl_pilote = new System.Windows.Forms.Label();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.rdMoto = new System.Windows.Forms.RadioButton();
- this.rdAuto = new System.Windows.Forms.RadioButton();
- this.tbstationBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.dataSet1 = new Fuel01.DataSet1();
- this.tbprestaBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.tbventeBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.grpServ = new System.Windows.Forms.GroupBox();
- this.label9 = new System.Windows.Forms.Label();
- this.nuTotFree = new System.Windows.Forms.NumericUpDown();
- this.nuTot3 = new System.Windows.Forms.NumericUpDown();
- this.nuTot2 = new System.Windows.Forms.NumericUpDown();
- this.nuTot1 = new System.Windows.Forms.NumericUpDown();
- this.label8 = new System.Windows.Forms.Label();
- this.numTvaFree = new System.Windows.Forms.NumericUpDown();
- this.label7 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.nuQttFree = new System.Windows.Forms.NumericUpDown();
- this.nuPrFree = new System.Windows.Forms.NumericUpDown();
- this.nuQtt3 = new System.Windows.Forms.NumericUpDown();
- this.nuPr3 = new System.Windows.Forms.NumericUpDown();
- this.nuQtt2 = new System.Windows.Forms.NumericUpDown();
- this.nuPr2 = new System.Windows.Forms.NumericUpDown();
- this.nuQtt1 = new System.Windows.Forms.NumericUpDown();
- this.txtPrFree = new System.Windows.Forms.TextBox();
- this.chkPrFree = new System.Windows.Forms.CheckBox();
- this.chkPr3 = new System.Windows.Forms.CheckBox();
- this.chkPr2 = new System.Windows.Forms.CheckBox();
- this.chkPr1 = new System.Windows.Forms.CheckBox();
- this.nuPr1 = new System.Windows.Forms.NumericUpDown();
- this.bt_search = new System.Windows.Forms.Button();
- this.tbvehiBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.tbventetmpbindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.bt_save = new System.Windows.Forms.Button();
- this.lblstadt = new System.Windows.Forms.Label();
- this.grpCarb.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nuMntCarb)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nuVolCarb)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nuPxCarb)).BeginInit();
- this.groupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.tbstationBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.tbprestaBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.tbventeBindingSource)).BeginInit();
- this.grpServ.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nuTotFree)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nuTot3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nuTot2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nuTot1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numTvaFree)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nuQttFree)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nuPrFree)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nuQtt3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nuPr3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nuQtt2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nuPr2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nuQtt1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nuPr1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.tbvehiBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.tbventetmpbindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // text_no
- //
- this.text_no.Location = new System.Drawing.Point(362, 8);
- this.text_no.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
- this.text_no.Name = "text_no";
- this.text_no.Size = new System.Drawing.Size(55, 26);
- this.text_no.TabIndex = 2;
- this.text_no.Text = "...";
- this.text_no.KeyUp += new System.Windows.Forms.KeyEventHandler(this.text_no_KeyUp);
- this.text_no.Leave += new System.EventHandler(this.bt_search_Click);
- //
- // grpCarb
- //
- this.grpCarb.Controls.Add(this.nuMntCarb);
- this.grpCarb.Controls.Add(this.nuVolCarb);
- this.grpCarb.Controls.Add(this.label2);
- this.grpCarb.Controls.Add(this.nuPxCarb);
- this.grpCarb.Controls.Add(this.label3);
- this.grpCarb.Controls.Add(this.rdCarb6);
- this.grpCarb.Controls.Add(this.rdCarb3);
- this.grpCarb.Controls.Add(this.label4);
- this.grpCarb.Controls.Add(this.rdCarb5);
- this.grpCarb.Controls.Add(this.rdCarb4);
- this.grpCarb.Controls.Add(this.rdCarb2);
- this.grpCarb.Controls.Add(this.rdCarb1);
- this.grpCarb.Location = new System.Drawing.Point(18, 74);
- this.grpCarb.Margin = new System.Windows.Forms.Padding(2);
- this.grpCarb.Name = "grpCarb";
- this.grpCarb.Padding = new System.Windows.Forms.Padding(2);
- this.grpCarb.Size = new System.Drawing.Size(688, 127);
- this.grpCarb.TabIndex = 4;
- this.grpCarb.TabStop = false;
- this.grpCarb.Text = "Carburants";
- //
- // nuMntCarb
- //
- this.nuMntCarb.DecimalPlaces = 2;
- this.nuMntCarb.Location = new System.Drawing.Point(257, 80);
- this.nuMntCarb.Maximum = new decimal(new int[] {
- 32768,
- 0,
- 0,
- 0});
- this.nuMntCarb.Name = "nuMntCarb";
- this.nuMntCarb.Size = new System.Drawing.Size(95, 26);
- this.nuMntCarb.TabIndex = 2;
- this.nuMntCarb.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
- //
- // nuVolCarb
- //
- this.nuVolCarb.DecimalPlaces = 2;
- this.nuVolCarb.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 131072});
- this.nuVolCarb.Location = new System.Drawing.Point(426, 80);
- this.nuVolCarb.Margin = new System.Windows.Forms.Padding(2);
- this.nuVolCarb.Maximum = new decimal(new int[] {
- 32768,
- 0,
- 0,
- 0});
- this.nuVolCarb.Name = "nuVolCarb";
- this.nuVolCarb.Size = new System.Drawing.Size(106, 26);
- this.nuVolCarb.TabIndex = 3;
- this.nuVolCarb.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(388, 81);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(36, 20);
- this.label2.TabIndex = 15;
- this.label2.Text = "Vol.";
- //
- // nuPxCarb
- //
- this.nuPxCarb.DecimalPlaces = 3;
- this.nuPxCarb.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 131072});
- this.nuPxCarb.Location = new System.Drawing.Point(70, 80);
- this.nuPxCarb.Margin = new System.Windows.Forms.Padding(2);
- this.nuPxCarb.Maximum = new decimal(new int[] {
- 32768,
- 0,
- 0,
- 0});
- this.nuPxCarb.Name = "nuPxCarb";
- this.nuPxCarb.ReadOnly = true;
- this.nuPxCarb.Size = new System.Drawing.Size(106, 26);
- this.nuPxCarb.TabIndex = 1;
- this.nuPxCarb.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(213, 80);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(40, 20);
- this.label3.TabIndex = 13;
- this.label3.Text = "Mnt.";
- //
- // rdCarb6
- //
- this.rdCarb6.AutoSize = true;
- this.rdCarb6.Location = new System.Drawing.Point(572, 37);
- this.rdCarb6.Margin = new System.Windows.Forms.Padding(2);
- this.rdCarb6.Name = "rdCarb6";
- this.rdCarb6.Size = new System.Drawing.Size(39, 24);
- this.rdCarb6.TabIndex = 5;
- this.rdCarb6.Text = "...";
- this.rdCarb6.UseVisualStyleBackColor = true;
- this.rdCarb6.CheckedChanged += new System.EventHandler(this.rdCarb_CheckedChanged);
- //
- // rdCarb3
- //
- this.rdCarb3.AutoSize = true;
- this.rdCarb3.Location = new System.Drawing.Point(236, 37);
- this.rdCarb3.Margin = new System.Windows.Forms.Padding(2);
- this.rdCarb3.Name = "rdCarb3";
- this.rdCarb3.Size = new System.Drawing.Size(39, 24);
- this.rdCarb3.TabIndex = 2;
- this.rdCarb3.Text = "...";
- this.rdCarb3.UseVisualStyleBackColor = true;
- this.rdCarb3.CheckedChanged += new System.EventHandler(this.rdCarb_CheckedChanged);
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(9, 80);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(55, 20);
- this.label4.TabIndex = 7;
- this.label4.Text = "Prix L.";
- //
- // rdCarb5
- //
- this.rdCarb5.AutoSize = true;
- this.rdCarb5.Location = new System.Drawing.Point(460, 37);
- this.rdCarb5.Margin = new System.Windows.Forms.Padding(2);
- this.rdCarb5.Name = "rdCarb5";
- this.rdCarb5.Size = new System.Drawing.Size(39, 24);
- this.rdCarb5.TabIndex = 4;
- this.rdCarb5.Text = "...";
- this.rdCarb5.UseVisualStyleBackColor = true;
- this.rdCarb5.CheckedChanged += new System.EventHandler(this.rdCarb_CheckedChanged);
- //
- // rdCarb4
- //
- this.rdCarb4.AutoSize = true;
- this.rdCarb4.Location = new System.Drawing.Point(348, 37);
- this.rdCarb4.Margin = new System.Windows.Forms.Padding(2);
- this.rdCarb4.Name = "rdCarb4";
- this.rdCarb4.Size = new System.Drawing.Size(39, 24);
- this.rdCarb4.TabIndex = 3;
- this.rdCarb4.Text = "...";
- this.rdCarb4.UseVisualStyleBackColor = true;
- this.rdCarb4.CheckedChanged += new System.EventHandler(this.rdCarb_CheckedChanged);
- //
- // rdCarb2
- //
- this.rdCarb2.AutoSize = true;
- this.rdCarb2.Location = new System.Drawing.Point(124, 37);
- this.rdCarb2.Margin = new System.Windows.Forms.Padding(2);
- this.rdCarb2.Name = "rdCarb2";
- this.rdCarb2.Size = new System.Drawing.Size(39, 24);
- this.rdCarb2.TabIndex = 1;
- this.rdCarb2.Text = "...";
- this.rdCarb2.UseVisualStyleBackColor = true;
- this.rdCarb2.CheckedChanged += new System.EventHandler(this.rdCarb_CheckedChanged);
- //
- // rdCarb1
- //
- this.rdCarb1.AutoSize = true;
- this.rdCarb1.Checked = true;
- this.rdCarb1.Location = new System.Drawing.Point(12, 37);
- this.rdCarb1.Margin = new System.Windows.Forms.Padding(2);
- this.rdCarb1.Name = "rdCarb1";
- this.rdCarb1.Size = new System.Drawing.Size(39, 24);
- this.rdCarb1.TabIndex = 0;
- this.rdCarb1.TabStop = true;
- this.rdCarb1.Text = "...";
- this.rdCarb1.UseVisualStyleBackColor = true;
- this.rdCarb1.CheckedChanged += new System.EventHandler(this.rdCarb_CheckedChanged);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(239, 13);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(108, 20);
- this.label1.TabIndex = 1;
- this.label1.Text = "N° du véhicule";
- //
- // bt_valid
- //
- this.bt_valid.Location = new System.Drawing.Point(21, 540);
- this.bt_valid.Margin = new System.Windows.Forms.Padding(2);
- this.bt_valid.Name = "bt_valid";
- this.bt_valid.Size = new System.Drawing.Size(106, 38);
- this.bt_valid.TabIndex = 6;
- this.bt_valid.Text = "Ajouter";
- this.bt_valid.UseVisualStyleBackColor = true;
- this.bt_valid.Click += new System.EventHandler(this.bt_valid_Click);
- //
- // bt_abort
- //
- this.bt_abort.Location = new System.Drawing.Point(196, 540);
- this.bt_abort.Margin = new System.Windows.Forms.Padding(2);
- this.bt_abort.Name = "bt_abort";
- this.bt_abort.Size = new System.Drawing.Size(116, 38);
- this.bt_abort.TabIndex = 7;
- this.bt_abort.Text = "Abandonner";
- this.bt_abort.UseVisualStyleBackColor = true;
- this.bt_abort.Click += new System.EventHandler(this.bt_abort_Click);
- //
- // lbl_pilote
- //
- this.lbl_pilote.Location = new System.Drawing.Point(18, 42);
- this.lbl_pilote.Name = "lbl_pilote";
- this.lbl_pilote.Size = new System.Drawing.Size(208, 20);
- this.lbl_pilote.TabIndex = 19;
- this.lbl_pilote.Text = ".....................................";
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.rdMoto);
- this.groupBox2.Controls.Add(this.rdAuto);
- this.groupBox2.Location = new System.Drawing.Point(21, -2);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(192, 42);
- this.groupBox2.TabIndex = 0;
- this.groupBox2.TabStop = false;
- //
- // rdMoto
- //
- this.rdMoto.AutoSize = true;
- this.rdMoto.Location = new System.Drawing.Point(98, 14);
- this.rdMoto.Name = "rdMoto";
- this.rdMoto.Size = new System.Drawing.Size(63, 24);
- this.rdMoto.TabIndex = 1;
- this.rdMoto.Text = "Moto";
- this.rdMoto.UseVisualStyleBackColor = true;
- //
- // rdAuto
- //
- this.rdAuto.AutoSize = true;
- this.rdAuto.Checked = true;
- this.rdAuto.Location = new System.Drawing.Point(10, 15);
- this.rdAuto.Name = "rdAuto";
- this.rdAuto.Size = new System.Drawing.Size(61, 24);
- this.rdAuto.TabIndex = 1;
- this.rdAuto.TabStop = true;
- this.rdAuto.Text = "Auto";
- this.rdAuto.UseVisualStyleBackColor = true;
- //
- // tbstationBindingSource
- //
- this.tbstationBindingSource.DataMember = "tb_station";
- this.tbstationBindingSource.DataSource = this.dataSet1;
- this.tbstationBindingSource.PositionChanged += new System.EventHandler(this.tbstationBindingSource_PositionChanged);
- //
- // dataSet1
- //
- this.dataSet1.DataSetName = "DataSet1";
- this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // tbprestaBindingSource
- //
- this.tbprestaBindingSource.DataMember = "tb_presta";
- this.tbprestaBindingSource.DataSource = this.dataSet1;
- //
- // tbventeBindingSource
- //
- this.tbventeBindingSource.DataMember = "tb_vente";
- this.tbventeBindingSource.DataSource = this.dataSet1;
- //
- // grpServ
- //
- this.grpServ.Controls.Add(this.label9);
- this.grpServ.Controls.Add(this.nuTotFree);
- this.grpServ.Controls.Add(this.nuTot3);
- this.grpServ.Controls.Add(this.nuTot2);
- this.grpServ.Controls.Add(this.nuTot1);
- this.grpServ.Controls.Add(this.label8);
- this.grpServ.Controls.Add(this.numTvaFree);
- this.grpServ.Controls.Add(this.label7);
- this.grpServ.Controls.Add(this.label6);
- this.grpServ.Controls.Add(this.label5);
- this.grpServ.Controls.Add(this.nuQttFree);
- this.grpServ.Controls.Add(this.nuPrFree);
- this.grpServ.Controls.Add(this.nuQtt3);
- this.grpServ.Controls.Add(this.nuPr3);
- this.grpServ.Controls.Add(this.nuQtt2);
- this.grpServ.Controls.Add(this.nuPr2);
- this.grpServ.Controls.Add(this.nuQtt1);
- this.grpServ.Controls.Add(this.txtPrFree);
- this.grpServ.Controls.Add(this.chkPrFree);
- this.grpServ.Controls.Add(this.chkPr3);
- this.grpServ.Controls.Add(this.chkPr2);
- this.grpServ.Controls.Add(this.chkPr1);
- this.grpServ.Controls.Add(this.nuPr1);
- this.grpServ.Location = new System.Drawing.Point(18, 208);
- this.grpServ.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.grpServ.Name = "grpServ";
- this.grpServ.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.grpServ.Size = new System.Drawing.Size(740, 325);
- this.grpServ.TabIndex = 5;
- this.grpServ.TabStop = false;
- this.grpServ.Text = "Produits/Services";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(46, 239);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(233, 20);
- this.label9.TabIndex = 22;
- this.label9.Text = "Prix TTC produit supplémentaire";
- //
- // nuTotFree
- //
- this.nuTotFree.DecimalPlaces = 2;
- this.nuTotFree.Enabled = false;
- this.nuTotFree.Location = new System.Drawing.Point(50, 274);
- this.nuTotFree.Maximum = new decimal(new int[] {
- 32768,
- 0,
- 0,
- 0});
- this.nuTotFree.Name = "nuTotFree";
- this.nuTotFree.Size = new System.Drawing.Size(95, 26);
- this.nuTotFree.TabIndex = 10;
- this.nuTotFree.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
- //
- // nuTot3
- //
- this.nuTot3.DecimalPlaces = 2;
- this.nuTot3.Location = new System.Drawing.Point(257, 147);
- this.nuTot3.Maximum = new decimal(new int[] {
- 32768,
- 0,
- 0,
- 0});
- this.nuTot3.Name = "nuTot3";
- this.nuTot3.Size = new System.Drawing.Size(95, 26);
- this.nuTot3.TabIndex = 7;
- this.nuTot3.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
- //
- // nuTot2
- //
- this.nuTot2.DecimalPlaces = 2;
- this.nuTot2.Location = new System.Drawing.Point(257, 104);
- this.nuTot2.Maximum = new decimal(new int[] {
- 32768,
- 0,
- 0,
- 0});
- this.nuTot2.Name = "nuTot2";
- this.nuTot2.Size = new System.Drawing.Size(95, 26);
- this.nuTot2.TabIndex = 4;
- this.nuTot2.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
- //
- // nuTot1
- //
- this.nuTot1.DecimalPlaces = 2;
- this.nuTot1.Location = new System.Drawing.Point(258, 59);
- this.nuTot1.Maximum = new decimal(new int[] {
- 32768,
- 0,
- 0,
- 0});
- this.nuTot1.Name = "nuTot1";
- this.nuTot1.Size = new System.Drawing.Size(95, 26);
- this.nuTot1.TabIndex = 1;
- this.nuTot1.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(430, 255);
- this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(90, 20);
- this.label8.TabIndex = 21;
- this.label8.Text = "% Taux Tva";
- this.label8.Visible = false;
- //
- // numTvaFree
- //
- this.numTvaFree.DecimalPlaces = 2;
- this.numTvaFree.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 131072});
- this.numTvaFree.Location = new System.Drawing.Point(426, 277);
- this.numTvaFree.Margin = new System.Windows.Forms.Padding(2);
- this.numTvaFree.Maximum = new decimal(new int[] {
- 32768,
- 0,
- 0,
- 0});
- this.numTvaFree.Name = "numTvaFree";
- this.numTvaFree.Size = new System.Drawing.Size(94, 26);
- this.numTvaFree.TabIndex = 13;
- this.numTvaFree.Value = new decimal(new int[] {
- 20,
- 0,
- 0,
- 0});
- this.numTvaFree.Visible = false;
- this.numTvaFree.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(255, 31);
- this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(44, 20);
- this.label7.TabIndex = 19;
- this.label7.Text = "Total";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(404, 31);
- this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(35, 20);
- this.label6.TabIndex = 18;
- this.label6.Text = "Qtt.";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(140, 31);
- this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(61, 20);
- this.label5.TabIndex = 17;
- this.label5.Text = "P.U. ttc";
- //
- // nuQttFree
- //
- this.nuQttFree.DecimalPlaces = 2;
- this.nuQttFree.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 131072});
- this.nuQttFree.Location = new System.Drawing.Point(181, 277);
- this.nuQttFree.Margin = new System.Windows.Forms.Padding(2);
- this.nuQttFree.Maximum = new decimal(new int[] {
- 32768,
- 0,
- 0,
- 0});
- this.nuQttFree.Name = "nuQttFree";
- this.nuQttFree.Size = new System.Drawing.Size(94, 26);
- this.nuQttFree.TabIndex = 11;
- this.nuQttFree.Visible = false;
- this.nuQttFree.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
- //
- // nuPrFree
- //
- this.nuPrFree.DecimalPlaces = 2;
- this.nuPrFree.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 131072});
- this.nuPrFree.Location = new System.Drawing.Point(305, 277);
- this.nuPrFree.Margin = new System.Windows.Forms.Padding(2);
- this.nuPrFree.Maximum = new decimal(new int[] {
- 32768,
- 0,
- 0,
- 0});
- this.nuPrFree.Name = "nuPrFree";
- this.nuPrFree.Size = new System.Drawing.Size(94, 26);
- this.nuPrFree.TabIndex = 12;
- this.nuPrFree.Visible = false;
- this.nuPrFree.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
- //
- // nuQtt3
- //
- this.nuQtt3.DecimalPlaces = 2;
- this.nuQtt3.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 131072});
- this.nuQtt3.Location = new System.Drawing.Point(392, 147);
- this.nuQtt3.Margin = new System.Windows.Forms.Padding(2);
- this.nuQtt3.Maximum = new decimal(new int[] {
- 32768,
- 0,
- 0,
- 0});
- this.nuQtt3.Name = "nuQtt3";
- this.nuQtt3.Size = new System.Drawing.Size(94, 26);
- this.nuQtt3.TabIndex = 8;
- this.nuQtt3.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
- //
- // nuPr3
- //
- this.nuPr3.DecimalPlaces = 2;
- this.nuPr3.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 131072});
- this.nuPr3.Location = new System.Drawing.Point(124, 147);
- this.nuPr3.Margin = new System.Windows.Forms.Padding(2);
- this.nuPr3.Maximum = new decimal(new int[] {
- 32768,
- 0,
- 0,
- 0});
- this.nuPr3.Name = "nuPr3";
- this.nuPr3.ReadOnly = true;
- this.nuPr3.Size = new System.Drawing.Size(94, 26);
- this.nuPr3.TabIndex = 6;
- this.nuPr3.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
- //
- // nuQtt2
- //
- this.nuQtt2.DecimalPlaces = 2;
- this.nuQtt2.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 131072});
- this.nuQtt2.Location = new System.Drawing.Point(392, 104);
- this.nuQtt2.Margin = new System.Windows.Forms.Padding(2);
- this.nuQtt2.Maximum = new decimal(new int[] {
- 32768,
- 0,
- 0,
- 0});
- this.nuQtt2.Name = "nuQtt2";
- this.nuQtt2.Size = new System.Drawing.Size(94, 26);
- this.nuQtt2.TabIndex = 5;
- this.nuQtt2.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
- //
- // nuPr2
- //
- this.nuPr2.DecimalPlaces = 2;
- this.nuPr2.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 131072});
- this.nuPr2.Location = new System.Drawing.Point(124, 104);
- this.nuPr2.Margin = new System.Windows.Forms.Padding(2);
- this.nuPr2.Maximum = new decimal(new int[] {
- 32768,
- 0,
- 0,
- 0});
- this.nuPr2.Name = "nuPr2";
- this.nuPr2.ReadOnly = true;
- this.nuPr2.Size = new System.Drawing.Size(94, 26);
- this.nuPr2.TabIndex = 3;
- this.nuPr2.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
- //
- // nuQtt1
- //
- this.nuQtt1.DecimalPlaces = 2;
- this.nuQtt1.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 131072});
- this.nuQtt1.Location = new System.Drawing.Point(392, 59);
- this.nuQtt1.Margin = new System.Windows.Forms.Padding(2);
- this.nuQtt1.Maximum = new decimal(new int[] {
- 32768,
- 0,
- 0,
- 0});
- this.nuQtt1.Name = "nuQtt1";
- this.nuQtt1.Size = new System.Drawing.Size(94, 26);
- this.nuQtt1.TabIndex = 2;
- this.nuQtt1.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
- //
- // txtPrFree
- //
- this.txtPrFree.Location = new System.Drawing.Point(50, 199);
- this.txtPrFree.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
- this.txtPrFree.Name = "txtPrFree";
- this.txtPrFree.Size = new System.Drawing.Size(252, 26);
- this.txtPrFree.TabIndex = 9;
- this.txtPrFree.Text = "...";
- //
- // chkPrFree
- //
- this.chkPrFree.AutoSize = true;
- this.chkPrFree.Location = new System.Drawing.Point(12, 206);
- this.chkPrFree.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.chkPrFree.Name = "chkPrFree";
- this.chkPrFree.Size = new System.Drawing.Size(15, 14);
- this.chkPrFree.TabIndex = 12;
- this.chkPrFree.UseVisualStyleBackColor = true;
- this.chkPrFree.CheckStateChanged += new System.EventHandler(this.chkPrFree_CheckStateChanged);
- //
- // chkPr3
- //
- this.chkPr3.AutoSize = true;
- this.chkPr3.Location = new System.Drawing.Point(12, 147);
- this.chkPr3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.chkPr3.Name = "chkPr3";
- this.chkPr3.Size = new System.Drawing.Size(74, 24);
- this.chkPr3.TabIndex = 8;
- this.chkPr3.Text = "Prod 3";
- this.chkPr3.UseVisualStyleBackColor = true;
- this.chkPr3.CheckedChanged += new System.EventHandler(this.chkProduit_CheckedChanged);
- //
- // chkPr2
- //
- this.chkPr2.AutoSize = true;
- this.chkPr2.Location = new System.Drawing.Point(12, 104);
- this.chkPr2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.chkPr2.Name = "chkPr2";
- this.chkPr2.Size = new System.Drawing.Size(74, 24);
- this.chkPr2.TabIndex = 4;
- this.chkPr2.Text = "Prod 2";
- this.chkPr2.UseVisualStyleBackColor = true;
- this.chkPr2.CheckedChanged += new System.EventHandler(this.chkProduit_CheckedChanged);
- //
- // chkPr1
- //
- this.chkPr1.AutoSize = true;
- this.chkPr1.Location = new System.Drawing.Point(12, 59);
- this.chkPr1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.chkPr1.Name = "chkPr1";
- this.chkPr1.Size = new System.Drawing.Size(74, 24);
- this.chkPr1.TabIndex = 0;
- this.chkPr1.Text = "Prod 1";
- this.chkPr1.UseVisualStyleBackColor = true;
- this.chkPr1.CheckedChanged += new System.EventHandler(this.chkProduit_CheckedChanged);
- //
- // nuPr1
- //
- this.nuPr1.DecimalPlaces = 2;
- this.nuPr1.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 131072});
- this.nuPr1.Location = new System.Drawing.Point(124, 59);
- this.nuPr1.Margin = new System.Windows.Forms.Padding(2);
- this.nuPr1.Maximum = new decimal(new int[] {
- 32768,
- 0,
- 0,
- 0});
- this.nuPr1.Name = "nuPr1";
- this.nuPr1.ReadOnly = true;
- this.nuPr1.Size = new System.Drawing.Size(94, 26);
- this.nuPr1.TabIndex = 0;
- this.nuPr1.ValueChanged += new System.EventHandler(this.nu_ValueChanged);
- //
- // bt_search
- //
- this.bt_search.Location = new System.Drawing.Point(429, 5);
- this.bt_search.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.bt_search.Name = "bt_search";
- this.bt_search.Size = new System.Drawing.Size(76, 35);
- this.bt_search.TabIndex = 3;
- this.bt_search.Text = "?";
- this.bt_search.UseVisualStyleBackColor = true;
- this.bt_search.Click += new System.EventHandler(this.bt_search_Click);
- //
- // tbvehiBindingSource
- //
- this.tbvehiBindingSource.DataMember = "tb_vehi";
- this.tbvehiBindingSource.DataSource = this.dataSet1;
- //
- // tbventetmpbindingSource
- //
- this.tbventetmpbindingSource.DataMember = "tb_vente";
- this.tbventetmpbindingSource.DataSource = this.dataSet1;
- //
- // bt_save
- //
- this.bt_save.Enabled = false;
- this.bt_save.Location = new System.Drawing.Point(465, 543);
- this.bt_save.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.bt_save.Name = "bt_save";
- this.bt_save.Size = new System.Drawing.Size(291, 35);
- this.bt_save.TabIndex = 8;
- this.bt_save.Text = "Sauvegarder";
- this.bt_save.UseVisualStyleBackColor = true;
- this.bt_save.Click += new System.EventHandler(this.bt_save_Click);
- //
- // lblstadt
- //
- this.lblstadt.AutoSize = true;
- this.lblstadt.Location = new System.Drawing.Point(521, 12);
- this.lblstadt.Name = "lblstadt";
- this.lblstadt.Size = new System.Drawing.Size(21, 20);
- this.lblstadt.TabIndex = 21;
- this.lblstadt.Text = "...";
- //
- // f_saisie2
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(780, 589);
- this.Controls.Add(this.lblstadt);
- this.Controls.Add(this.bt_save);
- this.Controls.Add(this.bt_search);
- this.Controls.Add(this.grpServ);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.lbl_pilote);
- this.Controls.Add(this.bt_abort);
- this.Controls.Add(this.bt_valid);
- this.Controls.Add(this.grpCarb);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.text_no);
- this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
- this.Name = "f_saisie2";
- this.ShowIcon = false;
- this.ShowInTaskbar = false;
- this.Text = "Saisie ";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.f_saisie_FormClosing);
- this.Load += new System.EventHandler(this.f_saisie_Load);
- this.grpCarb.ResumeLayout(false);
- this.grpCarb.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nuMntCarb)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nuVolCarb)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nuPxCarb)).EndInit();
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.tbstationBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.tbprestaBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.tbventeBindingSource)).EndInit();
- this.grpServ.ResumeLayout(false);
- this.grpServ.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nuTotFree)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nuTot3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nuTot2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nuTot1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numTvaFree)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nuQttFree)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nuPrFree)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nuQtt3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nuPr3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nuQtt2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nuPr2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nuQtt1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nuPr1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.tbvehiBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.tbventetmpbindingSource)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TextBox text_no;
- private System.Windows.Forms.GroupBox grpCarb;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.RadioButton rdCarb5;
- private System.Windows.Forms.RadioButton rdCarb4;
- private System.Windows.Forms.RadioButton rdCarb2;
- private System.Windows.Forms.RadioButton rdCarb1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button bt_valid;
- private System.Windows.Forms.Button bt_abort;
- private System.Windows.Forms.Label lbl_pilote;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.RadioButton rdMoto;
- private System.Windows.Forms.RadioButton rdAuto;
- private System.Windows.Forms.BindingSource tbstationBindingSource;
- private DataSet1 dataSet1;
- private System.Windows.Forms.BindingSource tbprestaBindingSource;
- private System.Windows.Forms.BindingSource tbventeBindingSource;
- private System.Windows.Forms.RadioButton rdCarb6;
- private System.Windows.Forms.RadioButton rdCarb3;
- private System.Windows.Forms.NumericUpDown nuPxCarb;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.GroupBox grpServ;
- private System.Windows.Forms.NumericUpDown nuQttFree;
- private System.Windows.Forms.NumericUpDown nuPrFree;
- private System.Windows.Forms.NumericUpDown nuQtt3;
- private System.Windows.Forms.NumericUpDown nuPr3;
- private System.Windows.Forms.NumericUpDown nuQtt2;
- private System.Windows.Forms.NumericUpDown nuPr2;
- private System.Windows.Forms.NumericUpDown nuQtt1;
- private System.Windows.Forms.TextBox txtPrFree;
- private System.Windows.Forms.CheckBox chkPrFree;
- private System.Windows.Forms.CheckBox chkPr3;
- private System.Windows.Forms.CheckBox chkPr2;
- private System.Windows.Forms.CheckBox chkPr1;
- private System.Windows.Forms.NumericUpDown nuPr1;
- private System.Windows.Forms.Button bt_search;
- private System.Windows.Forms.BindingSource tbvehiBindingSource;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.BindingSource tbventetmpbindingSource;
- private System.Windows.Forms.Button bt_save;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.NumericUpDown numTvaFree;
- private System.Windows.Forms.Label lblstadt;
- private System.Windows.Forms.NumericUpDown nuVolCarb;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.NumericUpDown nuMntCarb;
- private System.Windows.Forms.NumericUpDown nuTotFree;
- private System.Windows.Forms.NumericUpDown nuTot3;
- private System.Windows.Forms.NumericUpDown nuTot2;
- private System.Windows.Forms.NumericUpDown nuTot1;
- private System.Windows.Forms.Label label9;
- }
- }
|