• 期末考试结束,应该课设


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

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

    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 = "选择房间编号";
       //

    )

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

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

  • 相关阅读:
    滴水穿石mysql添加授权用户命令
    滴水穿石修改IIS服务器的MIME类型
    滴水穿石Java静态代理
    滴水穿石MyEclipse中集成开发插件Spket
    滴水穿石Java连接Access数据库及其操作
    好站收藏
    apache缓存设置
    Linux Apache开启gzip压缩提高网页下载速度
    web制作、开发人员需知的Web缓存知识
    cookiec和session学习笔记
  • 原文地址:https://www.cnblogs.com/aqbyygyyga/p/1632749.html
Copyright © 2020-2023  润新知