namespace ZMWSBrowser { partial class ZMWSBrowserForm { /// /// Variable nécessaire au concepteur. /// private System.ComponentModel.IContainer components = null; /// /// Nettoyage des ressources utilisées. /// /// true si les ressources managées doivent être supprimées ; sinon, false. 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 /// /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ZMWSBrowserForm)); this.webBrowser = new System.Windows.Forms.WebBrowser(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.mysqlStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.statusProgressBar = new System.Windows.Forms.ToolStripProgressBar(); this.homeButton = new System.Windows.Forms.ToolStripStatusLabel(); this.backButton = new System.Windows.Forms.ToolStripStatusLabel(); this.nextButton = new System.Windows.Forms.ToolStripStatusLabel(); this.EachSecondsTimer = new System.Windows.Forms.Timer(this.components); this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // webBrowser // this.webBrowser.AllowWebBrowserDrop = false; this.webBrowser.Dock = System.Windows.Forms.DockStyle.Fill; this.webBrowser.Location = new System.Drawing.Point(0, 0); this.webBrowser.MinimumSize = new System.Drawing.Size(20, 20); this.webBrowser.Name = "webBrowser"; this.webBrowser.ScriptErrorsSuppressed = true; this.webBrowser.Size = new System.Drawing.Size(792, 551); this.webBrowser.TabIndex = 0; this.webBrowser.Url = new System.Uri("", System.UriKind.Relative); this.webBrowser.ProgressChanged += new System.Windows.Forms.WebBrowserProgressChangedEventHandler(this.webBrowser_ProgressChanged); this.webBrowser.Navigating += new System.Windows.Forms.WebBrowserNavigatingEventHandler(this.webBrowser_Navigating); this.webBrowser.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webBrowser_DocumentCompleted); this.webBrowser.Navigated += new System.Windows.Forms.WebBrowserNavigatedEventHandler(this.webBrowser_Navigated); // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mysqlStatus, this.statusLabel, this.statusProgressBar, this.homeButton, this.backButton, this.nextButton}); this.statusStrip1.Location = new System.Drawing.Point(0, 551); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.ShowItemToolTips = true; this.statusStrip1.Size = new System.Drawing.Size(792, 22); this.statusStrip1.TabIndex = 1; this.statusStrip1.Text = "statusStrip1"; // // mysqlStatus // this.mysqlStatus.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.mysqlStatus.Image = global::ZMWSBrowser.Properties.Resources.mysqlOff; this.mysqlStatus.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.mysqlStatus.IsLink = true; this.mysqlStatus.Name = "mysqlStatus"; this.mysqlStatus.Size = new System.Drawing.Size(32, 17); this.mysqlStatus.Text = "MySQL status"; this.mysqlStatus.ToolTipText = "MySQL Off"; this.mysqlStatus.Click += new System.EventHandler(this.mysqlStatus_Click); // // statusLabel // this.statusLabel.Image = ((System.Drawing.Image)(resources.GetObject("statusLabel.Image"))); this.statusLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.statusLabel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.statusLabel.Margin = new System.Windows.Forms.Padding(10, 3, 10, 2); this.statusLabel.Name = "statusLabel"; this.statusLabel.Size = new System.Drawing.Size(475, 17); this.statusLabel.Spring = true; this.statusLabel.Text = "http://localhost/"; this.statusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // statusProgressBar // this.statusProgressBar.Name = "statusProgressBar"; this.statusProgressBar.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never; this.statusProgressBar.Size = new System.Drawing.Size(200, 16); this.statusProgressBar.Step = 1; this.statusProgressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.statusProgressBar.Value = 30; // // homeButton // this.homeButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.homeButton.Image = ((System.Drawing.Image)(resources.GetObject("homeButton.Image"))); this.homeButton.IsLink = true; this.homeButton.Name = "homeButton"; this.homeButton.Size = new System.Drawing.Size(16, 17); this.homeButton.Text = "toolStripStatusLabel1"; this.homeButton.ToolTipText = "127.0.0.1, sweet 127.0.0.1"; this.homeButton.Click += new System.EventHandler(this.homeButton_Click); // // backButton // this.backButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.backButton.Image = ((System.Drawing.Image)(resources.GetObject("backButton.Image"))); this.backButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.backButton.IsLink = true; this.backButton.Name = "backButton"; this.backButton.Size = new System.Drawing.Size(16, 17); this.backButton.Text = "toolStripSplitButton1"; this.backButton.Click += new System.EventHandler(this.backButton_Click); // // nextButton // this.nextButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.nextButton.Image = ((System.Drawing.Image)(resources.GetObject("nextButton.Image"))); this.nextButton.IsLink = true; this.nextButton.Name = "nextButton"; this.nextButton.Size = new System.Drawing.Size(16, 17); this.nextButton.Text = "toolStripStatusLabel1"; this.nextButton.Click += new System.EventHandler(this.nextButton_Click); // // EachSecondsTimer // this.EachSecondsTimer.Enabled = true; this.EachSecondsTimer.Interval = 1000; this.EachSecondsTimer.Tick += new System.EventHandler(this.EachSecondsTimer_Tick); // // ZMWSBrowserForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(792, 573); this.Controls.Add(this.webBrowser); this.Controls.Add(this.statusStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "ZMWSBrowserForm"; this.Text = "ZMWSBrowser"; this.Load += new System.EventHandler(this.Form1_Load); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.WebBrowser webBrowser; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel statusLabel; private System.Windows.Forms.ToolStripProgressBar statusProgressBar; private System.Windows.Forms.ToolStripStatusLabel backButton; private System.Windows.Forms.ToolStripStatusLabel nextButton; private System.Windows.Forms.ToolStripStatusLabel homeButton; private System.Windows.Forms.ToolStripStatusLabel mysqlStatus; private System.Windows.Forms.Timer EachSecondsTimer; } }