xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡(jiǎn)介

C#寫的一個(gè)帶進(jìn)度條的C#軟件啟動(dòng)特效,類似Word的啟動(dòng)畫面的案例,源碼完全公開,值得學(xué)習(xí)!

資源截圖

代碼片段和文件信息

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?StartupInterface
{
????public?partial?class?Origination?:?Form
????{
????????public?Origination()
????????{
????????????InitializeComponent();
????????}

????????private?void?Origination_Load(object?senderEventArgs?e)
????????{
????????????progressBar1.Minimum?=?0;???????????????//設(shè)定ProgressBar控件的最小值為0
????????????progressBar1.Maximum?=?10;??????????????//設(shè)定ProgressBar控件的最大值為10
????????????progressBar1.MarqueeAnimationSpeed?=?100;?//設(shè)定ProgressBar控件進(jìn)度塊在進(jìn)度欄中移動(dòng)的時(shí)間段
????????????Counter.Start();???????????????????????//啟動(dòng)計(jì)時(shí)器
????????}

????????private?void?Counter_Tick(object?senderEventArgs?e)
????????{
????????????this.Hide();???????????????????????????//隱藏本窗體
????????????StartupInterface?MainForm?=?new?StartupInterface();??//實(shí)例化一個(gè)MainForm對(duì)象
????????????MainForm.Show();?????????????????????????????????//顯示窗體MainForm
????????????Counter.Stop();??????????????????????????????????//停止計(jì)時(shí)器
????????}
????}
}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

-----------?---------??----------?-----??----

????????????????55954????????????????????19


評(píng)論

共有 條評(píng)論