| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715 |
- namespace Fuel01
- {
- partial class f_station
- {
- /// <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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- 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.splitContainer2 = new System.Windows.Forms.SplitContainer();
- this.dg_station = new System.Windows.Forms.DataGridView();
- this.label11 = new System.Windows.Forms.Label();
- this.text_etp_sta = new System.Windows.Forms.TextBox();
- this.text_key_sta = new System.Windows.Forms.TextBox();
- this.bt_Presta = new System.Windows.Forms.Button();
- 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.combo_pays_sta = new System.Windows.Forms.ComboBox();
- this.text_tel_sta = new System.Windows.Forms.TextBox();
- this.text_ville_sta = new System.Windows.Forms.TextBox();
- this.text_cp_sta = new System.Windows.Forms.TextBox();
- this.text_adr2_sta = new System.Windows.Forms.TextBox();
- this.text_adr1_sta = new System.Windows.Forms.TextBox();
- this.text_contact_sta = new System.Windows.Forms.TextBox();
- this.text_nom_sta = new System.Windows.Forms.TextBox();
- this.nn_num_sta = new System.Windows.Forms.NumericUpDown();
- this.dt_date_sta = new System.Windows.Forms.DateTimePicker();
- this.statusStrip1 = new System.Windows.Forms.StatusStrip();
- this.st1 = new System.Windows.Forms.ToolStripStatusLabel();
- this.StatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.etpstaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.datestaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.numstaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.nomstaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.adr1staDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.adr2staDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.cpstaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.villestaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.paysstaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.contactstaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.telstaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tbstationBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.dataSet1 = new Fuel01.DataSet1();
- this.label12 = new System.Windows.Forms.Label();
- this.text_tva_sta = new System.Windows.Forms.TextBox();
- this.label13 = new System.Windows.Forms.Label();
- this.text_divers_sta = new System.Windows.Forms.TextBox();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
- this.splitContainer2.Panel1.SuspendLayout();
- this.splitContainer2.Panel2.SuspendLayout();
- this.splitContainer2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dg_station)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nn_num_sta)).BeginInit();
- this.statusStrip1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.tbstationBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
- this.SuspendLayout();
- //
- // bt_Sup
- //
- this.bt_Sup.Location = new System.Drawing.Point(210, 372);
- this.bt_Sup.Margin = new System.Windows.Forms.Padding(2);
- this.bt_Sup.Name = "bt_Sup";
- this.bt_Sup.Size = new System.Drawing.Size(66, 19);
- this.bt_Sup.TabIndex = 15;
- 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(198, 410);
- this.Bt_Abort.Margin = new System.Windows.Forms.Padding(2);
- this.Bt_Abort.Name = "Bt_Abort";
- this.Bt_Abort.Size = new System.Drawing.Size(77, 19);
- this.Bt_Abort.TabIndex = 17;
- 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(59, 410);
- this.bt_Valid.Margin = new System.Windows.Forms.Padding(2);
- this.bt_Valid.Name = "bt_Valid";
- this.bt_Valid.Size = new System.Drawing.Size(76, 19);
- this.bt_Valid.TabIndex = 16;
- 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(134, 372);
- this.bt_Aj.Margin = new System.Windows.Forms.Padding(2);
- this.bt_Aj.Name = "bt_Aj";
- this.bt_Aj.Size = new System.Drawing.Size(56, 19);
- this.bt_Aj.TabIndex = 14;
- 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(58, 372);
- this.bt_Mod.Margin = new System.Windows.Forms.Padding(2);
- this.bt_Mod.Name = "bt_Mod";
- this.bt_Mod.Size = new System.Drawing.Size(56, 19);
- this.bt_Mod.TabIndex = 13;
- this.bt_Mod.Text = "Modifier";
- this.bt_Mod.UseVisualStyleBackColor = true;
- this.bt_Mod.Click += new System.EventHandler(this.bt_Mod_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.Name = "splitContainer2";
- //
- // splitContainer2.Panel1
- //
- this.splitContainer2.Panel1.Controls.Add(this.dg_station);
- //
- // splitContainer2.Panel2
- //
- this.splitContainer2.Panel2.Controls.Add(this.label13);
- this.splitContainer2.Panel2.Controls.Add(this.text_divers_sta);
- this.splitContainer2.Panel2.Controls.Add(this.label12);
- this.splitContainer2.Panel2.Controls.Add(this.text_tva_sta);
- this.splitContainer2.Panel2.Controls.Add(this.label11);
- this.splitContainer2.Panel2.Controls.Add(this.text_etp_sta);
- this.splitContainer2.Panel2.Controls.Add(this.text_key_sta);
- this.splitContainer2.Panel2.Controls.Add(this.bt_Presta);
- this.splitContainer2.Panel2.Controls.Add(this.label10);
- this.splitContainer2.Panel2.Controls.Add(this.label9);
- this.splitContainer2.Panel2.Controls.Add(this.label8);
- this.splitContainer2.Panel2.Controls.Add(this.label7);
- this.splitContainer2.Panel2.Controls.Add(this.label6);
- this.splitContainer2.Panel2.Controls.Add(this.label5);
- this.splitContainer2.Panel2.Controls.Add(this.label4);
- this.splitContainer2.Panel2.Controls.Add(this.label3);
- this.splitContainer2.Panel2.Controls.Add(this.label2);
- this.splitContainer2.Panel2.Controls.Add(this.label1);
- this.splitContainer2.Panel2.Controls.Add(this.combo_pays_sta);
- this.splitContainer2.Panel2.Controls.Add(this.text_tel_sta);
- this.splitContainer2.Panel2.Controls.Add(this.text_ville_sta);
- this.splitContainer2.Panel2.Controls.Add(this.text_cp_sta);
- this.splitContainer2.Panel2.Controls.Add(this.text_adr2_sta);
- this.splitContainer2.Panel2.Controls.Add(this.text_adr1_sta);
- this.splitContainer2.Panel2.Controls.Add(this.text_contact_sta);
- this.splitContainer2.Panel2.Controls.Add(this.text_nom_sta);
- this.splitContainer2.Panel2.Controls.Add(this.nn_num_sta);
- this.splitContainer2.Panel2.Controls.Add(this.dt_date_sta);
- this.splitContainer2.Panel2.Controls.Add(this.bt_Sup);
- this.splitContainer2.Panel2.Controls.Add(this.Bt_Abort);
- this.splitContainer2.Panel2.Controls.Add(this.bt_Valid);
- this.splitContainer2.Panel2.Controls.Add(this.bt_Aj);
- this.splitContainer2.Panel2.Controls.Add(this.bt_Mod);
- this.splitContainer2.Size = new System.Drawing.Size(1036, 499);
- this.splitContainer2.SplitterDistance = 719;
- this.splitContainer2.TabIndex = 2;
- //
- // dg_station
- //
- this.dg_station.AllowUserToAddRows = false;
- this.dg_station.AllowUserToDeleteRows = false;
- this.dg_station.AllowUserToOrderColumns = true;
- this.dg_station.AutoGenerateColumns = false;
- this.dg_station.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dg_station.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.etpstaDataGridViewTextBoxColumn,
- this.datestaDataGridViewTextBoxColumn,
- this.numstaDataGridViewTextBoxColumn,
- this.nomstaDataGridViewTextBoxColumn,
- this.adr1staDataGridViewTextBoxColumn,
- this.adr2staDataGridViewTextBoxColumn,
- this.cpstaDataGridViewTextBoxColumn,
- this.villestaDataGridViewTextBoxColumn,
- this.paysstaDataGridViewTextBoxColumn,
- this.contactstaDataGridViewTextBoxColumn,
- this.telstaDataGridViewTextBoxColumn});
- this.dg_station.DataSource = this.tbstationBindingSource;
- this.dg_station.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dg_station.Location = new System.Drawing.Point(0, 0);
- this.dg_station.Margin = new System.Windows.Forms.Padding(2);
- this.dg_station.Name = "dg_station";
- this.dg_station.ReadOnly = true;
- this.dg_station.RowTemplate.Height = 24;
- this.dg_station.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dg_station.Size = new System.Drawing.Size(719, 499);
- this.dg_station.TabIndex = 2;
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(48, 39);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(35, 13);
- this.label11.TabIndex = 41;
- this.label11.Text = "Etape";
- this.label11.Click += new System.EventHandler(this.label11_Click);
- //
- // text_etp_sta
- //
- this.text_etp_sta.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbstationBindingSource, "etp_sta", true));
- this.text_etp_sta.Location = new System.Drawing.Point(85, 35);
- this.text_etp_sta.Name = "text_etp_sta";
- this.text_etp_sta.Size = new System.Drawing.Size(44, 20);
- this.text_etp_sta.TabIndex = 40;
- //
- // text_key_sta
- //
- this.text_key_sta.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbstationBindingSource, "key_sta", true));
- this.text_key_sta.Enabled = false;
- this.text_key_sta.Location = new System.Drawing.Point(86, 6);
- this.text_key_sta.Name = "text_key_sta";
- this.text_key_sta.Size = new System.Drawing.Size(70, 20);
- this.text_key_sta.TabIndex = 39;
- //
- // bt_Presta
- //
- this.bt_Presta.Location = new System.Drawing.Point(201, 448);
- this.bt_Presta.Name = "bt_Presta";
- this.bt_Presta.Size = new System.Drawing.Size(75, 23);
- this.bt_Presta.TabIndex = 38;
- this.bt_Presta.Text = "Prix/Ventes";
- this.bt_Presta.UseVisualStyleBackColor = true;
- this.bt_Presta.Click += new System.EventHandler(this.bt_Presta_Click);
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(26, 274);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(58, 13);
- this.label10.TabIndex = 37;
- this.label10.Text = "Téléphone";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(58, 248);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(26, 13);
- this.label9.TabIndex = 36;
- this.label9.Text = "Ville";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(169, 222);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(21, 13);
- this.label8.TabIndex = 35;
- this.label8.Text = "CP";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(54, 221);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(30, 13);
- this.label7.TabIndex = 34;
- this.label7.Text = "Pays";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(68, 196);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(16, 13);
- this.label6.TabIndex = 33;
- this.label6.Text = "...";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(39, 170);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(45, 13);
- this.label5.TabIndex = 32;
- this.label5.Text = "Adresse";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(55, 118);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(29, 13);
- this.label4.TabIndex = 31;
- this.label4.Text = "Nom";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(40, 144);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(44, 13);
- this.label3.TabIndex = 30;
- this.label3.Text = "Contact";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(65, 91);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(19, 13);
- this.label2.TabIndex = 29;
- this.label2.Text = "N°";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(54, 67);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(30, 13);
- this.label1.TabIndex = 28;
- this.label1.Text = "Date";
- //
- // combo_pays_sta
- //
- this.combo_pays_sta.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbstationBindingSource, "pays_sta", true));
- this.combo_pays_sta.FormattingEnabled = true;
- this.combo_pays_sta.Location = new System.Drawing.Point(85, 218);
- this.combo_pays_sta.Name = "combo_pays_sta";
- this.combo_pays_sta.Size = new System.Drawing.Size(78, 21);
- this.combo_pays_sta.TabIndex = 24;
- this.combo_pays_sta.SelectedIndexChanged += new System.EventHandler(this.combo_pays_sta_SelectedIndexChanged);
- this.combo_pays_sta.TextChanged += new System.EventHandler(this.combo_pays_sta_SelectedIndexChanged);
- //
- // text_tel_sta
- //
- this.text_tel_sta.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbstationBindingSource, "tel_sta", true));
- this.text_tel_sta.Location = new System.Drawing.Point(85, 271);
- this.text_tel_sta.Name = "text_tel_sta";
- this.text_tel_sta.Size = new System.Drawing.Size(184, 20);
- this.text_tel_sta.TabIndex = 27;
- //
- // text_ville_sta
- //
- this.text_ville_sta.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbstationBindingSource, "ville_sta", true));
- this.text_ville_sta.Location = new System.Drawing.Point(85, 245);
- this.text_ville_sta.Name = "text_ville_sta";
- this.text_ville_sta.Size = new System.Drawing.Size(184, 20);
- this.text_ville_sta.TabIndex = 26;
- //
- // text_cp_sta
- //
- this.text_cp_sta.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbstationBindingSource, "cp_sta", true));
- this.text_cp_sta.Location = new System.Drawing.Point(191, 219);
- this.text_cp_sta.Name = "text_cp_sta";
- this.text_cp_sta.Size = new System.Drawing.Size(77, 20);
- this.text_cp_sta.TabIndex = 25;
- //
- // text_adr2_sta
- //
- this.text_adr2_sta.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbstationBindingSource, "adr2_sta", true));
- this.text_adr2_sta.Location = new System.Drawing.Point(85, 193);
- this.text_adr2_sta.Name = "text_adr2_sta";
- this.text_adr2_sta.Size = new System.Drawing.Size(184, 20);
- this.text_adr2_sta.TabIndex = 23;
- //
- // text_adr1_sta
- //
- this.text_adr1_sta.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbstationBindingSource, "adr1_sta", true));
- this.text_adr1_sta.Location = new System.Drawing.Point(85, 167);
- this.text_adr1_sta.Name = "text_adr1_sta";
- this.text_adr1_sta.Size = new System.Drawing.Size(184, 20);
- this.text_adr1_sta.TabIndex = 22;
- //
- // text_contact_sta
- //
- this.text_contact_sta.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbstationBindingSource, "contact_sta", true));
- this.text_contact_sta.Location = new System.Drawing.Point(85, 141);
- this.text_contact_sta.Name = "text_contact_sta";
- this.text_contact_sta.Size = new System.Drawing.Size(184, 20);
- this.text_contact_sta.TabIndex = 21;
- //
- // text_nom_sta
- //
- this.text_nom_sta.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbstationBindingSource, "nom_sta", true));
- this.text_nom_sta.Location = new System.Drawing.Point(85, 115);
- this.text_nom_sta.Name = "text_nom_sta";
- this.text_nom_sta.Size = new System.Drawing.Size(184, 20);
- this.text_nom_sta.TabIndex = 20;
- //
- // nn_num_sta
- //
- this.nn_num_sta.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.tbstationBindingSource, "num_sta", true));
- this.nn_num_sta.Location = new System.Drawing.Point(85, 89);
- this.nn_num_sta.Name = "nn_num_sta";
- this.nn_num_sta.Size = new System.Drawing.Size(56, 20);
- this.nn_num_sta.TabIndex = 19;
- this.nn_num_sta.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // dt_date_sta
- //
- this.dt_date_sta.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.tbstationBindingSource, "date_sta", true));
- this.dt_date_sta.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbstationBindingSource, "date_sta", true));
- this.dt_date_sta.Location = new System.Drawing.Point(85, 63);
- this.dt_date_sta.Name = "dt_date_sta";
- this.dt_date_sta.Size = new System.Drawing.Size(183, 20);
- this.dt_date_sta.TabIndex = 18;
- //
- // statusStrip1
- //
- this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.st1,
- this.StatusLabel1});
- this.statusStrip1.Location = new System.Drawing.Point(0, 531);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 10, 0);
- this.statusStrip1.Size = new System.Drawing.Size(1036, 22);
- this.statusStrip1.TabIndex = 30;
- this.statusStrip1.Text = "statusStrip1";
- //
- // st1
- //
- this.st1.Name = "st1";
- this.st1.Size = new System.Drawing.Size(0, 17);
- //
- // StatusLabel1
- //
- this.StatusLabel1.Name = "StatusLabel1";
- this.StatusLabel1.Size = new System.Drawing.Size(16, 17);
- this.StatusLabel1.Text = "...";
- //
- // 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.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
- this.splitContainer1.Size = new System.Drawing.Size(1036, 531);
- this.splitContainer1.SplitterDistance = 28;
- this.splitContainer1.TabIndex = 31;
- //
- // etpstaDataGridViewTextBoxColumn
- //
- this.etpstaDataGridViewTextBoxColumn.DataPropertyName = "etp_sta";
- this.etpstaDataGridViewTextBoxColumn.HeaderText = "Etape";
- this.etpstaDataGridViewTextBoxColumn.Name = "etpstaDataGridViewTextBoxColumn";
- this.etpstaDataGridViewTextBoxColumn.ReadOnly = true;
- this.etpstaDataGridViewTextBoxColumn.Width = 50;
- //
- // datestaDataGridViewTextBoxColumn
- //
- this.datestaDataGridViewTextBoxColumn.DataPropertyName = "date_sta";
- dataGridViewCellStyle3.Format = "d";
- dataGridViewCellStyle3.NullValue = null;
- this.datestaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle3;
- this.datestaDataGridViewTextBoxColumn.HeaderText = "Date";
- this.datestaDataGridViewTextBoxColumn.Name = "datestaDataGridViewTextBoxColumn";
- this.datestaDataGridViewTextBoxColumn.ReadOnly = true;
- this.datestaDataGridViewTextBoxColumn.Width = 70;
- //
- // numstaDataGridViewTextBoxColumn
- //
- this.numstaDataGridViewTextBoxColumn.DataPropertyName = "num_sta";
- dataGridViewCellStyle4.Format = "N0";
- dataGridViewCellStyle4.NullValue = null;
- this.numstaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle4;
- this.numstaDataGridViewTextBoxColumn.HeaderText = "N°";
- this.numstaDataGridViewTextBoxColumn.Name = "numstaDataGridViewTextBoxColumn";
- this.numstaDataGridViewTextBoxColumn.ReadOnly = true;
- this.numstaDataGridViewTextBoxColumn.Width = 30;
- //
- // nomstaDataGridViewTextBoxColumn
- //
- this.nomstaDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.nomstaDataGridViewTextBoxColumn.DataPropertyName = "nom_sta";
- this.nomstaDataGridViewTextBoxColumn.HeaderText = "Nom";
- this.nomstaDataGridViewTextBoxColumn.Name = "nomstaDataGridViewTextBoxColumn";
- this.nomstaDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // adr1staDataGridViewTextBoxColumn
- //
- this.adr1staDataGridViewTextBoxColumn.DataPropertyName = "adr1_sta";
- this.adr1staDataGridViewTextBoxColumn.HeaderText = "adr1_sta";
- this.adr1staDataGridViewTextBoxColumn.Name = "adr1staDataGridViewTextBoxColumn";
- this.adr1staDataGridViewTextBoxColumn.ReadOnly = true;
- this.adr1staDataGridViewTextBoxColumn.Visible = false;
- //
- // adr2staDataGridViewTextBoxColumn
- //
- this.adr2staDataGridViewTextBoxColumn.DataPropertyName = "adr2_sta";
- this.adr2staDataGridViewTextBoxColumn.HeaderText = "adr2_sta";
- this.adr2staDataGridViewTextBoxColumn.Name = "adr2staDataGridViewTextBoxColumn";
- this.adr2staDataGridViewTextBoxColumn.ReadOnly = true;
- this.adr2staDataGridViewTextBoxColumn.Visible = false;
- //
- // cpstaDataGridViewTextBoxColumn
- //
- this.cpstaDataGridViewTextBoxColumn.DataPropertyName = "cp_sta";
- this.cpstaDataGridViewTextBoxColumn.HeaderText = "CP";
- this.cpstaDataGridViewTextBoxColumn.Name = "cpstaDataGridViewTextBoxColumn";
- this.cpstaDataGridViewTextBoxColumn.ReadOnly = true;
- this.cpstaDataGridViewTextBoxColumn.Width = 70;
- //
- // villestaDataGridViewTextBoxColumn
- //
- this.villestaDataGridViewTextBoxColumn.DataPropertyName = "ville_sta";
- this.villestaDataGridViewTextBoxColumn.HeaderText = "Ville";
- this.villestaDataGridViewTextBoxColumn.Name = "villestaDataGridViewTextBoxColumn";
- this.villestaDataGridViewTextBoxColumn.ReadOnly = true;
- this.villestaDataGridViewTextBoxColumn.Width = 150;
- //
- // paysstaDataGridViewTextBoxColumn
- //
- this.paysstaDataGridViewTextBoxColumn.DataPropertyName = "pays_sta";
- this.paysstaDataGridViewTextBoxColumn.HeaderText = "Pays";
- this.paysstaDataGridViewTextBoxColumn.Name = "paysstaDataGridViewTextBoxColumn";
- this.paysstaDataGridViewTextBoxColumn.ReadOnly = true;
- this.paysstaDataGridViewTextBoxColumn.Width = 50;
- //
- // contactstaDataGridViewTextBoxColumn
- //
- this.contactstaDataGridViewTextBoxColumn.DataPropertyName = "contact_sta";
- this.contactstaDataGridViewTextBoxColumn.HeaderText = "Contact";
- this.contactstaDataGridViewTextBoxColumn.Name = "contactstaDataGridViewTextBoxColumn";
- this.contactstaDataGridViewTextBoxColumn.ReadOnly = true;
- this.contactstaDataGridViewTextBoxColumn.Width = 150;
- //
- // telstaDataGridViewTextBoxColumn
- //
- this.telstaDataGridViewTextBoxColumn.DataPropertyName = "tel_sta";
- this.telstaDataGridViewTextBoxColumn.HeaderText = "tel_sta";
- this.telstaDataGridViewTextBoxColumn.Name = "telstaDataGridViewTextBoxColumn";
- this.telstaDataGridViewTextBoxColumn.ReadOnly = true;
- this.telstaDataGridViewTextBoxColumn.Visible = false;
- //
- // tbstationBindingSource
- //
- this.tbstationBindingSource.DataMember = "tb_station";
- this.tbstationBindingSource.DataSource = this.dataSet1;
- this.tbstationBindingSource.Sort = "date_sta";
- //
- // dataSet1
- //
- this.dataSet1.DataSetName = "DataSet1";
- this.dataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Location = new System.Drawing.Point(27, 300);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(56, 13);
- this.label12.TabIndex = 43;
- this.label12.Text = "Code TVA";
- //
- // text_tva_sta
- //
- this.text_tva_sta.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbstationBindingSource, "tva_sta", true));
- this.text_tva_sta.Location = new System.Drawing.Point(86, 297);
- this.text_tva_sta.Name = "text_tva_sta";
- this.text_tva_sta.Size = new System.Drawing.Size(184, 20);
- this.text_tva_sta.TabIndex = 42;
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Location = new System.Drawing.Point(26, 326);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(37, 13);
- this.label13.TabIndex = 45;
- this.label13.Text = "Divers";
- //
- // text_divers_sta
- //
- this.text_divers_sta.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tbstationBindingSource, "divers_sta", true));
- this.text_divers_sta.Location = new System.Drawing.Point(85, 323);
- this.text_divers_sta.Name = "text_divers_sta";
- this.text_divers_sta.Size = new System.Drawing.Size(184, 20);
- this.text_divers_sta.TabIndex = 44;
- //
- // f_station
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1036, 553);
- this.Controls.Add(this.splitContainer1);
- this.Controls.Add(this.statusStrip1);
- this.Name = "f_station";
- this.ShowIcon = false;
- this.ShowInTaskbar = false;
- this.Text = "Stations services";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.f_station_FormClosing);
- this.Load += new System.EventHandler(this.f_station_Load);
- 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_station)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nn_num_sta)).EndInit();
- this.statusStrip1.ResumeLayout(false);
- this.statusStrip1.PerformLayout();
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.tbstationBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- 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 splitContainer2;
- private System.Windows.Forms.DataGridView dg_station;
- private System.Windows.Forms.BindingSource tbstationBindingSource;
- private DataSet1 dataSet1;
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.ToolStripStatusLabel st1;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.DateTimePicker dt_date_sta;
- private System.Windows.Forms.ComboBox combo_pays_sta;
- private System.Windows.Forms.TextBox text_tel_sta;
- private System.Windows.Forms.TextBox text_ville_sta;
- private System.Windows.Forms.TextBox text_cp_sta;
- private System.Windows.Forms.TextBox text_adr2_sta;
- private System.Windows.Forms.TextBox text_adr1_sta;
- private System.Windows.Forms.TextBox text_contact_sta;
- private System.Windows.Forms.TextBox text_nom_sta;
- private System.Windows.Forms.NumericUpDown nn_num_sta;
- 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.ToolStripStatusLabel StatusLabel1;
- private System.Windows.Forms.Button bt_Presta;
- private System.Windows.Forms.TextBox text_key_sta;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.TextBox text_etp_sta;
- private System.Windows.Forms.DataGridViewTextBoxColumn etpstaDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn datestaDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn numstaDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn nomstaDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn adr1staDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn adr2staDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn cpstaDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn villestaDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn paysstaDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn contactstaDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn telstaDataGridViewTextBoxColumn;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.TextBox text_divers_sta;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.TextBox text_tva_sta;
- }
- }
|