private void button2_Click(object sender, EventArgs e) { tabPage2.Parent = this.tabControl1; tabControl1.SelectTab(tabPage2); this.mode = new VideoThumbnail(); }
private void button8_Click(object sender, EventArgs e) { tabControl1.SelectTab(tabPage1); this.pictureBox1.Image = null; this.pictureBox1.Controls.Clear(); this.flowLayoutPanel1.Controls.Clear(); this.mode = null; this.listImages = null; this.listTextBoxes = null; this.backgrounds = null; }
private void button1_Click(object sender, EventArgs e) { tabPage2.Parent = this.tabControl1; tabControl1.SelectTab(tabPage2); this.mode = new ChannelArt(); }
private void button2_Click(object sender, EventArgs e) { tabPage2.Parent = this.tabControl1; tabControl1.SelectTab(tabPage2); this.mode = new VideoThumbnail(); pictureBox1.Image = new Bitmap(Resources._default, new Size(this.mode.Width, this.mode.Height)); }