namespace Fuel01 { partial class f_epreuve { /// /// 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(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.StatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.tbepreuveBindingSource = new System.Windows.Forms.BindingSource(this.components); this.dataSet1 = new Fuel01.DataSet1(); this.text_nom_epr = new System.Windows.Forms.TextBox(); this.dt_deb_epr = new System.Windows.Forms.DateTimePicker(); this.dt_fin_epr = new System.Windows.Forms.DateTimePicker(); this.text_abrev_epr = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.bt_Sup = new System.Windows.Forms.Button(); this.Bt_Abort = new System.Windows.Forms.Button(); this.bt_Valid = new System.Windows.Forms.Button(); this.bt_Aj = new System.Windows.Forms.Button(); this.bt_Mod = new System.Windows.Forms.Button(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.dg_epr = new System.Windows.Forms.DataGridView(); this.keyeprDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.nomeprDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.debeprDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.fineprDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.abreveprDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tbepreuveBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dg_epr)).BeginInit(); this.SuspendLayout(); // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.StatusLabel1}); this.statusStrip1.Location = new System.Drawing.Point(0, 338); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(843, 22); this.statusStrip1.TabIndex = 34; this.statusStrip1.Text = "statusStrip1"; // // StatusLabel1 // this.StatusLabel1.Name = "StatusLabel1"; this.StatusLabel1.Size = new System.Drawing.Size(16, 17); this.StatusLabel1.Text = "..."; // // tbepreuveBindingSource // this.tbepreuveBindingSource.DataMember = "tb_epreuve"; this.tbepreuveBindingSource.DataSource = this.dataSet1; // // dataSet1 // this.dataSet1.DataSetName = "DataSet1"; this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // text_nom_epr // this.text_nom_epr.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbepreuveBindingSource, "nom_epr", true)); this.text_nom_epr.Enabled = false; this.text_nom_epr.Location = new System.Drawing.Point(578, 50); this.text_nom_epr.Name = "text_nom_epr"; this.text_nom_epr.Size = new System.Drawing.Size(205, 20); this.text_nom_epr.TabIndex = 2; // // dt_deb_epr // this.dt_deb_epr.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.tbepreuveBindingSource, "deb_epr", true)); this.dt_deb_epr.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbepreuveBindingSource, "deb_epr", true)); this.dt_deb_epr.Enabled = false; this.dt_deb_epr.Location = new System.Drawing.Point(578, 87); this.dt_deb_epr.Name = "dt_deb_epr"; this.dt_deb_epr.Size = new System.Drawing.Size(200, 20); this.dt_deb_epr.TabIndex = 3; // // dt_fin_epr // this.dt_fin_epr.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbepreuveBindingSource, "fin_epr", true)); this.dt_fin_epr.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.tbepreuveBindingSource, "fin_epr", true)); this.dt_fin_epr.Enabled = false; this.dt_fin_epr.Location = new System.Drawing.Point(578, 125); this.dt_fin_epr.Name = "dt_fin_epr"; this.dt_fin_epr.Size = new System.Drawing.Size(200, 20); this.dt_fin_epr.TabIndex = 4; // // text_abrev_epr // this.text_abrev_epr.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbepreuveBindingSource, "abrev_epr", true)); this.text_abrev_epr.Enabled = false; this.text_abrev_epr.Location = new System.Drawing.Point(578, 165); this.text_abrev_epr.Name = "text_abrev_epr"; this.text_abrev_epr.Size = new System.Drawing.Size(87, 20); this.text_abrev_epr.TabIndex = 5; this.toolTip1.SetToolTip(this.text_abrev_epr, "6 caractères maxi"); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(543, 53); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 13); this.label1.TabIndex = 5; this.label1.Text = "Nom"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(536, 91); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(36, 13); this.label2.TabIndex = 6; this.label2.Text = "Début"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(551, 129); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(21, 13); this.label3.TabIndex = 7; this.label3.Text = "Fin"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(540, 165); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(32, 13); this.label4.TabIndex = 8; this.label4.Text = "Code"; // // bt_Sup // this.bt_Sup.Location = new System.Drawing.Point(753, 229); this.bt_Sup.Margin = new System.Windows.Forms.Padding(2); this.bt_Sup.Name = "bt_Sup"; this.bt_Sup.Size = new System.Drawing.Size(80, 25); this.bt_Sup.TabIndex = 8; this.bt_Sup.Text = "Supprimer"; this.bt_Sup.UseVisualStyleBackColor = true; this.bt_Sup.Click += new System.EventHandler(this.bt_Sup_Click); // // Bt_Abort // this.Bt_Abort.Location = new System.Drawing.Point(585, 278); this.Bt_Abort.Margin = new System.Windows.Forms.Padding(2); this.Bt_Abort.Name = "Bt_Abort"; this.Bt_Abort.Size = new System.Drawing.Size(80, 25); this.Bt_Abort.TabIndex = 9; this.Bt_Abort.Text = "Abandonner"; this.Bt_Abort.UseVisualStyleBackColor = true; this.Bt_Abort.Click += new System.EventHandler(this.Bt_Abort_Click); // // bt_Valid // this.bt_Valid.Location = new System.Drawing.Point(703, 278); this.bt_Valid.Margin = new System.Windows.Forms.Padding(2); this.bt_Valid.Name = "bt_Valid"; this.bt_Valid.Size = new System.Drawing.Size(80, 25); this.bt_Valid.TabIndex = 10; this.bt_Valid.Text = "Valider"; this.bt_Valid.UseVisualStyleBackColor = true; this.bt_Valid.Click += new System.EventHandler(this.bt_Valid_Click); // // bt_Aj // this.bt_Aj.Location = new System.Drawing.Point(640, 229); this.bt_Aj.Margin = new System.Windows.Forms.Padding(2); this.bt_Aj.Name = "bt_Aj"; this.bt_Aj.Size = new System.Drawing.Size(80, 25); this.bt_Aj.TabIndex = 7; this.bt_Aj.Text = "Ajouter"; this.bt_Aj.UseVisualStyleBackColor = true; this.bt_Aj.Click += new System.EventHandler(this.bt_Aj_Click); // // bt_Mod // this.bt_Mod.Location = new System.Drawing.Point(536, 229); this.bt_Mod.Margin = new System.Windows.Forms.Padding(2); this.bt_Mod.Name = "bt_Mod"; this.bt_Mod.Size = new System.Drawing.Size(80, 25); this.bt_Mod.TabIndex = 6; this.bt_Mod.Text = "Modifier"; this.bt_Mod.UseVisualStyleBackColor = true; this.bt_Mod.Click += new System.EventHandler(this.bt_Mod_Click); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Left; 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.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.dg_epr); this.splitContainer1.Size = new System.Drawing.Size(523, 338); this.splitContainer1.SplitterDistance = 25; this.splitContainer1.TabIndex = 35; // // dg_epr // this.dg_epr.AllowUserToAddRows = false; this.dg_epr.AllowUserToDeleteRows = false; this.dg_epr.AutoGenerateColumns = false; this.dg_epr.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dg_epr.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.keyeprDataGridViewTextBoxColumn, this.nomeprDataGridViewTextBoxColumn, this.debeprDataGridViewTextBoxColumn, this.fineprDataGridViewTextBoxColumn, this.abreveprDataGridViewTextBoxColumn}); this.dg_epr.DataSource = this.tbepreuveBindingSource; this.dg_epr.Dock = System.Windows.Forms.DockStyle.Fill; this.dg_epr.Location = new System.Drawing.Point(0, 0); this.dg_epr.Name = "dg_epr"; this.dg_epr.ReadOnly = true; this.dg_epr.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dg_epr.Size = new System.Drawing.Size(523, 309); this.dg_epr.TabIndex = 1; this.dg_epr.DoubleClick += new System.EventHandler(this.dg_epr_DoubleClick); // // keyeprDataGridViewTextBoxColumn // this.keyeprDataGridViewTextBoxColumn.DataPropertyName = "key_epr"; this.keyeprDataGridViewTextBoxColumn.HeaderText = "key_epr"; this.keyeprDataGridViewTextBoxColumn.Name = "keyeprDataGridViewTextBoxColumn"; this.keyeprDataGridViewTextBoxColumn.ReadOnly = true; this.keyeprDataGridViewTextBoxColumn.Visible = false; // // nomeprDataGridViewTextBoxColumn // this.nomeprDataGridViewTextBoxColumn.DataPropertyName = "nom_epr"; this.nomeprDataGridViewTextBoxColumn.HeaderText = "Nom"; this.nomeprDataGridViewTextBoxColumn.Name = "nomeprDataGridViewTextBoxColumn"; this.nomeprDataGridViewTextBoxColumn.ReadOnly = true; this.nomeprDataGridViewTextBoxColumn.Width = 200; // // debeprDataGridViewTextBoxColumn // this.debeprDataGridViewTextBoxColumn.DataPropertyName = "deb_epr"; dataGridViewCellStyle1.Format = "d"; this.debeprDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1; this.debeprDataGridViewTextBoxColumn.HeaderText = "Début"; this.debeprDataGridViewTextBoxColumn.Name = "debeprDataGridViewTextBoxColumn"; this.debeprDataGridViewTextBoxColumn.ReadOnly = true; this.debeprDataGridViewTextBoxColumn.Width = 80; // // fineprDataGridViewTextBoxColumn // this.fineprDataGridViewTextBoxColumn.DataPropertyName = "fin_epr"; dataGridViewCellStyle2.Format = "d"; this.fineprDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle2; this.fineprDataGridViewTextBoxColumn.HeaderText = "Fin"; this.fineprDataGridViewTextBoxColumn.Name = "fineprDataGridViewTextBoxColumn"; this.fineprDataGridViewTextBoxColumn.ReadOnly = true; this.fineprDataGridViewTextBoxColumn.Width = 80; // // abreveprDataGridViewTextBoxColumn // this.abreveprDataGridViewTextBoxColumn.DataPropertyName = "abrev_epr"; this.abreveprDataGridViewTextBoxColumn.HeaderText = "Code"; this.abreveprDataGridViewTextBoxColumn.MaxInputLength = 6; this.abreveprDataGridViewTextBoxColumn.Name = "abreveprDataGridViewTextBoxColumn"; this.abreveprDataGridViewTextBoxColumn.ReadOnly = true; this.abreveprDataGridViewTextBoxColumn.Width = 50; // // toolTip1 // this.toolTip1.IsBalloon = true; this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info; this.toolTip1.ToolTipTitle = "Info"; // // f_epreuve // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(843, 360); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.bt_Sup); this.Controls.Add(this.Bt_Abort); this.Controls.Add(this.bt_Valid); this.Controls.Add(this.bt_Aj); this.Controls.Add(this.bt_Mod); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.text_abrev_epr); this.Controls.Add(this.dt_fin_epr); this.Controls.Add(this.dt_deb_epr); this.Controls.Add(this.text_nom_epr); this.Name = "f_epreuve"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = "Opérations"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.f_epreuve_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.f_epreuve_FormClosed); this.Load += new System.EventHandler(this.f_epreuve_Load); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.tbepreuveBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dg_epr)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.BindingSource tbepreuveBindingSource; private DataSet1 dataSet1; private System.Windows.Forms.TextBox text_nom_epr; private System.Windows.Forms.DateTimePicker dt_deb_epr; private System.Windows.Forms.DateTimePicker dt_fin_epr; private System.Windows.Forms.TextBox text_abrev_epr; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button bt_Sup; private System.Windows.Forms.Button Bt_Abort; private System.Windows.Forms.Button bt_Valid; private System.Windows.Forms.Button bt_Aj; private System.Windows.Forms.Button bt_Mod; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.DataGridView dg_epr; private System.Windows.Forms.DataGridViewTextBoxColumn keyeprDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn nomeprDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn debeprDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn fineprDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn abreveprDataGridViewTextBoxColumn; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.ToolStripStatusLabel StatusLabel1; } }