240 lines
12 KiB
C#
240 lines
12 KiB
C#
namespace NavigateurWeb
|
||
{
|
||
partial class Form1
|
||
{
|
||
/// <summary>
|
||
/// Variable nécessaire au concepteur.
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// Nettoyage des ressources utilisées.
|
||
/// </summary>
|
||
/// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param>
|
||
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.pnlNavigate = new System.Windows.Forms.Panel();
|
||
this.panel1 = new System.Windows.Forms.Panel();
|
||
this.webBrowser1 = new System.Windows.Forms.WebBrowser();
|
||
this.txtBoxAddress = new System.Windows.Forms.TextBox();
|
||
this.pbSendMail = new System.Windows.Forms.PictureBox();
|
||
this.pbGo = new System.Windows.Forms.PictureBox();
|
||
this.pbAddFav = new System.Windows.Forms.PictureBox();
|
||
this.pbFav = new System.Windows.Forms.PictureBox();
|
||
this.pbRefresh = new System.Windows.Forms.PictureBox();
|
||
this.pbHome = new System.Windows.Forms.PictureBox();
|
||
this.pbUp = new System.Windows.Forms.PictureBox();
|
||
this.pbBack = new System.Windows.Forms.PictureBox();
|
||
this.pnlNavigate.SuspendLayout();
|
||
this.panel1.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pbSendMail)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.pbGo)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.pbAddFav)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.pbFav)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.pbRefresh)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.pbHome)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.pbUp)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.pbBack)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// pnlNavigate
|
||
//
|
||
this.pnlNavigate.Controls.Add(this.txtBoxAddress);
|
||
this.pnlNavigate.Controls.Add(this.pbGo);
|
||
this.pnlNavigate.Controls.Add(this.pbAddFav);
|
||
this.pnlNavigate.Controls.Add(this.pbFav);
|
||
this.pnlNavigate.Controls.Add(this.pbSendMail);
|
||
this.pnlNavigate.Controls.Add(this.pbRefresh);
|
||
this.pnlNavigate.Controls.Add(this.pbHome);
|
||
this.pnlNavigate.Controls.Add(this.pbUp);
|
||
this.pnlNavigate.Controls.Add(this.pbBack);
|
||
this.pnlNavigate.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.pnlNavigate.Location = new System.Drawing.Point(0, 0);
|
||
this.pnlNavigate.Name = "pnlNavigate";
|
||
this.pnlNavigate.Size = new System.Drawing.Size(800, 24);
|
||
this.pnlNavigate.TabIndex = 1;
|
||
//
|
||
// panel1
|
||
//
|
||
this.panel1.Controls.Add(this.webBrowser1);
|
||
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panel1.Location = new System.Drawing.Point(0, 24);
|
||
this.panel1.Name = "panel1";
|
||
this.panel1.Size = new System.Drawing.Size(800, 426);
|
||
this.panel1.TabIndex = 2;
|
||
//
|
||
// webBrowser1
|
||
//
|
||
this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.webBrowser1.Location = new System.Drawing.Point(0, 0);
|
||
this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
|
||
this.webBrowser1.Name = "webBrowser1";
|
||
this.webBrowser1.Size = new System.Drawing.Size(800, 426);
|
||
this.webBrowser1.TabIndex = 0;
|
||
this.webBrowser1.Navigated += new System.Windows.Forms.WebBrowserNavigatedEventHandler(this.webBrowser1_Navigated);
|
||
//
|
||
// txtBoxAddress
|
||
//
|
||
this.txtBoxAddress.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.txtBoxAddress.Location = new System.Drawing.Point(96, 0);
|
||
this.txtBoxAddress.Name = "txtBoxAddress";
|
||
this.txtBoxAddress.Size = new System.Drawing.Size(608, 20);
|
||
this.txtBoxAddress.TabIndex = 4;
|
||
this.txtBoxAddress.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtBoxAddress_KeyUp);
|
||
//
|
||
// pbSendMail
|
||
//
|
||
this.pbSendMail.Dock = System.Windows.Forms.DockStyle.Right;
|
||
this.pbSendMail.Image = global::NavigateurWeb.Properties.Resources.index1;
|
||
this.pbSendMail.Location = new System.Drawing.Point(776, 0);
|
||
this.pbSendMail.Name = "pbSendMail";
|
||
this.pbSendMail.Size = new System.Drawing.Size(24, 24);
|
||
this.pbSendMail.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||
this.pbSendMail.TabIndex = 8;
|
||
this.pbSendMail.TabStop = false;
|
||
this.pbSendMail.Click += new System.EventHandler(this.pbSendMail_Click);
|
||
//
|
||
// pbGo
|
||
//
|
||
this.pbGo.Dock = System.Windows.Forms.DockStyle.Right;
|
||
this.pbGo.Image = global::NavigateurWeb.Properties.Resources.fleche_droite_318_113460;
|
||
this.pbGo.Location = new System.Drawing.Point(704, 0);
|
||
this.pbGo.Name = "pbGo";
|
||
this.pbGo.Size = new System.Drawing.Size(24, 24);
|
||
this.pbGo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||
this.pbGo.TabIndex = 5;
|
||
this.pbGo.TabStop = false;
|
||
this.pbGo.Click += new System.EventHandler(this.pbGo_Click);
|
||
//
|
||
// pbAddFav
|
||
//
|
||
this.pbAddFav.Dock = System.Windows.Forms.DockStyle.Right;
|
||
this.pbAddFav.Image = global::NavigateurWeb.Properties.Resources.add_to_favorites_icon;
|
||
this.pbAddFav.Location = new System.Drawing.Point(728, 0);
|
||
this.pbAddFav.Name = "pbAddFav";
|
||
this.pbAddFav.Size = new System.Drawing.Size(24, 24);
|
||
this.pbAddFav.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||
this.pbAddFav.TabIndex = 7;
|
||
this.pbAddFav.TabStop = false;
|
||
this.pbAddFav.Click += new System.EventHandler(this.pbAddFav_Click);
|
||
//
|
||
// pbFav
|
||
//
|
||
this.pbFav.Dock = System.Windows.Forms.DockStyle.Right;
|
||
this.pbFav.Image = global::NavigateurWeb.Properties.Resources._1331065085;
|
||
this.pbFav.Location = new System.Drawing.Point(752, 0);
|
||
this.pbFav.Name = "pbFav";
|
||
this.pbFav.Size = new System.Drawing.Size(24, 24);
|
||
this.pbFav.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||
this.pbFav.TabIndex = 6;
|
||
this.pbFav.TabStop = false;
|
||
this.pbFav.Click += new System.EventHandler(this.pbFav_Click);
|
||
//
|
||
// pbRefresh
|
||
//
|
||
this.pbRefresh.Dock = System.Windows.Forms.DockStyle.Left;
|
||
this.pbRefresh.Image = global::NavigateurWeb.Properties.Resources._2000px_Go_home_svg;
|
||
this.pbRefresh.Location = new System.Drawing.Point(72, 0);
|
||
this.pbRefresh.Name = "pbRefresh";
|
||
this.pbRefresh.Size = new System.Drawing.Size(24, 24);
|
||
this.pbRefresh.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||
this.pbRefresh.TabIndex = 3;
|
||
this.pbRefresh.TabStop = false;
|
||
this.pbRefresh.Click += new System.EventHandler(this.pbRefresh_Click);
|
||
//
|
||
// pbHome
|
||
//
|
||
this.pbHome.Dock = System.Windows.Forms.DockStyle.Left;
|
||
this.pbHome.Image = global::NavigateurWeb.Properties.Resources._15460_200;
|
||
this.pbHome.Location = new System.Drawing.Point(48, 0);
|
||
this.pbHome.Name = "pbHome";
|
||
this.pbHome.Size = new System.Drawing.Size(24, 24);
|
||
this.pbHome.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||
this.pbHome.TabIndex = 2;
|
||
this.pbHome.TabStop = false;
|
||
this.pbHome.Click += new System.EventHandler(this.pbHome_Click);
|
||
//
|
||
// pbUp
|
||
//
|
||
this.pbUp.Dock = System.Windows.Forms.DockStyle.Left;
|
||
this.pbUp.Image = global::NavigateurWeb.Properties.Resources.forw;
|
||
this.pbUp.InitialImage = global::NavigateurWeb.Properties.Resources.forw;
|
||
this.pbUp.Location = new System.Drawing.Point(24, 0);
|
||
this.pbUp.Name = "pbUp";
|
||
this.pbUp.Size = new System.Drawing.Size(24, 24);
|
||
this.pbUp.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||
this.pbUp.TabIndex = 1;
|
||
this.pbUp.TabStop = false;
|
||
this.pbUp.Click += new System.EventHandler(this.pbUp_Click);
|
||
//
|
||
// pbBack
|
||
//
|
||
this.pbBack.Dock = System.Windows.Forms.DockStyle.Left;
|
||
this.pbBack.Image = global::NavigateurWeb.Properties.Resources.go_back_icon;
|
||
this.pbBack.Location = new System.Drawing.Point(0, 0);
|
||
this.pbBack.Name = "pbBack";
|
||
this.pbBack.Size = new System.Drawing.Size(24, 24);
|
||
this.pbBack.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||
this.pbBack.TabIndex = 0;
|
||
this.pbBack.TabStop = false;
|
||
this.pbBack.Click += new System.EventHandler(this.pbBack_Click);
|
||
//
|
||
// Form1
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(800, 450);
|
||
this.Controls.Add(this.panel1);
|
||
this.Controls.Add(this.pnlNavigate);
|
||
this.Name = "Form1";
|
||
this.Text = "Form1";
|
||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
|
||
this.Load += new System.EventHandler(this.Form1_Load);
|
||
this.pnlNavigate.ResumeLayout(false);
|
||
this.pnlNavigate.PerformLayout();
|
||
this.panel1.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.pbSendMail)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.pbGo)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.pbAddFav)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.pbFav)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.pbRefresh)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.pbHome)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.pbUp)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.pbBack)).EndInit();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Panel pnlNavigate;
|
||
private System.Windows.Forms.TextBox txtBoxAddress;
|
||
private System.Windows.Forms.PictureBox pbRefresh;
|
||
private System.Windows.Forms.PictureBox pbHome;
|
||
private System.Windows.Forms.PictureBox pbUp;
|
||
private System.Windows.Forms.PictureBox pbBack;
|
||
private System.Windows.Forms.Panel panel1;
|
||
private System.Windows.Forms.WebBrowser webBrowser1;
|
||
private System.Windows.Forms.PictureBox pbGo;
|
||
private System.Windows.Forms.PictureBox pbFav;
|
||
private System.Windows.Forms.PictureBox pbAddFav;
|
||
private System.Windows.Forms.PictureBox pbSendMail;
|
||
}
|
||
}
|
||
|