资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Text;
using System.Windows.Forms;
using System.xml;

using VVX;

namespace xmlStoreClient
{
    /// 

    /// A simple form with a DataGridView and a few menu commands for viewing/editing
    /// a VVX.xmlStore xml file. It also allows you to encrypt/decrypt a single cell
    /// or an entire column or an entire row or the entire table based on a password
    /// WARNING: IT DOES NOT SAVE THE PASSWORD used for encryption. So if you forget
    /// the password potentially the information in the xmlStore is LOST FOREVER!
    /// 
    /// Part 2: Support for printing the contents of the D

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2007-03-17 12:09  xmlStore2\bin\
     目录           0  2007-03-17 12:09  xmlStore2\bin\Release\
     目录           0  2007-03-17 12:09  xmlStore2\Data\
     文件         766  2007-03-12 16:05  xmlStore2\Data\Passwords.Backup.xml
     文件         766  2007-03-10 12:17  xmlStore2\Data\Passwords.xml
     文件         453  2007-03-10 13:01  xmlStore2\Data\Passwords_NoSchema.xml
     文件        1129  2007-03-12 15:58  xmlStore2\Data\Playlist.xml
     文件        3157  2007-03-10 17:10  xmlStore2\Data\Playlist_Encrypted.xml
     文件       40090  2007-03-18 18:06  xmlStore2\Form_Main.cs
     文件       23225  2007-03-18 13:48  xmlStore2\Form_Main.Designer.cs
     文件        6012  2007-03-18 13:48  xmlStore2\Form_Main.resx
     文件        1085  2007-03-11 15:34  xmlStore2\Form_Password.cs
     文件        4227  2007-03-11 15:34  xmlStore2\Form_Password.Designer.cs
     文件        5814  2007-03-10 17:24  xmlStore2\Form_Password.resx
     文件         485  2007-03-11 15:34  xmlStore2\Program.cs
     目录           0  2007-03-18 18:07  xmlStore2\Properties\
     文件        1337  2007-03-18 18:07  xmlStore2\Properties\AssemblyInfo.cs
     文件        2853  2007-03-11 15:32  xmlStore2\Properties\Resources.Designer.cs
     文件        5612  2007-03-07 18:20  xmlStore2\Properties\Resources.resx
     文件        1093  2007-03-11 15:32  xmlStore2\Properties\Settings.Designer.cs
     文件         249  2007-03-07 18:20  xmlStore2\Properties\Settings.settings
     文件        2461  2007-03-17 15:01  xmlStore2\VVX_About.cs
     文件        8021  2007-03-12 10:12  xmlStore2\VVX_CryptoLib.cs
     文件        3142  2007-03-12 16:17  xmlStore2\VVX_File.cs
     文件        1970  2007-03-12 10:12  xmlStore2\VVX_FileDialog.cs
     文件        3347  2007-03-10 17:09  xmlStore2\VVX_MsgBox.cs
     文件        3360  2007-03-12 14:16  xmlStore2\VVX_PopupMenu.cs
     文件       56300  2007-03-18 13:01  xmlStore2\VVX_Print.cs
     文件       15726  2007-03-14 17:10  xmlStore2\VVX_PrintControl.cs
     文件        1167  2007-03-14 16:22  xmlStore2\VVX_PrintControl.designer.cs
     文件        5995  2007-03-14 16:22  xmlStore2\VVX_PrintControl.resx
............此处省略8个文件信息

评论

共有 条评论