/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.webBrowser = new WebBrowserEx(); this.SuspendLayout(); // // webBrowser // this.webBrowser.AllowWebBrowserDrop = false; this.webBrowser.Dock = System.Windows.Forms.DockStyle.Fill; this.webBrowser.IsWebBrowserContextMenuEnabled = false; this.webBrowser.Location = new System.Drawing.Point(0, 0); this.webBrowser.MinimumSize = new System.Drawing.Size(20, 20); this.webBrowser.Name = "webBrowser"; this.webBrowser.Size = new System.Drawing.Size(696, 602); this.webBrowser.TabIndex = 0; this.webBrowser.WebBrowserShortcutsEnabled = false; this.webBrowser.Navigating += new System.Windows.Forms.WebBrowserNavigatingEventHandler(this.WebBrowserNavigating); this.webBrowser.NewWindow += new System.ComponentModel.CancelEventHandler(this.WebBrowserNewWindow); // // StartPageWebBrowser // this.Dock = System.Windows.Forms.DockStyle.Fill; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.webBrowser); this.Name = "StartPageWebBrowser"; this.Size = new System.Drawing.Size(696, 602); this.Resize += new System.EventHandler(this.DndPanelResize); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.webBrowser = new WebBrowserEx(); this.SuspendLayout(); // // webBrowser // this.webBrowser.AllowWebBrowserDrop = false; this.webBrowser.Dock = System.Windows.Forms.DockStyle.Fill; this.webBrowser.IsWebBrowserContextMenuEnabled = false; this.webBrowser.Location = new System.Drawing.Point(0, 0); this.webBrowser.MinimumSize = new System.Drawing.Size(20, 20); this.webBrowser.Name = "webBrowser"; this.webBrowser.Size = new System.Drawing.Size(696, 602); this.webBrowser.TabIndex = 0; this.webBrowser.WebBrowserShortcutsEnabled = false; this.webBrowser.Navigating += new System.Windows.Forms.WebBrowserNavigatingEventHandler(this.WebBrowserNavigating); this.webBrowser.NewWindow += new System.ComponentModel.CancelEventHandler(this.WebBrowserNewWindow); // // StartPageWebBrowser // this.Dock = System.Windows.Forms.DockStyle.Fill; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.webBrowser); this.Name = "StartPageWebBrowser"; this.Size = new System.Drawing.Size(696, 602); this.ResumeLayout(false); }