public TaskPaneForm() { InitializeComponent(); m_taskPane = new TaskPane("全部"); m_taskPane.Dock = DockStyle.Fill; this.Controls.Add(m_taskPane); }