|
|
@@ -105,33 +105,34 @@
|
|
|
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(3, 3);
|
|
|
+ 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, 20F));
|
|
|
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
|
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
|
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
|
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 90F));
|
|
|
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
|
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
|
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
|
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
|
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
|
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
|
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
|
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
|
- this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
|
- this.tableLayoutPanel.Size = new System.Drawing.Size(494, 337);
|
|
|
+ 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;
|
|
|
- this.tableLayoutPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel_Paint);
|
|
|
//
|
|
|
// 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(416, 173);
|
|
|
+ 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(75, 24);
|
|
|
+ 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;
|
|
|
@@ -139,9 +140,10 @@
|
|
|
//
|
|
|
// lblClean
|
|
|
//
|
|
|
- this.lblClean.Location = new System.Drawing.Point(185, 170);
|
|
|
+ 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(189, 27);
|
|
|
+ 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;
|
|
|
@@ -149,9 +151,10 @@
|
|
|
// 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(416, 233);
|
|
|
+ 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(75, 24);
|
|
|
+ this.button3.Size = new System.Drawing.Size(112, 36);
|
|
|
this.button3.TabIndex = 30;
|
|
|
this.button3.Text = "Restauration";
|
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
|
@@ -161,10 +164,10 @@
|
|
|
//
|
|
|
this.tableLayoutPanel.SetColumnSpan(this.labelProductName, 2);
|
|
|
this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.labelProductName.Location = new System.Drawing.Point(188, 0);
|
|
|
- this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
|
|
|
+ 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(303, 20);
|
|
|
+ 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;
|
|
|
@@ -173,10 +176,10 @@
|
|
|
//
|
|
|
this.tableLayoutPanel.SetColumnSpan(this.labelVersion, 2);
|
|
|
this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.labelVersion.Location = new System.Drawing.Point(188, 20);
|
|
|
- this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
|
|
|
+ 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(303, 20);
|
|
|
+ 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;
|
|
|
@@ -185,10 +188,10 @@
|
|
|
//
|
|
|
this.tableLayoutPanel.SetColumnSpan(this.labelCopyright, 2);
|
|
|
this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.labelCopyright.Location = new System.Drawing.Point(188, 40);
|
|
|
- this.labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
|
|
|
+ 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(303, 20);
|
|
|
+ this.labelCopyright.Size = new System.Drawing.Size(458, 31);
|
|
|
this.labelCopyright.TabIndex = 21;
|
|
|
this.labelCopyright.Text = "Copyright";
|
|
|
this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
@@ -197,10 +200,10 @@
|
|
|
//
|
|
|
this.tableLayoutPanel.SetColumnSpan(this.labelCompanyName, 2);
|
|
|
this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.labelCompanyName.Location = new System.Drawing.Point(188, 60);
|
|
|
- this.labelCompanyName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
|
|
|
+ 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(303, 20);
|
|
|
+ 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;
|
|
|
@@ -209,13 +212,13 @@
|
|
|
//
|
|
|
this.tableLayoutPanel.SetColumnSpan(this.textBoxDescription, 2);
|
|
|
this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.textBoxDescription.Location = new System.Drawing.Point(188, 83);
|
|
|
- this.textBoxDescription.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
|
|
|
+ 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(303, 84);
|
|
|
+ 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" +
|
|
|
@@ -224,10 +227,11 @@
|
|
|
// logoPictureBox
|
|
|
//
|
|
|
this.logoPictureBox.Image = global::Fuel01.Properties.Resources.aPompe;
|
|
|
- this.logoPictureBox.Location = new System.Drawing.Point(3, 83);
|
|
|
+ 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(127, 144);
|
|
|
+ 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;
|
|
|
@@ -235,19 +239,21 @@
|
|
|
// pictureBox1
|
|
|
//
|
|
|
this.pictureBox1.Image = global::Fuel01.Properties.Resources.aax3;
|
|
|
- this.pictureBox1.Location = new System.Drawing.Point(3, 3);
|
|
|
+ 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(158, 74);
|
|
|
+ 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(185, 200);
|
|
|
+ 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(189, 27);
|
|
|
+ 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;
|
|
|
@@ -255,9 +261,10 @@
|
|
|
// 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(321, 233);
|
|
|
+ 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(75, 24);
|
|
|
+ this.button1.Size = new System.Drawing.Size(112, 36);
|
|
|
this.button1.TabIndex = 28;
|
|
|
this.button1.Text = "Sauvegarde";
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
|
@@ -266,20 +273,22 @@
|
|
|
// 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(416, 203);
|
|
|
+ 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(75, 24);
|
|
|
+ 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);
|
|
|
+ this.bt_send.Click += new System.EventHandler(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(321, 263);
|
|
|
+ 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(75, 24);
|
|
|
+ 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;
|
|
|
@@ -289,20 +298,21 @@
|
|
|
//
|
|
|
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(416, 263);
|
|
|
+ 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(75, 24);
|
|
|
+ this.okButton.Size = new System.Drawing.Size(112, 36);
|
|
|
this.okButton.TabIndex = 24;
|
|
|
this.okButton.Text = "&Fermer";
|
|
|
- this.okButton.Click += new System.EventHandler(this.okButton_Click);
|
|
|
//
|
|
|
// progressBar1
|
|
|
//
|
|
|
this.tableLayoutPanel.SetColumnSpan(this.progressBar1, 3);
|
|
|
this.progressBar1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.progressBar1.Location = new System.Drawing.Point(3, 293);
|
|
|
+ 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(488, 14);
|
|
|
+ this.progressBar1.Size = new System.Drawing.Size(737, 21);
|
|
|
this.progressBar1.TabIndex = 36;
|
|
|
//
|
|
|
// opfile
|
|
|
@@ -313,9 +323,10 @@
|
|
|
//
|
|
|
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(21, 95);
|
|
|
+ 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(460, 40);
|
|
|
+ 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;
|
|
|
@@ -326,20 +337,22 @@
|
|
|
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(9, 9);
|
|
|
+ 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(508, 369);
|
|
|
+ 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, 22);
|
|
|
+ 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(3);
|
|
|
- this.tabAbout.Size = new System.Drawing.Size(500, 343);
|
|
|
+ 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;
|
|
|
@@ -369,10 +382,11 @@
|
|
|
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, 22);
|
|
|
+ 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(3);
|
|
|
- this.tabParam.Size = new System.Drawing.Size(500, 343);
|
|
|
+ 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;
|
|
|
@@ -382,18 +396,20 @@
|
|
|
this.checkBoxAPI.AutoSize = true;
|
|
|
this.checkBoxAPI.Checked = true;
|
|
|
this.checkBoxAPI.CheckState = System.Windows.Forms.CheckState.Indeterminate;
|
|
|
- this.checkBoxAPI.Location = new System.Drawing.Point(362, 168);
|
|
|
+ this.checkBoxAPI.Location = new System.Drawing.Point(543, 258);
|
|
|
+ this.checkBoxAPI.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
this.checkBoxAPI.Name = "checkBoxAPI";
|
|
|
- this.checkBoxAPI.Size = new System.Drawing.Size(55, 17);
|
|
|
+ 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(256, 163);
|
|
|
+ this.bt_chekAPI.Location = new System.Drawing.Point(384, 251);
|
|
|
+ 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(89, 23);
|
|
|
+ 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;
|
|
|
@@ -402,24 +418,27 @@
|
|
|
// label6
|
|
|
//
|
|
|
this.label6.AutoSize = true;
|
|
|
- this.label6.Location = new System.Drawing.Point(3, 172);
|
|
|
+ this.label6.Location = new System.Drawing.Point(4, 265);
|
|
|
+ this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label6.Name = "label6";
|
|
|
- this.label6.Size = new System.Drawing.Size(162, 13);
|
|
|
+ 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(35, 187);
|
|
|
+ this.textCopieAPI.Location = new System.Drawing.Point(52, 288);
|
|
|
+ this.textCopieAPI.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
this.textCopieAPI.Name = "textCopieAPI";
|
|
|
- this.textCopieAPI.Size = new System.Drawing.Size(382, 20);
|
|
|
+ this.textCopieAPI.Size = new System.Drawing.Size(571, 26);
|
|
|
this.textCopieAPI.TabIndex = 57;
|
|
|
//
|
|
|
// bt_fold
|
|
|
//
|
|
|
- this.bt_fold.Location = new System.Drawing.Point(436, 228);
|
|
|
+ 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(24, 23);
|
|
|
+ this.bt_fold.Size = new System.Drawing.Size(36, 35);
|
|
|
this.bt_fold.TabIndex = 56;
|
|
|
this.bt_fold.Text = "...";
|
|
|
this.bt_fold.UseVisualStyleBackColor = true;
|
|
|
@@ -428,9 +447,10 @@
|
|
|
// label5
|
|
|
//
|
|
|
this.label5.AutoSize = true;
|
|
|
- this.label5.Location = new System.Drawing.Point(2, 216);
|
|
|
+ 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(218, 13);
|
|
|
+ this.label5.Size = new System.Drawing.Size(322, 20);
|
|
|
this.label5.TabIndex = 54;
|
|
|
this.label5.Text = "Chemin pour copie locale vers le serveur ISS";
|
|
|
//
|
|
|
@@ -438,16 +458,18 @@
|
|
|
//
|
|
|
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(35, 231);
|
|
|
+ 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(382, 20);
|
|
|
+ this.textCopieLocal.Size = new System.Drawing.Size(571, 26);
|
|
|
this.textCopieLocal.TabIndex = 53;
|
|
|
//
|
|
|
// bt_sav
|
|
|
//
|
|
|
- this.bt_sav.Location = new System.Drawing.Point(318, 309);
|
|
|
+ this.bt_sav.Location = new System.Drawing.Point(477, 475);
|
|
|
+ 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(99, 23);
|
|
|
+ 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;
|
|
|
@@ -456,9 +478,10 @@
|
|
|
// checkAll
|
|
|
//
|
|
|
this.checkAll.AutoSize = true;
|
|
|
- this.checkAll.Location = new System.Drawing.Point(47, 313);
|
|
|
+ this.checkAll.Location = new System.Drawing.Point(70, 482);
|
|
|
+ this.checkAll.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
this.checkAll.Name = "checkAll";
|
|
|
- this.checkAll.Size = new System.Drawing.Size(265, 17);
|
|
|
+ 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;
|
|
|
@@ -468,9 +491,10 @@
|
|
|
this.checkBoxSignalR.AutoSize = true;
|
|
|
this.checkBoxSignalR.Checked = true;
|
|
|
this.checkBoxSignalR.CheckState = System.Windows.Forms.CheckState.Indeterminate;
|
|
|
- this.checkBoxSignalR.Location = new System.Drawing.Point(362, 122);
|
|
|
+ this.checkBoxSignalR.Location = new System.Drawing.Point(543, 188);
|
|
|
+ this.checkBoxSignalR.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
this.checkBoxSignalR.Name = "checkBoxSignalR";
|
|
|
- this.checkBoxSignalR.Size = new System.Drawing.Size(55, 17);
|
|
|
+ this.checkBoxSignalR.Size = new System.Drawing.Size(80, 24);
|
|
|
this.checkBoxSignalR.TabIndex = 50;
|
|
|
this.checkBoxSignalR.Text = "Vérifié";
|
|
|
this.checkBoxSignalR.UseVisualStyleBackColor = true;
|
|
|
@@ -480,9 +504,10 @@
|
|
|
this.checkBoxBin.AutoSize = true;
|
|
|
this.checkBoxBin.Checked = true;
|
|
|
this.checkBoxBin.CheckState = System.Windows.Forms.CheckState.Indeterminate;
|
|
|
- this.checkBoxBin.Location = new System.Drawing.Point(362, 69);
|
|
|
+ this.checkBoxBin.Location = new System.Drawing.Point(543, 106);
|
|
|
+ this.checkBoxBin.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
this.checkBoxBin.Name = "checkBoxBin";
|
|
|
- this.checkBoxBin.Size = new System.Drawing.Size(55, 17);
|
|
|
+ this.checkBoxBin.Size = new System.Drawing.Size(80, 24);
|
|
|
this.checkBoxBin.TabIndex = 49;
|
|
|
this.checkBoxBin.Text = "Vérifié";
|
|
|
this.checkBoxBin.UseVisualStyleBackColor = true;
|
|
|
@@ -492,9 +517,10 @@
|
|
|
this.checkBoxDatas.AutoSize = true;
|
|
|
this.checkBoxDatas.Checked = true;
|
|
|
this.checkBoxDatas.CheckState = System.Windows.Forms.CheckState.Indeterminate;
|
|
|
- this.checkBoxDatas.Location = new System.Drawing.Point(362, 10);
|
|
|
+ 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(55, 17);
|
|
|
+ this.checkBoxDatas.Size = new System.Drawing.Size(80, 24);
|
|
|
this.checkBoxDatas.TabIndex = 48;
|
|
|
this.checkBoxDatas.Text = "Vérifié";
|
|
|
this.checkBoxDatas.UseVisualStyleBackColor = true;
|
|
|
@@ -503,33 +529,37 @@
|
|
|
//
|
|
|
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(444, 314);
|
|
|
+ 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(16, 13);
|
|
|
+ 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(3, 126);
|
|
|
+ this.label4.Location = new System.Drawing.Point(4, 194);
|
|
|
+ this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label4.Name = "label4";
|
|
|
- this.label4.Size = new System.Drawing.Size(138, 13);
|
|
|
+ this.label4.Size = new System.Drawing.Size(206, 20);
|
|
|
this.label4.TabIndex = 46;
|
|
|
this.label4.Text = "Adresse du serveur SignalR";
|
|
|
//
|
|
|
// textSignalR
|
|
|
//
|
|
|
- this.textSignalR.Location = new System.Drawing.Point(39, 141);
|
|
|
+ this.textSignalR.Location = new System.Drawing.Point(58, 217);
|
|
|
+ this.textSignalR.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
this.textSignalR.Name = "textSignalR";
|
|
|
- this.textSignalR.Size = new System.Drawing.Size(382, 20);
|
|
|
+ this.textSignalR.Size = new System.Drawing.Size(571, 26);
|
|
|
this.textSignalR.TabIndex = 44;
|
|
|
//
|
|
|
// bt_checkR
|
|
|
//
|
|
|
- this.bt_checkR.Location = new System.Drawing.Point(256, 117);
|
|
|
+ this.bt_checkR.Location = new System.Drawing.Point(384, 180);
|
|
|
+ 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(89, 23);
|
|
|
+ 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;
|
|
|
@@ -538,24 +568,27 @@
|
|
|
// label3
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
- this.label3.Location = new System.Drawing.Point(3, 73);
|
|
|
+ this.label3.Location = new System.Drawing.Point(4, 112);
|
|
|
+ this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label3.Name = "label3";
|
|
|
- this.label3.Size = new System.Drawing.Size(236, 13);
|
|
|
+ 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";
|
|
|
//
|
|
|
// textSrvBin
|
|
|
//
|
|
|
- this.textSrvBin.Location = new System.Drawing.Point(39, 88);
|
|
|
+ this.textSrvBin.Location = new System.Drawing.Point(58, 135);
|
|
|
+ this.textSrvBin.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
this.textSrvBin.Name = "textSrvBin";
|
|
|
- this.textSrvBin.Size = new System.Drawing.Size(382, 20);
|
|
|
+ this.textSrvBin.Size = new System.Drawing.Size(571, 26);
|
|
|
this.textSrvBin.TabIndex = 41;
|
|
|
//
|
|
|
// bt_checkBin
|
|
|
//
|
|
|
- this.bt_checkBin.Location = new System.Drawing.Point(256, 64);
|
|
|
+ this.bt_checkBin.Location = new System.Drawing.Point(384, 98);
|
|
|
+ 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(89, 23);
|
|
|
+ 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;
|
|
|
@@ -564,24 +597,27 @@
|
|
|
// label2
|
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
|
- this.label2.Location = new System.Drawing.Point(3, 14);
|
|
|
+ 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(244, 13);
|
|
|
+ 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(39, 29);
|
|
|
+ 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(382, 20);
|
|
|
+ this.textSrvDatas.Size = new System.Drawing.Size(571, 26);
|
|
|
this.textSrvDatas.TabIndex = 38;
|
|
|
//
|
|
|
// bt_checkDatas
|
|
|
//
|
|
|
- this.bt_checkDatas.Location = new System.Drawing.Point(256, 5);
|
|
|
+ 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(89, 23);
|
|
|
+ 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;
|
|
|
@@ -592,9 +628,10 @@
|
|
|
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(236, 215);
|
|
|
+ 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(128, 17);
|
|
|
+ this.checkBoxLocale.Size = new System.Drawing.Size(186, 24);
|
|
|
this.checkBoxLocale.TabIndex = 55;
|
|
|
this.checkBoxLocale.Text = "Utiliser la copie locale";
|
|
|
this.checkBoxLocale.UseVisualStyleBackColor = true;
|
|
|
@@ -602,20 +639,20 @@
|
|
|
// f_about
|
|
|
//
|
|
|
this.AcceptButton = this.okButton;
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(526, 387);
|
|
|
+ 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(9);
|
|
|
+ this.Padding = new System.Windows.Forms.Padding(14, 14, 14, 14);
|
|
|
this.ShowIcon = false;
|
|
|
this.ShowInTaskbar = false;
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
|
this.Text = "A propos";
|
|
|
- this.Load += new System.EventHandler(this.f_about_Load);
|
|
|
this.tableLayoutPanel.ResumeLayout(false);
|
|
|
this.tableLayoutPanel.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
|