• 您的位置我爱Aspx >> VC.Net >> 使用C#制作的更换桌面背景程序
  • 使用C#制作的更换桌面背景程序

  • 作者:aspxer  来源:internet  日期:2007-5-21 23:49:15  关键字:c#
  • {

    if( disposing )

    {

    if (components != null)

    {

    components.Dispose();

    }

    }

    base.Dispose( disposing );

    }

    #region Windows Form Designer generated code

    /// <summary>

    /// 设计器支持所需的方法 - 不要使用代码编辑器修改

    /// 此方法的内容。

    /// </summary>

    private void InitializeComponent()

    {

    this.button1 = new System.Windows.Forms.Button();

    this.button2 = new System.Windows.Forms.Button();

    this.textBox1 = new System.Windows.Forms.TextBox();

    this.groupBox1 = new System.Windows.Forms.GroupBox();

    this.label2 = new System.Windows.Forms.Label();

    this.pictureBox1 = new System.Windows.Forms.PictureBox();

    this.label1 = new System.Windows.Forms.Label();

    this.groupBox2 = new System.Windows.Forms.GroupBox();

    this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();

    我对这篇文章有话说?
  • 广告位招租,广告代号:content_468_15
  • 上一篇:MMX开发文档
    下一篇:基于MFC的编写线程快速入门