示例#1
0
 private void button2_Click(object sender, EventArgs e)
 {
     tabPage2.Parent = this.tabControl1;
     tabControl1.SelectTab(tabPage2);
     this.mode = new VideoThumbnail();
 }
示例#2
0
 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;
 }
示例#3
0
 private void button1_Click(object sender, EventArgs e)
 {
     tabPage2.Parent = this.tabControl1;
     tabControl1.SelectTab(tabPage2);
     this.mode = new ChannelArt();
 }
示例#4
0
 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));
 }