第二轮冲次会议第五次
今天早上八点我们进行了站立会议 此次站立会议我们开了30分钟
参加会议的人员: 黄睿麒 侯熙磊
会议内容:我们今天把各自设计的主界面对比了一下,并进行细化修改。
黄睿麒:
我今天设计了一个简单的主界面,明天测试界面如何分别显示不同内容
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using CCWin;
using CCWin.SkinControl;
using Microsoft.Win32;
using System.IO;
namespace 我的便签
{
public partial class Form3 : Form
{
public Form3()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
Hide();
Form Form1 = new Form1();
Form1.ShowDialog();
this.Close();
}
private void button2_Click_1(object sender, EventArgs e)
{
Hide();
Form Form1 = new Form11();
Form1.ShowDialog();
this.Close();
}

控件样式


侯熙磊:
昨天我对软件加上了写便签时自动加上时间的功能。
今天我将对初始页面进行加工和修改。

我用两个小动物作为按钮分别进入动物便签界面和植物便签界面,可以让用户自由选择。
明天我将尝试对软件进行添加搜索引擎的界面。




浙公网安备 33010602011771号