第五次團隊做業

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;測試

namespace Mp3_Player
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }編碼

        private void axWindowsMediaPlayer1_Enter(object sender, EventArgs e)
        {spa

        }設計

        private void button3_Click(object sender, EventArgs e)
        {
            OpenFileDialog of = new OpenFileDialog();
            of.Filter = "(*.mp3)|*.mp3";
          //  of.Filter = "ape文件|*.wma";想過打開不一樣格式的可是不行
            if (DialogResult.OK == of.ShowDialog())
            {
                axWindowsMediaPlayer1.URL =of.FileName;
            }
        }代碼規範

        private void button2_Click(object sender, EventArgs e)
        {
            axWindowsMediaPlayer1.Ctlcontrols.pause();
        }orm

        private void button1_Click(object sender, EventArgs e)
        {
            axWindowsMediaPlayer1.Ctlcontrols.play();
        }
    }
}開發

 

psp  
計劃; 30m
  估計這個任務須要的時間: 30m
開發 24m
  需求分析: 8m
   生成設計文檔: 4m
  設計複審: 1m
  代碼規範: 1m
  具體設計: 3m
  具體編碼: 3m
  代碼複審: 2m
  測試: 2m
報告 6m
  測試報告: 3m
  計算工做量與總結 3m

 

 

 

master:殷太平文檔

設計:夏勇勇it

編碼:楊麗賓io

測試:焦威祿

審覈:褚青華

psp:龔彬彬

規範:張鵬

試了試 哎呦不錯哦,原本軟甲就簡單,七我的很快就有了想法,特別快地就實現了。

相關文章
相關標籤/搜索