C#认证考试试题汇编3_1
2021-05-13 05:27
标签:button oid status idt strip image his rgs tools private void 大ToolStripMenuItem_Click(object sender, EventArgs e) private void 中ToolStripMenuItem_Click(object sender, EventArgs e) private void 小ToolStripMenuItem_Click(object sender, EventArgs e) private void toolStripButton1_Click(object sender, EventArgs e) private void toolStripButton2_Click(object sender, EventArgs e) private void toolStripButton3_Click(object sender, EventArgs e) C#认证考试试题汇编3_1 标签:button oid status idt strip image his rgs tools 原文地址:http://www.cnblogs.com/lzy2016/p/7565286.html
{
this.Width = 600;
this.Height = 400;
toolStripStatusLabel1.Text = "大窗体";
}
{
this.Width = 300;
this.Height = 200;
toolStripStatusLabel1.Text = "中窗体";
}
{
this.Width = 150;
this.Height = 120;
toolStripStatusLabel1.Text = "小窗体";
}
{
this.Width = 600;
this.Height = 400;
toolStripStatusLabel1.Text = "大窗体";
}
{
this.Width = 300;
this.Height = 200;
toolStripStatusLabel1.Text = "中窗体";
}
{
this.Width = 150;
this.Height = 120;
toolStripStatusLabel1.Text = "小窗体";
}
}
}