文斌的博客

学无止境
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

期末考试结束,应该课设

Posted on 2009-12-26 12:31  文斌1988  阅读(186)  评论(0编辑  收藏  举报

这几天忙坏了,紧张的期末考试维持了一周,每天强迫自己看书,默写,中午困得不行每天都要午睡...终于结束了 ,, 接下来是三周的课设,,需要自己独立制作一个简单的信息系统,题目自选..

电脑硬盘被我不小心格了(万恶的一键还原,,,选择镜像文件还原后竟然就剩一个盘了...) 周末这两天好好补了个觉.明天就要回去准备课设了,, 再网上下了两个别人做好的例子,发现好复杂,方法就不用说了,基本全都独立出来了,竟然还发现许多字段(就是那种控件的字段

this.label1 = new System.Windows.Forms.Label();
   this.comboBox1 = new System.Windows.Forms.ComboBox();
   this.button1 = new System.Windows.Forms.Button();
   this.label2 = new System.Windows.Forms.Label();
   this.label3 = new System.Windows.Forms.Label();
   this.textBox1 = new System.Windows.Forms.TextBox();
   this.label4 = new System.Windows.Forms.Label();
   this.textBox2 = new System.Windows.Forms.TextBox();
   this.label5 = new System.Windows.Forms.Label();
   this.richTextBox1 = new System.Windows.Forms.RichTextBox();
   this.richTextBox2 = new System.Windows.Forms.RichTextBox();
   this.richTextBox3 = new System.Windows.Forms.RichTextBox();
   this.label6 = new System.Windows.Forms.Label();
   this.textBox3 = new System.Windows.Forms.TextBox();
   this.label7 = new System.Windows.Forms.Label();
   this.label8 = new System.Windows.Forms.Label();
   this.label9 = new System.Windows.Forms.Label();
   this.SuspendLayout();
   //
   // label1
   //
   this.label1.Location = new System.Drawing.Point(88, 32);
   this.label1.Name = "label1";
   this.label1.TabIndex = 0;
   this.label1.Text = "选择房间编号";
   //

)

这种一般我直接在控件属性里面改,也不知道这是怎么写出来的?感觉好复杂

 

 

这次课设我也要模仿这种做法,独立完成..   方法  字段   调用