namespace Fuel01 { partial class f_ticket { /// /// 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(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); this.tbventetmpbindingSource = new System.Windows.Forms.BindingSource(this.components); this.dataSet1 = new Fuel01.DataSet1(); this.bt_enreg = new System.Windows.Forms.Button(); this.dg_tmp = new System.Windows.Forms.DataGridView(); this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lbl_sta = new System.Windows.Forms.Label(); this.lbl_vehi = new System.Windows.Forms.Label(); this.bt_abort = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.tbventetmpbindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dg_tmp)).BeginInit(); this.SuspendLayout(); // // tbventetmpbindingSource // this.tbventetmpbindingSource.DataMember = "tb_vente"; this.tbventetmpbindingSource.DataSource = this.dataSet1; // // dataSet1 // this.dataSet1.DataSetName = "DataSet1"; this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // bt_enreg // this.bt_enreg.DialogResult = System.Windows.Forms.DialogResult.OK; this.bt_enreg.Location = new System.Drawing.Point(416, 381); this.bt_enreg.Margin = new System.Windows.Forms.Padding(1); this.bt_enreg.Name = "bt_enreg"; this.bt_enreg.Size = new System.Drawing.Size(71, 25); this.bt_enreg.TabIndex = 31; this.bt_enreg.Text = "Enregistrer"; this.bt_enreg.UseVisualStyleBackColor = true; this.bt_enreg.Click += new System.EventHandler(this.bt_enreg_Click); // // dg_tmp // this.dg_tmp.AllowUserToAddRows = false; this.dg_tmp.AutoGenerateColumns = false; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dg_tmp.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dg_tmp.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dg_tmp.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn4, this.dataGridViewTextBoxColumn6, this.dataGridViewTextBoxColumn7, this.dataGridViewTextBoxColumn9}); this.dg_tmp.DataSource = this.tbventetmpbindingSource; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dg_tmp.DefaultCellStyle = dataGridViewCellStyle2; this.dg_tmp.Location = new System.Drawing.Point(36, 134); this.dg_tmp.Margin = new System.Windows.Forms.Padding(2); this.dg_tmp.Name = "dg_tmp"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dg_tmp.RowHeadersDefaultCellStyle = dataGridViewCellStyle3; this.dg_tmp.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dg_tmp.Size = new System.Drawing.Size(581, 225); this.dg_tmp.TabIndex = 32; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.dataGridViewTextBoxColumn4.DataPropertyName = "prod_vt"; this.dataGridViewTextBoxColumn4.HeaderText = "Produit"; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; // // dataGridViewTextBoxColumn6 // this.dataGridViewTextBoxColumn6.DataPropertyName = "qtt_vt"; this.dataGridViewTextBoxColumn6.HeaderText = "Qtt"; this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; // // dataGridViewTextBoxColumn7 // this.dataGridViewTextBoxColumn7.DataPropertyName = "pu_vt"; this.dataGridViewTextBoxColumn7.HeaderText = "PU"; this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"; // // dataGridViewTextBoxColumn9 // this.dataGridViewTextBoxColumn9.DataPropertyName = "ttc_vt"; this.dataGridViewTextBoxColumn9.HeaderText = "Prix"; this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9"; // // lbl_sta // this.lbl_sta.AutoSize = true; this.lbl_sta.Location = new System.Drawing.Point(36, 9); this.lbl_sta.Name = "lbl_sta"; this.lbl_sta.Size = new System.Drawing.Size(35, 13); this.lbl_sta.TabIndex = 33; this.lbl_sta.Text = "label1"; // // lbl_vehi // this.lbl_vehi.AutoSize = true; this.lbl_vehi.Location = new System.Drawing.Point(36, 42); this.lbl_vehi.Name = "lbl_vehi"; this.lbl_vehi.Size = new System.Drawing.Size(35, 13); this.lbl_vehi.TabIndex = 34; this.lbl_vehi.Text = "label2"; // // bt_abort // this.bt_abort.Location = new System.Drawing.Point(525, 382); this.bt_abort.Name = "bt_abort"; this.bt_abort.Size = new System.Drawing.Size(75, 23); this.bt_abort.TabIndex = 35; this.bt_abort.Text = "Abandonner"; this.bt_abort.UseVisualStyleBackColor = true; this.bt_abort.Click += new System.EventHandler(this.bt_abort_Click); // // f_ticket // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(635, 428); this.Controls.Add(this.bt_abort); this.Controls.Add(this.lbl_vehi); this.Controls.Add(this.lbl_sta); this.Controls.Add(this.dg_tmp); this.Controls.Add(this.bt_enreg); this.Name = "f_ticket"; this.Text = "Ticket"; this.Load += new System.EventHandler(this.t_ticket_Load); ((System.ComponentModel.ISupportInitialize)(this.tbventetmpbindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dg_tmp)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.BindingSource tbventetmpbindingSource; private DataSet1 dataSet1; private System.Windows.Forms.Button bt_enreg; private System.Windows.Forms.DataGridView dg_tmp; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9; private System.Windows.Forms.Label lbl_sta; private System.Windows.Forms.Label lbl_vehi; private System.Windows.Forms.Button bt_abort; } }