第二轮冲次会议第五次

今天早上八点我们进行了站立会议 此次站立会议我们开了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();
        }

控件样式

 

 

 

posted @ 2018-12-06 22:59  DAMIAO  阅读(94)  评论(0编辑  收藏  举报