资源简介
代码片段和文件信息
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;
using System.Runtime.InteropServices;
using System.IO;
namespace TimeReportResultToExcel
{
public partial class Frm_Main : Form
{
public Frm_Main()
{
InitializeComponent();
}
#region 为INI文件中指定的节点取得字符串
///
/// 为INI文件中指定的节点取得字符串
///
/// 欲在其中查找关键字的节点名称
/// 欲获取的项名
/// 指定的项没有找到时返回的默认值
/// 指定一个字串缓冲区,长度至少为nSize
/// 指定装载到lpReturnedString缓冲区的最大字符数量
/// INI文件名
/// 复制到lpReturnedString缓冲区的字节数量,其中不包括那些NULL中止字符
[DllIm
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 959 2010-06-20 11:10 TimeReportResultToExcel\TimeReportResultToExcel.sln
文件 19456 2010-11-03 16:49 TimeReportResultToExcel\TimeReportResultToExcel.suo
文件 10056 2010-06-25 14:36 TimeReportResultToExcel\TimeReportResultToExcel\Frm_Main.cs
文件 11133 2010-06-20 13:22 TimeReportResultToExcel\TimeReportResultToExcel\Frm_Main.designer.cs
文件 6212 2010-06-20 13:22 TimeReportResultToExcel\TimeReportResultToExcel\Frm_Main.resx
文件 507 2010-06-20 11:11 TimeReportResultToExcel\TimeReportResultToExcel\Program.cs
文件 3989 2010-11-03 16:49 TimeReportResultToExcel\TimeReportResultToExcel\TimeReportResultToExcel.csproj
文件 1100392 2007-10-10 09:48 TimeReportResultToExcel\TimeReportResultToExcel\bin\Debug\Microsoft.Office.Interop.Excel.dll
文件 128 2010-11-03 16:49 TimeReportResultToExcel\TimeReportResultToExcel\bin\Debug\Set.ini
文件 15872 2010-11-03 16:49 TimeReportResultToExcel\TimeReportResultToExcel\bin\Debug\TimeReportResultToExcel.exe
文件 36352 2010-11-03 16:49 TimeReportResultToExcel\TimeReportResultToExcel\bin\Debug\TimeReportResultToExcel.pdb
文件 14328 2010-06-20 11:10 TimeReportResultToExcel\TimeReportResultToExcel\bin\Debug\TimeReportResultToExcel.vshost.exe
文件 490 2009-06-11 05:14 TimeReportResultToExcel\TimeReportResultToExcel\bin\Debug\TimeReportResultToExcel.vshost.exe.manifest
文件 8724 2010-06-20 13:00 TimeReportResultToExcel\TimeReportResultToExcel\obj\Debug\ResolveAssemblyReference.cache
文件 2955 2010-11-03 16:49 TimeReportResultToExcel\TimeReportResultToExcel\obj\Debug\TimeReportResultToExcel.csproj.FileListAbsolute.txt
文件 850 2010-11-03 16:49 TimeReportResultToExcel\TimeReportResultToExcel\obj\Debug\TimeReportResultToExcel.csproj.GenerateResource.Cache
文件 15872 2010-11-03 16:49 TimeReportResultToExcel\TimeReportResultToExcel\obj\Debug\TimeReportResultToExcel.exe
文件 180 2010-11-03 16:49 TimeReportResultToExcel\TimeReportResultToExcel\obj\Debug\TimeReportResultToExcel.Frm_Main.resources
文件 36352 2010-11-03 16:49 TimeReportResultToExcel\TimeReportResultToExcel\obj\Debug\TimeReportResultToExcel.pdb
文件 180 2010-11-03 16:49 TimeReportResultToExcel\TimeReportResultToExcel\obj\Debug\TimeReportResultToExcel.Properties.Resources.resources
文件 1378 2010-06-20 11:10 TimeReportResultToExcel\TimeReportResultToExcel\Properties\AssemblyInfo.cs
文件 2896 2010-06-20 11:10 TimeReportResultToExcel\TimeReportResultToExcel\Properties\Resources.Designer.cs
文件 5612 2010-06-20 11:10 TimeReportResultToExcel\TimeReportResultToExcel\Properties\Resources.resx
文件 1108 2010-06-20 11:10 TimeReportResultToExcel\TimeReportResultToExcel\Properties\Settings.Designer.cs
文件 249 2010-06-20 11:10 TimeReportResultToExcel\TimeReportResultToExcel\Properties\Settings.settings
相关资源
- C# 显示磁盘目录信息
- 解析
- 即系
- IconPanel ToolTip
- CSDN small
- 生成8位密码程序
- .net 2.0 List 去重 类似 distinct()函数
- c# 简单的借书/还书
- DCOM授权
- sina授权登录
- 计算你人生 剩余几个月
- 经纬度在范围内外判断
- VS批注批量修改CommentHelper
- 远控系列软件2(远控服务器端)
- 生成星号金字塔
- 控制动物的奔跑与停止
- UART_veryhuo.com
- mysql生成随机码
- C# 简易计算器源码
- c# 取消 Alt+F4(关闭窗口)源码
- C# 石头剪刀布入门级控制台源码
- C# 仿记事本(可用作备注/书签)
- C#(switch/if)入门级
- 将Excel数据分解到多个文本文件
- 将文本文件数据分解到Excel中的不同数
- 为一个Excel文件创建多个工作表
- 将数据利用Excel生成图表
- 将多个Excel文件进行自动汇总
- 自动用递增变化的数据填充Excel
- 读取多个Word文档文件到Excel同一数据
评论
共有 条评论