/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.gecko1 = new Mozilla.Embedding.Gecko(); this.goButton = new System.Windows.Forms.Button(); this.urlBar = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // gecko1 // this.gecko1.Location = new System.Drawing.Point(0, 40); this.gecko1.Name = "gecko1"; this.gecko1.Size = new System.Drawing.Size(664, 392); this.gecko1.TabIndex = 0; // // goButton // this.goButton.Location = new System.Drawing.Point(600, 8); this.goButton.Name = "goButton"; this.goButton.Size = new System.Drawing.Size(56, 24); this.goButton.TabIndex = 1; this.goButton.Text = "Go"; this.goButton.Click += new System.EventHandler(this.goButton_Click); // // urlBar // this.urlBar.Location = new System.Drawing.Point(8, 10); this.urlBar.Name = "urlBar"; this.urlBar.Size = new System.Drawing.Size(576, 20); this.urlBar.TabIndex = 2; this.urlBar.Text = ""; this.urlBar.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.urlBar_KeyPress); // // MSDotNETCSEmbedForm // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(664, 429); this.Controls.AddRange(new System.Windows.Forms.Control[] { this.urlBar, this.goButton, this.gecko1 }); this.Name = "MSDotNETCSEmbedForm"; this.Text = "MSDotNETCSEmbed [UNSUPPORTED]"; this.Resize += new System.EventHandler(this.MSDotNETCSEmbedForm_Resize); this.Load += new System.EventHandler(this.MSDotNETCSEmbedForm_Load); 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.gecko1 = new Mozilla.Embedding.Gecko(); this.goButton = new System.Windows.Forms.Button(); this.urlBar = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // gecko1 // this.gecko1.Location = new System.Drawing.Point(0, 40); this.gecko1.Name = "gecko1"; this.gecko1.Size = new System.Drawing.Size(664, 392); this.gecko1.TabIndex = 0; // // goButton // this.goButton.Location = new System.Drawing.Point(600, 8); this.goButton.Name = "goButton"; this.goButton.Size = new System.Drawing.Size(56, 24); this.goButton.TabIndex = 1; this.goButton.Text = "Go"; this.goButton.Click += new System.EventHandler(this.goButton_Click); // // urlBar // this.urlBar.Location = new System.Drawing.Point(8, 10); this.urlBar.Name = "urlBar"; this.urlBar.Size = new System.Drawing.Size(576, 20); this.urlBar.TabIndex = 2; this.urlBar.Text = ""; this.urlBar.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.urlBar_KeyPress); // // MSDotNETCSEmbedForm // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(664, 429); this.Controls.AddRange(new System.Windows.Forms.Control[] { this.urlBar, this.goButton, this.gecko1}); this.Name = "MSDotNETCSEmbedForm"; this.Text = "MSDotNETCSEmbed [UNSUPPORTED]"; this.Resize += new System.EventHandler(this.MSDotNETCSEmbedForm_Resize); this.Load += new System.EventHandler(this.MSDotNETCSEmbedForm_Load); this.ResumeLayout(false); }