资源简介
代码片段和文件信息
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;
namespace 跑马灯
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
///
/// 跑马灯,截取字符串
///
///
///
private void timer1_Tick(object sender EventArgs e)
{
label1.Text= label1.Text.Substring(1) + label1.Text.Substring(0 1);
label4.Text = label4.Text.Substring(1) + label4.Text.Substring(0 1);
label5.Text = label5.Text.Subs
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-02-08 16:41 跑马灯\
目录 0 2017-02-08 13:39 跑马灯\%APPDATA%\
目录 0 2017-02-08 13:39 跑马灯\%APPDATA%\Microsoft\
目录 0 2017-02-08 13:39 跑马灯\%APPDATA%\Microsoft\Windows\
目录 0 2017-02-08 13:39 跑马灯\%APPDATA%\Microsoft\Windows\IETldCache\
文件 16384 2017-02-08 13:39 跑马灯\%APPDATA%\Microsoft\Windows\IETldCache\index.dat
文件 189 2017-01-06 18:13 跑马灯\App.config
文件 4566 2017-02-08 16:40 跑马灯\Form1.Designer.cs
文件 1594 2017-03-01 09:05 跑马灯\Form1.cs
文件 15370 2017-03-01 09:05 跑马灯\Form1.resx
文件 521 2017-01-06 18:13 跑马灯\Program.cs
目录 0 2017-01-06 18:13 跑马灯\Properties\
文件 1326 2017-01-06 18:13 跑马灯\Properties\AssemblyInfo.cs
文件 2831 2017-01-06 18:13 跑马灯\Properties\Resources.Designer.cs
文件 5612 2017-01-06 18:13 跑马灯\Properties\Resources.resx
文件 1096 2017-01-06 18:13 跑马灯\Properties\Settings.Designer.cs
文件 249 2017-01-06 18:13 跑马灯\Properties\Settings.settings
目录 0 2017-01-06 18:13 跑马灯\bin\
目录 0 2017-02-10 11:39 跑马灯\bin\Debug\
文件 180832 2012-07-10 21:52 跑马灯\bin\Debug\System.Net.Http.dll
文件 201824 2012-06-23 01:00 跑马灯\bin\Debug\System.Net.Http.xm
文件 5510824 2016-07-14 14:43 跑马灯\bin\Debug\mscorlib.dll
文件 59342 2012-03-28 05:43 跑马灯\bin\Debug\normidna.nlp
文件 47076 2012-03-28 05:43 跑马灯\bin\Debug\normnfc.nlp
文件 40566 2012-03-28 05:43 跑马灯\bin\Debug\normnfd.nlp
文件 67808 2012-03-28 05:43 跑马灯\bin\Debug\normnfkc.nlp
文件 61718 2012-03-28 05:43 跑马灯\bin\Debug\normnfkd.nlp
目录 0 2017-02-10 11:39 跑马灯\bin\Debug\zh-Hans\
文件 17504 2012-07-10 23:31 跑马灯\bin\Debug\zh-Hans\System.Net.Http.resources.dll
文件 1013456 2016-07-14 15:14 跑马灯\bin\Debug\zh-Hans\mscorlib.resources.dll
文件 17920 2017-03-01 09:05 跑马灯\bin\Debug\跑马灯.exe
............此处省略21个文件信息
评论
共有 条评论