zoukankan      html  css  js  c++  java
  • 期末考试结束,应该课设

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

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

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

    )

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

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

  • 相关阅读:
    nrm安装与使用
    10、ReactJs基础知识10--组件组合 vs 继承
    9、ReactJs基础知识09--状态提升
    8、ReactJs基础知识08--表单
    7、ReactJs基础知识07--列表渲染 & Key
    6、ReactJs基础知识06--条件渲染
    5、ReactJs基础知识05--事件处理
    L2-030 冰岛人 (25分)
    进阶实验5-3.4 迷你搜索引擎 (35分)
    进阶实验2-3.4 素因子分解 (20分)
  • 原文地址:https://www.cnblogs.com/aqbyygyyga/p/1632749.html
Copyright © 2011-2022 走看看