| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730 |
- namespace Fuel01
- {
- partial class f_about
- {
- /// <summary>
- /// Variable nécessaire au concepteur.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Nettoyage des ressources utilisées.
- /// </summary>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Code généré par le Concepteur Windows Form
- /// <summary>
- /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
- /// le contenu de cette méthode avec l'éditeur de code.
- /// </summary>
- private void InitializeComponent()
- {
- this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
- this.bt_clean = new System.Windows.Forms.Button();
- this.lblClean = new System.Windows.Forms.Label();
- this.button3 = new System.Windows.Forms.Button();
- this.labelProductName = new System.Windows.Forms.Label();
- this.labelVersion = new System.Windows.Forms.Label();
- this.labelCopyright = new System.Windows.Forms.Label();
- this.labelCompanyName = new System.Windows.Forms.Label();
- this.textBoxDescription = new System.Windows.Forms.TextBox();
- this.logoPictureBox = new System.Windows.Forms.PictureBox();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.lbl_Send = new System.Windows.Forms.Label();
- this.button1 = new System.Windows.Forms.Button();
- this.bt_send = new System.Windows.Forms.Button();
- this.bt_maj = new System.Windows.Forms.Button();
- this.okButton = new System.Windows.Forms.Button();
- this.progressBar1 = new System.Windows.Forms.ProgressBar();
- this.fold = new System.Windows.Forms.FolderBrowserDialog();
- this.opfile = new System.Windows.Forms.OpenFileDialog();
- this.label1 = new System.Windows.Forms.Label();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabAbout = new System.Windows.Forms.TabPage();
- this.tabParam = new System.Windows.Forms.TabPage();
- this.checkBoxAPI = new System.Windows.Forms.CheckBox();
- this.bt_chekAPI = new System.Windows.Forms.Button();
- this.label6 = new System.Windows.Forms.Label();
- this.textCopieAPI = new System.Windows.Forms.TextBox();
- this.bt_fold = new System.Windows.Forms.Button();
- this.label5 = new System.Windows.Forms.Label();
- this.textCopieLocal = new System.Windows.Forms.TextBox();
- this.bt_sav = new System.Windows.Forms.Button();
- this.checkAll = new System.Windows.Forms.CheckBox();
- this.checkBoxSignalR = new System.Windows.Forms.CheckBox();
- this.checkBoxBin = new System.Windows.Forms.CheckBox();
- this.checkBoxDatas = new System.Windows.Forms.CheckBox();
- this.lblRes = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.textSignalR = new System.Windows.Forms.TextBox();
- this.bt_checkR = new System.Windows.Forms.Button();
- this.label3 = new System.Windows.Forms.Label();
- this.textSrvBin = new System.Windows.Forms.TextBox();
- this.bt_checkBin = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.textSrvDatas = new System.Windows.Forms.TextBox();
- this.bt_checkDatas = new System.Windows.Forms.Button();
- this.checkBoxLocale = new System.Windows.Forms.CheckBox();
- this.fold2 = new System.Windows.Forms.FolderBrowserDialog();
- this.tableLayoutPanel.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.tabControl1.SuspendLayout();
- this.tabAbout.SuspendLayout();
- this.tabParam.SuspendLayout();
- this.SuspendLayout();
- //
- // tableLayoutPanel
- //
- this.tableLayoutPanel.ColumnCount = 3;
- this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 36.91589F));
- this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 44.04494F));
- this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 19.10112F));
- this.tableLayoutPanel.Controls.Add(this.bt_clean, 2, 5);
- this.tableLayoutPanel.Controls.Add(this.lblClean, 1, 5);
- this.tableLayoutPanel.Controls.Add(this.button3, 2, 7);
- this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0);
- this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1);
- this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2);
- this.tableLayoutPanel.Controls.Add(this.labelCompanyName, 1, 3);
- this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 4);
- this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 4);
- this.tableLayoutPanel.Controls.Add(this.pictureBox1, 0, 0);
- this.tableLayoutPanel.Controls.Add(this.lbl_Send, 1, 6);
- this.tableLayoutPanel.Controls.Add(this.button1, 1, 7);
- this.tableLayoutPanel.Controls.Add(this.bt_send, 2, 6);
- this.tableLayoutPanel.Controls.Add(this.bt_maj, 1, 8);
- this.tableLayoutPanel.Controls.Add(this.okButton, 2, 8);
- this.tableLayoutPanel.Controls.Add(this.progressBar1, 0, 9);
- this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel.Location = new System.Drawing.Point(4, 5);
- this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tableLayoutPanel.Name = "tableLayoutPanel";
- this.tableLayoutPanel.RowCount = 11;
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 138F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 46F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 46F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 46F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 46F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
- this.tableLayoutPanel.Size = new System.Drawing.Size(745, 524);
- this.tableLayoutPanel.TabIndex = 0;
- //
- // bt_clean
- //
- this.bt_clean.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.bt_clean.Location = new System.Drawing.Point(629, 267);
- this.bt_clean.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.bt_clean.Name = "bt_clean";
- this.bt_clean.Size = new System.Drawing.Size(112, 36);
- this.bt_clean.TabIndex = 34;
- this.bt_clean.Text = "Nettoyage";
- this.bt_clean.UseVisualStyleBackColor = true;
- this.bt_clean.Click += new System.EventHandler(this.bt_clean_Click);
- //
- // lblClean
- //
- this.lblClean.Location = new System.Drawing.Point(278, 262);
- this.lblClean.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblClean.Name = "lblClean";
- this.lblClean.Size = new System.Drawing.Size(284, 42);
- this.lblClean.TabIndex = 33;
- this.lblClean.Text = "Nettoyage des données \r\n(fichiers inutiles)";
- this.lblClean.TextAlign = System.Drawing.ContentAlignment.TopRight;
- //
- // button3
- //
- this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.button3.Location = new System.Drawing.Point(629, 359);
- this.button3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(112, 36);
- this.button3.TabIndex = 30;
- this.button3.Text = "Restauration";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button2_Click);
- //
- // labelProductName
- //
- this.tableLayoutPanel.SetColumnSpan(this.labelProductName, 2);
- this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
- this.labelProductName.Location = new System.Drawing.Point(283, 0);
- this.labelProductName.Margin = new System.Windows.Forms.Padding(9, 0, 4, 0);
- this.labelProductName.Name = "labelProductName";
- this.labelProductName.Size = new System.Drawing.Size(458, 31);
- this.labelProductName.TabIndex = 19;
- this.labelProductName.Text = "Nom du produit";
- this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // labelVersion
- //
- this.tableLayoutPanel.SetColumnSpan(this.labelVersion, 2);
- this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
- this.labelVersion.Location = new System.Drawing.Point(283, 31);
- this.labelVersion.Margin = new System.Windows.Forms.Padding(9, 0, 4, 0);
- this.labelVersion.Name = "labelVersion";
- this.labelVersion.Size = new System.Drawing.Size(458, 31);
- this.labelVersion.TabIndex = 0;
- this.labelVersion.Text = "Version Version Version Version";
- this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // labelCopyright
- //
- this.tableLayoutPanel.SetColumnSpan(this.labelCopyright, 2);
- this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
- this.labelCopyright.Location = new System.Drawing.Point(283, 62);
- this.labelCopyright.Margin = new System.Windows.Forms.Padding(9, 0, 4, 0);
- this.labelCopyright.Name = "labelCopyright";
- this.labelCopyright.Size = new System.Drawing.Size(458, 31);
- this.labelCopyright.TabIndex = 21;
- this.labelCopyright.Text = "Copyright";
- this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // labelCompanyName
- //
- this.tableLayoutPanel.SetColumnSpan(this.labelCompanyName, 2);
- this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
- this.labelCompanyName.Location = new System.Drawing.Point(283, 93);
- this.labelCompanyName.Margin = new System.Windows.Forms.Padding(9, 0, 4, 0);
- this.labelCompanyName.Name = "labelCompanyName";
- this.labelCompanyName.Size = new System.Drawing.Size(458, 31);
- this.labelCompanyName.TabIndex = 22;
- this.labelCompanyName.Text = "Nom de la société";
- this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // textBoxDescription
- //
- this.tableLayoutPanel.SetColumnSpan(this.textBoxDescription, 2);
- this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
- this.textBoxDescription.Location = new System.Drawing.Point(283, 129);
- this.textBoxDescription.Margin = new System.Windows.Forms.Padding(9, 5, 4, 5);
- this.textBoxDescription.Multiline = true;
- this.textBoxDescription.Name = "textBoxDescription";
- this.textBoxDescription.ReadOnly = true;
- this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.textBoxDescription.Size = new System.Drawing.Size(458, 128);
- this.textBoxDescription.TabIndex = 23;
- this.textBoxDescription.TabStop = false;
- this.textBoxDescription.Text = "Patrick Germain\r\npgermain@aformatix.com\r\ntel : 04 94 00 39 40\r\nmob: 06 07 02 66 8" +
- "2\r\n";
- //
- // logoPictureBox
- //
- this.logoPictureBox.Image = global::Fuel01.Properties.Resources.aPompe;
- this.logoPictureBox.Location = new System.Drawing.Point(4, 129);
- this.logoPictureBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.logoPictureBox.Name = "logoPictureBox";
- this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 3);
- this.logoPictureBox.Size = new System.Drawing.Size(190, 220);
- this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.logoPictureBox.TabIndex = 12;
- this.logoPictureBox.TabStop = false;
- //
- // pictureBox1
- //
- this.pictureBox1.Image = global::Fuel01.Properties.Resources.aax3;
- this.pictureBox1.Location = new System.Drawing.Point(4, 5);
- this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.pictureBox1.Name = "pictureBox1";
- this.tableLayoutPanel.SetRowSpan(this.pictureBox1, 4);
- this.pictureBox1.Size = new System.Drawing.Size(237, 114);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox1.TabIndex = 26;
- this.pictureBox1.TabStop = false;
- //
- // lbl_Send
- //
- this.lbl_Send.Location = new System.Drawing.Point(278, 308);
- this.lbl_Send.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lbl_Send.Name = "lbl_Send";
- this.lbl_Send.Size = new System.Drawing.Size(284, 42);
- this.lbl_Send.TabIndex = 32;
- this.lbl_Send.Text = "Envoi des données pour saisie tablettes\r\n";
- this.lbl_Send.TextAlign = System.Drawing.ContentAlignment.TopRight;
- //
- // button1
- //
- this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.button1.Location = new System.Drawing.Point(485, 359);
- this.button1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(112, 36);
- this.button1.TabIndex = 28;
- this.button1.Text = "Sauvegarde";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // bt_send
- //
- this.bt_send.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.bt_send.Location = new System.Drawing.Point(629, 313);
- this.bt_send.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.bt_send.Name = "bt_send";
- this.bt_send.Size = new System.Drawing.Size(112, 36);
- this.bt_send.TabIndex = 31;
- this.bt_send.Text = "Envoi Serveur";
- this.bt_send.UseVisualStyleBackColor = true;
- this.bt_send.Click += new System.EventHandler(this.bt_send_Click);
- //
- // bt_maj
- //
- this.bt_maj.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.bt_maj.Location = new System.Drawing.Point(485, 405);
- this.bt_maj.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.bt_maj.Name = "bt_maj";
- this.bt_maj.Size = new System.Drawing.Size(112, 36);
- this.bt_maj.TabIndex = 35;
- this.bt_maj.Text = "MAJ";
- this.bt_maj.UseVisualStyleBackColor = true;
- this.bt_maj.Click += new System.EventHandler(this.button2_Click_1);
- //
- // okButton
- //
- this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.okButton.Location = new System.Drawing.Point(629, 405);
- this.okButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.okButton.Name = "okButton";
- this.okButton.Size = new System.Drawing.Size(112, 36);
- this.okButton.TabIndex = 24;
- this.okButton.Text = "&Fermer";
- //
- // progressBar1
- //
- this.tableLayoutPanel.SetColumnSpan(this.progressBar1, 3);
- this.progressBar1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.progressBar1.Location = new System.Drawing.Point(4, 451);
- this.progressBar1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.progressBar1.Name = "progressBar1";
- this.progressBar1.Size = new System.Drawing.Size(737, 21);
- this.progressBar1.TabIndex = 36;
- //
- // opfile
- //
- this.opfile.FileName = "*.zip";
- //
- // label1
- //
- this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label1.ForeColor = System.Drawing.Color.Red;
- this.label1.Location = new System.Drawing.Point(32, 146);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(690, 62);
- this.label1.TabIndex = 1;
- this.label1.Text = "Envoi en cours";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.label1.Visible = false;
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tabAbout);
- this.tabControl1.Controls.Add(this.tabParam);
- this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControl1.Location = new System.Drawing.Point(14, 14);
- this.tabControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(761, 567);
- this.tabControl1.TabIndex = 2;
- //
- // tabAbout
- //
- this.tabAbout.Controls.Add(this.label1);
- this.tabAbout.Controls.Add(this.tableLayoutPanel);
- this.tabAbout.Location = new System.Drawing.Point(4, 29);
- this.tabAbout.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tabAbout.Name = "tabAbout";
- this.tabAbout.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tabAbout.Size = new System.Drawing.Size(753, 534);
- this.tabAbout.TabIndex = 0;
- this.tabAbout.Text = "Informations";
- this.tabAbout.UseVisualStyleBackColor = true;
- //
- // tabParam
- //
- this.tabParam.Controls.Add(this.checkBoxAPI);
- this.tabParam.Controls.Add(this.bt_chekAPI);
- this.tabParam.Controls.Add(this.label6);
- this.tabParam.Controls.Add(this.textCopieAPI);
- this.tabParam.Controls.Add(this.bt_fold);
- this.tabParam.Controls.Add(this.label5);
- this.tabParam.Controls.Add(this.textCopieLocal);
- this.tabParam.Controls.Add(this.bt_sav);
- this.tabParam.Controls.Add(this.checkAll);
- this.tabParam.Controls.Add(this.checkBoxSignalR);
- this.tabParam.Controls.Add(this.checkBoxBin);
- this.tabParam.Controls.Add(this.checkBoxDatas);
- this.tabParam.Controls.Add(this.lblRes);
- this.tabParam.Controls.Add(this.label4);
- this.tabParam.Controls.Add(this.textSignalR);
- this.tabParam.Controls.Add(this.bt_checkR);
- this.tabParam.Controls.Add(this.label3);
- this.tabParam.Controls.Add(this.textSrvBin);
- this.tabParam.Controls.Add(this.bt_checkBin);
- this.tabParam.Controls.Add(this.label2);
- this.tabParam.Controls.Add(this.textSrvDatas);
- this.tabParam.Controls.Add(this.bt_checkDatas);
- this.tabParam.Controls.Add(this.checkBoxLocale);
- this.tabParam.Location = new System.Drawing.Point(4, 29);
- this.tabParam.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tabParam.Name = "tabParam";
- this.tabParam.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tabParam.Size = new System.Drawing.Size(753, 534);
- this.tabParam.TabIndex = 1;
- this.tabParam.Text = "Paramètres";
- this.tabParam.UseVisualStyleBackColor = true;
- //
- // checkBoxAPI
- //
- this.checkBoxAPI.AutoSize = true;
- this.checkBoxAPI.Checked = true;
- this.checkBoxAPI.CheckState = System.Windows.Forms.CheckState.Indeterminate;
- this.checkBoxAPI.Location = new System.Drawing.Point(543, 94);
- this.checkBoxAPI.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.checkBoxAPI.Name = "checkBoxAPI";
- this.checkBoxAPI.Size = new System.Drawing.Size(80, 24);
- this.checkBoxAPI.TabIndex = 60;
- this.checkBoxAPI.Text = "Vérifié";
- this.checkBoxAPI.UseVisualStyleBackColor = true;
- //
- // bt_chekAPI
- //
- this.bt_chekAPI.Location = new System.Drawing.Point(384, 87);
- this.bt_chekAPI.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.bt_chekAPI.Name = "bt_chekAPI";
- this.bt_chekAPI.Size = new System.Drawing.Size(134, 35);
- this.bt_chekAPI.TabIndex = 59;
- this.bt_chekAPI.Text = "Vérifier serveur";
- this.bt_chekAPI.UseVisualStyleBackColor = true;
- this.bt_chekAPI.Click += new System.EventHandler(this.bt_check_Click);
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(4, 101);
- this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(241, 20);
- this.label6.TabIndex = 58;
- this.label6.Text = "Adresse pour envoi des données";
- //
- // textCopieAPI
- //
- this.textCopieAPI.Location = new System.Drawing.Point(52, 124);
- this.textCopieAPI.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.textCopieAPI.Name = "textCopieAPI";
- this.textCopieAPI.Size = new System.Drawing.Size(571, 26);
- this.textCopieAPI.TabIndex = 57;
- //
- // bt_fold
- //
- this.bt_fold.Location = new System.Drawing.Point(654, 351);
- this.bt_fold.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.bt_fold.Name = "bt_fold";
- this.bt_fold.Size = new System.Drawing.Size(36, 35);
- this.bt_fold.TabIndex = 56;
- this.bt_fold.Text = "...";
- this.bt_fold.UseVisualStyleBackColor = true;
- this.bt_fold.Visible = false;
- this.bt_fold.Click += new System.EventHandler(this.bt_fold_Click);
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(3, 332);
- this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(322, 20);
- this.label5.TabIndex = 54;
- this.label5.Text = "Chemin pour copie locale vers le serveur ISS";
- this.label5.Visible = false;
- //
- // textCopieLocal
- //
- this.textCopieLocal.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", global::Fuel01.Properties.Settings.Default, "use_locale", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
- this.textCopieLocal.Enabled = global::Fuel01.Properties.Settings.Default.use_locale;
- this.textCopieLocal.Location = new System.Drawing.Point(52, 355);
- this.textCopieLocal.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.textCopieLocal.Name = "textCopieLocal";
- this.textCopieLocal.Size = new System.Drawing.Size(571, 26);
- this.textCopieLocal.TabIndex = 53;
- this.textCopieLocal.Visible = false;
- //
- // bt_sav
- //
- this.bt_sav.Location = new System.Drawing.Point(477, 166);
- this.bt_sav.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.bt_sav.Name = "bt_sav";
- this.bt_sav.Size = new System.Drawing.Size(148, 35);
- this.bt_sav.TabIndex = 52;
- this.bt_sav.Text = "Sauvegarder";
- this.bt_sav.UseVisualStyleBackColor = true;
- this.bt_sav.Click += new System.EventHandler(this.bt_sav_Click);
- //
- // checkAll
- //
- this.checkAll.AutoSize = true;
- this.checkAll.Location = new System.Drawing.Point(22, 163);
- this.checkAll.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.checkAll.Name = "checkAll";
- this.checkAll.Size = new System.Drawing.Size(389, 24);
- this.checkAll.TabIndex = 51;
- this.checkAll.Text = "Forcer la sauvegarde des données non vérifiées !!!";
- this.checkAll.UseVisualStyleBackColor = true;
- //
- // checkBoxSignalR
- //
- this.checkBoxSignalR.AutoSize = true;
- this.checkBoxSignalR.Checked = true;
- this.checkBoxSignalR.CheckState = System.Windows.Forms.CheckState.Indeterminate;
- this.checkBoxSignalR.Location = new System.Drawing.Point(543, 401);
- this.checkBoxSignalR.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.checkBoxSignalR.Name = "checkBoxSignalR";
- this.checkBoxSignalR.Size = new System.Drawing.Size(80, 24);
- this.checkBoxSignalR.TabIndex = 50;
- this.checkBoxSignalR.Text = "Vérifié";
- this.checkBoxSignalR.UseVisualStyleBackColor = true;
- this.checkBoxSignalR.Visible = false;
- //
- // checkBoxBin
- //
- this.checkBoxBin.AutoSize = true;
- this.checkBoxBin.Checked = true;
- this.checkBoxBin.CheckState = System.Windows.Forms.CheckState.Indeterminate;
- this.checkBoxBin.Location = new System.Drawing.Point(543, 259);
- this.checkBoxBin.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.checkBoxBin.Name = "checkBoxBin";
- this.checkBoxBin.Size = new System.Drawing.Size(80, 24);
- this.checkBoxBin.TabIndex = 49;
- this.checkBoxBin.Text = "Vérifié";
- this.checkBoxBin.UseVisualStyleBackColor = true;
- this.checkBoxBin.Visible = false;
- //
- // checkBoxDatas
- //
- this.checkBoxDatas.AutoSize = true;
- this.checkBoxDatas.Checked = true;
- this.checkBoxDatas.CheckState = System.Windows.Forms.CheckState.Indeterminate;
- this.checkBoxDatas.Location = new System.Drawing.Point(543, 15);
- this.checkBoxDatas.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.checkBoxDatas.Name = "checkBoxDatas";
- this.checkBoxDatas.Size = new System.Drawing.Size(80, 24);
- this.checkBoxDatas.TabIndex = 48;
- this.checkBoxDatas.Text = "Vérifié";
- this.checkBoxDatas.UseVisualStyleBackColor = true;
- //
- // lblRes
- //
- this.lblRes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.lblRes.AutoSize = true;
- this.lblRes.Location = new System.Drawing.Point(665, 482);
- this.lblRes.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblRes.Name = "lblRes";
- this.lblRes.Size = new System.Drawing.Size(21, 20);
- this.lblRes.TabIndex = 47;
- this.lblRes.Text = "...";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(4, 407);
- this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(206, 20);
- this.label4.TabIndex = 46;
- this.label4.Text = "Adresse du serveur SignalR";
- this.label4.Visible = false;
- //
- // textSignalR
- //
- this.textSignalR.Location = new System.Drawing.Point(58, 430);
- this.textSignalR.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.textSignalR.Name = "textSignalR";
- this.textSignalR.Size = new System.Drawing.Size(571, 26);
- this.textSignalR.TabIndex = 44;
- this.textSignalR.Visible = false;
- //
- // bt_checkR
- //
- this.bt_checkR.Location = new System.Drawing.Point(384, 393);
- this.bt_checkR.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.bt_checkR.Name = "bt_checkR";
- this.bt_checkR.Size = new System.Drawing.Size(134, 35);
- this.bt_checkR.TabIndex = 45;
- this.bt_checkR.Text = "Vérifier serveur";
- this.bt_checkR.UseVisualStyleBackColor = true;
- this.bt_checkR.Visible = false;
- this.bt_checkR.Click += new System.EventHandler(this.bt_check_Click);
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(4, 265);
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(351, 20);
- this.label3.TabIndex = 43;
- this.label3.Text = "Adresse du serveur pour la mise à jour du logiciel";
- this.label3.Visible = false;
- //
- // textSrvBin
- //
- this.textSrvBin.Location = new System.Drawing.Point(58, 288);
- this.textSrvBin.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.textSrvBin.Name = "textSrvBin";
- this.textSrvBin.Size = new System.Drawing.Size(571, 26);
- this.textSrvBin.TabIndex = 41;
- this.textSrvBin.Visible = false;
- //
- // bt_checkBin
- //
- this.bt_checkBin.Location = new System.Drawing.Point(384, 251);
- this.bt_checkBin.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.bt_checkBin.Name = "bt_checkBin";
- this.bt_checkBin.Size = new System.Drawing.Size(134, 35);
- this.bt_checkBin.TabIndex = 42;
- this.bt_checkBin.Text = "Vérifier serveur";
- this.bt_checkBin.UseVisualStyleBackColor = true;
- this.bt_checkBin.Visible = false;
- this.bt_checkBin.Click += new System.EventHandler(this.bt_check_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(4, 22);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(365, 20);
- this.label2.TabIndex = 40;
- this.label2.Text = "Adresse du serveur pour la récupération des datas";
- //
- // textSrvDatas
- //
- this.textSrvDatas.Location = new System.Drawing.Point(58, 45);
- this.textSrvDatas.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.textSrvDatas.Name = "textSrvDatas";
- this.textSrvDatas.Size = new System.Drawing.Size(571, 26);
- this.textSrvDatas.TabIndex = 38;
- //
- // bt_checkDatas
- //
- this.bt_checkDatas.Location = new System.Drawing.Point(384, 8);
- this.bt_checkDatas.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.bt_checkDatas.Name = "bt_checkDatas";
- this.bt_checkDatas.Size = new System.Drawing.Size(134, 35);
- this.bt_checkDatas.TabIndex = 39;
- this.bt_checkDatas.Text = "Vérifier serveur";
- this.bt_checkDatas.UseVisualStyleBackColor = true;
- this.bt_checkDatas.Click += new System.EventHandler(this.bt_check_Click);
- //
- // checkBoxLocale
- //
- this.checkBoxLocale.AutoSize = true;
- this.checkBoxLocale.Checked = global::Fuel01.Properties.Settings.Default.use_locale;
- this.checkBoxLocale.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Fuel01.Properties.Settings.Default, "use_locale", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
- this.checkBoxLocale.Location = new System.Drawing.Point(354, 331);
- this.checkBoxLocale.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.checkBoxLocale.Name = "checkBoxLocale";
- this.checkBoxLocale.Size = new System.Drawing.Size(186, 24);
- this.checkBoxLocale.TabIndex = 55;
- this.checkBoxLocale.Text = "Utiliser la copie locale";
- this.checkBoxLocale.UseVisualStyleBackColor = true;
- this.checkBoxLocale.Visible = false;
- //
- // f_about
- //
- this.AcceptButton = this.okButton;
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(789, 595);
- this.Controls.Add(this.tabControl1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "f_about";
- this.Padding = new System.Windows.Forms.Padding(14);
- this.ShowIcon = false;
- this.ShowInTaskbar = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "A propos";
- this.tableLayoutPanel.ResumeLayout(false);
- this.tableLayoutPanel.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.tabControl1.ResumeLayout(false);
- this.tabAbout.ResumeLayout(false);
- this.tabParam.ResumeLayout(false);
- this.tabParam.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
- private System.Windows.Forms.PictureBox logoPictureBox;
- private System.Windows.Forms.Label labelProductName;
- private System.Windows.Forms.Label labelVersion;
- private System.Windows.Forms.Label labelCopyright;
- private System.Windows.Forms.Label labelCompanyName;
- private System.Windows.Forms.TextBox textBoxDescription;
- private System.Windows.Forms.Button okButton;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.FolderBrowserDialog fold;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.OpenFileDialog opfile;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button bt_send;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button bt_clean;
- private System.Windows.Forms.Label lblClean;
- private System.Windows.Forms.Label lbl_Send;
- private System.Windows.Forms.Button bt_maj;
- private System.Windows.Forms.ProgressBar progressBar1;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabAbout;
- private System.Windows.Forms.TabPage tabParam;
- private System.Windows.Forms.Button bt_checkDatas;
- private System.Windows.Forms.TextBox textSrvDatas;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox textSrvBin;
- private System.Windows.Forms.Button bt_checkBin;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox textSignalR;
- private System.Windows.Forms.Button bt_checkR;
- private System.Windows.Forms.Label lblRes;
- private System.Windows.Forms.CheckBox checkBoxSignalR;
- private System.Windows.Forms.CheckBox checkBoxBin;
- private System.Windows.Forms.CheckBox checkBoxDatas;
- private System.Windows.Forms.Button bt_sav;
- private System.Windows.Forms.CheckBox checkAll;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox textCopieLocal;
- private System.Windows.Forms.CheckBox checkBoxLocale;
- private System.Windows.Forms.FolderBrowserDialog fold2;
- private System.Windows.Forms.Button bt_fold;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox textCopieAPI;
- private System.Windows.Forms.CheckBox checkBoxAPI;
- private System.Windows.Forms.Button bt_chekAPI;
- }
- }
|