namespace Fuel01 { partial class Main { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.statusBar = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.eprstat = new System.Windows.Forms.ToolStripStatusLabel(); this.stastat = new System.Windows.Forms.ToolStripStatusLabel(); this.tslbl1 = new System.Windows.Forms.ToolStripStatusLabel(); this.dataSet1 = new Fuel01.DataSet1(); this.tbepreuveBindingSource = new System.Windows.Forms.BindingSource(this.components); this.vehiculeBindingSource = new System.Windows.Forms.BindingSource(this.components); this.tbstationBindingSource = new System.Windows.Forms.BindingSource(this.components); this.mainContainer = new System.Windows.Forms.SplitContainer(); this.main_mnu = new System.Windows.Forms.ToolStrip(); this.mnu_ope = new System.Windows.Forms.ToolStripButton(); this.mnu_vehi_dow = new System.Windows.Forms.ToolStripDropDownButton(); this.mnh_vehi_acc = new System.Windows.Forms.ToolStripMenuItem(); this.mnu_vehi_sep = new System.Windows.Forms.ToolStripSeparator(); this.mnu_vehi_imp = new System.Windows.Forms.ToolStripMenuItem(); this.mnu_vehi_imp_parc = new System.Windows.Forms.ToolStripMenuItem(); this.mnu_vehi_imp_tdf = new System.Windows.Forms.ToolStripMenuItem(); this.parisNice17ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.mnu_sta = new System.Windows.Forms.ToolStripButton(); this.mnu_sep1 = new System.Windows.Forms.ToolStripSeparator(); this.mnu_saisie = new System.Windows.Forms.ToolStripButton(); this.mnu_gest = new System.Windows.Forms.ToolStripButton(); this.mnu_param = new System.Windows.Forms.ToolStripButton(); this.mnu_verif = new System.Windows.Forms.ToolStripButton(); this.mnu_about = new System.Windows.Forms.ToolStripButton(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.splitContainer3 = new System.Windows.Forms.SplitContainer(); this.dg_epr = new System.Windows.Forms.DataGridView(); this.nomeprDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.key_epr = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.abrev_epr = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.bt_doAll = new System.Windows.Forms.Button(); this.bt_do = new System.Windows.Forms.Button(); this.bt_retry = new System.Windows.Forms.Button(); this.bt_test = new System.Windows.Forms.Button(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.dg_sta = new System.Windows.Forms.DataGridView(); this.keystaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.etpstaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.datestaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.nomstaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.text_file = new System.Windows.Forms.TextBox(); this.bt_fact = new System.Windows.Forms.Button(); this.timerSigR = new System.Windows.Forms.Timer(this.components); this.statusBar.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tbepreuveBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.vehiculeBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tbstationBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.mainContainer)).BeginInit(); this.mainContainer.Panel1.SuspendLayout(); this.mainContainer.Panel2.SuspendLayout(); this.mainContainer.SuspendLayout(); this.main_mnu.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit(); this.splitContainer3.Panel1.SuspendLayout(); this.splitContainer3.Panel2.SuspendLayout(); this.splitContainer3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dg_epr)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dg_sta)).BeginInit(); this.SuspendLayout(); // // statusBar // this.statusBar.ImageScalingSize = new System.Drawing.Size(24, 24); this.statusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel1, this.eprstat, this.stastat, this.tslbl1}); this.statusBar.Location = new System.Drawing.Point(0, 556); this.statusBar.Name = "statusBar"; this.statusBar.Padding = new System.Windows.Forms.Padding(2, 0, 15, 0); this.statusBar.Size = new System.Drawing.Size(1147, 22); this.statusBar.TabIndex = 0; this.statusBar.Text = "statusStrip1"; // // toolStripStatusLabel1 // this.toolStripStatusLabel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.toolStripStatusLabel1.Image = global::Fuel01.Properties.Resources.red; this.toolStripStatusLabel1.Margin = new System.Windows.Forms.Padding(0); this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; this.toolStripStatusLabel1.Size = new System.Drawing.Size(41, 25); this.toolStripStatusLabel1.Text = " "; this.toolStripStatusLabel1.Visible = false; this.toolStripStatusLabel1.TextChanged += new System.EventHandler(this.toolStripStatusLabel1_TextChanged); // // eprstat // this.eprstat.Name = "eprstat"; this.eprstat.Size = new System.Drawing.Size(0, 15); // // stastat // this.stastat.Name = "stastat"; this.stastat.Size = new System.Drawing.Size(0, 15); // // tslbl1 // this.tslbl1.Name = "tslbl1"; this.tslbl1.Size = new System.Drawing.Size(0, 15); // // dataSet1 // this.dataSet1.DataSetName = "DataSet1"; this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // tbepreuveBindingSource // this.tbepreuveBindingSource.DataMember = "tb_epreuve"; this.tbepreuveBindingSource.DataSource = this.dataSet1; this.tbepreuveBindingSource.CurrentChanged += new System.EventHandler(this.tbepreuveBindingSource_CurrentChanged); // // vehiculeBindingSource // this.vehiculeBindingSource.DataMember = "tb_vehi"; this.vehiculeBindingSource.DataSource = this.dataSet1; // // tbstationBindingSource // this.tbstationBindingSource.DataMember = "tb_station"; this.tbstationBindingSource.DataSource = this.dataSet1; this.tbstationBindingSource.Sort = "date_sta"; // // mainContainer // this.mainContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.mainContainer.Location = new System.Drawing.Point(0, 0); this.mainContainer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.mainContainer.Name = "mainContainer"; this.mainContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; // // mainContainer.Panel1 // this.mainContainer.Panel1.Controls.Add(this.main_mnu); // // mainContainer.Panel2 // this.mainContainer.Panel2.Controls.Add(this.splitContainer1); this.mainContainer.Size = new System.Drawing.Size(1147, 556); this.mainContainer.SplitterDistance = 41; this.mainContainer.SplitterWidth = 6; this.mainContainer.TabIndex = 13; // // main_mnu // this.main_mnu.ImageScalingSize = new System.Drawing.Size(24, 24); this.main_mnu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnu_ope, this.mnu_vehi_dow, this.mnu_sta, this.mnu_sep1, this.mnu_saisie, this.mnu_gest, this.mnu_param, this.mnu_verif, this.mnu_about}); this.main_mnu.Location = new System.Drawing.Point(0, 0); this.main_mnu.Name = "main_mnu"; this.main_mnu.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0); this.main_mnu.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; this.main_mnu.Size = new System.Drawing.Size(1147, 34); this.main_mnu.TabIndex = 12; this.main_mnu.Text = "Menu"; // // mnu_ope // this.mnu_ope.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.mnu_ope.Image = ((System.Drawing.Image)(resources.GetObject("mnu_ope.Image"))); this.mnu_ope.ImageTransparentColor = System.Drawing.Color.Magenta; this.mnu_ope.Name = "mnu_ope"; this.mnu_ope.Size = new System.Drawing.Size(96, 29); this.mnu_ope.Text = "&Opération"; this.mnu_ope.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; this.mnu_ope.Click += new System.EventHandler(this.mnu_ope_Click); // // mnu_vehi_dow // this.mnu_vehi_dow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.mnu_vehi_dow.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnh_vehi_acc, this.mnu_vehi_sep, this.mnu_vehi_imp}); this.mnu_vehi_dow.Image = ((System.Drawing.Image)(resources.GetObject("mnu_vehi_dow.Image"))); this.mnu_vehi_dow.ImageTransparentColor = System.Drawing.Color.Magenta; this.mnu_vehi_dow.Name = "mnu_vehi_dow"; this.mnu_vehi_dow.Size = new System.Drawing.Size(102, 29); this.mnu_vehi_dow.Text = "&Véhicules"; // // mnh_vehi_acc // this.mnh_vehi_acc.Name = "mnh_vehi_acc"; this.mnh_vehi_acc.Size = new System.Drawing.Size(184, 34); this.mnh_vehi_acc.Text = "Accéder"; this.mnh_vehi_acc.Click += new System.EventHandler(this.mnh_vehi_acc_Click); // // mnu_vehi_sep // this.mnu_vehi_sep.Name = "mnu_vehi_sep"; this.mnu_vehi_sep.Size = new System.Drawing.Size(181, 6); // // mnu_vehi_imp // this.mnu_vehi_imp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnu_vehi_imp_parc, this.mnu_vehi_imp_tdf, this.parisNice17ToolStripMenuItem}); this.mnu_vehi_imp.Name = "mnu_vehi_imp"; this.mnu_vehi_imp.Size = new System.Drawing.Size(184, 34); this.mnu_vehi_imp.Text = "Importer"; // // mnu_vehi_imp_parc // this.mnu_vehi_imp_parc.Name = "mnu_vehi_imp_parc"; this.mnu_vehi_imp_parc.Size = new System.Drawing.Size(216, 34); this.mnu_vehi_imp_parc.Text = "Parc Auto"; this.mnu_vehi_imp_parc.Click += new System.EventHandler(this.mnu_vehi_imp_parc_Click); // // mnu_vehi_imp_tdf // this.mnu_vehi_imp_tdf.Name = "mnu_vehi_imp_tdf"; this.mnu_vehi_imp_tdf.Size = new System.Drawing.Size(216, 34); this.mnu_vehi_imp_tdf.Text = "TDF"; this.mnu_vehi_imp_tdf.Click += new System.EventHandler(this.mnu_vehi_imp_tdf_Click); // // parisNice17ToolStripMenuItem // this.parisNice17ToolStripMenuItem.Name = "parisNice17ToolStripMenuItem"; this.parisNice17ToolStripMenuItem.Size = new System.Drawing.Size(216, 34); this.parisNice17ToolStripMenuItem.Text = "Paris-Nice 17"; this.parisNice17ToolStripMenuItem.Click += new System.EventHandler(this.parisNice17ToolStripMenuItem_Click); // // mnu_sta // this.mnu_sta.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.mnu_sta.Image = ((System.Drawing.Image)(resources.GetObject("mnu_sta.Image"))); this.mnu_sta.ImageTransparentColor = System.Drawing.Color.Magenta; this.mnu_sta.Name = "mnu_sta"; this.mnu_sta.Size = new System.Drawing.Size(79, 29); this.mnu_sta.Text = "Stations"; this.mnu_sta.Click += new System.EventHandler(this.mnu_sta_Click); // // mnu_sep1 // this.mnu_sep1.Name = "mnu_sep1"; this.mnu_sep1.Size = new System.Drawing.Size(6, 34); // // mnu_saisie // this.mnu_saisie.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.mnu_saisie.Image = ((System.Drawing.Image)(resources.GetObject("mnu_saisie.Image"))); this.mnu_saisie.ImageTransparentColor = System.Drawing.Color.Magenta; this.mnu_saisie.Name = "mnu_saisie"; this.mnu_saisie.Size = new System.Drawing.Size(60, 29); this.mnu_saisie.Text = "Saisie"; this.mnu_saisie.Click += new System.EventHandler(this.mnu_saisie_Click); // // mnu_gest // this.mnu_gest.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.mnu_gest.Image = ((System.Drawing.Image)(resources.GetObject("mnu_gest.Image"))); this.mnu_gest.ImageTransparentColor = System.Drawing.Color.Magenta; this.mnu_gest.Name = "mnu_gest"; this.mnu_gest.Size = new System.Drawing.Size(76, 29); this.mnu_gest.Text = "Gestion"; this.mnu_gest.Click += new System.EventHandler(this.mnu_gest_Click); // // mnu_param // this.mnu_param.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.mnu_param.Image = ((System.Drawing.Image)(resources.GetObject("mnu_param.Image"))); this.mnu_param.ImageTransparentColor = System.Drawing.Color.Magenta; this.mnu_param.Name = "mnu_param"; this.mnu_param.Size = new System.Drawing.Size(103, 29); this.mnu_param.Text = "Paramètres"; this.mnu_param.Click += new System.EventHandler(this.mnu_param_Click); // // mnu_verif // this.mnu_verif.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.mnu_verif.ImageTransparentColor = System.Drawing.Color.Magenta; this.mnu_verif.Name = "mnu_verif"; this.mnu_verif.Size = new System.Drawing.Size(87, 29); this.mnu_verif.Text = "Vérif TVA"; this.mnu_verif.Visible = false; this.mnu_verif.Click += new System.EventHandler(this.mnu_verif_Click); // // mnu_about // this.mnu_about.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.mnu_about.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.mnu_about.Image = ((System.Drawing.Image)(resources.GetObject("mnu_about.Image"))); this.mnu_about.ImageTransparentColor = System.Drawing.Color.Magenta; this.mnu_about.Name = "mnu_about"; this.mnu_about.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.mnu_about.Size = new System.Drawing.Size(90, 29); this.mnu_about.Text = "A Propos"; this.mnu_about.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.mnu_about.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal; this.mnu_about.Click += new System.EventHandler(this.mnu_about_Click); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Margin = new System.Windows.Forms.Padding(45, 46, 45, 46); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.splitContainer3); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.splitContainer2); this.splitContainer1.Size = new System.Drawing.Size(1147, 509); this.splitContainer1.SplitterDistance = 379; this.splitContainer1.SplitterWidth = 6; this.splitContainer1.TabIndex = 10; // // splitContainer3 // this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.splitContainer3.Location = new System.Drawing.Point(0, 0); this.splitContainer3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.splitContainer3.Name = "splitContainer3"; this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer3.Panel1 // this.splitContainer3.Panel1.Controls.Add(this.dg_epr); // // splitContainer3.Panel2 // this.splitContainer3.Panel2.Controls.Add(this.bt_doAll); this.splitContainer3.Panel2.Controls.Add(this.bt_do); this.splitContainer3.Panel2.Controls.Add(this.bt_retry); this.splitContainer3.Panel2.Controls.Add(this.bt_test); this.splitContainer3.Panel2.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.splitContainer3_Panel2_MouseDoubleClick); this.splitContainer3.Size = new System.Drawing.Size(379, 509); this.splitContainer3.SplitterDistance = 455; this.splitContainer3.SplitterWidth = 6; this.splitContainer3.TabIndex = 1; // // 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.nomeprDataGridViewTextBoxColumn, this.key_epr, this.abrev_epr}); 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.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dg_epr.Name = "dg_epr"; this.dg_epr.ReadOnly = true; this.dg_epr.RowHeadersWidth = 62; this.dg_epr.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dg_epr.Size = new System.Drawing.Size(379, 455); this.dg_epr.TabIndex = 6; this.dg_epr.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dg_epr_CellMouseDoubleClick); // // nomeprDataGridViewTextBoxColumn // this.nomeprDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.nomeprDataGridViewTextBoxColumn.DataPropertyName = "nom_epr"; this.nomeprDataGridViewTextBoxColumn.HeaderText = "Epreuve"; this.nomeprDataGridViewTextBoxColumn.MinimumWidth = 8; this.nomeprDataGridViewTextBoxColumn.Name = "nomeprDataGridViewTextBoxColumn"; this.nomeprDataGridViewTextBoxColumn.ReadOnly = true; // // key_epr // this.key_epr.DataPropertyName = "key_epr"; this.key_epr.HeaderText = "key_epr"; this.key_epr.MinimumWidth = 8; this.key_epr.Name = "key_epr"; this.key_epr.ReadOnly = true; this.key_epr.Visible = false; this.key_epr.Width = 150; // // abrev_epr // this.abrev_epr.DataPropertyName = "abrev_epr"; this.abrev_epr.HeaderText = "abrev_epr"; this.abrev_epr.MinimumWidth = 8; this.abrev_epr.Name = "abrev_epr"; this.abrev_epr.ReadOnly = true; this.abrev_epr.Visible = false; this.abrev_epr.Width = 150; // // bt_doAll // this.bt_doAll.Dock = System.Windows.Forms.DockStyle.Left; this.bt_doAll.Location = new System.Drawing.Point(225, 0); this.bt_doAll.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.bt_doAll.Name = "bt_doAll"; this.bt_doAll.Size = new System.Drawing.Size(75, 48); this.bt_doAll.TabIndex = 4; this.bt_doAll.Text = "ALL"; this.bt_doAll.UseVisualStyleBackColor = true; this.bt_doAll.Visible = false; this.bt_doAll.Click += new System.EventHandler(this.bt_doAll_Click); // // bt_do // this.bt_do.Dock = System.Windows.Forms.DockStyle.Left; this.bt_do.Location = new System.Drawing.Point(150, 0); this.bt_do.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.bt_do.Name = "bt_do"; this.bt_do.Size = new System.Drawing.Size(75, 48); this.bt_do.TabIndex = 3; this.bt_do.Text = "Do"; this.bt_do.UseVisualStyleBackColor = true; this.bt_do.Visible = false; this.bt_do.Click += new System.EventHandler(this.bt_do_Click); // // bt_retry // this.bt_retry.Dock = System.Windows.Forms.DockStyle.Left; this.bt_retry.Location = new System.Drawing.Point(75, 0); this.bt_retry.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.bt_retry.Name = "bt_retry"; this.bt_retry.Size = new System.Drawing.Size(75, 48); this.bt_retry.TabIndex = 1; this.bt_retry.Text = "ReTry SigR"; this.bt_retry.UseVisualStyleBackColor = true; this.bt_retry.Visible = false; this.bt_retry.Click += new System.EventHandler(this.button2_Click); // // bt_test // this.bt_test.Dock = System.Windows.Forms.DockStyle.Left; this.bt_test.Location = new System.Drawing.Point(0, 0); this.bt_test.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.bt_test.Name = "bt_test"; this.bt_test.Size = new System.Drawing.Size(75, 48); this.bt_test.TabIndex = 0; this.bt_test.Text = "Msg test"; this.bt_test.UseVisualStyleBackColor = true; this.bt_test.Visible = false; this.bt_test.Click += new System.EventHandler(this.button1_Click); // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.splitContainer2.Location = new System.Drawing.Point(0, 0); this.splitContainer2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.splitContainer2.Name = "splitContainer2"; this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.dg_sta); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.text_file); this.splitContainer2.Panel2.Controls.Add(this.bt_fact); this.splitContainer2.Size = new System.Drawing.Size(762, 509); this.splitContainer2.SplitterDistance = 455; this.splitContainer2.SplitterWidth = 6; this.splitContainer2.TabIndex = 0; // // dg_sta // this.dg_sta.AllowUserToAddRows = false; this.dg_sta.AllowUserToDeleteRows = false; this.dg_sta.AutoGenerateColumns = false; this.dg_sta.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dg_sta.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.keystaDataGridViewTextBoxColumn, this.etpstaDataGridViewTextBoxColumn, this.datestaDataGridViewTextBoxColumn, this.nomstaDataGridViewTextBoxColumn}); this.dg_sta.DataSource = this.tbstationBindingSource; this.dg_sta.Dock = System.Windows.Forms.DockStyle.Fill; this.dg_sta.Location = new System.Drawing.Point(0, 0); this.dg_sta.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dg_sta.Name = "dg_sta"; this.dg_sta.ReadOnly = true; this.dg_sta.RowHeadersWidth = 62; this.dg_sta.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dg_sta.Size = new System.Drawing.Size(762, 455); this.dg_sta.TabIndex = 7; this.dg_sta.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dg_sta_CellMouseDoubleClick); // // keystaDataGridViewTextBoxColumn // this.keystaDataGridViewTextBoxColumn.DataPropertyName = "key_sta"; this.keystaDataGridViewTextBoxColumn.HeaderText = "key_sta"; this.keystaDataGridViewTextBoxColumn.MinimumWidth = 8; this.keystaDataGridViewTextBoxColumn.Name = "keystaDataGridViewTextBoxColumn"; this.keystaDataGridViewTextBoxColumn.ReadOnly = true; this.keystaDataGridViewTextBoxColumn.Visible = false; this.keystaDataGridViewTextBoxColumn.Width = 150; // // etpstaDataGridViewTextBoxColumn // this.etpstaDataGridViewTextBoxColumn.DataPropertyName = "etp_sta"; this.etpstaDataGridViewTextBoxColumn.HeaderText = "Etp"; this.etpstaDataGridViewTextBoxColumn.MinimumWidth = 8; this.etpstaDataGridViewTextBoxColumn.Name = "etpstaDataGridViewTextBoxColumn"; this.etpstaDataGridViewTextBoxColumn.ReadOnly = true; this.etpstaDataGridViewTextBoxColumn.Width = 50; // // datestaDataGridViewTextBoxColumn // this.datestaDataGridViewTextBoxColumn.DataPropertyName = "date_sta"; dataGridViewCellStyle1.Format = "M"; dataGridViewCellStyle1.NullValue = null; this.datestaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1; this.datestaDataGridViewTextBoxColumn.HeaderText = "Date"; this.datestaDataGridViewTextBoxColumn.MinimumWidth = 8; this.datestaDataGridViewTextBoxColumn.Name = "datestaDataGridViewTextBoxColumn"; this.datestaDataGridViewTextBoxColumn.ReadOnly = true; this.datestaDataGridViewTextBoxColumn.Width = 150; // // nomstaDataGridViewTextBoxColumn // this.nomstaDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.nomstaDataGridViewTextBoxColumn.DataPropertyName = "nom_sta"; this.nomstaDataGridViewTextBoxColumn.HeaderText = "Station"; this.nomstaDataGridViewTextBoxColumn.MinimumWidth = 8; this.nomstaDataGridViewTextBoxColumn.Name = "nomstaDataGridViewTextBoxColumn"; this.nomstaDataGridViewTextBoxColumn.ReadOnly = true; // // text_file // this.text_file.Location = new System.Drawing.Point(4, 17); this.text_file.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.text_file.Name = "text_file"; this.text_file.Size = new System.Drawing.Size(559, 26); this.text_file.TabIndex = 3; this.text_file.Visible = false; // // bt_fact // this.bt_fact.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.bt_fact.Location = new System.Drawing.Point(629, 15); this.bt_fact.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.bt_fact.Name = "bt_fact"; this.bt_fact.Size = new System.Drawing.Size(112, 35); this.bt_fact.TabIndex = 0; this.bt_fact.Text = "Facture"; this.bt_fact.UseVisualStyleBackColor = true; this.bt_fact.Click += new System.EventHandler(this.bt_fact_Click); // // timerSigR // this.timerSigR.Enabled = true; this.timerSigR.Interval = 5000; this.timerSigR.Tick += new System.EventHandler(this.timerSigR_Tick); // // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1147, 578); this.Controls.Add(this.mainContainer); this.Controls.Add(this.statusBar); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsMdiContainer = true; this.Name = "Main"; this.Tag = "vide"; this.Text = "Aucune opération sélectionnée"; this.Activated += new System.EventHandler(this.Main_Activated); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing); this.Load += new System.EventHandler(this.Main_Load); this.statusBar.ResumeLayout(false); this.statusBar.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tbepreuveBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.vehiculeBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tbstationBindingSource)).EndInit(); this.mainContainer.Panel1.ResumeLayout(false); this.mainContainer.Panel1.PerformLayout(); this.mainContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.mainContainer)).EndInit(); this.mainContainer.ResumeLayout(false); this.main_mnu.ResumeLayout(false); this.main_mnu.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.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_epr)).EndInit(); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel2.ResumeLayout(false); this.splitContainer2.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); this.splitContainer2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dg_sta)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.StatusStrip statusBar; private System.Windows.Forms.BindingSource vehiculeBindingSource; private System.Windows.Forms.BindingSource tbepreuveBindingSource; private DataSet1 dataSet1; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; private System.Windows.Forms.BindingSource tbstationBindingSource; private System.Windows.Forms.SplitContainer mainContainer; private System.Windows.Forms.Button bt_fact; private System.Windows.Forms.DataGridViewTextBoxColumn nomstaDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn datestaDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn etpstaDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn keystaDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridView dg_sta; private System.Windows.Forms.SplitContainer splitContainer2; private System.Windows.Forms.DataGridViewTextBoxColumn abrev_epr; private System.Windows.Forms.DataGridViewTextBoxColumn key_epr; private System.Windows.Forms.DataGridViewTextBoxColumn nomeprDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridView dg_epr; private System.Windows.Forms.SplitContainer splitContainer3; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.ToolStripButton mnu_about; private System.Windows.Forms.ToolStripButton mnu_param; private System.Windows.Forms.ToolStripButton mnu_gest; private System.Windows.Forms.ToolStripButton mnu_saisie; private System.Windows.Forms.ToolStripSeparator mnu_sep1; private System.Windows.Forms.ToolStripButton mnu_sta; private System.Windows.Forms.ToolStripMenuItem mnu_vehi_imp_tdf; private System.Windows.Forms.ToolStripMenuItem mnu_vehi_imp_parc; private System.Windows.Forms.ToolStripMenuItem mnu_vehi_imp; private System.Windows.Forms.ToolStripSeparator mnu_vehi_sep; private System.Windows.Forms.ToolStripMenuItem mnh_vehi_acc; private System.Windows.Forms.ToolStripDropDownButton mnu_vehi_dow; private System.Windows.Forms.ToolStripButton mnu_ope; private System.Windows.Forms.ToolStrip main_mnu; private System.Windows.Forms.ToolStripStatusLabel eprstat; private System.Windows.Forms.ToolStripStatusLabel stastat; private System.Windows.Forms.ToolStripStatusLabel tslbl1; private System.Windows.Forms.Button bt_test; private System.Windows.Forms.Button bt_retry; private System.Windows.Forms.Timer timerSigR; private System.Windows.Forms.Button bt_do; private System.Windows.Forms.Button bt_doAll; private System.Windows.Forms.TextBox text_file; private System.Windows.Forms.ToolStripButton mnu_verif; private System.Windows.Forms.ToolStripMenuItem parisNice17ToolStripMenuItem; } }