Form1.Desiner.csを忘れていました。

http://d.hatena.ne.jp/kabacsharp/20110122
の追記分です。

using System.Windows.Forms;
namespace ABCS
{
    partial class frmMain
    {
        /// 
        /// 必要なデザイナ変数です。
        /// 
        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()
        {
            this.components = new System.ComponentModel.Container();
            this.pnlPanelForTab = new System.Windows.Forms.Panel();
            this.tabControl = new ABCS.Classes.MyAnisTabControl();
            this.btnLaLinkSearch = new System.Windows.Forms.TabPage();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.treeFaverate = new System.Windows.Forms.TreeView();
            this.tabView = new System.Windows.Forms.TabControl();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.aaaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.radioButton2 = new System.Windows.Forms.RadioButton();
            this.radioButton1 = new System.Windows.Forms.RadioButton();
            this.btnBackWeb = new System.Windows.Forms.Button();
            this.btnForwardWeb = new System.Windows.Forms.Button();
            this.btnSnap = new System.Windows.Forms.Button();
            this.pnlButtons = new System.Windows.Forms.Panel();
            this.pnlLeftDock = new System.Windows.Forms.Panel();
            this.slidingButton4Half = new ABCS.Classes.SlidingButton();
            this.pnlTopPanel = new System.Windows.Forms.Panel();
            this.pnlPanelForTab.SuspendLayout();
            this.tabControl.SuspendLayout();
            this.tabView.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.pnlButtons.SuspendLayout();
            this.pnlLeftDock.SuspendLayout();
            this.SuspendLayout();
            // 
            // pnlPanelForTab
            // 
            this.pnlPanelForTab.Controls.Add(this.tabControl);
            this.pnlPanelForTab.Location = new System.Drawing.Point(426, 12);
            this.pnlPanelForTab.Name = "pnlPanelForTab";
            this.pnlPanelForTab.Size = new System.Drawing.Size(256, 247);
            this.pnlPanelForTab.TabIndex = 0;
            // 
            // tabControl
            // 
            this.tabControl.AllowDrop = true;
            this.tabControl.Controls.Add(this.btnLaLinkSearch);
            this.tabControl.Controls.Add(this.tabPage2);
            this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl.Location = new System.Drawing.Point(0, 0);
            this.tabControl.Multiline = true;
            this.tabControl.Name = "tabControl";
            this.tabControl.SelectedIndex = 0;
            this.tabControl.Size = new System.Drawing.Size(256, 247);
            this.tabControl.SortTabDragDrop = true;
            this.tabControl.TabIndex = 0;
            // 
            // btnLaLinkSearch
            // 
            this.btnLaLinkSearch.Location = new System.Drawing.Point(4, 22);
            this.btnLaLinkSearch.Name = "btnLaLinkSearch";
            this.btnLaLinkSearch.Padding = new System.Windows.Forms.Padding(3);
            this.btnLaLinkSearch.Size = new System.Drawing.Size(248, 221);
            this.btnLaLinkSearch.TabIndex = 0;
            this.btnLaLinkSearch.Text = "tabPage1";
            this.btnLaLinkSearch.UseVisualStyleBackColor = true;
            // 
            // tabPage2
            // 
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(248, 221);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "tabPage2";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // treeFaverate
            // 
            this.treeFaverate.Location = new System.Drawing.Point(209, 155);
            this.treeFaverate.Name = "treeFaverate";
            this.treeFaverate.Size = new System.Drawing.Size(215, 54);
            this.treeFaverate.TabIndex = 2;
            this.treeFaverate.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeFaverate_AfterSelect);
            // 
            // tabView
            // 
            this.tabView.Controls.Add(this.tabPage3);
            this.tabView.Controls.Add(this.tabPage4);
            this.tabView.Location = new System.Drawing.Point(175, 169);
            this.tabView.Name = "tabView";
            this.tabView.SelectedIndex = 0;
            this.tabView.Size = new System.Drawing.Size(221, 116);
            this.tabView.TabIndex = 3;
            // 
            // tabPage3
            // 
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage3.Size = new System.Drawing.Size(213, 90);
            this.tabPage3.TabIndex = 0;
            this.tabPage3.Text = "tabPage3";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // tabPage4
            // 
            this.tabPage4.Location = new System.Drawing.Point(4, 22);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage4.Size = new System.Drawing.Size(213, 90);
            this.tabPage4.TabIndex = 1;
            this.tabPage4.Text = "tabPage4";
            this.tabPage4.UseVisualStyleBackColor = true;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.aaaToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(98, 26);
            // 
            // aaaToolStripMenuItem
            // 
            this.aaaToolStripMenuItem.Name = "aaaToolStripMenuItem";
            this.aaaToolStripMenuItem.Size = new System.Drawing.Size(97, 22);
            this.aaaToolStripMenuItem.Text = "aaa";
            this.aaaToolStripMenuItem.Click += new System.EventHandler(this.aaaToolStripMenuItem_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.radioButton2);
            this.groupBox1.Controls.Add(this.radioButton1);
            this.groupBox1.Location = new System.Drawing.Point(209, 295);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.groupBox1.Size = new System.Drawing.Size(158, 91);
            this.groupBox1.TabIndex = 17;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "groupBox1";
            this.groupBox1.Visible = false;
            // 
            // radioButton2
            // 
            this.radioButton2.AutoSize = true;
            this.radioButton2.Location = new System.Drawing.Point(20, 46);
            this.radioButton2.Name = "radioButton2";
            this.radioButton2.Size = new System.Drawing.Size(88, 16);
            this.radioButton2.TabIndex = 1;
            this.radioButton2.TabStop = true;
            this.radioButton2.Text = "radioButton2";
            this.radioButton2.UseVisualStyleBackColor = true;
            // 
            // radioButton1
            // 
            this.radioButton1.AutoSize = true;
            this.radioButton1.Location = new System.Drawing.Point(20, 23);
            this.radioButton1.Name = "radioButton1";
            this.radioButton1.Size = new System.Drawing.Size(88, 16);
            this.radioButton1.TabIndex = 0;
            this.radioButton1.TabStop = true;
            this.radioButton1.Text = "radioButton1";
            this.radioButton1.UseVisualStyleBackColor = true;
            // 
            // btnBackWeb
            // 
            this.btnBackWeb.Location = new System.Drawing.Point(17, 9);
            this.btnBackWeb.Name = "btnBackWeb";
            this.btnBackWeb.Size = new System.Drawing.Size(75, 23);
            this.btnBackWeb.TabIndex = 19;
            this.btnBackWeb.Text = "戻る";
            this.btnBackWeb.UseVisualStyleBackColor = true;
            this.btnBackWeb.Click += new System.EventHandler(this.btnBackWeb_Click);
            // 
            // btnForwardWeb
            // 
            this.btnForwardWeb.Location = new System.Drawing.Point(98, 9);
            this.btnForwardWeb.Name = "btnForwardWeb";
            this.btnForwardWeb.Size = new System.Drawing.Size(75, 23);
            this.btnForwardWeb.TabIndex = 0;
            this.btnForwardWeb.Text = "進む";
            this.btnForwardWeb.UseVisualStyleBackColor = true;
            this.btnForwardWeb.Click += new System.EventHandler(this.btnForwardWeb_Click);
            // 
            // btnSnap
            // 
            this.btnSnap.Location = new System.Drawing.Point(98, 38);
            this.btnSnap.Name = "btnSnap";
            this.btnSnap.Size = new System.Drawing.Size(75, 24);
            this.btnSnap.TabIndex = 0;
            this.btnSnap.Text = "スナップ";
            this.btnSnap.UseVisualStyleBackColor = true;
            this.btnSnap.Click += new System.EventHandler(this.btnSnap_Click);
            // 
            // pnlButtons
            // 
            this.pnlButtons.Controls.Add(this.pnlLeftDock);
            this.pnlButtons.Location = new System.Drawing.Point(3, 257);
            this.pnlButtons.Name = "pnlButtons";
            this.pnlButtons.Size = new System.Drawing.Size(301, 184);
            this.pnlButtons.TabIndex = 21;
            // 
            // pnlLeftDock
            // 
            this.pnlLeftDock.Controls.Add(this.btnSnap);
            this.pnlLeftDock.Controls.Add(this.btnBackWeb);
            this.pnlLeftDock.Controls.Add(this.btnForwardWeb);
            this.pnlLeftDock.Dock = System.Windows.Forms.DockStyle.Right;
            this.pnlLeftDock.Location = new System.Drawing.Point(125, 0);
            this.pnlLeftDock.Name = "pnlLeftDock";
            this.pnlLeftDock.Size = new System.Drawing.Size(176, 184);
            this.pnlLeftDock.TabIndex = 20;
            // 
            // slidingButton4Half
            // 
            this.slidingButton4Half.Location = new System.Drawing.Point(229, 126);
            this.slidingButton4Half.Name = "slidingButton4Half";
            this.slidingButton4Half.Size = new System.Drawing.Size(75, 23);
            this.slidingButton4Half.TabIndex = 20;
            this.slidingButton4Half.Text = "||";
            this.slidingButton4Half.UseVisualStyleBackColor = true;
            // 
            // pnlTopPanel
            // 
            this.pnlTopPanel.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlTopPanel.Location = new System.Drawing.Point(0, 0);
            this.pnlTopPanel.Name = "pnlTopPanel";
            this.pnlTopPanel.Size = new System.Drawing.Size(704, 55);
            this.pnlTopPanel.TabIndex = 22;
            // 
            // frmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(704, 495);
            this.Controls.Add(this.pnlTopPanel);
            this.Controls.Add(this.pnlButtons);
            this.Controls.Add(this.slidingButton4Half);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.tabView);
            this.Controls.Add(this.pnlPanelForTab);
            this.Controls.Add(this.treeFaverate);
            this.Name = "frmMain";
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.SizeChanged += new System.EventHandler(this.frmMain_SizeChanged);
            this.Resize += new System.EventHandler(this.frmMain_Resize);
            this.pnlPanelForTab.ResumeLayout(false);
            this.tabControl.ResumeLayout(false);
            this.tabView.ResumeLayout(false);
            this.contextMenuStrip1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.pnlButtons.ResumeLayout(false);
            this.pnlLeftDock.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel pnlPanelForTab;
        private ABCS.Classes.MyAnisTabControl tabControl;
        private System.Windows.Forms.TabPage btnLaLinkSearch;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.TreeView treeFaverate;
        private System.Windows.Forms.TabControl tabView;
        private System.Windows.Forms.TabPage tabPage3;
        private System.Windows.Forms.TabPage tabPage4;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
        private System.Windows.Forms.ToolStripMenuItem aaaToolStripMenuItem;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.RadioButton radioButton2;
        private System.Windows.Forms.RadioButton radioButton1;
        private Button btnBackWeb;
        private Button btnForwardWeb;
        private Button btnSnap;
        private ABCS.Classes.SlidingButton slidingButton4Half;
        private Panel pnlButtons;
        private Panel pnlLeftDock;
        private Panel pnlTopPanel;
    }
}