Ejemplo n.º 1
0
 private void InitializeComponent()
 {
     this.webBrowser1 = new WebBrowser();
     this.panel5      = new BPForgottenPasswordPanel();
     base.SuspendLayout();
     this.webBrowser1.AllowWebBrowserDrop            = false;
     this.webBrowser1.IsWebBrowserContextMenuEnabled = false;
     this.webBrowser1.Location               = new Point(2, 0x20);
     this.webBrowser1.MinimumSize            = new Size(20, 20);
     this.webBrowser1.Name                   = "webBrowser1";
     this.webBrowser1.ScriptErrorsSuppressed = true;
     this.webBrowser1.ScrollBarsEnabled      = false;
     this.webBrowser1.Size                   = new Size(0x207, 0x20d);
     this.webBrowser1.TabIndex               = 13;
     this.webBrowser1.DocumentCompleted     += new WebBrowserDocumentCompletedEventHandler(this.webBrowser1_DocumentCompleted);
     this.panel5.BackColor                   = Color.White;
     this.panel5.Location = new Point(2, 0x22c);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new Size(0x207, 0x23);
     this.panel5.TabIndex = 14;
     base.AutoScaleMode   = AutoScaleMode.None;
     this.BackColor       = Color.FromArgb(0, 0, 0);
     base.ClientSize      = new Size(0x20b, 0x251);
     base.Controls.Add(this.panel5);
     base.Controls.Add(this.webBrowser1);
     base.Name      = "BigPointWindow";
     base.ShowBar   = true;
     base.ShowClose = true;
     this.Text      = "BigPointWindow";
     base.Load     += new EventHandler(this.BigPointWindow_Load);
     base.Controls.SetChildIndex(this.webBrowser1, 0);
     base.Controls.SetChildIndex(this.panel5, 0);
     base.ResumeLayout(false);
 }
Ejemplo n.º 2
0
 private void InitializeComponent()
 {
     this.webBrowser1 = new WebBrowser();
     this.panel5 = new BPForgottenPasswordPanel();
     base.SuspendLayout();
     this.webBrowser1.AllowWebBrowserDrop = false;
     this.webBrowser1.IsWebBrowserContextMenuEnabled = false;
     this.webBrowser1.Location = new Point(2, 0x20);
     this.webBrowser1.MinimumSize = new Size(20, 20);
     this.webBrowser1.Name = "webBrowser1";
     this.webBrowser1.ScriptErrorsSuppressed = true;
     this.webBrowser1.ScrollBarsEnabled = false;
     this.webBrowser1.Size = new Size(0x207, 0x20d);
     this.webBrowser1.TabIndex = 13;
     this.webBrowser1.DocumentCompleted += new WebBrowserDocumentCompletedEventHandler(this.webBrowser1_DocumentCompleted);
     this.panel5.BackColor = Color.White;
     this.panel5.Location = new Point(2, 0x22c);
     this.panel5.Name = "panel5";
     this.panel5.Size = new Size(0x207, 0x23);
     this.panel5.TabIndex = 14;
     base.AutoScaleMode = AutoScaleMode.None;
     this.BackColor = Color.FromArgb(0, 0, 0);
     base.ClientSize = new Size(0x20b, 0x251);
     base.Controls.Add(this.panel5);
     base.Controls.Add(this.webBrowser1);
     base.Name = "BigPointWindow";
     base.ShowBar = true;
     base.ShowClose = true;
     this.Text = "BigPointWindow";
     base.Load += new EventHandler(this.BigPointWindow_Load);
     base.Controls.SetChildIndex(this.webBrowser1, 0);
     base.Controls.SetChildIndex(this.panel5, 0);
     base.ResumeLayout(false);
 }