namespace WindowsFormsApplication1 { partial class Form1 { /// /// 必要なデザイナー変数です。 /// private System.ComponentModel.IContainer components = null; /// /// 使用中のリソースをすべてクリーンアップします。 /// /// マネージ リソースが破棄される場合 true、破棄されない場合は false です。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows フォーム デザイナーで生成されたコード /// /// デザイナー サポートに必要なメソッドです。このメソッドの内容を /// コード エディターで変更しないでください。 /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPageWeb = new System.Windows.Forms.TabPage(); this.tabPageInnerText = new System.Windows.Forms.TabPage(); this.tabPageOuterText = new System.Windows.Forms.TabPage(); this.webBrowser1 = new System.Windows.Forms.WebBrowser(); this.treeView1 = new System.Windows.Forms.TreeView(); this.textBox1 = new System.Windows.Forms.TextBox(); this.tabPageInnerHtml = new System.Windows.Forms.TabPage(); this.tabPageOuterHtml = new System.Windows.Forms.TabPage(); this.textBoxInnerText = new System.Windows.Forms.TextBox(); this.textBoxInnerHtml = new System.Windows.Forms.TextBox(); this.textBoxOuterText = new System.Windows.Forms.TextBox(); this.textBoxOuterHtml = new System.Windows.Forms.TextBox(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPageWeb.SuspendLayout(); this.tabPageInnerText.SuspendLayout(); this.tabPageOuterText.SuspendLayout(); this.tabPageInnerHtml.SuspendLayout(); this.tabPageOuterHtml.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripTextBox1, this.toolStripButton1}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Margin = new System.Windows.Forms.Padding(4); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.toolStrip1.Size = new System.Drawing.Size(938, 25); this.toolStrip1.TabIndex = 0; this.toolStrip1.Text = "toolStrip1"; // // toolStripTextBox1 // this.toolStripTextBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.HistoryList; this.toolStripTextBox1.AutoSize = false; this.toolStripTextBox1.Name = "toolStripTextBox1"; this.toolStripTextBox1.Size = new System.Drawing.Size(300, 20); // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(30, 22); this.toolStripButton1.Text = "GO"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // statusStrip1 // this.statusStrip1.Location = new System.Drawing.Point(0, 556); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(938, 22); this.statusStrip1.TabIndex = 1; this.statusStrip1.Text = "statusStrip1"; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 25); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.splitContainer2); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.tabControl1); this.splitContainer1.Size = new System.Drawing.Size(938, 531); this.splitContainer1.SplitterDistance = 222; this.splitContainer1.TabIndex = 2; // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.Location = new System.Drawing.Point(0, 0); this.splitContainer2.Name = "splitContainer2"; this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.treeView1); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.textBox1); this.splitContainer2.Size = new System.Drawing.Size(222, 531); this.splitContainer2.SplitterDistance = 347; this.splitContainer2.TabIndex = 0; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPageWeb); this.tabControl1.Controls.Add(this.tabPageInnerText); this.tabControl1.Controls.Add(this.tabPageOuterText); this.tabControl1.Controls.Add(this.tabPageInnerHtml); this.tabControl1.Controls.Add(this.tabPageOuterHtml); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(712, 531); this.tabControl1.TabIndex = 0; // // tabPageWeb // this.tabPageWeb.Controls.Add(this.webBrowser1); this.tabPageWeb.Location = new System.Drawing.Point(4, 22); this.tabPageWeb.Name = "tabPageWeb"; this.tabPageWeb.Padding = new System.Windows.Forms.Padding(3); this.tabPageWeb.Size = new System.Drawing.Size(704, 505); this.tabPageWeb.TabIndex = 0; this.tabPageWeb.Text = "web"; this.tabPageWeb.UseVisualStyleBackColor = true; // // tabPageInnerText // this.tabPageInnerText.Controls.Add(this.textBoxInnerText); this.tabPageInnerText.Location = new System.Drawing.Point(4, 22); this.tabPageInnerText.Name = "tabPageInnerText"; this.tabPageInnerText.Padding = new System.Windows.Forms.Padding(3); this.tabPageInnerText.Size = new System.Drawing.Size(704, 505); this.tabPageInnerText.TabIndex = 1; this.tabPageInnerText.Text = "InnerText"; this.tabPageInnerText.UseVisualStyleBackColor = true; // // tabPageOuterText // this.tabPageOuterText.Controls.Add(this.textBoxOuterText); this.tabPageOuterText.Location = new System.Drawing.Point(4, 22); this.tabPageOuterText.Name = "tabPageOuterText"; this.tabPageOuterText.Padding = new System.Windows.Forms.Padding(3); this.tabPageOuterText.Size = new System.Drawing.Size(704, 505); this.tabPageOuterText.TabIndex = 2; this.tabPageOuterText.Text = "OuterText"; this.tabPageOuterText.UseVisualStyleBackColor = true; // // webBrowser1 // this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill; this.webBrowser1.Location = new System.Drawing.Point(3, 3); this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20); this.webBrowser1.Name = "webBrowser1"; this.webBrowser1.Size = new System.Drawing.Size(698, 499); this.webBrowser1.TabIndex = 0; // // treeView1 // this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill; this.treeView1.Location = new System.Drawing.Point(0, 0); this.treeView1.Name = "treeView1"; this.treeView1.Size = new System.Drawing.Size(222, 347); this.treeView1.TabIndex = 0; // // textBox1 // this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.textBox1.Location = new System.Drawing.Point(0, 0); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(222, 180); this.textBox1.TabIndex = 0; // // tabPageInnerHtml // this.tabPageInnerHtml.Controls.Add(this.textBoxInnerHtml); this.tabPageInnerHtml.Location = new System.Drawing.Point(4, 22); this.tabPageInnerHtml.Name = "tabPageInnerHtml"; this.tabPageInnerHtml.Padding = new System.Windows.Forms.Padding(3); this.tabPageInnerHtml.Size = new System.Drawing.Size(704, 505); this.tabPageInnerHtml.TabIndex = 3; this.tabPageInnerHtml.Text = "InnerHtml"; this.tabPageInnerHtml.UseVisualStyleBackColor = true; // // tabPageOuterHtml // this.tabPageOuterHtml.Controls.Add(this.textBoxOuterHtml); this.tabPageOuterHtml.Location = new System.Drawing.Point(4, 22); this.tabPageOuterHtml.Name = "tabPageOuterHtml"; this.tabPageOuterHtml.Padding = new System.Windows.Forms.Padding(3); this.tabPageOuterHtml.Size = new System.Drawing.Size(704, 505); this.tabPageOuterHtml.TabIndex = 4; this.tabPageOuterHtml.Text = "OuterHtml"; this.tabPageOuterHtml.UseVisualStyleBackColor = true; // // textBoxInnerText // this.textBoxInnerText.Dock = System.Windows.Forms.DockStyle.Fill; this.textBoxInnerText.Location = new System.Drawing.Point(3, 3); this.textBoxInnerText.Multiline = true; this.textBoxInnerText.Name = "textBoxInnerText"; this.textBoxInnerText.Size = new System.Drawing.Size(698, 499); this.textBoxInnerText.TabIndex = 0; // // textBoxInnerHtml // this.textBoxInnerHtml.Dock = System.Windows.Forms.DockStyle.Fill; this.textBoxInnerHtml.Location = new System.Drawing.Point(3, 3); this.textBoxInnerHtml.Multiline = true; this.textBoxInnerHtml.Name = "textBoxInnerHtml"; this.textBoxInnerHtml.Size = new System.Drawing.Size(698, 499); this.textBoxInnerHtml.TabIndex = 0; // // textBoxOuterText // this.textBoxOuterText.Dock = System.Windows.Forms.DockStyle.Fill; this.textBoxOuterText.Location = new System.Drawing.Point(3, 3); this.textBoxOuterText.Multiline = true; this.textBoxOuterText.Name = "textBoxOuterText"; this.textBoxOuterText.Size = new System.Drawing.Size(698, 499); this.textBoxOuterText.TabIndex = 0; // // textBoxOuterHtml // this.textBoxOuterHtml.Dock = System.Windows.Forms.DockStyle.Fill; this.textBoxOuterHtml.Location = new System.Drawing.Point(3, 3); this.textBoxOuterHtml.Multiline = true; this.textBoxOuterHtml.Name = "textBoxOuterHtml"; this.textBoxOuterHtml.Size = new System.Drawing.Size(698, 499); this.textBoxOuterHtml.TabIndex = 0; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(938, 578); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.toolStrip1); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel2.ResumeLayout(false); this.splitContainer2.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); this.splitContainer2.ResumeLayout(false); this.tabControl1.ResumeLayout(false); this.tabPageWeb.ResumeLayout(false); this.tabPageInnerText.ResumeLayout(false); this.tabPageInnerText.PerformLayout(); this.tabPageOuterText.ResumeLayout(false); this.tabPageOuterText.PerformLayout(); this.tabPageInnerHtml.ResumeLayout(false); this.tabPageInnerHtml.PerformLayout(); this.tabPageOuterHtml.ResumeLayout(false); this.tabPageOuterHtml.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.ToolStripTextBox toolStripTextBox1; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.SplitContainer splitContainer2; private System.Windows.Forms.TreeView treeView1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPageWeb; private System.Windows.Forms.WebBrowser webBrowser1; private System.Windows.Forms.TabPage tabPageInnerText; private System.Windows.Forms.TabPage tabPageOuterText; private System.Windows.Forms.TabPage tabPageInnerHtml; private System.Windows.Forms.TabPage tabPageOuterHtml; private System.Windows.Forms.TextBox textBoxInnerText; private System.Windows.Forms.TextBox textBoxOuterText; private System.Windows.Forms.TextBox textBoxInnerHtml; private System.Windows.Forms.TextBox textBoxOuterHtml; } }