资源简介
密码管理专家代码,用c#开发,本人已经为其添加了详细注释。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace LangKeyExpert
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
this.skinEngine1.SkinFile = “DiamondGreen.ssk“;
}
private void timerStart_Tick(object sender EventArgs e)
{
if (this.Opacity > 0.01)
{
this.Opacity = this.Opacity - 0.01;
}
else
{
this.timerStart.Enabled = false;
this.Hide();
PersonalEdition personalEdition = new PersonalEdition();
personalEdition.Show();
}
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 16021 2007-02-17 00:00 LangKeyExpert\LangKeyExpert\bin\Debug\DiamondBlue.ssk
文件 16669 2007-02-17 00:00 LangKeyExpert\LangKeyExpert\bin\Debug\DiamondGreen.ssk
文件 516096 2006-08-18 11:50 LangKeyExpert\LangKeyExpert\bin\Debug\IrisSkin2.dll
文件 69632 2008-11-11 17:44 LangKeyExpert\LangKeyExpert\bin\Debug\LangKeyExpert.exe
文件 79360 2008-11-11 17:44 LangKeyExpert\LangKeyExpert\bin\Debug\LangKeyExpert.pdb
文件 5632 2005-11-11 22:25 LangKeyExpert\LangKeyExpert\bin\Debug\LangKeyExpert.vshost.exe
文件 125754 2007-03-04 16:13 LangKeyExpert\LangKeyExpert\bin\Debug\langsin.chm
文件 2754 2007-02-18 22:30 LangKeyExpert\LangKeyExpert\bin\Debug\Test.xm
文件 2986 2007-03-02 20:58 LangKeyExpert\LangKeyExpert\bin\Debug\UserKey.xm
文件 853 2007-02-17 00:04 LangKeyExpert\LangKeyExpert\Form1.cs
文件 3505 2007-02-17 00:04 LangKeyExpert\LangKeyExpert\Form1.Designer.cs
文件 13755 2007-02-17 00:04 LangKeyExpert\LangKeyExpert\Form1.resx
文件 1712 2007-02-16 23:12 LangKeyExpert\LangKeyExpert\images\11.gif
文件 3158 2007-02-16 23:12 LangKeyExpert\LangKeyExpert\images\1381ContentsButton.ico
文件 1406 2007-02-16 23:12 LangKeyExpert\LangKeyExpert\images\16CopyNick.ico
文件 1406 2007-02-16 23:12 LangKeyExpert\LangKeyExpert\images\16Info.ico
文件 766 2007-02-16 23:12 LangKeyExpert\LangKeyExpert\images\Aniscree.ico
文件 1406 2007-02-16 23:12 LangKeyExpert\LangKeyExpert\images\color.ico
文件 16021 2007-02-16 23:59 LangKeyExpert\LangKeyExpert\images\DiamondBlue.ssk
文件 16669 2007-02-16 23:59 LangKeyExpert\LangKeyExpert\images\DiamondGreen.ssk
文件 1406 2007-02-16 23:12 LangKeyExpert\LangKeyExpert\images\HostingButton.ico
文件 1406 2007-02-16 23:12 LangKeyExpert\LangKeyExpert\images\IMSmallToolbarCatch.ico
文件 1406 2007-02-16 23:12 LangKeyExpert\LangKeyExpert\images\IMSmallToolbarScene.ico
文件 9020 2007-02-16 23:12 LangKeyExpert\LangKeyExpert\images\login.gif
文件 54371 2007-02-16 23:12 LangKeyExpert\LangKeyExpert\images\login.png
文件 4827 2007-02-16 23:12 LangKeyExpert\LangKeyExpert\images\logo.gif
文件 4440 2007-02-16 23:12 LangKeyExpert\LangKeyExpert\images\logo.jpg
文件 1406 2007-02-16 23:12 LangKeyExpert\LangKeyExpert\images\MsgManagerButton.ico
文件 2550 2007-02-16 23:12 LangKeyExpert\LangKeyExpert\images\QQTVButton.ico
文件 1758 2007-02-16 23:12 LangKeyExpert\LangKeyExpert\images\QZoneDlgBack.ico
............此处省略59个文件信息
相关资源
- PIC18F UART Bootloader (C# 上位机)
- c#聊天室作业及实验报告
- C#文本编辑器代码及项目
- 摄像机漫游C#脚本WASD或方向键控制,
- [源代码] C# WinForms 经典小游戏 - 华容
- C# ASP.NET - 将Web网页导出至Word文档
- C# ASP.NET- 在线投票系统 简单
- C# - 简易聊天室实现网页
- blowfish算法的C#实现
- c# 多线程轮询,等待,回调操作
- C#连接数据库表格显示
- SignIn.zip
- 百度开源webuploader文件上传组件ASP.N
- C# mapx 开发GIS
- FileSendProtocol_20170920.rar
- 基于C#的onvif协议之抓图
- c#高级编程 第十版 中文完整版
- C# 动态生成柏拉图
- C#实现动态的曲线图
- 控制台c#下查询修改插入学生信息
- 用C#开发的一个电子时钟
- C#、Asp.Net在线翻译源码
- c# 代码编辑控件(代码着色控件)
- WPF-省市县3级联动(C#数据自动绑定,
- C# 三层架构设计模型
- c#winform开发运动控制卡
- C#开发交互式CAD系统
- CS开发框架 最新Ribbin版C#源码 界面美
- 自定义时间轴,Custom Slider,WPF编程
- 用c#实现画图功能可以画出各种图形,
评论
共有 条评论